*{
    -webkit-overflow-scrolling: touch;
	outline:none;
}
:root{ scroll-behavior: smooth;}
html {
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased!important;
    text-rendering: auto;
    font-family: 'Inter', sans-serif;
color: #737373;
font-size: 16px;
font-weight: 400;
line-height: 1.65;
}
h1,h2,h3,h4,h5{color:#212121}
.spad{padding: 70px 0;}

.main-heading{
    font-weight: 700;
    font-size: 40px;
    color: #121111;
    position: relative;
}

.tw-sub{
    width: 60%;
    margin: 0 auto 40px;
    font-weight: 200;
}


nav.navbar {padding: 10px 0;background-color: #fff;box-shadow: 0 0 36px 15px rgba(0, 0,0 , 0.07);}
.navbar-nav li a {
    color: #121111;text-decoration: none;font-weight: 700;    padding: 0 15px; 
}
ul.social-menu {
    margin: 0 0 0px 15px;
    padding: 0
}

ul.social-menu li {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    position: relative
}

ul.social-menu li a {
    color: #121111;
    text-decoration: none;
    font-size: 22px
}


.banner-slider{
    padding: 50px 0;
    z-index: 1;
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-slider .banner-caption h1{
    font-size: 55px;
    color: #fff;
    margin-bottom: 20px;font-weight: 600;
}
h1.entry-title {
    font-size: 50px;

    margin-bottom: 20px;font-weight: 600;
}
.banner-slider .banner-caption p{
    color:#fdfcea;    margin-bottom: 30px;  font-size: 16px;font-weight: 100;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231897d4'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231897d4'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.btn-orange {
    color: #fff;
  cursor: pointer;
 display: inline-block;
  font-size:15px;
  font-weight: 400;
  line-height: 50px;
  /* margin: 0 0 2em; */
  max-width: 170px; 
  position: relative;
  text-decoration: none;
  width: 100%; 
border-radius: 5px;


    /* border: 1px solid; */
    overflow: hidden;
    position: relative;
background-color: #1897d4;text-align: center;text-decoration: none;}
    
.btn-orange span {
      z-index: 20;
    }
    
    .btn-orange:after {
      background: #fff;
      content: "";
      height: 155px;
      left: -75px;
      opacity: .2;
      position: absolute;
      top: -50px;
      transform: rotate(35deg);
      transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
      width: 50px;
      z-index: 1;
    }

    .btn-orange:hover {
        color: #fff;
        text-decoration: none;
    }
    .btn-orange:hover::after {
      left: 120%;
      transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    }
  

    .btn-white {
        color: #212121;
      cursor: pointer;
     display: inline-block;
      font-size:15px;
      font-weight: 500;
      line-height: 50px;
      /* margin: 0 0 2em; */
      max-width: 170px; 
      position: relative;
      text-decoration: none;
      width: 100%; 
      border-radius: 5px;
        overflow: hidden;
        position: relative;
    background-color: #fff;text-align: center;text-decoration: none;}
        
    .btn-white span {
          z-index: 20;
        }
        
        .btn-white:after {
          background: #ffac84;
          content: "";
          height: 155px;
          left: -75px;
          opacity: .2;
          position: absolute;
          top: -50px;
          transform: rotate(35deg);
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
          width: 50px;
          z-index: 1;
        }
    
        .btn-white:hover {
            color: #212121;
            text-decoration: none;
        }
        .btn-white:hover::after {
          left: 120%;
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        }

.banner-bottom{ background-color: #1167a0;}
  .banner-bottom-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 16px 0 25px 0 rgb(142 142 142 / 18%);
    margin-bottom: 20px;
    padding: 20px 20px 30px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    transition: .5s all;
}
.banner-bottom-wrapper:hover{
    box-shadow: none

}
.banner-bottom-wrapper h5{font-weight: 700;}
.banner-bottom-icon {
    position: relative;
    width: fit-content;
    margin: 0 auto 15px;
}
.banner-bottom-icon:before {
    position: absolute;
    content: '';
    background: #d1ebf6;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    left:0px;
    top: 8px;
    border-radius: 50%;
}

.banner-bottom-icon img {
    display: inline-block;
    padding-top: 15px;
    padding-left: 5px;
    width: auto;
    position: relative;
    transition: 0.5s all;    width: 60px;
}
.banner-bottom-wrapper:hover .banner-bottom-icon img {
    transform: scale(1.1);
}


.home-lp-wrapper {text-align: center; margin-bottom: 30px;}
.home-lp-wrapper a{text-decoration: none;}
.home-lp-wrapper h3 ,.woocommerce ul.products li.product .woocommerce-loop-product__title{padding-top: 16px;font-size: 20px;  padding-bottom: 0;  margin-bottom: 5px;}
.home-lp-wrapper .price,.woocommerce ul.products li.product .price ,.single-product .woo-page-wrapper .product p.price{color: #737373;    font-size: 16px;}
.home-lp-wrapper .price span.sale-p{
    text-decoration: line-through;
    margin-left: 6px;
    color: #9d9d9d;
}
a.view-more.m-0 {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
.home-lp-wrapper h3:hover,a.view-more:hover{color: #1897d4;}

.image-box{
    position: relative;overflow: hidden;
}

.image-box img{
    transition: 0.5s all;margin: 0!important;
}
.home-lp-wrapper:hover .image-box img{transform: scale(1.1);}





.owl-theme .owl-nav{display: none;}
.home-testimonial .test-con{margin: 0px 0 20px;font-style: italic;position: relative;}
.testimonial-box{position: relative;}
.testimonial-box:after {
    bottom: 0;
    content: "\f10e";
    font-family: "FontAwesome";
    position: absolute;
    bottom: 0;
    color: #9fd3ec;
    font-size: 60px;
    right: 22px;
    z-index: 1;
}
.testimonial-box{
       border-radius: 10px;
    background-color: #1897d4;
    margin-top: 15px;
    height: calc(100% - 15px);
    color: #fff;
}
.testimonial-box h5{ color: #fff;}


.footer-part{padding: 60px 0 40px;}
.footer-part img{
    width: 200px;
}
.footer-part ul{
padding: 0;
margin:0;
}
.footer-part ul li{
    list-style: none;
    padding-bottom: 10px;
    font-size: 15px;
}
.footer-part ul li a{
    color: #212529;text-decoration: none;
}
.footer-part ul li a:hover, .navbar-nav li a:hover{color: #1897d4;}
.footer-part h5{
    color: #212121;font-weight: 700;    margin-bottom: 20px;font-size: 20px;

}
.footer-part p {
    font-size: 14px;
    line-height: 1.7;
    color: #212529;
}
.footer-part .social-menu li{padding-left: 0px;padding-right: 10px;}


#rightsidebar{display: none;}

@media only screen and (max-width: 991px) {
   
.toggle-cu-menu { cursor: pointer;}
.hamburger-box-close {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 24px;
    cursor: pointer;
    top: 2px;
}
.hamburger-box-close{    top: 50%; transform: translate(0px, -50%);}
body.open-mm .mobile-menu .header-expandable-menu-top {
    position: absolute;
    right: 13px;
    top: 25px;
}
.hamburger-box-close .hamburger-inner, .hamburger-box-close .hamburger-inner:after,.hamburger-box-close .hamburger-inner:before{background-color: #000; width: 28px;}
.hamburger-box-close .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg);
}
.hamburger-box-close .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger-box-close .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}
.toggle-cu-menu.toggle-cu-menu-open {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 20000000;
}
body.open-mm .mobile-base {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 10000;
}
.mobile-menu {
        text-align: left;
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        width: 300px;
        max-width: 100%;
        height: 100vh;
        max-height: 400vh;
        -webkit-overflow-scrolling: touch;
        transition: transform .5s;
        -ms-transform: translateX(310px);
        transform: translateX(310px);
        z-index: 10000010;
        background-color:#fff
}
body.open-mm .mobile-menu {
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    z-index: 100;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    top: 3px;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner:after, .hamburger-inner:before {display: block; content: "";}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 22px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #1d1d1d;
    right: 0;
}
.hamburger-inner:before {
    top: -8px;
    width: 25px;
}
.hamburger-inner:after {
    bottom: -8px;
    width: 25px;
}
.hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: 75ms;
}
.hamburger-inner:before {  transition: top 75ms ease .12s,opacity 75ms ease; }
.hamburger-inner:after { transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19); }
body.expand .hamburger{
    top: 15px;
    margin-top: 0px;
    position: absolute;
}
body.expand .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg);
}
body.expand .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}
body.expand .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}
.menu { margin-top: 50px;}
#rightsidebar {
    right: 0;
    top:0px;
    display: block!important;
}
#rightsidebar ul.dropdown-menu li {
    padding: 5px 0px 5px 10px;
    font-size: 15px;
}
ul.header-menu-mobile {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.header-menu-mobile >li {
    font-size: 18px;
    position: relative;
    padding: 10px 20px;
}
ul.header-menu-mobile li a {
    color: #000;
    padding: 0;
    font-weight: 500;
   text-decoration: none;
}
ul.header-menu-mobile >li ul{padding: 0;margin: 0;list-style: none;}
ul.header-menu-mobile >li ul li a{font-size:15px; color: #555;}
#rightsidebar ul.header-menu-mobile li a {
    position: relative;
    display: block; 
}
ul.dropdown-menu3 {
    position: relative;
    right: 0px;
    width: fit-content;
}
#rightsidebar .dropdown-toggle::after {
    content: '\f078';
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "FontAwesome";
    font-weight: 400;
    transition: transform .5s;
    padding: 7px 0  7px 3px;
    border-width: 0px;
    font-size: 14px;
    transform: translate(0px, -50%);
}
.dropdown-menu{
    float: none;
    border-width: 0px;
    position: relative!important;
    min-width: auto!important;
    padding: 10px 10px 0px;
    transform: translate3d(0px, 0px, 0px)!important;
    border-top: 3px solid rgb(255 255 255)!important;
}
.header-part .social-menu {margin-right: 0px!important;}
.search-box-wrapper .search-box{display: none;}
#rightsidebar .search-box {
    display: block;
    padding: 20px;
    width: 100%;
}
#rightsidebar .search-box form{position: relative;}
ul.dropdown-menu2,ul.dropdown-menu3 {
    position: relative!important;
    right: auto!important;
    background-color: #fff!important;
}
}



 /*..................................*/
 .quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}
.quantity input.qty {
    appearance: textfield;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border-width: 0px;
    outline: none;
}
input.qty_button.minus, input.qty_button.plus {
    line-height: 1px;
    border-width: 0px;
    background-color: #fff;
    font-size: 24px;
    padding: 0px;
}
.woocommerce div.product form.cart div.quantity, .woocommerce-cart-form div.quantity {
    border-radius: 5px;
    height: 44px;
    border: 1px solid #000;
    overflow: hidden;
    display: flex;
    font-size: 18px;
}
.woocommerce-cart-form div.quantity{width: fit-content;}
input.qty_button.minus{ padding-left: 10px; }
input.qty_button.plus{ padding-right: 10px;} 

/*cart*/
section.related.products h2 ,.woocommerce-cart h1.entry-title ,.woocommerce-checkout h1.entry-title ,.woocommerce-account h1.entry-title{
    font-weight: 700;
    font-size: 40px;
    color: #121111;
    position: relative;
    margin-bottom: 20px;
}

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #ffffff;
    background-color: #1897d4;
    border: 1px solid #1897d4;
    border-radius: 5px;
    padding: 10px 24px;
    line-height: 1.5;
    font-size: 14px;    font-weight: 100;
}
.woocommerce a.button:hover{
    color: #ffffff;
    background-color: #1897d4;
    border: 1px solid #1897d4;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{font-size: 14px;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #1897d4;
    color: #fff;
}
.woocommerce-info, .woocommerce-message {
    border-width: 0;
}
a.showcoupon, .woocommerce-privacy-policy-text a {
    TEXT-DECORATION: NONE;
}
.woocommerce-info ,.woocommerce-message  {border-width: 0;font-size: 14px;}
.woocommerce-info::before,.woocommerce-message::before{color: #010101;    }


/*account*/
.xoo-el-form-container.xoo-el-form-inline {  font-size: 14px;}
.woocommerce-MyAccount-navigation ul {
    padding: 0 2rem 0 0;
    list-style: none;
  }
  .woocommerce-MyAccount-navigation ul li,.faq .nav-pills .nav-link{
    padding: 7px 10px;
    position: relative;
    margin-bottom: 10px;
    color: #1897d4;    background-color: #555;
  }
  .woocommerce-MyAccount-navigation ul li:hover ,.faq .nav-pills .nav-link:hover,.faq .nav-pills .nav-link.active,.faq .nav-pills .show>.nav-link,.woocommerce-MyAccount-navigation ul li.is-active{
    background-color: #1897d4;border-radius: 0;
}
  .woocommerce-MyAccount-navigation ul li a{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
    display: block;
  }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before{
    font-family: 'FontAwesome';
    position: absolute;
    right: 7px;
    color: #fff;
    font-size: 16px;
  }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {content: '\f0e4'; }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {content: '\f07a';}
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before { content: '\f019';}
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {content: '\f015';}
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before { content: '\f007'; }
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {content: '\f08b';}
  .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a:before {content: '\f004';}
    .woocommerce-account{font-size: 16px;}
    .woocommerce-MyAccount-content a { color: #f00;text-decoration: none;}
    .woocommerce-MyAccount-content td { border: 1px solid rgb(255 255 255); }
    span.cart-count {
        background: #e6302f;
        color: #fff;
        position: absolute;
        font-size: 10px;
        line-height: 20px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        text-align: center;
        top: -15px;
        right: -5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 2px;
    }
    .nav-cart {
        display: inline-block;
        text-decoration: none;
        position: relative;
    }
    .select2-container--default .select2-results>.select2-results__options {
        color: #000;
    }
.woocommerce .woocommerce-breadcrumb {display: none;}
.woo-page-wrapper{padding: 50px 0;}
.woocommerce nav.woocommerce-pagination ul li a {color: #ffffff;}

.woocommerce ul.products li.product .product_type_simple.add_to_cart_button.ajax_add_to_cart{
    display: none;
}
.woocommerce ul.products li.product .price ins,.woocommerce div.product p.price ins{text-decoration: none;}
.woocommerce ul.products li.product .onsale {
    line-height: 1;
    top: 10px;
    right: 10px;
    left: auto;
    margin: -.5em -.5em 0 0;
    background-color: #1897d4;
    font-size: 12px;
    border-radius: 3px;
    min-height: auto;
}
.woocommerce span.onsale{
    line-height: 1;
    top: 13px;
    right: auto;
    left: 7px;
    margin: -.5em -.5em 0 0;
    background-color: #1897d4;
    font-size: 12px;
    border-radius: 3px;
    min-height: auto;
}
.single-product .woo-page-wrapper .product p.price {
    color: #737373;
    font-size: 20px;
}
.single-product .woo-page-wrapper .product_meta{display: none;}

.single-product .woo-page-wrapper div.product .product_title{font-size: 30px;}
.woocommerce-product-details__short-description .table>:not(caption)>*>*{border-width: 0px;font-size: 15px; padding: 0.3rem 0.5rem;}
.woocommerce-tabs.wc-tabs-wrapper{padding: 20px 0 50px;}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    width: fit-content;
    margin: 0 auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #ffffff;
    background-color: #ccc;
    font-size: 14px;
    color: #212121;    border-bottom-color: #fff;
    border-radius: 50px;
    margin: 0 6px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{color: #fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #1897d4;
    z-index: 2;
    border-bottom-color: #fff;
    border-radius: 50px;
    border: 0px solid #0000;
    font-size: 14px;
    color: #fff;
}
.woocommerce-Tabs-panel h2{display: none;}
.woocommerce div.product .woocommerce-tabs .panel { margin: 2em 0;}
.woocommerce div.product .woocommerce-tabs .panel ul li {
    list-style: none;
    padding: 2px 0px;
    font-size: 14px;
    font-weight: 300;
}
.woocommerce div.product .woocommerce-tabs .panel ul { padding-left: 0;}
.woocommerce div.product .woocommerce-tabs .panel h5 { margin: 20px 0 10px;}
.woocommerce div.product .woocommerce-tabs .panel th {
    color: #fff;
    border: 1px solid #6b6b6b;
    font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs .panel td {
    color: #fff;
    border: 1px solid #6b6b6b;
    border: 1px solid #6b6b6b;
    font-size: 14px;
}

.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th {
    border: 1px solid #ddd;font-size: 14px;  
    padding: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display: none;}
.single-product #reviews h2.woocommerce-Reviews-title {font-size: 1.6rem;}
.single-product .woocommerce-Reviews ol.commentlist {
    list-style: none;
    padding: 0;
}
.woocommerce .star-rating {
    float: none;
    margin-bottom: 7px;
    font-size: 12px;
    color: #F6BC3E;
}
.single-product #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 70px;
    border: 0px solid #e4e1e3;
    border-radius: 4px;
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li{margin: 20px 0;}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 55px;
    border-radius: 50%;
    border: 0px solid #e4e1e3;
    margin: 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 0.5rem;}
.woocommerce div.product .woocommerce-product-rating .star-rating {  font-size: 14px;margin: 0.7em 4px 0 0;}
.woocommerce-product-rating a.woocommerce-review-link {
    color: #a5a5a5;
    font-size: 12px;
}
#review_form_wrapper span#reply-title {border-width: 0;}
.comment-form label {text-transform: capitalize;}
.woocommerce p.stars a {color: #f6bc3e;}
.woocommerce #reviews #comment,.woocommerce #reviews input {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.woocommerce .woocommerce-ordering select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 42px;
}



/**********************contact**********************/


.contact-form {
	margin-top: 20px;
}
.contact-form .form-control, .contact-form .form-date {
	border-top: none;
	border-left: 0;
	border-right: 0;
	border-radius: 5px;
	background-color: transparent;
	border: 0 solid #ced4da;
	border: 1px solid #d0d0d0;
	position: relative;
	z-index: 1;
	padding: 22px 10px 8px;
}

 :focus-visible {
 outline: none;
}

.contact-form textarea {
	height: 90px !important;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #1897d4;
	outline: 0;
	box-shadow: none;
}
.contact-icon {
	margin-right: 10px;
}
.contact-icon i {
	font-size: 18px;
	color: #1897d4;
	height: 40px;
	width: 40px;
	border: 1px solid #1897d4;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
}
.single-contact:hover .contact-icon i {
	color: #fff;
	border: 1px solid #1897d4;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 25px;
	background: #1897d4;
}
.single-contact h5 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	-webkit-transition: .3s;
	transition: .3s;
	color: #000000;
	margin-bottom: 0;
}
.single-contact p a, .single-contact p {
	text-decoration: none;
    color: #676767;
	font-size: 14px;
}
.single-contact p b {
    display: block;
}
.entry-content h5{    margin-top: 30px;
    margin-bottom: 10px;}
.entry-content a{    color: #1897d4;text-decoration:none;}
.entry-content ul li{padding-bottom:5px}