/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.1.1610522392
Updated: 2021-01-13 07:19:52

*/
*{
    box-sizing: border-box;
}

body a,
body a:hover{
    color: #0B9298;
}
body,
ul,
.elementor-text-editor{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #232323;
    line-height: 24px;
}
p{
    margin-top: 0;
}
p:last-of-type{
    margin-bottom: 0;
}

h2 {
    margin-top: 0 !important;
}

ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a {
    color: #0b9298;
}
a,a:hover,a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
a.button:hover, a.button:visited,
.btn.focus, .btn:focus,
input:focus{
    outline: none;
    box-shadow: none !important;
    text-decoration: none !important;
}
body .container{
    max-width: 1200px;
}
.cmngreenbgbtn {
    text-transform: uppercase;
    padding: 17px 40px;
    border-radius: 25px;
    background-color: #0b9298;
    color: #fff !important;
}
.woocommerce .content-area {
    max-width: 100%;
    padding: 0;
}
.woocommerce-info, .woocommerce-message {
    font-family: 'Ubuntu';
}

.container, .elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 1200px;
}
.darkgrnbg {
    background-color: #0b9298;
}
.clrwhite,
.clrwhite a,
.clrwhite h1,
.clrwhite h2,
.clrwhite h3,
.clrwhite h4,
.clrwhite p,
.clrwhite ul{
    color: #fff !important;
}

.bgcvrcntr{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.entry-content {
    margin: 0;
}

.title_orange{
    background-color: #fe6352;
}
.mt80{
    margin-top: 80px;
}

.mb80{
  margin-bottom:80px;
}
.mb50{
  margin-bottom:50px;
}
.joinform .mc4wp-form-fields input[type="submit"],
.joinform .mc4wp-form-fields input[type="submit"]:focus{
    background: #0b9298;
    font-size: 16px;
    padding: 15px 40px;
    height: auto;
    font-weight: 400;
    border-radius: 30px;
    max-width: 100%;
}
.joinform .mc4wp-form-fields p > input{
    border-radius: 40px;
    padding-left: 20px;
}

/*Header Css*/
.topheader{
    padding: 12px 0;
}
.tophdrlft ul li:not(:first-child){
    margin-left: 19px;
}
.tophdrlft ul li a{
    font-size: 18px;
}
.tophdrrgt ul li i{
    margin-right: 10px;
}
.tophdrrgt > div ul li:not(:first-child){
    margin-left: 30px;
}
.hdrmenu ul.menu{
    display: flex;
    align-items: center;
}
.hdrmenu ul.menu > li:not(:first-child){
    margin-left: 30px;
}
.hdrmenu ul.menu > li > a{
    font-size: 18px;
    color: #000;
    padding: 44px 0;
    display: block;
}
.hdrmenu ul.menu > li.current-menu-item > a{
    color: #ef7a35;
}
.tophdrlft ul li a i {
    color: #fff;
}
.tophdrrgt {
    display: flex;
    flex-wrap: wrap;
}
a.hdrcartbskt{
	position: relative;
}
a.hdrcartbskt span {
    position: absolute;
    height: 15px;
    width: 15px;
    background: #ef7a35;
    font-size: 9px;
    display: block;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    right: -8px;
    top: -4px;
    color: #fff;
}
.tophdrrgt> ul {
    display: flex;
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
}
.tophdrrgt> ul > li:first-child {
    margin-right: 15px;
}
.hdrcsrtfrm {
    width: 35%;
}
.hdrcsrtfrm form.search-form {
    position: relative;
}
.hdrcsrtfrm form.search-form input.search-field {
    height: 48px;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0;
    border-radius: 50px;
    padding: 0 20px;
}
.hdrcsrtfrm form.search-form input.search-field:focus {
    outline: none;
}
.hdrcsrtfrm input.search-submit {
    height: 48px;
    width: 48px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 0;
    background-color: transparent;
    background-image: url('./images/search-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
}
.hdrcsrtfrm input.search-submit:focus{
    outline: none;
}
.tophdrrgt li.srchiconhdr {
    display: none;
}
header .inrmnhdr {
    padding: 25px 0;
}
header #toggle {
    display: none;
}
body .wp-megamenu-main-wrapper ul#wpmega-menu-primary {
    padding: 0;
    margin: 0 -28px;
}
body.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-new-mega-mennu ul.wpmm-mega-wrapper > li > a {
    font-size: 16px;
    padding: 16px 28px;
}
.mainNav .vi-wcaio-menu-cart .vi-wcaio-menu-cart-nav-wrap {
    padding: 0 !important;
    width: auto;
    min-width: auto;
}
.mainNav a.vi-wcaio-menu-cart-nav-wrap span.vi-wcaio-menu-cart-text-wrap {
    height: 14px;
    width: 14px;
    background: #ef7a35;
    border-radius: 50%;
    display: block;
    font-size: 9px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    top: 0;
    right: 0;
}
.mainNav .vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .woocommerce-mini-cart__buttons a.button {
    padding: 8px 22px;
    background: #0b9298;
    border-radius: 30px;
    font-size: 14px;
}
.mainNav .vi_wcaio_cart_icon-shopping-cart-13:before {
    content: "\f291";
    font-family: 'FontAwesome';
}
.mainNav .vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .product_list_widget li img {
    width: 65px !important;
    height: auto !important;
}
.mainNav .vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .product_list_widget li a:not(.remove) {
    color: #000;
}
.mainNav .vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-content-wrap .total * {
    font-size: 16px;
}
.wp-mega-sub-menu .category_sec .post_column {
    margin: 0;
}
.hdracnt {
    display: flex;
    flex-wrap: wrap;
}
.hdracnt > ul {
    display: flex;
    align-items: center;
}
.prodcatmegamenu ul.list-inline.maincatlist > li:not(.hassub) {
    display: none;
}
.hdracnt > ul > li:first-child {
    margin-right: 18px;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
.mainNav {
    background: #0b9298;
}
.mainNav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inrmnhdr div#custom_html-3 li a {
    color: #333;
}
.hdracnt li a {
    color: #fff;
}
.crssrchfrm {
    display: none;
}
.srchiconhdr + li {
    margin-left: 0 !important;
}
.mainNav.stickynav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-new-mega-mennu ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
    z-index: 999;   
}
.allprodcatlist li.hassub {
    position: relative;    
}
.allprodcatlist li.hassub {
    padding-right: 40px;
}
.allprodcatlist li.hassub > span {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 22px;
}
.allprodcatlist li.hassub > span.fa-sort-desc {
    display: none !important;
}
.allprodcatlist li.hassub.open > span.fa-sort-desc {
    transform: rotate(180deg);
        height: 20px;
    line-height: 5px;
}
.allprodcatlist li.hassub.open ul.wooc_sclist {
    display: block !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li .wpmm-sub-menu-wrapper ul, .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li .wpmm-sub-menu-wrap ul ul.wooc_sclist {
    padding: 0;
}
.catimgshwhvr > div:not(:first-child){
    display: none;
}
.prodcatmegamenu {
    display: flex;
}
.allprodcatlist {
    width: 70%;
    padding-right: 30px;
}
.catimgshwhvr {
    width: 30%;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-new-mega-mennu .wpmm-sub-menu-wrap .wpmm-sub-menu-wrapper > ul > li .allprodcatlist > ul.list-inline {
    display: flex !important;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-new-mega-mennu .wpmm-sub-menu-wrap .wpmm-sub-menu-wrapper .allprodcatlist > ul > li {
    flex: 0 0 25%;
    padding: 0 15px;
    margin: 0;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-new-mega-mennu .wpmm-sub-menu-wrap .wpmm-sub-menu-wrapper .allprodcatlist > ul > li > a {
    font-size: 16px;
    border-bottom: 1px dotted #0b9298;
    padding-bottom: 8px;
    margin-bottom: 5px;
    color: #0b9298;
}
.allprodcatlist li.hassub .wooc_sclist li a {
    font-size: 16px;
}


/*Banner Css*/

.mnbanner .elementor-row,
.mainhmsldr .mnsldimg {
    min-height: 680px;
    position: relative;
}
.mainhmsldr .mnsldimg img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mnbanner.elementor-section .elementor-container{
    position: static;
}
.bannerimgcol.elementor-column {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.cmnhmbnrsld .col-md-6 {
    position: static;
}
.outerhmbnrwrap{
    position: relative;
    overflow: hidden;
}
.cmnhmsldtxt {
    max-width: 1200px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
}
.hmbnrtxtbox{
    max-width: 440px;
}
.bannertxt .elementor-widget-wrap{
    max-width: 440px;
}

.bannertxt .elementor-heading-title {
    color: #FEFEFE;
    margin-bottom: 12px;
}

.shop_now_btn a.elementor-button-link:hover ,
.hmbnrtxtbox a{
    color: #232c2b;
}

.shop_now_btn a.elementor-button-link,
.hmbnrtxtbox a {
    background-color: #ffdf34;
    padding: 16px 42px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 26px;
    display: inline-block;
    margin-top: 20px;
    color: #000 !important;
}
.bannertxt, .bannertxt * {
    position: static !important;
}
.hmbnrtxtbox h1 {
    margin-bottom: 25px;
}
.hmbnrtxtbox a {
    margin-top: 25px;
    display: inline-block;
}
.mainhmsldr ul.slick-dots {
    display: none !important;
}
.btmwave.elementor-widget.elementor-widget-text-editor {
    position: absolute !important;
    bottom: -1px;
    z-index: 99;
    left: 0;
}
.cmnhmbnrsld .row{
    position: relative;
}
.btmwave.elementor-widget svg,
.outerhmbnrwrap > svg {
    width: 100%;
    position: absolute !important;
    bottom:0 ;
    height: auto;
    z-index: 9;
}

/*.mnbanner::after {
    position: absolute;
    content: "";
    height: 202px;
    left: 0px;
    width: 124px;
    background-image: url(./images/bnrpaperlayer.png);
    top: 0px;
    background-position: bottom left;
    background-repeat: no-repeat;
}*/
.mainhmsldr.mnbanner > svg {
    width: 100%;
    position: absolute !important;
    bottom: 0;
    height: auto;
}
.cmnhmsld h1 {
    margin-bottom: 32px;
}

.post_sec .prod_img {
    background-position: center center;
    background-size: cover;
    height: 253px;
    width: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.post_sec .prod_img img {
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
}


.post_sec .post_column p {
    text-align: center;
    color: #3e3e3e;
    font-size: 18px;
    margin-top: 10px;
}

.headcntrdvdr h2 {
    padding-bottom: 32px;
    position: relative;
    margin-bottom: 32px;
    text-transform: uppercase;
    margin-top: 40px;
}
.headcntrdvdr h2::after {
    background-color: #0b9298;
    height: 5px;
    content: "";
    width: 76px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.grnbgbtn a {
    text-transform: uppercase;
    padding: 17px 40px;
    border-radius: 25px;
}



.delvery_process .elementor-container.elementor-column-gap-default {
    width: 100%;
}


.delvery_process .elementor-widget-wrap {
       margin-top: 44px;
}

.delvery_process{
    margin-top: 40px;
}

.delvery_process .elementor-text-editor{
  max-width: 265px;
  margin: auto;
}

.subscription_section .widget_wysija {
    display: flex;
    align-items: flex-end;
}

.form-validation-field-0formError {
    position: static !important;
    margin-bottom: 3px;
}

.subscription_section .wysija-submit {
    margin-top: 0px;
    height: 53px;
}

.subscription_section .wysija-input {
    width: 480px;
    height: 53px;
    padding: 0 18px;
    border: none;
    outline: none !important;
}
.subscription_section .wysija-input:focus, .subscription_section .wysija-submit:focus{
     outline: none !important;
}
.subscription_section .wysija-submit {
    margin-top: 0px;
    height: 53px;
    font-size: 0px;
    max-width: 50px;
    padding-bottom: -9px;
    padding: 0px 0px;
    margin-left: -3px;
    background-color: #0b9298;
    background-image: url(./images/share.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    
    border: none;
    outline: none;
}

.subscription_section .wysija-submit:hover,
.subscription_section .wysija-submit:focus{
    background-color: #0b9298;
    background-image: url(./images/share.png);
    background-position: center center;
    background-repeat: no-repeat;
}




.subscription_section{
    margin-top: 82px;
}

/*.subscription_section .elementor-heading-title{
    font-size: 34px;
}*/

.subscription_section .elementor-widget-wrap {
    max-width: 619px;
    padding: 92px 50px 90px 30px;
}


 .headltdvdr h2 {
    padding-bottom: 32px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;

}

.headltdvdr h2::after {
    background-color: #0b9298;
    height: 5px;
    content: "";
    width: 76px;
    position: absolute;
    left: 0;
    bottom: 0;
      margin-top:31px;
}


.letest_product_sec .prod_img {
    background-position: center center;
    background-size: cover;
    height: 260px;
    width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 15px;
}


.letest_product_sec p:last-of-type {
    text-align: center;
}




/*  Blog Csss */ 
.ltblogs .row > .col-md-4:nth-child(2) >div {
display: flex;
flex-flow: column-reverse;
}
.blogimg {
height: 280px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.blogimg img {
    position: absolute;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    max-height: 280px;
}
.blogitem .bloginfo {
height: 280px;
background: #fff;
box-shadow: 0 0 18px rgba(0,0,0,0.06);
padding: 30px;
position: relative;
}
.blogitem .bloginfo p {
font-size: 14px;
line-height: 20px;
color: #232323;
margin: 2px 0 0;
}

.blogclm {
    padding-bottom: 30px;
}

.blogitem .bloginfo .blogmore {
position: absolute;
bottom: 30px;
right: 30px;
}
.blogitem .bloginfo .blogmore a {
color: #0b9298;
font-size: 14px;
font-weight: 500;
}
.blogitem .bloginfo .blogmore a img{
margin-left: 12px;
}
.allblgpsts{
    margin-bottom: 60px;
}
.allblgpsts .bf_thumb_box_1 {
    background-color: #fff;
}
.allblgpsts .hvr-shadow-radial:before,
.allblgpsts .hvr-shadow-radial:after{
    display: none;
}
.allblgpsts .simplefilter li {
    background: #fff !important;
    color: #000;
    font-weight: 500;
    border: 1px solid #d0d0d0;
    border-radius: 30px;
    padding: 12px 30px 10px;
}
.allblgpsts a.snip0047.bf_read_more_1 {
    background: #0b9298 !important;
    border-radius: 30px;
    padding: 12px 30px;
}
.allblgpsts #bf_gallery_1 .portfolio_thumbnail {
    max-height: 240px;
}
.tax-product_cat a.xcp-btn {
    background: #0b9298;
    border-radius: 50px;
    color: #fff !important;
    border: none;
}
.tax-product_cat .xoo-cp-pimg img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: auto !important;
    max-height: 80px;
    max-width: 80px !important;
    height: auto !important;
}
.tax-product_cat .catadcrtbtn a.added_to_cart.wc-forward {
    display: none;
}
.review_sec input.wpcf7-form-control.wpcf7-text {
    height: 45px;
    border: none;
    width: 100%;
    padding: 0 12px;
    margin: 0;
}
.review_sec textarea{
    border-radius: 0;   
    border: none;
    height: 192px;
    width: 100%;
    padding: 12px;
}
.review_sec .row{
    margin: 0 -8px;
}
.review_sec .row > div{
    margin-bottom: 16px;
    padding: 0 8px;
}
.review_sec .row > div:last-child{
    margin-bottom: 0px;
}

.review_sec input.wpcf7-form-control.wpcf7-submit {
    background-color: #0b9298;
    border: none;
    border-radius: 33px;
    width: 150px;
    padding: 10px 20px;
}
.review_sec input.wpcf7-form-control.wpcf7-submit:hover{
    color: #fff;
}


.main_ftr_sec {
    position: relative;
}

footer.mnfooter {
    background-color: #0b9298;
    padding-top: 20px;
}

.topftrshape svg {
    width: 100%;
    transform: scaleX(-1);
    height: auto;
    margin-bottom: -8px;
}

.topftrshape svg path {
fill: #0b9298;
}

ul.ftrscl {
    margin-top: 22px;
}

ul.ftrscl li a i {
    height: 35px;
    background-color: #fff;
    color: #0b9298;
    font-family: 'FontAwesome';
    margin-right: 10px;
    border-radius: 4px;
    width: 35px;
    text-align: center;
    line-height: 35px;
}

.ftrcopyrgt {
    margin-top: 80px;
    text-align: center;
    border-top: 1px solid #00B8BF;
    padding: 20px 0;
}

footer.mnfooter ul li{
    margin-bottom: 6px;
}


.slider_box .slider_img {
    background-position: center top;
    height: 145px;
    width: 142px;
    border-radius: 71px;
    background-repeat: no-repeat;
    position: relative;
    margin-left: -32px;
    margin-top: -78px;
    margin-bottom: 35px;
}


.custimgtxt {
    max-width: 500px;
    background-color: #fff;
    padding: 4px 32px;
    margin-top: 62px;
}

.slidercol {
    margin-top: 170px;
    margin-bottom: 170px;
}

.slide_change_btn a {
    background-color: #0b9298;
    color: #fff !important;
    margin-left: 19px;
    height: 41px;
    width: 42px;
    border-radius: 50%;
    float: right;
    margin-top: -26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_change_btn {
   margin-right: 124px !important;

}

.elementor-section.cmnwavesec > .elementor-container {
    position: static;
}
.elementor-section.cmnwavesec > .elementor-container > .elementor-row > .elementor-column {
    position: static;
}
.elementor-section.cmnwavesec > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
    position: static;
}
.elementor-section.cmnwavesec > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
    position: static;
}
.elementor-section.cmnwavesec > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap > .sectiontopwave,
.elementor-section.cmnwavesec > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap > .sectionbtmwave {
    position: absolute;
    left: 0;
}
.elementor-section.cmnwavesec > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap > .sectiontopwave{
    top: -8px;
    transform: scaleY(-1);
}
.elementor-section.cmnwavesec > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap > .sectionbtmwave{
    bottom: -8px;
    transform: scaleX(-1);
}
.elementor-section.cmnwavesec > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap > .sectiontopwave *,
.elementor-section.cmnwavesec > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap > .sectionbtmwave * {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 0;
}


.hmcontactsec::before {
    position: absolute;
    width: 50%;
    background: #ffd871;
    content: "";
    height: 100%;
    top: 0;
    right: 0;
}
.hmcontactsec::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background-image: url(./images/DSC01902-scaled.jpeg);
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
}
.cmnwavesec.hmcontactsec{
	z-index: 1;
}

.contlftbar {
    background: #ffd871;
    max-width: 208px;
    text-align: center;
    height: 50px;
    
    text-transform: uppercase;
    position: absolute !important;
    width: 100%;
    top: 50%;
    transform: rotate(-90deg);
    left: -129px;
}
.contlftbar .elementor-text-editor {
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
}
.contlftbar .elementor-text-editor::after,
.contlftbar .elementor-text-editor::before {
    position: absolute;
    content: "";
    border-width: 25px;
    border-style: solid;
    top: 0;    
}
.contlftbar .elementor-text-editor::after{
    right: -50px;
    border-color: transparent transparent #ffd871 #ffd871;  
}
.contlftbar .elementor-text-editor::before{
    left: -50px;
    border-color:  transparent #ffd871 #ffd871 transparent;  
}
.rgtcontfrm.elementor-column {
    position: relative !important;
}

.cmnwavesec .headltdvdr h2 {
    position: relative !important;
    margin-left: 18px;
    letter-spacing: 2px;
}
body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
    padding: 0px 15px;
}

.bannertxt .btmwave {
    position: absolute !important;
    left: 0;
    bottom: -2px;
    z-index: 9;
}

div#comments {
    display: none;
}

.slide_change_btn {
    z-index: 99999;
    position: relative !important;
}
.slider_box {
    padding-top: 15px;
}

.custimgtxt {
    padding-bottom: 50px;
}

.slick-slide:focus{
    outline: none;
}


.subscription_section {
    overflow: hidden;
}
.rightsubscribebox {
    position: relative;
    z-index: 9;
}
/*.rightsubscribebox::after {
    position: absolute;
    content: "";
    height: 140%;
    width: 90px;
    background: #fff4d6;
    top: -60px;
    left: -49px;
    transform: rotate(12deg);
    z-index: -1;
}*/

.letest_product_sec .post_column {
    background-color: #fff;
}


/*Contact Page  */

.breadcrum_section .container {
    text-align: center;
}

.breadcrum_section .page_destails {
    margin: 0 auto;
    width: auto;
    max-width: 800px;
    display: inline-block;
}
.breadcrum_section {
    display: flex;
    padding-bottom: 6.5%;
    padding-top: 1.5%;
    height: auto;
    background-size: cover;
    position: relative;
    background: #fff4d6;
    position: relative;
    margin-bottom: 6px;
}
.breadcrum_section > svg{
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: auto;
}
.breadcrum_section .page_destails h2 {
    text-align: center;
    text-transform: uppercase;
}
.breadcrum_section .page_destails * {
    color: #232323 !important;
}
div#breadcrumbs {
    text-align: center;
}

.headltdvdr.blackdvdr h2::after{
     background-color: #232323;
} 

.contact_us_frm .elementor-row {
    margin-top: 79px;
}

.contact_us_frm .elementor-row .elementor-column .elementor-widget-wrap:nth-child(2) {
    margin-top: 55px;
}


.contact_us_frm{
    position: relative;
    z-index: 9;
}

.ctnmapsec {
    margin-bottom: -137px !important;
    max-height: 647px;
    margin-top: -104px !important;
}

.review_sec > .elementor-column-wrap {
    border-radius: 15px;
}

.contact_us_frm .cntfrmrt .elementor-widget-wrap{
    padding:18px 14px 60px 14px;
}

.ctusseclt ul li p {
    padding-left: 15px;
}

.ctusseclt li p strong {
    display: block;
}

.ctusseclt ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 23px;
}

.ctusseclt .elementor-widget-container ul {
    margin-top: 12px;
}


body .custimgtxt{
   position: relative !important;
}
.custimgtxt::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 32px;
    background-image:url(./images/cotsymbol.png);
    top: -13px;
    right: 10px;
    left: auto;
}

.shop_now_btn a.elementor-button-link{
  color: #000000 !important;
}

.our_cat_sec{
    margin-top: 40px;
    margin-bottom: 80px;
}



.slidercol .headltdvdr h2::after {
    background-color: #ffff;
}
.slidercol.rgtcontfrm .headltdvdr h2::after {
    background-color: #000;
}
.ltstnws {
    margin-top: 45px;
    margin-bottom: 70px;
}


/* About Us */

input.wpcf7-form-control:focus,input.wpcf7-form-control:active,textarea{
    outline: none;
    border:none;
    text-decoration: none;
    color: #959595;
} 
input.wpcf7-form-control,input.wpcf7-form-control,textarea{
    color: #959595;
}

input.wpcf7-form-control.wpcf7-submit{
    color: #fff !important;
}

.abutnwsltrsec .formError .formErrorContent {
    margin-bottom: 3px;
}

.aboutdlvsec .elementor-row{
    margin-top: 45px;
    margin-bottom: 45px;
} 
.about_main_sec {
    margin-top: 60px;

}
.abtclientslider {
    margin-top: 27px !important;
}

.aboutdlvsec .elementor-widget-wrap {
    background: #fff;
    border-radius: 15px;
    height: 300px;
    padding: 50px 50px;
    width: 100%;
}
.aboutdlvsec {
    padding: 120px 0px 120px 0px !important;
}

h4.elementor-heading-title.elementor-size-default {
    margin-bottom: -3px;
}
.fdbk_slider_img {
    background-position: center top;
    height: 145px;
    width: 145px;
    border-radius: 50%;
    background-repeat: no-repeat;
    margin-top: -79px;
    margin-bottom: 28px;
}
.abtclientslider {
    max-width: 936px;
    margin: auto;
}
.fdbkcustimgtxt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding-bottom: 74px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 80px;
    position: relative;
    margin-bottom: 19px;
    box-shadow: 0 0 18px rgba(0,0,0,0.06);
}
.fdbkcustimgtxt h6, .fdbkcustimgtxt p {
    text-align: center;
    margin-bottom: 5px;
}


.fdbk_slide_change_btn a {
    background-color: #0b9298;
    color: #fff !important;
    margin-left: 19px;
    height: 41px;
    width: 42px;
    border-radius: 50%;
    margin-top: -41px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fdbk_slide_change_btn {
    display: flex;
    justify-content: center;
    z-index: 99999;
    position: relative;
}


.fdbkcustimgtxt::after {
    position: absolute;
    content: "";
    height: 28px;
    width: 32px;
    background-image: url(./images/cotsymbol.png);
    left: auto;
    bottom: -17px;
    right: 26px;
}
.fdbkcustimgtxt::before {
    position: absolute;
    content: "";
    height: 28px;
    width: 32px;
    background-image: url(./images/beforesymbol.png);
    left: 26px;
    top:-9px;
}
.abutnwsltrsec .wysija-input {
    width: 460px;
    border: none ;
    outline: none ;
    border-radius: 24px;
    padding-left: 30px;
}

.abutnwsltrsec .widget_wysija {
    display: flex;
    align-items: flex-end;
    align-items: flex-end;
    justify-content: center;
}

.abutnwsltrsec .wysija-submit {
    margin-top: 0px;
    height: 49px;
    max-width: 183px;
    margin-left: -41px;
    width: 170px;
    border: none;
    outline: none;
    text-align: center;
    padding: 8px 10px !important;
    background-color: #ffd565;
    color: #000;
    text-transform: uppercase;
    border-radius: 24px;
    font-weight: 500;
    font-size: 14px;
}

.abutnwsltrsec .headcntrdvdr h2::after {
    background-color: #000;
}

.cmnsidebr input#search-form-1, .hawkmainshop select.orderby:focus{
  outline: none !important;  
}

.abutnwsltrsec .wysija-input:focus, .abutnwsltrsec .wysija-submit:focus{
     outline: none !important;
     color: #000;
}

.abutnwsltrsec .wysija-submit:focus,.abutnwsltrsec .wysija-submit:hover{
    outline: none !important;
    background-color: #ffd565;
    color: #000;
}

.abutnwsltrsec .elementor-widget-wrap {
    padding: 40px 0px 20px 0px;
    max-width: 782px;
    margin: auto;
}

.abutnwsltrsec .elementor-heading-title .elementor-size-default{
    margin: 0px !important; 
    padding: 0px !important;
}
.aboutusrt .elementor-widget:not(:last-child){
    margin-bottom: 0px !important;
}

.abutnwsltrsec .headcntrdvdr h2
{
  margin-bottom: 38px;
}

.abutnwsltrsec .elementor-text-editor {
    margin-bottom: 30px;
}


.outerclntsldr  > .elementor-widget-container {
    background-size: contain !important;
    padding: 0px 0px 70px 0px !important;
}



/*  Blog Section */ 

.blog_main_sec {
    margin-top: 50px;
    margin-bottom: 30px;
}
.single-post .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
    max-width: 100%;
}

.blog_main_sec .blogimg {
   padding:10px;
   border-radius: 15px;
}

.blogpblssec {
    background-color: #ffe558;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    padding: 0px;
    margin-top: -35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    text-transform: uppercase;
    margin-left: 21px;
    font-size: 13px;
}

.blogpblssec span {
    font-size: 16px;
}

.bloginfo.blogpgebxinfo .blogmore {
    position: static;
    margin-top: 10px;
}

.bloginfo.blogpgebxinfo {
    box-shadow: none;
    padding: 20px 0 0 0;
}

.bloginfo.blogpgebxinfo {
    height: auto;
}


.rcntpostimg {
    height: 70px;
    width: 70px;
}

.recent_post_section ul li a {
    display: flex;
    color: #000;
    align-items: flex-start;
    flex-wrap: wrap;
}

.recent_post_section a p {
    padding-left: 16px;
    font-size: 14px;
    width: calc(100% - 70px);
}

.recent_post_section a p span {
    display: block;
    font-size: 15px;
}

.recent_post_section {
     background-image: linear-gradient(-45deg, rgba(239,122,53,0.1), rgba(236,206,45,0.1));
    padding:15px;
}

.recent_post_section ul li{
    padding-bottom: 15px;
}

.recent_post_section ul li:last-child{
     padding-bottom: 0px;
}

.cmnsidebr h5,
.cmnsidebr .widsec  h2 {
    margin-bottom: 13px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.cmnsidebr .widsec li a{
    color: #000;
    font-size: 15px;
}


.cmnsidebr .widsec {
    background-color: #fdf2ea;
    margin-bottom: 20px;
}

.recent_post_section{
    margin-bottom: 22px;
    padding: 15px;
    color: #000;
}

div#categories-3 {
    padding: 15px;
}

.cmnsidebr div#search-3 {
    background: none;
}

.cmnsidebr label{
    display: none;
}

.cmnsidebr input#search-form-1, .hawkmainshop select.orderby {
    border: 1px solid #eeeeee;
    width: 100%;
    height: 50px;
    margin: 0;
    padding-right: 50px;
}

.cmnsidebr .widget_search > .search-form .search-submit{
   border: none;
   outline: none;
}

.cmnsidebr .widget_search > .search-form .search-submit:hover{
   background-color: transparent !important;
   color: #000;
    position: absolute;
    right: 0px;
    height: 50px;
    width: 50px;
    font-size: 0px;
    padding: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    margin: 0 !important;
    background-position: center;
}
.cmnsidebr .search-field:focus{
    outline: none;
    border:none;
}

.cmnsidebr .search-form
{
    position: relative;
}
.hdrcsrtfrm form.search-form {
    display: block;
}
.cmnsidebr .search-submit{
    position: absolute;

}

.cmnsidebr .search-submit {
    position: absolute;
    right: 0px;
    height: 50px;
    width: 50px;
    font-size: 0px;
    padding: 0px;
    cursor: pointer;
    background-image: url(./images/search-icon.png) !important;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    margin: 0 !important;
    background-position: center;
}

.single-post h1.entry-title{
    display: none;
}

.single-post .post-thumbnail .wp-post-image {
   margin-left: 0px;
}

.single-post .entry-content p{
     margin-left: 0px !important;
     margin-right: 0px !important;
}

.single-post  .entry-header, .post-thumbnail, .entry-content, .entry-footer, .author-bio {
    margin-left: 0px !important;
}

/*.single-post .entry-header, .post-thumbnail, .entry-content, .entry-footer, .author-bio {
    margin-top: 0 !important;
}*/

.post-thumbnail .wp-post-image{
        margin-top: 0px !important;
}

.single-post .entry-header,
.entry-header .post-thumbnail, .singular .post-thumbnail{
    margin-top: 0px !important;
}

div#breadcrumbs a {
    color: #000;
}

.single-post div#categories-3 ul li {
    margin-bottom: 3px;
}
.singleblogbnr {
    background-size: cover;
    min-height: 600px;
    background-position: center center;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 60px 0;
    margin-top: 50px;
}
.snglblgbnrtitlw {
    max-width: 700px;
    margin: auto;
    background: rgba(255,255,255,0.6);
    padding: 40px;
}
.snglblgbnrtitlw h1 {
    margin: 0;
}


/*Category Page*/
.prodcatbnr {
    display: flex;
    flex-wrap: wrap;
    position: relative;    
    background: #f9cbb1;
}

.prodcatbnr .prodcatbnrimg {
    width: 34%;
    height: 400px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.catbnrimg {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.prodcatbnrinfo {
    width: 65%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
}
.prodcatbnrinfo h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 31px;
}
.prodcatbnrinfo h1::after {
    background-color: #232323;
    height: 5px;
    content: "";
    width: 76px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.archive.tax-product_cat .breadcrum_section {
    display: none !important;
}
.archive:not(.tax-product_cat) .prodcatbnr {
    display: none !important;
}

.archive figcaption.wp-caption-text {
    display: none;
}
.archive article header.entry-header {
    display: flex;
    flex-direction: column-reverse;
}
.archive article header.entry-header h2 {
    font-size: 20px !important;
    line-height: 24px;
    margin-top: 20px !important;
    display: block;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}
.archive article footer.entry-footer {
    display: none;
}

/*Product page section */


.hawkcatprodimg {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 261px;
    width: 100%;
     background-color: #fff;
}
.prodlistrow > .col-md-4 {
    margin-bottom: 30px;
}
.hawkcatprodbox {
    background-color: #f8f8f8;
    border-radius: 15px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hawkcatprodbox .cstprodshrtdesc{
	display: none;
}
.prodprice {
    margin-top: auto;
}

.hawkcatprodtitle {
    padding: 32px 12px 10px;
}

.hawkcatprodtitle h6{
    margin: 0px;
}
.hawkcatprodtitle a {
    color: #000;
}
.hawkmainshop .woocommerce-ordering, .woocommerce-result-count {
 margin:0px;
 padding:0px; 
}
.hawkmainshop .woocommerce-notices-wrapper {
    display: none;
}
.star-rating span::before {
    color: #f7c000;
}
.product_rating .star-rating {
    margin: 0 auto 10px;
}

.defultfltr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.hawkmainshop .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
    margin-right: auto !important;
}

.hawkmainshop .berocket_single_filter_widget {
    background-color: #fdf5ea;
    padding:20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.hawkmainshop .berocket_single_filter_widget .bapf_sfilter{
    margin-bottom: 5px;
}
.catadcrtbtn {
    margin: 10px 0 30px;
}
.hawkcatprodbox p.product-price-tickr {
    font-size: 18px;
}
.hawkcatprodbox p.product-price-tickr del {
    font-size: 16px;
    color: #9e9e9e;
}
.catadcrtbtn a.more {
    display: inline-block;
    padding: 10px 20px;
    background: #0B9298;
    border-radius: 30px;
    color: #fff;
}
.cstprodshrtdesc p {
    font-size: 14px;
    padding: 0px 15px 10px;
}
.sidebar .bapf_sfilter.bapf_ckbox input[type=checkbox]{
    display: none;
}
.post-type-archive-product .sidebar .bapf_sfilter.bapf_ckbox input[type=checkbox] {
    display: inline-block;
    height: 20px;
    width: 20px;
}
.post-type-archive-product .sidebar .bapf_sfilter.bapf_ckbox input[type=checkbox]:focus{
    outline: none;
}
.post-type-archive-product .sidebar .bapf_sfilter.bapf_ckbox input[type=checkbox]:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: 2px solid;
    border-color: transparent #0B9298 #0B9298 transparent;
}
.sidebar li::after {
    position: absolute;
    content: "\f105";
    height: 29px;
    left: 34px;
    width: 25px;
    font-family: 'FontAwesome'; 
}
.post-type-archive-product .sidebar li::after {
    display: none;
}
.post-type-archive-product .sidebar li{
    margin-bottom: 5px !important;
}
.sidebar li label {
    margin-left: 5px;
    font-weight: 400;
}
.post-type-archive-product  .sidebar li label {
    margin: 0;
    padding-left: 5px;
}

.hawkmainshop .bapf_head h3{
  font-size: 18px;
  text-transform: uppercase;
}


.hawkmainshop nav.woocommerce-pagination {
    padding-left: 18px;
    width: 100%;
}

.hawkmainshop .page-numbers li span.current {
    background-color: #ef7a35;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.hawkmainshop .page-numbers li{
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border:1px solid #efecec;
    margin-left: 9px;
   
}
.hawkmainshop .page-numbers li:first-child{
     margin-left: 0px;
}

.hawkmainshop .page-numbers li a{
 color: #000;;
}

/* Products Single Page */
.single-product .breadcrum_section {
    padding: 40px 0 30px;
    background: transparent;
}
.single-product .breadcrum_section > svg {
    display: none;
}
.single-product .breadcrum_section h2 {
    display: none;
}
.single-product .site-header, .site-snglprodinfo, .widget-area, .site-footer {
    padding-top:0px;
}

.single-product .site-snglprodinfo > * {
    margin-top: 0px;
    margin-bottom: 0px;
}

.single-product nav.woocommerce-breadcrumb {
    display: none;
}

.single-product span.onsale {
    display: none;
}

div#tab-description h2 {
    display: none;
}
.single-product .flex-viewport {
    height: auto!important;
    max-height: 450px;
}
.single-product .flex-viewport .woocommerce-product-gallery__image.flex-active-slide a img {
    max-height: 450px;
}
.mainproduct.sglprod {
    margin: 15px 0px 0;
}
.single-product.singular .sglprod h1.product_title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}
.single-product .summary p.price ins {
    float: left;
}
.sglprod .product_meta {
    display: none;
}
.sglprod .snglplcytop {
    margin: 10px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #ece4cd;
}
.sglprod .product_meta a {
    box-shadow: none;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.productaddnlinfo {
    width: 100%;
    float: left;
    padding-top: 60px;
    margin-top: 11px;
    margin-bottom: 70px;
}
.productaddnlinfo .col-md-4::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #e3e3e3;
    top: 0;
    right: 0;
}
.rgtadnldata tr th {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.rgtadnldata {
    padding-left: 35px;
}
.woocommerce-product-gallery__trigger {
    height: 30px;
    width: 30px;
    background: #3c5059;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
}
.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}
/*form#commentform {
    display: none;
}
*/
.sglprod .product_meta > span {
    font-weight: 600;
    margin-bottom: -4px;
    font-size: 16px;
    margin-top: 11px;
}
.leftadnltitle h2 {
    font-size: 24px;
    color: #fe6252;
}

.relateprdsec .woocommerce-tabs ul li{
    border: 1px solid #efefef !important;
}
.relateprdsec .woocommerce-tabs ul li.active a {
    background-color: #fe6252;
    border:none;  
}
.rgtadnldata table{
    border: none !important;
}

.rgtadnldata table td, table th, .wp-block-table td, .wp-block-table th {
    border: 1px solid #efefef !important;
}

.relateprdsec .woocommerce-tabs ul{
     border-bottom: 1px solid #efefef ;
}
.relateprdsec img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    background-position: center center;
    background-size: cover;
    height: 260px !important;
    width: 100% !important;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 15px;
}

.relateprdsec h2.woocommerce-loop-product__title {
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: 400;
}
.relateprdsec a.button.product_type_simple {
    display: none;
}
.relatedcrtprod .slick-list {
    width: 100%;
}
.relateprdsec .related > h2 {
    padding-bottom: 32px;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #FE6252;
    font-size: 34px;
    text-align: center;
}

.relateprdsec .related > h2::after {
  background-color: #0b9298;
    height: 5px;
    content: "";
    width: 76px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.singlprdtctf {
    padding: 40px;
    background-color: #fff0e9;
}

.singlprdtctf .wpcf7 .wpcf7-form-control {
    width: 100%;
    height: 50px;
    margin: 0 0 15px;
    padding: 0 18px;
    background: #fff;
    border: none;
    font-size: 16px;
}
.singlprdtctf > h2 {
    margin-left: 15px;
    margin-bottom: 32px;
}
.singlprdtctf .wpcf7 .wpcf7-submit {
    width: auto;
    padding: 0 45px;
    background: #0b9298;
    border-radius: 4px;
    font-weight: 400;
}

.singlprdtctf .wpcf7 textarea.wpcf7-form-control {
    height: 125px;
    padding: 18px;
}

.lftprodcntimg {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.product_enquiry_sec .textwidget{
    height: 100%;
    width: 100%;
}

.product_enquiry_sec {
    margin-top: 60px;
    margin-bottom: 60px;
}

.sglprod ol.flex-control-thumbs {
    display: flex;
    margin: 0 -5px;
    padding: 0;
    flex-wrap: wrap;
}
.sglprod ol.flex-control-thumbs li {
    max-width: 15%;
    padding: 0 5px;
    margin: 0px;
    margin-bottom: 10px;
    width: 100%;
}

.sglprod ol.flex-control-thumbs li img.flex-active{
    border: 1px solid #fe6252;
}

.adnlinfomob{
    display: none;
}

.category_sec .post_column {
    margin-bottom: 25px;
}

.bannerimgcol .elementor-element {
    display: none;
}
.relateprdsec span.price {
    display: none;
}

.single-product span.woocommerce-Price-amount {
    font-size: 24px;
    margin-right: 12px;
    font-weight: 600;
}
.single-product .vi-wcaio-menu-cart-content-wrap span.woocommerce-Price-amount {
    font-size: 12px;
    margin-right: 0px;
    font-weight: 400;
}
.single-product .price del bdi {
    margin-left: 0px;
    font-size: 18px;
    font-weight: 400;
}
body.single-product .summary p.price {
    margin-bottom: 12px;
}
.sglprod .woocommerce-product-gallery,
.sglprod .summary.entry-summary {
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px;
}
.sglprod .woocommerce-product-gallery{
    width: calc(55% - 15px) !important;
    max-width: 100%;
}
.sglprod .summary.entry-summary{
    width: calc(45% - 15px) !important;
    position: relative;
}
.sglprod .summary.entry-summary div#loader1 {
    position: absolute;
    height: 50px;
    width: 50px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cmnbrdrbox{
    border: 1px solid #ddd;
    padding: 30px;
}
.cmnbrdrbox h4{
    font-size: 20px;
    margin-bottom: 20px;
}
.prodaldesc p {
    font-size: 14px;
    line-height: 22px;
}
.snglprodinfo #prodinfo .card {
    margin-bottom: 30px;
    border-radius: 0;  
    border: 1px solid #ddd;
}
.snglprodinfo #prodinfo .card .card-header {
  border: 0;
  padding: 0;
  background: transparent;
}
.snglprodinfo #prodinfo .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  color: #222;
  padding: 20px;
}
.snglprodinfo #prodinfo .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
.snglprodinfo #prodinfo .card .card-header .btn-header-link.collapsed {
    color: #333;
    padding: 18px 20px;
}
.snglprodinfo #prodinfo .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
.snglprodinfo #prodinfo .card .collapsing {
  line-height: 30px;
}
.snglprodinfo #prodinfo .card .collapse {
  border: 0;
}
.snglprodinfo #prodinfo .card .collapse.show {
  line-height: 30px;
  color: #222;
}
.snglprodinfo .card-body {
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
}
body.single-product .woocommerce-product-rating {
    margin: 0rem 0 30px;
}
body .star-rating::before {
    color: #e4e4e4;
}
#prodinfo2 .card-body > li > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: flex-start;
    width: 100%;
}
#prodinfo2 .card-body > li > div .comment-text {
    flex: 0 0 calc(100% - 75px);
}
#prodinfo2 .card-body > li > div .star-rating {
    margin-bottom: 4px;
}
#prodinfo2 .card-body > li > div > img {
    flex: 0 0 60px;
    margin-right: 15px;
}
.snglprodinfo #prodinfo .card p.stars a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #f7c000;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.snglprodinfo #prodinfo .card p.stars a.active {
    background: #0b9298;
}
.snglprodinfo .comment-form-comment textarea#comment {
    border: 1px solid #e0e0e0;
}
.snglprodinfo p.comment-form-comment {
    margin-top: 15px !important;
}
.snglprodinfo #review_form input#submit {
    border: none;
    padding: 0 !important;
    font-size: 16px;
    border-radius: 20px;
    background: #0b9298;
    color: #fff;
    padding: 12px 40px !important;
    border-radius: 40px;
}
.snglprodinfo #prodinfo .card span#reply-title {
    font-size: 26px;
}
.woocommerce-product-rating a.woocommerce-review-link {
    font-size: 16px;
}
.snglprodinfo {
    max-width: calc(55% - 15px);
}
.relateprdsec .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.quantity {    
    display: flex;
}
.quantity > button, body .woocommerce-cart-form__contents .quantity input,.quantity > input {
    width: 40px !important;
    flex: 0 0 40px;
    height: 40px;
    border: none;
    margin: 0;
}
.woocommerce-cart-form .quantity > button, body .woocommerce-cart-form__contents .quantity input {
    width: 30px !important;
    flex: 0 0 30px;
    height: 30px;
}
body .woocommerce-cart-form__contents .quantity input,.quantity > input {
    padding: 0;
    text-align: center;
    border: 1px solid #e4e4e4;
}
.quantity > button{
    background: #f4f3f4;
}
.quantity > input::-webkit-outer-spin-button,
.quantity > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity > input[type=number] {
  -moz-appearance: textfield;
}
.single-product form.cart .button.single_add_to_cart_button.button.alt {
    width: calc(100% - 141px);
    border: none;
    height: 40px;
    padding: 0 !important;
    line-height: 40px !important;
    font-size: 16px;
    border-radius: 20px;
    background: #0b9298;
    color: #fff;
    float: right;
}
.snglplcytop ul li {
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.snglplcytop ul li:last-child {
    margin-bottom: 0px;
}
.snglplcytop li i {
    font-size: 23px;
    color: #9b9b9b;
    margin-right: 20px;
}
.woocommerce-notices-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}
.snglrcntviewprod .woocommerce.columns-5.facetwp-template {
    display: flex;
    flex-wrap: wrap;
}
.snglrcntviewprod .woocommerce.columns-5.facetwp-template li {
    flex: 0 0 25%;
    padding: 0 15px;
    max-width: 25%;
}
.snglrcntviewprod a.product-picture {
    height: 170px;
    display: block;
    margin-bottom: 15px;
}
.snglrcntviewprod a.product-picture img{
    height: 100% !important;
    width: auto;
    object-fit: contain;
}
.snglrcntviewprod .woocommerce.columns-5.facetwp-template a.product-name {
    text-align: center;
    color: #000;
    line-height: 18px;
    font-size: 14px;
}
.snglrcntviewprod {
    margin-bottom: 70px;
}
.single-product .woocommerce-product-details__short-description {
    display: none;
}
.summary form.cart {
    margin-top: 5px;
    width: 100%;
    float: left;
}
ul.dlvryrtrninfo li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    align-items: center;
}
ul.dlvryrtrninfo li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
ul.dlvryrtrninfo li i.fa {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #9b9b9b;
}
.dlvryrtrninfo .cmnrtrntxt h6 {
    font-size: 14px;
    font-weight: 600;
}
.dlvryrtrninfo .cmnrtrntxt a {
    color: #333;
    font-size: 14px;
}
.woocommerce-info a.button, .woocommerce-message a.button {
    background: transparent;
    padding: 0;
    color: #0b9298;
}
.mainproduct .yith-wcwl-add-to-wishlist::after, .yith-wcwl-add-to-wishlist::before {
    display: block;
    clear: both;
    content: "";
}
.mainproduct a.add_to_wishlist.single_add_to_wishlist {
    display: block;
    background: #f4f3f4;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    color: #000;
    margin: 20px 0 10px;
}
.mainproduct .yith-wcwl-wishlistaddedbrowse,
.mainproduct .yith-wcwl-wishlistexistsbrowse {
    margin: 16px 0px 12px;
}
.mainproduct .yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a{
    color: #0B9298;
}
.yith-wcwl-wishlistexistsbrowse {
    margin: 0 0 10px !important;
}
table.wishlist_table thead {
    background: #f9f9f9;
}
table.wishlist_table thead th, table.wishlist_table td {
    border: none;
    text-align: left;
}
table.wishlist_table thead th.product-thumbnail{
    border-left: none !important;
}
table.wishlist_table thead th.product-remove {
    border-right: none !important;
}
table.wishlist_table td.product-name a {
    font-size: 14px;
    color: #000;
}
table.wishlist_table td.product-price {
    font-size: 14px;
}
.product-add-to-cart a.button.product_type_simple.add_to_cart_button {
    font-size: 14px;
    background: #0b9298;
    display: inline-block !important;
    color: #fff;
    padding: 10px 20px !important;
    margin: 0 !important;
    border-radius: 50px;
}
body a.remove:hover {
    background: #0b9298;
}
.woocommerce-info, .woocommerce-message {
    background: transparent;
    color: #000;
    border: 1px solid #eaeaea;
    padding: 15px;
}
p.return-to-shop {
    display: flex;
    justify-content: center;
}
p.return-to-shop a.button.wc-backward {
    display: inline-block !important;
    background: #0b9298;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    width: auto;
    font-size: 16px;
    float: none;
    margin-top: 0;
}

/*Product Popup*/
 div#popct {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    padding: 30px 15px;
    background: rgba(0,0,0,0.6);
    z-index: 99999999;
    text-align: center;
    transform: scale(0);
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    display: none;
}
div#popct:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
div#popct.showpoup {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
 div#popct div#popup_content {
    display: inline-block;
    max-width: 650px;
    border: #a0a0a0 solid 1px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    width: 98%;
    text-align: left;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
    border-radius: 5px;
    padding: 25px 15px;
}
div#popct .poupitem .image img {
    width: auto;
    max-height: 80px;
    max-width: 80px;
    height: auto;
}
div#popct span.xoo-cp-close {
    opacity: 1;
}
div#popct div#popup_content td {
    border: none;
}
div#popct div#popup_content .poupitem .quentaty span {
    border: 1px solid #000;
    display: inline-block;
    width: 21px;
    flex: 0 0 21px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
div#popct div#popup_content .poupitem .quentaty span.actqty {
    width: 30px;
    flex: 0 0 30px;
    border-left: none;
    border-right: none;
}
div#popct .xoo-cp-btns a.xoo-cp-close.xcp-btn.close {
    height: 35px;
    line-height: 35px;
    padding: 0;
    opacity: 1;
    font-weight: 400 !important;
    font-size: 14px !important;
    text-shadow: none;
}
div#popct div#popup_content td.xoo-cp-pqty .quentaty {
    display: flex;
    justify-content: flex-end;
}
div#popct div#popup_content span.woocommerce-Price-amount.amount {
    font-weight: 400;
    font-size: 20px;
}
div#popct .loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 50px;
    width: 50px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
}
div#popct div#popup_content .poupitem .quentaty span.minus, div#popct div#popup_content .poupitem .quentaty span.plus {
    cursor: pointer;
}
div#popct div#popup_content .xoo-cp-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
div#popct .xoo-cp-atcn {
    overflow: auto;
    padding: 10px;
    border: 1px solid transparent;
    background-color: #dff0d8;
    border-radius: 4px;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    flex: 0 0 100%;
}
div#popct .poupitem {
    display: flex;
    flex-wrap: wrap;
}
div#popct td.xoo-cp-remove .xoo-cp-remove-pd {
    font-size: 20px;
    color: #ea0a0a;
    cursor: pointer;
}
div#popct .xoo-cp-ptotal {
    float: right;
    margin-right: 25px;
    font-size: 18px;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    margin-left: auto;
}
div#popct .btndiv {
    width: 100%;
    flex: 0 0 100%;
}
div#popct span.xoo-cp-close {
    font-size: 23px;
    position: absolute;
    right: -13px;
    top: -11px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 35px;
    width: 35px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: 400;
}
div#popct div#popup_content td.xoo-cp-remove span.xoo-cp-icon-cross.removepro {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
div#popct div#popup_content td.xoo-cp-remove span.xoo-cp-icon-cross.removepro::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid #f00;
    border-radius: 30px;
    top: 2px;
}



/*Checkout Page*/
input[focus] {
    outline: none !important;
}
.woocommerce-page.woocommerce-checkout .container > .woocommerce {
    margin: 60px 0px 80px;
    max-width: 100%;
}
.woocommerce-checkout form .col2-set .col-1, .woocommerce-checkout form .col2-set .col-2 {
    float: none;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce-additional-fields .form-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
}
.woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce-billing-fields__field-wrapper .form-row select {
    height: 44px;
    border: 1px solid #ddd;
}
.woocommerce-checkout .select2-container .select2-selection {
    border: 1px solid #ddd;
}
.woocommerce-additional-fields textarea {
    height: 100px;
    border: 1px solid #ddd;
    padding: 10px;
}
.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-additional-fields .form-row label {
    font-family: 'Ubuntu' !important;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce-additional-fields {
    margin-top: 20px;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout form #order_review_heading {
    margin: 0 0 20px;
    padding: 0;
}
.woocommerce-checkout form[name=checkout] div#order_review {
    padding: 0;
}
table.shop_table.woocommerce-checkout-review-order-table {
    margin: 0 !important;
}
table.shop_table.woocommerce-checkout-review-order-table td, table.shop_table.woocommerce-checkout-review-order-table th {
    padding: 0 0 10px;
    border: none !important;
}
table.shop_table.woocommerce-checkout-review-order-table tr {
    border: none !important;
}
li.wc_payment_method.payment_method_paypal * {
    font-family: 'Ubuntu';
}
.wc_payment_method input[type=radio]+label {
    font-family: 'Ubuntu';
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-size: 14px;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 30px;
}
.woocommerce-checkout-review-order ul {
    margin: 10px 0 20px;
    padding-left: 0;
}
.woocommerce-checkout form[name=checkout] .col-1, .woocommerce-checkout form[name=checkout] .col-2 {
    padding: 0;
}
.woocommerce-checkout-payment .form-row {
    margin: 0;
}
.woocommerce-checkout-review-order button#place_order {
    display: inline-block;
    padding: 12px 20px;
    background: #0B9298;
    border-radius: 30px;
    color: #fff;
    border: none;
}
.woocommerce-checkout form .col2-set {
    width: 60%;
    padding-right: 40px;
}
.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
    width: 40%;
}
.woocommerce-info a, .woocommerce-message a {
    color: #0b9298;
}
.woocommerce-checkout .phoen_rewpts_reward_message_on_cart {
    font-size: 14px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p#billing_email_field {
    order: -2;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p#billing_phone_field {
    order: -1;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: column;
}
.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tabs-list li.wpmc-tab-item {
    width: 33.33%;
}
.woocommerce-checkout form.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap !important;
    flex-flow: row-reverse;
    margin: 0 0 0 -15px;
    align-items: flex-start;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul{
    padding: 20px;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul li {
    font-family: 'Ubuntu';
}
.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    flex: 0 0 100%;
    width: 100%;
}
.woocommerce-checkout form.checkout.woocommerce-checkout > div{
    padding: 0 15px !important;
    box-sizing: border-box;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .wpmc-step-item.wpmc-step-billing.current,
.woocommerce-checkout form.checkout.woocommerce-checkout .wpmc-step-item.wpmc-step-review.wpmc-step-payment {
    width: 60%;
    padding-right: 50px !important;
}

.woocommerce-checkout form.checkout.woocommerce-checkout .billing_order {
    border: 1px solid #ddd;
    padding: 30px !important;
    text-align: left;
    width: 40%;
}
.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading {
    width: 100%;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th {
    text-align: left;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th:last-child, table.shop_table.woocommerce-checkout-review-order-table td:last-child {
    padding-left: 20px;
}
.woocommerce-checkout .wpmc-nav-wrapper > button,
.woocommerce #payment #place_order {
    text-transform: uppercase;
    padding: 11px 35px;
    border-radius: 25px;
    background-color: #0b9298;
    color: #fff !important;
    border-radius: 40px;
    border: none;
}
.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input#createaccount {
    margin: 0;
    border: 1px solid #ddd;
    position: relative;
    top: 7px;
    margin-right: 8px;
}
.woocommerce-checkout p.form-row {
    margin: 0 0 12px;
}
.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item:before,
.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
    border-width: 1px;
}
.woocommerce-checkout .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
    line-height: 30px;
    font-size: 14px;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .wpmc-step-item.wpmc-step-review.wpmc-step-payment h3#order_review_heading,
.woocommerce-checkout form.checkout.woocommerce-checkout .wpmc-step-item.wpmc-step-review.wpmc-step-payment div#order_review {
    display: none;
}
.woocommerce-order p, .woocommerce-order li {
    font-family: 'Ubuntu' !important;
}
body.woocommerce-order-received table,
body.woocommerce-order-received table td {
    border: 1px solid #efefef !important;
}
section.woocommerce-customer-details {
    border: 1px solid #efefef;
    padding: 40px;
}
.wpmc-step-item.wpmc-step-billing .mycheckbox label.checkbox.woocommerce-form__label-for-checkbox input#checkout_checkbox {
    height: 20px;
    width: 20px;
    border: 1px solid #c7c7c7;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.wpmc-step-item.wpmc-step-billing .mycheckbox label.checkbox.woocommerce-form__label-for-checkbox {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.wpmc-step-item.wpmc-step-billing p#checkout_checkbox_field {
    margin-top: 10px;
}

.single-product .phoen_rewpts_reward_message_on_cart {
    display: none;
}
.single-product .yith-wcwl-wishlistexistsbrowse {
    margin-top: 15px !important;
}
.wpmc-step-item.wpmc-step-billing .mycheckbox label.checkbox.woocommerce-form__label-for-checkbox span.optional {
    display: none;
}
.phoen_rewpts_pts_link_div input.phoen_edit_points_input {
    border: 1px solid #ddd;
}
body .phoen_rewpts_pts_link_div_main .phoen_rewpts_pts_link_div .button {
    border: 1px solid #ddd;
    font-size: 15px;
    height: 49px;
    padding: 0 20px;
    border-radius: 4px;
}
.maincartpge .container {
    padding: 0;
}
.woocommerce-order-received .breadcrum_section + .container > .woocommerce {
    padding: 40px;
    border: 1px solid #eee;
}
.woocommerce-order-received .breadcrum_section + .container > .woocommerce p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 24px;
	line-height: 32px;
    font-weight: 500;
    margin-bottom: 15px;

}
body.woocommerce-order-received table tbody tr:nth-child(even) {
    background: #fbfbfb;
}
.woocommerce-order-received .breadcrum_section + .container > .woocommerce section.woocommerce-order-details {
    padding: 0px;
}
.woocommerce-order-received .breadcrum_section + .container > .woocommerce ul.woocommerce-order-overview li {
    margin-bottom: 6px;
}
.woocommerce-order-received .breadcrum_section + .container > .woocommerce section.woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 26px !important;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.woocommerce-order-received p.order-again a {
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 25px;
    background-color: #0b9298;
    color: #fff;
}
.woocommerce-order-received table tr {
    height: auto;
}
body.woocommerce-order-received table th, body.woocommerce-order-received table td {
    padding: 15px;
}
body.woocommerce-order-received table td.woocommerce-table__product-name.product-name {
    font-size: 16px;
}
.woocommerce-order-received table thead {
    background: #f1f1f1;
}
.woocommerce-order-received section.woocommerce-order-details {
    margin-top: 20px;
}
.woocommerce-order-received .woocommerce-customer-details section.woocommerce-columns {
    padding: 0;
    width: auto;
    margin: 0 -15px;
}
.woocommerce-order-received .woocommerce-customer-details section.woocommerce-columns .woocommerce-column {
    max-width: 50%;
    width: 50%;
    padding: 0 15px;
}
.woocommerce-order-received section.woocommerce-customer-details {
    background: #f7f7f7;
}
.woocommerce-order-received section.woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 24px;
    margin-bottom: 15px;
}


/*My Account Page*/
.woocommerce-page .container > .woocommerce{
	margin: 60px -15px 80px;
}
.mnacntloginpge {
    margin: 0px;
}
.mnacntloginpge > div > div {
    border: 1px solid #d1d1d1;
    padding: 30px;
}
.woocommerce-account .u-columns > div {
    width: 50% !important;
    flex: 0 0 50%;
    max-width: 50%;
}
.woocommerce-account .u-columns .form-row {
    margin: 0;
}
.mnacntloginpge > div > div h2 {
    margin-bottom: 20px;
}
.mnacntloginpge > div > div form > p:not(:last-child) {
    margin-bottom: 15px !important;
}
.mnacntloginpge > div > div form label {
    width: 100%;
    font-family: "Ubuntu", Sans-serif !important;
    font-weight: 400;
    font-size: 16px;
}
.mnacntloginpge label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    font-size: 14px;
    margin: 0 0 15px;
}
.woocommerce form.woocommerce-form-login input, .woocommerce form.woocommerce-form-register input {
    height: 42px;
    margin: 0;
}
.mnacntloginpge form input[type="checkbox"] {
    height: 15px;
    width: 15px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}
.mnacntloginpge button[type="submit"] {
    text-transform: uppercase;
    padding: 12px 40px;
    border-radius: 25px;
    background-color: #0b9298;
    color: #fff !important;
    border: none;
    font-family: 'Ubuntu';
}
.mnacntloginpge button:focus{
	outline: none !important;
}
.woocommerce-privacy-policy-text p {
    font-family: 'Ubuntu' !important;
    font-size: 14px;
}
.mnacntloginpge span.password-input {
    width: 100%;
}
.mnacntloginpge form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
    margin-bottom: 15px;
}
.mnacntloginpge p.woocommerce-LostPassword.lost_password a {
    color: #0b9298;
    font-family: 'Ubuntu';
    font-size: 16px;
}
.mnacntloginpge form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
    color: #0b9298;
}
.woocommerce-error {
    color: #b22222;
    background: transparent;
    border: 1px solid #b22222;
    margin-top: 40px;
}
.woocommerce-error>li {
    margin: 0;
    padding: 10px;
}
.woocommerce-page .container > .woocommerce nav.woocommerce-MyAccount-navigation{
	width: 30%;
}
.woocommerce-page .container > .woocommerce .woocommerce-MyAccount-content{
	width: 70%;
}
.woocommerce-page .container > .woocommerce nav.woocommerce-MyAccount-navigation,
.woocommerce-page .container > .woocommerce .woocommerce-MyAccount-content {
    float: left;
    margin: 0;
    padding: 0 15px;
}
.woocommerce-page .container > .woocommerce nav.woocommerce-MyAccount-navigation ul {
    border: 1px solid #ddd;
    padding: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li,
.woocommerce-wishlist .woocommerce-MyAccount-navigation li{
    margin: 0 0 13px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce-wishlist .woocommerce-MyAccount-navigation li a{
    font-size: 20px;
    color: #232323;
    font-family: 'Ubuntu';
    line-height: 24px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-wishlist .woocommerce-MyAccount-navigation li a:hover{
    text-decoration: none;
    outline: none;
}

.woocommerce-wishlist table tr td.product-add-to-cart a{
	color: #fff !important;
}
.woocommerce-page .container > .woocommerce::after, .woocommerce-page .container > .woocommerce::before {
    display: block;
    clear: both;
    content: "";
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
\.woocommerce-wishlist .woocommerce-MyAccount-navigation li.is-active a{
    text-decoration: none !important;
    color: #88a171 !important;
}
.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-wishlist .woocommerce-MyAccount-content p{
    font-family: 'Ubuntu';
    font-size: 18px;
}
.woocommerce-page .container > .woocommerce .woocommerce-MyAccount-content a {
    color: #0b9296;
}
.woocommerce-page a.woocommerce-Button.button {
    padding: 7px 20px;
    color: #fff !important;
    font-family: 'Ubuntu';
    border-radius: 4px;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    font-family: 'Ubuntu';
    padding: 20px;
}
.woocommerce-page a.woocommerce-Button.button:hover{
	text-decoration: none !important;
}
.woocommerce-MyAccount-content p.form-row {
    width: 100%;
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields label {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    width: 270px;
    padding-right: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input{
	height: 42px;
	border: 1px solid #ddd;
	margin: 0;
	font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input:focus{
	outline: none;
}
.woocommerce-account span.woocommerce-input-wrapper {
    width: calc(100% - 270px);
    float: right;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection {
    border: 1px solid #ddd;
    height: 42px;
    padding-top: .5rem;
    margin-top: 0;
    font-size: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content p#billing_address_2_field,
.woocommerce-account .woocommerce-MyAccount-content p#shipping_address_2_field {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button.button,
.woocommerce-account .woocommerce-EditAccountForm button {
    text-transform: uppercase;
    padding: 14px 40px;
    border-radius: 25px;
    background-color: #0b9298;
    color: #fff !important;
    border: none;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    width: 100%;
    float: left;
    margin-top: 15px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields #billing_company_field {
    padding-top: 0;
}
button:focus{
	outline: none !important;
}
.logged-in .woocommerce-error {
    margin-top: 0px;
    font-family: 'Ubuntu';
}
.woocommerce form.edit-account .form-row .input-text{
    box-sizing: border-box;
    height: 42px;
    border: 1px solid #ddd;
    margin: 0;
    font-size: 16px;
    width: calc(100% - 270px);
    float: right;
}
.woocommerce form.edit-account .form-row label{
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 400;
    width: 270px;
    padding-right: 30px;
}
.woocommerce form.edit-account .displytxt {
    margin-top: 12px;
}
.woocommerce form.edit-account input:focus{
    outline: none;
}
.woocommerce-account .woocommerce-MyAccount-content form.edit-account p {
    margin-bottom: 15px !important;
}
form.woocommerce-EditAccountForm.edit-account fieldset input {
    width: 100% !important;
}
.woocommerce-address-fields > p {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0 !important;
}
.woocommerce-page .container > .woocommerce nav.woocommerce-MyAccount-navigation {
    padding-right: 40px;
}
.woocommerce-MyAccount-content {
    border: 1px solid #ddd;
    padding: 40px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection__arrow {
    top: 0;
    height: 42px;
}

/*Cart Page*/
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
.crtprodtbl,
.cart-collaterals {
    border: 1px solid #ddd;
    padding: 30px;
}

.crtprodtbl form.woocommerce-cart-form .woosl-btn button{
	margin: 15px 0 0;
}

.woocommerce-cart-form th {
    border: none !important;
    font-size: 16px;
}
.woocommerce-cart-form__contents th.product-thumbnail {
    width: 26% !important;
}
.woocommerce-cart-form__contents th.product-name {
    width: 50%;
}
.woocommerce-cart-form__contents .quantity input {
    width: 70px !important;
    padding: 0 10px;
    border: 1px solid #ddd;
    height: 40px;
}
.woocommerce-cart-form__contents .quantity input:focus{
    outline: none;
}
.woocommerce-cart-form td {
    border-color: #ddd;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive th {
    font-size: 16px;
    font-weight: 600;
}
.woocommerce .woocommerce-cart-form td.product-name a {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.woocommerce .woocommerce-cart-form button[name=update_cart] {
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 25px;
    background-color: #0b9298;
    color: #fff !important;
    border: none;
}
.coupon {
    display: none;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    text-transform: uppercase;
    padding: 14px 30px;
    border-radius: 25px;
    background-color: #0b9298;
    color: #fff !important;
    border: none;
}
.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover {
    text-decoration: none;
}
.cart_totals th,.cart_totals td {
    border: none !important;
}
.cart_totals th {
    font-size: 18px;
}
.cart_totals td {
    text-align: right;
    font-size: 18px;
}
.relatedcrtprod{
    padding: 0 15px;
    margin-top: 30px;
}
.relatedcrtprod .contentprod {
    border: 1px solid #ddd;
    padding: 30px;
}
.relatedcrtprod h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    color: #000;
    margin: 15px 0 10px !important;
}
.relatedcrtprod span.price {
    color: #000;
}
.relatedcrtprod a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
}
.relatedcrtprod h4 {
    margin-bottom: 30px;
}
.relatedcrtprod .button.product_type_simple {
    color: #fff !important;
    display: inline-block;
    margin-top: 8px;
}
.relatedcrtprod span.onsale {
    display: none;
}

/*---- Blog Filter ----*/
.allblgpsts .pgafu-filter{
	margin: 0 0 30px;
}
.allblgpsts .pgafu-filter li a{
	padding: 12px 24px;
	background: #f5f5f5;
}
.allblgpsts .pgafu-filter li.pgafu-active-filtr a{
	background: #0b9298;
}
.allblgpsts .pgafu-filtr-container .pgafu-post-categories,
.allblgpsts .pgafu-filtr-container .pgafu-post-date{
	display: none !important;
}
.allblgpsts .pgafu-filtr-container a.readmorebtn{	
    padding: 12px 24px;
    border-radius: 24px;
    background-color: #0b9298;    
    border: none;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.add_to_cart_button {
    display: inline-block !important;
    padding: 10px 15px;
    background: #0B9298;
    border-radius: 30px;
    color: #fff;
    /* margin-left: 5px; */
    border: none;
    font-size: 16px;
    line-height: 22px;
}

table.shop_table.woosl_table.shop_table_responsive tr td {
    border: none !important;
}
p.orderss-history {
    text-align: center;
    color: #0b9298;
}
.tophdrrgt ul {
    margin-bottom: 0;
}
.navrgtprt ul {
    margin-bottom: 0;
}
/* Slider-cart */
.relatedcrtprod .slick-slide .col-md-3{
    max-width: 100%;
    text-align: center;
}
.relatedcrtprod .col-md-3{
    text-align: center;
}
.relatedcrtprod .amount{
    display: flex;
    justify-content: center;
}
.relatedcrtprod .yith-wcwl-add-button{
    text-align: center;
}
.rvpscarousel .slick-next:before{
    content: "\f054" !important;
    font-family: 'FontAwesome';
    font-size: 25px !important;
    line-height: 32px !important;
    color: #0B9298 !important;
    position: absolute;
    right: -20px;
}
.rvpscarousel .slick-prev:before{
    content: "\f053" !important;   
    font-family: 'FontAwesome';
    font-size: 25px !important;
    line-height: 32px !important;
    color: #0B9298 !important;
    position: absolute;
    left: -20px;
}
.relatedcrtprod .contentprod h2{
    text-align: center;
    margin-bottom: 30px;
}
.relatedcrtprod .slick-dots{
    display: none !important;
}
.crtprodtbl .slick-slide .col-md-3{
    max-width: 100%;
    text-align: center;
}
.relatedcrtprod .prev-arrow:before{
    content: "\f053" !important;   
}
.relatedcrtprod .next-arrow:before{
    content: "\f054" !important; 
}
.relatedcrtprod .prev-arrow{
    left: -30px;
}
.relatedcrtprod .next-arrow{
    right: -30px;
}
.relatedcrtprod .slide-arrow{
     font-family: 'FontAwesome';
    font-size: 25px !important;
    line-height: 32px !important;
    color: #0B9298 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
}
.relatedcrtprod .slide-arrow: focus{
    outline: none;
}
input[type=text]:focus{
    outline: none !important;
}

.woocommerce-cart form.woocommerce-cart-form {
    display: flex;
    flex-direction: column;
}
.woocommerce-cart form.woocommerce-cart-form section.mx-2.pb-3 {
    order: 3;
}
.contfacltyglry .gallery-icon.landscape img {
    margin-bottom: 10px !important;
}
.xoo-cp-btns a {
    background: #0b9298;
    border-radius: 50px;
    color: #fff !important;
    border: none;
    font-size: 14px !important;
    width: 32%;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 8px 0;
    display: inline-block;
    margin-right: 5px;
}
table.shop_table.woosl_table.shop_table_responsive .woosl-btn button {
    margin-top: 15px;
}
table.shop_table.woosl_table.shop_table_responsive {
    margin-bottom: 0;
}
.catadcrtbtn a.added_to_cart.wc-forward {
    display: none;
}

@media(max-width: 1200px){
    .hmbnrtxtbox {
        padding-left: 40px;
    }
    .mnbanner::after {
        height: 152px;
        left: -40px;
        width: 134px;
    }
}
@media(max-width: 1024px){
    .hdrcsrtfrm {
        width: 35%;
    }
    .hdrcsrtfrm {
        width: 25%;
    }
}
@media(max-width: 991px){
    .hmbnrtxtbox {
        padding-left: 20px;
        max-width: 400px;
    }
    body .hmbnrtxtbox h1 {
        margin-bottom: 25px;
        font-size: 36px;
        line-height: 44px;
    }
    .mnbanner .elementor-row, .mainhmsldr .mnsldimg{
        min-height: 500px;
    }
    .mnbanner::after {
        height: 122px;
        left: -60px;
        width: 134px;
    }
}

@media(min-width: 911px){
    .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-new-mega-mennu ul.wpmm-mega-wrapper li .wpmm-sub-menu-wrap {
        overflow: auto;
        max-height: 670px;
    }
}
@media(max-width: 910px){
    .catimgshwhvr {
        display: none;
    }
    .allprodcatlist {
        width: 100%;
        padding-right: 0;
    }
    .open .navrgtprt {
        display: none;
    }
    .open .navlftprt {
        width: 100%;
    }
    .open .navlftprt div#wpmm-wrap-primary {
        width: 100%;
        max-width: 100%;
    }
    .mainNav.open .container {
        padding: 0;
    }
    body .wp-megamenu-main-wrapper ul#wpmega-menu-primary {
        margin: 0px;
        padding: 0 15px;
    }
    .mainNav .container {
        padding-left: 0;
    }
    .wp-mega-toggle-block {
        padding: 0;
    }
    body .wp-megamenu-main-wrapper .wpmegamenu-toggle {
        display: block !important;
        color: #fff;
    }
    .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper {
        height: auto;
    }
     .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
        background: #0b8288;
    }
    .wp-mega-toggle-block {
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }
    body .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-openblock, 
    body .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
        padding: 10px 10px 13px;
        color: #fff;
        background: #097e84;
        height: 50px;
        padding: 0 !important;
        width: 50px !important;
        text-align: center;
        color: #fff !important;
        font-size: !important;
    }
    .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-openblock i, 
    .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock i {
        font-size: 30px !important;
        height: 50px;
        line-height: 50px;
    }
    .wp-mega-toggle-block {
        padding-left: 0px;
    }
    .wp-megamenu-main-wrapper ul.wpmm-mega-wrapper {
        height: auto !important;
    }
    .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-new-mega-mennu ul.wpmm-mega-wrapper > li:hover{
        background: none;
    }
    body.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-new-mega-mennu ul.wpmm-mega-wrapper > li > a {
        padding: 14px 28px 14px 0 !important;
    }
    body .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
        border-bottom: 1px solid #3fb2b7;
    }
    .mainNav .wpmega-closeblock,
    .mainNav .wpmega-openblock{
        position: relative;
        left: 15px;
    }
    .tophdrrgt > div ul li:not(:first-child) {
        margin-left: 10px;
    }
    .tophdrrgt li a {
        font-size: 0;
    }
    .tophdrrgt li a i {
        font-size: 18px;
        height: 40px;
        width: 40px;
        border: 1px solid #0b9298;
        color: #0b9298;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        margin: 0;
    }
    .hdrcsrtfrm {
        width: 54%;
        padding: 0 30px;
    }
    .tophdrrgt {
        display: flex;
        flex-wrap: nowrap;
        width: 105px;
        justify-content: flex-end;
    }   

}
@media(max-width: 768px){
	.woocommerce table.shop_table_responsive tr:nth-child(2n+1) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n+1) td {
	    background: #f5f5f5;
	    -webkit-filter: none;
	    filter: none;
	}
	.woocommerce-page table.shop_table_responsive tr td.product-quantity::before {
	    padding-top: 0;
	}
	.woocommerce-page .woocommerce-cart-form__cart-item .quantity {
	    display: flex;
	    justify-content: flex-end;
	}
	.woocommerce-page table.shop_table_responsive .button {
	    background-color: #0b9298!important;
	    color: var(--button--color-text-hover)!important;
	}
    .woocommerce-order-received .woocommerce-customer-details section.woocommerce-columns .woocommerce-column:first-child{
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
.woocommerce-order-received .breadcrum_section + .container > .woocommerce {
    padding: 30px 20px;
}
.bstslrprods img.attachment-full {
    height: 100% !important;
}
.mainhmsldr.mnbanner.slick-initialized {
    margin-bottom: 0;
}    
.elementor .prod_img img {
    height: 100%;
}
.prodcatmegamenu {
    flex-wrap: wrap;
}
.allprodcatlist {
    width: 100%;
    padding-right: 0;
}
.catimgshwhvr {
    display: none;
}
.woocommerce-account .u-columns > div {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce-account .u-columns > div.u-column1.col-1{
    margin-bottom: 30px;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .billing_order,
.woocommerce-checkout form.checkout.woocommerce-checkout .wpmc-step-item.wpmc-step-billing.current, .woocommerce-checkout form.checkout.woocommerce-checkout .wpmc-step-item.wpmc-step-review.wpmc-step-payment {
    width: 100%;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .wpmc-step-item.wpmc-step-billing.current, .woocommerce-checkout form.checkout.woocommerce-checkout .wpmc-step-item.wpmc-step-review.wpmc-step-payment{
    padding-right: 0;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .wpmc-step-item.wpmc-step-billing.current, .woocommerce-checkout form.checkout.woocommerce-checkout .wpmc-step-item.wpmc-step-review.wpmc-step-payment {
    order: -1;
    margin-bottom: 30px;
    padding: 0 !important;
}
.woocommerce-checkout form.checkout.woocommerce-checkout {
    margin: 0;
}
.relatedcrtprod ul.products.columns-4 > div {
    margin-bottom: 30px;
    padding: 0;
}
.woocommerce table.shop_table_responsive tr:first-child, 
.woocommerce-page table.shop_table_responsive tr:first-child {
    border-top: 1px solid #e6e6e6;
}
.sglprod .woocommerce-product-gallery ,
.sglprod .summary.entry-summary,
.snglprodinfo
{
    width: 100% !important;
    max-width: 100%;
}
.woocommerce-checkout form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    order: -1;
}
body .mainproduct.sglprod {
    padding: 10px 0px 50px 0px;
}
.prodcatbnr .prodcatbnrimg {
    position: static;
}
.prodcatbnr > .prodcatbnrinfo,
.prodcatbnr .prodcatbnrimg{
    width: 100%;
}
.prodcatbnrinfo {
    padding: 40px 20px !important; 
    width: 100%;
}
.cmnhmsldtxt {
    position: static;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    transform: none;
}

.hmbnrtxtbox {
    padding: 0px 30px;
}
.hmbnrtxtbox{
    margin: 0 auto;
}
.mainhmsldr .mnsldimg{
    min-height: 400px;
}
header .inrmnhdr {
    padding: 15px 0;
}
.mb80 {
    margin-bottom: 50px;
}

.mt80 {
    margin-top: 50px;
}

.bannerimgcol .elementor-element {
    display: block;
}
h2,.elementor-16 .elementor-element.elementor-element-e933e03 h2.elementor-heading-title{
    font-size: 30px;
}

.defultfltr {
    flex-direction: column;
}
.mnbanner .elementor-row {
    min-height: auto;
}
.bannerimgcol.elementor-column {
    height: auto;
    margin-bottom: -43px;
    margin-top: 20px;
    height: auto;
    position: static;
}
.bannerimgcol .elementor-column-wrap {
    background-image: none !important;
}
.mnbanner > .elementor-container {
    padding: 0 !important;
}
.mnbanner::after {
    left: -70px;
    top: 0px;
}
.bannertxt .elementor-widget-wrap {
    margin: 50px auto 0;
}

.bannertxt .elementor-heading-title {
    font-size: 30px;
}
.hawkmainshop .woocommerce-ordering, .woocommerce-result-count {
    width: 100%;
 }

.hdrmenu{
    display: none;;
}
.nav-toggle--active{
    display: block;
}
header #toggle {
    display: block;
    width: 28px;
    height: 30px;
   margin: 10px -1px -16px 24px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}


.hdrmenu {
    position: fixed;
    color: #999;
    width: 280px;
    height: 50%;
    padding: 10px;
    margin: auto;
    text-align: center;
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 8px rgba(0,0,0,0.05);
    opacity: 1;
    transition: opacity .4s;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    z-index: 999;
}
.hdrmenu  ul li a {
    padding: 5px;
    color: #888;
    text-decoration: none;
    transition: all .2s;
}

.hdrmenu ul.menu {
    display: block;
   
}

.hdrmenu ul.menu > li:not(:first-child) {
    margin-left: 0px;
}
.hdrmenu ul.menu > li{
     margin-left: 10px !important;
}

.hdrmenu ul.menu > li > a {
    font-size: 18px;
    color: #000;
    padding: 22px 0;
    display: block;
    line-height: 0;
    text-align: left !important;
    margin-left: 0px !important;
}

.elementor-17 .elementor-element.elementor-element-1b80038:not(.elementor-motion-effects-element-type-background) > .elementor-column-wrap, .elementor-17 .elementor-element.elementor-element-1b80038 > .elementor-column-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    margin-top: 30px !important;
}
.inrmnhdr {
    padding: 10px 0px; 
}

.page_destails {
    min-width: 100%;
}

.contact_us_frm .cntfrmrt .elementor-widget-wrap {
    padding: 0px 2px 50px 4px;
}

.page_destails {
    font-size: 16px;
    padding: 15px;
}

.page_destails h2 { 
    font-size: 18px;
}

.hawkmainshop .woocommerce-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hawkmainshop .page-numbers li span, .hawkmainshop .page-numbers li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
.hawkmainshop .sidebar.cmnsidebr .berocket_single_filter_widget {
    margin-bottom: 20px;
}

.single-product.woocommerce .content-area .site-snglprodinfo {
    margin: 0 0vw !important;
}

.adnlinfodesk{
   display: none;
}
.adnlinfomob{
    display: block;
}

.rgtadnldata{
    padding-left: 0px;
}

.lftprodcntimg {
    position: static; 
    height: 400px;
    left: 0;
    top: 0;
    margin-bottom: 30px;   
}

.singlprdtctf {
  padding: 36px 15px;
}
.single-product .summary {
    margin-bottom: 0rem;
}
.mainproduct.sglprod {
 padding: 50px 25px 50px 20px;
}


.single-product del span.woocommerce-Price-amount {
    font-size: 24px;
    margin-left: 12px;
    font-weight: 600;
}

.single-product .price del bdi{
  margin-left: -13px;
  font-size: 18px;
}

.aboutdlvsec .elementor-widget-wrap {
    margin-top: 20px;
}

.aboutdlvsec .elementor-16 .elementor-element.elementor-element-41908ff > .elementor-element-populated {
   padding: 0px 0px 0px 0px !important; 
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
     padding: 0px !important; 
}

.aboutdlvsec .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding:0px !important; 
}

.aboutdlvsec .elementor-row {
 margin-top: 0px; 
 margin-bottom: 0px; 
}

.aboutdlvsec {
   padding: 60px 0px 80px 0px !important; 
}

.about_main_sec, .aboutdlvrsec  {
    margin-bottom: 40px;
}

.about_main_sec .headltdvdr h2, .hbsbcrptxt p { 
    text-align: center;
}

.headltdvdr h2::after {
    margin:31px auto 0;
    right: 0;
}

.about_main_sec .elementor-text-editor {
    text-align: center;
}

.ftrcopyrgt {
    margin-top: 20px;
}

.main_ftr_sec .ftrclmn {
    margin-bottom: 30px;
}

.main_ftr_sec .ftrclmn h2 {
    font-size: 26px;
}

.category_sec .post_column {
    margin-bottom: 25px;
}

.hmcontactsec::before{
    display: none;
}
.delvery_process .elementor-widget-wrap {
    margin-top: 44px;
    margin-bottom: 40px;
}

.rightsubscribebox::after{
    display: none;
}
 .headltdvdr h2 {
    text-align: center;
}
.subscription_section .wysija-input {
    width: 100%;
}

.subscription_section p.wysija-paragraph {
    width: 100%;
}
 .slidercol .contlftbar {
    display: none;
 }
 .slidercol {
    margin-top: 10px;
    margin-bottom: 50px;
}
.rgtcontfrm .elementor-widget-wrap {
    padding: 40px 0px;
}
.rgtcontfrm .headltdvdr h2{
    margin-left: 0px;

}
.ltblogs .row > .col-md-4:nth-child(2) >div {
    display: block;
}
.ltblogs .col-md-4 {
    margin-bottom: 30px;
}
.blogitem .bloginfo {
    height: auto;
}
.blogitem .bloginfo .blogmore {
    position: static;
    margin-top: 10px;
}
body .hmcontactsec  .elementor-row{
    padding-top: 40px;
    padding-bottom: 25px;
}

.elementor-kit-46 h2 {
    font-size: 32px !important;
}


.relateprdsec img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 100% !important;
  }

  .relateprdsec h2.woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 400;
}
body .hmbnrtxtbox h1 {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 38px;
}
.snglrcntviewprod .woocommerce.columns-5.facetwp-template li {
    flex: 0 0 100%;
    padding: 0 15px;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.snglrcntviewprod a.product-picture img {
    margin: auto;
}
.snglrcntviewprod a.product-picture,
.snglrcntviewprod a.product-picture img {
    height: auto;
}
.snglrcntviewprod h4 {
    text-align: center;
}
.woocommerce-checkout form .col2-set,
.woocommerce-checkout form #order_review{
    width: 100% !important;
    padding-right: 0 !important;
}


.crtprodtbl, 
.cart-collaterals{
    padding: 0;
}
.crtprodtbl h2{
    margin: 0;
    padding: 15px;
}
.crtprodtbl table{
    margin-top: 0 !important;
}

}

@media(max-width: 640px){
    .hdrcsrtfrm {
        position: fixed;
        top: 0;
        background: #fb8743;
        left: 0;
        width: 100%;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        display: none;
    }
    .crssrchfrm {
        height: 45px;
        width: 45px;
        background: #ffdf34;
        text-align: center;
        line-height: 43px;
        border-radius: 50%;
        font-size: 26px;
        color: #000;
        float: right;
    }
    .crssrchfrm {
        display: inline-block;
    }
    .hdrcsrtfrm form.search-form {
        position: relative;
        width: calc(100% - 50px);
        margin: 0;        
        float: left;
    }
    .tophdrrgt li.srchiconhdr {
        display: inline-block;
    }
    .srchiconhdr + li {
        margin-left: 10px !important;
    }
    .tophdrrgt {
        width: auto;
    }
    .mainhmsldr .mnsldimg {
        min-height: 300px;
    }
    .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-new-mega-mennu .wpmm-sub-menu-wrap .wpmm-sub-menu-wrapper .allprodcatlist > ul > li {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
}

@media(max-width: 575px){

	.shop_now_btn a.elementor-button-link, 
	.hmbnrtxtbox a{
		padding: 12px 30px;
	}

.tophdrrgt a {
    font-size: 0px !important;
}
.tophdrrgt a i {
    font-size: 18px !important;
}

.tophdrrgt ul li:not(:first-child) {
    margin-left: 15px;
}
.wpmm_megamenu .wp-megamenu-main-wrapper ul .wpmm-sub-menu-wrap ul.wp-mega-sub-menu li {
    padding: 0;
}
}

@media(max-width: 480px){ 
.abutnwsltrsec .widget_wysija p.wysija-paragraph{
    width: 100%;
  }

  body .hmcontactsec  .elementor-row{
    padding-bottom: 25px;
}

.bannertxt .elementor-heading-title {
    font-size: 28px;
    line-height: 33px;
}

.bannertxt .elementor-widget-wrap {
    padding: 0 44px;
}
.bannertxt p {
    font-size: 16px;
    line-height: 24px;
}
.mnbanner::after {
    top: -100px;
}

.abutnwsltrsec .widget_wysija {
    flex-direction: column;
    align-items: center;
}
.abutnwsltrsec .wysija-submit {
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
    margin-left: 4px;
}

.abutnwsltrsec .wysija-input {
    width: 100%;
}

.abutnwsltrsec .wysija-input {
    max-width: 100%;
}
.hdrlogo {
    max-width: 180px;
}
.hdrlogo img.custom-logo {
    width: 100%;
}
.tophdrrgt li a i {
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 35px;
}
.fdbkcustimgtxt::before {
    left: 13px;
}
.fdbkcustimgtxt::after {
    right: 19px;
}
.hmbnrtxtbox {
    margin: 0 auto;
    padding: 0 20px;
}
.single-product div#popct div#popup_content span.woocommerce-Price-amount.amount {
    font-size: 14px;
}
}

@media(max-width: 375px){ 
    body .hmbnrtxtbox h1 {
        font-size: 30px;
    }
    .hmbnrtxtbox a {
        padding: 12px 44px;
    }
    .wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-new-mega-mennu .wpmm-sub-menu-wrap .wpmm-sub-menu-wrapper .allprodcatlist > ul > li {
        flex: 0 0 100%;
        margin-bottom: 20px;
        padding: 0 10px;
    }
}
@media(max-width: 360px){ 
    .hdrlogo {
        max-width: 150px;
    }
    .tophdrrgt > div ul li:not(:first-child) {
        margin-left: 6px;
    }
}

.star-rating{
	display:block !important;
}
/* email template design */
.topnav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.topnav a {
    padding: 20px 27px 0;
}
.social_icons li{
   padding: 0 10px;
}
.im{
    color: #000 !important;
}
.page-id-38 .inline span{
    display: none;
}
.page-id-38 .mailchimp-newsletter{
    display: none;
}
.page-id-38 .woocommerce-privacy-policy-text{
    display: none;
}
.page-id-37 .inline span{
    font-weight: 400;
}
input[type=checkbox], input[type=radio]{
    border: 1px solid #ddd;
}

/**************Mail Subscriber****************/

.mail_subs form {
    padding: 0 !important;
}
.mail_subs .indicates-required {
    display: none;
}
.mail_subs .mc-field-group {
    padding: 0 !important;
    width: 100% !important;
}
.mail_subs .clear input#mc-embedded-subscribe {
    margin: 0px;
    height: 53px;
    font-size: 0px;
    max-width: 50px;
    padding-bottom: -9px;
    padding: 0px 0px;
    margin-left: -3px;
    background-color: #0b9298;
    background-image: url(./images/subsend.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    border: none;
    outline: none;
    border-radius: 0;
}
.mail_subfileds {
    display: flex;
    align-items: center;
}
.mail_subfileds .required.email {
    width: 480px !important;
    height: 53px;
    padding: 0 18px !important;
    outline: none !important;
    text-indent: 0% !important;
    border-radius: 0 !important;
    border: none !important;
    font-size: 16px;
}
.mail_subfileds .required.email::placeholder {color: #28303d;}
html,
body{
    height: 100%;
}

.joinuswrap{
    height: 100%;
    background: rgb(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.joinus {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
}
.joinimg{
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    background-size: cover;
    height: 100%;
}
.jointitle h2{
    font-size: 34px;
    line-height: 44px;
    font-weight: 900;
}
.jointitle p {
    font-size: 16px;
    line-height: 20px;
}
.joinfield input{
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    width: 100%;
}
.joinfield input:focus {
    outline: none;
}

.joinbtn input {
    background: #ee002b;
    color: #fff;
    padding: 10px 20px 12px;
    font-weight: 800;
    display: inline-block;
    margin: 25px;
    font-size: 20px;
}
.joinbtn a:hover{
    text-decoration: none;
}
.mainjoin{
    padding: 60px 40px;
    position: relative;
}
.joinclose {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ced3d8;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}
.joindescptn{
    font-size: 16px;
    line-height: 20px;
}
.twobtns a {
    padding: 10px 20px;
    background: #0B9298;
    border-radius: 30px;
    color: #fff;
    margin-left: 5px;
    border: none;
    font-size: 16px;
    line-height: 22px;
}
.twobtns{
    display:flex;
    justify-content:center;
    align-items:center;
}
.tab-content.pt-5{
    padding: 12px 0 13px!important;
}
td.woosl-add button {
    border: none;
    padding: 10px 17px;
    background: #0B9298;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.woosl-btn button.remove {
    border: none;
    background: #0B9298;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding:6px 20px;
}
.woocommerce img, .woocommerce-page img{
    height:auto !important;
}
.products .woocommerce-loop-product__title{
    font-size:18px;
    line-height:24px;
}
form input.button.primary:focus {
    outline: none;
}


.loader1 {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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


/*---- ----*/
.woosl_table tr td.woosl-thumbnail{
    width: 100%;
}
.save-later td.woosl-thumbnail {
    max-width: 12%;
    flex: 0 0  12%;
}
.save-later td.woosl-name {
    width: 33%;
    flex: 0 0 33%;
}
.save-later .woosl-price,
.save-later .woosl-stock,
.save-later .woosl-add{
    max-width: 15%;
    flex: 0  0 15%;
    text-align: center;
}
.allblgpsts a.readmorebtn {
    padding: 12px 24px;
    border-radius: 24px;
    background-color: #0b9298;
    border: none;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.allblgpsts .pgafu-filtr-cat.active a{
    background: #0b9298;
    color: #fff;
}
.pgafu-post-content{
    text-align: center;
}
.pgafu-post-image-bg img{
    max-height: 250px;
    height: auto;
    max-width: 370px;
    width: 100%;
}
h2.pgafu-post-title {
    text-align: center;
}

.allblgpsts .pgafu-filter{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.allblgpsts .pgafu-filter li{
	margin: 0 2px 4px;	
}
.allblgpsts .pgafu-filter li a{
	padding: 10px 18px;
	display: block;
	font-size: 14px;
	color: #000;
}
.allblgpsts .row .col-md-4{
	margin-bottom: 40px;
}
.allblgpsts .pgafu-post-image-bg{
	margin: 0 0 20px;
}
.allblgpsts .pgafu-post-title{
	min-height: 40px;
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 30px;
}
.allblgpsts a.readmorebtn{
	margin: 20px 0 0;
	display: inline-block;
}


