/*
Theme Name: VW Market Pro
Theme URI:https://www.vwthemes.com/themes/market-wordpress-theme/ 
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description: 
Version: 1.0.3
License: GNU General Public License
License URI:license.txt
Text Domain: vw-market-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Market Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2019.
VW Market Pro WordPress Theme is released under the terms of GNU GPL
*/
/* latin */
@font-face {
  font-family: 'Alata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Alata Regular'), local('Alata-Regular'), url(assets/webfonts/PbytFmztEwbIoce9zqY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(assets/webfonts/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(assets/webfonts/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Basic Style */
*{
  margin:0; 
  padding:0; 
  outline:none;
}
html body{
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#f7f7fa; 
  position:relative; 
  font-size: 15px;
  color: #6c6c6c;
  font-family: "Poppins";
  font-weight: 300;
}
label {
  margin-bottom: 0 !important;
}
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;
  letter-spacing: 1px;
  font-family: "Poppins";
  color:#000000;
}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:15px;
  font-weight:300;
  font-family: "Poppins";
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none; 
  color:#222222;
}
a:hover{
  text-decoration:none; 
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{ 
  margin:0 0 0 15px; 
  padding:0;
}
ul li, ol li{
  font-size: 14px;}
  :hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 100%;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
} 
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}
blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #7a7a7a;
} 
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}  
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],input[type="password"],
textarea{
  border:1px solid #424648;
  font-size:16px;
  padding:10px 10px; 
  margin:0 0 0px 0;
  height:auto;
  width: 100%;
  background: transparent;
}
section{
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0;
}
select{
  width: 100%;
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background-color: #080c15;
}
input[type="submit"]:hover{
  cursor: pointer;
}
textarea {
  height: 80px;
}
iframe,embed{
  max-width: 100%;
  width: 100%;
}
.bounce, .flash, .pulse, .shake, .swing, .tada, .wobble, .bounceIn, .bounceInDown, .bounceInLeft, .bounceInRight, .bounceInUp, .bounceOut, .bounceOutDown, .bounceOutLeft, .bounceOutRight, .bounceOutUp, .fadeIn, .fadeInDown, .fadeInDownBig, .fadeInLeft, .fadeInLeftBig, .fadeInRight, .fadeInRightBig, .fadeInUp, .fadeInUpBig, .fadeOut, .fadeOutDown, .fadeOutDownBig, .fadeOutLeft, .fadeOutLeftBig, .fadeOutRight, .fadeOutRightBig, .fadeOutUp, .fadeOutUpBig, .flip, .flipInX, .flipInY, .flipOutX, .flipOutY, .lightSpeedIn, .lightSpeedOut, .rotateIn, .rotateInDownLeft, .rotateInDownRight, .rotateInUpLeft, .rotateInUpRight, .rotateOut, .rotateOutDownLeft, .rotateOutDownRight, .rotateOutUpLeft, .rotateOutUpRight, .slideInDown, .slideInLeft, .slideInRight, .slideOutLeft, .slideOutRight, .slideOutUp, .rollIn, .rollOut, .zoomIn, .zoomInDown, .zoomInLeft, .zoomInRight, .zoomInUp, .slideInUp{
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible!important;
}
.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{
  margin:0;
  padding:0;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.bypostauthor{
  margin:0;
  padding:0;
}
.hovereffect a {
  border: 1px solid #333;
  padding: 10px;
  color: #333333;
  font-weight: bold;
}
.carousel-inner{
  margin: 0;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.alignleft,
img.alignleft{
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 
  padding:0;
  padding:5px;
}
.alignright, img.alignright { 
  display: inline; 
  float: right; 
  padding:5px; 
  margin-bottom:10px;
  margin-left:25px;
  padding:5px;
}
.aligncenter, img.aligncenter { 
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;
  padding:5px; 
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
a.small-button{
  background:#3890cb;
  padding:5px 30px; 
  border-radius:3px;
  color:#fff;
  display:table;
  margin:0 auto;
}
a.small-button:hover{
  color:#fff;
  background:#0c5f96;
}
table, td, th {
  border: 1px solid black;
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
  color: #000000;
}
#vw-footer .widget.widget_calendar td, #vw-footer .widget.widget_calendar tr, #vw-footer .widget.widget_calendar th {
  color: #7f8391;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: #7f8391;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
 
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody #today{
  background-color: #bbb;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #7f8391;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}
/* ------------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;
  -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:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* ----------- Spinner ------------- */
.front-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff7b31;
  z-index: 2;
  cursor: pointer;
  z-index: 9999999;
}
.front-loading-box #spinner2{
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
  height: 65px;
  width: 65px;
  margin: -25px 0 0 -25px;
  border: 5px solid transparent;
  border-top-color: #171717;
  border-bottom-color: #171717;
  border-radius: 50%;
  -webkit-animation: spinner2 .5s linear infinite;
          animation: spinner2 .5s linear infinite;
}

#spinner2:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 5px solid transparent;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-animation: spinner2_after 1s linear infinite;
          animation: spinner2_after 1s linear infinite;
}

@keyframes spinner2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner2_after {
  0% {
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
  }
  50% {
    border-top: 5px solid rgba(0, 0, 0, 0.25);
    border-bottom: 5px solid rgba(0, 0, 0, 0.25);
  }
  100% {
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
  }
}
@-webkit-keyframes spinner2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner2_after {
  0% {
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
  }
  50% {
    border-top: 5px solid rgba(0, 0, 0, 0.25);
    border-bottom: 5px solid rgba(0, 0, 0, 0.25);
  }
  100% {
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
  }
}
/*-----------------Search pop up----------------*/
/*-----------------Search pop up----------------*/
.serach_outer {
  position: fixed;
  width: 100%;
  height:0;
  background: #000;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
  transition: 2s;
}
.show-vw-search{
  height: 100% !important;
}
.hide-vw-search{
  height: 0 !important;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 29%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.closepop i{
  color: #fff !important;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #222;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border-radius: 0;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border:none !important;
}
.search-no-results input.search-field{
  border:1px solid #222;
}
.search-no-results input[type="submit"]{
  padding: 12px 30px;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
.search_popup input.search-submit {
  border: 0;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid #fff;
}
.search_popup label {
  background: transparent;
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
  border-bottom: 2px solid #fff;
  color: #fff;
  border-top:none !important;
  border-left: none !important;
  border-right: none !important;
}
.search_popup input.search-field::placeholder{
  font-size: 17px;
  color:#fff;
}
.search_popup .search-submit {
  color: #222;
  background-color: #fff;
  padding: 10px 13px;
  width: 50px;
  height: 50px;
  border:none;
}
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* ---------- Single Pages ------------ */
.single-page-content p{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #9a9da4;
  font-family: "Poppins";
  font-weight: 500;
}
#testimonial_single .single-testimonial-desig{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "Alata";
  font-weight: 500;
  padding-top: 20px;
}
#testimonial_single .social-profiles i{
  width: 40px;
  height: 40px;
  background-color:#080c15;
  border-radius: 50%;
  padding: 13px 13px;
  color: #fff;
}
#testimonial_single .social-profiles{
  padding-top: 20px;
  padding-bottom: 20px;
}
.content_page p{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "Roboto";
  font-weight: 500;
}
/*----------------------Single team page---------------------------*/
#team_single .social-profiles i {
  color: #080c15;
  border: 2px solid #080c15;
  border-radius: 50%;
  padding: 12px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
#team_single .social-profiles {
  padding: 20px 0;
}
/* ------------------Single Post ----------------- */
#single_post .postbox .postbox-content {
  position: static;
}
#single_post .date-box-inner {
  padding: 8px;
  border: solid 2px #ffffff;
}
.posttitle a{
  font-size: 24px;
  letter-spacing: 2px;
  color: #0f0e0e;
  font-family: "Poppins";
  font-weight: 400;
  padding-top: 5px;
}
.posttitle a:hover{
  color: #000;
}
.page-header h1{
  color: #000;
  font-family: "Poppins";
  font-weight: 600;
}
.entry-title{
  color: #000;
  font-family: "Poppins";
  font-weight: 600;
}
.single-post-content table td{
  text-align: center;
}
.single-post-content .wp-audio-shortcode{
  margin-bottom: 50px;
}
.author_links a{
  color: #111;
  font-family: "Poppins";
  font-weight: 600;
}
#vw-sidebar .widget_recent_entries a{
  font-size: 13px;
}
/* --------- search Page ------- */
.postbox h6 {
  font-weight: bold;
}
/* --------- Blog Page ------- */
.postbox-content .post-text{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #9a9da4;
  font-family: "Poppins";
  font-weight: 500;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px; 
  display: block; 
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
  margin-bottom: 39px;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
.postbox h2{
  margin:0 0 5px; 
  font-weight:bold;
}
a.post-readmore {
  font-size: 18px;
  border-bottom: 1px solid;
}
a.post-readmore i {
 margin-left: 8px !important;
 font-size: 18px;
 border-bottom: 1px solid #ffffff;
 padding-bottom: 2px;
}
.widget_recent_entries li {
  padding: 10px 0;
}
.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;
  font-size:12px; 
  font-weight:bold; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.metabox {
  color: #000;
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
}
.metabox .entry-date{
  margin:0 13px 0 0;
}
.metabox .entry-author{
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
  font-family: "Poppins";
}
.metabox .entry-author a{
  color: #000;
  font-family: "Poppins";
}
.metabox .entry-comments{
  padding: 0 0 0 20px;
  font-family: "Poppins";
}
.logged-in-as a{
  color: #000;
}
.logged-in-as a:hover{
  color: #000;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
#vw-sidebar span.comment-author-link {
  margin-left: 14px;
}
.post-featured img {
  width: 100%;
}
.authordetails{
  padding: 30px 0;
}
.authordetails .author_links{
  padding-left: 17%;
  font-weight: bold;
  margin-bottom: 7px;
}
.authordetails .b-content {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "Poppins";
  font-weight: 500;
  font-style: italic;
}
h2#reply-title{
  font-family: "Poppins";
}
.authordetails ul {
  list-style-type: none;
  margin-left: 18%;
  margin-top: 10px;
  position: relative;
}
.authordetails ul li {
    display: inline;
}
.authordetails ul li a i {
  background-color: #000;
  padding:15px 15px 9px 15px;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.authordetails img{
  border-radius: 50%;
}
#comments input[type="submit"]{
  background-color: #000 !important;
  color: #fff !important;
  font-family: "Poppins";
}
/* --------- Inner Pages --------- */
.more_info a {
  background: #333;
  color: #ffffff;
  padding: 10px;
  border-radius: 20px;
}
.more_info {
  margin: 20px 0;
}
.more_info a:hover {
  background: #ffffff;
  color: #333333;
}
/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background-color: #080c15;
  color: #000;
  border: 1px solid #080c15;
}
.navigation span.page-numbers.current{
  background-color: #ffffff;
  border: 1px solid #080c15;
  color: #000 !important;
}
#blog{
  padding-top:0;
  margin-top:0;
}
.blog-post h5{
  text-transform:uppercase;
  color: #000;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
  background: #d3da36;
  color: #fff;
}
.blog-icon i.fa-google-plus {
  padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#222222; 
  color:#fff;
  padding:5px 15px;
  margin-right:5px;
}
.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding:5px 15px;
}
/*------------------ Comments BOX ------------------*/
#comments ul{
  list-style-type: none;
}
#comments ol{
  list-style-type: none;
}
#comments .reply{
  float: none !important;
  margin-bottom: 30px;
}
#comments .reply a{
  font-size: 16px;
  letter-spacing: 0px;
  color: #222222;
  font-family: "Poppins";
  font-weight: 700;
}
#comments .commentmetadata a{
  font-size: 18px;
  padding-top: 8px;
  display: inline-block;
}
#comments h2.comments-title{
  padding-bottom: 20px !important;
}
/*--------------- Sidebar -----------------*/
#vw-sidebar td#prev a {
 color: #6c6c6c;
}
#vw-sidebar caption {
 font-weight: bold;
 color: #6c6c6c;
 font-size: 20px;
}
#vw-sidebar table,#vw-sidebar th,#vw-sidebar td {
 border: 1px solid #e1e1e1;
 text-align: center;
}
#vw-sidebar td {
 padding: 7px;
 color: #6c6c6c;
}
#vw-sidebar th {
 text-align: center;
 padding: 5px;
 color: #6c6c6c;
}
#vw-sidebar select {
 padding: 10px 5px;
 border: solid 1px #e1e1e1;
 color: #6c6c6c;
 background: transparent;
}
#vw-sidebar form{
 text-align: center;
}
#vw-sidebar h3 {
  font-size: 24px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  font-family: "Poppins";
}
#vw-sidebar input[type="search"] {
 padding:10px 10px;
 font-size:15px;
 margin-bottom: 10px;
 color:#6c6c6c;
 border: solid 1px #e1e1e1;
 width: 100%;
}
#vw-sidebar label{
 margin-bottom: 0;
 width: 100%;
}
#vw-sidebar input[type="submit"]{
 background-color :#080c15;
 color:#fff;
 padding:10px 0;
 font-size:12px;
 width: 100%;
 letter-spacing: 2px;
 font-weight: bold;
}
#vw-sidebar .widget {
 padding: 20px;
 margin-bottom: 25px;
 -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
#vw-sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
#vw-sidebar ul li{
 font-weight: 600;
  color: #343434;
  font-family: "Poppins";
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#vw-sidebar ul li:last-child{ 
  border:none;
}
#vw-sidebar ul li a {
  font-weight: 600;
  color: #343434;
  font-family: "Poppins";
  font-size: 15px;
}
#vw-sidebar .tagcloud a{
 border: solid 1px #e1e1e1;
 color:#6c6c6c;
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
#vw-sidebar .tagcloud a:hover{
 background:#111;
 color: #fff;
}
.copyright span.credit_link a {
  color: #000;
}
.single-post-content p{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "Poppins";
  font-weight: 500;
}
.outer_dpage p{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "Poppins";
  font-weight: 500;
}
/*------------- Page -----------------*/
.title-box{
  color:#fff;
  text-transform:uppercase;  
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 20px;
}
.shrtcod-pg{
  border:1px solid #bbb;
}
.shrt_socio i{
  border: 1px solid #bbb;
  padding: 10px;
  margin-right: 10px;
}
/*---------------- Contact Us Widget ----------------*/
.contact_us_icon i {
  color: #080c15;
  margin: 10px 0;
  font-size: 24px;
}
.widget_recent_entries li a {
  font-size: 14px;
}
.widget_recent_entries span.post-date {
  width: 100%;
  float: left;
  margin-bottom: 11px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #aca9a9;
  font-family: "Poppins";
}
/*---------------- Pagination ----------------*/
.navigation {
  font-size:14px; 
  font-weight:bold;
  margin: 10px 0;
}
.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #fff;
  -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;
  font-weight: normal;
  font-weight: 600;
  font-family: "Poppins";
}
.page-numbers.dots{
  color:#000;
}
.navigation a:hover{
  color: #fff;
}
.navigation span.meta-nav {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #000;
  font-family: "Poppins";
  font-weight: 500;
  margin-bottom: 0;
}
.post-navigation .post-title{
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #9a9da4;
  font-family: "Poppins";
  font-weight: 500;
}
.navigation .current{
  background: #333333; 
  color:#ffffff;
  font-weight:normal;
}
/* ------------- Category --------------------*/
.alt-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;
}
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories li{
  display: inline-block;
}
ul.post-categories li:after{
  content: ' ,';
}
ul.post-categories li:last-child:after{
  content: '';
}
ul.post-categories a {
  color: #333333;
}
.content_boxes {
  padding: 0;
  border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
.post_tag .meta-sep{
  font-weight: bold;
}
.post_tag a:after{
  content: ", ";
  display: inline-block;
}
.post_tag a:last-child:after{
  content: "";
}
/*-------------- Main Title ---------------*/
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: #ffffff;
  background-color: #333333;
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f{
  background-color: #3c5a99;
}
.share_icon i.fab.fa-linkedin-in{
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g{
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter{
  background-color: #55acee;
}
.services_inner h4, .services_inner .short_text {
  color: #ffffff;
}
.share_icon a{
  padding-bottom: 5px;
  display: inline-block;
}
.view-more {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.menubar.scrolled li.search-box {
  display: block !important;
}
/*-------------- Woocommerce ---------------*/
.woocommerce .summary h1 {
  font-size: 28px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
}
.woocommerce .quantity input{
  padding: 5px 0px;
}
.woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #080c15;
  border-radius: 0;
  padding: 10px 14px;
  color: #ffffff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{
  color: #080c15;
}
#contentwoocom {
  padding: 20px 15px;
}
h2.woocommerce-loop-product__title {
  text-align: center;
}
.woocommerce ul.products li.product .price{
  text-align: center;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  text-align: center;
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}
li.product {
  border: 1px solid #ddd;
  padding-bottom: 17px;
}
.woocommerce span.onsale{
  background-color: #080c15;
}
.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2{
  max-width: 100%;
}
input#password, input#reg_password {
  padding: 10px;
}
.woocommerce div.product form.cart .variations select{
  background-color: #ffffff; 
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
  width: 100%;
  max-width: 100%;
}
.woocommerce a.added_to_cart {
  padding: 0 .5em .5em;
  display: inline-block;
}
.woocommerce h1,.woocommerce h2,.woocommerce h3{
  font-family: "Alata";
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  width: 53%;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
  list-style-type: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #1f1e1e;
  font-family: "Alata";
}
.woocommerce form .form-row.woocommerce-invalid label{
  color:#8fa3aa;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background: #111111;
  color:#fff;
}
.woocommerce .form-row{
  display: unset;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
  width: 100%;
}
.woocommerce #order_review table th{
  text-align: left;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  padding: 20px;
}
.woocommerce div.product div.images img{
  width: auto;
}
#single-product-page{
  padding-top: 40px;
}
.woocommerce-Tabs-panel p{
  font-size: 14px;
  letter-spacing: 1px;
  color: #a7a9ac;
  font-family: "Poppins";
  font-weight: 500;
}
.woocommerce-products-header__title{
  letter-spacing: 0px;
  color: #252525;
  font-family: "Poppins";
  font-weight: 800;
}
#primary {
  padding-top: 30px;
}
/* ----------- Unit Testing ------------- */
.outer_dpage table{
  text-align: center;
}
.outer_dpage table th{
  text-align: center;
}
/* ----------- Background Attachment ------------ */
.section_bg_scroll{
  background-attachment: scroll;
}
.section_bg_fixed{
  background-attachment: fixed;
}
/* ---------- Topbar  ------------ */
#top-bar {
  padding: 0;
  background-color: #080c15;
}
.phone-box i {
    font-size: 14px;
    color: #ff7b31;
}
.phone-box a{
  color: #fff;
  font-family: "Alata";
  font-size: 12px;
}
.phone-box:hover a{
  color: #fff;
}
.email-box i {
    font-size: 14px;
    color: #ff7b31;
}
.email-box a{
  color: #fff;
  font-family: "Alata";
  font-size: 12px;
}
.email-box:hover a{
  color: #fff;
}
.shipping-box i {
    font-size: 14px;
    color: #ff7b31;
}
.shipping-box a{
  color: #fff;
  font-family: "Alata";
  font-size: 12px;
}
.shipping-box:hover a{
  color: #fff;
}
.shipping-box {
    text-align: center;
}
.location-box i,.user-box i,.lang-box i,.check-box i{
  color: #fff;
  font-size: 14px;
}
.location-box a,.user-box a,.lang-box a,.check-box a{
    color: #fff;
    font-size: 11px;
}
.location-box a:hover, .user-box a:hover, .lang-box a:hover, .check-box a:hover{
   color: #fff;
}
.topbar-box span{
  color: #fff;
  font-size: 11px;
}
.cat_toggle {
  background-color: #fff;
  padding: 10px 15px;
  margin: 5px 0;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #677279;
  font-family: "Alata";
}
.cat_toggle:after {
    content: "";
    background: #f4efef;
    position: absolute;
    width: 2px;
    height: 41px;
    top: 5px;
}
.cat_toggle i{
  color:#595959;
  padding-right: 12px;
  cursor: pointer;
}
#cart_animate {
  position: absolute;
  top: 56px;
  z-index: 1;
  background-color: #ffffff;
  left:41px;
  display: none;
  width: 252px;
  padding: 10px;
  box-shadow: 0px 0px 5px lightsteelblue;
  z-index:99999999;
}
.product-search-info{
  padding: 0 20px;
  background-color:#ffff;
  border-radius: 3px;
}
.product-search-info form{
  float: right;
  margin-top: -37px;
}
.product-search-info form input{
  border:none;
  background-color: #fff;
}
.product-search-info form button{
 border: none;
  background: #ff7b31;
  color: #595959;
  padding: 3px;
  display: inline-block;
  width: 39px;
  height: 38px;
  color: #fff;
  position: absolute;
  right: 17px;
  top: 6px
}
.product-search-info form button i{
  cursor: pointer;
}
#topbar-search .product-search-info ul{
  list-style-type: none;
}
#topbar-search .product-search-info ul li a{
  color:#333333;
  font-size: 14px;
}
#top-bar a.myaccount-link {
  padding: 0 !important ;
}


/* ---------- Middel Header ------------ */
#header-main .product-categories li {
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
}
#header-main .my-account span {
    color: #fff;
    color: #fff;
    font-family: "Alata";
    font-size: 14px;
}

#header-main .Affiliate-logo a{
  padding: 0;
  font-size: 20px;
  color: #fff;
}
#header-main .Affiliate-logo p{
  margin: 0;
  color: #fff;
}
#header-main .middel-haed {
  padding: 25px 0;
}

#header-main .my-account {
    text-align: right;
}
#header-main .my-account i.fas.fa-user {
  color: #fff;
  padding: 13px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#header-main .my-account i.cart-icon  {
  color: #fff;
  padding: 13px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
#header-main a.myaccount-link {
  padding: 0 40px;
}
#header-main span.cart-value {
  margin-left: -18px;
  text-align: center;
  background-color: #ff7b31;
  border-radius: 50%;
  color: #ffff;
  padding: 2px 4px;
  position: absolute;
  width: 22px;
  height: 22px;
  font-size: 13px;
  font-weight: bold;
}

#topbar-search {
  padding: 25px 0;
  background-color: #000;
}
#topbar-search .Affiliate-logo {
  margin-top: -12px;
}
#header .category-box:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #0ebbd1;
  border-bottom: 0px solid transparent;
  position: absolute;
  left: auto;
  top: -10px;
  right: 0;
}
/* ---------- Header ------------ */
.logo-text a ,.logo-text p {
    color: #fff;
}

#header span.cart-title {
    color: #fff;
    font-family: "Alata";
    font-size: 14px;
    padding: 10px;
}

.menubar  .Affiliate-logo {
  padding: 10px 0;
}
.menubar .Affiliate-logo h1 {
  font-size: 22px;
  margin: 0;
}
.menubar .appoitments-button a {
  background-color: #080c15;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 600;
  padding: 15px 22px;
}
.menubar .appoitments-button {
  padding: 17px 0;
  text-align: right;
}
.menubar #vw-sticky-menu {
  padding: 10px 0;
}
#sticky-onoff{
  display: none;
}
#sticky-onoff{
  display: none;
}
.main-header-box #sticky-onoff{
  display: none;
}
.stickynavbar {
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
  left: 0;
  z-index: 99;
  padding: 20px;
  height: 60px;
}
.main-header .current_page_item a {
    color: #ff7b31;
}
.sticky .main-navigation .sub-menu a{
  color: #fff;
}
.sticky .main-navigation ul{
  margin: auto;
}

#vw-sticky-menu.sticky {
  margin-top: 0;
  z-index: 9999999;
  background-color: #080c15;
}
#vw-sticky-menu.sticky .menubar-box ul li a{
  color: #ffffff !important;
}
#vw-sticky-menu.sticky .main-header .current_page_item a{
  color: #ff7b31;
}

#vw-sticky-menu.sticky .side-navigation{
  text-align: center;
  padding-top: 10px;
}


/*-------------category-----------------------*/
.category-box {
    background-color: #fff;
}
.category-box ul li {
    list-style-type: none;
}
.category-box h5 {
    font-size: 14px;
    color: #291644;
    font-family: "Alata";
    padding: 13px;
    font-weight: 600;
}

.category-box h5 i {
    position: absolute;
    right: 29px;
    color: #ff7b31;
}
.category-box li a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #677279;
    font-family: "Poppins";
    font-weight: 400;
}
.category-box ul {
    overflow: hidden scroll;
    height: 300px;
    max-height: 300px;
}
/*-----------------Slider--------------------*/
#slider{
  padding: 35px;
  position: relative;
}
#slider img{
  width: 100%;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
#slider .slider-box {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  padding: 30px 20px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  left: 12%;
  right: auto;
}
.slider-box h1 {
  font-size: 32px;
  color: #000000;
  font-family: "Alata";
  text-align: center;
}
.slider-box p {
  font-size: 18px;
  line-height: 36px;
  color: #000000;
  font-family: "Alata";
  text-align: center;
  max-width: 293px;
}

.slider-box a.slider-button-1 {
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "Alata";
  text-align: center;
  background-color: transparent;
  border: 2px solid #000;
  padding: 8px 10px;
  border-radius: 8px;
  color: #000;
}
.slider-box a.slider-button-2 {
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "Alata";
  text-align: center;
  background-color: transparent !important;
  border: 2px solid #000;
  padding: 8px 10px;
  border-radius: 8px;
  color: #000;
  margin-left:15px;
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon {
  background-image: none;
}

#slider .hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slider .hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0ecae2;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -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;
}

#slider .hvr-radial-out:hover:before, #slider .hvr-radial-out:focus:before, #slider .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
#slider .carousel-indicators {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
}

#slider .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ff7b31;
  border: 2px solid #ff7b31;

}
#slider ol.carousel-indicators .active {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff !important;
 border: 2px solid #ff7b31 !important;
}
.slider-box a.slider-button-1:hover,.slider-box a.slider-button-2:hover{
  background-color: #ff7b31 !important;
  border-color: #ff7b31;
  color: #fff;
}
#slider .slider-social{
  display: flex;
  align-items: center;
}
#slider .vwsmp_front a {
    background: transparent;
}
#slider .vwsmp_front {
    background-color: #fff;
    border-radius: 33px;
}
#slider .vwsmp_front a {
    color: #bdcfea;
    padding: 10px 23px;
}
.vwsmp_front a i{
  padding: 3px;
}
.vwsmp_front a i:hover {
    background-color: #ff7b31 !important;
    display: inline-block;
    width: 24px !important;
    height: 24px;
    border-radius: 6px;
    padding: 3px;
    color: #fff;
}
 #slider .slide_nav{
    display: block!important;
  }

/*-------------------SALE SALE--------------------*/
#sale-sale{
  padding: 0;
}

#sale-sale .left-sale,#sale-sale .right-sale ,#sale-sale .middle-sale {
  padding: 20px 30px;
  height: 215px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#sale-sale .left-sale h3,#sale-sale .right-sale h3,#sale-sale .middle-sale h3{
  font-size: 14px;
  letter-spacing: 1px;
  color: #291644;
  font-family: "Poppins";
  font-weight: 700;
}
#sale-sale .left-sale h4,#sale-sale .right-sale h4,#sale-sale .middle-sale h4{
  font-size: 24px;
  color: #000000;
  font-family: "Alata";
}
#sale-sale .left-sale .left-but,#sale-sale .right-sale .right-but,#sale-sale .middle-sale .middle-but{
  margin-top: 10px;
}
#sale-sale .left-sale a.left-sale,#sale-sale .right-sale a.right-sale,#sale-sale .middle-sale a.middle-sale{
  font-size: 14px;
  letter-spacing: 1px;
  color: #ff7b31;
  font-family: "Alata";
  border-top: 1px solid #ff7b31;
  padding: 0;
  border-bottom: 1px solid #ff7b31;
}
/*-------------------Shop By Brands--------------------*/
#shop-by-brand {
    background-color: #fff;
    padding: 20px 0 0;
    margin-top: 5%;
}
#shop-by-brand .shop-head h2 {
    font-size: 30px;
    color: #000000;
    font-family: "Alata";
}
#shop-by-brand .owl-nav {
    display: block;
}
#shop-by-brand .owl-nav i {
    color: #6c6c6c;
    font-size: 21px;
}
#shop-by-brand button.owl-prev {
    position: absolute;
    left: -50px;
    top: 0px;
}
#shop-by-brand .shop-by-cate-box {
    padding-top: 18px;
}
#shop-by-brand button.owl-next {
    position: absolute;
    right: -50px;
    top: 0px;
}
#shop-by-brand .owl-nav i:hover {
    color: #ff7b31;
}
#shop-by-loop{
  display: none;
}
/*-------------------------features---------------------*/
#features {
  background-color: #fff;
  /* padding: 0; */
}
#features .feature-title h3{
  padding: 0;
  margin:0;
}
#features .feature-title h3 a {
  font-size: 14px;
  color: #231f20;
  font-family: "Alata";
  font-weight: 600;
  padding: 0;
}
#features .feature-title p {
  font-size: 13px;
  color: #a3a3a3;
  font-family: "Poppins";
  font-weight: 400;
}
#features .f-img {
    margin-right: -28px;
    padding-top: 12px;
}

/*-------------------best seller---------------------*/
#best-seller .flipkart-deals-head h2 {
  font-size: 30px;
  color: #000000;
  font-family: "Poppins";
  font-weight: 500;
  text-align: center;
}
#best-seller .deals-flipkart-tabs ul {
  list-style-type: none;
  text-align: center;
}
#best-seller .deals-flipkart-tabs ul li {
  display: inline-block;
}
#best-seller .deals-flipkart-tabs ul li a {
  font-size: 14px;
  color: #878c8f;
  font-family: "Alata";
  text-align: center;
}
#best-seller .deals-flipkart-tabs ul li a.active {
  color: #ff7b31;
}
#best-seller .best-img {
  position: relative;
}
#best-seller span.product-sale-tag {
  background: #ff7b31;
  padding: 2px;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 55px;
  text-align: center;
}
#best-seller .best-cate-name h3 a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #a3a3a3;
  font-family: "Alata";
}
#best-seller .best-cate-name h3{
  padding: 0;
  margin: 0;
}
#best-seller .best-title h4 a{
  font-size: 16px;
  color: #000000;
  font-family: "Poppins";
  font-weight: 400;
}
#best-seller .best-title h4 {
  padding: 0;
}
#best-seller .best-cate-name h5 {
    padding: 0;
}
#best-seller span.woocommerce-Price-amount.amount{
   font-size: 17px;
    color: #231f20;
    font-family: "Alata";
}
#best-seller del {
    display: none;
}
#best-seller .cart-box .featured-cart a {
    background-color: #fff;
    width: 40px;
    height: 40px;
    background-color: #fff;
    padding: 9px 11px;
    color: #000;
}
#best-seller .best-eye {
    margin-top: -10px;
    margin-left: 12px;
}
#best-seller .best-eye a{
    background-color: #fff;
    width: 40px;
    height: 40px;
    background-color: #fff;
    padding: 9px 11px;
    color: #000;
}
#best-seller .best-eye a:hover{
  background-color: #ff7b31;
    color: #fff;
}

#best-seller .best-hover {
    position: absolute;
    top: 128px;
    left: 81px;
    right: auto;
    margin: 0 auto;
    opacity: 0;
}
#best-seller .best-seller:hover .best-hover {
    opacity: 1;
}
#best-seller .overlay {
    width: 260px;
    height: 260px;
    background: #000;
    position: absolute;
    top: 0;
    opacity: 0.9;
    display: none;
}
#best-seller .best-seller:hover .overlay {
    display: block;
}
#best-seller .best-seller:hover .star-rating{
  color: #ff7b31;
}
#best-seller .best-seller:hover .star-rating:before{
  color: #ff7b31;
}
#best-seller .cart-box .featured-cart:hover a{
  background-color: #ff7b31;
    color: #fff;
}

#best-seller-loop{
  display: none;
}
#best-seller button.owl-prev {
    position: absolute;
    top: 110px;
    left: -42px;
}
#best-seller button.owl-next{
   position: absolute;
    top: 110px;
    right: -42px;
}
#best-seller .owl-nav i:hover{
  color: #ff7b31;
}
#best-seller .owl-nav i {
    font-size: 35px;
}
/*-------------------whats-new---------------------*/
#whats-new .amazon-deals-head h2 {
  font-size: 30px;
  color: #231f20;
  font-family: "Poppins";
  font-weight: 500;
  text-align: center;
}
#whats-new .f-pro-box h3 a {
  font-size: 15px;
  letter-spacing: 1px;
  color: #a3a3a3;
  font-family: "Alata";
}
#whats-new .f-pro-box h4 a {
  font-size: 16px;
  color: #000000;
  font-family: "Poppins";
  font-weight: 400;
}
#whats-new h3 {
  padding: 0;
  margin: 0;
}
#whats-new h4 {
  padding: 3px 0;
  margin: 0;
}
#whats-new ins {
  font-size: 16px;
  color: #231f20;
  font-family: "Alata";
}
#whats-new del {
  display: none;
}
#whats-new span.product-sale-tag {
  background: #ff7b31;
  padding: 2px;
  color: #fff;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 55px;
  text-align: center;
}
#whats-new .amazon-deals-img{
  position: relative;
}
#whats-new .what-content {
  margin: 5px 0;
}
#whats-new .view-all-but {
  text-align: center;
  margin: 0 auto;
  padding: 25px 0 0;
}
#whats-new .view-all-but a.view-all {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ff7b31;
  font-family: "Alata";
  text-align: center;
  background: #fff;
  padding: 10px;
  border: 2px solid #ff7b31;
  border-radius: 8px;
}
#whats-new a.view-all i {
  padding: 0 7px;
  font-size: 14px;
}
/*--------------------Banner Top--------------------------*/
#banner{
  padding: 100px;
}
#banner .banner-content {
  text-align: center;
}
.banner-content h2 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #ff7b31;
  font-family: "Poppins";
  font-weight: 700;
}
.banner-content h3 {
  font-size: 50px;
  color: #000000;
  font-family: "Alata";
  text-align: center;
}
.banner-content p {
  font-size: 18px;
  line-height: 36px;
  color: #000000;
  font-family: "Alata";
  /* text-align: center; */
  max-width: 428px;
  margin: 0 auto;
}
.banner-btn a.view-all {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "Alata";
  text-align: center;
  background-color: #ff7b31;
  padding: 10px;
  border-radius: 8px;
}
.banner-content h2, .banner-content h3{
    padding: 0;
    margin: 0;
}
.banner-btn {
    padding: 30px 0 0;
}
.banner-btn i {
    padding: 0px 7px;
    font-size: 14px;
}
/*-------------------------Category-collection---------------------*/
#product-collection .work-tabs ul li{
  display: inline-block;
}
#product-collection .work-tabs {
  text-align: center;
}

#product-collection li.nav-item{
  display: inline-block;
  width: 33%;
  background: #fff;
}
#product-collection .work-image {
  background: #fff;
  margin-top: -16px;
}
#product-collection .work-box img {
    padding: 50px 0 0;
    align-items: center;
    display: flex;
    /* justify-content: center; */
}
#product-collection .heel {
    padding-top: 80px;
}
#product-collection .work-tabs li:nth-child(1) {
  /* margin-left: 0; */
  position: relative;
  left: -15px;
  border-bottom: 1px solid #ccc;
}
#product-collection .work-tabs li:nth-child(3) {
  position: relative;
  right: -3px;
  border-bottom: 1px solid #ccc;
}
#product-collection li.nav-item a {
  font-size: 16px;
  letter-spacing: 3px;
  color: #898989;
  font-family: "Alata";
  text-align: center;
  background-color: #fff;
}
#product-collection .work-tabs li:nth-child(2) {
  position: relative;
  left: -6px;
  right: auto;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

#product-collection .work-box h4 a {
  font-size: 16px;
  color: #737373;
  font-family: "Poppins";
  font-weight: 500;
  padding: 0;
  position: relative;
  top: -78px;
  left: 48px;
}
#product-collection del{
  display: none;
}
#product-collection span.woocommerce-Price-amount.amount {
  font-size: 16px;
  color: #000000;
  font-family: "Poppins";
  font-weight: 600;
  text-decoration: none !important;
  outline: none;
  /* text-decoration-style: double; */
  position: relative;
  top: -74px;
  left: 47px;
}
.our-work-head{
  margin-top: -99px;
}
.border1 {
  border-right: 1px solid #ccc;
 padding-right:0px !important;
}
.border2{
  border-left: 1px solid #ccc;
  padding-left:0px !important;
}
.border3{
  border-top: 1px solid #ccc;
}
#product-collection .work-box p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Alata";
  text-align: center;
  background-color: #ff7b31;
  display: inline-block;
  width: 54px;
  position: relative;
  bottom: 331px;
  left: 275px;
}
#product-collection a.work-link {
  font-size: 13px;
  letter-spacing: 1px;
  color: #737373;
  font-family: "Alata";
}
#product-collection .work-tabs .nav-item a.nav-link {
  padding: 15px;
}
#product-collection a.nav-link.active {
  background: #000;
  color: #fff !important;
}
#product-collection .box-content h4{
  padding:0;
  margin: 0;
}
/*-------------------Category collection---------------------*/
#Categories-collection {
  padding: 65px 0;
  background-color: #fff;
}
#Categories-collection .cat-coll-item{
  position: relative;
  width: 100%;
}
#Categories-collection .cat-coll-item h4{
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #080c15;
  font-family: "Poppins";
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaed;
  border-top: 1px solid #eaeaed;
}
#Categories-collection .cat-coll-item h4:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 3%;
  background-color: #ff7b31;
  display: inline-block;
  bottom: 29px;
  margin: 0 auto;
  left: 0;
  right: auto;
}
#Categories-collection .cat-coll-item h4:before {
  content: "";
  position: absolute;
  width: 30%;
  height: 3%;
  background-color: #ff7b31;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: auto;
  top: 0;
}
.cat-coll-item i {
    float: right;
    font-size: 14px;
    margin: 4px;
    color: #d5cece;
}
#Categories-collection .new-arrival-title-box h5{
  padding: 0;
  margin: 0;
}
#Categories-collection .new-arrival-title-box h6{
  padding-top: 5px 0 0 0;
  margin: 0;
}
#Categories-collection .new-arrival-title-box h6 a {
  font-size: 16px;
  color: #000000;
  font-family: "Poppins";
  font-weight: 400;
}
#Categories-collection .new-arrival-title {
  margin: 0 0 17px 0;
}
#Categories-collection .new-arrival-title del {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #999999;
  font-family: "Poppins";
  font-weight: 500;
  text-align: center;
}
#Categories-collection .new-arrival-title ins {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #171717;
  font-family: "Poppins";
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 0 10px;
}
#Categories-collection .star-rating{
  margin: 2px;
}
#Categories-collection .new-arrival-title-box h5 a {
    font-size: 15px;
    letter-spacing: 1px;
    color: #a3a3a3;
    font-family: "Alata";
}
.portfolio-link {
    text-align: center;
    padding: 31px 0 0 0;
}
/*-------------------Testimonials--------------------*/
#our-clients {
  text-align: center;
}
#our-clients .tsti-head{
  position: relative;
}
#our-clients .tsti-head h3 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 62px;
  color: #080c15;
  font-family: "Poppins";
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #dbe0e6;
}
#our-clients .tsti-head h3:after {
  content: "";
  position: absolute;
  width: 5%;
  height: 5%;
  background-color: #0ecae2;
  border-radius: 50px;
  display: inline-block;
  bottom: -3px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#our-clients .testimonials-title img {
  border-radius: 50%;
}
#our-clients .testimonials-title p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #222222;
  font-family: "Poppins";
  font-weight: 400;
  text-align: center;
  max-width: 77%;
  margin: 4% auto 3% auto;
}
#our-clients .owl-dots{
  margin-top: 2%;
}
#our-clients .testimonials-title h5 a {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #222222;
  font-family: "Poppins";
  font-weight: 700;
  text-align: center;
}
#our-clients .testimonials-title h5 {
  padding: 0;
  margin: 5px;
}
#our-clients .testimonials-title span {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #222222;
  font-family: "Poppins";
  font-weight: 500;
  text-align: center;
}
#our-clients .owl-nav button.owl-prev {
  top: 45%;
  position: absolute;
  left: 0;
  right: auto;
}
#our-clients .owl-nav button.owl-next{
  top: 45%;
  position: absolute;
  left: auto;
  right: 0;
}
#our-clients .owl-nav i {
  color: #afafaf;
  font-size: 22px;
}
#testimonial-loop{
  display: none;
}
.owl-dots{
  margin-top: 10px;
}
button.owl-dot {
  border: 1px solid #121212 !important;
  width: 10px;
  height: 10px;
  padding: 4px;
  margin: 5px;
  border-radius: 50%;
}
button.owl-dot.active{
  background-color: #ff7b31 !important;
}
/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating{
 color: #ffd116;
 margin: 0 auto;
 display: block;
 float: none;
 overflow: hidden;
 position: relative;
 height: 1.7em;
 line-height: 1;
 font-size: 1em;
 font-family: star;
}
.star-rating{
  color: #000;
  margin: 10px 0;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.star-rating:hover{
  color: #ff7b31;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #000;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before{
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
}
/*----------------Our Blog-------------------*/
#our-blogs {
  text-align: center;
  padding: 20px 0;
}
#our-blogs .articles-head h2 {
  border-bottom: 2px solid #eeeaea;
  font-size: 30px;
  color: #000000;
  font-family: "Alata";
  text-align: center; 
}
#our-blogs .post-box {
  padding: 8px 0 0;
}
#our-blogs .blog {
  background: #fff;
  padding: 30px 23px 0;
  margin-top: 5%;
  box-shadow: 1px 1px 25px 1px #ccc;
}
#our-blogs .latest-news-content:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 454px;
  background: #eae7e7;
  top: 10px;
  right: -21px;
  left: auto;
}
#our-blogs .blog-title a {
  font-size: 23px;
  letter-spacing: 0px;
  color: #000000;
  font-family: "Alata";
  text-align: center;
  font-weight:600;
  line-height: 60px;
}
#our-blogs .blog-title a:hover{
  color: #000000;
}
#our-blogs .blog-content p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #737373;
  font-family: "Poppins";
  font-weight: 400;
  text-align: center;
}
#our-blogs .meta-box span.dat-span {
  font-size: 12px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "Alata";
  text-align: center;
  background-color: #000;
  padding: 5px;
}
#our-blogs .meta-box {
  margin-top: -11px;
}
#our-blogs .blog-btn a {
  font-size: 16px;
  letter-spacing: 0px;
  color: #231f20;
  font-family: "Alata";
  text-align: center;
  font-weight: 600;
}
#our-blogs .blog-btn a:hover{
  color: #231f20;
}
#our-blogs .blog-btn i {
  padding: 0 0 0 10px;
}
#our-blogs .new-content-text {
    padding: 35px;
}
#blogs-loop{
  display: none;
}
#our-blogs .owl-nav{
  display: block;
}
#our-blogs button.owl-prev {
  position: absolute;
  top: -54px;
  right: 44px;
}
#our-blogs button.owl-prev i {
  border: 2px solid #d9d4d4;
  padding: 5px;
  display: inline-block;
  width: 28px;
  color: #d9d4d4;
}
#our-blogs button.owl-next {
    position: absolute;
    top: -54px;
    right: 0;
}
#our-blogs button.owl-next i{
  border: 2px solid #d9d4d4;
  padding: 5px;
  display: inline-block;
  width: 28px;
  margin-right: 18px;
  color: #d9d4d4;
}
/*------------------------------------newsletter------------------------*/
.newsletter-box {
  text-align: center;
}
.newsletter-box h2 {
  font-size: 36px;
  color: #231f20;
  font-family: "Alata";
  text-align: center;
}
.newsletter-box p {
  font-size: 18px;
  line-height: 30px;
  color: #737373;
  font-family: "Alata";
  text-align: center;
  max-width: 517px;
  margin: 0 auto;
}

#newsletter input[type="email"] {
  border: 2px solid #e8e3e3;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 auto;
  height: auto;
  width: 40%;
  background: #fff;
}
.newsletter-form {
  text-align: center;
  padding: 37px 0 0;
}
#newsletter input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background-color: #ff7b31;
  display: inline-block;
  width: auto;
  height: 47px; 
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Alata";
}
/*------------------------social-media----------------*/
#social-media {
    background-color: #ff7b31;
    padding: 15px;
}
#social-media h2 {
    font-size: 36px;
    letter-spacing: 3px;
    color: #ffffff;
    font-family: "Alata";
}
.social {
    text-align: right;
    padding: 15px;
}
#social-media .vwsmp_front a {
    background: none;
}
#social-media .vwsmp_front a i {
    font-size: 20px;
    color: #fff;
     background: none;
}

/* ---------- Return to Top ------------ */
.sml-scrollup {
  position: fixed;
  z-index: 999;
  bottom: 0px;
  right: 15px;
}
.sml-scrollup span {
  display: block;
  height: 45px;
  width: 45px;
  margin: 20px;
  text-align: center;
  line-height: 60px;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  font-size: 16px;
  color: #FFF;
  opacity: 1;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
  -moz-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
  -ms-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
  -o-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
  transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.sml-scrollup span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  -webkit-box-shadow: inset 0 0 0 35px #ff7b31;
  box-shadow: inset 0 0 0 35px #0ecae2;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  -moz-transform: scale3d(0.9, 0.9, 1);
  -ms-transform: scale3d(0.9, 0.9, 1);
  -o-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: box-shadow 0.3s, transform 0.3s;
  -moz-transition: box-shadow 0.3s, transform 0.3s;
  -ms-transition: box-shadow 0.3s, transform 0.3s;
  -o-transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
}
.sml-scrollup span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale3d(1,1,1);
  -ms-transform: scale3d(1,1,1);
  -o-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.025), 0 10px 15px rgba(0,0,0,0.2);
  box-shadow: 0 10px 20px rgba(0,0,0,0.025), 0 10px 15px rgba(0,0,0,0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
  -moz-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
  -ms-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
  -o-transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
  transition: all 0.3s cubic-bezier(0.5,.8,.9,0.8);
}
.sml-scrollup span:before {
  -webkit-box-shadow: inset 0 0 0 35px #ff7b31;
  box-shadow: inset 0 0 0 35px #ff7b31;
}
.sml-scrollup span:hover {
  color: #ff7b31;
}
.sml-scrollup span:hover:before {
  -webkit-box-shadow: inset 0 0 0 1px #ff7b31;
  box-shadow: inset 0 0 0 1px #ff7b31;
}
.sml-scrollup span:hover:before {
  -webkit-box-shadow: inset 0 0 0 1px #ff7b31;
  box-shadow: inset 0 0 0 1px #ff7b31;
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale3d(1,1,1);
  -ms-transform: scale3d(1,1,1);
  -o-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.sml-scrollup span:hover:after {
  visibility: visible;
  opacity: 1;
}
.sml-scrollup i {
  font-size: 22px;
  padding: 10px;
}
/*----------------Menu bar-----------*/
/*----------------Menu bar-----------*/ 
#header {
    padding: 0;
}
#header .header-box {
    background-color: #fff;
    padding: 10px;
}
.hamburger {
 padding-left: 10px
 } 
.side-navigation {
    padding: 0;
    margin: 0;
   text-align: left 
} 
.side-navigation>li { 
  list-style: none;
   margin-bottom: 10px 
} 
.close-sidebar {
  font-size: 35px;
  padding-right: 5px; 
  color: #fff; 
  text-align: right 
 } 
.headerbar { 
  display: none;
  font-size: 30px;
  text-align: right; 
  font-weight:900; 
  color:#000000; 
}
amp-sidebar#sidebar1 {
  display: none 
} 
.i-amphtml-sidebar-mask
{
  position: static!important 
}
.main-header .side-navigation ul{
  list-style: none;
  margin: 0; 
  padding:3px 15px;
  display: inline-block;
  } 
.main-header .side-navigation li 
{ 
  display: inline-block;
  margin: 0; 
  position: relative; 
  padding: 3px 15px;
} 
.side-navigation li.current-menu-item a{
color: #f06845; 
} 
.menubar-box ul li a {
    font-size: 16px;
    color: #677279;
    font-family: "Alata";
    font-weight: 500;
} 
.side-navigation ul li a:active {
  color: #082b45 
} 
.side-navigation ul li a:hover { 
color: #ff7b31;
text-decoration: underline 
}
.main-header .side-navigation ul ul {
  display: none;
 position: absolute; 
  left: 0; 
  top: 100%; 
  background: #F6F6F6;
   min-width: 215px;
  z-index: 9999; 
}
.main-header .side-navigation ul ul ul {
  left: 31%; 
  top: 33px; 
} 
.main-header .side-navigation ul ul a {
  color: #000;
  padding: 10px 10px 10px 25px;
  transition: all .5s ease 0s;
  border-left:none !important;
} 
.side-navigation ul.sub-menu li a:before {
  content: "\f068"; 
  font-family: 'Font Awesome 5 Free'; 
  left: 0;
  position: absolute;
   top: 14px;
  font-size: 10px; 
  color: #121212; 
  padding-left: 10px; 
  font-weight: 900; 
  transition: all .5s ease 0s 
  }
  .side-navigation ul.sub-menu li a:hover:before {
    color: #fff;
    padding-left: 20px
} 
.side-navigation ul ul a:hover {
  color: #000; 
 padding-left: 25px 
 }
 .side-navigation ul ul li {
  float: none;
  display: block; 
  text-align: left;
  border-left: none;
  border-right: none!important;
  padding: 0; 
} 
.nav-menu ul ul li:last-child { 
  border-bottom: 0
} 
.side-navigation ul li:hover>ul { 
  display: block;
} 
.nav-menu a:hover { 
  color: #121212 ;
} 
.nav-menu .menu>ul>li.highlight {
  background-color: #006ccc 
}
.nav-menu .menu>ul>li.highlight:hover 
{ 
  background: 0 0 
} 
.main-menu-navigation 
{ 
  margin: 30px 0 0 
}
.nav-next .post-title, .nav-previous .post-title {
  display: none!important
} 
.toggle-menu, a.closebtn { 
  display: none
} 
.vw-sticky-menu
{ 
  position: fixed; 
  top: 0px; 
  width: 100%;
  padding-bottom: 0 !important;
  left: 0;
  z-index: 99;
  right: 0;
  padding-left: 20px; 
  padding-right: 20px;
} 
.stickynavbar {
   padding-top: 0 !important; 
 } 
#sticky-onoff{
  display: none;
}


/*---------------Footer-----------------*/
#footer #footer_box{
  padding:5% 0 20px 0;
}
#footer {
  position: relative;
  background-size: cover;
  background-color: #fff;

}
#footer .footer-details p {
  line-height: 24px;
  font-family: "Poppins";
  font-size: 14px;
letter-spacing: 0px;
color: #5a5a5a;
font-family: "Poppins";
font-weight: 300;
}
#footer h3 {
  padding: 12px 0;
  letter-spacing: 1px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
color: #231f20;
font-family: "Alata";
border-bottom: 1px solid #ccc;
}
#footer h3:after {
    content: "";
    position: absolute;
    width: 29%;
    height: 1%;
    background-color: #ff7b31;
    display: inline-block;
    /* bottom: 24px; */
    margin: 0 auto;
    left: 15px;
    right: auto;
    top: 42px;
}
#footer ul{
  list-style: none;
  margin: 0;
}
#footer ul li {
  padding: 10px 0;
}
#footer #recent-posts-3 ul li {
  display: flex;
  align-items: center;
}
#footer #recent-posts-3 .post-thumb {
  padding-right: 0;
  display: flex;
  align-items: center;
}
#footer ul li:before {
 content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background: #ff7b31;
    margin-right: 14px;
    padding: 2px 8px;
    display: inline-block;
    height: 24px;
    border-radius: 50px;
    width: 24px;
    color: #fff;
}
#footer ul li a{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #999999;
  font-family: "Poppins";
  font-weight: 400;
  position: relative;
}
#footer table,#footer td,#footer th{
  border: none;
  padding:0;
}
#footer .footer-details td p{
  margin: 0;
}
#footer .footer-details td{
  font-size: 15px;
  line-height: 24px;
  color: #ff7b31;
  font-family: "Poppins";
  font-weight: 600;
}
#footer .footer-details td.contact-title{
  width: 13%;
}
#footer .footer-details td.contact-title i {
  font-size: 22px;
}
#footer input[type="text"],#footer input[type="tel"],#footer input[type="email"],#footer input[type="phno"],#footer input[type="password"],#footer textarea {
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: 0;
  margin-bottom: 10px;
}
#footer input[type="text"]::placeholder,#footer input[type="tel"]::placeholder,#footer input[type="email"]::placeholder,#footer input[type="phno"]::placeholder,#footer input[type="password"]::placeholder,#footer textarea::placeholder{
  color: #fff;
}
#footer input.wpcf7-submit {
  background-color: transparent;
  border: 2px solid #0ecae2;
  border-top: none;
  margin-top: 12px;
}
#footer .social_widget i {
  color: #e8e8e8;
  border: 2px solid #0ecae2;
  padding: 8px;
  width: 35px;
  height: 36px;
  margin-right: 4px;
  border-radius: 5px;
  border-top: none;
}
#footer .social_widget a:hover i {
  background-color: #080c15;
  color: #fff;
  border-color: #080c15;
}
/*---------------Footer copyright------------------*/
.copyright {
  background-color: #fff;
}
.copyright .copyright-text p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 40px;
  color: #ff7b31;
  font-family: "Poppins";
  font-weight: 500;
}
.copyright .copy-box {
  padding: 23px;
}
/*---------------------Blog Page--------------------*/
.post_pic_inner {
  position: relative;
}
.post_pic_inner img{
  width: 100%;
}
.postbox-content {
  text-align: left;
  padding: 20px;
}
.postbox-content .vw-news-meta i {
  color: #7a7c89;
  font-size: 15px;
  padding: 10px 5px 10px 0;
}
.postbox-content .vw-news-meta span a {
  color: #7a7c89;
  font-size: 18px;
  letter-spacing: 0px;
  font-family: "Poppins";
  font-weight: 400;
  text-align: center;
}
.postbox-content .vw-news-meta span {
  display: inline-block;
  font-size: 15px;
  color: #080c15;
  font-family: "Poppins";
  font-weight: 600;
}
.postbox-content .vw-news-meta span.blog-comments{
  padding-left: 10px;
}
.postbox-content span.vw-blog-comments {
  margin-left: 20px;
}
.posttitle a{
  font-size: 19px;
  line-height: 27px;
  color: #222222;
  font-family: "Poppins";
  font-weight: 700;
}
.postbox-content .post-text {
  font-size: 18px;
  letter-spacing: 0px;
  color: #7b7d89;
  font-family: "Poppins";
  font-weight: 400;
}
/*------------------ Contact Page -----------------*/
.contact-page-details{
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border:none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
.contac_form label{
  display: block;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 18px;
  margin: 0 12px 13px 0;
  height: auto;
  border:1px none;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
.contact-box .wpcf7 input[type="text"]::placeholder{
  font-family: "Poppins";
}
.contact-box .wpcf7 input[type="email"]::placeholder{
  font-family: "Poppins";
}
.contact-box .wpcf7 textarea::placeholder{
  font-family: "Poppins";
}
.contact-box .contac_form input[type="submit"]{
  border-radius: 40px;
  font-family: "Poppins";
  padding: 12px 20px;
  display: inherit;
  margin: 20px auto 0 auto;
}
section#contact-box{
  padding:0;
  margin:0;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.contact-color-bg form textarea{
  margin-right: 10px;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 23px;
}
.contact-box .google-map{
  margin-bottom: 30px !important;
}
.contact-box .contact-head{
  text-align: center;
  padding-bottom: 30px;
}
.contact-box .contact-head p{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #6e6e6e;
  font-family: "Poppins";
  font-weight: 500;
  max-width: 80%;
  margin: 0 auto;
}
.contact-box .contact-head h2{
  font-size: 32px;
  color: #222222;
  font-family: "Poppins";
  font-weight: normal;
  padding-bottom: 10px;
}
.contact-box .vw-tattoo-contact-box{
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  padding: 30px;
  text-align: center;
}
.contact-box .vw-tattoo-contact-box span{
  font-size: 25px;
  letter-spacing: 1px;
  color: #0f0e0e;
  font-family: "Poppins";
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 5px 0;
}
.contact-box .vw-tattoo-contact-box i{
  font-size: 35px;
  color: #080c15;
}
.contact-box .vw-tattoo-contact-box p{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #9a9da4;
  font-family: "Poppins";
  font-weight: 500;
}
.contact-box .contac_form{
  margin: 0 auto;
  max-width: 55%;
}
.Affiliate-logo img.custom-logo {
    width: 50%;
    height: 100%;
}
/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
  width: 100%;
}
.main_title {
  margin-top: 20px;
}
.main_title h1{
  padding: 0;
  margin-bottom: 22px;
  font-size: 36px;
  color: #000;
  font-family: "Poppins";
  font-weight: bold;
  letter-spacing: 2px;
  font-weight: 600;
}
/* ------------- Category --------------------*/
.alt-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;
}
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories li{
  display: inline-block;
}
ul.post-categories li:after{
  content: ' ,';
}
ul.post-categories li:last-child:after{
  content: '';
}
ul.post-categories a {
  color: #333333;
}
.content_boxes {
  padding: 0;
  border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
.post_tag .meta-sep{
  font-weight: bold;
}
.post_tag a:after{
  content: ", ";
  display: inline-block;
}
.post_tag a:last-child:after{
  content: "";
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
body{
  padding: 0 !important
}
body.modal-open{
  overflow: scroll !important;
}
html body{
  overflow-x: hidden;
}
/*-------------- media section ---------------*/
@media screen and (max-width:576px) {
  .Affiliate-logo img.custom-logo {
    width: 30%;
    height: 100%;
  }
  #product-collection .work-box p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: "Alata";
    text-align: center;
    background-color: #ff7b31;
    display: inline-block;
    width: 54px;
    position: relative;
    bottom: 281px;
    left: 4px;
    /* top: 8px; */
  }
  #product-collection .work-image {
     margin-top: 0px; 
  }
  #product-collection li.nav-item{
    width: 100%;
  }
  #shop-by-brand .owl-nav{
    display: none;
  }
  #best-seller .owl-nav{
    display: none;
  }
  #top-bar {
    padding: 10px;
    text-align: center;
  }
  .phone-box,.email-box,.shipping-box,.location-box,.user-box,.lang-box,.check-box {
    padding: 5px;
  }
  .cat_toggle:after {
    content: "";
    background: #f4efef;
    position: absolute;
    width: 2px;
    height: 60px;
    top: 21px;
  }
  .product-search-info form button {
    border: none;
    background: #ff7b31;
    color: #595959;
    padding: 3px;
    display: inline-block;
    width: 39px;
    height: 38px;
    color: #fff;
    position: absolute;
    right: 33px;
    top: 32px;
  }
  .slider-box a.slider-button-1{
    display: none;
  }
  .slider-box a.slider-button-2{
    display: none;
  }

  .product-search-info form input{
    width: 80%;
  }
  #topbar-search{
    text-align: center;
  }
  .product-search-info{
    margin: 20px 0;
  }
  .cat_toggle{
    padding-bottom: 40px;
    background-color: transparent;
  }
  .toggle-nav{
    margin-top: 7px !important;
  }
  #slider .slide_nav{
    display: none;
  }
  #slider .slider-box{
    padding: 0;
    max-width: 90%;
  }
  #slider .slider-box {
    padding: 0;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  .slider-box h1 {
    font-size: 22px;
  }
  #slider .vwsmp_front a {
    padding: 6px; 
  }
  #slider .slider-social {
    margin: 20px 0 -9px 0;
  }
  #slider .slider-box p{
    display: none;
  }
  #slider .slider-box h2{
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 31px;
    padding: 0px 0;
  }
  #slider .slide-but a{
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 35px;
  }
  #slider .carousel-indicators{
   top: 75%;
  }
  .product-search-info form{
    float: unset;
  }
  #sale-sale .left-sale, #sale-sale .right-sale, #sale-sale .middle-sale {
    height: unset;
  }
  #sale-sale .left-sale h4, #sale-sale .right-sale h4, #sale-sale .middle-sale h4 {
    font-size: 20px;
  }
  #shop-by-brand .shop-head h2 {
    font-size: 27px;
    text-align: center;
  }
  .owl-dots {
    margin-top: 10px;
    text-align: center;
  }
  #best-seller .overlay {
    width: 100%;
    height: 76%;
  }
  .feature-box {
    text-align: center;
  }
  #banner {
    padding: 11px;
  }
  .banner-content h3, .banner-content h4 {
    padding: 10px;
    margin: 0px;
  }
  .banner-content h3 {
    font-size: 15px;
    padding: 0;
  }
  .banner-content h2 {
    font-size: 29px;
    padding: 0;
  }
  .banner-content p {
    font-size: 16px;
    max-width: 100%;
    padding: 0;
  }
  .our-work-head {
    margin-top: 0; 
  }
  #product-collection li.nav-item a {
    font-size: 12px;
  }
  #product-collection .work-tabs li:nth-child(1),#product-collection .work-tabs li:nth-child(2),#product-collection .work-tabs li:nth-child(3){
    position: unset;
  }
 .border1 {
     padding-right: 15px !important; 
  }
  .border2 {
    padding-left:15px !important;
  }
  #our-blogs .owl-nav{
    display: none;
  }
  #our-blogs .blog-title a {
    font-size: 20px;
  }
  #our-blogs .new-content-text {
    padding: 0; 
  }
  #newsletter {
    margin-top: -10%;
  }
  .newsletter-box h2 {
    font-size: 28px;
  }
  #newsletter input[type="email"] {
    height: auto;
    width: 75%;
  }
  #social-media {
    margin-top: -8%%;
  }
  .social {
    text-align: center;
  }
  #newsletter input[type="submit"] {
    margin-top: 10px;
  }
  #social-media h2 {
    font-size: 28px;
    letter-spacing: 3px;
    color: #ffffff;
    font-family: "Alata";
  }
  #Categories-collection .cat-coll-item h4 {
    font-size: 23px;
  }
  .cat-coll-item i {
    float: right;
    font-size: 14px;
    margin: 4px;
    color: #d5cece;
    display: none;
  }
   #best-seller .best-seller {
    text-align: center;
  }
    #best-seller .star-rating,#whats-new .star-rating {
    margin: 10px auto;
  }
  #whats-new .what-content {
    margin: 5px 0;
    text-align: center;
  }
  #whats-new span.product-sale-tag {
    background: #ff7b31;
    padding: 2px;
    color: #fff;
    position: absolute;
    left: 18%;
    width: 55px;
    text-align: center;
    top: 0;
    right: auto;
  }
  #best-seller span.product-sale-tag {
    background: #ff7b31;
    padding: 2px;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 20%;
    width: 55px;
    text-align: center;
}
#our-blogs .latest-news-content:after{
  display: none;
}
  
}
@media screen and (min-width: 577px) and (max-width:767px){
  #best-seller .best-hover {
    position: absolute;
    top: 71px;
    left: 38px;
    right: auto;
    margin: 0 auto;
    opacity: 0;
  }
  #best-seller .overlay {
    width: 157px;
    height: 61%;
    background: #000;
    position: absolute;
    top: 0;
    opacity: 0.9;
    display: none;
    left: 0;
  }
    #product-collection .work-box p{
    position: unset;
  }
  .Affiliate-logo img.custom-logo {
    width: 30%;
    height: 100%;
  }
  #top-bar {
    padding: 20px;
    background-color: #080c15;
    text-align: center;
  }
  .product-search-info form {
    text-align:center;
    margin-top: -37px;
  }
  #top-bar .vwsmp_front {
    text-align: center;
  }
  .cat_toggle:after {
    content: "";
    background: #f4efef;
    position: absolute;
    width: 2px;
    height: 69px;
    top: 22px;
  }
  .product-search-info form button {
    border: none;
    background: #ff7b31;
    color: #595959;
    padding: 3px;
    display: inline-block;
    width: 39px;
    height: 38px;
    color: #fff;
    position: absolute;
    right: 22px;
    top: 37px;
  }
  #header span.cart-title {
    color: #fff;
    font-family: "Alata";
    font-size: 14px;
    padding: 10px;
    display: none;
}
  #top-bar .top-menu ul,.copyright,.copyright-text,#header .my-account,#myntra-deals .myntra-deals-content .f-pro-box,#deals-flipkart .new-arrival-title-box{
    text-align: center;
  }
  #top-bar .top-menu ul li{
    display: inline-block;
    border:none;
  }
  #topbar-search{
    text-align: center;
  }
  .product-search-info{
    margin: 20px 0;
  }
  .cat_toggle{
    padding-bottom: 40px;
    background-color: transparent;
    text-align: left;
  }
  .toggle-nav{
    margin-top: 7px !important;
  }
  #shop-by-brand .owl-nav {
    display: none;
  }
  #shop-by-cate .shop-cat-box{
    margin-top: 0;
  }
  #slider .slide_nav{
    display: none;
  }
  #slider .slider-box{
    padding: 0;
    max-width: 49%;
  }
  #slider .slider-box p{
    display: none;
  }
  .slider-box a.slider-button-1{
    display: none;
  }
  .slider-box a.slider-button-2{
    display: none;
  }
  #slider .slider-social {
    margin-top: 13px;
    text-align: center;
    display: block;
  }
  #shop-by-brand .shop-head h2 {
    text-align: center;
  }
  .owl-dots {
    margin-top: 10px;
    text-align: center;
  }
  .owl-nav {
    display: none;
  }

  #best-seller span.product-sale-tag {
    background: #ff7b31;
    padding: 2px;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    width: 55px;
    text-align: center;
  }
  #best-seller span.product-sale-tag {
    background: #ff7b31;
    padding: 2px;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    width: 55px;
    text-align: center;
  }
  #whats-new span.product-sale-tag {
    background: #ff7b31;
    padding: 2px;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 110px;
    width: 55px;
    text-align: center;
  }
  .star-rating {
    margin: 10px auto;
  }

  #whats-new .what-content {
    margin: 5px 0;
    text-align: center;
  }
  #slider .slider-box h2{
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0px 0;
  }
  #slider .slide-but a{
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 35px;
  }
  #slider .carousel-indicators{
    bottom: 3%;
  }
  .banner-content h3 {
    font-size: 14px;
    letter-spacing: 2px;
    color: #ff7b31;
    font-family: "Poppins";
    font-weight: 700;
  }
  .banner-content h2 {
    font-size: 26px;
    color: #000000;
    font-family: "Alata";
    text-align: center;
  }
  #product-collection li.nav-item {
    display: inline-block;
    width: 100%;
    background: #fff;
  }
  #product-collection .work-tabs li:nth-child(1){
    position: unset;
  }
  #product-collection .work-tabs li:nth-child(2){
    position: unset;
  }
   #product-collection .work-tabs li:nth-child(3){
    position: unset;
  }
  .border1 {
    padding-right: 15px !important;
    border-right:unset;
  }
   .border2{
    padding-left: 15px !important;
    border-left: unset;
  }
  #product-collection .work-image{
    margin-top: unset;
  }
  #social-media h2 {
    font-size: 28px;
  }
  .social {
    text-align: center;
  }
  .best-seller {
    text-align: center;
  }
  #our-blogs .latest-news-content:after{
  display: none;
}
 
}
@media screen and (min-width: 768px) and (max-width:991px) {
  #best-seller .overlay {
    width: 213px;
    height: 215px;
    background: #000;
    position: absolute;
    top: 0;
    opacity: 0.9;
    display: none;
    left: 0;
  }
  #best-seller .best-hover {
    position: absolute;
    top: 86px;
    left: 49px;
    right: auto;
    margin: 0 auto;
    opacity: 0;
  }
  #top-bar .vwsmp_front {
    text-align: center;
  }
  .right-sale {
    margin-top: 10px;
  }
  #top-bar .top-menu ul,.copyright,.copyright-text,#Categories-collection .new-arrival-title,#header .my-account,#myntra-deals .myntra-deals-content .f-pro-box,#deals-flipkart .new-arrival-title-box{
    text-align: center;
  }
  #shop-by-brand .shop-head h2 {
    font-size: 22px;
    color: #000000;
    font-family: "Alata";
  }
  #shop-by-brand .owl-nav {
    display: none;
  }
  .banner-content h2 {
    font-size: 37px;
    color: #000000;
    font-family: "Alata";
    text-align: center;
  }
  #product-collection li.nav-item {
    display: inline-block;
    width: 49%;
    background: #fff;
  }
  .owl-dots {
      margin-top: 10px;
    text-align: center;
  }
  #top-bar .top-menu ul li{
    display: inline-block;
    border:none;
  }
  #topbar-search{
    text-align: center;
  }
  .product-search-info{
    margin: -16px 0;
  }
  .cat_toggle:after {
    content: "";
    background: #f4efef;
    position: absolute;
    width: 2px;
    height: 29px;
      top: -2px;
  }
  .product-search-info form button {
    border: none;
    background: #ff7b31;
    color: #595959;
    padding: 3px;
    display: inline-block;
    width: 39px;
    height: 38px;
    color: #fff;
    position: absolute;
    right: 23px;
    top: -9px;
  }
  .email-box a {
    color: #fff;
    font-family: "Alata";
    font-size: 12px;
  }
  #header span.cart-title{
    display: none;
  }
  .cat_toggle{
    padding-bottom: 40px;
    background-color: transparent;
  }
  .toggle-nav{
    margin-top: 7px !important;
  }

  #slider .slider-box{
    padding: 0;
    max-width: 100%;
  }
  #slider .slider-social {
    display: block;
    align-items: center;
    text-align: center;
    margin: 16px 0 0 0;
}
  #slider .slider-box p {
    font-size: 25px;
    letter-spacing: 7px;
    display: none;
  }
  #slider .slider-box h2{
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 10px 0; 
  }
  #slider .slide-but a{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 44px;
  }
  #slider .carousel-indicators{
    bottom: 15%;
  }
  #product-collection .work-image {
    margin-top: 0;
  }
  #product-collection .work-box p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: "Alata";
    text-align: center;
    background-color: #ff7b31;
    display: inline-block;
    width: 54px;
    position: relative;
    bottom: 0;
    left: 0;
  }
  #our-blogs .blog-title a {
    font-size: 21px;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Alata";
    text-align: center;
    font-weight: 600;
    line-height: 60px;
  }
  .social {
    text-align: center;
  } 
  #our-blogs .latest-news-content:after{
  display: none;
}
}
@media screen and (max-width: 1024px) and (min-width:991px){
  #best-seller .overlay {
    width: 215px;
    height: 217px;
    background: #000;
    position: absolute;
    top: 0;
    opacity: 0.9;
    display: none;
  }
  #best-seller .best-hover {
    position: absolute;
    top: 98px;
    left: 67px;
    right: auto;
    margin: 0 auto;
    opacity: 0;
  }
  #shop-by-brand button.owl-next {
    position: absolute;
    right: -21px;
    top: 0px;
  }
  #shop-by-brand button.owl-prev {
    position: absolute;
    left: -28px;
    top: 0px;
  }
  .cat_toggle:after {
    content: "";
    background: #f4efef;
    position: absolute;
    width: 2px;
    height: 41px;
    top: 20px;
}
  #topbar-search .Affiliate-logo{
    margin-top: 10px;
  }
  #vw-sticky-menu .toggle-nav{
    float: left !important;
  }
  #vw-sticky-menu.sticky .toggle-nav{
    float: right !important;
  }
  #top-bar .vwsmp_front {
    text-align: center;
  }
  #top-bar .top-menu ul,.copyright,.copyright-text,#header .my-account{
    text-align: center;
  }
  #top-bar .top-menu ul li{
    display: inline-block;
    border:none;
  }
  
  #topbar-search{
    text-align: center;
  }
  .cat_toggle{
    text-align: left;
  }
  .product-search-info,#header .my-account{
    margin: 20px 0;
  }
  #slider .slider-box p{
    font-size: 22px;
  }
  #slider .carousel-indicators {
    position: absolute;
    bottom: -8%;
    left: 0;
    right: 0;
  }
  #slider .vwsmp_front a {
    color: #bdcfea;
    padding: 0; 
  }
  #slider .slider-box h2{
    font-size: 32px;
    line-height: 47px;
  }
  #shop-by-cate .shop-categories-box .hvrbox-layer_top a{
    font-size: 13px;
  }  
  #our-blogs .new-content-text a.blog-title{
    font-size: 17px;
  }
  #our-blogs .new-content-text span{
    padding: 3px;
    font-size: 12px;
  }
  #our-blogs .new-content-text span i{
    margin-right: 4px;
  }  
  #sale-sale,#shoes-sale{
    overflow-x: hidden;
  }
  .product-search-info form input{
    width: 80%;
  }
  .product-search-info form button {
    border: none;
    background: #ff7b31;
    color: #595959;
    padding: 3px;
    display: inline-block;
    width: 39px;
    height: 38px;
    color: #fff;
    position: absolute;
    right: 17px;
    top: 21px;
  }
  #header span.cart-title {
    color: #fff;
    font-family: "Alata";
    font-size: 14px;
    padding: 10px;
    display: none;
  }

  #product-collection li.nav-item a {
    font-size: 14px;
    letter-spacing: 3px;
    color: #898989;
    font-family: "Alata";
    text-align: center;
    background-color: #fff;
  }
  #product-collection .work-box p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: "Alata";
    text-align: center;
    background-color: #ff7b31;
    display: inline-block;
    width: 54px;
    position: relative;
    bottom: 0;
    left: 0;
  }
  #Categories-collection .cat-coll-item h4 {
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #080c15;
    font-family: "Poppins";
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaed;
    border-top: 1px solid #eaeaed;
  }
  .cat-coll-item i {
    float: right;
    font-size: 14px;
    margin: 0px;
    color: #d5cece;
    display: none;
  }

}


@media screen and (max-width: 1250px) and (min-width: 1024px){
  .product-search-info form {
    float: right;
    margin-top: -37px;
    margin-right: -20px;
}
  #best-seller .overlay {
  width: 228px;
    height: 218px;
    background: #000;
    position: absolute;
    top: 0;
    opacity: 0.9;
  }
  #best-seller .best-hover {
    position: absolute;
   top: 62px;
    left: 67px;
    right: auto;
    margin: 0 auto;
    opacity: 0;
}
  #product-collection .work-box p {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: "Alata";
    text-align: center;
    background-color: #ff7b31;
    display: inline-block;
    width: 54px;
    position: relative;
    bottom: 0;
    left: 0;
  }
  #Categories-collection .cat-coll-item h4 {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #080c15;
    font-family: "Poppins";
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaed;
    border-top: 1px solid #eaeaed;
}
  #slider .vwsmp_front a {
    color: #bdcfea;
    padding: 10px 13px;
  }
  #shop-by-brand button.owl-prev {
    position: absolute;
    left: -32px;
    top: 0px;
}
}
@media screen and (max-width: 1024px){ 
  .top_bar_btn a.theme_button 
  {
   position: static; 
    top: 0; transform: unset; 
  } 
  .thumb_image_border
  { 
    display: none; 
  } 
  .headerbar 
  { 
    display: block; 
    margin: 0; 
  } 
  .hamburger 
  { 
    padding: 10px; 
  } 
  .main-header .side-navigation {
   display: none
    } 
  .side-navigation ul{
   margin:0;
    } 
  .side-navigation, .side-navigation li { 
    padding: 0; display: block
  }
  .side-navigation ul li a {
    padding: 10px; 
    display: block;
     color: #fff; 
     border-bottom: 1px solid #fff; 
     background: 0 0!important; 
     text-align: left 
  } 
  .side-navigation ul ul li a {
    padding: 10px; 
    display: block;
     color: #fff; 
     border-bottom: 1px solid #fff; 
     background: 0 0!important; 
     text-align: left 
  } 
  amp-sidebar#sidebar1 { 
    background: #111; width: 250px
  } 
  #sidebar1 { 
  height: 100%; 
  width: 0; position: fixed; 
  z-index: 9999999; 
  top: 0;
  left: 0; 
  overflow-x: hidden; 
  transition: .5s
  }
  .side-navigation ul li ul, .side-navigation ul li ul ul 
  { 
    display: block !important; 
  } 
  .side-navigation ul ul {
    background: transparent !important;
  } 
  .side-navigation ul ul {
    position: static; 
    width: 100%;
    box-shadow: none;
  } 
  .side-navigation ul ul li {
     background: transparent !important;
  } 
  .side-navigation ul ul li{ 
    display: block; 
    padding-left: 7px; 
  } 
  .side-navigation ul.sub-menu li a:before{ 
    content: none; 
  } 
  iframe {
    width: 100%;
    height: auto;
  } 
  .top_bar_btn
    { 
      padding:0; 
    }
    #vw-sticky-menu.sticky .headerbar{
      color: #fff!important;
    }
}
  
/* ------------- Mozilla Style -------------- */

@-moz-document url-prefix() {

  .main-navigation ul
  {
    text-align: left;
  }
  .main-navigation a
  {
    font-size: 18px;
  }
}
/* 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;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
 outline: 0;
}
a:focus{
outline: thin dashed;
}