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

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-grey: #cccccc;
    --FontAwesome: 'Font Awesome 5 Free';
    --font-html-size: 62.5%;
}

html {
    font-size: var(--font-html-size);
}

body {
    font-size: 1.6rem !important;
}

.loading-spin.centered, .processing:before {
    left: 50%;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    z-index: 99;
}

.ux-loader--style-spotlight .ux-loader__inner {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    height: 5rem;
    transform: translate(-50%, -50%);
    width: 5rem;
}

.nav-pagination>li>a, .nav-pagination>li>span {
    border: 1px solid;
    border-radius: .5rem;
    display: block;
    font-size: 1.1em;
    font-weight: bolder;
    height: 4rem;
    line-height: 3.8rem;
    min-width: 4rem;
    padding: 0 6px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
}

.dark,
.dark p,
.dark td {
    color: var(--color-white);
}

.message-container.success-color {
    background: rgb(0 128 0 / 10%);
    border-left: 4px solid green;
    padding: .5rem 1rem;
    display: inline-block;
    width: auto;
    margin-bottom: .5rem;
}

.message-container.alert-color {
    background: rgb(255 0 0 / 10%);
    border-left: 4px solid red;
    padding: .5rem 1rem;
    display: inline-block;
    width: auto;
    margin-bottom: .5rem;
}

.woocommerce-form-coupon-toggle .message-container {
    background: var(--fs-color-primary);
    color: var(--color-white);
    padding: 0.5rem 1rem;
    display: inline-block;
    width: auto;
}

.woocommerce-form-coupon-toggle .message-container a {
    color: #cdcdcd;
    text-decoration: underline;
}


.nivo-slider-section .nivo-slider .img {
    margin-bottom: 0 !important;
}

.nivo-slider-section .nivo-slider .nivo-prevNav,
.nivo-slider-section .nivo-slider .nivo-nextNav {
    width: 4rem;
    height: 4rem;
    border-radius: 0.8rem;
    background-color: var(--fs-color-primary);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    z-index: 100;    
    top: 50%;
    transform: translateY(-50%);
}

.nivo-slider-section .nivo-slider .nivo-prevNav:hover,
.nivo-slider-section .nivo-slider .nivo-nextNav:hover {
    opacity: 1;
}

.nivo-slider-section .nivo-slider .nivo-prevNav {
    left: 1.5rem;
}

.nivo-slider-section .nivo-slider .nivo-nextNav {
    right: 1.5rem;
}

.nivo-slider-section .text-col {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10rem;
    width: calc(100% - 11rem);
    z-index: 10;
}

.nivo-slider-section .text-col > .col-inner {
    padding: 0 0 5rem 5rem;
}

.nivo-slider-section .text-col > .col-inner h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 5px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
}

.nivo-slider-section .text-col > .col-inner p {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 80%);
    font-weight: 700;
}

.nivo-slider-section .text-col > .col-inner::after,
.nivo-slider-section .text-col > .col-inner::before {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
}

.nivo-slider-section .text-col > .col-inner::before {
    left: 30px;
    width: 1px;
    height: 100%;
}

.nivo-slider-section .text-col > .col-inner::after {
    bottom: 30px;
    left: 0;
    width: 50%;
    height: 1px;
}

.section-heading-title {
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
    color: var(--fs-color-primary);
    font-family: 'Cormorant Garamond';
}

.section-heading-sub-title {
    color: var(--fs-color-secondary);
    font-size: 1.6rem;
    text-transform: uppercase;
    position: relative;
    padding: 1.2rem 0 0;
}

.section-heading-sub-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: 0.6rem;
    background-color: var(--fs-color-secondary);
}

p {
    margin-bottom: 1.5rem;
}

.swal2-popup.swal2-modal {
    font-size: 1em;
}

.col-child-center > .col-inner {
    margin-left: auto !important;
    margin-right: auto !important;
}

.col-child-right > .col-inner {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.col-child-left > .col-inner {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
    font-size: 1em;
    height: 4.2rem;
    box-shadow: none;
}



.button:not(.icon),
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    text-transform: initial;
    font-weight: 400;
}

.wpcf7-form.submitting .button {
    pointer-events: none;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.5);
}

.wpcf7-form.submitting .button:after {
    content: '';
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid var(--fs-color-secondary); /* Blue */
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*************** HEADER  ***************/
#header {
        border-top: 15px solid var(--fs-color-primary);
}
#header .nav > li > a {
    font-size: 1.8rem;
}

.nivo-slider-section + #header .header-bg-container .header-bg-color {
    background-color: rgb(255 255 255 / 50%);
}

.lang-item {
margin-right: 1.6rem;
	    position: relative;
}

 .lang-item:last-child {
	margin-right:0
}

.lang-item img {
    width: 2.8rem;
}

#header .header-nav-main {
	justify-content:center
}

#header .header-nav-main > li {
	margin:0 2rem
}

#header .header-nav-main > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0.2rem;
    background-color: var(--fs-color-primary);
    transition: all 0.5s;
}

#header .header-nav-main > li > a:hover::after {
    width: 100%;
}

#header .nav-dropdown {
	 background-color: #eee;
    color: var(--fs-color-primary);
    padding: 1rem;
}

#header .nav-dropdown  li a {
	color: var(--fs-color-primary);
	font-weight:600
}

#header .nav-dropdown  li a:hover {
	color: var(--fs-color-secondary);
}

.off-canvas .mfp-content {
	    background-color: hsla(0, 0%, 100%, 1);
}


.sidebar-menu .nav  li {
		border-top:none !important;
	color:var(--color-black);
	padding:0
}


.sidebar-menu .nav  li a  {
	text-transform:initial !important;
	  font-size: 1.6rem !important;
	color: currentcolor !important;
	position:relative
}


.sidebar-menu .nav  li:hover   {
	   color: var(--fs-color-primary) ;
	background-color:transparent !important;
}

.nav-slide-header .toggle {
    width: 100%;
    font-weight: bold;
    color: var(--fs-color-secondary);
    font-family: 'Cormorant Garamond';
    font-size: 2rem;
}

.nav-slide-header .toggle  i {
	  font-size: 1.6rem;
}

.sidebar-menu .nav  li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0.2rem;
    background-color: var(--fs-color-primary);
    transition: all 0.5s;
}


.sidebar-menu .nav  li > a:hover::after {
    width: 100%;
}

.sidebar-menu .nav .html {
	    display: block;
}

.sidebar-menu .nav .html .lang-item {
	    display: inline-block;
    padding: 0;
}

/*************** END HEADER  ***************/

/*************** FOOTER  ***************/
#footer .footer-block-title {
    font-size: 2.6rem;
}

#footer .follow-icons a {
    width: 4rem;
    display: inline-block;
    height: 4rem;
    background-color: var(--color-white);
    color: var(--fs-color-primary);
    text-align: center;
    line-height: 4rem;
    border-radius: 50%;
    transition: all 0.3s;
}

#footer .follow-icons a:hover {
    color: var(--color-white);
    background-color: var(--fs-color-primary);
}
#footer form .form-header-description {
    margin-bottom: 1.5rem;
}
.absolute-footer.dark {
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 1.6rem;
}

/*************** END FOOTER  ***************/

/*************** HOME PAGE ***************/
.banner-section h3{
    font-size: 4.2rem;
    line-height: 1.3;
}

.banner-section p {
    margin: 1rem 0;
}

.importance-section .sub-title {
    background: var(--color-white);
    display: inline-block;
    padding: .2rem 1rem;
    font-size: 2.4rem;
    color: var(--fs-color-primary);
    font-weight: 500;
    border-radius: .8rem;
    margin-bottom: 1rem;
}
.importance-section .sub-title p {
    margin-bottom: 0    ;
}

.consultant-section .consultant-row > .col > .col-inner  {
    box-shadow: 2px 4px 5px 3px #dadada ;
    transition: all 0.3s;
    padding: 3rem;
    border-radius: .5rem;
    overflow: hidden;
}


.consultant-section .consultant-row > .col > .col-inner:hover {
    box-shadow: 3px 4px 9px 1px rgba(51, 88, 52, 0.86) ;
}


.consultant-section .consultant-row > .col > .col-inner .box .box-text {
    font-size: 1em;
    padding: 1rem 0 0;
}

.introduce-section .introduce-text-top {
    font-size: 2.2rem;
    background-color: var(--color-white);
    display: inline-block;
    border-radius: .5rem;
    color: var(--fs-color-primary);
    padding: 0.2rem 1.2rem;
}

.introduce-section .introduce-text-top  p {
    margin-bottom: 0;
}
.introduce-section .introduce-text-bottom {
    font-size: 3.5rem;
    color: var(--color-white);
    margin-top: 2rem;
}

.introduce-section .introduce-text-bottom p {
    margin-bottom: 0;
}
/*************** END HOME PAGE  ***************/

/*************** ABOUT PAGE ***************/
.what-we-do-section {
    position: relative;
}
.what-we-do-section:after {
    content: '';
    width: 100%;
    height: 18rem;
    position: absolute;
    inset: 0;
    overflow: hidden;
    clip-path: polygon(0 100%, 0 0, 100% 0);
    background: var(--color-white);
}

.what-we-do-section .icon-box .icon .icon-inner {
    background-color: var(--color-white);
    border-color: transparent;
    height: 7.2rem;
    border-radius: 50%;
    padding: 20%;
}

.what-we-do-section .icon-box .icon .icon-inner svg  {
    color: var(--fs-color-primary);
}

.directors-section .box .box-image {
    max-width: 21rem;
}

.directors-section .box .box-text {
    padding: 2rem 1rem 0;
}

.directors-section .box .box-text .person-name {
    color: var(--fs-color-primary);
    font-size: 1.8rem;
}
.directors-section .box .box-text .person-title {
    color: #9cafc0;
    font-size: 1.6rem;
    text-transform: initial;
}

/*************** END ABOUT PAGE   ***************/

/*************** CONTACT PAGE  ***************/
.contact-section form {
    margin-bottom: 0;
}
.contact-section form textarea,
.contact-section form input {
    background-color: #eee;
    box-shadow: none;
}

.contact-section form button {
    margin: 0;
}

.contact-section .contact-col .section-heading-title {
    background: var(--fs-color-primary);
    color: var(--color-white);
    font-size: 2.5rem;
    padding: 0.8rem 1.2rem;
}

.contact-section .contact-col .ux-menu i {
    color: var(--fs-color-primary);
}

.opportunities-section .button {
    box-shadow: 3px 3px 6px 0px #447247 inset !important;
    transition: all 0.3s !important;
    font-size: 1.8rem;
    border-radius: 1.4rem;
    border: none;
    padding: 1.2rem 2.4rem;
}
/*************** END CONTACT PAGE   ***************/

/*************** BLOG ARCHIVE ***************/
.blog-wrapper {
    padding-top: 0;
}

.blog-wrapper .archive-page-header  {
    margin-top: 1rem;
}

.blog-wrapper .archive-page-header .page-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-bottom: .5rem;
}

.blog-wrapper .archive-page-header .page-title::before {
    content: '';
    width: 2.2rem;
    height: 2px;
    position: absolute;
    bottom: -.055em;
    left: 0;
    background-color: red;
}

.blog-wrapper .archive-page-header .page-title:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -.055em;
    left: 0;
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #ccc 300%);
}

.blog-wrapper .archive-page-header .page-title span{
   position: relative;
}
.blog-wrapper .archive-page-header .page-title span::before {
    content: '\f0c9';
    font-family: var(--FontAwesome);
    font-weight: bold;
    margin-right: 1rem;
    color: var(--fs-color-primary);
}


.feature-posts-right > .col-inner {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 15px;
    overflow-y: scroll;
    max-height: 64rem;
    scrollbar-width: thin;
}

.feature-posts-left > .col-inner {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.feature-posts-left .box-blog-post .box-text {
    padding: 2rem 1.5rem;
    background: rgba(0, 0, 0, 0.6);
}


.feature-posts-left .box-blog-post .post-title a {
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 2rem;
}

.feature-posts-left .box-blog-post .from_the_blog_excerpt {
    margin-top: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 1px dotted var(--color-white);
    padding-left: 1.2rem;
}


.feature-posts-right .box-blog-post .post-title a {
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 1.6rem;
}

.feature-posts-right .box-blog-post .box-text {
    padding: 1rem 1rem 0;
}

.feature-posts-right .post-item {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 1.5rem;
    padding: 0 0 1.5rem !important;
}

.box-blog-post .post-meta {
    opacity: 1;
    font-size: 1.2rem;
}

.box-blog-post .post-meta::before {
    content: '\f017';
    font-family: var(--FontAwesome);
    font-weight: 400;
    margin-right: .5rem;
}

.box-blog-post .is-divider {
    display: none;
}

.blog-archive #post-list .post-item  {
    padding-bottom: 2rem;

}

.blog-archive #post-list .post-item > .col-inner {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 2rem;
}


.blog-archive #post-list  .box-blog-post .post-title a  {
    font-size: 2rem;
    text-transform: uppercase;
}


.grid-layout .blog-archive #post-list .post-item {
    padding-bottom: 3rem;
}
.grid-layout .blog-archive #post-list .post-item > .col-inner {
    border:none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.grid-layout .blog-archive #post-list .post-item > .col-inner:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.grid-layout .blog-archive #post-list .post-item .box-blog-post .box-text {
    padding: 2rem 1.5rem;
    text-align: center;
}

.grid-layout .blog-archive #post-list .post-item .box-blog-post .box-text  .post-title a {
    color: var(--fs-color-primary);
}


.post-sidebar {
    padding: 0rem !important;
}

.post-sidebar .widget-area {
    background: rgb(0 82 78 / 20%);
    padding: 3rem;
}

.post-sidebar .widget-title  {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
}

.post-sidebar .widget-title:after {
    content: '';
    position: absolute;
    width: 4rem;
    height: .3rem;
    bottom: -0.2rem;
    left: 0;
    background-color: var(--fs-color-primary);
    z-index: 10;
}

.post-sidebar .widget-title + .is-divider {
    display: none;
}

.post-sidebar .blog-posts-sidebar .box-blog-post .post-title a  {
    font-size: 1.8rem;
    color: var(--fs-color-primary);
}

/*************** END BLOG ARCHIVE  ***************/

/*************** BLOG SINGLE ***************/

.blog-single {
    background: rgb(0 82 78 / 10%);
}

.blog-single  .nivo-slider-section {
    margin-bottom: 0 !important;
}

.blog-single > .row {
    margin-top: 0  !important;
}

.blog-single > .row > .col{
    padding: 5rem;
    background-color: var(--color-white);
}
.blog-single .entry-meta-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.blog-single  .blog-share a.facebook {
    border: 1px solid #0866ff;
    width: 2rem;
    height: 2rem;
    display: inline-block;
    text-align: center;
    line-height: 1.8rem;
    font-size: 1rem;
    color: #0866ff;
} 

.blog-single .entry-meta-container .entry-meta time i {
    color: var(--fs-color-primary);
    font-size: 2rem;
    line-height: 2rem;
    position: relative;
    top: 0.2rem;
}

.blog-single h1.entry-title {
    font-size: 3rem;
}

.other-posts-container .other-posts-title {
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    margin-bottom: 3rem;
}
.other-posts-container .other-posts-title span {
    display: inline-block;
    padding: 0 1rem;
    margin: 0 2rem;
    background-color: #fff;
    position: relative;
    top: 1.5rem;
}

.other-posts-container .other-posts-title  i {
    color: var(--fs-color-primary);
    margin-right: .5rem;
}

.other-posts-container .other-posts .other-post-item {
    list-style-type: none;
}

.other-posts-container .other-posts .other-post-item i {
    margin-right: .5rem;
}

/*************** END BLOG SINGLE ***************/

/*************** SHOP PAGE ***************/
.category-list-container .category-list {
   margin-bottom: 3rem;
   overflow: auto;
   white-space: nowrap;
   scrollbar-width: thin;
}

.category-list-container .category-list li {
    display: inline-block;
    list-style-type: none;
    margin:0 1rem 1rem 0rem;
}

.category-list-container .category-list li a {
    padding: .8rem 1.6rem;
    background-color: var(--fs-color-secondary);
    color: var(--color-white);
    border-radius: .5rem;
    transition: all 0.3s;
    display: inline-block;
}
.category-list-container .category-list li a:hover {
    background-color: var(--fs-color-primary);
}

.category-list-container .category-list li:last-child {
    margin-right: 0;
}

.rank-math-breadcrumb {
    font-size: 1.6rem;
    color: var(--color-black);
}

.breadcrumbs a {
    color: var(--color-black);
}

.breadcrumbs a:hover {
    color: var(--fs-color-primary);
}

.breadcrumbs  .last {
    font-weight: 400;
}

.shop-page-title h1.shop-page-title {
    margin: 1.5rem 0;
    font-size: 4rem;
}

.product-small.box .box-image img {
	aspect-ratio: 16 / 10;
}

.product-small.box .product-title a {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.product-small.box .price-wrapper span.amount {
    color: var(--fs-color-primary);
    font-size: 1.6rem;
}


.product-small.box .product_type_simple ,
.product-small.box .add_to_cart_button,
.product-small.box .added_to_cart  {
    border-radius: .8rem;
    color: var(--color-white);
    background-color: var(--fs-color-primary);
    margin-top: 1em;
    padding: 0 1.2rem;
    min-height: 4.2rem;
    line-height: 4.2rem;
    font-weight: 400;
    border: none;
    text-transform: initial;
    font-size: 1.4rem;
}

.button.loading:after {
    margin-top: 0;
    transform: translateY(-50%);
}

/*************** END SHOP PAGE ***************/

/*************** SINGLE PRODUCT ***************/
.product-container .product-main > .row {

}

.product-container .product-main > .row  > .col {
    padding: 0 5rem 3rem;
}
.product-info  h1.product-title {
    font-size: 4.5rem;
}

.product-info .price-wrapper span.amount {
    color: var(--fs-color-primary);
}

.product-container .product-footer > .container {
    padding: 0 5rem;
}

.single-product-page-title > .container{
    padding: 2rem 5rem 0;
}

.product-footer .woocommerce-tabs {
    border-top: none;
    padding: 0 0 3rem;
}
.product-footer  .woocommerce-tabs .tabs  {
    border-bottom: 1px solid #d3ced2;
}

.product-footer  .woocommerce-tabs .tabs  li a {
    border-radius: .8rem 0.8rem 0 0;
    padding: 0 2rem;
    font-size: 1.6rem;
}
.product-section.related-products-wrapper{
    border-top: none
} 

.product-section.related-products-wrapper .product-section-title {
    font-size: 4.5rem;
    margin-bottom: 1.5rem;
    color: var(--fs-color-secondary);
    font-family: 'Cormorant Garamond';
    text-transform: initial;
}

/*************** END SINGLE PRODUCT ***************/

@media only screen and (min-width: 1200px) { 
	
	.grid-layout.category-products  .blog-archive #post-list .post-item,
	.grid-layout.category-san-pham  .blog-archive #post-list .post-item{
			flex-basis: 20%;
			max-width: 20%;
	}
}

@media only screen and (max-width: 1520px) { 
    #header .nav > li  {
            margin: 0 1rem;
    }
    #header .nav > li > a {
        font-size: 1.4rem;
    }
}


@media only screen and (max-width: 1200px) { 
	#header .header-nav-main > li {
		margin: 0 1rem;
	}
	
	    #header .nav > li  {
            margin: 0 .8rem;
    }
    #header .nav > li > a {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1080px) { 


    .product-container .product-main > .row > .col {
        padding: 0 1.5rem 3rem;
    }

    .single-product-page-title > .container {
        padding: 2rem 1.5rem 0;
    }

    .product-container .product-footer > .container {
        padding: 0 1.5rem;
    }
	
	
	#header .lang-item img {
		width: 2rem;
	}
	
	#header #logo {
		width: 12rem;
	}
	
	#header .flex-col.hide-for-medium {
	    display:none;
	}
	#header .flex-col.show-for-medium {
	    display:block !important;
	}
	
	  #header  .medium-logo-center .flex-left {
        flex: 1 1 0;
        order: 1;
    }
	
	  #header  .medium-logo-center .logo {
        margin: 0 15px;
        order: 2;
        text-align: center;
    }
    
       #header    .medium-logo-center .flex-right {
        flex: 1 1 0;
        order: 3;
    }
}

@media only screen and (max-width: 849px) {
    /*************** ADD TABLET CSS HERE  ***************/
	#header #logo {
		width: 16rem;
	}
    .select-resize-ghost,
    .select2-container .select2-choice,
    .select2-container .select2-selection,
    input[type='date'],
    input[type='email'],
    input[type='number'],
    input[type='password'],
    input[type='search'],
    input[type='tel'],
    input[type='text'],
    input[type='url'],
    select,
    textarea {
        font-size: 1.6rem;
    }

    #footer .footer-block-title {
        font-size: 2.2rem;
    }

    .nivo-slider-section + #header #logo {
        display: none;
    }

    .banner-section h3 {
        font-size: 3.6rem;
    }

    .section-heading-title {
        font-size: 3.6rem;
    }

    .importance-section .sub-title {
        font-size: 1.6rem;
    }
    .introduce-section .introduce-text-top {
        font-size: 2rem;
    }

    .introduce-section .introduce-text-bottom {
        font-size: 3.2rem;
    }

    .category-list-container .category-list li a {
        padding: .4rem 1.2rem;
    }

    .product-info h1.product-title {
        font-size: 3.6rem;
    }

    .product-container .product-main > .row > .col {
        padding: 1.5rem 1.5rem 3rem;
    }


    .nivo-slider-section .text-col > .col-inner h2 {
        font-size: 3.2rem;
    }

    .nivo-slider-section .text-col {
        left: 5rem;
        width: calc(100% - 6rem);
    }

    .nivo-slider-section .text-col > .col-inner p {
        font-size: 1.8rem;
    }

    
    .contact-section .contact-col .section-heading-title {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 549px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    #footer .footer-block-title {
        font-size: 1.8rem;
    }
    .banner-section h3 {
        font-size: 2.4rem;
    }
    .section-heading-title {
        font-size: 2.8rem;
    }

    .introduce-section .introduce-text-top {
        font-size: 1.6rem;
    }

    .introduce-section .introduce-text-bottom {
        font-size: 2.4rem;
    }

    .product-info h1.product-title {
        font-size: 2.8rem;
    }
    .nivo-slider-section .text-col > .col-inner h2 {
        font-size: 1.8rem;
    }

    .nivo-slider-section .text-col > .col-inner p {
        font-size: 1.5rem;
    }

    .nivo-slider-section .text-col > .col-inner {
        padding: 0 ;
    }

    .nivo-slider-section .text-col > .col-inner::before,
    .nivo-slider-section .text-col > .col-inner::after  {
       content: unset;
    }
    .nivo-slider-section .nivo-slider .nivo-prevNav, .nivo-slider-section .nivo-slider .nivo-nextNav {
        width: 2.4rem;
        height: 2.4rem;
    }

    .nivo-slider-section .nivo-slider .nivo-prevNav {
        left: 1rem;
    }

    .nivo-slider-section .nivo-slider .nivo-nextNav {
        right: 1rem;
    }

    .nivo-slider-section .text-col {
        left: 3rem;
        width: calc(100% - 4rem);
    }

    .nivo-slider-section .text-col > .col-inner p {
        font-size: 1.5rem;
    }

    .blog-wrapper .archive-page-header .page-title {
        font-size: 2.4rem;
    }

    .feature-posts-right .box-blog-post .box-text {
        padding: 1rem 0 0 !important;
    }

    .blog-single > .row > .col {
        padding: 3rem 1.5rem;
        background-color: var(--color-white);
    }

    .contact-section .contact-col .section-heading-title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 400px) {

    #logo {
        width: 12rem !important;
    }
    .nivo-slider-section .text-col > .col-inner h2 {
        font-size: 1.4rem;
    }

    .nivo-slider-section .text-col > .col-inner p {
        font-size: 1.2rem;
    }
}
