/*Theme Name: Shop Cart Woocommerce Pro
Theme URI: https://www.revolutionwp.com/products/woocommerce-wordpress-theme/
Author: revolutionwp
Author URI: https://www.revolutionwp.com/
Description: The WooCommerce WordPress Theme represents the epitome of sophistication and functionality in the realm of e-commerce. Ideal for businesses and individuals aiming to create visually stunning online stores, this premium theme seamlessly merges style with advanced features. Its core strength lies in an intuitive and responsive design, guaranteeing a captivating and uniform shopping experience across diverse devices. Whether accessed on desktops, tablets, or smartphones, the theme effortlessly adapts, preserving a visually appealing and user-friendly interface. Tailored for those who prioritize both aesthetics and functionality, the WooCommerce WordPress Theme stands as a pinnacle choice for establishing a strong and captivating online presence.
Version: 0.0.2
Requires at least: 5.8
Tested up to: 6.1.1
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: shop-cart-woocommerce-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Shop Cart Woocommerce Pro WordPress Theme has been created by Themes(themes.com), 2018.
Shop Cart Woocommerce Pro WordPress Theme is released under the terms of GNU GPL
/* Basic Style */
/* latin-ext */


@font-face {
  font-family: 'Caveat Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Caveat Brush'), local('CaveatBrush-Regular'), url(assets/css/EYq0maZfwr9S9-ETZc3fKXt8UrOS43o.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Caveat Brush';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Caveat Brush'), local('CaveatBrush-Regular'), url(assets/css/EYq0maZfwr9S9-ETZc3fKXt8XLOS.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --white: #ffffff;
  --black: #000000;
  --black51: #222222;
  --black2: #111111;
  --black52: #383838;
  --grey51: #7a7a7a;
  --grey52: #999999;
  --black53: #424648;
  --black54: #333333;
  --skyblue: #3890cb;
  --faintgreen: #59A2FF;
  --grey1: #cccccc;
  --white51: #eeeeee;
  --black55: #474747;
  --lightblue51: #8fa3aa;
  --bluenavy: #212A39;
  --lightcolor51: #e1e1e1;
  --darkgrey51: #676565;
  --grey55: #737373;
  --grey56: #555350;
  --red: #ec1d23;
  --black56: #494848;
  --blue53: #3c5a99;
  --blue54: #007bb5;
  --orange: #da4835;
  --skyblue53: #55acee;
  --yellow41: #d3da36;
}
:root {
  --common-font-c: 'Caveat Brush', cursive;--common-font-r: "Roboto";--common-font-s: "Source Sans Pro";--common-font-p:'Poppins';--common-font-ps: Poppins,sans-serif;
}
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:var(--white);
  position:relative;
  font-size: 14px;
  font-family: var(--common-font-p);
  font-weight: 300;
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0;
  padding:0;
  height:auto;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:10px 0;
  letter-spacing: 1px;
  font-family: var(--common-font-c);
  color:var(--black51);
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:14px;
  font-weight:400;
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none;
  color:var(--black2);
}
a:hover{
  text-decoration:none;
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{
  margin:0 0 0 15px;
  padding:0;
}
ul li, ol li{font-size: 14px;}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: var(--black52);
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  left: 0px;
  top: -10px;
  color: var(--grey51);
}
blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  right: 0px;
  bottom: -10px;
  color: var(--grey51);
}
blockquote cite {
  color: var(--grey52);
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="phno"],input[type="password"],textarea{
  border:1px solid var(--grey10);
  font-size:16px;
  padding:10px 10px;
  margin:0 0 0px 0;
  height:auto;
  width: 100%;
  background: transparent;
}
input[type="email"]{
  opacity: 0.5;
}
section{
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}
select{
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 20px;
  color: var(--white) !important;
  text-transform: uppercase;
}
input[type="submit"]:hover{
  cursor: pointer;
}
textarea {
  height: 80px;
}
.bounce, .flash, .pulse, .shake, .swing, .tada, .wobble, .bounceIn, .bounceInDown, .bounceInLeft, .bounceInRight, .bounceInUp, .bounceOut, .bounceOutDown, .bounceOutLeft, .bounceOutRight, .bounceOutUp, .fadeIn, .fadeInDown, .fadeInDownBig, .fadeInLeft, .fadeInLeftBig, .fadeInRight, .fadeInRightBig, .fadeInUp, .fadeInUpBig, .fadeOut, .fadeOutDown, .fadeOutDownBig, .fadeOutLeft, .fadeOutLeftBig, .fadeOutRight, .fadeOutRightBig, .fadeOutUp, .fadeOutUpBig, .flip, .flipInX, .flipInY, .flipOutX, .flipOutY, .lightSpeedIn, .lightSpeedOut, .rotateIn, .rotateInDownLeft, .rotateInDownRight, .rotateInUpLeft, .rotateInUpRight, .rotateOut, .rotateOutDownLeft, .rotateOutDownRight, .rotateOutUpLeft, .rotateOutUpRight, .slideInDown, .slideInLeft, .slideInRight, .slideOutLeft, .slideOutRight, .slideOutUp, .rollIn, .rollOut, .zoomIn, .zoomInDown, .zoomInLeft, .zoomInRight, .zoomInUp, .slideInUp{
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible!important;
}
.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
}
.wp-caption-text,.gallery-caption,.bypostauthor{
  margin:0;
  padding:0;
}
.hovereffect a {
  border: 1px solid var(--black54);
  padding: 10px;
  color: var(--black54);
}
.screen-reader-text {
  top:-9999em;
  left:-9999em;
}
.alignleft,img.alignleft{
  display: inline;
  float: left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  padding:5px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  padding:5px;
  margin-bottom:10px;
  margin-left:25px;
  padding:5px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
  padding:5px;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
a.small-button{
  background:var(--skyblue);
  padding:5px 30px;
  border-radius:3px;
  display:table;
  margin:0 auto;
}
a.small-button:hover{
  background:#0c5f96;
}
table, td, th {
  border: 1px solid black;
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid var(--white);
}
.widget_calendar td,.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  background-color: #bbb;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover,.widget_calendar tbody a:focus {
  background-color: #686868;
}
.widget th,.widget td {
  padding: 0.5384615385em;
}
/* ---------Buttons--------- */
a.button, button{
  border: 2px solid var(--faintgreen) ;
  font-size: 16px;
  font-weight:bold;
  background-color: var(--faintgreen);
  border-radius: 0;
  padding: 10px 14px;
  color: var(--white);
}
a.theme_button {
  letter-spacing: 1px;
  padding: 18px 20px;
  font-size: 14px;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  margin-top: 20px;
}
a.theme_white_button{
  text-transform: uppercase;
  margin-top: 20px;
  letter-spacing: 1px;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0;
  display: inline-block;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  margin-top: 20px;
}
a.theme_white_button:hover {
  border: 1px solid var(--white);
}
/*-----------------Search pop up----------------*/
.serach_outer {
  position: fixed;
  height: 100%;
  background: var(--black);
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
}
.serach_inner {
  top: 50%;
  transform: translateY(-50%);
}
.closepop {
  top: 29%;
  transform: translateY(-50%);
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border-radius: 0;
  margin: 0 auto;
  max-width: 700px;
}
.serach-page input.search-field {
  border: 1px solid var(--grey1);
  padding: 9px;
}
.search_popup input.search-submit {
  border: 0;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid var(--white);
}
.search_popup label {
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  text-indent: 8px;
  border: 2px solid var(--white);
  border-radius: 40px;
}
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* ----------- Spinner ------------- */
.eco-box{
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  z-index: 9999;
}
.eco-box .lds-ellipsis {
  display: inline-block;
  width: 80px;
  height: 80px;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.eco-box .lds-ellipsis div {
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.eco-box .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.eco-box .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.eco-box .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.eco-box .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* ---------- Return to Top ------------ */
#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background:var(--faintgreen);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}
#return-to-top i {
  position: relative;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px 8px;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  top: 5px;
}
/*----------------------  index ---------------------------*/
.post-section {
  padding: 20px 0;
}
.postwrapper-box{
  border: 2px solid var(--white51);
}
.cat-box {
  background: url(images/cat-icon.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  margin: 15px 0 30px 0;
}
.date-box {
  background: url(images/date.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  margin: 0 0 15px 0;
}
/*------------------------- Headings --------------------------*/
section h2{
  padding:0;
  margin-bottom: 20px;
  color: var(--black51);
  padding: 0 0 10px;
  margin: 0;
}
section h3 {
  color: var(--black51);
  padding: 0;
}
section h4{
  color:var(--black51);
  font-size:20px;
}
section h5{
  color:#333;
  font-weight:bold;
  margin:0 0 10px 0;
  padding:0;
}
.innerbox{
  background-size:100% 100%;
}
#about {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
/*--------------------- Section Heading------------------------*/
.section-heading h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-heading p {
  margin: 0;
  padding: 10px 0;
}
/* --------- Inner Pages --------- */
.more_info a {
  background: #333;
  padding: 10px;
  border-radius: 20px;
}
.more_info {
  margin: 20px 0;
}
.more_info a:hover {
  color: var(--black54);
}
ol.carousel-indicators li {
  padding: 2px !important;
  color: var(--black54) !important;
  border:3px solid var(--black) !important;
  background-color: transparent;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  width: 4px !important;
  height: 4px !important;
}
/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  color: var(--white) !important;
}
.navigation span.page-numbers.current{
  color: var(--black) !important;
}
#blog{
  padding-top:0;
  margin-top:0;
}
.blog-post h5{
  text-transform:uppercase;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  margin-right: 1%;
}
.blog-icon i:hover {
  background: var(--yellow41);
}
.blog-icon i.fa-google-plus {
  padding: 12px 10px 12px 11px
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1;
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs span{
  background:#dddddd;
  padding:5px 15px;
}
/*------------------ Comments BOX ------------------*/
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],#comments input[type="email"],#comments textarea{
  padding:12px 10px;
  font-size:18px;
}
#comments input[type="submit"].submit {
  padding: 10px 20px;
  text-transform: uppercase;
  margin-top: 20px;
  text-transform: uppercase;
  border-top: none;
  border-radius: 40px;
  background: var(--faintgreen);
}
#comments a time{
  font-weight:bold;
  font-size:12px;
}
#comments .reply{
  text-align:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  text-align:left;
  margin-left:7%;
}
#comments .comment-author{
  margin-bottom: 1em;
}
#comments h2#reply-title{
  display: inline-table;
}
#comments .comment-author.vcard img {
  padding: 2px;
}
/* ---------------- Button Effects --------------- */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/*--------------- Sidebar -----------------*/
#sidebar .tagcloud a,#sidebar input[type="search"],#sidebar td#prev a,#sidebar caption,#sidebar td,#sidebar th,#sidebar select,#search-3 input[type="search"],html body {
 color: #6c6c6c;
}
#sidebar caption {
 font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td,#sidebar select {
 border: 1px solid var(--lightcolor51);
}
#sidebar td {
 padding: 7px;
}
#sidebar th {
 padding: 5px;
}
#sidebar select {
 padding: 10px 5px;
}
#sidebar h3 {
  font-size: 24px;
  color: var(--black);
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 11px;
  border-bottom: 1px solid var(--lightcolor51);
}
#sidebar input[type="search"] {
 padding:10px 10px;
 font-size:15px;
 margin-bottom: 10px;
 border: solid 1px var(--lightcolor51);
}
#sidebar label{
 margin-bottom: 0;
}
#sidebar input[type="submit"]{
 background-color :var(--faintgreen);
 padding:10px 0;
 font-size:12px;
 letter-spacing: 2px;
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
#sidebar ul li{
  border-bottom: 1px solid var(--lightcolor51);
  padding: 10px 0;
}
#sidebar ul li:last-child,img,.content_boxes,.shop-cart-woocommerce-pro-toggle-nav button,input[type="submit"],a.theme_button,a.theme_white_button{
  border: none;
}
#sidebar ul li a,#sidebar ul li{
  font-weight: 600;
  color: var(--black);
  font-family: var(--common-font-ps);
  font-size: 15px;
}
#sidebar .tagcloud a{
 border: solid 1px var(--lightcolor51);
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
#sidebar .tagcloud a:hover{
 background:var(--red);
}
span.credit_link a {
  color: #000;
}
.single-post-content p{
  font-size: 16px;
  font-family: var(--common-font-s);
  line-height: 28px;
}
.outer_dpage p{
  font-size: 16px;
  font-family: var(--common-font-r);
  line-height: 28px;
}
/* ------------- Category --------------------*/
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories li{
  display: inline-block;
}
ul.post-categories li:after{
  content: ' ,';
}
ul.post-categories li:last-child:after{
  content: '';
}
ul.post-categories a {
  color: var(--black54);
}
.content_boxes {
  padding: 0;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
/*-------------- Main Title ---------------*/
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  background-color: var(--black54);
  width: 36px;
  margin: 0 4px;
}
.share_icon i.fab.fa-facebook-f{
  background-color: var(--blue53);
}
.share_icon i.fab.fa-linkedin-in{
  background-color: var(--blue54);
}
.share_icon i.fab.fa-google-plus-g{
  background-color: var(--orange);
}
.share_icon i.fab.fa-twitter{
  background-color: var(--skyblue53);
}
.view-more {
  margin: 0 auto;
}
.menubar.scrolled li.search-box {
  display: block !important;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
}
 button.owl-next, button.owl-prev {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border:2px solid var(--grey21);
  display: inline-block;
  color: var(--grey21);
  outline: none;
  top: 50%;
  transform: translateY(-50%);
  padding: 7px 13px;
}
 button.owl-next {
  right: -10px;
}
 button.owl-prev{
  left: -10px;
}
button.owl-prev i,  button.owl-next i{
  font-size: 10px;
}
/*-------------- Woocommerce ---------------*/
.woocommerce .summary h1 {
  font-size: 28px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
}
.woocommerce .quantity input{
  padding: 5px 0px;
}
.woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: var(--faintgreen) !important;
  border-radius: 0;
  padding: 10px 14px !important;
  color: var(--white) !important;
}
a.theme_white_button,.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{
  color: var(--faintgreen);
}
#sidebar .shop-cart-woocommerce-pro-widget,.navigation span.page-numbers.current,a.page-numbers, span.page-numbers.current,a.theme_white_button,aside#recent-comments-3,aside#categories-3,aside#archives-3,aside#woocommerce_product_categories-2,#sidebar .shop-cart-woocommerce-pro-widget,#sidebar .widget,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.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{
  border: 1px solid var(--faintgreen);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  color: var(--black54);
}
#contentwoocom {
  padding: 20px 15px;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woocommerce ul.products li.product .button{
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}
li.product {
  border: 1px solid #ddd;
  padding-bottom: 17px;
}
.wp-caption,section img,img,.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2,.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address{
  max-width: 100%;
}
input#password, input#reg_password {
  padding: 10px;
}
.woocommerce a.added_to_cart {
  padding: 0 .5em .5em;
  display: inline-block;
}
.woocommerce h1,.woocommerce h2,.woocommerce h3,#recent-comments-3 h3.widget-title,#recent-comments-3 #sidebar h3,#sidebar h3,#comments h2#reply-title,#sidebar h3{
  font-family: var(--common-font-c);
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  width: 53%;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
  list-style-type: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  color: var(--white);
  font-family: var(--common-font-r);
}
.woocommerce form .form-row.woocommerce-invalid label,.woocommerce-MyAccount-content a,.single-post-content p,.outer_dpage p{
  color:var(--lightblue51);
}
#single-product-page,#primary{
  padding-top: 30px;
}
.woocommerce ul.products li.product h2{
  font-size: 20px !important;
}
.woocommerce .woocommerce-checkout-review-order-table th,.woocommerce .woocommerce-checkout-review-order-table td{
  text-align: left !important;
}
.woocommerce ul.products li.product .onsale {
  width: 50px;
  height: 50px;
  display: inline-block;
  letter-spacing: 1px;
  font: 400 13px var(--common-font-cb);
  padding: 16px 10px;
  border-radius: 50%;
  text-transform: uppercase;
  left: 7%;
  top: 5%;
  position: absolute;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  color: #ffffff !important;
  margin-bottom: 6px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond .form-submit input,a.page-numbers, span.page-numbers.current,.eco-box,a.theme_white_button:hover,a.theme_button,input[type="submit"] ,.woocommerce span.onsale,button.single_add_to_cart_button.button.alt,a.button.wc-backward,nav.woocommerce-MyAccount-navigation ul li,button#place_order,a.checkout-button.button.alt.wc-forward,button.button, .post-navigation a:focus .post-title,input.wpcf7-form-control.wpcf7-submit,#search-3 input[type="submit"] {
  background: var(--faintgreen) !important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 14px;
  width: 70px !important;
  height: auto;
  box-shadow: none;
  margin-left: 0px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li a{
  padding: 0;
}
.woocommerce .woocommerce-breadcrumb a,.woocommerce .woocommerce-breadcrumb {
  color: var(--grey55) !important;
}
.woocommerce-MyAccount-content a, .woocommerce-info a, .woocommerce-privacy-policy-text a, td.product-name a, a.shipping-calculator-button {
  color: var(--grey56) !important;
}
.woocommerce span.onsale {
    padding: 6px 10px;
    text-transform: uppercase;
}
/* ----------- Unit Testing ------------- */
.middle-header {
  padding: 15px 0;
  border-bottom: solid 3px ;
  border-color: var(--faintgreen) !important;
}
aside#recent-comments-3,aside#categories-3,aside#archives-3,aside#woocommerce_product_categories-2,#sidebar .shop-cart-woocommerce-pro-widget,#sidebar .widget {
  padding: 20px;
  margin-bottom: 50px;
}
#search-3 input[type="submit"] {
  padding: 10px 0;
  font-size: 12px;
  letter-spacing: 2px;
}
#search-3 input[type="search"] {
  padding: 10px 10px;
  font-size: 15px;
  margin-bottom: 10px;
  border: solid 1px var(--lightcolor51);
}
#recent-comments-3 h3.widget-title,#recent-comments-3 #sidebar h3,#sidebar h3 {
  font-size: 24px;
  color: var(--black);
  padding-bottom: 15px;
  margin-bottom: 11px;
  border-bottom: 1px solid var(--lightcolor51);
}
/*a:focus{
  border:1px dashed;
}*/
.testimonial-dots,.serach_outer,#return-to-top,#product-categories .children{
  display: none;
}
.shop-cart-woocommerce-proprop_desc p {
  color: #fff;
  margin-bottom: 0;
}
.shop-cart-woocommerce-pro-toggle-nav button,.search_popup label,.search_popup input.search-field,#sidebar select{
  background: transparent;
}
.fixed{
  background-attachment: fixed;
}
.scroll{
  background-attachment: scroll;
  background-size: 100% 100%;
}
.footer1 aside#recent-posts-3 {
  border: unset;
}
#recent-comments-3 h3.widget-title,#recent-comments-3 #sidebar h3,.outer_dpage table,.outer_dpage table th,.view-more,.share_icon i,#sidebar h3,#sidebar form,#sidebar table,#sidebar th,#sidebar td,.section-heading,.widget_calendar td,.widget_calendar th,h2.woocommerce-loop-product__title,.woocommerce ul.products li.product .price,.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  text-align: center;
}
#product-categories,#product-categories .children,.eco-box .lds-ellipsis div,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.more_info a:hover,.woocommerce div.product form.cart .variations select,a.theme_white_button,.navigation span.page-numbers.current,.hvr-shutter-in-vertical:before{
  background-color: var(--white);
}
.services_inner h4, .services_inner .short_text,.share_icon i,.slider-category .categories-title,#comments input[type="submit"].submit,.more_info a,.head_white,#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th,#sidebar input[type="submit"],a.small-button:hover,#search-3 input[type="submit"],#sidebar .tagcloud a:hover,.blog-icon i:hover,.blog-icon i,#return-to-top:hover i,#return-to-top i,.search_popup input.search-field,a.small-button,.widget_calendar caption,.widget_calendar tbody a,.widget_calendar tbody a:hover,.widget_calendar tbody a:focus,a.button,a.theme_button,a.theme_white_button:hover{
  color:var(--white);
}
.blog-post h5,.posttitle a:hover,#comments a time,.bradcrumbs span,.bradcrumbs a,.head_black,.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th{
  color: var(--black);
}
.woocommerce .woocommerce-cart-form__cart-item .product-name a,.woocommerce .posted_in a,input[type="submit"],.hovereffect a,a.theme_button,a.theme_white_button,.cat-box,.date-box,#comments input[type="submit"].submit,#sidebar caption,#sidebar input[type="submit"],#search-3 input[type="submit"]{
  font-weight: bold;
}
.feature-image-box img,.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address,select,table,.serach_outer,.serach_inner,.closepop,.serach_inner form.search-form,.search_popup input.search-field,.eco-box,#comments,#product-categories .children,#sidebar input[type="search"],#sidebar label,#sidebar input[type="submit"],.view-more,#search-3 input[type="submit"],#search-3 input[type="search"]{
  width: 100%;
}
.closepop,blockquote:before,blockquote:after,.screen-reader-text,.serach_inner,.eco-box .lds-ellipsis,.eco-box .lds-ellipsis div,.hvr-shutter-in-vertical:before,#product-categories ul li:after,#product-categories .children,button.owl-next, button.owl-prev{
  position: absolute;
}
.about_me p span {
  padding-left: 8px;
}
.single-product .onsale {
    right: unset;
}
input[type="email"] { opacity: unset; }
.copyright input[type="email"]::placeholder { color: #fff; }

.category-main-boxes1:after,.category-main-boxes2:after,.category-main-boxes3:after,
.category-main-boxes4:after,.category-main-boxes5:after,.category-main-boxes6:after {
    background-image: url(assets/images/cat-border.png) !important;
    content: '';
    position: absolute;
    top: 15px;
    display: block;
    background-size: cover;
    left: 10px;
    width: 94%;
    height: 91%;
    top: 14px;
}
@media only screen and (min-width: 1600px) and (max-width: 2560px)  {
  .category-main-boxes1,.category-main-boxes6
  {
        padding: 102px 0 0px 0 !important;
  }
  .category-main-boxes1:after,.category-main-boxes2:after,.category-main-boxes3:after,
  .category-main-boxes4:after,.category-main-boxes5:after,.category-main-boxes6:after
  {
    left: 20px !important;
    right: 0 !important;
    width: 90% !important;
    height: 93% !important;
  }
  .category-title a
  {
      padding: 46px 0 !important;
  }
#main-category  .category-main-boxes2 img, #main-category  .category-main-boxes4 img{
    width: 100% !important;
}
.category-main-boxes2,.category-main-boxes4 {
    padding: 48px 0 0 0 !important;
}
.category-main-boxes3,.category-main-boxes5
{
  padding: 103px 0 0 0 !important;
}
}
 .category-title a:focus {
    border: unset !important;
}
.woocommerce .products .star-rating{
  margin: 0 auto 10px;
}

#offers2 .owl-item.active:nth-child(3) .product-offers-content h2{
  color: #000;
}

.recent-post-box .media-body{
  align-self: center;
}
.recent-post-box .post-thumb{
  display: flex;
}
