/*
Theme Name: TC E-Commerce Shop
Theme URI: https://www.themescaliber.com/themes/ecommerce-shop-wordpress-theme
Author: Themescaliber
Author URI: https://www.themescaliber.com/
Description: TC ECommerce Shop WordPress Theme is the ultimate solution to create multipurpose online stores such as online book store, sports store, electronic items store, mobile & tablet store, apparel store, fashion store, cosmetics shop, handbags store, medical stores, jewelry store, etc. It also covers different businesses including travel, technology, construction, digitals, design, product showcase, furniture, restaurant, corporate companies, agencies, bloggers, etc. It’s built on Bootstrap which makes it a perfect base to sell out eCommerce items. This clean multipurpose WooCommerce WordPress Theme offers extensive functionality to sell different products in a fabulous manner. The mobile friendly nature of this theme gives an amazing viewing experience to the visitors. It is built up of awesome features such as banners, call to action buttons, sidebars, testimonial section, shortcodes, and a lot more. The theme is developed using optimized codes that help in providing faster page load time each time a visitor browses your site. This customizable responsive WooCommerce WordPress theme offers various personalization options to ease the task of website development. The integrated social media features make this multipurpose theme highly interactive on social sites. Its SEO friendly nature gives enhanced performance and better ranking of your site on search engines. With dozens of customizable options, this user-friendly theme makes a perfect fit for your professional eCommerce website. TC multipurpose eCommerce WordPress theme is all that you need to leave your mark in the world of eCommerce! Check demo at: https://www.themescaliber.com/tc-e-commerce-shop/
Version: 0.5.1
License: GNU General Public License
License URI: license.txt
Text Domain: tc-e-commerce-shop
Tags: left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout,custom-colors, custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, sticky-post, buddypress, full-width-template, theme-options, threaded-comments, front-page-post-form, translation-ready, rtl-language-support, blog, e-commerce, portfolio
TC E-Commerce Shop WordPress Theme has been created by Themescaliber (Themescaliber.com), 2017.
TC E-Commerce Shop WordPress Theme is released under the terms of GNU GPL
*/

*{
  margin:0;
  padding:0;
  outline:none;
}
body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#fff;
  color:#000;
  font-family: 'Montserrat', sans-serif;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img{
  max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin:0;
  padding:16px 0px;
  font-weight: bold;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:15px;
  line-height: 1.8;
}
a{
  text-decoration:none;
  color:#003399;
}
a:hover{
  text-decoration:none;
  color:#333;
}
a:focus,a:hover{
  text-decoration:none !important;
}
a:focus, input:focus, textarea:focus, button:focus,
 .woocommerce form .form-row input.input-text:focus, 
 .woocommerce form .form-row textarea:focus{
  outline: 1px dotted #000;
  border-bottom: 1px solid #000;
}
.footertown a:focus, .copyright a:focus{
  outline: 1px dotted #fff;
  border-bottom: 1px solid #fff;
}
ul{
  margin:0 0 0 15px;
  padding:0;
}

:hover{
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
select{
  width:100%;
}
aside{
  clear:both;
}
.clear{
  clear:both;
}
input[type='submit']:hover{
  cursor: pointer;
}
.center{
  text-align:center;
  margin-bottom:40px;
}
.middle-align{
  margin:0 auto;
  padding:20px 0 20px;
}
.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{
  margin:0;
  padding:0;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
/* 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;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.post.sticky{
  margin:0;
  padding:0;
  background-color:#eee;
}
.tag-sticky-2 .postbox {
  background: transparent;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  border:1px solid #bbb;
  padding:5px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  border:1px solid #bbb;
  padding:5px;
  margin-bottom:10px;
  margin-left:25px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
  border:1px solid #bbb;
  padding:5px;
  margin-bottom:10px;
}
.comment-author{
  clear:both;
}
.comment-list .comment-content ul {
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
#respond{
  clear:both;
}
.toggle{
  display:none;
}
.bypostauthor{
  margin:0;
  padding:0;
}
input[type="text"],
input[type="email"],
input[type="phno"],
textarea{
  border:1px solid #bcbcbc;
  width:100%;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 23px 0;
  height:auto;
}
textarea{
  height:111px;
}
input[type="submit"] {
  border: 2px solid #003399;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  padding: 13px 25px;
  background: #003399;
  font-weight: bold;
  color: #fff;
  /*margin: 23px auto 0;*/
  display: table;
}
input[type="submit"]:hover{
  background:#333;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #003399;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #ffffff;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* ---------Buttons--------- */
a.button{
  border: 2px solid #003399;
  color: #000;
  font-size: 16px;
  margin: 10px 0;
  padding: 7px 30px;
  text-transform: uppercase;
  font-weight:bold;
}
.read-moresec{
  margin-bottom: 5px;
}

/*----------Sticky Header------*/
.fixed-header {
  position: fixed;
  top:0; left:0;
  width: 100%;
  background: #fff;
  box-shadow: 2px 2px 10px 0px #2d2d2d;
  z-index: 999999;
}
.fixed-header .logo{
  margin-top:0 !important;
  position: static;
}

/* ---------HEADER--------- */
#header {
  border-bottom: 2px solid;
}

#header .logo{
  margin: 0;
  text-align: left;
  position: relative;
  margin-top: -25px;
  padding: 5px 15px;
}
.logo h1,.logo p.site-title{
  line-height: 1.5;
  text-transform:uppercase;
  padding:0;
  font-size:28px;
  font-weight:bold;
  margin: 0;
}
.logo h1 a, .logo p a {
  color: #003399;
}
.logo p{
  font-size:13px;
  color: #003399;
  margin: 0;
}
.header-slider{
  z-index:999;
  width:100%;
  height:auto;
}
.topbar {
  background: url(images/topbar.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.baricon span:after {
  content: '/';
  padding-left: 10px;
}
.baricon {
  text-align: center;
  margin-left: 42%;
  padding: 6px;
}
.baricon a{
  color:#000;
}
.email,.call {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  /*background: #003399;*/
}
.call{
  margin:0 ;
}
.email i,.call i {
  margin: 0 6px 0 0 !important;
} 
.baricon i {
  color: #fff;
  margin-left: 2%;
}
.buttonbox a{
  background:#3890cb;
  color:#fff;
  padding:8px 15px;
  display:block;
  margin:27px 0 0 0;
  border-radius:5px;
  text-align:center;
}
#menu-sidebar {
  text-align: left;
  display: inline;
}
ul.list_nav {
  margin: 0 auto;
  text-align: left;
  display: block;
}
.primary-navigation ul{
  margin:0;
  padding:0;
  font-weight:400;
  font-size:14px;
  list-style: none;
}
.primary-navigation ul li{
  display:inline-block;
  margin:0;
  position:relative;
  float:none;
}
.primary-navigation ul li a{
  color: #000;
  padding: 15px 25px 15px 10px;
  display: block;
  margin: 0px;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 600;
}
.primary-navigation ul ul{
  display: none;
  position: absolute;
  min-width: 215px;
  z-index: 9999;
  border:1px solid #003399;
}
.primary-navigation ul ul ul{
  left: 100% !important;
  top: 0;
}
.primary-navigation ul ul a{
  color: #fff;
  background: #003399;
  padding: 10px;
}
.primary-navigation ul ul a:hover,
.primary-navigation ul li a:hover{
  color:#003399;
  background: #fff;
}
.primary-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none !important;
  padding: 0;
  max-height: auto;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.primary-navigation ul li:hover > ul li {
    max-height: 100%;
    position: relative;
}
.primary-navigation ul ul li:last-child{
  border-bottom: 0;
}
.primary-navigation ul li:hover > ul{
  display: block;
}
.primary-navigation .sub-menu > li > a:focus{
  outline: 1px dotted #000;
  border-bottom: 1px solid #000;
}
.entry-content a{
  text-decoration:underline;
  color:#003399;
}
/*--------------- SUPERFISH MENU ---------------------------*/

.sf-arrows .sf-with-ul:after{
  content: '\f13a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 7px;
  font-size: 12px;
  top: 18px;
  border-top-color: #e1e1e1;
}
.sf-arrows ul .sf-with-ul:after{
  content: '\f138';
  right: 8px;
  top: 13px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
  border-left-color: #333;
}
.toggle-menu, a.closebtn{
  display: none;
}

/* product sec */
.cat-title {
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 170px;
  margin: 0 auto;
  width: 100%;
}
.cat-title h4 {
  color: #fff;
  font-size: 45px;
}
.cat-title a.r_button {
  padding: .8em 3em;
  color: #fff;
  background: #003399;
  font-size: 16px;
}
#our-products {
  margin: 3% 0;
}
#our-products hr.product {
  border-top: 2px solid #808080;
  width: 28%;
  margin-top: -23px;
}
#our-products .woocommerce ul.products li:hover h2 {
  color: #003399;
}
#our-products strong {
  text-align: left;
  color: #333;
  margin-bottom: 2%;
  font-size: 24px;
  margin-top: 0;
  display: block;
  border-bottom: 1px solid #eeeeee;
}
#our-products span.onsale {
  display: none;
}
.products h2.woocommerce-loop-product__title {
  text-align: left;
  border-bottom: solid 2px #bbb;
  color: #777474;
  font-size: 18px;
  text-transform: capitalize;
}
.woocommerce ul.products li.product a img{
  margin-bottom: 0;
}
#our-products .woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button {
  width: 13%;
  float: right;
  text-indent: -9999px;
}
.woocommerce ul.products li.product .price {
  color: #333;
  font-weight: bold;
  float: left;
  margin-top: 5%;
  margin-bottom: 0;
}
.woocommerce li.product .star-rating{
  font-size: 15px !important;
  margin-top: 4% !important;
  color: #f3df37 !important;
}
.woocommerce .star-rating{
  color: #f3df37 !important;
}
#our-products .woocommerce a.button,
.woocommerce ul.products li.product .button {
  padding: 10px;
  color: #000 !important;
  background:url('images/shop_icon2.png') no-repeat scroll 0 5px;
  font-size: 13px;
  text-align: center;
  background-color: unset !important;
  margin: 2px 0 0;
}
li.product span.woocommerce-Price-amount.amount {
  color: #000;
  font-size: 14px;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{  
  background: #003399;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
  background: #000;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #003399;
  font-size: 17px;
  padding: 8px 8px;
  margin-right: 6px;
  margin-bottom: 20px;
  width: 100%;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff;
}
nav.woocommerce-MyAccount-navigation ul {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
  font-size: 20px;
}
.related.products ul.products li.product {
  display: inline-table;
  width: 29% !important;
  float: none !important;
}
.select2-container--default .select2-selection--single{
  height: 45px;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 7px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px;
}
.woocommerce form .form-row input.input-text{
  padding: 10px;
  border: 1px solid #bcbcbc;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
  width: auto;
}
.woocommerce form.login{
  display: inline-block;
}
.woocommerce form.login .form-row,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  display: block;
  float: none;
}
.woocommerce form.login .form-row input.input-text{
  width: 270px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
  padding: 10px;
  margin-left: 10px;
  border: 1px solid #000;
  color: #000;
  font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
  background: #003399;
  color: #fff;
  border-color: #003399;
}

/*---- Woocommerce widget css ----*/
#sidebar .woocommerce .widget_shopping_cart .cart_list li, 
#sidebar .woocommerce.widget_shopping_cart .cart_list li{
  padding: 0 0 10px 2em;
  margin-top: 10px;
}
#sidebar .woocommerce.widget_shopping_cart .cart_list li:before{
  content: none !important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  width: 50px;
  height: 50px;
}
#sidebar .woocommerce ul.cart_list li, 
#sidebar .woocommerce ul.product_list_widget li{
  padding: 0 0 10px 20px;
  margin-bottom: 10px;
  position: relative;
}
#sidebar .woocommerce ul.cart_list li:before, 
#sidebar .woocommerce ul.product_list_widget li:before{
  position: absolute;
  left: 0;
  top: 8px;
}
#sidebar .woocommerce-product-search,
#sidebar .widget_price_filter form{
  border:0;
}
.woocommerce-product-search input[type="search"]{
  width: 100% !important;
  border: 1px solid #bbb !important;
  margin-bottom: 10px;
  padding: 8px;
}
.woocommerce-product-search button[type="submit"]{
  background: #003399;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  width: 100%;
  border: none;
}
.woocommerce.widget ul.product_list_widget li .star-rating{
  float: none !important;
  margin: 5px 0 7px !important;
  font-size: 15px;
}
.woocommerce .widget_rating_filter ul li .star-rating{
  float: none !important;
  margin: 0 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  background: #003399;
}
#sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #000;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount{
  font-size: 15px;
  color: #fff;
}
#sidebar .widget_price_filter .price_slider_amount{
  color: #000;
}

/* Headings */
section h2,
section h3,
section h4,
section h5{
  font-weight:bold;
}

.box-content h3{
  color:#000;
  font-weight: bold;
}
.text-center{
  text-align: center!important;
}
a.r_button {
  padding: 0.5em 2em;
  color: #e64f64;
}

/* Back to top button css */
.scrollup {
  color: #003399;
  position: fixed;
  display: none;
  bottom: 108px;
  right: 0;
  margin:0;
  font-size: 18px;
  font-weight: 600;
  transform: rotate(-90deg);
  text-shadow: 1px 1px #fff;
}
.scrollup.left{
  left: 0;
  right: auto;
}
.scrollup.center{
  left: 25%;
  right: 25%;
}
.scrollup:focus,
.scrollup:hover{
  color: #003399;
}
.scrollup span {
  display: inline-block;
}
.scrollup i{
  margin-left: 10px;
}

/* Footer Section */
.search-form .search-field{
 border:1px solid #000;
 padding: 10px;
 width: 100%;
}
.footertown .search-form label{
  width: 100%;
}
.footertown,#footer {
  background: #000;
}
#footer{
  border-top: 1px solid #fff;
}
.footertown input[type="submit"] {
  background: #003399;
  border: none;
  padding: 11px 20px;
  width: 100%;
}
.footertown .tagcloud a{
  background:#eeeeee;
  color:#000;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
}
.footertown .tagcloud a:hover{
  background:#003399;
  color: #fff;
}

.footertown span.rss-date,
.footertown cite,
.footertown strong,
.footertown p {
  color: #fff;
}
.footertown td#prev a {
  color: #fff;
}
.footertown caption {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}
.footertown table,.footertown th,.footertown td {
  border: 1px solid #d1d1d1;
  text-align: center;
}
.footertown td {
  padding: 10px;
  color: #fff;
}
.footertown td a{
  color:#fff;
}

.footertown th {
  text-align: center;
  padding: 10px;
  color: #fff;
}
.footertown select {
  padding: 10px 5px;
  color: #333;
}
.footertown .widget {
  padding: 10px 0;
}
.footertown .widget ul li a {
  color: #fff;
}
.footertown .widget ul {
  margin: 0px 0;
}
.footertown .widget ul li {
  list-style: none;
  font-size: 15px;
  padding: 8px 0;
  color: #fff;
}
.footertown .widget h3 {
  color: #003399;
  font-weight: bold;
  padding:10px 0;
  margin-bottom: 10px;
  border-bottom: 3px double;
}
.footertown p a{
  color:#fff;
  text-decoration: underline;
}
.text_2 ul a,
.copyright a{
  color: #fff !important;
}
.copyright p{
  margin-bottom: 0;
  text-align: center;
  padding: 14px 0;
  color: #fff;
  font-size: 14px;
}
/* --------- Blog Page ------- */
.content-aa h1 {
  color: #000;
}
.content-aa p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
}
.box-content h2 {
  padding-top: 0;
}
.box-content p {
  color: #000;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 1.8;
}
.ecommerceshop {
  padding-top: 3%;
}
.blog-icon a {
  color: #000;
  padding: 0 10px;
}
aside.widget.widget_calendar tr, aside.widget.widget_calendar td, aside.widget.widget_calendar th  {
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
  color: #fff;
}
aside.widget.widget_calendar td#today a{
  color: #ffffff !important;
}
aside.widget.widget_calendar table{
  width:100%;
}
.postbox {
  margin-bottom:39px;
  padding: 15px;
  background: #f5f5f5;
}
.postbox h2 {
  margin: 0 0 5px;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 25px;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;color:#fff;
  font-size:12px;
  font-weight:bold;
  color:#fff;
  padding:6px 25px;
  border:1px solid #000;
  color:#000;
  font-size:14px;
  text-transform:uppercase;
  margin: 10px 0 0 0;
  display:inline-block;
}
.metabox{
  background: #003399;
  color:#fff;
  padding:5px 0;
  clear:both;
  font-size: 15px;
  margin-bottom: 10px;
}
.box-content .metabox a{
  color:#fff;
}
.metabox .entry-date{
  padding: 0 0 0 5px;
}
span.entry-date i,
span.entry-author i,
span.entry-comments i {
  margin-right: 1%;
  color:#fff;
}
.metabox .entry-author{
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
}
#content-ma  h6{
  margin:0 0 15px;
  font-size:29px;
  padding:0;
  font-weight:bold;
  line-height:normal;
}
.content-aa ul {
    padding: 0 20px;
}
.page-header{
  border-bottom: none!important;
}
.tags a { 
  background:#f8f8f8;
  border:1px solid ;
  color:#003399;
  text-decoration:none;   
  padding: 3px 10px;
  line-height: 1.4;
  display: inline-block;
  margin:5px;
}
.tags a:hover { 
  background:#003399;
  color:#fff!important;
}
.box-content a {
  color: #000;
}

/*---- Related post css -----*/
.related-posts{
  padding: 2% 0;
  border-top: 1px solid;
  clear: both;
}
.related-posts h2{
  font-size: 28px;
  font-weight: 600;
}
.related-posts .postbox h3 {
  font-weight: 700;
  padding: 10px 0;
  font-size: 20px;
}


.entry-audio audio,
iframe{
  width: 100%;
}

/* Comments BOX */
#comments{
  margin-top: 25px;
}
#comments ol{
	list-style:none;
}
#comments ol ol li{
	padding:0 0 0 25px;
}
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
  border-top:2px dotted #7e7e7e;
  padding:25px 0;
}
.comment-meta.commentmetadata {
    margin: 10px 0;
}
#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;
  margin:20px 0 0 0;
}
#comments input[type="submit"].submit {
  background: #003399;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0;
  border: none;
}
#comments a.comment-reply-link{
  color:#fff;
  background:#003399;
  padding:5px 15px;
}
#comments a.comment-reply-link:hover{
  background:#000;
  color: #fff;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#content-ma #comments ol li{
  width:100%;
  background:none;
  list-style:none;
  margin: 0 0 20px;
  padding: 20px;
  background:#eee;
  display:inline-block;
}
#content-ma #comments ul{
  margin:0 0 0 40px;
}
#comments .reply{
  float:right;
}
#comments .comment-metadata{
 padding:1% 0 0 0;
}
#comments .comment-content{
  margin-left:7%;
}
#comments .comment-body p a{
  color:#003399;
  text-decoration: underline;
}
/*-------slider-----*/
#slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0;
  background: #fff;
}
#slider img {
  width: 100%;
  opacity: 0.6;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
  display: block !important;
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
  background-image: none;
  font-size: 20px;
  background: #003399;
  color: #fff;
  padding: 0px 10px;
}
#slider .carousel-control-next, #slider .carousel-control-prev{
  opacity: 1;
  width: 12%;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  right: 40%;
}
#slider .inner_carousel h1 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.more-btn a {
  padding: 10px 20px;
  color: #ffffff;
  background: #003399;
  font-size: 14px;
  font-weight: 600;
}

/* Woocommerce */
.woocommerce span.onsale{
  background: #003399;
  padding: 0;
}
.woocommerce-product-gallery__image {
  padding: 5px;
}
.products li {
  border: solid 1px #dcdcdc;
  padding: 10px !important;
  text-align: center;
  margin-bottom: 20px;
}
span.posted_in {
  display: block;
}
span.woocommerce-input-wrapper {
  width: 100%;
}
#tab-description p,
.woocommerce-product-details__short-description p {
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.5;
}
h2.woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  color: #000;
  font-size: 25px;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  margin-bottom: 5px;
}
.woocommerce a.button, .woocommerce #respond input#submit.alt{
  color: #fff !important;
}
.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button, .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{
  background: #003399;
  color: #fff !important;
  border-radius: 0;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #000;
  color: #fff;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 5px;
  border-radius: 0;
  border: solid 1px #000;
  color: #000;
}
.col-1,.col-2 {
  max-width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #003399;
  padding: 12px;
  margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff !important;
}
.woocommerce .woocommerce-ordering select {
  padding: 7px;
}
a.woocommerce-privacy-policy-link,
a.showcoupon,
form.woocommerce-shipping-calculator a,
tr.woocommerce-cart-form__cart-item.cart_item a,
.woocommerce-account .woocommerce-MyAccount-content p a,
nav.woocommerce-MyAccount-navigation a {
  text-decoration: none;
}
tr.woocommerce-cart-form__cart-item.cart_item a,
.select2-container--default .select2-selection--single .select2-selection__rendered a,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb{
  color:#000;
}
.woocommerce-info{
  background: #fff;
}
.woocommerce form .form-row .required{
  color:#b60000;
}
.woocommerce-terms-and-conditions-wrapper {
  background: #fff;
  padding: 5px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  top:6px;
}



/* Sidebar */
#sidebar td#prev a {
  color: #003399;
}
#sidebar caption {
  font-weight: bold;
  color: #003399;
  font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
  border: 1px solid #d1d1d1;
  text-align: center;
}
#sidebar td {
  padding: 7px;
  color: #003399;
}
#sidebar th {
  text-align: center;
  padding: 5px;
  color: #003399;
}
#sidebar select {
  padding: 10px 5px;
  color: #333;
}
#sidebar form{
  display: table;
  width: 100%;
  border: solid 1px #ddd;
}
#sidebar h3 {
  margin: 0 0 10px;
  text-transform: none;
  font-size: 25px;
  padding: 0 0 10px;
  text-align: left;
  color: #003399;
  font-weight: bold;
  border-bottom: 3px double #ddd;
}
#sidebar ul li::before {
  content: "" !important;
  font-family: 'FontAwesome' !important;
  margin-right: 10px !important;
  height: 8px !important;
  width: 8px !important;
  background: #003399 !important;
  display: inline-block !important;
  transform: rotate(-45deg) !important;
}
#sidebar input[type="search"] {
  padding:10px 10px;
  border:none;
  font-size:15px;
  color:#000;
  width:97%;
}
#sidebar label{
  width:70%;
  float:left;
  margin-bottom: 0;
}
#sidebar input[type="submit"]{
  background:#003399;
  border:none;
  color:#fff;
  padding:11px 0;
  width:30%;
  font-size:14px;
  float:left;margin:0;
}
#sidebar .widget {
  border: 1px solid #ddd;
  padding: 10px;
  background: #fff;
  margin-bottom: 30px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#sidebar ul li{
  padding: 8px 0 8px;
  border-bottom: 1px solid #ddd;
}
#sidebar ul li:last-child {
  border: none;
}
#sidebar ul li a {
  color: #000;
  font-size: 15px;
}
#sidebar .textwidget p a{
  color:#003399;
  text-decoration: underline;
}
#sidebar .tagcloud a{
  background:#eeeeee;
  color:#000;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
}
#sidebar .tagcloud a:hover{
  background:#003399;
  color: #fff;
}
.nav-previous {
  width: 50%;
  float: left;
}
.nav-next{
  float: right;
  width: 50%;
  text-align: right;
}
span.meta-nav {
  clear: both;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.nav-previous i{
  font-size: 14px;
  margin-right: 6px;
}
.nav-next i{
  font-size: 14px;
  margin-left: 6px;
}
span.post-title {
  font-size: 16px;
  margin: 3%;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
}
.single-post .nav-links {
  margin: 10px 0;
  border-top: 1px solid;
}
.nav-previous,
.nav-next{
  padding: 10px;
  display: inline-block;
}
#sidebar{
  margin-top: 11px;
}

/**
 * 5.0 - Forms
 */
.search-submit {
  margin: 0;
  display: inline !important;
  background: #92bb46 ;
  border: 2px solid #fff ;
}
.search-field {
  padding: 0% 0 5% 3px;
  color: #000000;
  border: solid 2px #fff;
}

/* Pagination */
.pagination,
.page-links {
  clear:both;
  position:relative;
  font-size:14px; /* Pagination text size */
  line-height:13px;
  float:right; /* Pagination float direction */
  font-weight:bold;width:100%;
}
 
.pagination span,
.pagination a {
  display:block;
  float:left;
  margin: 2px 5px 10px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: #000; /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.page-links span{
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:10px 15px;
  text-decoration:none;
  width:auto;
  color:#fff; /* Pagination text color */
  background: #000 ; /* Pagination non-active background color */
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
 
.pagination a:hover,
.page-links a:hover {
  color:#fff;
  background: #003399; /* Pagination background on hover */
}
 
.pagination .current,
.page-links .current{
  padding:10px 15px;
  background: #003399; /* Current page background */
  color:#fff;
  font-weight:normal;
}

@media screen and (max-width:720px) {
  .baricon span {
    display: block;
    padding: 5px 0;
  }
  .baricon{
    margin-left: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
  }
  .topbar{
    background: #003399;
  }
  .cat-title{
    top: 45px !important;
  }
  .woocommerce[class*=columns-] ul.products li.product{
    width: 100%;
  }
  ol.children {
    margin: 0 !important;
  }
  ol.children img {
    width: 30px;
    border: solid 1px;
  }
  #comments ol ol li {
    padding: 0px !important;
  }
  .comment-author img {
    border: solid 1px;
  }
  #comments .reply {
    float: left;
  }
  #comments input[type="submit"].submit {
    width: 100%;
  }
  #slider .inner_carousel h1{
    display: none;
  }
  #our-products hr.product{
    margin-top: -10px;
  }
  .baricon span:after{
    content: none;
  }
  .more-btn a{
    font-size: 12px;
  }
  .woocommerce ul.products[class*=columns-] li.product, 
  .woocommerce-page ul.products[class*=columns-] li.product,
  .woocommerce form.login .form-row input.input-text{
    width: 100% !important;
  }
  .woocommerce .star-rating{
    margin-top: -9% !important;
  }
  .woocommerce ul.products li.product .price{
    margin-top: 3%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .email, .call {
    color: #fff;
    font-size: 12px;
    margin-right: 0; 
  }
  .baricon i {
    margin-left: 1%;
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) and (min-width: 720px){
  #sidebar th {
    padding: 0px;
  }
  #sidebar td {
    padding: 0px;
  }
  .ecommerceshop .box-image {
    margin: 0 0 25px 0;
    position: absolute;width: 100%;bottom: 21em;
    left: 0;right: 0;
  }
  #header .logo{
    margin:0;
  }
  .ecommerceshop .page-box{
    margin-bottom: 18%;
  }
  .topbar {
    background: #003399;
  }
  .baricon{
    margin-left: 0;
  }
  #slider .inner_carousel h1 {
    font-size: 35px;
    margin-bottom: 12px;
  }
  .search-form label{
    width: 100%;
  }
  .footertown input[type="submit"]{
    width: 100%;
    margin: 0;
  }
  aside.widget.widget_calendar td, aside.widget.widget_calendar th{
    padding: 0;
  }
  .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    width: 40px;
    height: 40px;
  }
  .related.products ul.products li.product{
    width: 47% !important;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1000px){
  .sf-arrows .sf-with-ul:after{
    top: 15px;
  }
  #sidebar td{
    padding: 0px;
  }
  #header .logo{
    margin:0;
  }
  #sidebar th{
    padding: 2px;
  }
  .header{
    padding: 10px 0;
  }
  .primary-navigation ul ul a:hover,
  .primary-navigation ul li a:hover {
    color: #003399;
    background:#fff;
  }
  .primary-navigation ul ul ul{
    margin: 0;
  }
  .menubar .primary-navigation ul li a:focus,
  a.closebtn.responsive-menu:focus{
    outline: 1px dotted #fff;
    border-bottom: 1px solid #fff;
  }
  .toggle-menu {
    display: none;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }
  .toggle-menu i {
    font-size: 35px;
    color: #003399;
  }
  .toggle-menu button {
    background: transparent;
    border: none;
  }
  .sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #003399;
    box-shadow: 2px 2px 10px 0px #2d2d2d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
    display: block;
    color: #ffffff;
    border:none;
    background: transparent;
  }
  .sidebar #primary-site-navigation {
    width: 100%;
  }
  .toggle-menu span{
    font-size:30px;
    cursor:pointer; 
    text-align: right;
  }
  .toggle-menu{
    display: block;
  }
  .toggle i.fa.fa-bars,.toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .primary-navigation ul ul li,
  .primary-navigation li{
    display: block !important;
    max-height: 100%;
  }
  .menubar .primary-navigation ul li{
    border-top:1px #303030 solid; 
    display:block;
  }
  .primary-navigation ul li a{
    padding: 10px;
    display:block;
    color:#ffffff;
    border:none;
  }
  .primary-navigation ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .primary-navigation ul li ul li a{
    padding-left:20px !important;
  }
  .primary-navigation ul li ul li ul li a{
    padding-left:30px !important;
  }  
  .primary-navigation ul li ul, 
  .primary-navigation ul li ul ul {
    opacity: 1 !important;
    margin: 0;
  }
  .primary-navigation ul ul{
    position: static;
    width: 100%;
  }
  .primary-navigation li{
    padding: 0;
  }
  .main-header-box{
    padding-bottom: 15px;
  }
  #menu-sidebar {
    text-align: left;
    display: inline;
  } 
  #comments .comment-body {
    padding: 20px;
  }
  .logo h1 a, .logo p a{
    font-size: 25px;
  } 
}


.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
    border: none;
}

 /*
.woocommerce-checkout .__PrivateStripeElement {
width: 100%!important;
}
*/
.stripe-card-group, .woocommerce-account .StripeElement, .woocommerce-checkout .StripeElement {
width: 100%!important;
} 

a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
	color: white!important;
}

a.wp-block-button__link.add_to_cart_button {
	color: white!important;
}


