/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SPW61SH9SD">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-SPW61SH9SD');
</script>
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
}
@media only screen and (min-width: 1024px) {
    .widget ul.menu > li {
        position: relative;
    }
    .widget ul > li.has-child:hover >.sub-menu{
        display:block !important;
    }
    .widget ul.menu ul.sub-menu {
        display: none !important;
        position: absolute;
        width: 100%; 
        left:99%;
        top: 0;
        z-index: 999;
        border: 1px solid #e1e1e1 !important;
        background: #fff;
        margin: 0;
        padding: 0;
    }
    .widget .toggle{
        transform: rotate(-90deg);
        margin-right: 10px;
    }
    .widget ul.menu>li li {
        padding: 2px 0;
        border-bottom: 1px solid #e1e1e1;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }

}
/* */
body.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 0;
}
body.nav-dropdown-has-border .nav-dropdown a {
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 0;
}
.post_comments  {
    display: none;
}
.page-title-bar {
    padding: 15px 0;
    background: #888;
}
.page-title-bar .title {
    margin-bottom: 0;
}
.page-title-bar * {
    color: #fff;
}
/* Sidebar */
.post-sidebar.col.right-sidebar {
    padding-left: 0;
}
.post-sidebar.col.left-sidebar {
    padding-right: 0;
}
#shop-sidebar .widget-title,
#product-sidebar .widget-title,
.post-sidebar .widget-title  {
    display: block;
    background: #1e73be;
    color: #fff;
    padding: 12px 20px;
}
#shop-sidebar .is-divider,
#product-sidebar .is-divider,
.post-sidebar .is-divider {
    display: none;
}
#shop-sidebar .widget,
#product-sidebar .widget,
.post-sidebar .widget {
    box-shadow: 0 0 0 1px #e1e1e1;
}
.product_list_widget,
.post-sidebar .widget .recent-blog-posts {
    padding: 10px;
}
#shop-sidebar .widget ul.menu li > a,
#product-sidebar .widget ul.menu li > a,
.post-sidebar .widget ul.menu li > a {
    display: block;
    padding: 8px 10px;
}
#product-sidebar .widget ul.menu li > a:before,
.post-sidebar .widget ul.menu li > a:before {
    content: "\f105";
    font-family: 'fl-icons' !important;
    font-size: 15px;
    margin-right: 10px;
    color: #000;
    font-weight: bold;
}
/* */
.blog-single .article-inner > .entry-header {
    display: none;
}
/* */
.product-small.box ins *,
.product-small.box .price > .amount * {
    color: red;
    font-size: 16px;
}
.product-small.box del * {
    color: #333;
}
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
}
/*.product-small.box .box-image img {
    height: 250px;
    object-fit: cover;
}*/
/* */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.pulse {
    transition: all 150ms linear 0s;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

blockquote {

    font-size: 110%;
    color:#666;

    margin: 0 auto;
    border-left:0px;
    margin-left: 20px;
    padding-bottom: 50px;
}
blockquote h1 {
    font-size: 3rem;
}
blockquote p {
    font-style: italic;
    margin-bottom: 0;
}
blockquote p::before,
blockquote p::after {
    content: "“";
    font-family: Georgia;
    font-size: 6rem;
    margin: -3rem 0 0 -4rem;
    position: absolute;
    opacity: 0.5;
    color:var(--primary-color);
}
blockquote p::after {
    content: "”";
    margin: -2rem -3rem 0 0;
}
blockquote cite {
    font-size: 1.5rem;
}
.icon-box.icon-box-left {
    display: flex;
    align-items: center;
}
.gtrow-sec .icon-inner:after {
    position: absolute;
    width: 7px;
    height: 7px;
    content: '';
    border: 1px solid #000;
    border-radius: 50%;
    top: 45%;
    transform: translate(0,-50%);
    left: 0;
}
.gtrow-sec .icon-inner:before {
    position: absolute;
    width: 7px;
    height: 7px;
    content: '';
    border: 1px solid #000;
    border-radius: 50%;
    top: 45%;
    transform: translate(0,-50%);
    right: 0;
}
.block-2 .section-content > .row {
    position: relative;
}
.block-2 .col-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 700px;
    color: #000;
    line-height: 30px;
    padding: 20px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.8127626050420168) 23%,rgba(255,255,255,1) 100%);
}
.block-2 .col-right .col {
    padding-bottom: 0;
}
.box.box-category .header-title {
    text-transform: capitalize;
    font-size: 18px;
}
.star-box {
    text-align: center;
    color: #ffbe00;
    margin-bottom: 10px;
    height: 11px;
    font-size: 13px;
}
.product-small.box .price {
    margin-bottom: 10px;
}
.accordion-item {
    font-size: 16px;
}
.accordion-title {
    border: none;
    font-size: 16px;
    padding-right: 0;
}
.btn-readmore.button {
    color: #333 !important;
    font-weight: normal !important;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-readmore.button:hover {
    color: #fff !important;
}
.col.post-item .post-title {
    font-size: 15px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 10px;
}
.col.post-item .from_the_blog_excerpt {
    font-size: 13px;
    color: #333;
}
.archive .col.post-item .post-title {
    font-size: 18px;
    height: auto;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 10px;
}
.archive .col.post-item .from_the_blog_excerpt {
    font-size: 15px;
    color: #333;
}
.box-info-post {
    margin-bottom: 20px;
}
.post-time {
    font-size: 12px;
    color: #494949;
    margin-bottom: 7px;
    display: inline-block;
    background-color: #ececec;
    border-radius: 20px;
    padding: 3px 13px;
    text-align: center;
    margin-right: 15px;
}
.single-post .entry-content {
    padding-top: 0;
}
.product-short-description {
    background-color: #fbfbfb;
    padding: 10px;
    border-radius: 3px;
    margin-top: 5px;
}
.product-short-description p {
    margin-bottom: 10px;
}
.box-form {
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 4px;
    position: relative;
    justify-content: space-between;
}
.box-form input {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
}
.box-form-phone {
    width: 100%;
}
.box-form input.wpcf7-submit {
    margin-right: 0;
}
.wpcf7-spinner {
    position: absolute;
}
.supportTitle3 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    font-weight: 400;
}
.phoneNumber {
    width: 100%;
    margin-top: 10px;
    display: block;
    text-align: center;
    line-height: 1.1;
}
.phoneNumber a {
    font-size: 29px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
}
.or {
    width: 100%;
    margin: 10px 0;
    color: #7a7d8d;
    text-align: center;
    line-height: 1.1;
}
.or span {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    transform: translateY(50%);
    font-size: 13px;
}
.or:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #ededed;
}
.chatNow {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    cursor: pointer;
    line-height: 1.1;
}
.supportTitle {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 0;
}
.supportimage {
    margin-bottom: 10px;
}
.widget > div {
    padding: 10px;
}
.block_widget .icon-box h4 {
    font-size: 14px;
}
.product-main {
    padding-top: 0;
}
.single-product .shop-container {
    margin-top: 30px;
}
.product-info .breadcrumbs {
    display: none;
}
.product-info {
    padding-top: 0;
}
.section-title-normal span {
    position: relative;
    border-bottom: 0 !important;
    margin: 0;
}
.section-title-normal span:after {
    border-top: 40px solid transparent;
    border-left: 40px solid #1e73be;
    content: '';
    position: absolute;
    left: 99%;
    top: 0;
    height: 100%;
}
.col-dmsp img {
	border-radius: 100px;
    overflow: hidden;
    height: 80px;
    object-fit: cover;
    border: 1px solid #e1e1e1;
}
.col-dmsp .col-inner {
	display: flex;
}
.col-dmsp .col-inner .icon-box {
	padding-right: 20px;
	width: 100px;
}
.col-dmsp .col-inner .icon-box-img {
	width: 100px !important;
}
.col-dmsp .col-inner .icon-box-text * {
	font-size: 11px;
}
@media (max-width: 820px) {
    .block-2 .col-right {
        position: inherit;
        width: 100%;
    }
    img.aligncenter {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .block-2 .col-right {
        position: inherit;
    }
    .section-title-normal span:after {
        left: 97%;
        top: -2px;
    }
	.col-dmsp .col-inner {
		max-width: 100%;
		overflow: auto;
	}
}

/*
     FILE ARCHIVED ON 19:28:05 Dec 15, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:32:10 Jul 09, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.446
  exclusion.robots: 0.057
  exclusion.robots.policy: 0.048
  esindex: 0.007
  cdx.remote: 7.28
  LoadShardBlock: 139.214 (3)
  PetaboxLoader3.datanode: 114.417 (4)
  PetaboxLoader3.resolve: 72.167 (2)
  load_resource: 62.466
*/