.et_pb_wc_images_0_tb_body {
    box-shadow: none!important;
}
.woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery__image {
    box-shadow: 0px 7px 18px -3px rgba(0,0,0,0.3);
    border-radius: 1em;
}
.woocommerce-product-gallery .flex-control-thumbs li{
    box-shadow: 0px 7px 9px -5px rgba(0,0,0,0.3);
    border-radius: 1em!important;
}
.woocommerce-product-gallery .flex-control-thumbs li img{
    border-radius: 1em!important;
}
button.single_add_to_cart_button.button.alt {
    text-transform: uppercase;
}
ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
}
ul.flex-direction-nav li {
    list-style: none;
}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
	visibility:visible;
    content: '›';
	margin-right: 10px;
	font-size: 20px;   
	font-weight: bold;
}

a.flex-prev::before {
    visibility:visible;
    content: '‹'; 
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}

ul.flex-direction-nav li a {
	color: #ccc;
}

ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

ul.flex-direction-nav li a {
	color: #ccc;
}

ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

.flex-nav-next, .flex-nav-prev {
    background: #606060!important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    box-shadow: 0px 7px 9px -5px rgba(0,0,0,0.3);
}
.flex-nav-next {
    margin-right: 10px;   
}
.flex-nav-prev {
    margin-left: -3px;   
}
.flex-nav-next > a::after {
    color: white!important;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -12.5px;
} 
.flex-nav-prev > a::before {
    color: white!important;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.douyee-category-list-container h2 {
    padding: 0 1em 1em;
    margin: 0 -1em 1em;
    box-shadow: 0px 7px 9px rgba(0,0,0,0.3);
}
.douyee-overlay-screen {
    display:none;
}
.douyee-overlay-screen.show{
    display: block;
}

/** Slider Related Product **/
.related-product-image {
    padding-bottom: 80%;
    background-size: cover;
    background-position: center;
}

.douyee-single-related-product {
    background-color: white;
    box-shadow: 0px 7px 9px -5px rgba(0,0,0,0.3);
}

.related-product-action {
    background-color: #949494;
}

.related-product-action a {
    color: white;
}

.related-product-action {
    text-align: center;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.douyee-related-product-wrapper.owl-carousel .owl-nav {
    display: none;
}
.douyee-related-product-wrapper.owl-carousel .owl-dots button span{
    border: 1px solid #333;
}
.douyee-related-product-wrapper.owl-carousel .owl-dots button.active span{
    background-color: #606060;
}

a.button.pqfw-button.pqfw-add-to-quotation.pqfw-add-to-quotation-single.loading {
    width: unset!important;
    font-size: inherit!important;
}

@media (max-width: 820px) {
    ul.flex-direction-nav {
        top: 45%;
    }
}