/*
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.   ***************/

/* iconbox */

.isures-chat--wrap {
    border: 1px solid #164892;
    border-radius: 10px;
    color: #164892;
    background: #E2EAF7;
    margin-bottom: 15px;
    padding: 10px;
}

.isures-icon--chat {
    max-width: 30px;
}
.isures-wrap--iconbox,
.isures-wrap--iconbox a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.isures-wrap--iconbox {
    padding: 1px 15px;
    border: 2px solid var(--isures-primary-color);
    margin-right: 15px!important;
    border-radius: 5px;
}

.isures-iconbox--icon {
    font-size: 30px;
    margin-right: 8px;
}

.isures-iconbox--content {
    color: #fff;
    line-height: 1.2;
}

.isures-iconbox--content p {
    margin: 0
}

p.isures-text--head {
    font-size: 12px;
}

p.isures-text--bottom {
    font-size: 18px;
}

/* lookbook */
.isures-lookbook--product{
	display: block;
	position: relative;
	z-index: 9;
	width: 34px;
	height: 34px;
	cursor: pointer
}
.isures-lookbook--product .isures-lookbook--icon {
    font-size: 0;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    display: inline-block;
    border: 12px solid #ff6f00;
	position: absolute;
    top: 0;
    left: 0;
}
.isures-lookbook--product:after, .isures-lookbook--product:before {
    width: 53px;
    height: 53px;
    position: absolute;
    content: "";
    left: calc(50% - 27px);
    top: calc(50% - 27px);
    background: rgba(255,255,255,.7);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: -1;
    -webkit-animation: isures-lookbook 3s infinite;
    animation: isures-lookbook 3s infinite
}
.isures-lookbook--product:after {
    animation-delay: 1.5s;
}
.isures-content--lookbook{
	display: none;
	z-index: 9;
    padding: 10px;
    text-align: center;
    width: 225px;
    box-shadow: -1px 5px 5px 0 rgba(131, 131, 131,  .5);
    background: #fff;
    position: absolute;
    left: 35px;
    top: 0;
}
.isures-lookbook-bottom {
    margin-top: 10px;
}
.isures-global--hotspot_left .isures-content--lookbook {
    left: -225px;
}

.isures-lookbook--product:hover .isures-content--lookbook{
	display: block
}
.isures-lookbook--bottom_title {
    color: #222;
	line-height: 1.2;
	margin-bottom: 5px;
}
.isures-lookbook--bottom_title:hover{
	color: var(--isures-primary-color)!important
}	
.isures-lookbook--bottom_price .amount{
	color: #777!important;
	font-size: 14px
}
@-webkit-keyframes isures-lookbook {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1
	}

	to {
		transform: scale(2);
		-webkit-transform: scale(2);
		opacity: 0
	}
}

@keyframes isures-lookbook {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1
	}

	to {
		transform: scale(2);
		-webkit-transform: scale(2);
		opacity: 0
	}

}
/* heading */

.row.row-small.product-isures {
    background: #fff;
    margin-left: 0!important;
    margin-right: 0;
    border: 1px solid #f1f1f1;
}

.isures-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 2px solid var(--isures-primary-color);
}

.isures-heading span.section-title-main {
    position: relative;
    line-height: 45px;
    color: var(--isures-primary-color);
    overflow: hidden;
    text-transform: capitalize;
    margin-right: 25px;
    padding-left: 10px;
}

.isures-heading span.section-title-main:before {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    background: var(--isures-primary-color);
    top: 0;
    left: -3px;
    transform: skewX(-45deg);
    filter: brightness(0.85);
}

ul.isures-sub-title.isures-scroll {
    margin-bottom: 0;
}

ul.isures-sub-title.isures-scroll li {
    display: inline-block;
    font-weight: normal;
    list-style: none;
    margin: 0;
    font-size: 14px;
}

ul.isures-sub-title.isures-scroll li a {
    color: #777;
    display: block;
    padding: 5px 10px;
    border: 2px solid transparent;
    text-transform: capitalize
}

ul.isures-sub-title.isures-scroll li a.load-product-tab.active {
    color: var(--isures-primary-color);
    border-radius: 4px;
    font-weight: bold;
}

.row.loadmore-wrap {
    margin-left: 0!important;
    margin-right: 0!important;
}

.isures-global--button {
    width: 100%;
    background: var(--isures-primary-color);
    color: #fff;
    cursor: pointer;
    position: relative
}

a.load-more.isures-global--button {
    width: fit-content;
    width: -moz-max-content;
    padding: 5px 15px!important;
    margin-bottom: 15px;
    transition: 0.15s ease-in-out;
    border-radius: 5px;
    border: 2px solid var(--isures-primary-color);
    background: transparent;
    color: var(--isures-primary-color);
    display: inline-block;
    line-height: 1
}

a.load-more.isures-global--button i {
    vertical-align: middle
}

.isures-global--button:hover {
    background: var(--isures-primary-color)!important;
    color: #fff!important;
}



/* ph isures */

.isures-ph--item {
    direction: ltr;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    /*     border: 1px solid #e6e6e6; */
    border-radius: 2px;
    z-index: 21;
}

.isures-ph--item,
.isures-ph--item *,
.isures-ph--item :after,
.isures-ph--item :before {
    box-sizing: border-box
}

.isures-ph--item:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: iSuresPlaceholder .8s linear infinite;
    animation: iSuresPlaceholder .8s linear infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%
}

.isures-ph--item>* {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    padding-right: 0;
    padding-left: 0
}

.isures-ph--item .ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7.5px
}

.isures-ph--item .ph-row div {
    height: 10px;
    margin-bottom: 7.5px;
    background-color: #ced4da
}

.isures-ph--item .ph-row .big,
.isures-ph--item .ph-row.big div {
    height: 20px;
    margin-bottom: 15px
}

.isures-ph--item .ph-row .empty {
    background-color: hsla(0, 0%, 100%, 0)
}

.isures-ph--item .ph-col-2 {
    flex: 0 0 16.66667%
}

.isures-ph--item .ph-col-4 {
    flex: 0 0 33.33333%
}

.isures-ph--item .ph-col-6 {
    flex: 0 0 50%
}

.isures-ph--item .ph-col-8 {
    flex: 0 0 66.66667%
}

.isures-ph--item .ph-col-10 {
    flex: 0 0 83.33333%
}

.isures-ph--item .ph-col-12 {
    flex: 0 0 100%
}

.isures-ph--item .ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    background-color: #ced4da;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden
}

.isures-ph--item .ph-avatar:before {
    content: " ";
    display: block;
    padding-top: 100%
}

.isures-ph--item .ph-picture {
    width: 100%;
    height: 250px;
    background-color: #ced4da;
    margin-bottom: 15px
}

.isures-ph--item .ph-row .circle {
    border-radius: 99%;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
    flex: 0 0 50px
}

@-webkit-keyframes iSuresPlaceholder {
    0% {
        transform: translate3d(-30%, 0, 0)
    }
    to {
        transform: translate3d(30%, 0, 0)
    }
}

@keyframes iSuresPlaceholder {
    0% {
        transform: translate3d(-30%, 0, 0)
    }
    to {
        transform: translate3d(30%, 0, 0)
    }
}

.isures-parameter--wrap {
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 3px 0 #dee2e6;
}

.isures-parameter--wrap table {
    border: 1px solid #ececec;
}

.isures-parameter table a {
    color: var(--isures-primary-color);
}

.isures-parameter table td:first-child {
    width: 126px;
}

.isures-parameter table td {
    padding: 6px 10px;
}

a.isures-viewmore--param {
    display: block;
    text-align: center;
    color: var(--isures-primary-color)!important;
    font-size: 15px;
    position: relative;
}


.isures-parameter table tr:nth-child(odd) {
    background: #f3f4f7;
}

div#isures-param h3 {
    text-transform: capitalize;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}


/* checkout */

.woocommerce-billing-fields__field-wrapper p.form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.woocommerce-billing-fields__field-wrapper p.form-row label {
    width: 20%;
    text-align: right;
    margin-right: 25px;
}
.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper {
    flex-grow: 1;
}
.woocommerce-billing-fields__field-wrapper p.form-row span.woocommerce-input-wrapper input {
    box-shadow: none;
    border-radius: 4px;
}

.checkout .large-5.col .col-inner.has-border{
	background: #fff;
	border: 2px solid #ee4d2d
}
.checkout.woocommerce-checkout h3{color: #ee4d2d}
.checkout.woocommerce-checkout .product-name , .checkout.woocommerce-checkout .product-total{color: #000; border: none;}
.checkout.woocommerce-checkout span.woocommerce-Price-amount.amount, .checkout.woocommerce-checkout span.woocommerce-Price-amount.amount a{font-size: 15px;}
.woocommerce-billing-fields{border: none;}
#customer_details{
	padding: 0 15px;
    border: 1px solid #ececec;
	background: #fff
}
@media screen and (max-width: 767px) {
    
    .isures-heading {
        border-bottom: 2px solid #000;
    }
    .isures-menu--mobile_tab {
		transition: all 0.25s ease-in-out;
		width: 45px;
		height: 45px;
		padding: 8px;
		fill: red;
    }
    span.fas.fa-bars.isures-menu--mobile_tab.active:before {
        content: "\f00d";
        color: var(--isures-primary-color)
    }
    ul.isures-sub-title {
        display: none;
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: calc(100% + 2px);
        z-index: 22;
        background: #fff;
        box-shadow: 0px 1px 2px #959595;
        padding: 10px 0;
    }
    ul.isures-sub-title li {
        width: 100%;
    }
    ul.isures-sub-title li a {
        padding: 15px 0px;
        border: 0;
        margin-left: 0px;
        border-radius: 0;
        margin: 0 10px;
        font-size: 14px;
        display: block;
        text-align: left;
        border: none!important;
    }
    .isures-global--heading span.section-title-main {
        font-size: 16px
    }
    .isures-global--heading .section-title.section-title-normal {
        border-bottom: 2px solid #000
    }
	.isures-ph--item .ph-picture {
		width: 100%;
		height: 150px;
	}
}
@media screen and (min-width: 1023px) {
    .isures-nav,
    .isures-menu--mobile_tab {
        display: none!important
	}
	/* blog in home */
	.header-main .flex-col.hide-for-medium.flex-right li.header-block {
		width: auto;
		margin: 0!important;
	}
}
/* code*/
.tabbed-content {
    background: #fff;
    padding: 15px;
	padding-left: 15px!important;
	padding-right: 15px!important;
    border-radius: 15px!important;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
}

.skv-sp>.col-inner {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 6%);
}

.single-product .product-images {
	overflow: hidden;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}

.widget {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
 .woocommerce-billing-fields__field-wrapper p.form-row label {
        width: 100%!important;
        text-align: left!important;
    }
    .woocommerce-billing-fields__field-wrapper p.form-row {
        flex-wrap: wrap;
    }

}

function font_chu_mac_dinh_web(){
?>
	<style>
	body{font-family: sans-serif; !important}
	</style>
<?php
}
add_action('wp_head','font_chu_mac_dinh_web');