/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.011111111111111111
*/
.box-image,
ul.product_list_widget li img {
  border: 1px solid #000;
}
.box .box-image, .widget ul.product_list_widget li img {
    border-color: var(--main-hnc-color);
    border-radius: 20px;
}
.bestcheaptshirt_text_didyounow {
    position: relative;
    margin: 0 auto 23px;
    padding-bottom: 10px;
}
.bestcheaptshirt_text_didyounow h2 {
    font-size: 1.875rem;
}
.bestcheaptshirt_text_didyounow h2:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #34a5e6;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    margin: 0 auto;
}
	.section-title-center span {
    font-weight: 500;
}
	.section-title b {
    background: transparent;
}
	.section-title-center span:after {
    content: "";
    display: table;
    clear: both;
    background: url(/wp-content/uploads/2022/09/line.png);
    width: 100%;
    height: 20px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 0px;
}
.bestcheaptshirt_plain {
    margin-bottom: 10px;
}
.bestcheaptshirt_plain .accordion-title.active {
    background-color: #34a5e6;
    color: #fff;
}
.bestcheaptshirt_plain .accordion-title {
    background-color: #fff;
    cursor: pointer;
    border: none;
    padding-left: 15px;
    border-radius: 5px;
}

.bestcheaptshirt_plain .toggle {
    right: 0;
    left: unset;
}
.bestcheaptshirt_plain .accordion-inner {
    padding: 14px 18px;
    background: white;
}
.bestcheaptshirt_plain .accordion-title {
    background-color: #fff;
    cursor: pointer;
    border: none;
    padding-left: 15px;
    border-radius: 5px;
}
	.product-small .price .amount, .product-small .price .amount {
    color: #e51313;
    font-size: 19px;
    font-weight: normal;
}
	.product-small .product-title {
    font-weight: 700;
}
.related.related-products-wrapper .related-inner {
    padding: 0 8rem;
    position: relative;
}
.product-section {
    border-top: 0;
}
.wcpa_cart_val {
    display: inline-block!important;
}
.widget_shopping_cart .wcpa_cart_type_color-group .wcpa_cart_color {
    border: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    height: auto !important;
    line-height: 1.5 !important;
    min-width: auto !important;
}
.variation-data span:last-child .space {
    display: none;
}
.breadcrumbs a {
    color: #757575;
    font-size: 1rem;
}
.product-info .price {
    font-size: 1.2em;
	padding: 0;
	margin-top: 0;
    margin-bottom: .75rem;
}
.single-product .product-info .product-title {
    font-size: 22px;
    margin-bottom: .75rem;
}
.wcpa_price_summary {
    display: none;
}
.product-stacked-info {
    padding: 0;
}
.product-info {
    padding-top: 0;
}
.accordion-title {
    padding: 0.6em 2.3em 0.6em 0;
    line-height: 1.5em;
    letter-spacing: -.025em;
    font-size: .9375rem;
    font-weight: 700;
}
.accordion .toggle {
    right: 0;
    left: unset;
    font-size: 16px;
    top: 0;
}
/* .accordion .toggle i {
    display: none;
} */
.accordion .toggle i {
    font-size: 20px;
}
.accordion .toggle:before,
.accordion .toggle:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
}
/* 
.accordion .toggle:before {
    content: '\f068';
	display: none;
}
.accordion .toggle:after {
    content: '\f067';
} */
.accordion-title.active .toggle:before {
    display: block;
}
.accordion-title.active .toggle:after {
    display: none;
}
.accordion-title.active {
    border: transparent;
    background: transparent;
}
.accordion-inner {
    padding: 0;
    font-size: 0.94rem;
}
.accordion-item:last-child a {
    border-bottom: 1px solid #ddd;
}
.group-addtocart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
div.product.wcpa_has_options form.cart>div.group-addtocart-btn{
    flex-wrap: nowrap !important;
}
.group-addtocart-btn>button {
    width: 50%;
    margin: 0;
    padding: 0;
    max-width: unset;
    flex: auto;
    text-transform: unset;
    font-weight: normal;
	
	
	    height: 56px;
    margin-bottom: 0;
    border-radius: 3px;
    /* white-space: nowrap; */
/*     padding: 10px 0; */
    /* display: block; */
    /* width: 100%; */
/*     font-size: 1rem;
    font-weight: 400;
    line-height: 24px !important; */
    box-shadow: 0 4px 6px -2px rgb(35 67 92 / 32%);
    border: 1px solid rgba(0, 0, 0, .16) !important;
}
.ux-quantity.quantity {
/*     margin-bottom: 1em; */
    border: 1px solid #E7E4E4;
}
.quantity .button.ux-quantity__button {
    background: transparent;
    border: transparent;
}

.quantity input.qty {
    border: 0;
    box-shadow: none;
}
.group-addtocart-btn>button.button.single_add_to_cart_button {
    background: transparent;
    color: var(--fs-color-primary);
    border-color: var(--fs-color-primary);
}
.page-title:not(.featured-title)+main .product-main {
    padding-top: 40px;
}