/* Logo */
#site-header.top-header #site-logo {
    padding: 0px!important;
}
#site-header {
    border-width: 0px;
}

#site-header.transparent-header {
background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.6), transparent)!important;
padding-bottom: 0rem!important;
}

#site-header.top-header .header-top {
    box-shadow: 0 1px 20px 0 #ff4a96;
}

/*Centers Menu*/
#site-header.top-header .header-top .left {
    float: none;
    text-align: center;
}
#site-navigation-wrap .dropdown-menu>li {
    float: none;
    display: inline-block;
}

#site-header.top-header #site-logo {
    float: none;
    display: inline-block;
  padding: 10px 0;
}

.top-bar-left {
    float: none!important;
    text-align: center!important;
}

.navigation li.mega-cat ul li .mega-post-title a {
    color: #f276f9;
}

/* FOOTER CALL OUT */
#footer-callout-wrap {
    padding: 0px!important;
}

/* Woo Products */

.woocommerce .products .owp-content-center .product-inner {
    box-shadow: 0 1px 20px 0 #000000;
    background-color: pink;
}

.woocommerce div.product div.images {
    background-color: black;
}

.woocommerce div.product {
    background-color: #70001d;
    background-image: url(https://pinkbeverlyhills.com/wp-content/uploads/2018/10/flowers_Maroon.png);
}

.woocommerce ul.products li.product li.category a {
    color: #9e0ad8;
    text-transform: uppercase;
    text-decoration: underline;
}

.woocommerce div.product .woocommerce-product-gallery .zoomImg {
    background-color: black;
}

.woocommerce ul.products li.product .woo-entry-inner li.image-wrap {
    background-color: black;
    border-radius: 15px;
}
/* governs most recent anim gifs
.elementor img {
    border-radius: 15px!important;
}

a img {
    border-radius: 15px;
} */

img.woo-entry-image-main {
    box-shadow: 0 1px 20px 0 #ff4a96;
}

.woocommerce ul.product_list_widget li img {
    background-color: black;
    border-radius: 5px;
}

.woocommerce ul.products li.product li.title a {
    font-size: 16px;
    font-weight: 600;
}

/* Blog Pix */

.blog-entry.post .thumbnail img {
    border-radius: 0px;
}

/* Sidebar Widgets */
.widget-area .sidebar-box {
    border-radius: 10px;
    box-shadow: 0 1px 20px 0 #000000;
}

/* Login OR Register */
.woocommerce .owp-account-links li.or {
    color: #fff;
}

/* Thumbnails Width */
.woocommerce ul.product_list_widget li img {
    height: 100px!important;
}
/* Ingredients tab, etc */
.woocommerce table.shop_attributes th {
    color: #fff;
}

/* Individual Product price*/

.woocommerce-Price-amount.amount {
    color: #f7b9f3!important;
}

/* Shop page prices*/
.woocommerce ul.products li.product .price .amount {
    color: #ff00f2!important;
}

/* WC Widget Bullets*/
.woocommerce .widget_product_categories li a:before {
    background-color: hotpink;
}

/* WC buttons*/

.oceanwp-toolbar.clr {
    background-color: black;
    box-shadow: 0 1px 20px 0 #ff4a96;
    padding: 10px;
    border-radius: 15px;
}

.woocommerce button.button {
    box-shadow: 0 1px 20px 0 #000000;
    border-radius: 10px;
}
.woocommerce ul.products li.product .button {
    background-color: #000000;
    padding: 12px 20px;
    /*display: inline-block!important;*/
    box-shadow: 0 1px 20px 0 #4c06a7;
    color: #f738ea;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
}