/*
Theme Name: Ermc Child
Theme URI: https://www.electrorange.com/
Author: raheelhir
Author URI: https://www.electrorange.com/
Version: 1.0.5
Template: ermc
Text Domain: ermc-child
*/
.pxl-menu-primary li a span {
    font-family: 'Public Sans';
	font-weight: 500;
}
.heading-related {
    display: none;
}
.woocommerce-shop #pxl-main, .single-product #pxl-main {
    padding: 35px 0 80px 0px;
    background: #fff;
}
.single-product #pxl-content-area div.product .wooc-product-meta, .single-product > div.product .wooc-product-meta {
    display: none;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
    border-bottom: none;
    margin-bottom: 4px;
	color: #000000;
}
.single-product #pxl-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
    border-left: solid 1px #dedede;
	    padding-left: 45px;
}
body.search.search-results .pxl-archive-post .content-inner-post {
    padding: 0px;
    border: none;
}
body.search.search-results div#pxl-main {
    background: #fff;
}
body.search.search-results .pxl-archive-post .content-inner-post .post-date {
    display: none;
}

body.search.search-results .pxl-archive-post .post-content .post-metas {
    display: none;
}
body.search.search-results .pxl-archive-post .post-content .post-title {
    font-family: 'Public Sans';
    font-weight: 600;
    font-size: 24px;
}
body.search.search-results div#pxl-main {
    background: #fff;
    padding: 50px 0px;
}
body.search.search-results .pxl-archive-post {
    width: 600px;
    margin: auto;
}
.single-product #pxl-content-area div.product .woocommerce-product-gallery, .single-product > div.product .woocommerce-product-gallery {
    margin-bottom: 0px !important;
}
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
    margin-top: 0px;
}
.single-product #pxl-content-area div.product .label-info-product, .single-product > div.product .label-info-product {
    padding-top: 12px;
    font-size: 19px;
    font-weight: 500;
    font-family: 'GT Walsheim Pro';
    text-transform: uppercase;
    color: #02669b;
    margin-bottom: 0px;
    border-color: #dedede;
	border: none;
}
.single-product #pxl-content-area div.product .product_meta > span, .single-product > div.product .product_meta > span {
    color: #02669b;
}
.single-product #pxl-content-area div.product .product_meta, .single-product > div.product .product_meta {
    padding-bottom: 35px;
	font-size: 14px;
	 border: none;
}
.single-product #pxl-content-area div.product .product_meta > span span, .single-product > div.product .product_meta > span span, .single-product #pxl-content-area div.product .product_meta > span a, .single-product > div.product .product_meta > span a {
    color: #000000;
	font-size: 14px;    
}

/*map*/
@-webkit-keyframes scaleAni {
    0% {
        scale: 0;
        opacity: 1;
    }
    to {
        scale: 1;
        opacity: 0;
    }
}
@keyframes scaleAni {
    0% {
        scale: 0;
        opacity: 1;
    }
    to {
        scale: 1;
        opacity: 0;
    }
}
.map-section{
padding-top: 70px;
padding-bottom: 65px;
}
.map-section h4 {
    text-align: center;
    color: #ffffff;
    padding-bottom: 50px;
    font-size: 30px;
}
.map-area {
    position: relative;
}
.map-area img {
    width: 100%;
}
.map_item {
    position: absolute;
    width: 8px;
    height: 8px;
}
.map_item .map_info {
    position: absolute;
    padding: 9px 16px;
    border-radius: 6px;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: calc(100% + 42px);
    background-color: #fff;
}
.map_item .map_info .country_img_box {
	margin: 0 auto 3px;
    overflow: hidden;
    width: 35px;
}
.map_item .map_info .map_info_con {
    width: 160px;
    text-align: center;
}
.map_item .map_info .map_info_con .map_info_title {
    font-size: 13px;
    line-height: 16px;
    color: #18181b;
    font-family: 'Public Sans';
    font-weight: 600;
}
.map_item .map_info .map_info_con .map_info_font {
	margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
    font-family: 'GT Walsheim Pro';
    margin-bottom: 5px;
}
.map_item .map_info .map_info_tri {
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.map_item .map_dom {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #4699fb;
}
.map_item .map_dom:before {
    -webkit-animation: scaleAni 4s infinite;
    animation: scaleAni 4s infinite;
}
.map_item .map_dom:after {
    -webkit-animation: scaleAni 4s 2s infinite;
    animation: scaleAni 4s 2s infinite;
}
.map_item .map_dom:after, .map_item .map_dom:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    border-radius: 50%;
    background-color: #4699fb;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
}
.show-hover a .map_info {
    display: none;
}
.show-hover a:hover .map_info {
    display: block;
}
.pakistan-location{
    top: 49%;
    left: 69%;	
}
.uae-location{
    top: 51.5%;
    left: 63.3%;
}
.germany-location{
    top: 32%;
    left: 50%;	
}
.ksa-location{
    top: 48%;
    left: 60%;	
}
.uk-location {
    top: 27%;
    left: 47%;
}
.australia-location {
    top: 79%;
    left: 85%;
}
.safrica-location {
    top: 80%;
    left: 54%;
}
.indonesia-location {
    top: 64%;
    left: 79%;
}
.turkey-location {
    top: 42%;
    left: 57%;
}
.japan-location {
    top: 41%;
    left: 86%;
}
.home-footer-search .pxl-search-form1 {
    margin-top: 60px;
    max-width: 700px;
    margin: 65px auto 0px auto;
}
.home-footer-search .pxl-search-form1 button.pxl-search-submit {
    background: #02669b;
}
.pxl-search-form1 .pxl-search-field {
    box-shadow: unset;
    border: solid 2px #02669b;
}
.pxl-search-form1 .pxl-search-field::placeholder {
    color: #8b8b8b;
}
.wrap-ctf-page.wrap-form h3.title-form {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 15px;
}
.wrap-ctf-page.wrap-form .your-submit button{
    margin-top: 18px;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 50px;
    background: #121c27;
    padding: 0px 65px 0px 35px;
    border-radius: 11110px 11110px 11110px 11110px;
}

.wrap-ctf-page.wrap-form .your-submit button svg {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translatey(-50%);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wrap-ctf-page.wrap-form .your-submit button svg path{
    fill: #fff;
}
.wrap-ctf-page.wrap-form .your-submit {
    margin-bottom: 40px !important;
	text-align:center;
}
.form-bg-top .elementor-widget-wrap {
    padding: 16% 0px;
}
.single-post-inner .post-metas .meta-inner {
    justify-content: center;
}
body.post-template-default.single.single-post div#pxl-main {
    padding-top: 50px;
    padding-bottom: 90px;
}
.single-post-inner .post-metas .meta-inner span, .single-post-inner .post-metas .meta-inner a {
    color: #02669b;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner {
    background: #fff;
}
.single-product section.related {
    display: none;
}
form.variations_form.cart {
    display: none !important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs, .single-product > div.product .woocommerce-tabs {
    margin-top: 0px!important;
}
.single-product #pxl-content-area div.product .entry-summary {
    margin-bottom: 18px!important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
    border-bottom: none;
}
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
	border: none;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    font-size: 19px !important;
	    line-height: 40px!important;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
    padding-top: 8px;
}
.woocommerce table.shop_attributes th {
    width: 220px;
    text-align: left;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    padding: 0px 20px;
	font-size: 14px;
}
.single-product .woocommerce-sg-product-price {
    display: none;
}
h2#variant-table, .instruction-for-use h3, .application-images h3{
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 19px;
    color: #02669b;
    padding-bottom: 2px;
}
li#tab-title-additional_information a {
    font-weight: 500!important;
    letter-spacing: 0.5px!important;
    font-size: 22px!important;
    color: #02669b!important;
    padding-bottom: 6px!important;
}
.pvtfw_variant_table_block table.variant th {
    font-weight: 600;
    font-size: 14px;
}
.pvtfw_variant_table_block table.variant td {
    font-size: 14px;
    text-align: center;
    color: #2f2f2f;
}
.pvtfw_variant_table_block table.variant td figure.item {
    margin-bottom: 0px;
}
.aws-container .aws-show-clear .aws-search-field::placeholder {
    color: #8b8b8b;
}
form.aws-search-form {
    max-width: 700px;
    margin: 65px auto 0px auto;
}
.aws-container .aws-search-form {
     height: 60px;
}
.aws-container .aws-show-clear .aws-search-field {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    background: #fff;
    height: 60px;
    border: solid 2px #02669b;
    font-size: 17.5px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 20px;
}
.aws-container .aws-search-form .aws-form-btn {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border: solid 3px #02669b;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    fill: #fff;
    width: 65px;
    color: #fff;
}
.aws-container .aws-search-form .aws-search-btn {
    padding: 0;
    line-height: 10px;
    width: 65px;
    background: #02669b !important;
}
.aws-search-result {
    max-width: 700px;
    left: 50% !important;
    transform: translate(-50%, 1%);
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top: none;
}
.woocommerce-product-details__short-description img.aligncenter {
    margin: 0 auto;
    max-width: 220px;
}
.pvtfw_variant_table_block .item img {
    border-radius: 5px;
    height: 40px;
    object-fit: cover;
}
.pvtfw_variant_table_block table.variant tbody tr:nth-child(odd) {
    background-color: #fff;
}
.details-icons {
    margin-bottom: 30px;
}
.details-icons img {
    max-width: 200px;
}
.instruction-for-use {
    padding-top: 20px;
}
.instruction-for-use a {
    color: #fff;
    background: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    padding: 0px 32px;
    display: block;
    margin-top: 3px;
    border-radius: 37px;
    text-align: center;
	
}
.instruction-for-use a i {
    font-size: 17px;
    margin-right: 3px;
}
.application-images {
    padding-top: 4px;
    padding-bottom: 18px;
}
.application-images ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.application-images ul li {
	display: inline-block;
    width: 32%;
    padding: 0px 3px;
}
.application-images ul li img {
	border-radius: 7px;
}
.woocommerce-add-to-cart {
    display: none;
}
.woocommerce ul.products li.product .price {
    display: none !important;
}
.woocommerce-sg-product-meta {
    display: none !important;
}
ul.pr-category li {
    padding: 20px 20px;
    background: #fff;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    height: 80px;
    line-height: 40px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #0a1119;
}
ul.pr-category li:last-child {
    border-bottom: solid 1px #ddd;
}
ul.pr-category li:hover {
    background: #f5f5f5;
}
ul.pr-category li a {
    float: right;
    color: #FFFFFF;
    background-color: #0A1119;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    border-radius: 50px;
    padding: 0px 35px 0px 35px;
}
ul.pr-category li a:hover {
    background: #02669b;
}
body.archive .pxl-shop-topbar-wrap {
    display: none;
}
.archive .woocommerce-product-content .woocommerce-product--title {
    font-size: 17px;
    line-height: 1.3;
    max-height: 25px;
    overflow: hidden;
}
.woocommerce .woocommerce-product-inner {
    background: #fff;
    padding: 20px;
    border: solid 1px #ddd;
    border-radius: 10px;
}
.woocommerce ul.products li.product a {
    color: #121c27;
}
section#page-breadcrum-n .pxl-breadcrumb-wrap {
    border-top: solid 1px #ededed;
    padding-top: 15px;
}
.brochrue-box {
    text-align: center;
}
.brochur-bcontent a {
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    padding: 10px 50px;
    color: #000;
    border: solid 2px #000000;
    margin-top: 8px;
}
.brochur-bcontent span {
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
}
.brochur-bcontent h4 {
    font-size: 20px;
    padding-top: 10px;
}
.brochur-bcontent img {
    border-radius: 5px;
    margin-bottom: 15px;
}
.brochur-bcontent {
    max-width: 390px;
    margin: auto;
    background: #fff2f2;
    padding: 20px;
    border: solid 1px #eacfcf;
    border-radius: 8px;
}
.simple-pages main#pxl-content-main p, .simple-pages main#pxl-content-main {
    font-size: 15px;
    line-height: 1.3;
}
.pxl-accordion1.style4 .pxl--item.active {
    border-color: #4f4f4f;
}
.pxl-accordion1.style4 .pxl-accordion--content {
    border-top: 1px solid #4f4f4f;
}
.comparison table th {
    background: #f9f9f9;
}
.comparison table {
    background: #fff;
}
.comparison h5 {
    font-size: 22px;
}
.comparison {
    margin-top: 40px;
}
.pxl-text-carousel1 .pxl-swiper-bottom:before {
    background-color: transparent;
}
.center-breadcrumb{
	text-align:center;
}
span.list-second {
    display: block;
    font-size: 15px;
    padding-top: 2px;
}
.pxl-scroll-top.pxl-on {
    bottom: 10px;
}
ul.downloads-files li a i {
    padding-right: 12px;
    font-size: 19px;
}
ul.downloads-files li a {
    font-size: 16px;
    padding: 0px 40px;
}
.pxl-post-carousel2 .pxl-swiper-slide .pxl-post--inner .post-date {
    display: none!important;
}
.video-cover {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
    margin-top: 159px;
    height: 100vh;
}

.video-cover__media {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;     
  object-position: 50% 50%;  
  transform: translate(-50%, -50%);
}
span.pxl-item--date {
    display: none !important;
}
span.post-comments.align-items-center {
    display: none !important;
}
div#form-captcha {
    text-align: center;
}
div#form-captcha-news {
    display: none!important;
}
/* Responsive */
@media screen and (min-width: 1201px) {
    .pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
        min-width: 360px;
    }

}
@media screen and (max-width: 1200px) {
.video-cover {
    margin-top: -1px;
}	
}
@media (max-width: 970px) {
    .btn-sl1 {
     display: block !important;
    }
}

@media (max-width: 767px) {
.single-product #pxl-content-area div.product .label-info-product, .single-product > div.product .label-info-product {
        text-align: center;
        padding-top: 5px;
}	
.single-product #pxl-content-area div.product .product_meta, .single-product > div.product .product_meta {
	text-align: center;
        border-bottom: solid 1px #ddd;
        padding-bottom: 30px;
        margin-bottom: 30px !important;
}
.single-product #pxl-content-area div.product .product_meta, .single-product #pxl-content-area div.product .product_meta span, .single-product #pxl-content-area div.product .product_meta span a {
    font-size: 14px !important;
    line-height: 1.4;
	margin-bottom: 0px;
}
.map-section {
        padding-top: 45px;
        padding-bottom: 40px;
}
.map_item .map_dom:after, .map_item .map_dom:before {
	width: 40px;
        height: 40px;
        margin-left: -21.5px;
        margin-top: -18px;
}
.wrap-ctf-page.wrap-form .your-submit {
    margin-bottom: 22px !important;
}
.form-bg-top .elementor-widget-wrap {
    padding: 19% 0px;
}
.pvtfw_variant_table_block table.variant td {
        line-height: 2.5em;
        font-size: 14px;
        text-align: center;
}
.pvtfw_variant_table_block table.variant td:before {
		font-weight: bold;
        padding-left: 15px;
        width: 160px;
        text-align: left;
	    font-size: 13px;
}
h2#variant-table {
    font-size: 20px;
    text-align: center;
}
.single-product #pxl-content-area div.product .entry-summary {
    margin-bottom: 8px !important;
}
.application-images {
    padding-bottom: 0px;
}
.application-images ul li img {
    margin: 7px 0px;
}
.pvtfw_variant_table_block table.variant td figure.item {
    margin-bottom: 5px;
    margin-top: 5px;
}
.details-icons {
    padding-top: 15px;
	text-align: center;
}
h2#variant-table, .instruction-for-use h3, .application-images h3 {
    text-align: center;
}
.single-product #pxl-content-area div.product .entry-summary, .single-product > div.product .entry-summary {
    border-left: none;
    padding-left: 0px;
}
.pvtfw_variant_table_block .item img {
    height: 60px;
}
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel, .single-product > div.product .woocommerce-tabs .woocommerce-Tabs-panel {
        margin-top: 0px !important;
}
ul.pr-category li a {
    font-size: 14px;
    padding: 0px 23px 0px 23px;
}
ul.pr-category li {
    font-size: 1rem;
}	
.brochrue-box h3 {
    font-size: 26px;
}
.brochur-bcontent h4 {
    font-size: 20px;
}
.map-section h4 {
        padding-bottom: 30px;
        font-size: 20px;
}
.video-cover {
    height: 50vh;
}	
}

@media (max-width: 580px) {
	span.mobile-break{
		display:block;
	}
.aws-container .aws-show-clear .aws-search-field {
    font-size: 16.5px;
}
ul.pr-category li {
font-size: 1.26rem;
text-align: center;
list-style: none;
height: auto;
line-height: 1.2;
padding: 25px 20px 30px 20px;
}
ul.pr-category li a {
font-size: 14px;
padding: 0px 23px 0px 23px;
float: none;
display: block;
margin-top: 23px;
}
.video-cover {
    height: 28vh;
}	
}

