/*
Theme Name: ShoBe
Theme URI: https://www.couponvario.com/themewp/shobe
Author: Boby Hermez
Author URI: https://www.bobyhermez.com
Description: ShoBe is a compatible WooCommerce theme made with WordPress. It is the best theme for you to sell anything online, beautifuly designed and fully responsive.
Version: 1.9.3
Text Domain: shobe
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
/*******************************
1.General
2.Helper
3.Navbar
4.Hero section
5.About
6.Features
7.Testimonial
8.Pricing
9.Contact
10.Footer
11.Responsive
12.Authentication
********************************/
body {
  overflow-x: hidden;
  margin: 0 auto;
  font-size: 14.4px;
  color: #37445a;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.03rem;
  -webkit-box-shadow: 0 2px 12px 6px rgba(55, 68, 90, 0.04);
          box-shadow: 0 2px 12px 6px rgba(55, 68, 90, 0.04);
}

html {
  background-color: #37445a;
  background-size: cover;
}

::-moz-selection {
  background: rgba(151, 160, 175, 0.3);
}

::selection {
  background: rgba(151, 160, 175, 0.3);
}

::-moz-selection {
  background: rgba(151, 160, 175, 0.3);
}

a {
  text-decoration: none ;
  outline: none !important;
}
a:hover 
 {
  text-decoration: underline ;
 
}
a:focus{
	outline: none;
  box-shadow: 0 0 2px 2px #045796;
  color: #37445a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #37445a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.row > * {
  position: relative;
}

@media (min-width: 1310px) {
  .container {
    max-width: 1140px;
  }
  .container-fluid {
    padding: 0 30px; } 
}

.bg-primary {
  background-color: #0466c8 !important;
}

.bg-soft-primary {
  background-color: rgba(4, 102, 200, 0.1) !important;
}

.text-primary {
  color: #0466c8 !important;
}

.uim-icon-primary .uim-svg {
  fill: #0466c8 !important;
}

.bg-success {
  background-color: #09BC8A !important;
}

.bg-soft-success {
  background-color: rgba(9, 188, 138, 0.1) !important;
}

.text-success {
  color: #09BC8A !important;
}

.uim-icon-success .uim-svg {
  fill: #09BC8A !important;
}

.bg-info {
  background-color: #00B4D8 !important;
}

.bg-soft-info {
  background-color: rgba(0, 180, 216, 0.1) !important;
}

.text-info {
  color: #00B4D8 !important;
}

.uim-icon-info .uim-svg {
  fill: #00B4D8 !important;
}

.bg-warning {
  background-color: #ffd455 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 212, 85, 0.1) !important;
}

.text-warning {
  color: #ffd455 !important;
}

.uim-icon-warning .uim-svg {
  fill: #ffd455 !important;
}

.bg-danger {
  background-color: #D1495B !important;
}

.bg-soft-danger {
  background-color: rgba(209, 73, 91, 0.1) !important;
}

.text-danger {
  color: #D1495B !important;
}

.uim-icon-danger .uim-svg {
  fill: #D1495B !important;
}

.bg-dark {
  background-color: #37445a !important;
}

.bg-soft-dark {
  background-color: rgba(55, 68, 90, 0.1) !important;
}

.text-dark {
  color: #37445a !important;
}

.uim-icon-dark .uim-svg {
  fill: #37445a !important;
}

.bg-muted {
  background-color: #99a1a9 !important;
}

.bg-soft-muted {
  background-color: rgba(153, 161, 169, 0.1) !important;
}

.text-muted {
  color: #99a1a9 !important;
}

.uim-icon-muted .uim-svg {
  fill: #99a1a9 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-white {
  color: #ffffff !important;
}

span#copyright a {
  color: #ffffff;
}

span#copyright a:hover{
  color: #b7d3e9;
  text-decoration: underline;
}

.uim-icon-white .uim-svg {
  fill: #ffffff !important;
}

.bg-light {
  background-color: #f6f8fb !important;
}

.bg-soft-light {
  background-color: rgba(246, 248, 251, 0.1) !important;
}

.text-light {
  color: #f6f8fb !important;
}

.uim-icon-light .uim-svg {
  fill: #f6f8fb !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-soft-black {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.text-black {
  color: #000000 !important;
}

.uim-icon-black .uim-svg {
  fill: #000000 !important;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.section {
  padding: 40px 0px;
}

.flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.page-title h2,
.page-title h3 {
  line-height: 50px;
  margin-top: 60px;
  font-weight: 300;
  letter-spacing: 1px;
}

.page-title span {
  font-weight: 400;
  border-bottom: 3px solid;
}

.subtitle {
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
}
.border {
  border: 1px solid #ededed !important;
}

.border-top {
  border-top: 1px solid #ededed !important;
}

.border-bottom {
  border-bottom: 1px solid #ededed !important;
}

.rounded-lg {
  border-radius: 0.3rem;
}

.card {
  border: none !important;
}

.shadow {
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 18, 51, 0.09) !important;
          box-shadow: 1px 1px 7px 0px rgba(0, 18, 51, 0.09) !important;
}

.section-title h2 {
  /*font-family: 'Seaweed Script';
  font-size: 3rem;*/
  position: relative;
  display: inline-block;
  background: #fff;
  vertical-align: top;
  padding: 20px 0;
  margin: 0;
}
.dropdown-menu {
  font-size: 14.4px;
  border: 1px solid #ededed !important;
}

.breadcrumb .breadcrumb-item a {
  color: #37445a;
}

.breadcrumb .breadcrumb-item.active {
  color: #0466c8 !important;
}

.brand-section {
  padding: 0px 0px 60px;
}

.btn {
  padding: 8px 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14.4px;
  outline: none !important;
}

.btn:hover, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-decoration: none;
  box-shadow: 0 0 2px 2px #045796;
}

.btn-primary {
  color: #ffffff;
  background: #0466c8;
  border-color: #0466c8;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background: #045cb4;
  border-color: #045cb4;
  color: #ffffff;
  	outline: none;
  box-shadow: 0 0 2px 2px #045796;
}

.btn-success {
  color: #ffffff;
  background: #09BC8A;
  border-color: #09BC8A;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background: #08a97c;
  color: #ffffff;
  	outline: none;
  box-shadow: 0 0 2px 2px #08a97c;
}

.btn-info {
  color: #ffffff;
  background: #00B4D8;
  border-color: #00B4D8;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  background: #00a3c4;
  color: #ffffff;
  	outline: none;
  box-shadow: 0 0 2px 2px #00a3c4;
}

.btn-warning {
  color: #ffffff;
  background: #ffd455;
  border-color: #ffd455;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background: #ffcf41;
  outline: none;
  box-shadow: 0 0 2px 2px #ffcf41;
  color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background: #D1495B;
  border-color: #D1495B;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background: #cd394c;
   outline: none;
  box-shadow: 0 0 2px 2px #cd394c;
  color: #ffffff;
}

.btn-dark {
  color: #ffffff;
  background: #37445a;
  border-color: #37445a;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background: #21759b;
  outline: none;
  box-shadow: 0 0 2px 2px #cd394c;
}

.btn-muted {
  color: #ffffff;
  background: #99a1a9;
  border-color: #99a1a9;
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active {
  background: #8e97a0;
    outline: none;
  box-shadow: 0 0 2px 2px #8e97a0;
  color: #ffffff;
}

.btn-white {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #ffffff;
}

.btn-light {
  color: #ffffff;
  background: #f6f8fb;
  border-color: #f6f8fb;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
  background: #e8edf5;
  border-color: #e8edf5;
  color: #ffffff;
}

.btn-black {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  background: black;
  border-color: black;
  color: #ffffff;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary:focus {
	outline: 0;
  
}

.navbar {
  padding: 20px 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0px auto;
}

.navbar .logo .logo-dark {
  display: none;
}

.navbar .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 7px;
  font-weight: 500;
}

.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
  text-decoration: underline;
}

.navbar .navbar-btn {
  margin-left: 10px;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
  border: none;
  padding: 0 !important;
}

.navbar-toggler:focus { 
  border-color: #0466c8;
  box-shadow: 0 0 2px 2px #011d3a;
          
}
/*--- navbar sticky ---*/
.nav-sticky.navbar {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(69, 61, 80, 0.08);
          box-shadow: 0px 4px 10px 0px rgba(69, 61, 80, 0.08);
}

.nav-sticky.navbar .logo .logo-dark {
  display: block;
}

.nav-sticky.navbar .logo .logo-light {
  display: none;
}

.nav-sticky.navbar .navbar-nav .nav-item .nav-link {
  color: #37445a;
}

.nav-sticky.navbar .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar .navbar-nav .nav-item .nav-link:active, .nav-sticky.navbar .navbar-nav .nav-item .nav-link:focus, .nav-sticky.navbar .navbar-nav .nav-item .nav-link.active {
  color: #0466c8;
}

.navbar-light {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);
          box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.15);

}

.navbar-light .logo .logo-dark {
  display: inline-block;
}

.navbar-light .logo .logo-light {
  display: none;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #37445a;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link:active, .navbar-light .navbar-nav .nav-item .nav-link:focus, .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #0466c8;
}

@media (max-width: 991px) {
  .navbar {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar .logo .logo-dark {
    display: block;
  }
  .navbar .logo .logo-light {
    display: none;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0px;
    padding: 6px 10px;
    color: rgba(55, 68, 90, 0.9);
  }
  .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link.active {
    color: #0466c8;
  }
  .navbar .navbar-btn {
    margin-left: 0px;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgba(55, 68, 90, 0.9);
  }
}

.hero-img, .intro-img {
 
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-img, .title-bg-overlay {
  background-color: rgba(237, 237, 237, 0.5);
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
}
.intro-img {
  top: 0;
  left: 0;
  padding: 277px 0;
}
.hero-img{
  margin: 17px 0px 0px;
  padding: 77px 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .hero-img {
    margin: 100px 0px 0px;
  }
  .hero-img {
    padding: 177px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .intro-img {height: 500px !important;}
  .intro-img .captionsl{ top: 0;
    left: 0;}
  .intro-img .captionsl  h1 {font-size: 50px;line-height: 60px;}
}

@media (max-width: 575px) {
  .intro-img {height: 400px !important;}
  .intro-img .captionsl  p {font-size: 18px;}
  .intro-img .captionsl  h1 {font-size: 35px;line-height: 46px;padding: 12px 0 18px 0;}
  .intro-img .captionsl{ top: 0;position: absolute;}
}
.intro-img .captionsl {max-height: 100px; max-width: 66.6%;}
.intro-img .captionsl h1 {text-transform: uppercase;padding: 10px 0 17px 0;color: #37445a;}
.intro-img .captionsl p {
  font-size: 26px;
  line-height: 35px;
  color: #37445a;
  font-weight: 300;
}
.filter-option li a {
  color: #37445a;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 14px;
  margin-right: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.filter-option li a.active, .filter-option li a:hover {
  background-color: #0466c8;
  color: #ffffff;
}

.filter-option li:hover a, .filter-option li.active a {
  background-color: #0466c8;
  color: #ffffff;
  border-radius: 4px;
}

.filter-box {
  display: none;
}

.show {
  display: block;
}

.work-container .card-body {
  margin-top: 30px;
}

.work-container .card-body .content {
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  overflow: hidden;
  display: none;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.work-container .card-body:hover .content {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  display: block;
  z-index: 2;
}

.client-images img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}

.client-images img:hover {
  opacity: 1;
}

.tagcloud a {
  background-color: #ededed;
  color: #37445a;
}

.tagcloud a:hover {
  background-color: #0466c8;
  color: #ffffff;
}

.share-on ul li a {
  color: #37445a;
}

.share-on ul li:hover a {
  color: #0466c8;
}

.post .date-box {
  z-index: 1;
}

.post .date-box .post-preview {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post .date-box .post-preview:hover {
  opacity: 0.7;
}

.post .post-title a {
  color: #37445a;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.post .post-title a:hover {
  color: #0466c8;
  text-decoration:underline;
}
.post p a{
  color: #0466c8;
  text-decoration:underline;
}
.post p a:hover{
  color: #333333;
  text-decoration:underline;
}

.post p .text-meta{
  color: #37445a;
}

.post .text-meta a {
  color: #0466c8;
  text-decoration:none;

}

.post p .text-meta a:hover {
  color: #0466c8;
  text-decoration:underline;
}

.post .text-meta span a{
  color: #52b043;
  font-weight: bold;
  text-decoration:none;
}

.post .text-meta span a:hover {
  color: #333333;
  text-decoration:underline;
}

.comments-area .comment-meta{
  color: #37445a;
  font-size: 14px;
  font-weight: 500;
}

.comments-area .comment-meta a{
  color: #37445a;
  text-decoration:underline;
}
.comments-area .comment-meta a:hover{
  color: #0466c8;
  text-decoration:underline;
}

.comments-area .comment-description a{
  color: #0466c8;
  font-size: 14px;
  font-weight: 500;
  text-decoration:underline;
}

.comments-area .comment-description a:hover{
  color: #284b6e;
  text-decoration:underline;
}

.logged-in-as a{
  
  text-decoration:underline;
}

.widget .search-button {
  position: absolute;
  top: 0;
  height: 100%;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.widget .search-button.search-button:focus, .widget .search-button.search-button.focus, .widget .search-button.search-button.active.focus, .widget .search-button.search-button.active:focus, .widget .search-button.search-button:active.focus, .widget .search-button.search-button:active:focus {
  outline: 0;
}

.widget .search-button:hover {
  color: #0466c8;
}
.widget .search-button:focus {
  color: #0466c8;
  box-shadow: 0 0 2px 2px #011d3a;
}

.list-unstyled a:hover{
  text-decoration:underline;
}
.form-control {
  height: 45px;
  border: 1px solid #ededed;
}

.form-control:focus {
  border-color: #0466c8;
  box-shadow: 0 0 2px 2px #011d3a;
}

.submitBnt:hover {
  border-color: #0466c8;
  background-color: #0466c8;
  color: #ffffff;
}

.pagination { 
  float:left; 
  width:100%;  
  margin:20px 0px 10px; 
  padding:0px; 
}
.pagination ul {
  float:left; 
  margin:0px; 
  padding:0px; 
}
.pagination ul li {
  float:left; 
  display:inline; 
  margin:0px; 
  padding:0px; 
}
.pagination ul li a, .pagination .next-post, .pagination .prev-post {
  font-size:14px; 
  font-weight:bold; 
  line-height:37px; 
  color:#333334; 
  padding:0px 15px; 
  background:#ededed; 
  margin:0px 10px 0px 0px; 
  float:left; 
  border-bottom:2px solid #d9d9d9; 
  position:relative; 
}
.pagination ul li a:after, .pagination .next-post:after, .pagination .prev-post:after {
  border-bottom:1px solid #ffffff; 
  position:absolute; 
  bottom:0px; 
  left:0px; 
  content:''; 
  width:100%; 
}
.pagination ul li span.current {
  border-bottom:2px solid #0466c8;; 
  background-color:#0466c8; 
  color:#ffffff; 
  font-size:14px; 
  font-weight:bold; 
  line-height:37px; 
  padding:0px 15px; 
  margin:0px 10px 0px 0px; 
  float:left; 
  position:relative; 
}
.pagination ul li span.current:after {
  border-bottom:1px solid #ffffff; 
  position:absolute; 
  bottom:0px; 
  left:0px; 
  content:''; 
  width:100%; 
}
.pagination ul li a:hover, .pagination .next-post:hover, .pagination .prev-post:hover {
  color:#ffffff; 
  background-color:#0466c8; 
}
.pagination ul li span.dots{
  font-size:14px; 
  font-weight:bold; 
  line-height:37px; 
  color:#333334; 
  padding:0px 15px; 
  background:#ededed; 
  margin:0px 10px 0px 0px; 
  float:left;
  border-bottom:2px solid #d9d9d9; 
  position:relative; 
}
.pagination .next-post { 
  float:left; 
  margin-left:4px; 
  padding:0px; }
.pagination .prev-post {
  float:left; 
  margin-right:4px; 
  padding:0px; 
}

.sign p {
  font-family: "Mrs Saint Delafield", cursive;
}

.content-area{
  min-height: 700px;
}

.content-area  blockquote {
  background-color: #f5f5f5;
  border-left: 5px solid #000;
  padding: 20px 30px;
}

.about-box .icon:after {
  content: "";
  position: absolute;
  content: "";
  width: 33px;
  height: 1px;
  background-color: #0466c8;
  bottom: -18px;
  left: 0;
}

.about-box .abt-text {
  z-index: 9;
}

.about-box .pro-number {
  font-size: 8rem;
  position: absolute;
  top: 10px;
  right: 20px;
  color: rgba(242, 244, 249, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 3;
  
}

.about-box:hover .pro-number {
  font-size: 10rem;
}

.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(4, 102, 200, 0.4);
}


.pro-list-content .hover-content .pro-icon:hover, .pro-list-content .hover-content .pro-icon.active {
  color: #0466c8;
}

.pro-detail-area .nav-tabs .nav-link {
  color: #37445a;
}

.pro-detail-area .detail-title.nav-tabs .nav-item.show .nav-link,
.pro-detail-area .detail-title.nav-tabs .nav-link.active {
  background-color: #0466c8;
  color: #ffffff;
}

.pro-table tbody tr {
  vertical-align: middle;
}

.footer-list li a {
  color: #99a1a9 !important;
}

.footer-list li a:hover {
  color: #0466c8 !important;
}
.footer-alt {
  padding: 20px 0;
}
.no-sidebar .sidebar{
display: none;
}   
.no-sidebar-footer .footer{
  display: none;
}
.social-circle li a {
  height: 34px;
  width: 34px;
  color: rgba(255, 255, 255, 0.9) !important;
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-circle li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}

/** Woocommerce */

.woocommerce .woocommerce-breadcrumb  {
padding-top: 10px
}

.woocommerce ul.products li.product .button{
color: #ffffff;
background: #37445a;
border-color: #37445a;
}
.woocommerce ul.products li.product .button:focus{
background: #21759b;
box-shadow: 0 0 2px 2px #011d3a;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cart-icon {
  padding: 0;
  width: auto;
}
.cart-icon span {
  height: 40px;
  width: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: bottom;
  font-size: 24px;
  text-align: center;
}
.cart-icon span:last-child {
  margin-left:10px;
}
.cart-icon .items {
  background: #CA2424;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  right: 27px;
}
.product_meta .posted_in a{
  color: #0466c8;
  text-decoration: underline;
}

.product_meta .posted_in a:hover{
  color: #072e5e;
  text-decoration: underline;
}

.product_meta .tagged_as a{
  color: #0466c8;
  text-decoration: underline;
}
.woocommerce-tabs .entry-content a{
  color: #0466c8;
  text-decoration: underline;
}
.woocommerce-tabs .entry-content a:hover{
  color: #072e5e;
  text-decoration: underline;
}


.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0 4px 5px;
  color: #000;    
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.bypostauthor {
display: block;
}

.widget_125 {
padding-bottom: 12px;
}

.widget_125 img {
border:
1px solid #f0f0f0;
padding:
8px;
}

.widget_125 img {
margin:
0 0 8px 0;
line-height: 1;
}

.widget_125 .img-right {
float: right;
}

.sidebar .widget_125 {
padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.sidebar .widget_125 img,
.sidebar .widget_125 .img-right {
  float: none;
  display: inline-block;
  margin: 0 10px 0 0;
}
}