@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans&family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,600&display=swap');

.container {
    max-width: 1140px
}

#main {
    margin-top: -5px;
}
.wpcf7-form-control {
    color: #1A1B28 !important;;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 15px !important;
    background: #ffffff !important;
    width: 100%;
    display: block;
    height: unset !important;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    border: unset !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    min-height: 190px;
}
#main p {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-weight: 400;
}
p {
    hyphens: unset !important;
}
/*Top Bar*/
section.enHeader {
    border-bottom: 1px solid #686868;
}
.topBar {
    background: #f2893c;
    color: #fff;
    padding: 15px 0;
}
.topBarUL {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.topBarUL li {
    display: inline;
    margin-right: 30px;
    font-size: 16px;
    font-family: Poppins;
}
.topBarUL li a {
    color: #fff;
    text-decoration: none;
}
.topBarUL li svg {
    width: 30px !important;
}
.topBarUL li p {
    display: inline;
}
.topBarUL li .do,
.topBarUL li .xanh {
    color: #f2893c;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    padding: 0px 5px;
    border-radius: 3px;
}
.topBarUL li svg {
    width: 30px !important;
    position: relative;
    margin-right: 10px;
}
#myNavigation .navigation-set .level-1>span a {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    font-family: Poppins;
    padding: 0px 10px;
}
#myNavigation .navigation-set .level-1:hover>span a,
#myNavigation .current_page_item.level-1 {
    background: transparent;
    position: relative;
}
#myNavigation .navigation-set .level-1:hover>span,
.navigation-set .level-1:hover+.level-1>span, .navigation-set .level-1:hover>span {
    border-color: transparent !important;
}
#myNavigation .navigation-set .level-1:hover>span a:before,
#myNavigation .navigation-set .current_page_item.level-1>span a:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f2893c;
}
#myNavigation .navigation-set .level-1 {
    height: unset;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 20px;
}
#media_image-1 img {
    max-width: 150px !important;
}
#media_image-2 {
    margin-top: 20px;
    float: left;
}


/*Footer CSS*/
#menu-social-media,
#menu-social-media-1 {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}
#menu-social-media li,
#menu-social-media-1 li {
    display: inline;
    margin-right: 15px;
}
#menu-social-media li a i,
#menu-social-media-1 li a i {
    color: #fff;
    font-size: 16px;
}
#menu-social-media li a,
#menu-social-media-1 li a {
    background: #000;
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#menu-social-media li a:hover,
#menu-social-media-1 li a:hover {
    background: #f2893c;
}
.customWidgetTitle {
    font-size: 25px;
    font-family: Poppins;
    font-weight: 500;
    margin-bottom: 30px;
}
#menu-main_menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
#newFooter #nav_menu-2 li a::before
{
    display: none;
}
#newFooter #nav_menu-2 li a {
    font-size: 16px;
    text-decoration: none;
}
#menu-main_menu li {
    margin-bottom: 12px;
}
#nav_menu-2 li a:hover,
#nav_menu-2 li.current-menu-item a:hover {
    color: #f2893c;
}
#text-4 img {
    margin-right: 15px;
    margin-bottom: 15px;
}
#newFooter {
    background: #F7F3EA;
    padding: 50px 0 0 0;
}
.copyRights {
    margin-top: 50px;
    text-align: center;
    padding: 20px;
    border-top: 1px solid #000;
    font-size: 16px;
    font-family: Poppins;
}

/*Social Widget*/
.topBar ul#menu-social-media {
    margin: 0;
    float: right;
}
.topBar #menu-social-media li a {
    background: transparent;
    width: unset;
}
.topBar #menu-social-media li a i {
    color: #fff;
    font-size: 20px;
}

/*Contact Widget*/
.ciw_contact_address {
    margin-left: 34px;
    border: 0;
    padding-top: 0;
    color: #000;
    font-size: 16px;
}
.ciw_contactinformation .fa {
    border: unset;
    border-radius: 50%;
    color: #000000;
    font-size: 28px;
}
.ciw_contactinformation i.fa.fa-mobile {
    padding-top: 0px !important;
}
.ciw_contactinformation i.fa.fa-envelope {
    padding-top: 3px;
    font-size: 20px;
}
.ciw_contact_phone a,
.ciw_contact_email a {
    color: #000;
}
#media_image-3 {
    margin-top: 20px;
    float: left;
}


/*Home Page*/
/*.elementor-counter-number-wrapper {
    background: #f2893c;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    width: 120px;
}
.elementor-counter-number-wrapper * {
    font-size: 40px;
    color: #fff;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-weight: 700;
}
.elementor-counter-title {
    text-align: left !important;
}*/
#ourCategories .elementor-widget-wrap .singleCat,
#ourCategories1 .elementor-widget-wrap .singleCat {
    border: 1px solid #686868;
    border-radius: 15px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.catImg img {
    max-width: 240px;
}
.catArrow {
    position: absolute;
    left: 0px;
    bottom: -34px;
    display: none;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    opacity: 0;
}
.catArrow img {
    width: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#ourCategories .elementor-widget-wrap .singleCat:hover .catArrow,
#ourCategories1 .elementor-widget-wrap .singleCat:hover .catArrow {
    opacity: 1;
    display: block;
}
#ourCategories .elementor-widget-wrap .singleCat:hover .catArrow img,
#ourCategories1 .elementor-widget-wrap .singleCat:hover .catArrow img {
    width: unset;
}
#ourCategories .elementor-widget-wrap .singleCat:hover,
#ourCategories1 .elementor-widget-wrap .singleCat:hover {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.12);
}
.singleCat h4 {
    min-height: 70px;
}
.featuredProducts {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(62,62,62,1) 50%, rgba(62,62,62,1) 100%);
}
#productslider .item .product1,
#productslider1 .item .product1 {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
/*    margin-top: 15px;*/
}
#productslider .item .product1 .description h4 a, .contentProductWrap h4 a,
#productslider1 .item .product1 .description h4 a, .contentProductWrap h4 a {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: left !important;
    color: 1A1B28;
    text-decoration: none;
    display: block;
}
#productslider .item .product1 .description h3 a,
#productslider1 .item .product1 .description h3 a,
.contentProductWrap h3 a {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: left !important;
    min-height: 50px;
    color: #1A1B28;
    display: block;
    margin-top: 15px;
    text-decoration: none;
}
.productSpecs {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #494D60;
}
.productSpecs span {
    color: #81838B;
}
#productslider .item .product1 .description th,
.contentProductWrap th {
    font-family: Poppins;
    font-size: 16px !important;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}
#productslider .item .product1 .description td,
.contentProductWrap td {
    font-family: Poppins;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #686868;
}
#productslider.owl-theme .owl-controls .owl-page {
    display: none !important;
}
#productslider .owl-has-nav {
    border: 1px solid #235784;
    color: #235784;
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    margin: 0px 5px 0;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    border-radius: 100%;
    text-align: center;
}
#productslider .owl-has-nav:hover,
#productslider1 .owl-has-nav:hover {
    border: 1px solid #235784;
    background: #235784;
    color: #fff;
}
.owl-controls.clickable {
    position: absolute;
    right: 20px;
    top: -80px;
    margin-top: 0px;
}
.owl-buttons {
    display: none;
}
#productslider .item .product1 img,
#productslider1 .item .product1 img {
    max-height: 200px;
}

#productslider .item .product1,
#productslider1 .item .product1 {
    transition: background 0.7s, border 0.7s, border-radius 0.7s, box-shadow 0.7s;
}
#productslider .item .product1:hover,
#productslider1 .item .product1:hover {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
}

#productslider .owl-wrapper {
    padding-bottom: 30px;
}

/*Archive Page*/
.mainHeading {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: left;
    color: #000000;
}
select.orderby,
select#numberpost {
    width: 100%;
    padding: 19px 15px 20px;
    border-radius: 8px;
    border: none;
    background: #fff;
}
.woocommerce-result-count {
    margin: 0px 0 40px;
    text-align: left;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 18px;
    text-decoration: none;
}
form.woocommerce-ordering {
    position: relative;
    top: 50px;
    z-index: 9;
}
.contentProductWrap {
    background: #FFFFFF;
    border-radius: 15px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #DDDDDD;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.contentProductWrap:hover {
    box-shadow: 4px 4px 12px rgb(75 83 162 / 15%);
}
.contentProductWrap table {
    margin: 0 15px 15px;
}
.contentProductWrap table tr td:first-child {
    width: 65%;
}
li.current-menu-item.level-2 a {
    color: #f2893c !important;
}
.page-numbers {
    float: unset !important;
    margin: 0 auto !important;
    width: fit-content !important;
}
.woocommerce-pagination {
    margin-bottom: 60px;
}
.page-numbers.current, .page-numbers li a:hover {
    border: 1px solid #235784 !important;
    color: #fff !important;
    background: #235784 !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-block;
    padding: 0px !important;
    line-height: 40px;
    border-radius: 100%;
    display: inline-block;
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
}
.page-numbers li a {
    background: #fff;
    color: #000 !important;
    border: 1px solid #fff !important;
    text-decoration: none !important;
    width: 40px !important;
    height: 40px !important;
    display: inline-block;
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
    padding: 0px !important;
    line-height: 40px;
    border-radius: 100%;
}
a.next.page-numbers,
a.prev.page-numbers {
    background: transparent !important;
    border-color: transparent !important;
}
.productViewMore1,
.productViewMorePro,
.wpcf7-submit {
    background-color: #118EC2 !important;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 50px 50px 50px 50px !important;
    padding: 15px 40px 15px 40px !important;
    border: none !important;
    white-space: nowrap !important;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block !important;
}
.productViewMore:hover,
.wpcf7-submit:hover {
    background: linear-gradient(90deg, #172e57 0%, #358fc3 100%) !important;
    color: #fff !important;
}
.productViewMorePro {
/*    margin-bottom: 0px !important;*/
/*    margin-top: 15px;*/
}
.woocommerce-breadcrumb {
    max-width: unset !important;
    margin: 0 auto !important;
    height: unset !important;
    line-height: unset !important;
    padding: 30px 0 !important;
}
.woocommerce-breadcrumb {
    color: #1A1B28;
}
.woocommerce-breadcrumb a {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-size: 14px !important;
    text-decoration: none;
    color: #118EC2;
}
.imgproduct {
    border: 20px solid #fff;
    background: #f4f9fc;
    border-radius: 10px;
    text-align: center;
}
.imgproduct img {
    width: calc(100% - 140px);
}
.productTitle {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #1A1B28;
}
.productTitle span {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #1A1B28;
    display: block;
    margin-top: 15px;
}
.categoryList {
    margin: 20px 0;
}
.categoryList a {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #1A1B28;
    text-decoration: none;
}
.productPrice {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #1A1B28;
    margin-bottom: 20px;
}
p.sd1 {
    text-align: left !important;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 16px;
    color: #118EC2;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.sd1 .do {
    color: #118EC2;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .myPanel {
    border-radius: 10px;
    box-shadow: none;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.panel-group .myPanel .panel-heading {
  padding: 0;
}
.panel-group .myPanel .panel-heading h4 a {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
  background: transparent !important;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  text-decoration: none;
  transition: 0.15s all ease-in-out;
}
.panel-group .myPanel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: #fff;
  transition: 0.15s all ease-in-out;
}
.panel-group .myPanel .panel-heading h4 a:not(.collapsed) i:before {
  content: "ï¨";
}
.panel-group .myPanel .panel-heading h4 a i {
  color: #999;
}
.panel-group .myPanel .panel-body {
  padding: 20px;
}
.panel-group .myPanel .panel-heading + .panel-collapse > .list-group,
.panel-group .myPanel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-group .myPanel + .myPanel {
  border-top: none;
  margin-top: 0;
}
.collapse.in {
    display: block;
}
.panel-group .myPanel .panel-heading h4 a i {
    color: #000000;
    font-weight: 100;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}
#collapsespecifications tr td:first-child {
    width: 35%;
/*    border-left: 1px solid #dfe2e6;*/
}
#collapsespecifications tr td:last-child {
/*    border-right: 1px solid #dfe2e6;*/
}
#collapsespecifications .table-striped tbody tr:nth-of-type(odd) {
    background-color: unset;
}
#collapsespecifications .table-striped tbody tr:last-child {
    border-bottom: 1px solid #dfe2e6;
}
#collapsespecifications .table tr td {
    background: transparent !important;
    border: none !important;
    box-shadow: unset;
}
.myTabs {
    margin-bottom: 50px;
}
.panel-group .myPanel .panel-heading h4 a:not(.collapsed) i::before {
    content: "\f068";
}
.batteryHeading {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #1A1B28;
    margin-bottom: 20px;
}
.batterySubHeading {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #494D60;
    margin-bottom: 50px;
}
.batteryProtection {
    background: #f5f5f5;
    padding: 50px 0;
    margin-bottom: 10px;
}
.batteryProtection img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.batteryRightSide {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 50px;
    border-radius: 10px;
}
.myTabs #collapsespecifications tr {
    border-width: 1px;
}
.wpcf7-submit {
    border-width: 0px !important;
    padding: 15px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0px;
}
.contentProductWrap .imgproduct-1 img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.contentProductWrap:hover .imgproduct-1 img {
    transform: scale(1.15) rotate(-1.5deg);
    -webkit-transform: scale(1.1) rotate(-1.5deg);
    -moz-transform: scale(1.1) rotate(-1.5deg);
    -ms-transform: scale(1.1) rotate(-1.5deg);
    -o-transform: scale(1.1) rotate(-1.5deg);
}
.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.form-group {
    position: relative;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0px;
    top: 13px;
}
div#media_image-5 img {
    width: auto;
    margin: 0 auto;
}
.footer4 {
    float: left;
}
.mobmenur-container i {
    color: #000;
    font-size: 36px;
}
.mobmenur-container {
    position: absolute;
    right: 15px;
    top: 41px;
}
.mob-icon-user-1:before {
    content: '\f05a';
    font-family: FontAwesome;
}
.mob-menu-left-bg-holder {
    opacity: 0.3 !important;
    background-position: center bottom 50px !important;
}
.productViewMorePro {

}
.quick-search a {
    background: transparent linear-gradient(180deg, #f2893c 0%, #c46118 100%) 0% 0% no-repeat padding-box !important;
    width: fit-content;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", Sans-serif !important;
    font-weight: 500;
    padding: 10px 30px;
    position: fixed;
    z-index: 99999;
    rotate: 90deg;
    top: 50%;
    left: -150px;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.quick-search a:hover,
.quick-search a:focus {
    background: transparent linear-gradient(0deg, #f2893c 0%, #c46118 100%) 0% 0% no-repeat padding-box !important;
}
div#quicksearch {
    background: rgba(0,0,0,0.5);
    z-index: 99999999;
    position: fixed;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
#quicksearch .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-width: calc(100% - 60px);
    margin: 0px;
}
#quicksearch .close {
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
    color: red;
    filter: alpha(opacity=80);
    opacity: 0.5;
    border: none;
    background: none;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#quicksearch .close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
/*#search_data_quick .form-control-static {
    background: #f2893c;
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
}
#search_data_quick .form-control-static {
    background: #f4a13f;
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
}
#search_data_quick .form-control-static:disabled {
    opacity: 0.5;
    color: #adadad;
    background: #e5e5e5;
}*/
.noBorder {
    border: none !important;
}
.modal-backdrop {
    display: none;
}
.image {
    background: #f4f9fc;
    border-radius: 10px;
}
.warrantyBadge {
    padding: 8px 8px;
    background: linear-gradient(95deg, #F6A900 4.02%, #F64A00 99.57%);
    border-radius: 0px 10px 10px 0px;
    position: absolute;
    left: 20px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    top: 80px;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
}
.warrantyBadge strong {
    font-size: 14px;
}
body.archive.post-type-archive.post-type-archive-product,
body.archive.tax-product_cat,
body.wp-singular.product-template-default.single.single-product {
    background: #F4F9FC;
}
body.archive.post-type-archive.post-type-archive-product .elementor-element-af4e1d6,
body.archive.tax-product_cat .elementor-element-af4e1d6,
body.wp-singular.product-template-default.single.single-product .elementor-element-af4e1d6, 
body.home .elementor-element-af4e1d6 {
    background: #fff !important;
}
#productslider1 .columns-3 > .container {
    padding: 0 !important;
}
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    display: none;
}
.product1 {
    position: relative;
}










@media screen and (min-width: 59.6875em) {

}

/** Higher screens+ **/
@media only screen and (min-width : 1921px) {

}


/** Desktop+ **/
@media (min-width: 1200px) {
    
}


/** Laptop **/
@media (max-width: 1200px) {
}


/** Laptop+ **/
@media (min-width: 991px) {
}


/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {
    
}


/** Large Tablets **/
@media (max-width: 992px) {
}


/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 1024px) {
    .hiddenOnMob {
        display: none;
    }
    .logoDiv {
        background: #f2f2f2;
        padding: 20px 0;
    }
    .dgwt-wcas-search-wrapp {
        max-width: 100%;
        min-width: unset;
    }
    .tabHalf {
        width: 50%;
    }
    .tabOverflow {
        max-height: 200px;
        overflow-y: auto;
        font-size: 16px !important;
    }
    /*.elementor-counter .elementor-counter-number-wrapper {
        width: 100px;
    }*/
    /*.elementor-counter-number-wrapper * {
        font-size: 30px;
    }*/
    .catImg img {
        max-width: 100%;
    }
    #ourCategories .elementor-widget-wrap .singleCat h4,
    #ourCategories1 .elementor-widget-wrap .singleCat h4 {
        font-size: 22px;
        line-height: 30px;
    }
    #newFooter .col-md-6 {
        float: left;
    }
    .mobileWidgetMargin {
        margin-bottom: 30px;
    }
    #newFooter #nav_menu-2 li a {
        color: #000;
    }
    #newFooter #nav_menu-2 li.current-menu-item a {
        color: #F2893C;
    }
    .mobileMid select {
        height: unset;
    }
    .imgproduct-1 img {
        max-width: 90%!important;
        margin: 0 auto;
    }
    .imgproduct-1 {
        height: 220px!important;
    }
    .col-sm-4.col-lg-3.contentProduct {
        float: left;
    }
    .contentProduct table td, .contentProduct table th {
        padding: 0.633rem 0.633rem 0 0.633rem;
    }
    .product .imgproduct {
    margin-top: 0;
}
.productTitle {
    margin-top: 40px;
}
.boxctft {
    display: none;
}
#productslider .description,
#productslider1 .description {
    padding: 15px;
}
#productslider .productViewMore,
#productslider1 .productViewMore {
    margin-bottom: 0px;
}
#productslider .item .product1 .description th, .contentProductWrap th {
    font-size: 15px !important;
}
#productslider .item .product1 .description td, .contentProductWrap td {
    font-size: 13px !important;
}
div#quicksearch {
    display: none;
}







}


/** Tablets+  **/
@media (min-width: 768px) {
    
}

@media (min-width: 601px) and (max-width: 767px) {

}
/** Tablets (portrait mode)  **/
@media (min-width : 481px) and (max-width : 768px) {
    



}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {
    .bannerSliderText {
        font-size: 30px !important;
    }
    .hiddenOnMob {
        display: none;
    }
    .logoDiv {
        background: #f2f2f2;
        padding: 20px 0;
    }
    .dgwt-wcas-search-wrapp {
        max-width: 100%;
        min-width: unset;
    }
    /*.lastCounter .elementor-counter-number-wrapper {
        margin: 0 auto 10px;
    }*/
    /*.lastCounter .elementor-counter-title {
        text-align: center !important;
    }*/
    .mobileWidgetMargin {
        margin-bottom: 40px;
    }
    #newFooter #nav_menu-2 li a {
        color: #000;
    }
    #newFooter #nav_menu-2 li.current-menu-item a {
        color: #F2893C;
    }
    div#media_image-5 {
        margin-top: 40px;
    }
    .mainHeading {
        margin: 30px 0 20px;
        font-size: 32px;
        line-height: 38px;
    }
    .mobileMid {
        float: unset !important;
    }
    .mobileMid select {
        height: unset;
        width: auto;
        margin: 0 auto;
    }
    .columns-3 {
        padding: unset;
    }
    h1.productTitle {
        margin-top: 40px;
    }
    .cart p.sd1 {
        padding: 0 15px;
    }
    .panel-group {
        margin-bottom: 0;
        max-width: 100%;
        padding: 0 5px;
    }
    .boxctft {
        display: none;
    }
    .product-type-simple {
        margin-bottom: 50px;
    }
    .productTitle span {
        display: block;
        margin-top: 20px;
        line-height: 30px;
    }
    .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        padding: 10px 15px 10px 28px;
    }
    .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
        left: 10px;
        width: 15px;
    }
    div#quicksearch {
    display: none;
}
#search_data_quick .form-control-static {
    margin-bottom: 0;
    height: unset;
    padding: 10px;
}
.quick-search a {
    rotate: none;
    left: 0px;
    width: 100%;
    border-radius: 0px;
    bottom: 0px;
    top: unset;
    text-align: center;
}
#newFooter {
    margin-bottom: 48px;
}
form.woocommerce-ordering {
    position: relative;
    top: 0;
    z-index: 9;
    width: 100%;
}
form.woocommerce-ordering select {
    width: 100%;
}
.container.product.type-product {
    padding: 25px;
}
.container.product.type-product .col-md-6:last-child {
    padding: 0px 10px;
}
.panel-title i {
    display: none;
}
.panel-body {
    overflow-y: auto;
}
.panel-body table.table {
    max-width: 100%;
    word-wrap: break-word;
}
.panel-body table.table p {
    word-wrap: break-word;
}
#wpcf7-f2182-p2189-o1 .row {
    display: block;
}
#wpcf7-f2182-p2189-o1 .row .col-9 {
    width: 100%;
}
#wpcf7-f2182-p2189-o1 span.wpcf7-form-control.wpcf7-radio.contactRadio {
    margin-top: 15px;
}




}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {
    #search_data_quick {
        display: unset !important;
    }
    #search_data_quick fieldset.form-group {
        margin-bottom: 20px !important;
    }
    #search_data_quick .form-control-static {
        padding: 20px !important;
    }
    .footerMenu li {
        margin-bottom: 15px !important;
    }
    .footerMenu li:last-child {
        margin-bottom: 0px !important;
    }
    nav.woocommerce-breadcrumb {
        padding: 0px !important;
    }


}


/** Smartphone portrait mode **/
@media (max-width: 480px) {






}


/** Normal phone portrait mode+ **/
@media (min-width: 320px) {
    
}

@media screen and (min-width: 768px) { 
  
}