/*
Theme Name: Pink Family
Author: inbrackets
Author URI: http://www.inbrackets.dev
Description: Pink Family is a compatible WooCommerce theme made with WordPress. It is the best theme for you to sell anything online, beautifuly designed and fully responsive.
Version: 1.0
Text-domain: pink-family
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
*/

body{
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* Header - Main Menu */
.main-menu{
    padding: 0;
}

.main-menu ul{  
    padding: 0; 
    margin: 0; 
    font-size: 18px; 
    font-weight: 500; 
    border-radius: 0;    
}

.main-menu ul li{ 
    display: inline;  
    margin: 0 5px 0 0;
}

.main-menu ul li:last-child{ 
    margin: 0; 
}

.main-menu .dropdown:hover>.dropdown-menu, 
.main-menu .dropup:hover>.dropdown-menu,
.account.dropdown:hover>.dropdown-menu  {
  display: block;
}

.main-menu .navbar-toggler-icon {
    background-image: url('img/hamburger-menu.svg');
}


/* Search Form */
.search-form button{
    background-image: url('img/search.svg');
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.search-form input[type="search"]{
    background-color: #fff;
    border: none;
    font-weight: 500;
    font-size: 110%;
    padding: 0.3rem 1rem;
    margin-right: 0.3rem;
}

/* Cart */
.cart .cart-icon{
    background: url('img/cart.svg');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: bottom;
}

.cart .items{
    background: #CA2424;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}


/* Flex Slider */
.flexslider{
    border: 0 !important;
}

.flex-control-nav {
    bottom: 10px !important;
}

.slider-details-container {
    color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 800px;
 }

.slider-details-container .subtitle{
    font-size: 1.3em;
    margin-bottom: 15px;        
}

.slider-details-container .slider-title{
    color: #FFF;
    font-weight: 700;
}

.slider-details-container a{
    background-color: #8858ed;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 0.8em;
    display: inline-block;
    font-size: 1.2em;
}

.slider-details-container a:hover{
    color: #fff;
}

.flexslider .slides {
    padding: 0 !important;
}

.flex-control-paging li a {
    background: rgba(189, 189, 189, 0.5) !important;
    height: 10px !important;
    width: 15px !important;
}

.flex-control-paging li a.flex-active {
    background: #8858ed !important;
    width: 25px !important;
}

.flex-control-nav li {
    padding: 0 2px !important;
}

@media all and (max-width: 767px) {

    .slider-details-container{
        margin: 0 25px; 
        max-width: 400px;       
    }

    .slider-title h3 {
        font-size: 2em;
    }

    .slider-details-container .subtitle {
        font-size: 1em;
    }

    .slider-details-container a {
        padding: 0.5em;
    }

}

@media all and (max-width: 575px)  {
    .slider-details-container{
        max-width: 300px;        
    }

    .slider-details-container a {
        padding: 0.7em;
        font-size: 1em;
    }

    .flexslider img{
        height: 500px !important;
        object-fit: cover;
        object-position: center;
    }
}


/* Footer - Footer Menu */
.footer-menu ul, .footer-widgets ul{ 
    list-style: none; 
    padding: 0; 
    margin: 0; 
    font-size: 16px; 
}

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

.footer-menu ul li:last-child{ 
    margin: 0; 
}

.footer-menu ul li a{ 
    color: #939393; 
    text-decoration: none;
}

.footer-menu ul li.current-menu-item a{ 
    color: #ff9292; 
}


/* WooCommerce */

/* Grid System */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2{
    flex: 0 0 50%;
    max-width: 50%;
}

@media all and (max-width: 767px) {

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2{
        flex: 0 0 100%;
        max-width: 100%;
    }

}


/* Shop */

.shop-content{
    padding: 3rem 0;
}

.shop-content .row{
    margin-left: 0;
    margin-right: 0;
}

.post-type-archive-product .content-area, 
.product-template-default .content-area,
.tax-product_cat .content-area{
    padding: 0;
}

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

.woocommerce .woocommerce-breadcrumb a {
    color: white;
    text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #8b8b8b;
}

.woocommerce ul.products.columns-1 li.product:first-child, 
.woocommerce-page ul.products.columns-1 li.product:first-child {
    margin-top: 20px;
}

.woocommerce-products-header__title {
    font-size: 70px;
    font-weight: 700;
    font-style: normal;
    line-height: 70px;
}

.woocommerce-products-header {
    margin-bottom: 1.5rem !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color:#8858ed;
  color:#ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    background-color: white;
    color: #8858ed;
}

.woocommerce nav.woocommerce-pagination ul {
    border-radius: 30px;
}

.woocommerce nav.woocommerce-pagination ul li:first-child {    
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-left-width: 0;
}

.woocommerce nav.woocommerce-pagination ul li:last-child { 
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { 
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-left: #060506;
    border-left-width: 1px;
    border-left-style: solid;
}


.woocommerce nav.woocommerce-pagination ul li:first-child a,
.woocommerce nav.woocommerce-pagination ul li:first-child span { 
    padding-left: 20px;
    padding-right: 15px;
}

.woocommerce nav.woocommerce-pagination ul li:last-child a,
.woocommerce nav.woocommerce-pagination ul li:last-child span { 
    padding-left: 15px;
    padding-right: 20px;
}

.woocommerce-pagination {
    border-width: 0;
}
  
ul.page-numbers {
    border: none !important;
}
  
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  border: none;
}

select.orderby {
    border: none;
    background-color: transparent;
    color: white;
}

select.orderby option {
    background-color: #060506;
}

select.orderby option[selected] {
    background-color: #242324;
}

.woocommerce-product-gallery__image {
    border-radius: 30px;
}

ul.tabs.wc-tabs li {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

ul.tabs.wc-tabs li.active {
    color: #8858ed !important;
}

.single_add_to_cart_button {
    width: 300px;
    border-radius: 30px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 2em !important;
}

.woocommerce .quantity .qty {
    text-align:center;
    padding: 5px;
    border-radius: 10px;
    width: auto;
}

.woocommerce .quantity .qty:focus-visible {
    outline: none;
    box-shadow: none;
}

.woocommerce-message {
    border-radius: 20px;
    align-items: center;
    display: flex;
}

.woocommerce-message a.button:hover,
.wc-block-components-checkout-place-order-button:hover {
    background-color: white !important;
    color: #8858ed !important;
    border: solid 1px #8858ed !important;
}

.woocommerce-message a.button,
.wc-block-components-checkout-place-order-button {
    background-color: #8858ed !important;
    border-radius: 30px !important;
    color: white !important;
    border: solid 1px white !important;
    font-weight: 700;
    position: absolute;
    right: 15px;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    margin-top:0.1em;
  }
  

/* .woocommerce-message::before {
    margin-top: 6px;
} */

/* .woocommerce .products ul, .woocommerce ul.products {
    border-top: 1px solid #eee;
} */

/* .woocommerce ul.products li.product a img {
    width: 255px;
    height: auto;
    display: block;
    margin: 0 1em 1em 0;
    box-shadow: none;
    float: left;
} */

/* .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 0;
    display: table;
} */

.post-type-archive-product .woocommerce-loop-product__title{
    margin-bottom: 0.5rem !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.woocommerce ul.products li.product p{
    color: #000;
}

/* .woocommerce ul.products li.product .price{
    color: #000;
    font-weight: 600;    
} */

/* .woocommerce ul.products li.product .price ins {
    font-size: 140%;
} */
/* 
.woocommerce ul.products li.product .onsale{
    top: 16px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    border-radius: 0;   
    width: 83px;
    padding: 0;
    background-color: #8858ed;
    margin: 0;
    font-weight: 400;
}

.woocommerce ul.products li.product .onsale:before {
    content: "";
    position: absolute;
    top: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 22px 0 0;
    border-color: #8858ed transparent transparent transparent;
}

.woocommerce ul.products li.product .onsale:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 24px 0;
    border-color: transparent transparent #8858ed transparent;
} */

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    color: #000;
}

/* .woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px;
} */


/* Single Product */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce ul.products li.product .button,
.wc-block-grid__products .add_to_cart_button {
    background-color: #8858ed;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover,
.wc-block-grid__products .add_to_cart_button:hover {
    background-color: #fff;
    color: #8858ed;
}

.product_meta > span{
    display: block;
}

/* .woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del .woocommerce-Price-amount{
    color: #000;
    font-size: 20px;
    font-weight: 500;
} */

/* .woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins, 
.woocommerce-Price-amount {
    font-size: 25px;
    color: #000;
    font-weight: 700;
} */
/* 
.woocommerce span.onsale{
    top: 19px;
    left: 35px;
    transform: rotate(90deg);
    border-radius: 0;   
    width: 84px;
    padding: 0;
    background-color: #8858ed;
    margin: 0;
    font-weight: 400;
}

.woocommerce span.onsale:before {
    content: "";
    position: absolute;
    top: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 22px 0 0;
    border-color: #8858ed transparent transparent transparent;
}

.woocommerce span.onsale:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 83px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 23px 0;
    border-color: transparent transparent #8858ed transparent;
} */

.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    content: none;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
    background-color: #8858ed;
    color: #fff;
    border-radius: 30px;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
    background-color: #fff;
    color: #8858ed;
}

/* Cart */

.woocommerce-cart table.cart td.actions .coupon .input-text{
    width: 150px;
}


/* Checkout */
.woocommerce form .form-row {
    display: block;
}
.woocommerce-checkout #customer_details{
    margin-bottom: 20px;
}
.woocommerce table.shop_table{
    border-collapse: collapse;
}
.woocommerce table.shop_table thead{
    background-color: #8858ed;
    color: #fff;
}

/* General */

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.top-bar {
    position: relative;
    width: 100%;
    background-image: url('img/header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.top-bar a {
    color: #fff;
}

div.cart {
    min-width: 36px;
    max-width: 36px;
}

div.cart text {
    font-size: 90px;    
}

.account {
    margin-right: 25px;
}

.account svg {
    width: 24px;
    height: 24px;
    
}

.side-header {
    justify-content: center;
    padding-top: 0.5em;
    padding-left: 2em;
}

.custom-logo {
    height: 48px !important;
    width: auto;
}

.container {
    padding-bottom: 33px;
    padding-top: 33px;
    color: #fff;
}

.nav-link:focus, .nav-link:hover {
    color: rgb(159, 125, 232);
}

ul.dropdown-menu {
    background-color: #000;
}

.top-bar a:hover {
    color: rgb(159, 125, 232);
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #000;
}

.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
}

footer {
    background-color: #000;
}

.methods-community {
    color: #fff;
}

.footer-info {
    color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
}

.divider-hr-footer {
    color: white;
    margin-left: 80px;
    margin-right: 80px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #ff00ca;
}

footer a svg:hover path {
    filter: invert(18%) sepia(82%) saturate(3646%) hue-rotate(302deg) brightness(105%) contrast(125%);
    fill: #000;
}

.community-a {
    margin-right: 40px;
}

.payments-img {
    margin-right: 20px;
}

.methods-community .container {
    margin-right: 80px;
    margin-left: 80px;
}

body {
    background-color: #060506;
}

.product a {
    color: white;
}

.custom-div-before-thumbnail {
    width: 100%;
    /* height: 300px; */
    overflow: clip;
    display: block;
    margin-bottom: 50px;
    border-radius: 20px;
}

img.attachment-woocommerce_thumbnail  {
    width: 100%;
    transition: all .3s ease;
}

img.attachment-woocommerce_thumbnail:hover {
    transform: scale(1.1);
}

.onsale:hover img.attachment-woocommerce_thumbnail {
    transform: scale(1.1);
}

.woocommerce-loop-product__title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.entry-summary .price {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: white !important;
    font-size: 25px !important;
}

.price {
    text-align: center;
    font-size: 16px !important;
    font-weight: 400;
    display: block;
}

.product a.button {
    border-radius: 20px;
    padding: 13px 25px;
    text-align: center;
    margin: 15px 30px !important;
    display: block !important;
}

.under-line {
    margin-left: 80px;
    margin-right: 80px;
    padding-bottom: 33px;
}

.woocommerce span.onsale,
.woocommerce .wc-block-grid__product-onsale span {
    top: 10px !important;
    left: 10px !important;
    border-radius: 30px;
    font-size: 14px;
    right: auto !important;
    padding-top: 0;
    padding: 2px 16px;
    line-height: 25px;
    margin: 0px !important;
    background-color: #8858ed;
    font-weight: 400;
    min-height: auto !important;
}

.wc-block-components-quantity-selector::after {
    border: 1px solid #fff !important;
    /* float: right;
    position: static; */
}

.wc-block-components-quantity-selector {
    float: right;
    top: -30px;
}

.wc-block-cart-item__prices {
    float: left;
}

.wc-block-components-product-metadata {
    display: none;
}

.wc-block-cart-items__row td {
    border-top: 1px solid #4d4d4d !important;
    border-bottom: 1px solid #4d4d4d !important;
}

.wc-block-components-product-name {
    color: white;
    text-decoration: none;
}

.wc-block-cart-item__image img {
    border: 1px solid #4d4d4d;
}

div.wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    position: absolute;
    margin-top: 1em !important;
}

div.wc-block-cart-item__quantity {
    display: flex;
    float: right;
    justify-content: center;
}

.wc-block-components-product-badge {
    position: absolute;
    margin-left: 5em;
}


section.welcome .left-box {
    background-color: #8858ed;
    border-radius: 30px;
    max-width: 680px;
    padding: 40px;
    color: white;
    box-shadow: rgb(6, 5, 6, 0.41) 4.23px 9.06px 14px 6px;
    margin: 75px;  
    height: fit-content;
    margin-right: auto;
    margin-left: auto;
} 

section.welcome .left-box h4 {
    font-size: 54px;
    font-weight: bold;
}

section.welcome .left-box .btn {
    background-color: white;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #8858ed;
    font-weight: 550;
    border: white;
    border-width: 2px;
    border-style: solid;
}

section.welcome .left-box .btn:hover {
    background-color: transparent;
    color: white;
}

section.welcome {   
    background-image: url(img/welcome-section-bg.jpg);
    background-position: center;
    background-size: cover;
}

section.welcome .right-image {
    background-color: #574f68;
    border-radius: 30px;
    background-image: url(img/cyber-kid.jpg);
    background-position: center;
    background-size: cover;
    width: 485px;
    height: 552px;
    box-shadow: rgb(34, 33, 34, 0.6) 2.27px 4.46px 15px 5px;
    margin: 80px;
    margin-bottom: -60px;      
    margin-left: auto;
    margin-right: auto;
}

.best-sellers {
    padding-top: 60px;
}

.welcome .row {
    margin: 0 40px;
}

section.deals .left-box {
    background-color: #8858ed;
    border-radius: 30px;
    padding: 40px;
    color: white;
    box-shadow: rgba(6, 5, 6, 0.41) 4.23px 9.06px 14px 6px;
    margin: 75px;  
    height: fit-content;
    margin-right: auto;
    margin-left: auto;
    z-index: 4;max-width: 380px;
    min-width: 380px;
    position: absolute;
    left: 20vw;
}

section.deals .left-box h4 {
    font-size: 54px;
    font-weight: bold;
}

section.deals .left-box .btn {
    background-color: white;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #8858ed;
    font-weight: 550;
    border: white;
    border-width: 2px;
    border-style: solid;
}

section.deals .left-box .btn:hover {
    background-color: transparent;
    color: white;
}

section.deals .row {
    margin: 70px 50px;
}

section.deals .images {
    padding-left: 25vw;
    padding-right: 50px;
}

section.deals .cover-1 {
    background-image: url(img/cover1.jpg);
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 300px;
    box-shadow: rgba(34, 33, 34, 0.6) 2.27px 4.46px 15px 5px;
    z-index: 1;
    height: 600px;
    margin-bottom: 80px;
}

section.deals .cover-2 {
    background-image: url(img/cover2.jpg);
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    box-shadow: rgba(34, 33, 34, 0.6) 2.27px 4.46px 15px 5px;
    z-index: 2;
    margin-top: 90px;
    margin-left: -60px;
    height: 600px;
}

section.deals .cover-3 {
    background-image: url(img/cover3.jpg);
    border-radius: 30px;
    background-position: center;
    background-size: cover;
    box-shadow: rgba(34, 33, 34, 0.6) 2.27px 4.46px 15px 5px;
    z-index: 3;
    margin-top: 50px;
    margin-left: -80px;
    height: 600px;
}

.star-rating {
    color: #8858ed;
}

.woocommerce .star-rating::before {
    color: #8858ed;
}

.avatar {
    border-radius: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius:15px;
}
  

.submit:hover,
.wc-block-cart__submit-button:hover {
    background-color: white !important;
    color: #8858ed !important;
}

.submit,
.wc-block-cart__submit-button {
    background-color: #8858ed !important;
    border-radius: 30px !important;
    color: white !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.stars a {
    color: #8858ed;
}

#comment,
textarea.wc-block-components-textarea {
    border-radius: 15px;
    background-color: white;
    min-height: 120px;
    padding: 12px;
    border-width: 3px;
    border-color: gray;
}

#comment:focus-visible,
textarea.wc-block-components-textarea:focus-visible {
    border-color: #8858ed;
    outline: none;
}

.comment-form input[type="text"], .comment-form input[type="email"]
{
    display: block;
    border-radius: 15px;
    padding: 4px 12px;
    border-width: 3px;
    border-color: gray;
}

.comment-form input[type="text"]:focus-visible, .comment-form input[type="email"]:focus-visible {
    border-color: #8858ed;
    outline: none;
}

.comment-form label {
    margin-bottom: 5px;
}

.comment-form-cookies-consent label {
    margin-left: 5px;
}

.comment-form input[type="checkbox"] {
    accent-color: #9b59b6;
}

.products .star-rating,
.wc-block-grid__products .star-rating {
    display: none !important;
}

li.product .price {
    color: white !important;
}

li.wc-block-grid__product .wc-block-grid__product-title {
    font-weight: 700;
    text-decoration: none;
    color: white;
    font-size: 1.5em;
    padding: .5em 0;
}


/*empty cart display end additional products*/
h2.wp-block-heading.has-text-align-center:not(.with-empty-cart-icon) {
    display: none;
}

.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns {
    display: none;
}

/*empty cart display end additional products end */

.wc-block-components-sale-badge {
    display: none !important;
}

.flex-control-nav {
    margin-top: 20px !important;
}

.flex-control-nav img {
    border-radius: 25px;
    padding: 4px !important;
}

.wc-block-components-panel__content img {
    border-radius: 10px;
}

form.wc-block-components-form.wc-block-checkout__form input:not([type='checkbox']):not([type='radio']),
.woocommerce form .form-row input.input-text {
    border-radius: 15px !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
  left: 1em !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label
 {
  left: 1em !important;
}

.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
    color:#5200ff !important;
}

.wc-block-components-validation-error {
    color:#fe00c9;
}
  
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator.wp-block-woocommerce-checkout-terms-block a,
.woocommerce-order a {
    color: #ff00ca;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid rgb(255, 255, 255);
}

.woocommerce table.shop_table td {
    border-top: 1px solid white;
}

.woocommerce .woocommerce-customer-details address {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 15px;
}

.wc-block-cart-item__image img {
    border-radius: 15px;
}

a {
    color: #ff00ca;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 2px solid #cfc8d8;
    border-radius: 15px;
}

.woocommerce form.login input, .woocommerce form.register input, .woocommerce-ResetPassword input
,.woocommerce-MyAccount-content input, .woocommerce-EditAccountForm input {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.woocommerce form .form-row .required {
    color: #ff00ca;
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: white;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
    border-bottom: #ffffff5e;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 170px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: rgb(159, 125, 232);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: rgb(159, 125, 232);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:last-child {
    border: none;
}

article.col h1 {
    padding-bottom: 30px;
}


.woocommerce-MyAccount-content table th, .woocommerce-MyAccount-content table td {
    padding: 10px 12px !important;
}

.woocommerce-EditAccountForm fieldset legend {
    padding-top: 30px;
}

.woocommerce-EditAccountForm button.woocommerce-Button,
.woocommerce-address-fields button {
    margin-top: 25px !important;
}

.woocommerce-password-strength {
    margin-left: 15px;
    margin-right: 15px;
}

.select2-container .select2-selection--single {
    height: auto !important;
}
  
.select2-container--default .select2-selection--single {
    border-radius: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
    right: 10px !important;
}

#select2-billing_country-container,
#select2-shipping_country-container {
    padding-top: 5.5px;
    padding-bottom: 5.5px;
}

.select2-dropdown {
    margin-top: -8px;
}

.top-bar li.active a {
    color: rgb(159, 125, 232);
}

.navbar-toggler {
    color: rgba(255, 255, 255, 0.65);
}