/*
Theme Name: TC E-Commerce Shop

Adding support for languages written in a Right To Left (RTL) direction is easy,
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right-to-Left_Language_Support

*/

/* rtl css */
*{
  margin:0;
  padding:0;
  outline:none;
}
body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#fff;
  font-size: 15px;
  color:#000;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
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:10px 0;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:18px;
  line-height:normal;
  font-weight:normal;
}
a{
  text-decoration:none;
  color:#db3838;
}
a:hover{
  text-decoration:none;
  color:#333;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul{
  margin:0 15px 0 0;
  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;
  right:-9999em;
}
.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: right;
  margin-left:20px;
  margin-top:4px;
  margin-bottom:10px;
  padding:0;
  border:1px solid #bbb;
  padding:5px;
}
.alignright, img.alignright {
  display: inline;
  float: left;
  border:1px solid #bbb;
  padding:5px;
  margin-bottom:10px;
  margin-right:25px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: 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-right:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
#respond{
  clear:both;
}
.toggleMenu{
  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 #db3838;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 25px;
  background: #db3838;
  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;
  right: 0;
  left: 0;
  bottom: 0;
  background: #db3838;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 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 #db3838;
  color: #000;
  font-size: 16px;
  margin: 20px 0 0;
  padding: 7px 30px;
  text-transform: uppercase;
  font-weight:bold;
}

/* ---------HEADER--------- */
#header {
  border-bottom: 3px solid #222;
}
.side_search input[type="search"] {
  padding: 10px 10px;
  margin-top: 8%;
  width: 89%;
  font-size: 16px;
}
.side_search .search-submit {
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  border: none;
  background: #db3838;
}

#header .logo{
  margin:0;
  padding: 15px 0;
  text-align:right;
}
#header .logo h1 a{
  color:#db3838;
  padding:0;
  margin-bottom:8px;
  font-size:30px;
  font-weight:bold;
  margin-top: 0;
  text-align:right;
}
#header .logo p{
  font-size:12px;
  color: #db3838;
}
.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-right: 10px;
}
.baricon {
  text-align: center;
  margin-right: 38%;
  padding: 6px;
}
.email,.call {
  color: #fff;
  font-size: 13px;
  margin-left: 10px;
}
.email i,.call i {
    margin-left: 6px;
} 
.baricon i {
  color: #fff;
  margin-right: 2%;
}
.buttonbox a{
  background:#3890cb;
  color:#fff;
  padding:8px 15px;
  display:block;
  margin:27px 0 0 0;
  border-radius:5px;
  text-align:center;
}
#header .nav{
  margin:25px 0 0 0;
  padding:0;
  text-align:center;
}
#header .nav ul {
  margin:0;
  padding:0;
  font-weight:400;
  font-size:14px;
  text-transform: uppercase;
  font-weight:bold;
}
#header .nav ul li{
  display:inline-block;
  margin:0;
  position:relative;
}
#header .nav ul li a{
  color:#000;
  padding:10px;
  display:block;
}
#header .nav ul li a:hover{
  color:#db3838;
}
#header .nav ul li a:active,
#header .nav ul li a:focus{
  color: #db3838;
}
#header .nav ul ul {
  margin:5% 0 0 0;
}

/* 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: #db3838;
  font-size: 16px;
}
#our-products {
  margin-top: 4%;
  margin-bottom: 4%;
  letter-spacing: 1px;
}
#our-products hr.product {
  border-top: 2px solid #808080;
  width: 28%;
  margin-top: -23px;
}
#our-products .woocommerce ul.products li:hover h2 {
  color: #db3838;
}
#our-products h3 {
  text-align: right;
  color: #333;
  margin-bottom: 2%;
  font-size: 24px;
  margin-top: 0;
  border-bottom: 1px solid #eeeeee;
}
#our-products span.onsale {
  display: none;
}
.products h2.woocommerce-loop-product__title {
  text-align: right;
  border-bottom: solid 2px #bbb;
  color: #777474;
}
#our-products .woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .button {
  width: 12%;
  float: left;
  text-indent: -9999px;
}
.woocommerce ul.products li.product .price {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  width: 50%;
  float: right;
  margin-top: 6%;
  margin-bottom: 0;
}
.woocommerce .star-rating{
  float: left !important;
  font-size: 15px !important;
  margin-top: -10% !important;
  font-family: star;
  color: #f3df37 !important;
}
#our-products .woocommerce a.button,
.woocommerce ul.products li.product .button {
  padding: 10px;
  color: #fff;
  background:url('images/shop_icon2.png') no-repeat scroll 100% 5px;
  font-size: 13px;
  text-align: center;
}
span.woocommerce-Price-amount.amount {
  color: #000;
  font-size: 18px;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{  
  background: #db3838;
}
.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: #db3838;
  font-size: 17px;
  padding: 8px 8px;
  margin-left: 6px;
  margin-bottom: 20px;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff;
}
nav.woocommerce-MyAccount-navigation ul {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation{
  width: 100%;
}
.woocommerce-page ul.products li.product{
  width: 29%;
}

/* Headings */
section h2{
  font-weight:bold;
  text-align:center;
  margin:0 0 45px;
  padding:0;
  text-transform:uppercase;
}
section h3{
  font-weight:bold;
  text-align:center;
  margin:30px 0 0 0;
  text-transform:uppercase;
}
section h4{
  color:#db3838;
  font-weight:bold;
  font-size:24px;
}
section h5{
  color:#3890cb;
  font-weight:bold;
  font-size:20px;
  margin:0 0 10px 0;
  padding:0;
}

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

/* Footer Section */
.search-form label{
  width: 60%;
}
.search-form .search-field{
  width: 100%;
}
.footertown,#footer {
  background: #000;
}
.footertown input[type="submit"] {
  background: #db3838;
  border: none;
  padding: 11px 20px;
}
.footertown .tagcloud a,
.rssSummary,
.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 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: 14px;
  padding: 8px 0;
  color: #fff;
}
.footertown .widget h3 {
  color: #db3838;
  font-weight: bold;
  border-bottom: 3px double;
}
.text_2 ul a {
  color:#fff!important;
}
.copyright a{
  color: #fff;
}
.copyright p{
  margin-bottom: 0;
  text-align: center;
  padding: 14px 0;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid;
}
/* --------- Blog Page ------- */
#content-aa h1 {
  color: #000;
}
#content-aa p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
}
.box-content h4 {
  padding-top: 0;
}
.box-content h4,
.box-content p {
  letter-spacing: 1px;
}
.box-content p {
  color: #787171;
  font-size: 14px;
  line-height: 20px;
}
#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 {
  background: #000;
  color: #fff;    
}
aside.widget.widget_calendar td#today a{
  color: #ffffff !important;
}
aside.widget.widget_calendar table{
  width:100%;
}
.postbox {
  margin-bottom:39px;
  padding: 25px;
  background: #f5f5f5;
}
.postbox h2{
  margin:0 0 5px;
  font-weight:bold;
}
.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:25px 0 0 0;
  display:table;
}
.metabox{
  color:#000;
  padding:5px 0;
  clear:both;
  font-size: 15px;
}
.metabox .entry-date{
  padding: 0 5px 0 0;
}
span.entry-date i,
span.entry-author i,
span.entry-comments i {
    margin-left: 1%;
}
.metabox .entry-author{
  padding: 0 20px 0 0;
  margin:0 0 0 20px;
}
.metabox .entry-comments{
  padding: 0 20px 0 0;
}
#content-ma  h6{
  margin:0 0 15px;
  font-size:29px;
  padding:0;
  font-weight:bold;
  line-height:normal;
}
div#content-aa ul {
    padding: 0 20px;
}
.page-header{
  border-bottom: none!important;
}

/* --------- POST --------- */
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1;
  color:#000;
  padding:5px 15px;
  margin-left:5px;
}
.bradcrumbs a:hover{
  background:#ffd34e;
}
.bradcrumbs span{
  background:#dddddd;
  color:#000;
  padding:5px 15px;
}

/* Comments BOX */
#comments{
  margin-top:40px;
}
#comments ol{
  list-style:none;
}
#comments ol ol li{
  padding:0 25px 0 0;
}
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
  border-top:2px dotted #7e7e7e;
  padding:40px 0 0 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: #db3838;
  padding: 20px 60px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  margin-right: 0px;
  border: none;
}
#comments a.comment-reply-link{
  color:#000;
  background:#cecece;
  padding:5px 15px;
}
#comments a.comment-reply-link:hover{
  background:#db3838;
  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 40px 0 0;
}
#comments .reply{
  float:left;
}
#comments .comment-metadata{
  width:90%;
  float:right;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  float:right;
  margin-right:7%;
}
#comments p {
  width:90%;
  float:right;
}

/*-------slider-----*/
#slider{ 
  max-width:100%; 
  margin:auto; 
  padding:0;
}
#slider img {
  width: 100%;
}
#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: #db3838;
  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%);
  left: 45%;
}
#slider .inner_carousel h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
#slider .inner_carousel p {
  line-height: 2;
  font-size: 15px;
  font-weight: 500;
  text-align: right;
}
.more-btn a {
  padding: 9px 20px;
  color: #ffffff;
  background: #db3838;
  font-size: 12px;
  font-weight: 600;
}

/* Woocommerce */
.woocommerce span.onsale{
  background: #db3838;
  padding: 0;
}
.products li {
  border: solid 1px #dcdcdc;
  padding: 10px !important;
  text-align: center;
}
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;
  letter-spacing: 1px;
  font-weight: 500;
}
.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 #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: #db3838;
  color: #fff;
  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: #db3838;
    padding: 12px;
    margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff;
}

/* Sidebar */
#sidebar td#prev a {
  color: #db3838;
}
#sidebar caption {
  font-weight: bold;
  color: #db3838;
  font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
  border: 1px solid #d1d1d1;
  text-align: center;
}
#sidebar td {
  padding: 7px;
  color: #db3838;
}
#sidebar th {
  text-align: center;
  padding: 5px;
  color: #db3838;
}
#sidebar select {
  padding: 10px 5px;
  color: #333;
}
#sidebar form{
  display: table;
  width: 100%;
  border: solid 1px #ddd;
}
#sidebar h3 {
  margin: 0 0 15px;
  padding: 0;
  text-transform: none;
  font-weight: normal;
  font-size: 25px;
  padding: 10px 0px;
  text-align: right;
  color: #db3838;
  letter-spacing: 2px;
  font-weight: bold;
  border-bottom: 3px double #ddd;
}
#sidebar ul li::before {
  content: "" !important;
  font-family: 'FontAwesome' !important;
  margin-left: 10px !important;
  height: 8px !important;
  width: 8px !important;
  background: #db3838 !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:right;
  margin-bottom: 0;
}
#sidebar input[type="submit"]{
  background:#db3838;
  border:none;
  color:#fff;
  padding:10px 0;width:30%;
  font-size:14px;
  float:right;margin:0;
}
#sidebar aside {
  margin-bottom: 30px;
}
#sidebar .widget {
  border: 1px solid #ddd;
  padding: 10px 25px;
  background: #fff;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#sidebar ul li{
  padding: 15px 2px 15px 0;
  border-bottom: 1px solid #ddd;
}
#sidebar ul li a {
  color: #000;
  letter-spacing: 1px;
  font-size: 15px;
}
#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:#db3838;
  color: #fff;
}
.nav-previous{
  clear:both;
}
.nav-previous,
.nav-next{
  float:right;
  width:50%;
  margin: 1% 0 0 0;
}
.nav-next{
  text-align:left;
  font-size: 18px;
}
.nav-previous{
  text-align:right;
  font-size: 18px;
}

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

/* Pagination */
.pagination,
.page-links {
  clear:both;
  position:relative;
  font-size:14px; /* Pagination text size */
  line-height:13px;
  float:left; /* Pagination float direction */
  font-weight:bold;width:100%;
}
 
.pagination span,
.pagination a {
  display:block;
  float:right;
  margin: 2px 0 2px 2px;
  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:right;
  margin: 2px 0 2px 2px;
  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: #db3838; /* Pagination background on hover */
}
 
.pagination .current,
.page-links .current{
  padding:10px 15px;
  background: #db3838; /* Current page background */
  color:#fff;
  font-weight:normal;
}

@media screen and (max-width:720px) {
  .baricon{
    margin-right: 0;
    padding: 0;
  }
  .topbar{
    background: #db3838;}
  .side_search input[type="search"]{
    width:77%;
  }
  .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: right;
  }
  #comments input[type="submit"].submit {
    width: 100%;
  }
  #header .logo h1,
  #header .logo p {
    text-align: center;
  }
  .toggle{
    display:block;
  }
  .toggle a{
    width: 100%;
    color: #ffffff;
    background: url(images/mobile_nav_right.png) no-repeat left center #db3838;
    padding: 10px 10px;
    font-size: 16px;
    border-bottom: 1px solid;
  }
  .nav{
    display:none;
  }
  #header .nav{
    float:none;
    margin:0;
    position:absolute;
    z-index:9999;
    overflow-x:hidden;
    top: -14em;
    width: 100%;
    left: 0;
    right: 0;
  }
  #header .nav ul{
    width:100%;
    float:none !important;
    margin-top:0;
    background-color:#222222;
  }
  #header .nav ul li{
    border-top:1px #303030 solid;
    display:block;
    float:none;
    text-align:right;
  }
  .nav ul li a{
    padding:5px 10px;
    display:block;
    color:#ffffff !important;
  }
  .nav ul li a:hover{
    color:#ff8a00;
  }
  .nav ul li ul, .nav ul li ul ul{
    display:block !important;
  }
  .nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .nav ul li ul li a{
    padding-right:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-right:30px !important;
  }
}
@media screen and (min-width:720px){
  #header .nav ul li ul{
    display:none;
    z-index:2;
    font-weight:normal;
  }
  #header .nav ul li:hover > ul{
    display:block;
    background:#db3838;
    width:200px;
    position:absolute;
    top:30px;
    right:0;
    text-align:right;
    padding:10px 0;
    z-index:99;
  }

  #header .nav ul li:hover > ul li{
    display:block;
  }
  #header .nav ul li:hover > ul li a{
    padding:7px 10px 7px 0px;
    color:#ffffff;
  }
  #header .nav ul li:hover ul li ul{
    display:none;
  }
  #header .nav ul li:hover ul li:hover > ul{
    display:block;
    position:absolute;
    right:200px;
    top:-20px;
  }
  #header .nav ul.sub-menu{
    margin-top:10px;
  }
  #header .nav ul.sub-menu li a:hover{
    background:#333;
    color:#fff;
  }  
  #header .nav ul li a {
    color: #000;
    padding: 10px;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #header #header-inner .nav ul li ul li{
    display:block;
    position:relative;
    float:none;
  }
  #header #header-inner .nav ul li ul li a{
    color:#000;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px #313131 solid;
  }
  .email, .call {
    color: #fff;
    font-size: 12px;
    margin-left: 0; 
  }
  .baricon i {
    margin-right: 1%;
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) and (min-width: 720px){
  .ecommerceshop .box-image {
    margin: 0 0 25px 0;
    position: absolute;width: 100%;bottom: 21em;
    right: 0;left: 0;
  }
  #ecommerceshop .page-box{
    margin-bottom: 18%;
  }
  .topbar {
    background: #db3838;
  }
  .baricon{
    margin-right: 0;
  }
  #slider .inner_carousel h2 {
    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;
  }
}
@media screen and (min-width: 320px) and (max-width: 425px){
  .baricon span {
    display: block;
    padding: 5px 0;
  }
}
@media screen and (max-width: 320px){
  #header .nav{
    top: -17em;
  }
}
/* video*/
.entry-video iframe {
  width: 100%;
}