/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.devvn_after_quantity {
    border: 1px solid #FAB55A;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.devvn_after_quantity .devvn_title {
    background: rgb(250 181 90 / 60%);
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.devvn_after_quantity .devvn_title svg {
    margin-right: 9px;
}

.devvn_after_quantity .devvn_title strong {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #ED7103;
}

.devvn_after_quantity .devvn_content {
    padding: 15px 25px;
}

.devvn_after_quantity .devvn_content ul {
    margin-bottom: unset;
    list-style: none;
}

.devvn_after_quantity .devvn_content ul li {
    margin-left: unset;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 20px;
    padding-left: 27px;
    position: relative;
}

.devvn_after_quantity .devvn_content ul li:last-child {
    margin-bottom: 5px;
}

.devvn_after_quantity .devvn_content ul li strong {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background: #FAB55A;
    display: inline-block;
    /* color: #fff; */
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
}
.devvn_info_product ul {
    list-style: none;
    display: flex;
    margin-top: 20px;
    margin-left: -8px;
    margin-right: -8px;
    justify-content: center;
}
.devvn_info_product ul li a {
    color: #111;
    padding: 6px 10px 6px 10px;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 30px;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    display: flex;
    align-items: center;
}
.devvn_info_product ul li a svg {
    margin-right: 6px;
}
.devvn_info_product ul li a:hover {
    border-color: #fab55a;
}
.devvn_info_product ul li a:hover {
    border-color: #fab55a;
}
.devvn_info_product ul li a:hover span {
    color: #fab55a;
}
.devvn_info_product ul li a:hover svg path {
    fill: #fab55a;
}
.mfp-video .mfp-iframe-holder .mfp-close,
.single-product .mfp-gallery button.mfp-close {
    position: absolute;
    right: 0;
    width: auto;
    left: auto;
    color: #fff;
	cursor: pointer;
}
#devvn_content_gcn figcaption {
    text-align: center;
    background: rgba(0, 0, 0, .05);
    font-size: .9em;
    font-style: italic;
    padding: .4em;
}
.devvn_countdown .wrapper {
    display: inline-flex;
    background-color: #FEA200;
    align-items: center;
    color: #fff;
    border: 3px solid #f2f4f7;
    border-radius: 25px;
    overflow: hidden;
    min-width: 350px;
    justify-content: center;
    padding: 4px 15px;
    gap: 10px;
}
.devvn_countdown .countdown-timer {
    display: inline-flex;
    font-weight: 600;
    gap: 5px;
}
.devvn_countdown .countdown-timer span {
    width: 24px;
    height: 24px;
    font-size: 14px;
    color: #FEA200 ;
    line-height: 24px;
    font-weight: 600;
    background-color: #fff;
    padding: 0;
    min-width: 0;
    border-radius: 6px;
}
.devvn_countdown .title-end {
    font-size: 18px;
}
.tabbed-content .nav-line-bottom li#tab-flashsale span {
    font-size: 0;
    background-image: url(images/sale-img.png);
    width: 100px;
    height: 45px;
    background-size: contain;
}
.tabbed-content .nav-line-bottom {
    flex-flow: nowrap;
}
.tabbed-content .nav-line-bottom li {
    height: 100%;
    width: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
	position: relative;
	border-bottom: 1px solid var(--primary-color);
}
.tabbed-content .nav-line-bottom li a {
    height: 100%;
    color: #000;
    font-size: 14px;
    padding: 10px 10px;
}
@media only screen and (max-width: 1024px) {
    .devvn_info_product ul li {
        font-size: 11px;
    }
	.devvn_info_product ul li a {
        padding: 5px 7px;
    }
}
@media only screen and (max-width: 1020px) {
	.tabbed-content .nav-line-bottom {
		overflow-x: auto;
		white-space: nowrap;
		scrollbar-width: thin;
		padding-bottom: 8px;
		-webkit-overflow-scrolling: touch;
		overflow: hidden !important;
	}
}
@media only screen and (max-width: 991px) {
    .devvn_info_product ul li {
        padding: 0 4px 10px;
    }
    .devvn_info_product ul li a {
        padding: unset;
        border: unset;
        flex-direction: column;
    }
    .devvn_info_product ul li a .icon {
        width: 36px;
        padding: 7px;
        border-radius: 99px;
        border: 1px solid currentColor;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8px;
    }
	.devvn_info_product ul li a svg {
        margin: unset;
    }
}
@media only screen and (max-width: 849px) {
    .devvn_info_product ul {
        max-width: 450px;
		justify-content: center;
		margin: 10px 0 0;
    }
    .devvn_info_product ul li {
        width: 105px;
    }
}
@media only screen and (max-width: 767px) {
    .devvn_info_product ul li {
        width: auto;
        flex-grow: inherit;
        padding-left: 10px;
        padding-right: 10px;
    }
}