/*rtl css*/
*{
  margin:0;
  padding:0;
  outline:none;
}
body{
  margin:0;
  padding:0;
  line-height:20px;
  font-size:13px;
  color:#6E6D6D;
  font-family: 'Montserrat', sans-serif;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
img{
  border:none;
  margin:0;
  padding:0;
  height:auto;
  max-width:100%;
}
p{
  margin:0;
  padding:0;
}
a{
  text-decoration:none;
  color: #f6e264;
}
a:hover{
  color:#333;
  text-decoration:none;
}
input:focus{
  border:2px solid #000;
}
ol,ul{
  margin:0;
  padding:0;
}
.comment-content p a{
  text-decoration: underline;
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.aligncenter{
  margin:0;
  padding:0;
  max-width:100% !important;
}
.sticky{
  background: #ededed;
}
.entry-content ol li,
.entry-content ul li{
  margin-right:15px;
}
ul li ul,
ul li ul li ul,
ol li ol, ol li ol li ol{
  margin-right:10px;
}
h1,h2,h3,h4,h5,h6{
  color:#000000;
  font-family: 'Oswald', sans-serif;
  margin:0 0 20px;
  padding:0;
  line-height:1.1;
  font-weight:400;
}
h1{
  font-size:32px;
}
h2{
  font-size:30px;
}
h3{
  font-size:24px;
}
h4{
  font-size:20px;
}
h5{
  font-size:18px;
}
h6{
  font-size:14px;
}
.clear{
  clear:both;
}
.alignnone{
  width:100% !important;
}
img.alignleft, .alignleft{
  float:right;
  margin:0 0 0 15px;
  padding:5px;
  border:1px solid #cccccc;
}
img.alignright, .alignright{
  float:left;
  margin:0 15px 0 0;
  padding:5px;
  border:1px solid #cccccc;
}
.left{
  float:right;
}
.right{
  float:left;
}
#comment-nav-above .nav-previous,
#comment-nav-below .nav-previous{
  float:none !important;
  margin:10px 0;
}
ol.comment-list li{
  list-style:none;
  margin-bottom:5px;
}
.entry-content a,.entry-summary a,.widget_text a {
  border-bottom: solid 1px;
}
a.rsswidget.rss-widget-title{
  font-size: 9px;
}
/* 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;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
a:focus,
input[type='submit']:focus,
input[type='search']:focus,
textarea:focus,
input[type='name']:focus,
input[type='email']:focus,
.toggle-nav button:focus,
a.close-button:focus, input:focus{
  outline: -webkit-focus-ring-color auto 1px;
}
.boxlayout{
  width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  box-shadow: 0 -8px 8px #8e8e8e;
}

/* = wide block css
-------------------------------------- */
.alignwide {
  margin-right  : -80px;
  margin-left : -80px;
}
.alignfull {
  margin-right  : calc( -100vw / 2 + 100% / 2 );
  margin-left : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}

/* = pre loader css
-------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 50%;
  top: 50%;
  background-image: url(images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px -100px 0 0;
}

/* = top header css
-------------------------------------- */
.header-top {
  background: #f6e264;
}
.header-top p {
  margin-bottom: 0;
  color: #252525;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  padding: 12px 0;
}
.social-icons {
  text-align: left;
}
.social-icons i {
  color: #252525;
  font-size: 12px;
  padding: 16px 14px;
}
h1.site-title, p.site-title{
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
h1.site-title a, p.site-title a {
  color: #fff;
}
h1.site-title a:hover , p.site-title a:hover{
  text-decoration: unset;
}
.header .site-description{
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}
.product-search button[type="submit"]:hover{
  background: #252525;
  color: #f6e264;
}

/* = header css
-------------------------------------- */
.sticky-head {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background-color: #252525;
  box-shadow: -2px 2px 10px 0px #2d2d2d;
  padding: 20px;
}
.close-sticky{
  background-color: #252525;
}
.admin-bar .sticky-head{
  top: 32px;
  background: #252525;
}
.header {
  background: #252525;
  padding: 15px 0;
}
.category-meta {
  padding: 15px 0;
}
.category-btn {
  background: #f6e264;
  border: none;
  padding: 16px;
  width: 100%;
  text-align: right;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  cursor: pointer;
  color: #252525;
}
.category-btn i {
  font-size: 22px;
  margin-left: 15px;
}
.category-dropdown {
  position: absolute;
  background: #252525;
  width: 90%;
  z-index: 9999;
  list-style: none;
  padding: 10px;
  box-shadow: 0 0 5px 0px #e7e7e7;
  height: 385px;
  overflow-y: scroll;
}
.category-dropdown li {
  border-bottom: solid 1px #f7f7f7;
  padding: 10px 0;
}
.category-dropdown li a{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.category-dropdown li a:hover{
  color: #f6e264;
}
.product-search input[type="search"] {
  border: none;
  padding: 12px;
  width: 100%;
}
.product-search button[type="submit"] {
  background: #f6e264;
  color: #252525;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  padding: 15px 43px;
  text-transform: uppercase;
  font-size: 17px;
  border: none;
  cursor: pointer;
  width: auto;
}
.product-search form.woocommerce-product-search {
  border: solid 2px #f6e264;
  display: flex;
}
.product-account i,
.product-cart i {
  font-size: 25px;
  color: #b7b7b7;
}
.product-account,
.product-cart {
  margin: 15px 0;
  text-align: center;
}
span.item-count {
  background: #f6e264;
  border-radius: 50%;
  color: #252525;
  font-size: 15px;
  padding: 1px 4px;
  position: relative;
  top: -15px;
  right: -10px;
}

/* = scrollbar css
-------------------------------------- */
.category-dropdown::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.category-dropdown::-webkit-scrollbar{
  width: 12px;
  background-color: #F5F5F5;
}
.category-dropdown::-webkit-scrollbar-thumb{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #f6e264;
}

/* = menus css */
#mySidenav {
  display: inline;
}
.main-nav ul {
  margin: 0;
  padding: 0;
}
ul.mobile_nav {
  text-align: left;
}
.main-nav li {
  display: inline-block;
  position: relative;
}
.main-nav a {
  color: #fff;
  padding: 10px 18px;
  font-size: 14px;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  font-family: 'Oswald', sans-serif;
}
.main-nav .menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: auto;
  left: auto;
  margin-right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
}
.main-nav .menu-item-has-children.current-menu-parent > a::after,
.main-nav .menu-item-has-children.current-menu-ancestor > a::after,
.main-nav .menu-item-has-children.current_page_parent > a::after {
  transform: translateY(-50%) rotate(0deg);
}
.main-nav a:hover {
  color: #f6e264;
}
.main-nav ul ul {
  position: absolute;
  background: #fff;
  min-width: 250px;
  z-index: 9999;
  top: 98%;
  line-height: 30px;
  opacity: 0;
  text-align: left;
}
.main-nav ul ul ul {
  right: 100%;
  top: 0%;
}
.main-nav ul ul a {
  color: #1f1f1f;
  border: none;
  padding: 10px;
  margin-top: 5px;
}
.main-nav ul ul li {
  float: none;
  display: block;
  text-align: right;
  border-right: none;
  border-left: none !important;
  padding: 0;
  border-bottom: solid 1px #f1f1f1;
}
.main-nav li ul {
  border-top: 3px solid #f6e264 !important;
  border: 1px solid #EEE;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}
.main-nav .menu > ul > li.highlight {
  background-color: #006ccc;
}
.main-nav .menu > ul > li.highlight:hover {
  background: transparent;
}
.main-nav .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-nav .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
.main-nav .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  opacity: 1;
}
.main-nav ul li:hover > ul {
  opacity: 1;
}
.main-nav li.menu-item-has-children:hover > ul,
.main-nav li.menu-item-has-children:focus > ul,
.main-nav li.menu-item-has-children.focus > ul {
  opacity: 1;
}
.main-nav .sub-menu {
  opacity: 0;
  right: -9999px;
  z-index: 99999;
  width: 200px !important;
}
ul.sub-menu ul.sub-menu {
  right: 200px !important;
}
.main-nav .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-nav .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
.main-nav .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
.main-nav .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  display: block;
  right: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
}
ul.sub-menu ul.sub-menu {
  right: -9999px;
}
.toggle-nav,
a.close-button {
  display: none;
}

/* = slider section css
-------------------------------------- */
#catsliderarea{
  padding-bottom: 30px;
}
.slider-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  left: 50%;
}
.catwrapslider{
  width:100%;
  position:relative;
  background-color:#fff;
  box-sizing:border-box;
}
.slidesection img {
  opacity: 0.6;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  height: fit-content;
}
.catwrapslider .owl-controls{
  position: absolute;
  top: 50%;
  left:auto;
  right:auto;
  width:100%;
}
.catwrapslider .owl-prev,
.catwrapslider .owl-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  bottom:15px;
  width:22px;
  height:22px;
  font-size:40px;
  left:0;
  background: transparent;
}
.catwrapslider .owl-prev:hover,
.catwrapslider .owl-next:hover{
  background: #f6e264;
}
.catwrapslider .owl-prev{
  right:10px;
}
.catwrapslider .owl-next{
  left:10px;
}
button.owl-prev span,
button.owl-next span{
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
}
.owl-prev,
.owl-next {
  border: solid 2px #252525;
  padding: 18px;
}
.catwrapslider{
  height:auto;
}
.slider-box h1,
#recent-product h2 {
  font-size: 40px;
  color: #252525;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.slider-box p {
  color: #252525;
}
.shop-now {
  margin: 25px 0;
}
.shop-now a {
  border: solid 2px #252525;
  color: #252525;
  padding: 10px 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
}
.shop-now a:hover {
  border-color: #f6e264;
  background: #f6e264;
  color: #252525;
}
button.owl-dot.active {
  width: 25px;
}
button.owl-dot {
  background: #252525;
  width: 10px;
  height: 8px;
  border-radius: 6px;
  border: none;
  margin-left: 5px;
}
.owl-dots {
  position: relative;
  bottom: 54px;
  width: 75px;
  right: 125px;
}
#recent-product h2{
  font-size: 28px;
  margin-bottom: 30px;
}
#recent-product h2::after {
  content: "";
  display: block;
  border-bottom: 1px solid #b7b7b7;
  width: 70%;
  position: relative;
  bottom: 6px;
  right: 8em;
}
/* = Page lay out css
-------------------------------------- */
.postsec-list input.search-field,
.postsec-list input.search-submit {
  padding: 15px 10px;
}
.postsec-list .search-form input.search-submit{
  background-color: #f6e264;
  color: #252525;
  border: 2px solid #f6e264;
  font-weight: 600;
}
.contentsecwrap{
  padding:25px 0;
  clear: both;
}
.contentsecwrap p{
  margin-bottom:20px;
  line-height:20px;
}
.listarticle{
   margin-bottom: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
}
.listarticle h2 a{
  color:#252525;
}
.listarticle h2 a:hover{
  color:#f6e264;
}
.listarticle p{
  margin-bottom:10px;
}
.blog-meta{
  font-style:italic;
  margin-bottom:8px;
}
.post-date,
.post-comment{
  display:inline;
  color: #252525;
}
.single_title{
  margin-bottom: 15px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.post-thumb{
  margin:0 0 15px 0;
}
.postmeta{
  margin-bottom:10px;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.nav-links .page-numbers{
  padding:10px 15px;
  color:#111;
  border: solid 2px #252525;
}
span.page-numbers.current, .nav-links .page-numbers:hover{
  background: #f6e264;
  color: #131313;
  border: solid 2px #252525;
}
.pagemore {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  border: solid 2px #252525 !important;
  padding: 8px;
  font-size: 12px;
  color: #252525;
  display: inline-block;
}
.pagemore:hover{
  background: #f6e264;
}

select{ border:1px solid #ccc; width:100%;}

/*scroll to top*/
#button{
  background: #f6e264;
  color: #252525;
  cursor: pointer;
  width: 60px;
  text-align: center;
  height: 60px;
  padding-top: 22px;
  position: fixed;
  border-radius: 50%;
  bottom: 60px;
  left: 20px;
  z-index: 9999;
  -moz-border-radius: 0;
  font-size: 15px;
  display: none;
}

/* label css
---------------------------------------------- */
label{
  margin-bottom: 0;
}
#footer .search-form label, #sidebar .search-form label{
  width: 100%;
}
aside.widget ul, .entry-summary li{
  list-style:none;
}
.listarticle .alignfull, .listarticle .alignwide{
  margin-right: 0;
  margin-left: 0;
}
#recentcomments li{
  background-image:none !important;
}
#recentcomments li a{
  padding-right:0px !important;
}
.textwidget select,table{
  width:100%;
}
nav.navigation.pagination {
    margin: 30px auto;
}
/*--------------------------------------------------------------
## Sidebar Style 
--------------------------------------------------------------*/
#sidebar input[type="text"],
#sidebar input[type="search"],
#footer input[type="search"]{
  border: solid 2px #f6e264;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
#sidebar input.search-submit,
#footer input.search-submit,
form.woocommerce-product-search button {
  padding: 10px;
  width: 100%;
  border:none;
  background: #f6e264;
  font-size: 15px;
  text-transform: uppercase;
  color: #252525;
}
input.search-submit{
  background-color: #f6e264;
  color: #252525;
  border:none;
  padding: 16px 20px !important;
}
.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table;
}
#sidebar .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
 .entry-title h2:before{
 content: "\f185";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 5px;
}
#sidebar ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}
#sidebar ul ul {
    border-bottom:none;
    padding-bottom: 0;
}
#sidebar ul li {
  padding: 5px;
  padding-right: 30px;
  padding-top: 0;
  position: relative;
}
#sidebar ul li::before {
  color: #f6e264 !important;
  content: "\f192";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 7px;
  right: 0;
  position: absolute;
  top: 10px;
  margin-right: 0;
}
#sidebar .widget a,
#sidebar .widget a:visited {
    color: #001837;
}
#sidebar .widget a:hover,
#sidebar .widget a:active {
   color: #f6e264;
}
#sidebar .widget {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 2px #cfcfcf;
    border-bottom: 3px solid #f6e264;
    margin-bottom: 20px;
}
#sidebar .widget:hover{
    box-shadow: 0 0 20px #cfcfcf;
}
#sidebar .widget_nav_menu ul li{
  padding: 3px 13px 5px 15px;
}
/*calendar widget*/
.widget_calendar {
    text-align: center;
}
.widget_calendar caption {
    background: #f6e264 none repeat scroll 100% 0;
    color: #252525;
    padding: 5px;
}
.widget_calendar .pad {
    background: #eeeeee none repeat scroll 100% 0;
}
.widget_calendar #today {
    background: #f6e264 none repeat scroll 100% 0;
    color: #252525;
}
.widget .tagcloud a {
    border: 1px solid #dddddd;
    color: #001837;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 5px 15px;
}
.widget .tagcloud a:hover {
    border: 1px solid #f6e264;
    color: #f6e264;
}
.widget_categories li > a,
.widget_archive li > a {
    display: inline-block;
    min-width: 85%;
}
.search-form .search-submit:focus {
    box-shadow: inherit;
    outline: none;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
td, th {
    border: 1px solid #ddd;
    padding: 5px;
    color: #252525;
}
#footer td, #footer th {
    color: #fff;
}
select {
    width: 100%;
    padding: 5px;
}
#footer .tagcloud a {
  border: solid 1px #fff;
  font-size: 12px !important;
  margin: 2px 0;
  display: inline-block;
  color: #fff;
  padding: 5px;
}
.tagcloud a:hover{
  background-color: #f6e264;
  border-color: #f6e264 !important;
  color: #252525 !important;
}
/*footer*/
#footer {
  background: #121212 none repeat scroll 100% 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
}
#footer ul {
  list-style: none;
  margin: 0;
  padding-right: 0;
}
#footer ul li {
  font-size: 13px;
  letter-spacing: 0.5px;
  padding: 3px 13px 3px 15px;
  position: relative;
  color: #fff;
}
#footer ul li::before {
  color: rgba(255, 255, 255, 0.75);
  content: "\f105";
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  right: 0;
  position: absolute;
  top: 3px;
}
#footer a .footer-widget-area {
  float: right;
  padding: 0 25px;
  width: 25%;
}
#footer a,
#footer p {
  color:#fff;
}
#footer a:hover {
  color:#fff;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.postsec-list article.hentry {
    background: #ffffff none repeat scroll 100% 0;
    box-shadow: 0 0 2px #cfcfcf;
    padding: 15px 15px;
    position: relative;
    border-radius: 12px;
    margin-bottom: 30px;
}
.postsec-list article.hentry:hover{
    box-shadow: 0 0 20px #cfcfcf;
}
/* = Footer css
------------------------------------------- */
#footer{
  background-color:#1A191A;
  color:#595959;
}
.ftr-4-box{
  width:21%;
  float:right;
  margin:0 0 2% 4%;
  box-sizing:border-box;
  padding:35px 0 15px;
}
.widget-column-4 {
  margin-left:0px !important;
}
.ftr-4-box h5{
  font-weight:400;
  font-size:25px;
  color:#fff;
  margin-bottom:25px;
  border-bottom:1px solid #303030;
  padding-bottom:15px;
  letter-spacing: 1px;
}
.ftr-4-box h5 span{
  font-weight:300;
  color:#f6e264;
}
.ftr-4-box ul{
  margin:0;
  padding:0;
  list-style:inside disc;
}
.ftr-4-box ul li {
  display:block;
  padding:6px 0;
}
.ftr-4-box ul li a {
  color:#595959;
}
.ftr-4-box ul li a:hover,
.ftr-4-box ul li.current_page_item a {
  color: #f6e264;
}
.ftr-4-box a.readmore span{
  color:#fff;
}
.ftr-4-box p{
  margin-bottom:15px;
}
.copywrap {
  background-color: #252525;
  color: #fff;
  padding:15px 0;
  text-align:center;
}
.copywrap a{
  color: #fff;
}

/* woocommerce CSS
----------------------------------------------*/
.woocommerce ul.products li{
    font-family: 'Oswald', sans-serif;
}
span.onsale {    
    left: auto !important;
    right: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    color: #252525 !important;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 500;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font-size: 15px;
    color: #b7b7b7;
}
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce a.button,
.woocommerce button.button {
    font-family: 'Oswald', sans-serif;
    background: transparent;
    border: solid 2px #252525;
    padding: 12px 30px;
    text-transform: uppercase;
    color: #252525;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background: #f6e264;
    color: #252525;
}
.woocommerce-product-details__short-description {
    margin: 10px 0;
}
.woocommerce ul.products li.product .star-rating {
    font-size: 16px;
}
h1.product_title.entry-title {
    font-size: 25px !important;
    padding-bottom: 10px !important;
}
.woocommerce .quantity .qty {
    padding: 9px;
    border-radius: 30px;
    border: solid 2px #252525;
    width: 5em;
}
.woocommerce table.shop_table {
    border: 2px solid #252525;
}
.entry-content table th, .comment-body table th,
.entry-content table td, .comment-body table td{
    border-bottom: 2px #252525 solid;
}
form.checkout.woocommerce-checkout label,
span.woocommerce-input-wrapper, .woocommerce form .form-row label, span.password-input {
    width: 100%;
}
form.checkout.woocommerce-checkout input[type="text"],
form.checkout.woocommerce-checkout input[type="tel"],
form.checkout.woocommerce-checkout input[type="email"],
.woocommerce form .form-row input.input-text {
    padding: 10px;
}
form.checkout_coupon.woocommerce-form-coupon td{
    border: none !important;
}
nav.woocommerce-MyAccount-navigation ul li {
    border: solid 2px #f6e264;
    background-color: #f6e264;
    padding: 10px;
    margin-bottom: 15px;
    list-style: none;
    margin-right: 0;
    font-size: 16px;
    box-shadow: -6px 7px 17px -2px #b1b1b1;
    font-family: 'Oswald', sans-serif;
}
nav.woocommerce-MyAccount-navigation ul li:hover{
    background: #252525 !important;
    border: solid 2px #252525 !important;
}
nav.woocommerce-MyAccount-navigation ul li:hover a{
    color: #fff;
}
nav.woocommerce-MyAccount-navigation ul li a{   
    color: #252525;
    border-bottom: none;
}
select.orderby {
    padding: 5px;
    background: transparent;
    border: solid 2px #252525;
}
span.tagged_as {
    display: -webkit-box;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
    margin-right: 35px;
    width: 45px;
}
/* Contact form css
-------------------------------------*/
.wpcf7{
  margin:30px 0 0;
  padding:0;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="email"]{
  width:40%;
  border:1px solid #cccccc;
  box-shadow:inset -1px 1px 2px #ccc;
  height:35px;
  padding:0 15px;
  color:#797979;
  margin-bottom:0;
}
.wpcf7 textarea{
  width:60%;
  border:1px solid #cccccc;
  box-shadow:inset -1px 1px 2px #ccc;
  height:150px;
  color:#797979;
  margin-bottom:25px;
  padding:10px;
  padding-left:0;
}
.wpcf7 input[type="submit"]{
  background-color:#f6e264;
  width:auto;
  border:none;
  cursor:pointer;
  color:#ffffff;
  padding:10px 40px;
  border-radius:3px;
} 

/* Comment form
--------------------------------*/
.site-nav-previous, .nav-previous{
 float:right;
}
.site-nav-next, .nav-next{
 float:left;
}
#comments{
 margin:30px 0 0;
 padding:0;
}
nav#nav-below{
 margin-top:15px;
}
.postmeta{padding:5px 0; color:#999;}
.postmeta a{color:#999;}
.postmeta a:hover{color:#f6e264;}
.breadcrumbs{padding:10px 0; margin-bottom:0;}
ol.commentlist{list-style:none;}
#commentform p{margin:5px 0;}
#commentform label{display:block;}
#commentform input#email, #commentform input#url, #commentform input#author, #commentform textarea, #commentform input#eazycfc_captcha{max-width:96%; border:1px #ccc solid; padding:5px 2%;}

#commentform input#submit{ background-color:#252525; border:none; padding:8px 15px; color:#fff; display:inline-block; cursor:pointer;}
#commentform input#submit:hover{background:#f6e264; border-bottom-color:#ccc; color:#fff;}
.form-allowed-tags{display:none;}
ul.errormsg{background:#ffe4e4;}
ul.errormsg li{padding:5px;}
.entry-content table, .comment-body table{ border-collapse:collapse; margin:10px 0;}
.entry-content table td, .entry-content table th, .comment-body table td, .comment-body table th{padding:10px 5px; text-align:right;}
.entry-content table th, .comment-body table th{color:#676767; font:normal 18px Oswald; border-bottom:1px #888 solid;}
.entry-content table td, .comment-body table td{border-bottom:1px #ccc solid;}
.fvch-codeblock:hover .comment-form-url{display:block !important;}

/* Comment CSS
------------------------------------------------------*/
.commentlist, ol.commentlist {list-style:none; box-shadow:0 0 5px #666; -moz-box-shadow:0 0 5px #666; -webkit-box-shadow:0 0 5px #666; -khtml-box-shadow:0 0 5px #666; margin:10px 0; background-color:#fff; padding:10px 0;}
.commentlist li, ol.commentlist li { list-style:none; background-image:none !important; padding:0px 15px;}
.commentlist li ol li.depth-2, .commentlist li ol li.depth-3, .commentlist li ol li.depth-4, ol.commentlist li ol li.depth-2, ol.commentlist li ol li.depth-3, ol.commentlist li ol li.depth-4 { border-bottom:none;}
.commentlist li.bypostauthor article, ol.commentlist li.bypostauthor article { background:#f9ffe1;}
.commentlist article, .commentlist li.bypostauthor li article, ol.commentlist li.bypostauthor li article { border:none !important; padding:10px; position:relative; background-color:#fff;}
.commentlist li .fn { font-weight:normal; font-size:15px; font-style:normal;}
.commentlist li.bypostauthor .fn, ol.commentlist li.bypostauthor .fn { color:#000;}
img.avatar { vertical-align:middle; position:static; display:inline-block;}
.commentlist article a time { display:block; clear:both; padding:5px 0 10px; font-size:11px; font-style:italic; font-family:Georgia, "Times New Roman", Times, serif; }
.commentlist, ol.commentlist p { font-size:14px;}
.commentlist .reply span, ol.commentlist .reply span { display:none;}
.commentlist .reply a, ol.commentlist .reply a { display:block; padding:10px; text-align:center; background:#f6f6f6; margin:5px 0; border:1px #ddd solid;}
.comment-author.vcard{display:inline-block; margin-left:15px; }
.comment-list ul.children li.comment{background-image:none; padding-right:5px;}

/* Mobile */
@media screen and (min-width: 320px) and (max-width: 520px){
  .category-btn {margin-bottom: 10px;}
  .product-search button[type="submit"]{width: 100%;}
  .ftr-4-box {width: 100%;float: none;margin: 0;padding: 15px 0;}
  .sticky-head{
    position: static;
  }
}

/* Mobile Portrait View */
@media screen and (max-width:767px) {
  .social-icons,.header-top p,.slider-box{text-align: center;}
  .slider-box p{display: none;}
  .slider-box{right: auto;left: auto;}
  .owl-dots{bottom: 0;}
  .slider-box h1{font-size: 25px;}
  .wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea{ width:100%;}
}

@media screen and (min-width: 768px) and (max-width: 900px){
  .category-btn{font-size: 15px;}
  .product-search button[type="submit"]{padding: 15px 18px;}
}

@media screen and (max-width: 1000px){
  .main-nav ul ul, .main-nav .sub-menu{
    opacity: 1;
  }
  .main-nav .sub-menu{
      margin-right: 25px;
  }
  .main-nav li ul{
    border:none;
    box-shadow: none;
    border-top: none !important;
  }
  .main-nav .sub-menu li{
    border-bottom: none;
  }
  ul.mobile_nav {
    text-align: right;
  }
  .logo{
    text-align: center;
  }
  #recent-product h2::after{position: static;border: none;}
  .toggle-nav{text-align: center; margin: 20px;}
  .toggle-nav button {font-family: 'Oswald', sans-serif;font-weight: 500;background: transparent;border: solid 2px #fff;color: #fff;font-size: 18px; padding: 10px;}
  .sidenav {height: 100%;width: 100%;position: fixed;z-index: 99999; right: 0;top: -110%;overflow-x: hidden; 
    transition: 0.5s top ease-in-out;overflow-y: scroll;background: #f6e264;opacity: 0.9;visibility: hidden; }
  body.show-main-menu .sidenav{visibility: visible;top: 0;transition: 0.5s top ease-in-out;}
  .sidenav .close-button {font-size: 36px; display: block !important;color: #252525;}
  .sidenav #site-navigation {width: 100%; }
  .toggle-nav span{font-size:30px; cursor:pointer; text-align: left;}
  .main-nav ul ul li,.menubar .nav ul li,.toggle-nav{display: block;}
  .main-nav ul li a{padding: 8px;text-decoration: none;font-size: 15px;color: #252525;display: block;float: none;margin: 5px 0;border-left: none;
  }
  .main-nav ul li ul li a:before{content:"\00BB \00a0";}
  .main-nav ul.sub-menu a:hover{padding-right:20px !important;background: #fff !important;}
  .main-nav ul ul{position: static; width: 100%; background: transparent;border-top-width: 0px; border-bottom-width: 0px;
    box-shadow: none; }
  .main-nav ul ul a{border-bottom: none; padding-right: 40px;}
  .main-nav ul ul ul.sub-menu a{padding-right: 40px;}
  .main-nav li{padding: 0 15px;display: block;border-bottom: solid 1px #565656;} 
  .main-header-box{padding-bottom: 15px;}
  #mySidenav {text-align: right; display: inline;}
  .main-menu {padding: 0em;}
  .main-nav ul.sub-menu>li>a:before {content: unset;}
  .main-nav ul.sub-menu>li>a:hover:before {opacity: 0;right: 0px;width: 0px;}
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
  .product-search button[type="submit"] {padding: 15px 36px;}
}
