/*------------------------------------------------------------------
Project:  Jenni Fish Jewellery
Version:  1
Created:  2025
Created By: https://www.owi.ie
CSS: Global Styles
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*-------------------
  Theme Default CSS (body, link color, section etc)
---------------------*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.img-full {width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1,
h2, 
h3, 
h4, 
h5,
h6 {
  margin: 0 0 10px;
}
a {-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;text-decoration:none;color: #333;}
a:hover {
  color: #009cbf;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}

*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.btn {
  -webkit-border-radius: 0 ;
  border-radius: 0;
  border:none !important;
  padding: 16px 54px;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  color: #ffffff;
  min-width: 230px;
}

.quick-add-to-cart .btn, .single_add_to_cart_button.btn {
  min-width: 420px;
}

.btn.btn-small  {
  padding: 8px 12px;
  letter-spacing: 2px;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #009cbf;
}

.btn.btn-white::before {
  border-color: #ffffff;
}

.btn::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  backface-visibility: hidden;
  background: #009cbf;
  transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  transform-origin: 0% 100%;
  transition: transform 500ms ease;
}

.btn-outline-primary.btn::after {
  background: #ffffff;
}


.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #009cbf;
}

.btn-outline-primary, .btn-outline-primary.disabled, 
.btn-outline-primary:disabled {
  color: #009cbf;
  border-color: #009cbf;
}

.btn-outline-primary:hover {
  background: none;
  border-color: #009cbf;
}


.btn-title {
  width: 100%;
  display: block;
  border-top: 1px solid #D2D5D9;
  border-bottom: 1px solid #D2D5D9;
  padding: 20px 0px;
  color: #009cbf;
}

.btn-title i {
  float: right;
}

@media screen and (hover: hover) {

  .btn:hover {
    color: #009cbf;
  }

  .btn:hover::after {
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transition: transform 500ms ease;
  }

}

.btn-primary {
  background: #009cbf;
}

.btn-secondary {
  background: #000000;
}


button:focus, input:focus,textarea:focus{outline: none;}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  color:#000000;
  font-size: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
  overflow-x: hidden;
}
.content-wraper  {
  overflow: hidden;
}
.ptb-10{
  padding: 10px 0;
}
.ptb-20{
  padding: 20px 0;
}
.ptb-30{
  padding: 30px 0;
}
.ptb-40{
  padding: 40px 0;
}
.ptb-50{
  padding: 50px 0;
}
.ptb-60{
  padding: 60px 0;
}
.ptb-70{
  padding: 70px 0;
}
.ptb-90{
  padding: 90px 0;
}
.ptb-95{
  padding: 95px 0;
}
.ptb-100{
  padding: 100px 0;
}

.ptb-120{
  padding: 120px 0;
}

.ptb-160{
  padding: 160px 0;
}

.pb-10{
  padding-bottom: 10px;
}
.pb-20{
  padding-bottom: 20px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-50{
  padding-bottom: 50px;
}
.pb-60{
  padding-bottom: 60px;
}
.pb-70{
  padding-bottom: 70px;
}
.pb-80{
  padding-bottom: 80px;
}
.pb-90{
  padding-bottom: 90px;
}
.pb-95{
  padding-bottom: 95px;
}

.pb-120{
  padding-bottom: 120px;
}

.pt-10{
  padding-top: 10px;
}
.pt-20{
  padding-top: 20px;
}
.pt-30{
  padding-top: 30px;
}
.pt-40{
  padding-top: 40px;
}
.pt-50{
  padding-top: 50px;
}
.pt-60{
  padding-top: 60px;
}
.pt-65{
  padding-top: 65px;
}
.pt-70{
  padding-top: 70px;
}
.pt-80{
  padding-top: 80px;
}
.pt-90{
  padding-top: 90px;
}
.pt-95{
  padding-top: 95px;
}

.pt-100{
  padding-top: 100px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-116 {
  padding-top: 116px;
}

.pt-160{
  padding-top: 155px;
}

.pt-180{
  padding-top: 180px;
}

.mtb-20{
  margin: 20px 0;
}
.mtb-30{
  margin: 30px 0;
}
.mtb-40{
  margin: 40px 0;
}
.mtb-50{
  margin: 50px 0;
}
.mtb-60{
  margin: 60px 0;
}
.mtb-70{
  margin: 70px 0;
}
.mtb-80{
  margin: 80px 0;
}
.mtb-90{
  margin: 90px 0;
}
.mtb-100{
  margin: 100px 0;
}

.mtb-160{
  margin: 160px 0;
}

.mt-10{
  margin: 10px 0 0 0;
}
.mt-20{
  margin: 20px 0 0 0;
}
.mt-30{
  margin: 30px 0 0 0;
}
.mt-40{
  margin: 40px 0 0 0;
}
.mt-50{
  margin: 50px 0 0 0;
}
.mt-60{
  margin: 60px 0 0 0;
}
.mt-65{
  margin-top: 65px;
}
.mt-70{
  margin: 70px 0 0 0;
}
.mt-90{
  margin: 90px 0 0 0;
}
.mt-95{
  margin-top: 95px;
}

.mb-20{
  margin: 0 0 20px 0;
}
.mb-30{
  margin: 0 0 30px 0;
}
.mb-40{
  margin: 0 0 40px 0;
}
.mb-60{
  margin: 0 0 60px 0;
}
.mb-80{
  margin: 0 0 80px 0;
}
.mb-90{
  margin: 0 0 90px 0;
}

.mb-120{
  margin: 0 0 120px 0;
}

.bg-gray{
  background: #F0EEEB !important
}
.bg-black{
  background: #000000 !important
}
.bg-primary {
  background: #009cbf !important
}

#scrollUp {
  bottom: 20px;
  color: #ffffff;
  background: #009cbf;
  font-size: 22px;
  height: 40px;
  border-radius: 20px;
  line-height: 45px;
  right: 20px;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 40px;
}
#scrollUp:hover {
  color: #009cbf;
  background: #ffffff;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1450px;
}

.container-fluid {
  padding-left: 90px;
  padding-right: 90px;
}

.pswp {
  display: none !important;
}

.welcome-msg {    
    display: block;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 40px;
    color: rgb(255, 255, 255);
}

.circle-divider::after {
  content: '.';
  font-weight: 400;
  margin: 0px;
  font-size: 36px;
  line-height: 0px;
  float: right;
}

/*----------------------------
   Preloader
------------------------------*/
.preloader-area {
  position: fixed;
  z-index: 999999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
}

.preloader-area .spinner {
  width: 12em;
  height: 3em;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  margin-left: auto;
  margin-right: auto;
}

.preloader-area .spinner .inner {
  width: 100%;
  height: 100%;
}

.preloader-area .spinner .inner .progress-bar {
  background: #009cbf ;
}

.preloader-area .spinner .inner .progress {
  stroke: #F0EEEB;
  height: 2px;
}


/*----------------------------
   Header
------------------------------*/
header {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 9999;
}
.header-mid-area {
    padding:20px 0px;
}

.single .header-mid-area, .error404 .header-mid-area,
.secondarypage .header-mid-area {
  border-bottom: 1px solid #D2D5D9;
}

.header-mid-area.header-mid-area-hovered, .modal-open .header-mid-area {
  background: #ffffff;
}

.logo a {
  line-height: 36px;
  display: block;
  position: relative;
  z-index: 200;
}

.header-mid-area .logo img.color {
    max-width: 212px;
}

.header-mid-area .logo img.white {
    max-width: 140px;
}

.logo.logo-bhealth a {
  max-width: 12rem;
}

.logo.logo-bbaby a {
  max-width: 12rem;
}

.logo.logo-bbeauty a {
  max-width: 13rem;
}

.logo.logo-bpet a {
  max-width: 10rem;
}

.header-mid-area .logo img.color, .header-mid-area.header-mid-area-hovered .logo img.white,
.single .header-mid-area .logo img.white, .error404 .header-mid-area .logo img.white,
.secondarypage .header-mid-area .logo img.white, .sticky-header.sticky.header-mid-area .logo img.white,
.modal-open .header-mid-area .logo img.white  {
  display: none;
}

.header-mid-area.header-mid-area-hovered .logo img.color, .header-mid-area .logo img.white,
.single .header-mid-area .logo img.color, .error404 .header-mid-area .logo img.color,
.secondarypage .header-mid-area .logo img.color, .sticky-header.sticky.header-mid-area .logo img.color,
.modal-open .header-mid-area .logo img.color {
  display: block;
}

.top-dropdown, .top-dropdown a { 
  text-align: right;
}

.top-dropdown { 
    padding: 5px 0px;
    width: 100%;
    float: left;
}

.top-dropdown i[class^=flaticon-]:before {    
  color: #ffffff;
  float: left;
}

.header-mid-area.header-mid-area-hovered  i[class^=flaticon-]:before,
.single .top-dropdown i[class^=flaticon-]:before, 
.error404 .top-dropdown i[class^=flaticon-]:before,
.secondarypage .top-dropdown i[class^=flaticon-]:before,
.sticky-header.sticky .top-dropdown i[class^=flaticon-]:before,
.modal-open .top-dropdown i[class^=flaticon-]:before {    
  color: #000000;
}

.top-dropdown ul li.search i[class^=flaticon-]:before,
.top-dropdown ul li.cart i[class^=flaticon-]:before {
  line-height: 14px;
}

.top-dropdown ul li.open-shop-cart, .modal-open .top-dropdown ul li.close-shop-cart {
  display: block;
}

.top-dropdown ul li.close-shop-cart, .modal-open .top-dropdown ul li.open-shop-cart {
  display: none;
}

.top-dropdown i.flaticon-phone[class^=flaticon-]:before { 
  font-size: 16px;
}

.top-dropdown ul li {
  float: right;
  padding-left: 22px;
}

.top-dropdown ul li.search {
  border-right:1px solid #F0EEEB;
  padding-right: 10px;
}

.top-dropdown ul li a {
  font-size: 16px;
  position: relative;
  display: block;
}

.top-dropdown ul li.open-shop-cart a {
  font-size: 17px;
}

.top-dropdown ul li.close-shop-cart a {
  background: #F0EEEB;
  padding: 7px;
  font-size: 10px;
  float: left;
  border-radius: 50%;
  width: 24px;
  height: 23px;
  text-align: center;    
  margin-top: -3px;
}

.top-dropdown ul li a span.number {
  background: #fff;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: -10px;
  right: -2px;
  font-size: 8px;
  text-align: center;
  line-height: 16px;
  padding: 0px;
}

.top-dropdown ul li a:hover span, .header-mid-area.header-mid-area-hovered  .top-dropdown ul li a span,
.single .top-dropdown ul li a span.number, 
.error404 .top-dropdown ul li a span.number,
.secondarypage .top-dropdown ul li a span.number,
.sticky-header.sticky .top-dropdown ul li a span.number,
.modal-open .top-dropdown ul li a span.number {
  background: #009cbf;
  color:#fff;
}


.slider-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  min-height: 80vh;
}

/*--------------------------------
   Primary Menu
----------------------------------*/
.sticky-header.sticky {
  -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1rem 2rem rgba(39, 45, 44,.08);
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.main-menu-area, .full-setting-area {
  float:right;
  padding: 15px 0px;
}

.main-menu-area ul li{
  display: inline-block;
  padding:0px 16px;
}
.main-menu-area ul li > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  letter-spacing: 2px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  height: auto;
  line-height: normal;
  padding:0px;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
}

.main-menu-area ul li > a:after, 
.btn-backshop:after, .footer-area ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  border-radius: 5px;
  background: #009cbf;
}

.footer-area ul li a:after {
  background: none;
  bottom: 3px;
}

.main-menu-area ul li.active > a, .main-menu-area ul li ul.dropdown_menu li.active a:after {
  opacity: 1;
}

.main-menu-area ul li:not(.active) a:after,
.btn-backshop:not(.active) a:after {
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  z-index: 200;
  content: '';
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background: #009cbf;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.main-menu-area ul li li:not(.active) a:after {
  bottom: 2px;
}

.main-menu-area ul li.active.current-menu-ancestor.current-menu-parent a:after,
.btn-backshop:after, .main-menu-area ul li ul.dropdown_menu li:not(.active) a:after,
.footer-area ul li a:hover:after {
  background: #d2d5d9;
}

.btn-backshop:hover:after {
  background: #009cbf;
}

.main-menu-area ul li:not(.active) a:hover:after,
.main-menu-area ul li.active > a, .main-menu-area ul li ul.dropdown_menu li.active a:after,
.btn-backshop:not(.active) a:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header-mid-area.header-mid-area-hovered .main-menu-area ul li > a,
.single .main-menu-area ul li > a, .error404 .main-menu-area ul li > a,
.secondarypage .main-menu-area ul li > a,
.sticky-header.sticky .main-menu-area ul li > a, .modal-open .main-menu-area ul li > a {
  color:rgb(0, 0, 0);
}

.main-menu-area ul li a:hover {
  color: #ffffff;
}

.main-menu-area ul li a i {
  font-size: 14px;
  padding: 0 0 0 7px;
}

.btn-backshop {
  position: relative;
  font-size: 14px;
  color: #009cbf;
}

/*--- mega-menu css ---*/
.main-menu-area ul li.mega-menu ul.dropdown_menu,.main-menu-area ul li ul.dropdown_menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1rem 2rem rgba(39, 45, 44,.08);
  padding: 20px;
  position: absolute;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.main-menu-area ul li.mega-menu ul.dropdown_menu ul > li {
  float: left;
  width: 20%;
}

.main-menu-area ul li.mega-menu ul.dropdown_menu li.container-menu {
  max-width: 1422px;
  margin: 0px auto;
}

.main-menu-area ul li.mega-menu ul.dropdown_menu li a,.main-menu-area ul li ul.dropdown_menu li a {
  color: #009cbf !important;
  display: inline;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  padding: 10px 0px;
  margin-bottom: 8px;
  height: auto;
  text-transform: none;
}

.main-menu-area ul li.mega-menu ul.dropdown_menu li a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 16px;
}
.main-menu-area ul li.mega-menu ul.dropdown_menu li a:hover,.main-menu-area ul li ul.dropdown_menu li a:hover,
.main-menu-area ul li.mega-menu ul.dropdown_menu li.active a,.main-menu-area ul li ul.dropdown_menu li.active a{
  color: rgba(26, 146, 127);
}
.main-menu-area ul li.mega-menu ul.dropdown_menu > li ul li,.main-menu-area ul li ul.dropdown_menu li {
  display: block;
}

.main-menu-area ul li ul.dropdown_menu li {
  padding: 5px 0px;
}

.main-menu-area ul li.mega-menu ul.dropdown_menu.mega-menu-2 {
  width: 600px;
}

.main-menu-area ul li:hover ul.mega-menu,.main-menu-area ul li:hover ul.dropdown_menu{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
}

.main-menu-area ul li.mega-menu ul.dropdown_menu.dropdown_menu{
  width: 100%;
  padding: 40px 20px 30px 20px;
  left: 0px;
}

.header-top.sticky {
  border-bottom: medium none;
}  

.mean-container .mean-nav {
  margin-top: 10px;
}
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  min-height: 0;
  padding: 0;
}

.mobile-menu-area .mean-container a.meanmenu-reveal {
  display: none !important;
}

.top-dropdown ul li a.meanmenu-reveal span {
  background: #ffffff;
  height: 2px;
  width: 20px;
  display: block;
  margin: 0px 0px 4px 0px;
}

.sticky-header.sticky .top-dropdown ul li a.meanmenu-reveal span {
  background: #000000;
}

.mobile-menu-area {
  width: 100%;
  position: relative;
  z-index: 10000;
  display: none;
}

.mean-container a.meanmenu-reveal {
  top: 2px;
}

.sticky-header.sticky .mean-container a.meanmenu-reveal span,
.secondarypage .mean-container a.meanmenu-reveal span{
  background: #000000;
}

.mean-container a.meanmenu-reveal.meanclose{
  color: #000000;
}

.mean-container a.meanmenu-reveal span {
  margin-top: 5px;
}

.mobile-menu-style-2 .mean-container .mean-nav {
  margin-top: 36px;
}
.mobile-menu-style-2 .mobile-menu {
  position: relative;
}
.mobile-menu-style-2 .mobile-menu:before {
  color: #fff;
  content: "MENU";
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  top: 8px;
  z-index: 9;
}

/*------------------------------------
  Slider
--------------------------------------*/
.transparent-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #504448;
    opacity: .6;
}

.page-title .transparent-bg {
  opacity: .8;
}


.slider-main-area, .product-area, .banner-area,
.about-panel, .footer-area, .newsletter-area  {
  overflow: hidden;
}

.slider-text-info { 
  padding: 0;
  position: absolute;
  z-index: 100;
  width: 100%;
  bottom: 10%;
  left: 0;
}

.slider-text-info .title1 {    
    color: #ffffff;
    display: inline-block;
    font-size: 34px;  
    font-family: "Playfair Display", serif;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.slider-text-info p {    
  color: #ffffff;
  font-size: 17px;
  line-height: normal;
  margin: 0px 0px 20px;
  letter-spacing: 0px;
}

.slider-text-info .shop-btns .btn {    
  color: #009cbf;
  border:none;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  padding: 0px 22px 0px 0px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  letter-spacing: 1px;
  margin-right: 20px;
}

.slider-text-info .shop-btns .btn::after, .slider-text-info .shop-btns .btn::before {   
  display:none; 
}

.slider-text-info .shop-btns .btn span {
  float:left;
  line-height: 31px;
}

.slider-text-info .shop-btns .btn i {    
  padding-left: 10px;
  font-size: 16px;
  float:left;
}

.small-container {    
  max-width: 700px;
  text-align: left;
}

/*--------------------------------
   Titles & Content
----------------------------------*/
.title {
  color: #009cbf;
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin:20px 0px;
  letter-spacing: 0px;
}

.secondarypage .footer-area .title {
  font-size: 28px;
  font-weight: 400;
}

.single .title, .secondarypage .title {
  font-size: 26px;
  font-weight: 600;
}

.secondarypage .blog-area .title {
  font-size: 32px;
  font-weight: 500;
}

.secondarypage .page-content .title {
  font-size: 38px;
  font-weight: 500;
}

.single .product-related .title, .secondarypage .content-wraper-blog .title,
.secondarypage .product-area .title {
  font-weight: 400;
}

.secondarypage .content-wraper-blog .title {
  font-size: 42px;
  line-height: normal;
}


.tagline {   
  display:block;
  letter-spacing: 1px;
  font-size: 15px;
  opacity: 0.8;
  color: rgb(39, 45, 44);
}

.content {   
  display: block;
  line-height: 24px;
  font-size: 15px;
  color: rgb(39, 45, 44);
}

.content h1, .content h2, .content h3, .content h4, 
.content h5, .content h6 {
  color:#009cbf;
  margin: 30px 0px;
  font-weight: 400;
  font-size: 28px;
} 

.content ul {   
  list-style:disc;
  padding: 0px 30px;
}
.content ul li {   
  padding: 10px 0px;
}

.content table tr td {   
  border: 1px solid #D2D5D9;
  padding:20px;
}

.content table tr td strong {   
  color:#009cbf;
  font-weight: 600;
  font-size: 18px;
}

.page-title {
  position: relative;
  min-height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding:160px 0px 95px;
}

.page-title .text-center {
  position: relative;
  z-index:100;
}
.page-title .title {
  color: #ffffff;
  margin: 10px 0px;
  font-size: 36px;
}

.page-title .content {
  color: #ffffff;
}


/*--------------------------------
   About Panel
----------------------------------*/
.about-info-wrapper {
  max-width: 100%;;
}

.about-banner-area, .single-banner-box {
  position: relative;
  overflow: hidden;
}

.single-banner-box.image5 {
  overflow:visible;
}

.about-banner-area img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.003);
  -ms-transform: scale(1.003);
      transform: scale(1.003);
-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.about-banner-area img:hover {
  position: relative;
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  width: 100%;
}

.about-banner-tag {
  position:absolute;
  left: 0px;
  width: 100%;
  top: 40%;
}

.about-banner-wrapper {
  position: relative;
  padding:60px 20px;
  text-align: center;
  z-index: 200;
}

.about-banner-wrapper .transparent-bg {
  opacity: .9;
}

.about-banner-wrapper .title, .about-banner-wrapper .about-banner-text {
  color: #ffffff;
  position: relative;
  z-index: 100;
  font-weight: 400;
}

.about-banner-wrapper .title {
  font-size: 48px;
  margin: 0px 0px 20px 0px;
}

.about-banner-wrapper .about-banner-text {
  font-size: 24px;
}

.about-info-content strong {
  font-weight: 400;
  color:#000000;
  font-size: 22px;
  margin-bottom: 20px;
}

.small-banner-box2 {
  position: relative;
  top:-145px;    
  max-height: 130px;
}

.small-banner-box img, .large-banner-box img {
  border-radius: 20px;
}

.small-banner-box img {
  max-width: 200px;
} 

.small-banner-box-left {
  float: left;
}

.small-banner-box-right {
  float: right;
}

.large-banner-box {
  position: relative;
  top:-50px;
  left: -50px;
  z-index: 10;
}

.large-banner-box img {
  max-width: 250px;
}

.about-info-banner-wrapper .content {
  color: #676C6B;
}

/*-----------------------------
  Large Image Panel
------------------------------*/
.large-image-panel {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.partners-panel.large-image-panel {
  height: auto;
  max-height: 700px;
}

.large-image-panel.large-image-panel2 {
  height: auto;
}

.partners-panel.large-image-panel .content h1, 
.partners-panel.large-image-panel .content h2, 
.partners-panel.large-image-panel .content h3, 
.partners-panel.large-image-panel .content h4, 
.partners-panel.large-image-panel .content h5, 
.partners-panel.large-image-panel .content h6 {
  color:#ffffff;
}


.large-image-panel-bg {
  position: relative;
  overflow: hidden;
}

.contact-page-panel .large-image-panel-bg {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.large-image-panel-bg img {
  width:100%;
  height: auto;
  -webkit-transform: scale(1.003);
  -ms-transform: scale(1.003);
      transform: scale(1.003);
-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.large-image-panel-bg img:hover {
  position: relative;
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  width: 100%;
}

.large-image-panel-content {
  position:absolute;
  top:0px; 
  background: rgba(26, 146, 127,0.9);
  padding-left: 40px;
  padding-right: 40px;
  width: 50%;
  height: 100%;
}

.large-image-panel-content.large-image-panel-content-tag {
  top:30%; 
  padding:40px;
  height: auto;
}

.contact-page-panel .contact-page-panel-content {
  margin-top: 40px;
  right: 40px;
  padding:40px;
  height: auto;
  background: rgba(0, 156, 191,0.9);
}

.large-image-panel-content-left {
  left:0px;
}

.large-image-panel-content-right {
  right:0px;
}

.large-image-panel-content .title {
  margin: 0px 0px 20px 0px;
  color:#ffffff;
  font-size: 36px;
  font-weight: 400;
}

.large-image-panel-content .content {
  color: rgba(255, 255, 255,0.7);
}

.partners-panel.large-image-panel .content,
.partners-panel.large-image-panel .content a {
  color:#ffffff;
}

.partners-panel.large-image-panel .content a {
  text-decoration: underline;
}

.contact-page-panel .contact-page-panel-content .title,
.contact-page-panel .contact-page-panel-content .content {
  color:#ffffff;
  font-weight: 400;
}

.contact-page-panel .contact-page-panel-content .title {
  font-size: 46px;
}

.contact-page-panel .contact-page-panel-content .content {
  margin: 30px 0px;
}

/*-----------------------------
  Faqs-area css
------------------------------*/
.faqs-page-panel.contact-page-panel .contact-page-panel-content {
  background: none;
  margin-top: 121px;
}
.secondarypage .faqs-panel .title {
  font-weight: 400;
}

.faqs-accordion h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin:40px 0px;
  position: relative;
  padding-left: 42px;
} 

.faqs-accordion .faqs-accordion-description {
  font-size: 14px;
  padding:0px;
}

.faqs-accordion h4 a:before {
  color: rgb(39, 45, 44);
  border: 1px solid rgb(39, 45, 44, 0.3);
  background: #ffffff;
  content: "\f117";
  font-family: flaticon;
  font-size: 12px;
  position: absolute;
  text-align: center;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 12px;
  padding: 9px; 
}
.faqs-accordion h4.open a:after {
  color: #ffffff;
  content: "\f118";
  font-family: flaticon;
  font-size: 12px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  background: rgb(39, 45, 44);
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 12px;
  padding: 10px; 
}
.faqs-accordion h4.open a:before {
  display: none;
}

/*-----------------------------
  Partners-area css
------------------------------*/
.partners-panel .large-image-panel-content .title {
  margin: 60px 0px 20px 0px;
  font-size: 48px;
}

.secondarypage .partners-panel .title {
  font-weight: 400;
  margin: 20px 0px 10px 0px;
}

.secondarypage .partners-panel h4 {
  font-size: 22px;
}

.partners-panel .partners-description {
  font-size: 15px;
  margin-bottom: 25px;
}

.partners-panel .btn::before {
  border: 1px solid #cccccc;
}

.partners-panel .btn {
  padding: 16px 2px;
  min-width: 180px;
}

/*-----------------------------
  Product-area css
------------------------------*/

.section-title {
  position: relative;
  text-align: center;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.section-button {
  position: relative;
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
}

.single-product-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  padding:0px;
  margin-bottom: 40px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.single-product-wrap.collection-product-wrap .product-image::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.46) 0, rgba(54, 54, 54, 0.2) 40%, transparent 100%);
}

.single-product-wrap.collection-product-wrap .product-image img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.003);
  -ms-transform: scale(1.003);
      transform: scale(1.003);
-webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.single-product-wrap.collection-product-wrap .product-image img:hover {
  position: relative;
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  width: 100%;
}

.single-product-wrap.collection-product-wrap .product_desc {
  position: absolute;
  bottom: 20px;
  z-index: 100;
  width: 100%;
  padding: 0px 20px;
}

.product-btn {
  display: inline-block;
  text-align: center;
  position: absolute;
  z-index: 1;
  transform: translateY(calc(-100%));
  height: 3rem;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  bottom: 0rem;
  left: 0;
  padding: 0 20%;
}

.product-btn .btn {
  position: relative;
  min-width: auto;
  width: 100%;
  padding: 8px 12px;
  line-height: 26px;
  display: block;
  transform: translateY(4rem);
  transition: color 500ms ease, transform 250ms ease;
}

.product-btn .btn:hover {
  background: #ffffff;
}

.single-product-wrap:hover .product-image .product-btn .btn {
  transform: translateY(0);
}

.product-quickview {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  cursor: pointer;
  color: rgb(39, 45, 44);
  transform: scale(0);
  transition: transform 450ms ease;
}

.product-quickview::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 4rem rgba(39, 45, 44, 0.2);
  transition: transform 450ms ease;
}

.product-quickview .icon {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
  transition: transform 450ms ease;
  will-change: transform;
  font-size: 18px;
  text-align: center;
  line-height: 35px;

}

.single-product-wrap:hover .product-image .product-quickview {
  transform: scale(1);
}

@media screen and (hover: hover) {
  .product-quickview:hover::after {
    animation: beat 0.6s infinite ease;
  }

  @keyframes beat {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
  }
}

.secondary-image {
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-product-wrap:hover .secondary-image{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.product_desc .product_desc_info  h4 {
  padding-top: 10px;
  margin: 0px;
}

.product_desc .product_desc_info h5 {
  font-size: 12px;
  color: #272d2c;
  opacity: 0.6;
  text-transform: uppercase;
  margin: 5px 0px;
  line-height: 18px;
}

.product_desc .product_desc_info .content {
  text-transform: none;
  color:#515857;
  font-size: 13px;
  font-weight: 400;
}

.product_desc .product_desc_info .readmore {
  color: #009cbf;
  display: block;
  text-transform: none;
  font-size: 13px;
  margin: 20px 0px;
}

.product_desc .product_desc_info .readmore::before {
  content: '';
  width: 2rem;
  height: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  background-color: #009cbf;
  transition: width 250ms ease;
}

@media screen and (hover: hover) {
  .single-product-wrap:hover .product_desc .product_desc_info .readmore::before {
    width: 4rem;
  }
}

.product_desc_info {
  position: relative;
  text-align:left;
  text-transform: uppercase;
}

.product_desc .product_desc_info .product_name {
  color: #009cbf;
  display: inline;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
}

.single-product-wrap.collection-product-wrap .product_desc .product_desc_info .product_name {
  color: #ffffff;
  font-size: 16px;
}

.product_desc .product_desc_info .product_name:after {
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  z-index: 200;
  content: '';
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background: #d2d5d9;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.single-product-wrap:hover .product_desc .product_desc_info .product_name:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}


.product_desc .product_desc_info .price-box {
  line-height: 1;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #444444;
}

.product_desc .product_desc_info .price-box ins {
  text-decoration: none !important;
}

.product-image {
  position: relative;
  background: #ffffff;
}

.product-image-height {
  min-height:auto;
}

.product-image img {
  width:100%;
}

.single-zoom-thumb {
  margin-top: 30px;
}

.single-zoom-content  {    
  background: #ffffff;
  box-shadow: 0 0rem 4rem rgb(39 45 44 / 18%);
  padding: 8px;
}

.single-zoom-content .owl-carousel .owl-stage-outer li a.zoomGalleryActive img {
  border: 2px solid black;
}

.single-zoom-thumb .owl-carousel .owl-stage-outer {
  position: relative;
}
.single-zoom-thumb .owl-nav button {
  border-radius: 50%;
  font-size: 16px !important;
  height: 50px;
  line-height: 50px !important;
  margin: auto 0;
  position: absolute;
  right: auto;
  text-align: center;
  top: 21%;
  width: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #c0c0c1 !important;
}

.single-zoom-thumb .owl-nav button.owl-next {
  right: -58px;
}

.single-zoom-thumb .owl-nav button.owl-prev {
  left: -58px;
}

.shop-top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop-bar-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop-item-filter-list li a {
  color: #333333;
  font-size: 20px;
  padding-right: 15px;
}

.product-select-box, .product-select-box .product-short {
  float: left;
}

.product-select-box{
  width: 100%;
}

.shop-bar-inner {
  font-size: 13px;
  float: right;
  line-height: 45px;
  color: #515857;
}

.nice-select {
  float: inherit;
  min-width: 200px;
  border-radius: 0px;
  border-color: #009cbf;
}

.nice-select:after {
  border-color: #009cbf;
}

/*------------------------------
   Banner
--------------------------------*/
.banner-image {
  position: relative;
}

.banner-image .tab-content>.tab-pane {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 530px;
}

.banner-inner {
  padding-left: 60px;
  padding-right: 60px;
}

.banner-inner .nav-tabs, .banner-inner .nav-tabs li {
  width:100%;
  border:none;
}

.banner-inner .nav-tabs li a h4 {
  color: rgba(255, 255, 255, 0.4);
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 38px;
  margin: 0px 0px;
  text-transform: uppercase;
  letter-spacing: 0px;
  cursor: pointer;
}

.banner-inner .nav-tabs li a.active h4 {
  color: #ffffff;
}

.tab-content .desc {
  margin: 20px 0px;
  display: block;
  line-height: 24px;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 1px;
} 

.tab-content .desc p {margin:0px;}

.tab-content .section-button {
  width: 100%;
  text-align: left;
}

/*------------------------------
   Newsletter
--------------------------------*/
.newsletter-area .newsletter-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-area.newsletter-area2 .newsletter-inner {
  text-align: left;
}

.newsletter-area .content {
  line-height: 24px;
  font-size: 15px;
  letter-spacing: 1px;
  color:#515857;
}

.newsletter-area .newletter-input {
  margin-top: 40px;
  position: relative;
  max-width: 100%;
}

.newsletter-area .form-control {
  color: #222222;
  border-radius: 0px;
  background: none;
  padding: 10px;
  font-size: 14px;
  width: 100%;
}

.newsletter-area .btn-newsletter {
  border: none;
  position: absolute;
  bottom: 5px;
  right: 8px;
  background: none;
}

/*---------------------------------
   About Area
------------------------------------*/
.about-inner {
  padding: 200px 0;
  position: relative;
  text-align: center;
}
.about-bg{
  background-repeat: no-repeat;
  background-position: ;
  background-size: cover;
}

.about-inner h2 {
  border: 0 none;
  color: #ffffff;
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.about-inner p {    
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 15px;
  letter-spacing: normal;
}

/*-----------------------------
  Team
-------------------------------*/
.team-area .title {
  text-align:center;
  font-weight: 400;
}

.team-area .single-team {
  max-width: 160px;
  margin: 0px auto;
}

.team-area .single-team img {
  max-width: 60px;
  border-radius: 20px;
  display: inline;
}

.team-area .single-team h4 {
  font-size: 16px;
  margin: 20px 0px;
  width: 100%;
  float: left;
}

.team-area .single-team span {
  color:#5D6261;
  font-size: 14px;
  width: 100%;
  float: left;
}

.team-area .owl-carousel .owl-stage-outer {
  position: relative;
}
.team-area .owl-nav button {
  border-radius: 50%;
  font-size: 22px !important;
  height: 50px;
  line-height: 50px !important;
  margin: auto 0;
  position: absolute;
  right: auto;
  text-align: center;
  top: 21%;
  width: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #c0c0c1 !important;
}

.team-area .owl-nav button.owl-next {
  right: -58px;
}

.team-area .owl-nav button.owl-prev {
  left: -58px;
}

/*-----------------------------
  Owl Dots
-------------------------------*/
.owl-dots {
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
}
.owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #ffffff;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background: #009cbf ;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}

/*-----------------------------
  Contact
-------------------------------*/
.contact-form-inner .content h1, .contact-form-inner .content h2, 
.contact-form-inner .content h3, .contact-form-inner .content h4, 
.contact-form-inner .content h5, .contact-form-inner .content h6 {
  color:#009cbf;
  margin-bottom: 30px;
} 

.contact-form-inner .content {
  margin-bottom: 30px;
}

.contact-form-inner .contact-form {
  margin: 40px 0px;
}

.contact-form-inner .form-control {
  margin-bottom: 20px;
  border-radius: 0px;
  font-size: 12px;
  min-height: 42px;
}

.contact-form-inner .form-control.error {
  border-color: red;
}

.contact-form-inner .content a {
  color:#009cbf;
  position: relative;
}

.contact-form-inner .content a:after,
.contact-address-area ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  border-radius: 5px;
  background: #D2D5D9;
}

.contact-address-area ul li a:after {
  background: none;
}

.contact-form-inner .content a:hover:after,
.contact-address-area ul li a:hover:after {
  background: #009cbf;
}

label.error {
  display: none !important;
}

.contact-address-area ul {
  padding-left: 0px;
  padding-top: 0px;
}

.contact-address-area ul li {
  margin: 30px 0px;
}

.contact-address-area ul li h3 {
  color: #009cbf;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin:0px 0px 10px 0px;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.contact-address-area ul li a.link {
  color: #009cbf;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  position: relative;
}

.contact-address-area .social-sharing ul {
  padding: 0px;
}

.contact-address-area .social-sharing ul li {
  margin: 0px;
}

.wholesale-content-wraper .title {
  font-weight: 400;
}

.wholesale-content-wraper h2.title {
  font-size: 18px;
  margin-bottom: 0px;
}
.wholesale-content-wraper .contact-address-area {
  padding-left: 60px;
}

/*-----------------------------
  Footer
-------------------------------*/
.footer-area {
  clear: both;
}

.footer-area ul li {
  line-height: 30px;
}   

.footer-top, .footer-bottom {
  padding: 80px 0;
}

.footer-bottom {
  border-bottom: 1px solid #D2D5D9;
}

.footer-copyright {
  padding:20px 0px;
}

.footer-inner .title {
  font-size: 28px;
}

.footer-inner .count-title .title  {
  font-size: 20px;
}

.footer-inner .count-icon i  {
  font-size: 26px;
}


.footer-area .footer-title h3 {
  color: #009cbf;
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-area ul li a {
  color: #333333;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.footer-area .block-contact-text > p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 5px;
}
.footer-area .time-text > p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
.footer-area .time-text > p span{
  color: #fff;
}

.footer-area .copyright {
  color: #000000;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 5px 0px;
}
.footer-area .copyright a{
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-area .copyright a:hover
{
  text-decoration: underline;
}
.footer-area .payment {
  float: right;
}

/*-------------------------------
  Product
---------------------------------*/
.quick-view-content {
  max-width: 75%;
}

.single .quick-view-content, .error404 .quick-view-content,
.secondarypage .quick-view-content {
  max-width: 100%;
}

.quick-view-content .price-box {
  margin-bottom: 10px;
}

.quick-view-content .price {
  margin: 20px 0px 10px;
  font-size: 22px !important;
  font-weight: 600;
  color: #222222 !important;
}

.quick-view-content .price-box .old-price {
  color: #555555;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  text-decoration: line-through;
  margin-left: 10px;
}
.quick-view-content .price-box .new-price {
  color: #009cbf;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.cart-plus-minus {
  float: left;
  margin-right: 5px;
  position: relative;
  width: 76px;
}
.cart-plus-minus-box, .input-text.qty {
  border: 1px solid #ddd;
  color: #333;
  height: 50px;
  text-align: center;
  width: 68px;
}

.product-inventory-item {
  margin: 30px 0px 0px 0px;
  font-size: 13px;
  text-transform: uppercase;
  color:#AFB2B1;
}

.quick-add-to-cart {
  margin: 30px 0px 0px 0px;
}

.product-inventory-item strong {
  color:#333;
}

.product-inventory-item .progress {
  margin-top: 10px;
  height: 3px;
  border-radius: 0px;
}

.product-inventory-item .progress .progress-bar {
  background: #333;
}

/*------------------------------
  Shopping Cart
-------------------------------*/
.shopping-cart-wrapper > li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F0EEEB;
}

.shopping-cart-wrapper > li.last {
  padding-top: 15px;
  border-bottom:none;
}

.shopping-cart-wrapper .shoping-cart-image {
  float: left;
  margin: 0 15px 0 0;
  position: relative;
  width: 30%;
  border:1px solid #BEE0DA
}

.shopping-cart-wrapper .shoping-product-details {
  overflow: hidden;
  padding: 0 20px 0 0;
  position: relative;
  text-align: left;
}
.shoping-product-details h3 a {
  color: #009cbf;
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  margin: 10px 0px;
}
.shoping-product-details h3 a:hover{
  color: #000000;
}
.shoping-product-details .price-box {
  color: #000000;
  display: block;
  font-size: 14px;
  margin: 10px 0 0;
  font-weight: 600;
}

.shopping-cart-wrapper .shoping-product-details .remove button {
  border: medium none;
  background:none;
  color: #009cbf;
  cursor: pointer;
  display: block;
  font-size: 9px;
  line-height: 10px;
  position: absolute;
  padding: 0;
  right: 20px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shopping-cart-wrapper .shoping-product-details .remove button:hover {
  color: #000000;
}

.shopping-cart-wrapper .cart-shipping {
  width: 100%;
  text-align: center;
  float: left;
}

.shopping-cart-wrapper .cart-shipping a {
  text-transform: uppercase;
  font-size: 13px;
  color: #009cbf;
  text-align: center;
  width: 95px;
  margin: 0px auto;
  display: block;
}

.shopping-cart-wrapper .cart-shipping a i{
  padding-right: 5px;
  float: left;
  line-height: 24px;
  font-size: 14px;
}

.shopping-cart-wrapper .cart-subtotals {
  margin:0px 0px 20px 0px;
}

.shopping-cart-wrapper .cart-subtotals h5 {
  margin: 0px;
  color: #009cbf;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.shopping-cart-wrapper .cart-subtotals h5.value{
  color: #000000;
  text-align: right;
}

.shopping-cart-wrapper .shoping-cart-btns {
  margin-top: 30px;
}

.shopping-cart-wrapper .shoping-cart-btns a {
  background: #009cbf;
  border: 2px solid #009cbf;
  line-height: 28px;
  padding: inherit;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  width: 100%;
  padding: 6px 12px;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}

.shopping-cart-wrapper .shoping-cart-btns a.viewcart-btn {
  background: #ffffff;
  color: #009cbf;
  border-color: #009cbf;
}

/*------------------------------
  Social Sharing
-------------------------------*/
.social-sharing {
  margin: 20px 0px;
}
.social-sharing > h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.social-sharing li {
  display: inline-block;
  margin-right: 5px;
}
.social-sharing li a {
  color: #333333;
  display: block;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-sharing.social-footer li a {
  font-size: 18px;
  padding: 4px 9px;
  width: 36px;
  height: 36px;
  line-height: 0px;
  display: block;
  border-radius: 50%;
}

.social-sharing.social-footer li a:hover {
  background: #000000;
  color: #ffffff;
}

.social-sharing.social-footer li a:after {
  display: none;
}

.social-sharing li a i {
  float:left;
  margin-right: 10px;
  line-height: 34px;
}

.social-sharing li a i.flaticon-mail-send {
  font-size: 22px;
}

.social-sharing li a span {
  float:left;
  font-size: 13px;
  line-height: 30px;
}


/*---------------------------------------
   Product Accordion
----------------------------------------*/
.single .product-details .title {
  font-weight: 400;
}

.product-accordion h4 a:before {
  color: #009cbf;
  content: "\f117";
  font-family: flaticon;
  font-size: 12px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 9;
}
.product-accordion h4.open a:after {
  color: rgb(39, 45, 44);
  content: "\f118";
  font-family: flaticon;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 9;
}
.product-accordion h4.open a:before {
  display: none;
}
.product-accordion h4 {
  border-bottom: 1px solid #D2D5D9;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
}
.product-accordion h4 a {
  color: #009cbf;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  padding:20px 0px;
  position: relative;
}
.product-accordion-description {
  padding: 20px 0px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;    
  line-height: 24px;
  color: rgb(39, 45, 44);
  letter-spacing: 1px;
}

.product-accordion-description ul {
  list-style: disc;
  padding:10px 20px;
}

.product-accordion-description ul li {
  padding:5px 0px;
}

.product-accordion  h4.open a {
  color: rgb(39, 45, 44);
}


/*---------------------------------------
   Cart Sidebar
----------------------------------------*/
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.right .modal-content-cart .modal-body {
  padding: 160px 15px 15px;
}
  
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

/*---------------------------------------
   Search Modal
----------------------------------------*/
.modal.top.fade.show {
  z-index: 99999;
}

.modal.top .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 76px;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.top .modal-content {
  height: 100px;
  overflow: hidden;
}

.modal.top .modal-body {
  padding: 10px 0px;
}
  
.modal.top.fade .modal-dialog {
  top: -40px;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.top.fade.show .modal-dialog {
  top: 40px;
}


/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}


/*---------------------------------------
    Search Box
----------------------------------------*/
.searchbox .search-form-input {
  float: left;
  width: 100%;
  border: none;
  background-color: #EEEFEE;
  border-radius: 20px;
  margin: 10px 0px;
}
.searchbox button, .searchbox input {
  width: 10%;
  border: none;
  background: none;
  float: left;
  height: 36px;
}

.searchbox button i {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}

.searchbox input {
  width: 80%;
  font-size: 14px;
}

/*---------------------------------------
    Blog
----------------------------------------*/
.content-wraper-blog .blog-img img {
  width: 100%;
}

.blog-title, .blog-author {
  margin: 10px 0px;
}

.blog-title h1, .blog-author, .blog-backbtn, .blog-share {
  position: relative; 
  display: flex;
  justify-content: center;
}

.blog-author h5 {
  margin-top: 0px;
  padding:0px 20px;  
  font-size: 14px;
  color: #272d2c;
  opacity: 0.6;
  text-transform: uppercase
}

.blog-author .circle-divider::after{
  margin-left: 30px;
}

.blog-content {
  color: #515857;
  font-size: 15px;
  font-weight: 400;
}

.blog-content  h1, .blog-content  h2, .blog-content  h3, .blog-content  h4, 
.blog-content  h5, .blog-content  h6 {
  color:#009cbf;
  font-weight: 400;
} 

.blog-backbtn {
  margin: 20px 0px;
}

.blog-backbtn .btn.btn-white {
  padding: 12px;
}

.blog-backbtn .btn.btn-white i {
  float: left;
  line-height: 22px;
  height: 16px;
}

.blog-backbtn .btn.btn-white::before {
  border-color: #009cbf;
}

/*---------------------------------------
    404 Error
----------------------------------------*/
.error404 .error404page .title {
  font-size: 52px;
}

.error404 .error404page .title2 {
  font-size: 30px;
  margin: 60px 0px;
}

/*----------------------------
   Woocommerce
-----------------------------*/
.woocommerce-message, .woocommerce-info,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-cart__submit-button {
  border-color: #009cbf !important;
}
.woocommerce-message::before, .woocommerce-info::before {
  color: #009cbf !important;
}


.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,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.LinkButton, .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-cart__submit-button {
  color: #ffffff !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  border: none !important;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.LinkButton {
  border: none !important;
  font-weight: 600 !important;
}

.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,
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.LinkButton, .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
.wc-block-cart__submit-button {
  background: #009cbf !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  min-width: 180px !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
  width: 100% !important;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 4px 10px 0 !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  padding: 20px !important;
}

.woocommerce-checkout .woocommerce .col2-set{width:47.8260869565%;float:left;margin-right:4.347826087%}
.woocommerce-checkout .woocommerce .col2-set .col-1,.woocommerce-checkout .woocommerce .col2-set .col-2{margin-bottom:2em;width:100%;max-width:100%;float:none!important}
.woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{background:#fff;width:47.8260869565%;float:right;margin-right:0}
.woocommerce-checkout #ship-to-different-address-checkbox{width:auto;float:right;margin-left:15px;margin-top:10px;opacity:1;position:static}
.woocommerce-checkout #ship-to-different-address label{font-size:24px;font-weight:700;line-height:1;margin:0;margin-bottom:1em;padding:0;text-transform:uppercase;color:#000}.woocommerce-checkout .woocommerce form .form-row.create-account label{padding-top:2px;font-weight:700}.woocommerce-info{clear:both!important}@media only screen and (max-width:650px){.woocommerce-cart .entry-content form{width:100%}.woocommerce-cart .woocommerce .cart-collaterals{width:100%}.woocommerce-checkout .woocommerce .col2-set{width:100%;float:none;margin-right:0}
.woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{width:100%;float:none}}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-billing-fields {text-align: left;}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text,
.select2-container--default .select2-selection--single {border-radius: 0px !important; border:1px solid #ced4da !important; height: 42px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 40px !important;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {margin: 20px 0px 0px 0px !important;padding: 16px 38px !important;}

.woo-variation-swatches.wvs-show-label .variations th,
.woo-variation-swatches .variable-items-wrapper .variable-item {
  font-size: 13px !important;
  font-weight:400 !important;
}

.woo-variation-swatches.wvs-show-label .variations th {
  margin: 10px 0px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item {
  border-radius: 0px !important;
  border-color: #D2D5D9 !important;
  padding: 0px !important; 
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  padding: 8px !important; 
  height: auto;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  background: #272D2C !important; 
  color: #ffffff !important; 
  border-color: #272D2C !important; 
}

.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item {
  border-radius: 50% !important;
  border:1px solid #F3EFEE !important; 
  padding: 0px !important;
  overflow: hidden;
  width: 23px !important;
  height: 23px !important;
  margin-right: 9px !important;
  box-shadow: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
  background-size: 50% !important;
  box-shadow: none !important;
}


/*----------------------------
   Woocommerce Dashboard
-----------------------------*/
.dashboard-list {
  list-style: none !important;    
  padding: 0px !important;
}

.dashboard-list li {
  margin: 0px !important;
}

.dashboard-list li a {
  border-bottom: 1px solid #ebebeb;
  color: #222;
  display: block;
  font-size: 14px;
  padding: 12px 0;
  text-transform: capitalize;
}
.dashboard-list li.is-active a,.dashboard-list li a:hover,.view-cart:hover,.dashboard-upper-info a:hover {
  color: #009cbf;
}
.dashboard-list li.is-active a:after{
    content: "\f10c";
    font-family: flaticon;
    margin-left: 5px;
    -webkit-transition: 0.10s;
    transition: 0.10s;
    float: right;
}
.dashboard-content {
  border: 1px solid #ebebeb;
  padding: 30px;
}
.dashboard-content h3{
    text-transform: capitalize;
}
.dashboard-content h3 {
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	text-transform: capitalize;
	font-weight: 700;
}
.dashboard-content .table-responsive .table > tbody > tr > td,
.dashboard-content .table-responsive .table > tbody > tr > th,
.dashboard-content .table-responsive .table > tfoot > tr > td,
.dashboard-content .table-responsive .table > tfoot > tr > th,
.dashboard-content .table-responsive .table > thead > tr > td,
.dashboard-content .table-responsive .table > thead > tr > th{
    border: none;
}
.dashboard-content .table-responsive > .table > thead {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 1px solid #ebebeb;
}
.dashboard-content .table-responsive .table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
}
.dashboard-content .table-responsive .table > tbody > tr > td {
  color: #333333;
  font-size: 13px;
}
#dashboard a{
    color: #222;
    text-transform: capitalize;
}
#dashboard a:hover{
    color: #EB3E32;
}

/*----------------------------
   Responsive
-----------------------------*/

/* Laptop Device :1400 */
@media (min-width: 1400px) and (max-width: 1600px){
  
.single-banner-box-info {
    padding-top: 25px;
}

.container-fluid {
  max-width: 1724px;
  padding-left: 30px;
  padding-right: 30px;
}   
 
.product-layout-list .product_desc .product_desc_info p {
  margin: 20px 0 20px;
  padding: 25px 0 0;
}
     
}

/* Laptop Device :1200 */
@media (min-width: 1200px) and (max-width: 1399px){
.container-fluid {
  max-width: 1724px;
  padding-left: 30px;
  padding-right: 30px;
} 

.laptop-5 {
  flex: 0 0 20%;
  max-width: 20%;
} 
 
.our-service-inner .col-custom::after{
    display: none;
}

.single-pos-product .product-image {
  width: 90px;
} 
.section-title-dic > p {
  width: 49%;
} 
.product-short .nice-select {
  width: 380px;
}  
.product-layout-list .product_desc .product_desc_info p {
  margin: 15px 0;
  padding: 15px 0 0;
}
.list-add-actions li a {
  line-height: 45px;
} 
.meta-box li {
  margin-right: 15px;
}
.recent-img {
  width: 95px;
}  
 
.service-icon > img {
  width: 38px;
}
.serivce-cont {
  margin-left: 8px;
}    
.blog-wrapper h3 {
  font-size: 19px;
}
.single-latest-blog-inner .latest-blog-contend .post_meta span {
  margin-right: 15px;
}   
    
.about-banner-box {
  margin: 0px;
}      
    
}
/* Normal desktop :992px */
@media (min-width: 992px) and (max-width: 1199px) { 
.banner-inner {
    padding: 60px 30px;
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.md-custom-12 {
  flex: 0 0 100%;
  max-width: 100%;
} 

.social-follow-box .follow-title h2 {
  display: none;
}   

.section-title-dic > p {
  width: 60%;
}
.our-service-inner .col-custom::after{
  display: none;
}   

.product-short .nice-select {
  width: 340px;
}  
.col-2-coustom {
  flex: 0 0 25%;
  max-width: 25%;
}    
.product-layout-list .product_desc .product_desc_info .new-price {
  font-size: 20px;
}   
.product-layout-list .product_desc .product_desc_info .old-price {
  font-size: 16px;
}  
.product-layout-list .product_desc .product_desc_info p {
  margin: 20px 0;
  padding: 20px 0 0;
}   
.list-add-actions li a {
  line-height: 40px;
  padding: 0 16px;
}  
.list-add-actions li.add-cart a {
  padding: 0 40px;
}  

.contact-form-inner {
  padding: 83px 30px;
}  
.recent-img {
  float: inherit;
  margin-right: 0;
  width: 100%;
  margin-bottom: 15px;
}

.serivce-cont {
  margin-left: 5px;
}
.service-icon > img {
  width: 34px;
}   
.single-service .serivce-cont h3 {
  font-size: 14px;
}   
.single-service .serivce-cont p {
  font-size: 12px;
}   
.product-info-detailed {
  margin-top: 80px;
}   
.about-banner-box {
  margin: 0px;
}   

.wholesale-content-wraper .contact-address-area {
  padding-left: 0px; 
}

.large-image-panel-content.ptb-120 {
  padding: 78px 0;
}

.partners-panel .large-image-panel-content .title {
  font-size: 32px;
}
    
}
/* Tablet desktop :768px */
@media (min-width: 768px) and (max-width: 991px) {  
    
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.logo {
  position: absolute;
}

.mobile-menu-area {
  display: block;
}

.header-mid-area .logo img.white {
  max-width: 120px;
}

.about-info-wrapper, .quick-view-content, .newsletter-area .newletter-input {
  max-width: 100%;
}

.newsletter-area .newsletter-inner {
  max-width: 100%;
  margin: 20px auto;
}

.ptb-120 {
  padding: 20px 0;
}

.banner-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.pt-95 {
  padding-top: 40px;
}

.header-mid-area .phone span {
  font-size: 16px;
}   

.search-form-input .nice-select {
  height: 44px;
  line-height: 42px;
}

.search-form-input input {
  height: 44px;
}

.searchbox .search-form-input button {
  font-size: 15px;
  height: 48px;
  padding: 0 18px;
}   
.shopping-cart-box {
  margin: 34px 0;
}
.social-follow-box {
  margin-top: 0px;
}   
.header-bottom-area {
  padding: 8px 0;
}  
.slider-text-info.style-1 {
  padding: 70px 0;
}
.slider-wrapper {
  background-size: cover;
}

.our-service-inner .col-custom::after{
  display: none;
}   
.countdown-deals .cdown {
  height: 50px;
  width: 50px;
} 
.countdown-deals {
  line-height: 32px;
}   
.col-custom {
  float: left;
  margin-bottom: 20px;
  width: 33.333%;
}
.col-custom:nth-child(n+4) {
  margin: 0;
}
.footer-area ul li {
  line-height: 30px;
}
.footer-top {
  padding: 60px 0;
}  
.about-area.ptb-95 {
  padding: 80px 0;
} 
.product-area .single-banner-box {
  margin-top: 40px;
} 
.banner-area.ptb-95 {
  padding: 80px 0;
} 
.product-area.pb-95 {
  padding-bottom: 80px;
}
.section-title-dic > p {
  width: 70%;
}   
.about-inner .newletter-input {
  max-width: 500px;
}   
 
.sticky .full-setting-area.setting-style-3 {
  display: none;
}  

.sticky .mobile-menu-style-2 .mean-container .mean-bar {
  background: #333 none repeat scroll 0 0;
}     
.product-area.pt-95 {
  padding-top: 80px;
}
.product-tabs-list .nav li a {
  font-size: 18px;
}    
.pos-featured-products.pb-95 {
  padding-bottom: 80px;
}
.latest-blog-area {
  padding-bottom: 60px;
}
.dashboard-upper-info {
  border-bottom: medium none;
  border-top: medium none;
  margin-bottom: 40px;
} 
.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
  border-right: 1px solid #ebebeb;
  padding: 0px 0px 20px 0 ;
}
.user-name::before {
  display: none;
}  
.footer-area .block-contact-text > p {
  font-size: 14px;
}  
.footer-area .time-text > p {
  font-size: 14px;
}   
.product-tabs-list .nav li::after {
  font-size: 18px;
} 
.header-bottom-area.sticky-header.sticky {
  padding: 8px 0;
} 
.tab-content.dashboard-content {
  margin-top: 40px;
}
.dashboard-content #orders .table-responsive .table > tbody > tr > td {
  min-width: 130px;
}  
.dashboard-content #downloads .table-responsive .table > tbody > tr > td {
  min-width: 273px;
}
.dashboard-content {
  padding: 20px;
}    
.product-short .nice-select {
  width: 320px;
}   
.product-layout-list .product_desc .product_desc_info p {
  margin: 20px 0;
  padding: 20px 0 0;
}  
.ht-sidebar-three-instagram li {
  width: 20%;
}
.blog-img img {
  width: 100%;
}  
.shop-top-bar.mt-95 {
  margin-top: 80px;
}
.sidebar-categores-box.mt-95 {
  margin-top: 80px;
}
.footer-area.mt-95 {
  margin-top: 80px;
}  
.content-wraper.mt-95 {
  margin-top: 80px;
} 
.single-product-page .product-area.ptb-95 {
  padding: 80px 0;
}
.single-categories-1.blog-search.mt-95 {
  margin-top: 80px;
} 
.blog-content-wrap.mt-95 {
  margin-top: 80px;
}
.blog-details.mt-95 {
  margin-top: 80px;
}  
.feequently-about-content.mb-90 {
  margin-bottom: 80px;
}
.footer-area.mt-65 {
  margin-top: 50px;
}  

.project-count-area.mt-95 {
  margin-top: 80px;
}
.About-us-team-area {
  padding: 80px 0;
}    
.testimonials-area {
  padding: 80px 0;
}   
.checkout-review-order {
  margin-top: 50px;
}  

.footer-info-inner {
  margin-top: 15px;
}
.blog-page .footer-area.mt-95 {
  margin-top: 50px;
}
.blog-details-page .footer-area.mt-95 {
  margin-top: 50px;
}
.footer-area .footer-title h3, .footer-area .time-title {
  margin: 25px 0 15px;
}    
.lost-password {
  float: inherit;
  display: block;
}    
.search-error-wrapper {
  padding: 80px 0;
}   

.setting-style-3 .top-dropdown {
  margin: 15px 0 0;
}  

.home .about-panel .small-banner-box img {
  max-width: 140px;
}

.home .about-panel .large-banner-box img {
  max-width: 170px;
}

.small-banner-box2 {
  top: -100px;
}

.about-info-banner-wrapper.ptb-160 {
  padding: 20px;
}

.large-image-panel {
    height: auto;
}

.large-image-panel-content {
  position: static;
  width: 100%;
  padding: 20px;
}

.mb-120 {
  margin-bottom: 30px;
}

.wholesale-content-wraper .contact-address-area {
  padding-left: 0px; 
}

.partners-panel.large-image-panel {
  max-height: initial;
}

.partners-panel .large-image-panel-content .title {
  font-size: 32px;
}
    
} 


/* small mobile :320px */
@media (max-width: 767px) {

  .logo {
    position: absolute;
  }

  .mobile-menu-area {
    display: block;
  }

  .header-mid-area .logo img.white {
    max-width: 100px;
 }

 .header-mid-area .logo img.color {
  max-width: 160px;
 }

 .main-menu-area, .full-setting-area {
    padding: 10px 0px;
  }
	
  .page-title {
    padding: 230px 0px 20px;
  }

  .pb-90 {
    padding-bottom: 0px;
}

.contact-page-panel.pt-160 {
  padding-top: 163px;
}

.about-banner-box {
  max-width: 525px;
  margin: auto;
}

.about-info-wrapper, .quick-view-content, .newsletter-area .newletter-input {
  max-width: 100%;
}

.newsletter-area .newsletter-inner {
  max-width: 100%;
  margin: 20px auto;
}

.ptb-120 {
  padding: 20px 0;
}

.pt-115 {
  padding-top: 102px;
}

.banner-inner {
  padding-left: 20px;
  padding-right: 20px;
}

.pt-95 {
  padding-top: 40px;
}

.ptb-90 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.banner-inner {
  padding: 30px 20px;
}

.footer-inner {
  border:none;
}

.product-image {
  min-height: auto;
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
 
.drodown-show > span, .mean-container .mean-nav ul li a i {
  display: none;
}

.top-dropdown ul > li::after {
  display: none;
}
.top-dropdown {
  float: inherit;
  text-align: center;
  margin-top: 10px;
}  

.setting-style-3 .top-dropdown {
  margin: 0px 0 0;
}
.header-mid-area .phone {
  margin: 0;
}
.search-form-input .nice-select {
  display: none;
} 
.search-form-input input {
  border-radius: 2px;
  height: 40px;
  padding: 0 80px 0 10px;
}
.searchbox .search-form-input button {
  font-size: 14px;
  height: 44px;
  padding: 0 15px;
}
.search-form-input {
  margin: 0px 0 20px 0;
}
.searchbox {
  margin: 0;
  width: 100%;
}   
.shopping-cart-box {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  width: 100%;
}
.shopping-cart-wrapper {
  right: 0;
  z-index: 9999;
  left: 0;
  margin: 0 auto;
}
.slider-wrapper {
  background-size: cover;
}
.slider-text-info.style-1 .title1 {
  font-size: 14px;
  line-height: 22px;
}
.slider-text-info.style-1 .title2 {
  font-size: 34px;
  margin-bottom: 15px;
}
.slider-text-info.style-1 p {
  font-size: 12px;
  line-height: 18px;
}
.slier-btn-1 {
  margin-top: 30px;
} 
.slider-text-info.style-1 .slier-btn-1 a {
  line-height: 40px;
  padding: 0 25px;
  font-size: 14px;
}
.slider-text-info.style-4 .slier-btn-1 {
  margin-top: 30px;
}
.slider-text-info.style-1.style-4 p {
  font-size: 10px;
}
.slider-text-info.style-1.style-4 .title2 {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 39px;
}
.col-custom {
  margin-bottom: 20px;
  width: 100%;
}  
.slider-text-info.style-1 {
  padding: 100px 0;
}
.banner-area .col-custom-4 {
  flex: 0 0 100%;
  width: 100%;
} 
.banner-area .centeritem {
  flex: 0 0 100%;
  margin: 20px 0;
  max-width: 100%;
  padding: 0 15px;
} 
.dalyoffer-inner > p {
  font-size: 14px;
}
.section-title-dic > p {
  width: 100%;
} 
.comments-area .single-comment:not(:last-child) {
  margin-bottom: 30px;
}
.col-custom:last-child {
  margin: 0;
} 
.product-tabs-list .nav li {
  line-height: 22px;
  padding: 0 8px;
}
.product-tabs-list .nav li a {
  font-size: 16px;
}   
.section-title-2 > h2 {
  padding: 0 10px;
}   
.about-inner .newletter-input {
  max-width: 260px;
  margin: 20px 0 0 0;
}
.about-inner h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.about-inner h4 {
  font-size: 20px;
} 
.blog-img img {
  width: 100%;
}
.about-inner .newletter-input .btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}  
.about-inner .newletter-input input {
  height: 40px;
  padding: 10px 116px 10px 10px;
  font-size: 13px;
}
.about-inner {
  padding: 50px 0;
}  
.section-title-2 > h2 {
  font-size: 20px;
}
.product-tabs-list-2 .nav {
  margin-top: 15px;
  padding-right: 0;
  position: inherit;
}
.product-tabs-list-2 .nav li:first-child {
  padding: 0;
}    
.footer-area .footer-info .phone {
  font-size: 20px;
}  
.header-bottom-area {
  padding: 10px 0;
}
.social-follow-box .follow-title h2 {
  display: none;
} 
.social-follow-box {
  margin-top: 0;
}
.social-follow-box li a {
  height: 34px;
  line-height: 34px;
  margin: 0 0 0 5px;
  width: 34px;
  font-size: 14px;
} 

.footer-area .copyright {
  text-align: center;
  margin: 0 0 15px 0;
}   
.footer-area .payment {
  float: inherit;
  text-align: center;
} 
.product-info-detailed {
  margin-top: 60px;
}
.modal-wrapper .modal-body button.close {
  top: -15px;
}
.product-tabs-list .nav li::after {
  display: none;
}
.product-info > h2 {
  font-size: 20px;
  margin-top: 30px;
}
.quick-add-to-cart .add-to-cart {
  margin-top: 0;
}
.quick-add-to-cart .add-to-cart {
  padding: 0 35px;
}
.product-area.pt-95 {
  padding-top: 60px;
}
.banner-area.ptb-95 {
  padding: 60px 0;
}
.product-area.pb-95 {
  padding-bottom: 60px;
}   
.section-title-3 > h2 {
  font-size: 20px;
  padding-right: 10px;
}   
.product-area .single-banner-box {
  margin-top: 40px;
}  
.about-area.ptb-95 {
  padding: 60px 0;
}   
.footer-top {
  padding: 60px 0;
}
.product-tabs-list-2 .nav li {
  padding: 0 0 0 10px;
} 
.product-tabs-list-2 .nav li a {
  font-size: 14px;
}  
.product-active-3 .owl-nav button {
  top: -95px;
}
.pos-featured-products .product_desc {
  margin: 0;
}
.hot-line-area {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-bottom:0px;
}
.hot-line-area .phone {
	margin:0px;
}

.header-mid-area .phone span {
  font-size: 15px;
}

.header-mid-style-3 .hot-line-area {
  margin-top: 0px;
}  
.header-mid-style-3 .shopping-cart-box {
  margin: 20px 0 0;
}   

.header-bottom-area.sticky-header.sticky {
  padding: 8px 0;
}
.product-active .owl-nav button, .product-active-2 .owl-nav button {
  height: 40px;
  line-height: 40px !important;
  width: 40px;
}
 
.slider-text-info.style-1.slider-2-style .title2 {
  font-size: 30px;
  line-height: 36px;
}
.slider-text-info.style-1.slider-2-style {
  padding: 87.6px 0;
}
.pos-featured-products.pb-95 {
  padding-bottom: 60px;
}  
.single-pos-product .product-image {
  width: 115px;
}
.latest-blog-area {
  padding-bottom: 40px;
}
.header-mid-style-3 .searchbox {
  width: 100%;
}  
.product-tabs-list .nav li::after {
  font-size: 18px;
}   
.product-active-3 .owl-nav button {
  top: -54px;
}
.footer-area ul li {
  line-height: 30px;
}   
.footer-area .footer-info .desc_footer {
  line-height: 25px;
}  
.footer-logo {
  margin-bottom: 20px;
} 
.pagination-box {
  text-align: inherit;
  margin-top: 10px;
  text-align: center;
}
.paginatoin-area p {
  margin: 0;
  text-align: center;
}
.shop-top-bar {
  display: inherit;
}
.product-short .nice-select {
  width: 176px;
} 
.product-short {
  margin-top: 10px;
}
.product-layout-list .product_desc .product_desc_info .new-price {
  font-size: 20px;
}   
.product-layout-list .product_desc .product_desc_info .old-price {
  font-size: 16px;
}  
.product-layout-list .product_desc .product_desc_info p {
  margin: 15px 0;
  padding: 15px 0 0;
}   
.list-add-actions li a {
  line-height: 40px;
  padding: 0 16px;
}  
.list-add-actions li.add-cart a {
  padding: 0 20px;
} 
.product-layout-list .product_desc {
  margin: 20px 0 0;
}
.discription-tab-menu li a {
  padding: 12px 5px;
} 
.cart-table .coupon-all input.button {
  padding: 0 12px;
}
.cart-table .coupon2 {
  float: inherit;
}  
.cart-table .coupon2 input {
  margin-top: 20px;
}
.lost-password {
  display: block;
  float: inherit;
  margin: 12px 0 0;
}  
.dashboard-upper-info {
  border-bottom: medium none;
  border-top: medium none;
  margin-bottom: 40px;
} 
.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
  border-right: 1px solid #ebebeb;
  padding: 0px 0px 20px 0 ;
}
.user-name::before {
  display: none;
}  
.tab-content.dashboard-content {
  margin-top: 40px;
}
.dashboard-content #orders .table-responsive .table > tbody > tr > td {
  min-width: 130px;
}  
.dashboard-content #downloads .table-responsive .table > tbody > tr > td {
  min-width: 273px;
}
.dashboard-content {
  padding: 20px;
}
.login-form-container {
  margin-bottom: 0;
  padding: 0;
} 
.faequently-accordion h4 a {
  font-size: 14px;
  padding: 10px 32px 10px 15px;
}
.search-error-wrapper {
  padding: 60px 0;
}
.error404 .search-error-wrapper h1 {
  font-size: 80px;
  line-height: 60px;
  margin: 0 0 30px;
} 
.error404 .search-error-wrapper h2 {
  font-size: 20px;
}
.error404 .search-error-wrapper p {
  font-size: 14px;
  margin: 20px auto;
  width: 95%;
}
.error404 .search-error-wrapper .error-form .error-form-input {
  width: 260px;
}
.error404 .search-error-wrapper a.home-bacck-button {
  padding: 0 20px;
}   

.checkout-review-order {
  padding: 20px;
}   
.blog-wrapper h3 {
  font-size: 19px;
}
.section-titel-three > h2 {
  font-size: 22px;
}
.reply-comment {
  margin-left: 0;
}  
 .single-comment {
  align-items: flex-start;
} 
.comment-form-author, .comment-form-email, .comment-form-url {
  width: 100%;
}  
.shop-top-bar.mt-95 {
  margin-top: 60px;
}
.sidebar-categores-box.mt-95 {
  margin-top: 60px;
}
.footer-area.mt-95 {
  margin-top: 60px;
} 
.content-wraper.mt-95 {
  margin-top: 60px;
} 
.single-product-page .product-area.ptb-95 {
  padding: 60px 0;
}
.single-categories-1.blog-search.mt-95 {
  margin-top: 60px;
} 
.blog-content-wrap.mt-95 {
  margin-top: 60px;
}
.blog-details.mt-95 {
  margin-top: 60px;
}
.feequently-about-content.mb-90 {
  margin-bottom: 60px;
}   
.footer-area.mt-65 {
  margin-top: 30px;
}  
.project-count-area.mt-95 {
  margin-top: 60px;
}
.About-us-team-area {
  padding: 60px 0;
}    
.testimonials-area {
  padding: 60px 0;
}    
.checkout-review-order {
  margin-top: 30px;
}  

.footer-info-inner {
  margin-top: 35px;
}
.blog-img img {
  width: 100%;
}   
.blog-page .footer-area.mt-95 {
  margin-top: 30px;
}  
.footer-area .footer-title h3, .footer-area .time-title {
  margin: 25px 0 15px;
}   
.blog-details-page .footer-area.mt-95 {
  margin-top: 30px;
}    
.blog-dtl-header {
  font-size: 20px;
  line-height: 28px;
}  
.checkbox-form .single-form-row {
  margin: 0 0 20px;
}   
.meta-box li {
  margin-right: 10px;
}

.about-banner-wrapper {
  padding: 40px 20px;
}

.about-banner-wrapper .title {
  font-size: 22px;
  margin: 0px 0px 10px 0px;
}

.about-banner-wrapper .about-banner-text {
  font-size: 14px;
}

.about-info-banner-wrapper.ptb-160 {
  padding: 20px;
}

.large-image-panel {
    height: auto;
}

.large-image-panel-content {
  position: static;
  width: 100%;
  padding: 20px;
}

.mb-120 {
  margin-bottom: 30px;
}

.contact-address-area ul {
  padding-left: 0px;
  padding-top: 0px;
}

.wholesale-content-wraper .contact-address-area {
  padding-left: 0px; 
}

.partners-panel.large-image-panel {
  max-height: initial;
}
  
.partners-panel .large-image-panel-content .title {
  font-size: 32px;
}

.slider-text-info .title1, .title,
.contact-page-panel .contact-page-panel-content .title {
  font-size: 24px !important;
  line-height: 30px;
}

.about-info-wrapper {
    max-width: 100%;
    padding: 20px !important;
}
	
.content-wraper.content-wraper-blog {
	padding-bottom:0px;
}

.read-more-btn, .tab-content .section-button,
.footer-inner, .newsletter-area .newsletter-inner, .tagline, .about-info-wrapper {
  text-align: center;
}

.footer-copyright {
  padding: 20px 0px 120px 0px;
}


} 
/* Large Mobile :480px */
@media only screen and (min-width: 200px) and (max-width: 767px) {

.logo a {
  max-width: 114px;
  width: 114px;
}
	
.product-btn .btn {
  line-height: initial;
}

.top-dropdown {
    margin: 0px;
}

.welcome-msg {
    line-height: normal;
    padding: 20px 0px;
}
  
#img-1 img {
  width: 100%;
}   
.quick-add-to-cart .add-to-cart {
  margin-left: 10px;
  margin-top: 0px;
}  

.about-inner p {
  width: 80%;
} 
.single-latest-blog-inner .latest-blog-contend h3 a {
  font-size: 16px;
}
.product-short .nice-select {
  width: 180px;
}

.cart-table .coupon-all input.button {
  float: right;
  margin-top: 0;
}  
.search-form-input .nice-select {
  line-height: 39px;
} 
	
.quick-add-to-cart .btn, .single_add_to_cart_button.btn {
    min-width: auto;
}
    
}


