html {
font-family: 'Roboto', sans-serif;
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
}
a:hover{
text-decoration: none;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; font-weight: normal;
}
::-webkit-input-placeholder { opacity: 0.5;
}
:-ms-input-placeholder { opacity: 0.5;
}
::placeholder {
opacity: 0.5;
}
select{
background-color: transparent;
position: relative;
background-image: none;
height: 40px;
}
select:before{
content: "\f107";
font-family: FontAwesome;
padding: 0 5px;
color: inherit;
font-size: inherit;
font-weight: bold;
} button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; margin-bottom: 0;
border: none;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} #af-preloader {
width: 100%;
height: 100%;
position: fixed;
background-color: #fff;
z-index: 99999999;
top: 0;
left: 0;
}
.af-spinner-container {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
transform: scale(0.8);
}
.af-spinners {
position: relative;
border-radius: 50%;
height: 75px;
width: 75px;
animation: af-spinner-animation 2s ease-in-out infinite;
}
.af-spinners span{
position: absolute;
width: 15px;
height: 15px;
background: rgba(0, 0, 0, 0.25);
border-radius: 50%;
background: #000000;
-webkit-animation: dots4 1.7s infinite ease-in-out both;
animation: dots4 1.7s infinite ease-in-out both;
margin-right: 5px;
top: 50%;
transform: translateY(-50%);
}
.af-spinners span:nth-child(1) {
left: 0px;
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.af-spinners span:nth-child(2) {
left: 20px;
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.af-spinners span:nth-child(3) {
left: 40px;
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.af-spinners span:nth-child(4) {
left: 60px;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
@keyframes dots4 {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes dots4 {
0%, 80%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
}
40% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}  .header-style-3 .navigation-section-wrapper.aft-sticky-navigation.nav-down {
position: fixed;
top: 0;
width: 100%;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
z-index: 99999;
transition: all 0.2s ease-in-out;
height: 53px;
}
.admin-bar .header-style-3 .navigation-section-wrapper.aft-sticky-navigation.nav-down {
transform: translateY(calc(0% + 32px));
}
.header-style-3 .aft-sticky-navigation.nav-up { }
.aft-sticky-navigation .desktop-header .main-navigation  li:first-child{
padding-left: 0;
}
.aft-sticky-navigation .header-middle-right-part {
position: relative;
width: 100%;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #4a4a4a;
font-family: sans-serif;
font-size: 16px;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: 700;
}
body h1,
body h2,
body h2 span,
body h3,
body h4,
body h5,
body h6 {
line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6,
.main-navigation a,
.account-user .af-my-account-menu li a,
.font-family-1,
.site-description,
.trending-posts-line,
.exclusive-posts,
.widget-title,
.em-widget-subtitle,
.grid-item-metadata .item-metadata,
.af-navcontrols .slide-count,
.figure-categories .cat-links,
.nav-links a {
font-family: 'Roboto', sans-serif;
}
p {
margin-bottom: 1.5em;
margin-bottom: 20px;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
ins {
background: transparent;
text-decoration: none;
color: #404040;
padding: 0 5px;
}
big {
font-size: 125%;
} .container-wrapper #primary {
width: 70%;
padding-right: 15px;
}
.container-wrapper #secondary {
width: 30%;
padding-left: 15px;
}
.container-wrapper #primary.aft-no-sidebar {
width: 100%;
}
.container-wrapper #primary,
.container-wrapper #secondary {
float: left;
}
.container-wrapper:before,
.container-wrapper:after{
content: "";
display: table;
}
.container-wrapper:after{clear: both;}
.container-wrapper{
max-width: 1320px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}
.container-wrapper .container-wrapper{padding-left: 0;padding-right: 0;} #sidr .container-wrapper,
#secondary .container-wrapper{
padding: 0;
}
.site-footer .secondary-footer .container-wrapper,
.site-footer .site-info .container-wrapper{
padding-left: 15px;
padding-right: 15px;
}
.btm-margi {
margin-bottom: 20px;
}
@media screen and (max-width: 1180px){
.container-wrapper{
max-width: 100%;
padding-left: 20px;
padding-right: 20px;
}
}  html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul ,ol {
list-style: none;
margin: 0;
padding:0;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 2px solid;
border-color: #3c1a5b;
border-radius: 3px;
background: #e6e6e6;
color: #fff;
font-size: 0.75rem;
font-size: 14px;
line-height: 1;
padding: 12px 32px;
}
.comment-form .submit,
input.search-submit {
min-height: 37px;
vertical-align: middle;
border-radius: 0;
padding: 12px 32px;
background: #3c1a5b;
border: 2px solid;
border-color: #3c1a5b;
color: #fff;
border: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #3c1a5b;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #3c1a5b;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: none;
border-radius: 0px;
padding: 3px;
padding-left: 5px;
min-height: 37px;
background: #fff;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 0px 1px rgb(0,0,0,0.1);
-webkit-appearance: none;
}
.woocommerce form .form-row textarea{
-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 0px 1px rgb(0,0,0,0.1);
-webkit-appearance: none;
}
body input:-internal-autofill-selected {
background-color: rgba(0, 0, 0,0.1) !important;
background-image: none !important;
color: -internal-light-dark-color(black, white) !important;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
outline: none;
}
select {
border: 1px solid;
border-color: #ccc;
min-height: 34px;
}
textarea {
width: 100%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
opacity: 1;
}  .top-header {
padding: 10px 0px;
background-color: #222222;
color: #ffffff;
font-size: 14px;
}
.top-bar-flex {
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-header a,
.top-header a:visited{
color: #ffffff;
}
.social-navigation ul li,
.top-bar-flex ul li{
display: inline-block;
padding-left: 1px;
}
.top-bar-left {
display: flex;
align-items: center;
}
.top-bar-left .aft-language-currency-switcher{
display: flex;
align-items: center;
justify-content: flex-end;
margin-right: 15px;
}
.top-bar-left ul{margin: 0;}
.top-bar-left .aft-small-menu{
display: inline-block;
}
.top-bar-left .aft-small-menu li{
margin-right: 15px;
}
.top-bar-right{
text-align: right;
display: flex;
align-items: center;
justify-content: flex-end;
}
.top-bar-right .menu li{
margin-right: 5px;
text-transform: uppercase;
}
.top-bar-right .menu li:last-child{margin-right: 0px;}
.top-bar-right span{
display: inline-block;
}
.top-bar-right span.col-60{padding-right: 15px;}
.top-bar-right span.aft-small-menu{
margin-right: 15px;
}  .social-navigation ul li a {
font-size: 16px;
font-family: FontAwesome;
}
.social-navigation ul li a:after,
.social-widget-menu ul a:before,
.em-author-details ul li a:before {
vertical-align: middle;
font: normal normal normal 14px/1 'Font Awesome 5 Free';
font-family: FontAwesome;
}
.social-navigation ul li a, .social-widget-menu ul li a, .em-author-details ul li a {
display: block;
width: 30px;
height: 30px;
font-size: 18px;
line-height: 29px;
position: relative;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.social-navigation ul li a:hover, 
.social-widget-menu ul li a:hover, 
.em-author-details ul li a:hover {
opacity: 0.7;
}
.social-widget-menu ul li a,
.em-author-details ul li a,
.social-navigation ul li a{
border-radius: 50px;
color: #fff;
}
.social-navigation ul a[href*="dribbble.com"]:after,
.social-widget-menu ul a[href*="dribbble.com"]:before {
content: "\f17d";
}
.social-navigation ul a[href*="facebook.com"]:after,
.social-widget-menu ul a[href*="facebook.com"]:before {
content: "\f09a";
}
.em-author-details ul li a[href*="facebook.com"],
.social-widget-menu ul li a[href*="facebook.com"],
.social-navigation ul li a[href*="facebook.com"]
{background-color: #3b5999;}
.em-author-details ul li a[href*="dribbble.com"],
.social-widget-menu ul li a[href*="dribbble.com"],
.social-navigation ul li a[href*="dribbble.com"]
{background-color: #ea4c89;}
.em-author-details ul li a[href*="vk.com"],
.social-widget-menu ul li a[href*="vk.com"],
.social-navigation ul li a[href*="vk.com"]
{background-color: #4c75a3;}
.em-author-details ul li a[href*="twitter.com"],
.social-widget-menu ul li a[href*="twitter.com"],
.social-navigation ul li a[href*="twitter.com"]
{background-color: #55acee;}
.em-author-details ul li a[href*="linkedin.com"],
.social-widget-menu ul li a[href*="linkedin.com"],
.social-navigation ul li a[href*="linkedin.com"]
{background-color: #0077B5;}
.em-author-details ul li a[href*="instagram.com"],
.social-widget-menu ul li a[href*="instagram.com"],
.social-navigation ul li a[href*="instagram.com"]
{background-color: #3F729B;}
.em-author-details ul li a[href*="youtube.com"],
.social-widget-menu ul li a[href*="youtube.com"],
.social-navigation ul li a[href*="youtube.com"]
{background-color: #cd201f;}
.em-author-details ul li a[href*="vimeo.com"],
.social-widget-menu ul li a[href*="vimeo.com"],
.social-navigation ul li a[href*="vimeo.com"]
{background-color: #1ab7ea;}
.em-author-details ul li a[href*="plus.google.com"],
.social-widget-menu ul li a[href*="plus.google.com"],
.social-navigation ul li a[href*="plus.google.com"]
{background-color: #dd4b39;}
.em-author-details ul li a[href*="pinterest.com"],
.social-widget-menu ul li a[href*="pinterest.com"],
.social-navigation ul li a[href*="pinterest.com"]
{background-color: #bd081c;}
.em-author-details ul li a[href*="tumblr.com"],
.social-widget-menu ul li a[href*="tumblr.com"],
.social-navigation ul li a[href*="tumblr.com"]
{background-color: #34465d;}
.em-author-details ul li a[href*="wordpress.org"],
.social-widget-menu ul li a[href*="wordpress.org"],
.social-navigation ul li a[href*="wordpress.org"]
{background-color: #21759b;}
.em-author-details ul li a[href*="whatsapp.com"],
.social-widget-menu ul li a[href*="whatsapp.com"],
.social-navigation ul li a[href*="whatsapp.com"]
{background-color: #25D366;}
.em-author-details ul li a[href*="reddit.com"],
.social-widget-menu ul li a[href*="reddit.com"],
.social-navigation ul li a[href*="reddit.com"]
{background-color: #ff5700;}
.em-author-details ul li a,
.social-widget-menu ul li a,
.social-navigation ul li a
{color: #fff;}
.social-navigation ul a[href*="vk.com"]:after,
.social-widget-menu ul a[href*="vk.com"]:before {
content: "\f189";
}
.social-navigation ul a[href*="twitter.com"]:after,
.social-widget-menu ul a[href*="twitter.com"]:before {
content: "\f099";
}
.social-navigation ul a[href*="linkedin.com"]:after,
.social-widget-menu ul a[href*="linkedin.com"]:before {
content: "\f0e1";
}
.social-navigation ul a[href*="instagram.com"]:after,
.social-widget-menu ul a[href*="instagram.com"]:before {
content: "\f16d";
}
.social-navigation ul a[href*="youtube.com"]:after,
.social-widget-menu ul a[href*="youtube.com"]:before {
content: "\f167";
}
.social-navigation ul a[href*="vimeo.com"]:after,
.social-widget-menu ul a[href*="vimeo.com"]:before {
content: "\f27d";
}
.social-navigation ul a[href*="plus.google.com"]:after,
.social-widget-menu ul a[href*="plus.google.com"]:before {
content: "\f0d5";
}
.social-navigation ul a[href*="pinterest.com"]:after,
.social-widget-menu ul a[href*="pinterest.com"]:before {
content: "\f0d2";
}
.social-navigation ul a[href*="tumblr.com"]:after,
.social-widget-menu ul a[href*="tumblr.com"]:before {
content: "\f173";
}
.social-navigation ul a[href*="wordpress.org"]:after,
.social-widget-menu ul a[href*="wordpress.org"]:before,
.social-navigation ul a[href*="wordpress.com"]:after,
.social-widget-menu ul a[href*="wordpress.com"]:before {
content: "\f19a";
}
.social-navigation ul a[href*="whatsapp.com"]:after,
.social-widget-menu ul a[href*="whatsapp.com"]:before {
content: "\f232";
}
.social-navigation ul a[href*="reddit.com"]:after,
.social-widget-menu ul a[href*="reddit.com"]:before {
content: "\f281";
} .desktop-header {
background-color: #fbfbfb;
}
.aft-header-background{
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-size: contain;
position: relative;
}
header.site-header {
position: relative;
background: #fff;
}
.header-left-part {
display: inline-block;
float: left;
}
.header-style-default .header-left-part {
display: flex;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.header-style-default .header-left-part .navigation-container { }
.header-background-img{ text-align: center; }
.header-left-part .logo-brand {
display: inline-block;
position: relative;
top: 0px;
}
.header-left-part .logo-brand .logo {
margin: 0;
position: relative;
z-index: 1;
float: left;
}
.header-left-part .logo-brand .site-title {
font-size: 36px;
text-transform: capitalize;
font-weight: bold;
margin: 0;
line-height: normal;
}
.main-navigation{
position: relative;
}
.header-middle-part .main-navigation .top-navigation {
text-align: center;
}
ul.top-navigation {
background: transparent;
list-style: none;
margin: 0;
padding-left: 0;
}
ul.top-navigation li {
color: #404040;
display: block;
float: left;
padding: 15px;
position: relative;
text-decoration: none;
transition-duration: 0.5s;
text-transform: uppercase;
font-size: 13px;
}
li:hover {
cursor: pointer;
}
.header-right-part {
display: inline-block;
float: right;
padding: 25px 0;
text-align: right;
font-size: 16px;
min-height: 53px;
display: flex;
align-items: center;
}
.header-right-part .search {
display: inline-block;
position: relative;
margin-right: 5px;
}
.header-right-part .search .open-search-form {
display: block;
text-align: center;
font-size: 16px;
padding: 0;
border: none;
background: transparent;
}
.header-right-part .search .open-search-form:focus {
outline: none;
}
.header-right-part a{
color: #000;
}
.header-style-3 .header-right-part a{
color: #fff;
}
.site-header-cart .widget_shopping_cart {
padding: 0;
}
.site-header-cart .widget_shopping_cart p.woocommerce-mini-cart__empty-message{
margin-bottom: 0;
}
.site-header-cart .widget_shopping_cart .widgettitle{
display:none;
}
.header-right-part .cart-shop {
display: inline-block;
position: relative;
}
.header-right-part .cart-shop span {
line-height: 1;
border-radius: 0px;
padding: 0 5px;
text-transform: uppercase;
max-width: 120px;
color: #000;
}
.header-right-part > div {
margin-left: 15px;
display: inline-block;
text-transform: capitalize;
color: #000;
}
.header-right-part > div:last-child {margin-right: 15px;}
.account-user {
position: relative;
text-align: left;
}
.account-user .af-my-account-menu{
position: absolute;
right: 0;
top: 120%;
z-index: 99;
background: #fff;
border: none;
left: inherit;
min-width: 170px;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
-moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
-ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
-o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
-webkit-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
-ms-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
-o-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
display: inherit;
visibility: hidden;
}
.account-user:hover .af-my-account-menu{
display: inherit;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.4s, top 0.4s;
-moz-transition: opacity 0.4s, top 0.4s;
-ms-transition: opacity 0.4s, top 0.4s;
-o-transition: opacity 0.4s, top 0.4s;
transition: opacity 0.4s, top 0.4s;
top: 100%;
}
.account-user .af-my-account-menu li{
border-bottom: 1px solid;
border-color: rgba(0, 0, 0, 0.1);
}
.account-user .af-my-account-menu li a {
padding: 10px 15px;
display: block;
font-size: 13px;
line-height: 19px;
text-transform: capitalize;
font-weight: normal;
line-height: 1.3;
color: #000;
}
.account-user .af-my-account-menu li a.af-my-account-admin {text-transform: none;}
.header-style-3 .account-user .af-my-account-menu li a {
color: #000;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.account-user .af-my-account-menu li:last-child {border: none;}
.account-user .af-my-account-menu li:last-child a {padding-bottom: 10px;}
.account-user .af-my-account-menu li a:hover {color: #3c1a5b;}
.header-style-3.header-style-center .account-user .af-my-account-menu li a:hover ,
.header-style-3.header-style-express .header-left-upper .account-user ul li a:hover,
.header-style-3.header-style-default .account-user .af-my-account-menu li a:hover ,
.account-user .af-my-account-menu li a:hover {color: #f28e24;} .account-user .af-my-account-menu li a:before {
font-family: FontAwesome;
padding-right: 10px;
float: left;
font-weight: normal;
}
.account-user .af-my-account-menu li a.af-my-account-admin:before {content: "\f2be";}
.account-user .af-my-account-menu li a.af-my-account-order:before {content: "\f022";}
.account-user .af-my-account-menu li a.af-my-account-edit:before {content: "\f044";}
.account-user .af-my-account-menu li a.af-my-account-log:before {content: "\f011";} .openBtn {
background: transparent;
border: none;
padding: 0 5px;
font-size: 13px;
cursor: pointer;
}
.offcanvas-menu {
position: relative;
overflow: hidden;
width: 24px;
height: 17px;
margin: 0 auto;
}
.offcanvas-menu span {
position: absolute;
display: inline-block;
width: 100%;
right: 0;
height: 3px;
transition: .1s width linear;
background-color: #fff;
}
.offcanvas-menu span.mbtn-mid {
top: 50%;
width: 80%;
margin-top: -1.5px;
}
.offcanvas-menu span.mbtn-bot {
bottom: 0;
width: 60%;
}
.offcanvas:hover .offcanvas-menu span, .offcanvas:focus .offcanvas-menu span {
width: 100%;
}
.ham {
width: 23px;
height: 2px;
display: block;
margin-right: auto;
background-color: #404040;
position: relative;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.ham:before, .ham:after {
position: absolute;
content: '';
width: 100%;
height: 2px;
left: 0;
top: -8px;
background-color: #404040;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.ham:after {
top: 8px;
}
.ham.exit {
background-color: transparent;
}
.ham.exit:before {
-webkit-transform: translateY(8px) rotateZ(-45deg);
-moz-transform: translateY(8px) rotateZ(-45deg);
-ms-transform: translateY(8px) rotateZ(-45deg);
-o-transform: translateY(8px) rotateZ(-45deg);
transform: translateY(8px) rotateZ(-45deg);
}
.ham.exit:after {
-webkit-transform: translateY(-8px) rotateZ(45deg);
-moz-transform: translateY(-8px) rotateZ(45deg);
-ms-transform: translateY(-8px) rotateZ(45deg);
-o-transform: translateY(-8px) rotateZ(45deg);
transform: translateY(-8px) rotateZ(45deg);
}
@media screen and (max-width: 992em) {
.main-navigation .menu .menu-mobile {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
position: relative;
z-index: 9999;
display: none;
background: #fff;
}
.main-navigation .menu .menu-mobile li {
display: block;
border-top: 1px solid rgba(0,0,0,0.1);
float: none;
padding: 0px;
}
.main-navigation .menu .menu-mobile li a {
line-height: 50px;
display: block;
position: relative;
padding-right: 50px;
padding-left: 10px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main-navigation .menu .menu-mobile li a i {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 30px;
z-index: 1;
}
.main-navigation .menu .menu-mobile li a i.active:after {
width: 13px;
height: 1px;
}
.main-navigation .menu .menu-mobile li a i:before,
.main-navigation .menu .menu-mobile li a i:after {
content: '';
width: 13px;
height: 2px;
background-color: #000;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.main-navigation .menu .menu-mobile li a i:after {
width: 2px;
height: 13px;
}
.main-navigation .menu .menu-mobile li .children ,
.main-navigation .menu .menu-mobile li .sub-menu {
list-style: none;
padding: 0;
margin: 0;
border-top: 1px solid rgba(0,0,0,0.1);
display: none;
position: relative;
box-shadow: none;
border-radius: 0px;
width: 100%;
float: none;
}
.main-navigation ul ul a:hover {
background: transparent;
}
.main-navigation ul>li>a:hover:after{
background: transparent;
}
.main-navigation ul.menu-mobile ul ul,
.main-navigation ul.menu-mobile ul li:hover > ul,
.main-navigation ul.menu-mobile ul li.focus > ul {
left: 0;
}
.main-navigation ul.menu-mobile a{
color: #000;
}
.main-navigation .menu .menu-mobile li .children > li a ,
.main-navigation .menu .menu-mobile li .sub-menu > li a {
margin-left: 0;
width: 100%;
padding-top: 0;
padding-bottom: 0;
padding-left: 20px;
}
.main-navigation .menu .menu-mobile li .children > li:first-child ,
.main-navigation .menu .menu-mobile li .sub-menu > li:first-child {
border-top: 0;
}
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.main-navigation .toggle-menu {
height: 32px;
text-align: center;
cursor: pointer;
font-size: 15px;
display: none;
width: 40px;
margin: 10px 0;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
} .aft-primary-background-color{
}
.aft-secondary-background-color{
}
.aft-tertiary-background-color{
background-color: #222222;
}
body .aft-tertiary-background-color .support-content h5,
body .aft-tertiary-background-color  .support-content p{
color: #ffffff;
} .woocs_diplay_none{
display: none;
} .header-style-express .aft-header-background  .af-flex-grid{
align-items: center;
justify-content: space-between;
}
.header-style-express .header-left-upper {
display: flex;
align-items: center;
justify-content: flex-end;
}
.header-style-express .header-left-upper > div{
margin-left: 20px;
}
.header-style-express .logo-brand {position: relative;margin-right: 10px;}
.header-style-express .header-left-upper .cart-shop span.af-cart-item-count > a ,
.header-style-express .header-left-upper .account-user > a,
.header-style-express .header-left-upper .wishlist-shop a{
font-size: 18px; }
.header-style-express .header-right-part .search .open-search-form{
line-height: normal;
height: auto;
}
.header-style-3.header-style-express .navigation-section-wrapper .af-flex-grid .search:not(.aft-show-on-mobile){
width: 50%;
}
.header-style-3.header-style-express .navigation-section-wrapper .af-flex-grid .search:not(.aft-show-on-mobile) .style-3-search .cate-dropdown{
width: 40%;
}  .header-style-3.header-style-express.centered .aft-header-background .af-flex-grid{
flex-flow: row wrap;
padding: 10px 0;
}
.header-style-3.header-style-express.centered .aft-header-background .af-flex-grid .logo-brand{
text-align: center;
position: relative;
}  .header-style-3 .aft-header-background > .container-wrapper{
padding: 35px 15px;
}
.header-style-3.header-style-default .aft-header-background > div{position: relative;}
.header-style-3.header-style-express .navigation-section-wrapper .af-flex-grid,
.header-style-3.header-style-default .af-flex-grid{
align-items: center;
justify-content: space-between;
}
.header-style-3 .aft-top-categories-vertical-lists .af-top-cat-head{
margin: 0;
font-size: 16px;
padding: 17px 20px;
height: 53px;
background: #3c1a5b;
color: #fff;
cursor: pointer;
-webkit-border-radius: 0;
border-radius: 0;
}
.header-style-3 .aft-top-categories-vertical-lists .af-top-cat-head:before{
content: "\f03a";
font-family: FontAwesome;
color: inherit;
font-weight: normal;
padding: 0 5px 0 0;
}
.header-style-3 .aft-top-categories-vertical-lists{position: relative;}
.header-style-3 .aft-top-categories-vertical-lists .category-dropdown{
background: #fff;
position: absolute;
left: 0;
top: 100%;
width: 250px;
text-align: left;
visibility: hidden;
filter: alpha(opacity=0);
opacity: 0;
margin: 0 auto;
margin-top: 1px;
padding: 0;
z-index: 99;
border-radius: 0px;
-webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
-moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
-ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
-o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.header-style-3 .aft-top-categories-vertical-lists .category-dropdown.category-dropdown-active{
visibility: visible;
filter: alpha(opacity=1);
opacity: 1;
z-index: 999; -webkit-transition: opacity 0.4s, top 0.4s;
-moz-transition: opacity 0.4s, top 0.4s;
-ms-transition: opacity 0.4s, top 0.4s;
-o-transition: opacity 0.4s, top 0.4s;
transition: opacity 0.4s, top 0.4s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.af-blank-div{
position: relative;
height: 53px;
}
.header-style-3 .navigation-section-wrapper {
background-color: #fab915;
position: relative;
height: 53px;
}
.header-style-3 .navigation-section-wrapper .container-wrapper{
position: relative;
height: 53px;
}
.header-style-3 .middle-header-part {
display: flex;
float: none;
align-items: center;
justify-content: space-between;
position: relative;
}
.header-style-3 .middle-header-part .logo-brand {
display: inline-block;
position: relative;
top: 0px; }
.header-style-3.header-style-express .middle-header-part .logo-brand {
width: 45%;
}
.header-style-3 .middle-header-part .cart-shop span.af-cart-item-count > a ,
.header-style-3 .middle-header-part a.aft-wishlist-trigger ,
.header-style-3 .middle-header-part .account-user > a{
font-size: 18px;
color: #404040;
}
.theme-westore .aft-wooicon .aft-woo-counter, 
.theme-westore .af-cart-icon-and-count .item-count {
background: #fab915;
}
.header-style-3 .middle-header-part .search {
width: 45%;
text-align: right;
}
.header-style-3 .header-middle-part {
display: inline-block;
padding: 9px 0px;
float: left;
}
.header-style-3.header-style-default .header-middle-part {
padding: 10px 0px;
}
.header-style-3.header-style-express .header-middle-part {
padding: 13px 0px;
padding-top: 0;
padding-bottom: 12px;
}
.header-style-3 .main-navigation .menu.nav-menu > li:first-child{
padding-left: 0;
}
.header-style-3 .header-right-part{
padding: 0;
background: #3c1a5b;
}
.header-style-3.header-style-default .middle-header-part .cart-group{
display: flex;
align-items: center;
justify-content: flex-end;
}
.header-style-3.header-style-default .middle-header-part .cart-group > div {
margin-left: 20px;
}
.header-style-3 .header-right-part.upper{
background: transparent;
} body.woocommerce-js .header-style-3 form{
padding: 0;
}
.style-3-search{
display: inline-block;
overflow: hidden;
width: 100%;
background-color: #f5f5f5;
border-radius: 0;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 0px 1px rgb(0,0,0,0.1);
}
.style-3-search .cate-dropdown {
width: 35%;
height: 40px;
min-height: 32px !important;
border: none;
display: inline-block;
padding-left: 18px;
padding-right: 18px;
text-indent: 0.01px;
cursor: pointer;
color: #333;
background-color: inherit;
background-position-x: 95%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
-webkit-box-shadow: -1px 0px 1px 0px rgba(0,0,0,0.1);
-moz-box-shadow: -1px 0px 1px 0px rgba(0,0,0,0.1);
box-shadow: -1px 0px 1px 0px rgba(0,0,0,0.1);
}
.style-3-search .cate-dropdown:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}
.style-3-search .cate-dropdown:after {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
top: .3em;
right: .75em;
border-top: 8px solid black;
opacity: 0.5;
}
.style-3-search .cate-dropdown::-ms-expand {
display: none;
}
.style-3-search .search-field {
height: 40px;
min-height: 32px !important;
float: left;
display: inline-block;
width: 50%;
border: none;
background: #f5f5f5;
box-shadow: none;
color: #000000;
padding-left: 20px;
}
.style-3-search button[type="submit"] {
line-height: 40px;
height: 40px;
float: right;
display: inline-block;
border: none;
color: #333;
transition: 0.5s all ease;
border-left: 1px solid;
border-radius: 0;
border-color: #d9d9d9;
padding: 0 1em;
background: #3c1a5b;
border-color: #3C1A5B;
color: #fff;
}
.style-3-search button[type="submit"]:hover{
opacity: 0.95;
} 
.style-3-search .search-field:focus,
.style-3-search .cate-dropdown:focus,
.style-3-search button:focus{
outline: none;
}
.autocomplete-suggestion b{
color: #D60000 !important;
}
.aft-popular-taxonomies-lists ul{
display: inline-block;
}
.aft-popular-taxonomies-lists strong,
.aft-popular-taxonomies-lists li{
display: inline-block;
margin-right: 10px;
}
.aft-popular-taxonomies-lists li:last-child{
margin-right: 0;
}
.aft-popular-taxonomies-lists,
.aft-popular-taxonomies-lists a,
.aft-popular-taxonomies-lists a:visited
{
color: #404040;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.aft-popular-taxonomies-lists a:hover{
opacity: 0.8;
}
.af-popular-tags{
padding: 15px 0px;
background-color: rgba(0,0,0,0.1);
font-size: 14px;
position: relative;
}
.aft-popular-categories{
text-align: center;
}
.aft-popular-categories .aft-popular-taxonomies-lists a:before{
content: '\f292';
font-family: FontAwesome;
font-size: 12px;
padding: 0 5px;
} .header-style-3 div.search{position: relative;}
.header-style-3 div.search .aft-popular-taxonomies-lists {
text-align: center;
position: absolute;
width: 100%;
margin-top: 10px;
top: 100%;
} .overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 999999999;
display: none;
background-color: rgba(130, 130, 130, 0.9);
}
.overlay-content {
position: relative;
top: 50%;
transform: translateY(-50%);
width: 80%;
text-align: center;
margin-top: 30px;
margin: auto;
}
body.aft-open{
overflow: hidden;
}
.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
cursor: pointer;
color: white;
}
.overlay .closebtn:hover {
color: #ccc;
}
.overlay input[type=text] {
padding: 15px;
font-size: 17px;
border: none;
float: left;
width: 80%;
background: white;
}
.overlay input[type=text]:hover {
background: #f1f1f1;
}
.overlay button {
width: 10%;
padding: 7px;
background: #dd3333;
color: #fff;
font-size: 17px;
min-height: 34px; cursor: pointer;
}
.overlay button:hover {
background: #C62828;
}
.overlay-content select{
height: 34px;
}
span.close-serach-form {
font-size: 0px;
color: #fff;
position: absolute;
top: 20px;
right: 20px;
line-height: normal;
cursor: pointer;
height: 40px;
width: 40px;
}
span.close-serach-form::before {
content: "";
position: absolute;
left: 1px;
top: 0;
height: 2px;
width: 30px;
margin: 12px 2px;
background-color: #fff;
-webkit-transform: rotate(45deg) translate(6px, 3px);
-moz-transform: rotate(45deg) translate(6px, 3px);
-ms-transform: rotate(45deg) translate(6px, 3px);
-o-transform: rotate(45deg) translate(6px, 3px);
transform: rotate(45deg) translate(6px, 3px);
}
span.close-serach-form::after {
content: "";
position: absolute;
left: 1px;
top: 0;
height: 2px;
width: 30px;
margin: 12px 2px;
background-color: #fff;
-webkit-transform: rotate(-45deg) translate(-3px, 6px);
-moz-transform: rotate(-45deg) translate(-3px, 6px);
-ms-transform: rotate(-45deg) translate(-3px, 6px);
-o-transform: rotate(-45deg) translate(-3px, 6px);
transform: rotate(-45deg) translate(-3px, 6px);
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color: #fff;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
text-align: left;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #000;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
.express-off-canvas-panel a.offcanvas-nav i {
background-color: #dd3333;
padding: 8px;
border-radius: 50%;
color: #fff;
font-size: 16px;
}
.express-off-canvas-panel a.offcanvas-nav i:hover{
background-color: #000;
} #moble-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 10px 20px;
-ms-flex-flow: wrap;
flex-flow: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#moble-header .logo-header-m {
margin-right: auto;
}
#moble-header .menu-icon {
display: inline-block;
width: 30px;
line-height: 50px;
}
.sidenav1 {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #111;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav1 a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav1 a:hover {
color: #f1f1f1;
}
.sidenav1 .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
#main {
transition: margin-left .5s;
} @media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
.sidenav1 {padding-top: 15px;}
.sidenav1 a {font-size: 18px;}
} section.banner-just {
height: 600px;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}   .promotion-section img {
width: 100%;
text-align: center;
} body.archive #content.site-content{
margin-top: 20px;
}   .item.grid-item-single{
margin-bottom: 10px;
}
.left-grid-section .grid-item-single.data-bg.data-bg-hover.data-bg-slide,
.item.grid-item-single .data-bg.data-bg-hover.data-bg-slide{
background-size: cover;
height: 245px;
background-repeat: no-repeat;
position: relative;
background-position: center;
background-color: #E9EAE5;
}
.left-grid-section .item.grid-item-single{
margin-bottom: 0;
}
.item-grid-item-single-wrap{
position: relative;
overflow: hidden;
}
.bottom-grid-section .item-grid-item-single-wrap{
height: 300px;
}
.item.grid-item-single .data-bg.data-bg-hover.data-bg-slide{
transition: transform 0.35s; }
.bottom-grid-section .item.grid-item-single .data-bg.data-bg-hover.data-bg-slide{
height: 100%;
}
.item-grid-item-single-wrap .pos-rel {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.item.grid-item-single .item-grid-item-single-wrap:hover .data-bg.data-bg-hover.data-bg-slide{ -webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-ms-transform: scale(1.03);
-o-transform: scale(1.03);
transform: scale(1.03);
}
.item.grid-item-single .item-grid-item-single-wrap .content-caption-overlay-shine span{
transition: transform 0.35s;
}
.item.grid-item-single .item-grid-item-single-wrap:hover .content-caption-overlay-shine span{
transform: scale(1.03) translate(35px, -31px);
} .home .main-banner-slider{
overflow: hidden;
}
.home .main-banner-slider.aft-carousel{margin-top: 20px;margin-bottom: 20px;}
.home .boxed-layout .main-banner-slider.aft-carousel{margin-top: 0;margin-bottom: 0;}
.main-banner-slider .item-single {
background-size: cover;
height: 666px;
background-repeat: no-repeat;
position: relative;
background-position: center;
background-color: #E9EAE5;
}
.home .main-banner-slider.aft-carousel .item-single{
height: 555px;
} .main-banner-section-wrapper .boxed-layout{
max-width: 1320px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
margin-top: 20px;
margin-bottom: 20px;
}  .left-grid-section-wrapper .aft-product-list-mode .product-rating-wrapper ,
.left-grid-section-wrapper .aft-product-list-mode .product-item-meta-always-visible ,
.left-grid-section-wrapper .aft-product-list-mode .product-category{
display: none !important;
}
.left-grid-section-wrapper .aft-product-list-mode .product-image-wrapper.col-40{
width: 36%;
}
.left-grid-section-wrapper .aft-product-list-mode .product-description.col-60{
width: 65.5%;
}
.woocommerce .left-grid-section-wrapper .aft-product-list-mode .product-description.col-60 .product-title,
.left-grid-section-wrapper .aft-product-list-mode .product-description.col-60 .product-title{
font-size: 14px;
line-height: 16px;
}
.woocommerce .left-grid-section-wrapper .aft-product-list-mode .product-description.col-60 > span.price,
.left-grid-section-wrapper .aft-product-list-mode .product-description.col-60 > span.price{
margin-bottom: 3px;
display: inline-block;
}
.woocommerce .left-grid-section-wrapper .aft-product-list-mode .product-description.col-60 .product-title a,
.left-grid-section-wrapper .aft-product-list-mode .product-description.col-60 .product-title a{
font-size: 14px;
}
.woocommerce .left-grid-section-wrapper .aft-product-list-mode .product-description.col-60 .default-add-to-cart-button a.button,
.left-grid-section-wrapper .aft-product-list-mode .product-description.col-60 .default-add-to-cart-button a.button{
margin: 0;
}
.upper-latest-product-carousel.aft-hidecart-btn .product-description .product-item-meta,
.left-grid-section-wrapper.aft-hidecart-btn .aft-product-list-mode .product-description.col-60 .product-item-meta
{
display: none;
} .left-grid-section.page-carousel-upper{
margin-bottom: 10px;
}
.aft-top-categories-vertical-lists{
text-transform: uppercase;
}
.aft-top-categories-vertical-lists .aft-top-categories-vertical-lists{
height: 500px;
background: #f0f0f0;
}
.aft-top-categories-vertical-lists h3{
font-size: 16px;
background: #3c1a5b;
color: #fff;
padding: 8px 10px;
line-height: normal;
margin: 0;
}
.aft-top-categories-vertical-lists h3 i{
padding-right: 5px;
}
.aft-top-categories-vertical-lists .category-dropdown {
background: #f0f0f0;
}
.aft-top-categories-vertical-lists .category-dropdown  ul  li{
margin-top: 0px;
margin-bottom: 5px;
}
.aft-top-categories-vertical-lists .category-dropdown  > ul > li{
border-bottom: 1px solid;
border-color: rgba(0,0,0,0.1);
display: flex;
align-items: center;
min-height: 55px;
margin-bottom: 0;
}
.aft-top-categories-vertical-lists .category-dropdown  ul  li:last-child{margin-bottom: 0;border-bottom: 0;}
.aft-top-categories-vertical-lists .category-dropdown > ul > li > a{
width: 100%;
display: block;
position: relative;
padding-left: 20px;
line-height: normal;
color: #404040;
}
.aft-top-categories-vertical-lists .category-dropdown > ul > li li.list-group-product-loop{
padding: 0;
}
.aft-top-categories-vertical-lists a span.product-count {
font-weight: 700;
background: #f7f7f7;
padding: 11px;
color: #3c1a5b;
position: relative;
display: inline-block;
min-width: 37px;
text-align: center;
}
.aft-top-categories-vertical-lists h4
{
font-size: 14px;
color: #404040;
margin: 5px 0;
}
.aft-top-categories-vertical-lists .product-description h4{
line-height: 14px;
}
.right-list-section .category-badge-wrapper {
padding: 0;
margin: 0;
display: inline-block;
line-height: 8px;
}
.aft-top-categories-vertical-lists .category-dropdown span.category-badge-wrapper span{
padding-left: 0;
line-height: 8px;
z-index: 1;
}
.right-list-section .category-dropdown span.onsale {
color: #757575;
background: transparent;
min-height: 0;
vertical-align: top;
margin: 0;
padding-right: 7px;
}
.right-list-section .category-dropdown span.onsale, 
.woocommerce.single-product .category-badge-wrapper span.onsale ,
.category-badge-wrapper span.onsale {
font-size: 10px;
min-width: 30px;
padding: 0;
padding-left: 0;
padding-right: 5px;
min-height: 15px;
position: relative;
display: inline-block;
color: #23282d;
text-align: center;
white-space: nowrap;
vertical-align: middle;
border-radius: 2px;
background: transparent;
text-transform: uppercase;
top: inherit;
left: inherit;
} .main-banner-slider.aft-slider .slick-current.slick-active .content-caption .fig-categories,
.main-banner-slider.aft-slider .slick-current.slick-active .content-caption .star-rating,
.main-banner-slider.aft-slider .slick-current.slick-active .content-caption .price,
.main-banner-slider.aft-slider .slick-current.slick-active .content-caption .product-item-meta-always-visible,
.main-banner-slider.aft-slider .slick-current.slick-active .content-caption .caption-heading,
.main-banner-slider.aft-slider .slick-current.slick-active .content-caption .content-desc,
.main-banner-slider.aft-slider .slick-current.slick-active .content-caption .aft-btn-warpper{
-webkit-animation-name: aft-left-slide-animation;
-moz-animation-name: aft-left-slide-animation;
-o-animation-name: aft-left-slide-animation;
animation-name: aft-left-slide-animation;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-ms-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.main-banner-slider.aft-slider .slick-current.slick-active .content-caption .caption-heading{
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.main-banner-slider.aft-slider .slick-current.slick-active .content-caption .content-desc{
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.main-banner-slider.aft-slider .slick-current.slick-active .content-caption .aft-btn-warpper{
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
-o-animation-delay: 0.7s;
animation-delay: 0.7s;
}
@-webkit-keyframes aft-left-slide-animation{
from {
opacity:0;
-webkit-transform: translatex(-10px);
-moz-transform: translatex(-10px);
-o-transform: translatex(-10px);
transform: translatex(-10px);
}
to {
opacity:1;
-webkit-transform: translatex(0);
-moz-transform: translatex(0);
-o-transform: translatex(0);
transform: translatex(0);
}
}
@-moz-keyframes aft-left-slide-animation{
from {
opacity:0;
-webkit-transform: translatex(-10px);
-moz-transform: translatex(-10px);
-o-transform: translatex(-10px);
transform: translatex(-10px);
}
to {
opacity:1;
-webkit-transform: translatex(0);
-moz-transform: translatex(0);
-o-transform: translatex(0);
transform: translatex(0);
}
}
@-o-keyframes aft-left-slide-animation{
from {
opacity:0;
-webkit-transform: translatex(-100px);
-moz-transform: translatex(-100px);
-o-transform: translatex(-100px);
transform: translatex(-100px);
}
to {
opacity:1;
-webkit-transform: translatex(0);
-moz-transform: translatex(0);
-o-transform: translatex(0);
transform: translatex(0);
}
}
@keyframes aft-left-slide-animation{
from {
opacity:0;
-webkit-transform: translatex(-100px);
-moz-transform: translatex(-100px);
-o-transform: translatex(-100px);
transform: translatex(-100px);
}
to {
opacity:1;
-webkit-transform: translatex(0);
-moz-transform: translatex(0);
-o-transform: translatex(0);
transform: translatex(0);
}
}  .featured-cate-sec {
margin-bottom: 5px;
}
.featured-category-item {
margin-bottom: 20px;
}
.feat-back{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.featured-category-item:hover .feat-back {
transform: scale(1.03);
background-position: center;
}
.feature-category-item-single{
overflow: hidden;
}
.featured-category-item .feature-category-item-single a {
display: block; height: 100%;
color: #404040;
}
.featured-category-item .feature-category-item-single a > span {
position: absolute;
bottom:10px;
left: 10px;
width: calc(100% - 20px);
text-align: center;
font-weight: bold;
line-height: 24px;
letter-spacing: 0.5px; }
.featured-category-item .feature-category-item-single a > span span{
background: #fab915;
padding: 5px 10px;
font-size: 16px;
display: inline-block;
color: #404040;
}
.featured-category-item .feature-category-item-single a:after ,
.featured-category-item .feature-category-item-single a:before {
position: absolute;
left: 10px;
right: 10px;
top: 10px;
bottom: 10px;
content: '';
opacity: 0.3;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 5;
}
.featured-category-item .feature-category-item-single a:before {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.featured-category-item .feature-category-item-single a:after {
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
.featured-category-item .feature-category-item-single a:hover:after ,
.featured-category-item .feature-category-item-single a:hover:before {opacity: 0.7;} .featured-category-item:first-child:nth-last-child(1) {
width: 100%;
}
.featured-category-item:first-child:nth-last-child(1) .feat-back{
height: 280px;
} .featured-category-item:first-child:nth-last-child(2),
.featured-category-item:first-child:nth-last-child(2) ~ .featured-category-item {
width: 50%;
}
.featured-category-item:first-child:nth-last-child(2) .feat-back,
.featured-category-item:first-child:nth-last-child(2) ~ .featured-category-item .feat-back{
height: 280px;
} .featured-category-item:first-child:nth-last-child(3),
.featured-category-item:first-child:nth-last-child(3) ~ .featured-category-item {
width: 33.3333%;
}
.featured-category-item:first-child:nth-last-child(3) .feat-back,
.featured-category-item:first-child:nth-last-child(3) ~ .featured-category-item .feat-back{
height: 260px;
} .featured-category-item:first-child:nth-last-child(4),
.featured-category-item:first-child:nth-last-child(4) ~ .featured-category-item {
width: 25%;
}
.featured-category-item:first-child:nth-last-child(4) .feat-back,
.featured-category-item:first-child:nth-last-child(4) ~ .featured-category-item .feat-back{
height: 180px;
}  .category-dropdown  ul{margin: 0;}
.category-dropdown  ul  li{position: relative;}
.category-dropdown-1 li.aft-mega-menu-list > a,
.category-dropdown li.has-child-categories > a{
position: relative;
display: block;
}
.category-dropdown li.aft-mega-menu-list > a:after,
.category-dropdown li.has-child-categories > a:after{
content: "\f105";
font-family: FontAwesome;
padding: 0 5px;
padding-right: 10px;
color: inherit;
font-size: 20px;
font-weight: bold;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
opacity: 0.3;
}
.category-dropdown li.aft-mega-menu-list > a:hover:after,
.category-dropdown li.has-child-categories > a:hover:after{opacity: 0.7;}
.category-dropdown.plain-list li.aft-mega-menu-list > a:after,
.category-dropdown.plain-list li.has-child-categories > a:after{
display: none;
}
.category-dropdown li.aft-category-list > ul{
float: left;
position: absolute;
top: 0%;
left: -99999em;
z-index: 99999;
background: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
padding: 5px;
}
.category-dropdown li.aft-category-list:nth-child(1n+6) > ul{
top: inherit;
bottom: 0%;
}
.category-dropdown  li.aft-category-list:hover > ul{left: 100%;}
.category-dropdown  li.aft-mega-menu-list:hover > ul{width: calc(100% + 20%);}
.category-dropdown li.aft-mega-menu-list > ul .product-wrapper li.meta-category{
margin-bottom: 0;
}
.category-dropdown li.aft-mega-menu-list > ul .product-wrapper{
margin-bottom: 0px;
display: flex;
align-items: center;
}
.category-dropdown li.aft-mega-menu-list > ul .product-wrapper .product-image-wrapper{
width: 30%;
position: relative;
}
.category-dropdown li.aft-mega-menu-list > ul .product-wrapper .product-image-wrapper + .product-description{
width: calc(70% - 5px );
text-align: left;
}
.category-dropdown li.aft-mega-menu-list > ul .product-wrapper .product-description{
width: 100%;
text-align: left;
}
.category-dropdown li.aft-mega-menu-list > ul .product-wrapper .product-description .star-rating{
display: none;
}
.category-dropdown li.aft-mega-menu-list > ul .product-wrapper .product-description .product-title a{
font-size: 12px;
line-height: 16px;
}
.category-dropdown li.aft-mega-menu-list > ul .product-wrapper .product-description .cat-links{margin-bottom: 0;}
.category-dropdown li.aft-mega-menu-list > ul .product-wrapper .product-rating-wrapper,
.category-dropdown li.aft-mega-menu-list > ul .product-wrapper .product-item-meta.add-to-cart-button{
display: none;
}
span.aft-view-all-products {
padding: 15px 20px;
background-color: #fab915;
display: block;
}
.aft-top-categories-vertical-lists span.aft-view-all-products i{margin-right: 5px;}  .category-dropdown-1{
position: relative;
}
.category-dropdown-1 li.aft-mega-menu-list ul.product-ul{
position: absolute;
left: 100%;
top: 10%;
z-index: 999;
background: #fff;
padding: 10px;
border: none;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
-moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
-ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
-o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
-webkit-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
-ms-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
-o-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
display: inherit;
visibility: hidden;
margin: 0;
width: 250px;
}
.category-dropdown-1 li.aft-mega-menu-list:hover ul.product-ul{
display: inherit;
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.4s, top 0.4s;
-moz-transition: opacity 0.4s, top 0.4s;
-ms-transition: opacity 0.4s, top 0.4s;
-o-transition: opacity 0.4s, top 0.4s;
transition: opacity 0.4s, top 0.4s;
top:0%;
}
.category-dropdown-1 li.aft-mega-menu-list ul.product-ul .grid-product-loop{
width: 206px;
}
.category-dropdown-1 li.aft-mega-menu-list .list-group-product-loop .product-item-meta,
.category-dropdown-1 li.aft-mega-menu-list .list-group-product-loop .badge-wrapper,
.category-dropdown-1 li.aft-mega-menu-list .list-group-product-loop .product-rating-wrapper
{
display: none;
}
.category-dropdown-1 li.aft-mega-menu-list .product-item-meta.add-to-cart-button a{
display: inline;
}
.category-dropdown-1 li.aft-mega-menu-list a,
.category-dropdown-1 li.aft-mega-menu-list .product-title a{
font-size: 14px;
border: none;
}
.category-dropdown-1 li.aft-mega-menu-list .list-group-product-loop .product-description{
padding: 5px;
text-align: left;
}
.category-dropdown-1 li.aft-mega-menu-list .product-title{margin-bottom: 0;}
.category-dropdown-1 li.aft-mega-menu-list .product-description{
padding: 5px;
}
.category-dropdown-1 li.aft-mega-menu-list span.price{font-size: 14px;}
.category-dropdown-1 li.aft-mega-menu-list .cat-links{
margin: 0;
}
.category-dropdown-1 li.aft-mega-menu-list .list-group-product-loop .product-wrapper{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0;
}
.category-dropdown-1 li.aft-mega-menu-list .cat-links{display: block;}
.category-dropdown-1 li.aft-mega-menu-list .list-group-product-loop .cat-links{display: none;}
.category-dropdown-1 li.aft-mega-menu-list .cat-links a{font-size: 10px;display: inline;} .show-nested-subcategories li.aft-category-list span.product-count{}
.show-nested-subcategories.category-dropdown  li.aft-category-list:hover > ul{
width: 100%;
left: calc(100% + 1px);
}
.show-nested-subcategories.category-dropdown  li.aft-category-list li {
border-bottom: 1px solid;
border-color: rgba(0,0,0,0.1);
padding: 5px;
}
.show-nested-subcategories.category-dropdown  li.aft-category-list li:last-child {border-bottom: none;}
.show-nested-subcategories.category-dropdown  ul ul ul ul ul li.aft-category-list:hover > ul{
left: 30px;
top: 50%;
}  .categories-mega-list-wrapper {
float: left;
position: absolute;
top: 0%;
left: -99999em;
z-index: 99999;
background: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
padding: 5px;
}
.category-dropdown li.aft-category-list.has-child-categories:hover > .categories-mega-list-wrapper {
left: 100%;
}
.show-subcategories-and-products.category-dropdown > ul > li > .categories-mega-list-wrapper{
min-width: 600px;
}
.categories-mega-list-wrapper > span {
width: 100%;
display: flex;
align-items: center;
padding-bottom: 5px;
padding-top: 10px;
border-bottom: 1px solid ;
border-color: rgba(0,0,0,0.1);
}
.categories-mega-list-wrapper > span:first-child{
padding-top: 5px;
} 
.categories-mega-list-wrapper > span:last-child {
border-bottom: none;
padding-bottom: 0;
}
.categories-mega-list-wrapper > span:after{
display: table;
content: " ";
}
.categories-mega-list-wrapper > span > .sub-cat-section-wrap{
display: block;
width: 30%;
float: left;
padding-left: 10px;
}
.categories-mega-list-wrapper > span > .sub-cat-section-wrap > a{
display: block;
line-height: normal;
}
.categories-mega-list-wrapper > span > .sub-cat-section-wrap .aft-view-all{
line-height: 14px;
}
.categories-mega-list-wrapper > span > .sub-cat-section-wrap .aft-view-all a{
font-size: 12px;
line-height: inherit;
}
.categories-mega-list-wrapper > span ul{
position: relative;
box-shadow: none;
left: 0;
width: 70%;
padding: 0;
}
.aft-top-categories-vertical-lists .category-dropdown .categories-mega-list-wrapper > span ul li {
width: 50%;
float: left;
padding: 0 5px;
margin-bottom: 0;
}
.aft-top-categories-vertical-lists .category-dropdown .categories-mega-list-wrapper > span ul li:nth-last-of-type(2) .product-wrapper,
.aft-top-categories-vertical-lists .category-dropdown .categories-mega-list-wrapper > span ul li:nth-last-of-type(1) .product-wrapper{
margin-bottom: 5px;
}
.aft-top-categories-vertical-lists .category-dropdown .categories-mega-list-wrapper > span ul li:nth-of-type(2n+1) {
clear: both;
}
.aft-top-categories-vertical-lists .category-dropdown .categories-mega-list-wrapper > span ul li .product-wrapper{
display: flex;
align-items: center;
}
.aft-top-categories-vertical-lists .category-dropdown .categories-mega-list-wrapper > span ul li .product-image-wrapper{
width: 80px; margin-right: 10px;
}
.aft-top-categories-vertical-lists .category-dropdown .categories-mega-list-wrapper > span ul li .product-description{
width: 100%;
padding: 0 5px;
text-align: left;
}
.aft-top-categories-vertical-lists .category-dropdown .categories-mega-list-wrapper > span ul li .product-description > span{
display: none;
}
.aft-top-categories-vertical-lists .category-dropdown .categories-mega-list-wrapper > span ul li h4{
margin: 0;
}
.aft-top-categories-vertical-lists .category-dropdown .categories-mega-list-wrapper > span ul li h4 a {
font-size: 14px;
text-transform: capitalize;
font-weight: normal;
padding: 5px 0;
display: inline-block;
line-height: 18px;
}  .pos-rel{
position: relative;
height: 100%;
}
.content-caption-wrapper {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.main-banner-slider .slick-slide{
position: relative;
overflow: hidden;
}
.main-banner-slider .slick-slide .item-single.data-bg.data-bg-hover{
margin-bottom: 0;
-webkit-transition: -webkit-transform 0.45s;
transition: transform 0.45s; }
.main-banner-slider .slick-slide:hover .item-single.data-bg.data-bg-hover{ -webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-ms-transform: scale(1.03);
-o-transform: scale(1.03);
transform: scale(1.03);
}
.main-banner-slider .item-single:before {
content: "";
background: rgba(0,0,0,.25);
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 100%;
filter: alpha(opacity=100);
opacity: 0.9; }
.content-caption {
position: absolute; left: 0%;
right: 0;
text-align: center;
line-height: 1;
-webkit-transition: all 2000ms;
-moz-transition: all 2000ms;
-ms-transition: all 2000ms;
-o-transition: all 2000ms;
transition: all 2000ms;
z-index: 99;
padding: 20px;
padding-bottom: 40px;
max-width: 1320px;
margin: 0 auto;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.home .main-banner-slider.aft-carousel .content-caption{
top: 80%;
}
.btn-style1.btn-style2 a{
padding: 9px 20px;
}
body .content-caption h1,
body .content-caption h2,
body .content-caption h3,
body .content-caption h4,
body .content-caption h5,
body .content-caption h6
{
color: #fff;
}
.content-caption.on-right {
left: 0;
text-align: right;
padding-left: 50%;
}
.content-caption.on-left {
right: 0;
left: 0;
text-align: left;
padding-right: 50%;
}
.content-caption.on-center {
right: 0;
left: 0;
padding-left: 25%;
padding-right: 25%;
}
.slick-current.slick-active .item-single .content-caption{
bottom: 0;
} .content-caption.on-right .product-item-meta.add-to-cart-button.extended-af ul.product-item-meta-always-visible {
float: left;
}
.content-caption.on-center .product-item-meta.add-to-cart-button.extended-af ul.product-item-meta-always-visible {
float: none;
display: inline-block;
vertical-align: top;
}
.content-caption .yith-wcwl-wishlistaddedbrowse a,
.content-caption .yith-wcwl-wishlistexistsbrowse a,
.content-caption .yith-wcwl-add-button a.add_to_wishlist{
padding: 0;
}
.content-caption .compare::before {
content: "\f021";
font-family: FontAwesome;
color: inherit;
font-weight: normal;
font-size: 14px;
} .caption-heading .cap-title {
font-size: 38px;
font-weight: 700;
line-height: 1.33;
text-transform: capitalize;
margin: 0;
margin-bottom: 20px;
}
.left-grid-section-wrapper .caption-heading .cap-title{
font-size: 24px;
margin-bottom: 0;
}
.bottom-grid-section .caption-heading .cap-title{
font-size: 36px;
margin-bottom: 0;
}
.left-grid-section-wrapper .content-caption .aft-btn-warpper,
.bottom-grid-section .content-caption .aft-btn-warpper{
margin-top: 10px;
}
.left-grid-section-wrapper .content-caption .aft-btn-warpper a,
.bottom-grid-section .content-caption .aft-btn-warpper a{color: #fff;}
.caption-heading .cap-title a,
.content-caption .content-desc {
color: #fff;
}
.content-caption .content-desc {
margin-bottom: 10px;
}
.content-desc {
font-size: 20px;
line-height: 1.33;
}
.aft-btn-warpper {
display: inline-block;
}
.content-caption .cat-links li a{
padding: 10px 15px;
}
span.offer-time.btn-style1 a,
.content-caption .aft-add-to-wishlist.btn-style1 a{
background: transparent;
color: #ffffff;
border-color: #ffffff;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
span.offer-time.btn-style1 a:hover,
.content-caption .aft-add-to-wishlist.btn-style1 a:hover{
color: #fff;
background: #e62e04;
border-color: #e62e04;
}
.woocommerce .content-caption .star-rating,
.content-caption .star-rating{
margin: 0 auto;
float: none;
}
.woocommerce .content-caption.on-left .star-rating,
.content-caption.on-left .star-rating{
margin-left: 0;
}
.woocommerce .content-caption.on-right .star-rating,
.content-caption.on-right .star-rating{
margin-right: 0;
}
.content-caption > span.price{
display: block;
padding: 10px 0px;
position: relative;
}
.content-caption span.price .badge-wrapper {
top: -4px;
position: relative;
display: inline-block;
margin-left: 10px;
}
.content-caption  span.woocommerce-Price-amount.amount,
.content-caption span.price del,
.content-caption span.price ins{
color: #fff;
font-size: 24px;
}
.content-caption span.price del{
font-size: 20px;
} .aft-carousel .af-slider-btn,
.aft-slider .af-slider-btn{
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.aft-carousel:hover .af-slider-btn,
.aft-slider:hover .af-slider-btn{
opacity: 1;
visibility: visible;
-webkit-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
}
.aft-carousel .slide-icon.slide-next.af-slider-btn, 
.aft-carousel .slide-icon.slide-prev.af-slider-btn,
.aft-slider .slide-icon.slide-next.af-slider-btn, 
.aft-slider .slide-icon.slide-prev.af-slider-btn{
background: transparent;
width: 35px;
height: 35px;
font-size: 24px;
margin: 0;
opacity: .7;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
cursor: pointer;
}
.aft-carousel .slide-icon.slide-prev.af-slider-btn,
.aft-slider .slide-icon.slide-prev.af-slider-btn{left: 0px;}
.aft-carousel .slide-icon.slide-next.af-slider-btn,
.aft-slider .slide-icon.slide-next.af-slider-btn{right: 0px;}
.aft-carousel .slide-icon.slide-next.af-slider-btn:after, 
.aft-carousel .slide-icon.slide-prev.af-slider-btn:after,
.aft-slider .slide-icon.slide-next.af-slider-btn:after, 
.aft-slider .slide-icon.slide-prev.af-slider-btn:after{
content: '\f105';
position: absolute;
font-family: FontAwesome;
font-size: 24px;
line-height: 35px; width: 35px;
height: 35px;
color: #404040;
background: #fff;
text-align: center;
}
.aft-carousel .slide-icon.slide-prev.af-slider-btn:after,
.aft-slider .slide-icon.slide-prev.af-slider-btn:after{
content: '\f104';
}  .slick-slide:focus {outline: none;}
.aft-carousel .slick-slide {
margin-left: 20px;
}
.aft-carousel .slick-list {
margin-left: -20px;
}  .aft-slider-carousel{position: relative;}
.aft-slider-carousel .af-slider-btn{
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.aft-slider-carousel:hover .af-slider-btn{
opacity: 1;
visibility: visible;
-webkit-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
}
.aft-slider-carousel .slide-icon.slide-next.af-slider-btn, 
.aft-slider-carousel .slide-icon.slide-prev.af-slider-btn{
background: transparent;
width: 29px;
height: 29px;
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
cursor: pointer;
}
.aft-slider-carousel .slide-icon.slide-prev.af-slider-btn{left: 0px;}
.aft-slider-carousel .slide-icon.slide-next.af-slider-btn{right: 0px;}
.aft-slider-carousel .slide-icon.slide-next.af-slider-btn:after, 
.aft-slider-carousel .slide-icon.slide-prev.af-slider-btn:after{
content: '\f105';
position: absolute;
font-family: FontAwesome;
font-size: 18px;
line-height: 26px;
opacity: 0.75;
width: 29px;
height: 29px;
color: #404040;
background: #fff;
text-align: center;
}
.aft-slider-carousel .slide-icon.slide-prev.af-slider-btn:after{
content: '\f104';
}
.aft-tertiary-background-color .aft-slider-carousel .slide-icon.slide-next.af-slider-btn:after, 
.aft-tertiary-background-color .aft-slider-carousel .slide-icon.slide-prev.af-slider-btn:after{
color: #fff;
}
.aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.af-slider-btn{
position: absolute;
top: -64px;
right: 0;
opacity: 0.6;
visibility: visible;
left: inherit;
margin-top: 0;
transform: translateY(0);
z-index: 1;
}
.aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.af-slider-btn:hover{
opacity: 1;
}
.aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.slide-prev.af-slider-btn{
right: 29px;
}
.aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.slide-next.af-slider-btn:after, 
.aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.slide-prev.af-slider-btn:after{
background-color: transparent;
border: 1px solid;
border-color: rgba(0,0,0,0.1);
}
.aft-tertiary-background-color .aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.slide-next.af-slider-btn:after, 
.aft-tertiary-background-color .aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.slide-prev.af-slider-btn:after{
border-color: rgba(255,255,255,0.2);
}  .category-list-horizontal-flex{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.category-list-horizontal-flex .sale-info h4{
display: block;
}
i.fa.fa-heart-o.aft-alt-icon{
font-weight: 700;
}  .cat-links {
font-size: 14px; display: inline-block;
}
.cat-links li{
display: inline-block;
color: #999999;
}
.cat-links li a{
color: #999999;
display: inline-block;
transition: all 0.4s ease;
}
.entry-meta > span:after,
.cat-links li:after{
content: "\2219";
color: inherit;
font-weight: bold;
padding: 0 5px 0 0px;
}
.entry-meta > span:after{
padding-left: 5px;
}
.entry-meta > span:last-child:after{
display: none;
}
.cat-links li:last-child:after{
display: none;
}
.cat-links li a:hover{
color: #000;
}
.content-caption .cat-links li a:after{
display: none;
}
.counter-call-to-action .section-call-action .cta-button-link a,
.content-caption .cat-links li a,
.btn-style1{
text-transform: uppercase;
padding: 16px 32px;
border: none;
border: 2px solid;
border-radius: 0;
display: inline-block;
margin-top: 20px;
line-height: 14px;
font-size: 14px;
font-weight: 600;
color: #fff;
position: relative;
overflow: hidden;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 1;
}
.counter-call-to-action .section-call-action .cta-button-link a:hover,
.content-caption .cat-links li a:hover,
.btn-style1:hover{
background-color: #3c1a5b;
color: #fff;
border-color: #3C1A5B;
}
.theme-westore.woocommerce li.product .product-description .aft-add-to-cart-wrapper > a.button:before, 
.theme-westore.woocommerce li.product .aft-add-to-cart-wrapper > a.button:before {
border-top-color: #3c1a5b;
}
.counter-call-to-action .section-call-action .cta-button-link a::before,
.content-caption .cat-links li a::before,
.btn-style1::before{
position: absolute;
content: "";
width: 0;
height: 0;
border: 0 solid transparent;
border-top-color: #3c1a5b;
top: 0;
left: 0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: -1;
}
.counter-call-to-action .section-call-action .cta-button-link a:hover::before,
.content-caption .cat-links li a:hover::before,
.btn-style1:hover::before{
border-width: 250px 250px 0 0;
}
.btn-style1.btn-style2 a{
margin-top: 0px;
}
.aft-btn-warpper.btn-style1 a{
font-size: 14px;
border-radius: 0px;
font-weight: 700;
line-height: 13px;
}
.btn-style1 ,
.btn-style1 ,
.woocommerce .btn-style1 ,
.btn-style1
{
background: #3c1a5b;
border-color: #3c1a5b;
}
a.aft-slider-link {
font-size: 0;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
}
.counter-call-to-action .section-call-action .cta-button-link a,
.main-banner-slider-single .btn-style1 ,
.main-banner-slider-single .btn-style1 ,
.woocommerce .main-banner-slider-single .btn-style1 ,
.main-banner-slider-single .btn-style1 { border-color: #fab915; background-color: #fab915;
color: #3c1a5b;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.counter-call-to-action .section-call-action .cta-button-link a:hover,
.main-banner-slider-single .btn-style1:hover ,
.main-banner-slider-single .btn-style1:hover ,
.woocommerce .main-banner-slider-single .btn-style1:hover ,
.main-banner-slider-single .btn-style1:hover {
border-color: #3c1a5b;
color: #fab915;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.content-caption .cat-links li {
display: inline-block;
margin-right: 15px;
}
.content-caption .cat-links li:first-child {
margin-left: 0;
}
.content-caption .cat-links li:after{
display: none;
}
.content-caption .cat-links li a {
padding: 0;
border: none;
margin: 0;
margin-right: 5px;
}
.main-banner-slider .content-caption .cat-links li a {
color: #fff;
}
.product-slider .content-caption  ,
.product-slider .content-caption a {
color: #fff;
}
.product-slider .content-caption a:visited ,
.product-slider .content-caption a:hover {
color: #fff;
}  section.banner-slider{padding-top: 0;}
section.above-footer{padding-bottom: 0;}
.section-head {
text-align: center;
margin-bottom: 15px;
font-size: 16px;
position: relative;
}
.section-head span.aft-view-all {
position: absolute;
top: 15px;
right: 0;
}
.section-head span.aft-view-all a{
color: #000;
text-decoration: none;
text-transform: uppercase;
display: inline-block;
font-size: 14px;
opacity: 0.5;
padding: 5px 15px;
padding-right: 0;
border-radius: 0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.section-head span.aft-view-all a:hover{
opacity: 1;
}
.banner-promotions-wrapper,
.section-body{
margin-top: 10px;
}
section.instagram .section-body,
.section-head + .section-body {
margin-top: 0px;
}
#sidr .section-title ,
.site-footer .section-title ,
#secondary .section-title{
}
#sidr .section-head ,
.site-footer .section-head ,
#secondary .section-head {
text-align: left;
margin-bottom: 0;
}
.widget-title,
.section-title {
text-align: left;
font-size: 24px;
line-height: 1.3;
font-weight: 700;
margin-bottom: 20px;
margin-top: 0;
text-transform: uppercase;
position: relative;
border-bottom: 1px solid ;
border-color: rgba(0, 0, 0, 0.1);
}
.aft-tertiary-background-color .widget-title,
.aft-tertiary-background-color .section-title {border-color: rgba(255, 255, 255, 0.1);}
.section-title.aft-center-align{
text-align: center;
}
.section-title.aft-right-align{
text-align: right;
}
span.header-after {
padding: 5px 0px 10px;
display: inline-block;
position: relative;
}
span.header-after:after {
left: 0;
content: "";
height: 2px;
width: 145px;
background: #3c1a5b;
position: absolute;
top: 100%;
}
.aft-center-align span.header-after:after {
left: 50%;
transform: translateX(-50%);
}
.menu-description,
span.title-note {
position: absolute;
font-size: 12px;
color: #000;
background: #3c1a5b;
border-radius: 1px;
padding: 3px 6px;
line-height: normal;
top: -12px;
margin: 0 3px;
font-weight: 700;
}
.menu-description{
background: #3c1a5b;
color: #fff;
}
.menu-description {
font-size: 9px;
padding: 2px 4px;
margin: 0 3px;
line-height: 10px;
left: calc(100% - 5px);
}
.menu-item-has-children .menu-description {
left: calc(100% - 15px);
}
.children .menu-description ,
.sub-menu .menu-description {
position: relative;
top: -2px;
margin-left: 10px;
left: 0;
}
.menu-description:after,
span.title-note span:after {
position: absolute;
content: '';
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #3c1a5b;
left: 3px;
bottom: -4px;
}
.category-list-horizontal-carousel .item .data-bg a {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
display: inline-block;
z-index: 9;
}
span.title-note {
padding: 0;
background: transparent;
}
span.title-note span{
background: #fab915;
display: inline-block;
padding: 3px 6px;
position: relative;
}
.category-list-horizontal{
text-transform: uppercase;
}
.category-list-horizontal h4{
margin-bottom: 0;
}
.category-list-horizontal span{
display: inline-block;
}
.category-list-horizontal span:not(.item-count){
margin-right: 3px;
}
.category-list-horizontal figure.data-bg{
height: 140px;
background-size: cover;
background-repeat: no-repeat;
position: relative;
background-position: center;
background-color: #E9EAE5;
margin: 0;
}
.category-list-horizontal figure.data-bg:after{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000;
opacity: 0.4;
content: '';
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.category-list-horizontal figure.data-bg:hover:after{opacity: 0.6;}
.category-list-horizontal figure.data-bg h4{color: #fff;}
.margi-btm-10{margin-bottom: 10px;}
.children .menu-description:after ,
.sub-menu .menu-description:after {display: none;}
.section-subtitle{
color: #656565;
}
.product-wrapper {
background-color: #FFFFFF;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
z-index: 1;
overflow: hidden;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
cursor: default;
margin-bottom: 10px;
}
.product-image-wrapper img{
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s; }
.product-wrapper:hover img{ -webkit-transform: scale(1.03);
-moz-transform: scale(1.03);
-ms-transform: scale(1.03);
-o-transform: scale(1.03);
transform: scale(1.03);
}
.product-wrapper:hover{
box-shadow: 0 2px 5px -1px rgba(0,0,0,0.3);
}
.product-description .product-category,
.product-description .product-title
{
text-transform: uppercase;
}
.product-description .product-title{
line-height: 18px;
}
span.product-category {
font-size: 12px;
display: block;
}
.product-title {
margin: 0;
}
.latest-product-carousel .product-title{
margin-bottom: 0;
}
.product-title a{
font-size: 16px;
font-weight: bold;
}
.badge-wrapper {
position: absolute;
top: 5px;
right: 5px;
}  .suscribe{
text-align: center;
}
.inner-suscribe {
margin: 0 auto;
max-width: 600px;
width: 100%;
}
.inner-suscribe .mc4wp-form-fields label {
display: block;
font-size: 0;
margin-bottom: 0;
}
.inner-suscribe input{
background: #fff;
outline: 0!important;
width: 100%;
line-height: 36px;
padding: 10px 30px;
color: #8a8a8a;
font-size: 14px;
border:none;
}  .aft-tertiary-background-color span.header-after{color: #fff;}
.aft-tertiary-background-color span.header-after:after,
.site-footer span.header-after:after{background-color: #fab915;}
section.blog {
padding: 30px 0;
}
section.blog .blog-details .product-description-inner{
padding: 15px;
min-height: 145px;
display: flex;
flex-direction: column;
justify-content: center;
padding-bottom: 20px;
}
section.blog .blog-details .blog-categories{
display: flex;
align-items: center;
}
.blog-details .author{
font-weight: 700;
}
.blog-details .author a:hover{color: #404040;}
.author .a.url.fn.n{
position: relative;
color: #404040;
}
.author .a.url.fn.n:after{
position: absolute;
content: "";
left: 0;
bottom: -3px;
height: 1px;
width: 100%;
background-color: #fab915;
}
.blog-single{
background-color: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
margin-bottom: 20px;
position: relative;
}
.blog-single:hover{
box-shadow: 0 2px 5px -1px rgba(0,0,0,0.3);
}
.post-thumbnail-wrap,
.blog-img {
overflow: hidden;
position: relative;
}
.post-image:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.3);
opacity: 0;
-webkit-transition: all 500ms;
-o-transition: all 500ms;
transition: all 500ms;
z-index: 1;
}
span.post-image {
display: block;
overflow: hidden;
background-color: #949494;
background-size: cover;
background-position: center; height: 270px;
position: relative;
-webkit-transition: all 500ms;
-moz-transition: all 500ms;
-ms-transition: all 500ms;
-o-transition: all 500ms;
transition: all 500ms;
}
.blog-img:hover .post-image:before{
opacity: 0.7;
}
.blog-categories .cat-info li {
display: inline-block;
}
.blog-categories .cat-info li a {
font-size: 12px;
color: #999999;
transition: all 0.4s ease;
text-transform: uppercase;
}
.blog-categories .cat-info li a:after {
content: "\2219";
font-weight: bold;
padding: 0 5px;
}
.blog-categories .cat-info li:last-child a:after {
display: none;
}
.blog-title h4 {
margin: 5px 0;
margin-top: 10px;
font-weight: 700;
font-size: 18px;
}
.blog-title h4 a{
color: #000;
}
.blog-content span p{
margin-bottom: 0;
color: #4a4a4a;
}
.aurthor-date.title-role {
font-size: 14px;
}
span.item-metadata.posts-date {
position: absolute;
top: 5px;
left: 5px;
background-color: #ffc107;
color: #23282d;
padding: 2px 10px;
text-align: center;
font-size: 12px;
text-transform: uppercase;
visibility: hidden;
transform: translateX(-10px);
opacity: 0;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
z-index: 2;
}
.blog-single:hover span.item-metadata.posts-date {
transform: translateX(0);
opacity: 1;
visibility: visible;
}
.blog-single .entry-meta {
line-height: 1;
}
span.item-metadata.posts-date a,
span.item-metadata.posts-author a {
color: inherit;
}
span.item-metadata.posts-author a{
font-weight: 700;
}
.blog-single span.post-image{
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
}
.blog-single:hover span.post-image{transform: scale(1.03);} section.blog .blog-details{padding: 0 5px;}
.blog-single:hover .product-description-inner {
transform: translateY(-20px);
-ms-transform: translateY(-20px);
-webkit-transform: translateY(-20px);
}   .no-pad{
padding: 0;
}
.product-description {
text-align: center;
padding: 10px;
}
span.product-category {
font-size: 12px;
display: block;
}
span.product-category a {
color: #999999;
display: inline-block;
transition: all 0.4s ease;
}
span.product-category a:hover {
color: #000;
}
.title-role span:after,
span.product-category a:after {
content: "\2219";
font-weight: bold;
padding: 0 5px;
}
.title-role span:last-child:after,
span.product-category a:last-child:after {
display: none;
}
span.price {
font-size: 14px;
color: #3c1a5b;
}
.content-caption span.price {color: #fff;} a {
color: royalblue;
}
a:visited {
text-decoration: none;
}
a:hover, a:focus, a:active {
text-decoration: none;
}
a:focus {
outline: 1px dotted;
}
a:hover, a:active {
outline: 0;
}
a:visited, a {
color: #3b195b;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
text-align: center;
padding: 12px 0 12px 20px;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: 0;
z-index: 99999;
}
.main-navigation ul li.page_item_has_children > a:after,
.main-navigation ul li.menu-item-has-children > a:after{
content: "\f107";
font-family: FontAwesome;
font-weight: 900;
padding: 0 5px;
color: inherit;
font-size: inherit;
font-weight: bold;
}
.main-navigation .menu ul ul,
.main-navigation ul .sub-menu{
width: 250px;
background: #fff;
padding: 0;
-webkit-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
-ms-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
-o-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.main-navigation ul.children  li,
.main-navigation ul .sub-menu li{
display: block;
float: none;
text-align: left;
padding: 0;
text-transform: capitalize;
border-bottom: 1px solid rgba(0,0,0,.1);
}
.main-navigation ul.children  li:last-child,
.main-navigation ul .sub-menu li:last-child{
border-bottom: none;
}
.main-navigation ul.children  li a,
.main-navigation ul .sub-menu li a{
padding: 12px 15px;
display: block;
position: relative;
}
.main-navigation ul.children  li:first-child a,
.main-navigation ul .sub-menu li:first-child a{
padding-top: 10px;
}
.main-navigation ul.children  li.page_item_has_children > a:after,
.main-navigation ul .sub-menu li.menu-item-has-children > a:after{display: none;}
.main-navigation ul.children  li.page_item_has_children > a:before,
.main-navigation ul .sub-menu li.menu-item-has-children > a:before{
content: "\f105";
font-family: "Font Awesome 5 Free";
font-family: FontAwesome;
font-weight: 900;
padding-right: 10px;
float: left;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:focus-within > ul{
left: calc(100% + 1px);
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul {
left: calc(100% + 1px);
}
.main-navigation ul ul a {
min-width: 200px;
}
.main-navigation ul li:focus-within > ul{
left: auto;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
}
@media screen and (min-width: 37.5em){
#primary-menu ul.children li a,
#primary-menu ul.sub-menu li a,
.main-navigation ul.children li a,
.main-navigation ul .sub-menu li a {
color: #404040 !important;
}
.main-navigation ul.children  li:hover > a,
.main-navigation ul .sub-menu li:hover > a{
opacity: 0.7;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
}
.main-navigation ul li {
position: relative;
display: inline-block;
transition-duration: 0.5s;
text-transform: uppercase;
font-size: 14px;
line-height: 19px;
padding: 5px 20px;
font-weight: 700;
}
.header-style-3 .main-navigation ul.menu-desktop > li:first-child {
padding-left: 0;
}
.main-navigation ul.menu-desktop > li > a:visited,
.main-navigation ul.menu-desktop > li > a{
display: block;
text-decoration: none;
color: #3b1a5b;
position: relative;
}
.main-navigation li a:hover,
.main-navigation .menu.menu-mobile > li > a:hover ,
.main-navigation .menu.menu-mobile > li > a {
color: #000;
}
.main-navigation .menu-desktop > li > a:before ,
.main-navigation .menu > li > a:before {
content: '';
height: 2px;
width: 0;
position: absolute;
right: 0px;
bottom: -5px;
background-color: #404040;
-webkit-transition: width 500ms ease 0s, left 500ms ease 0s;
-webkit-transition: width 500ms ease 0s, left 500ms ease 0s;
-o-transition: width 500ms ease 0s, left 500ms ease 0s;
transition: width 500ms ease 0s, left 500ms ease 0s;
}
.main-navigation li a:hover{
color: #000;
}
.main-navigation .menu-desktop > li > a:hover:before,
.main-navigation .menu > li > a:hover:before{
width: 100%;
right: auto;
}
.main-navigation .menu.menu-mobile > li > a:before {display: none;} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.main-navigation .menu > li > a i{
color: #ffffff;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.wp-post-author-wrap.wp-post-author-shortcode.left {
border: none;
}
.post-navigation .nav-next ,
.post-navigation .nav-previous {position: relative;}
.post-navigation .nav-next {padding-right: 20px;}
.post-navigation .nav-previous{padding-left: 20px;}  .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 !important;
width: 1px;
word-wrap: normal !important; }
.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; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
padding-top: 15px;
padding-bottom: 15px;
}
.widget.aft-tertiary-background-color{
padding-top: 30px;
padding-bottom: 30px;
}
.aft-tertiary-background-color > div{
padding-top: 30px;
padding-bottom: 0;
}
.aft-tertiary-background-color > div:last-child{
padding-bottom: 30px;
}
li.full-item{margin-bottom: 10px;}
li.full-item:last-child{margin-bottom: 0;}
#sidr .widget > ul > li,
#secondary .widget > ul > li {
margin-bottom: 15px;
}
#sidr .widget > ul > li:last-child ,
#secondary .widget > ul > li:last-child {
margin-bottom: 0;
}
#sidr .widget > ul > li a,
#secondary .widget > ul > li a{
font-size: 15px;
color: #404040;
}
#sidr .widget > ul > li a:hover,
#secondary .widget > ul > li a:hover{
color: #3c1a5b;
}
#sidr .widget ,
#secondary .widget ,
footer .widget {
margin-bottom: 30px;
padding: 0;
}
#secondary .widget.widget_search{
margin-bottom: 25px;
}
.widget select {
max-width: 100%;
}
#sidr .widget-title ,
#secondary .widget-title{
color: #000;
font-size: 16px;
font-weight: 700;
position: relative;
text-transform: uppercase;
text-align: left;
}
#sidr .widget-title ,
#sidr .widget-title.section-title ,
#secondary .widget-title,
#secondary .widget-title.section-title,
.site-footer .widget-title,
.site-footer .widget-title.section-title{
margin-bottom: 10px;
}
#secondary > div.widget{
background: #fff;
padding: 20px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
} #sidr .countdownHolder,
#secondary .countdownHolder,
.site-footer .countdownHolder{
width: 310px;
font-size: 26px;
}  .search-form label,
.widget_search .search-form label{
display: block;
width: 70%;
float: left;
margin:0;
}
.search-form label .search-field,
.widget_search .search-form label .search-field {
padding-left: 15px;
width: 100%;
}
.search-form .search-submit,
.widget_search .search-form .search-submit{
width: 30%;
text-transform: capitalize;
font-size: 14px;
text-transform: uppercase;
margin-top: 0;
padding: 12px;
}
.search-form .search-submit:focus,
.widget_search .search-form .search-submit:focus{outline: none;} #secondary .widget .social-navigation ul li{
padding-bottom: 0;
margin-bottom: 0;
}
.wp-block-tag-cloud a,
.tagcloud a {
font-size: 13px !important;
color: #404040;
padding: 5px 7px;
border: 1px solid;
display: inline-block;
margin: 3px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
color: #3c1a5b;
border-color: #3c1a5b;
}  .col-1{width: 100%;}
.col-2{width: 50%;}
.col-2-5{width: 66.67%;}
.col-3{width: 33.33%;}
.col-4{width: 25%;}
.col-80{width: 80%;}
.col-75{width: 75%;}
.col-70{width: 70%;}
.col-60{width: 60%;}
.col-55{width: 55%;}
.col-40{width: 40%;}
.col-30{width: 30%;}
.col-20{width: 20%;}
.col-15{width: 15%;}
.express-list .aft-product-list-ul li.col-2{width:100%}
.float-l {
float: left;
}
.af-container-row{
margin-right: -10px;
margin-left: -10px;
}
.af-container-row-15{margin: 0 -15px;}
.row-sm{margin: 0 -15px;}
.pad{padding: 0px 10px;}
.pad-15{padding: 0px 15px;}
.full-width{width: 100% !important;}
.single-align-c{text-align: center;}
.af-flex-grid{
display: flex;
}
#sidr .col-1,
#sidr .col-2,
#sidr .col-2-5,
#sidr .col-3,
#sidr .col-4,
#sidr .col-80,
#sidr .col-75,
#sidr .col-60,
#sidr .col-40,
#sidr .col-20,
#sidr .col-15,
#secondary .col-1,
#secondary .col-2,
#secondary .col-2-5,
#secondary .col-3,
#secondary .col-4,
#secondary .col-80,
#secondary .col-75,
#secondary .col-60,
#secondary .col-40,
#secondary .col-20,
#secondary .col-15,
.site-footer .col-1:not(.primary-footer-area),
.site-footer .col-2:not(.primary-footer-area),
.site-footer .col-2-5:not(.primary-footer-area),
.site-footer .col-3:not(.primary-footer-area),
.site-footer .col-4:not(.primary-footer-area),
.site-footer .col-80:not(.primary-footer-area),
.site-footer .col-75:not(.primary-footer-area),
.site-footer .col-60:not(.primary-footer-area),
.site-footer .col-40:not(.primary-footer-area),
.site-footer .col-20:not(.primary-footer-area),
.site-footer .col-15:not(.primary-footer-area)
{
width: 100%;
}
.site-footer .site-info .col-2,
.site-footer .secondary-footer .col-2{
width: 50%;
}
#sidr .btm-margi,
#secondary .btm-margi,
.site-footer .btm-margi{
margin-bottom: 10px;
} body.align-content-right .container-wrapper #primary,body.align-content-right .container-wrapper #secondary {
float: right;
}
body.align-content-right .container-wrapper #secondary {
padding-left: 0px;
padding-right: 15px;
}
body.align-content-right .container-wrapper #primary {
padding-left: 15px;
padding-right: 0px;
}  body.full-width-content .container-wrapper #primary {
width: 100%;
padding-right: 0px;
padding-left: 0px;
}   body #sidr .af-container-row,
body #secondary .af-container-row,
body footer .af-container-row:not(.footer-row){
margin: 0;
}
#sidr .aft-tertiary-background-color,
#secondary .aft-tertiary-background-color,
footer .aft-tertiary-background-color{
background-color: transparent;
}
#sidr section.blog,
#secondary section.blog,
footer section.blog{
padding: 0;
}
#sidr .aft-center-align span.header-after,
#secondary .aft-center-align span.header-after,
footer .aft-center-align span.header-after{
display: block;
text-align: center;
}
#sidr .aft-center-align span.header-after:after,
#secondary .aft-center-align span.header-after:after,
footer .aft-center-align span.header-after:after{
left: 50%;
} body #sidr .call-to-action .section-head,
body #secondary .call-to-action .section-head,
body footer .call-to-action .section-head{
padding: 20px;
text-align: center;
} .sidr-class-sidr-button-close:hover,
.sidr-class-sidr-button-close{
color: #3c1a5b;
}
.sidr-class-sidr-button-close {
position: absolute;
right: 20px;
top: 20px;
height: 30px;
width: 30px;
border: none;
background-color: #3c1a5b;
border: 2px solid #3c1a5b;
}
.sidr-class-sidr-button-close i{
display: none;
}
.sidr-class-sidr-button-close::before {
content: "";
position: absolute;
left: 1px;
top: 0;
height: 2px;
width: 20px;
margin: 12px 2px;
background-color: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.sidr-class-sidr-button-close::after {
content: "";
position: absolute;
left: 1px;
top: 0;
height: 2px;
width: 20px;
margin: 12px 2px;
background-color: #fff;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
} #sidr .af-tabs,
#secondary .af-tabs,
footer .af-tabs{
display: block;
position: relative;
top: inherit;
right: inherit;
}
#sidr .af-tabs.nav-tabs>li>a,
#secondary .af-tabs.nav-tabs>li>a,
footer .af-tabs.nav-tabs>li>a{
padding: 5px 0;
margin-right: 15px;
}
#sidr .af-tabs.nav-tabs>li:last-child >a,
#secondary .af-tabs.nav-tabs>li:last-child >a,
footer .af-tabs.nav-tabs>li:last-child >a{
margin-right: 0;
}  #sidr .social-navigation ul li a,
#secondary .social-navigation ul li a,
footer .social-navigation ul li a{
border: 1px solid;
border-color: rgba(129,129,129,.2);
line-height: 26px;
}  #sidr form.woocommerce-currency-switcher-form,
#secondary form.woocommerce-currency-switcher-form,
footer form.woocommerce-currency-switcher-form{
padding: 0;
}  .woocommerce .yith-woocompare-widget a.compare.button:hover,
.yith-woocompare-widget a.compare.button:hover,
.woocommerce .yith-woocompare-widget a.compare.button,
.yith-woocompare-widget a.compare.button{
color: #ffffff;
background-color: #3c1a5b;
}
.woocommerce .yith-woocompare-widget a.compare.button:after,
.yith-woocompare-widget a.compare.button:after{
display: none;
}
.yith-woocompare-widget a.clear-all {
font-size: 14px;
}   .widget_product_categories ul li{
margin-bottom: 7px !important;
padding-bottom: 7px;
font-size: 14px;
color: #888888;
}
.widget_product_categories ul ul{
padding-top: 7px;
margin-top: 7px;
padding-left: 0;
margin-left: 5px;
}
.widget_product_categories ul > li:last-child{
margin-bottom: 0 !important;
padding-bottom: 0;
border-bottom: none;
}  body.woocommerce-js .widget form.woocommerce-product-search .search-field{
display: block;
width: 70%;
float: left;
padding-left: 15px;
font-weight: 700;
}
body.woocommerce-js .widget form.woocommerce-product-search button[type="submit"]{
width: 30%;
text-transform: capitalize;
font-size: 14px;
text-transform: uppercase;
min-height: 37px;
vertical-align: middle;
border-radius: 0;
padding: 6px 16px;
}  body.woocommerce-js .widget.woocommerce-widget-layered-nav form{
padding: 0;
}    #sidr {
background: #fff;
display: block;
position: fixed;
top: 0;
right: -430px;
height: 100%;
z-index: 999999;
width: 430px;
max-width: 100%;
overflow-x: hidden;
overflow-y: auto;
padding: 50px 30px 30px;
-webkit-transition: right 0.4s ease 0s;
-moz-transition: right 0.4s ease 0s;
-ms-transition: right 0.4s ease 0s;
-o-transition: right 0.4s ease 0s;
transition: right 0.4s ease 0s;
-webkit-box-shadow: -7px 0px 15px 0px rgba(0,0,0,0.1);
-moz-box-shadow: -7px 0px 15px 0px rgba(0,0,0,0.1);
box-shadow: -7px 0px 15px 0px rgba(0,0,0,0.1);
}  .customer-support {
}
.customer-support .section-body{margin-top: 0;}
.support-wrap {
display: flex;
justify-content: center;
}
.singlewrap{
padding-top: 15px;
padding-bottom: 15px;
border-color: #e7e7e7;
text-align: center;
position: relative;
}
.singlewrap:after {
content: '';
position: absolute;
right: 0;
top: 50%;
height: 50%;
width: 1px;
background: #e7e7e7;
transform: translateY(-50%);
}
.singlewrap:last-child:after{display: none;}
.suport-single {
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
}
.suport-single .support-content,
.suport-single .icon-box{
display: inline-block;
vertical-align: middle;
}
.suport-single .support-content{text-align: left;}
.suport-single .support-content p{
font-size: 14px;
text-transform: none;
line-height: 1;
}
span.icon-box-circle {
background-color: #fab915;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 10px;
line-height: 24px;
font-size: 24px;
width: 50px;
height: 50px;
padding: 17px;
border-radius: 50%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
span.icon-box-circle i {
color: #fff;
}
span.icon-box-circle i {
color: #222222;
}
.support-content h5 {
margin: 0;
}
.support-content p {
color: #656565;
margin-bottom: 0;
}  .sale-off-section {
padding: 30px 0px;
}
.sale-single-wrap {
position: relative;
color: #fff;
overflow: hidden;
}
.sale-background{
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
}
.sale-background:after{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 1;
content: '';
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
background-color: #000;
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.01) 61%, rgba(0,0,0,0.8) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.01) 61%, rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.01) 61%, rgba(0,0,0,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
.sale-background:hover:after{
opacity: 0.5;
}
.sale-background.no-image {
background: #3c1a5b;
}
.sale-background.no-image:after,
.sale-background.no-text:after{
display: none;
}
.sale-background a {
display: block;
position: relative;
padding-bottom: 0;
z-index: 6;
height: 280px;
}
.sale-single-wrap .sale-info a {
display: block;
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
}  .sale-single-wrap .sale-info {
position: absolute;
bottom: 15px;
left: 20px;
width: 100%;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease,-webkit-transform .3s ease;
-webkit-transform: translateY(100%) translateZ(0);
transform: translateY(100%) translateZ(0);
}
.sale-single-wrap:hover .sale-info {
-webkit-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0);
}
.sale-single-wrap .sale-info .sale-title{
position: absolute;
bottom: 100%;
left: 0;
line-height: 1.5;
margin: 0;
font-size: 24px;
}
.sale-single-wrap .sale-info span.product-count {
min-width: 0;
min-height: 0;
margin: 0;
margin-bottom: 0;
background: transparent;
border: none;
box-shadow: none;
position: relative;
margin-right: 10px;
padding: 0;
line-height: normal;
display: inline-block;
margin-top: 0;
opacity: 0;
transition: opacity .4s ease,-webkit-transform .4s ease;
transition: transform .4s ease,opacity .4s ease;
transition: transform .4s ease,opacity .4s ease,-webkit-transform .4s ease;
-webkit-transform: translateY(15px) translateZ(0);
transform: translateY(15px) translateZ(0);
}
.sale-single-wrap:hover span.product-count {
opacity: 1;
-webkit-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0);
}
.sale-single-wrap .sale-info span.product-count span.item-count ,
.sale-single-wrap .sale-info span.product-count span.item-texts {
top: inherit;
display: inline;
position: inherit;
margin: 0;
left: inherit;
padding: 0;
line-height: normal;
transform: translateX(0%);
font-size: 14px;
color: #fff;
width: auto;
height: auto;
background: transparent;
font-weight: normal;
text-align: left;
}
.sale-single-wrap .sale-info span.product-count span.item-texts:after {display: none;}
.sale-single-wrap .sale-info span.product-count span.item-count {
margin-right: 4px;
}
.sale-info .product-category-desc {
display: block;
opacity: 0;
height: 0;
padding: 0px 10px;
-webkit-transition: height 1s ease-out;
transition: height 1s ease-out;
overflow: hidden;
}
.sale-info .product-category-desc p{
height: 0;
margin: 0;
-webkit-transition: height 1s ease-out;
transition: height 1s ease-out;
}
.sale-single-wrap:hover .product-category-desc p,
.sale-single-wrap:hover .product-category-desc {
opacity: 1;
height: auto;
}
.sale-info span.product-category{
font-size: 20px;
}
.sale-info span.product-category a{
color: #fff;
}
.sale-title {
font-size: 36px;
text-transform: uppercase;
font-weight: bold;
color: #fff;
margin-top: 5px;
}  .nav-tabs {
border-bottom: none;
margin-bottom: 20px;
}
.tabbed-head{position: relative;}
.af-tabs {
margin-bottom: 0;
display: inline-block;
position: absolute;
top: -64px;
right: 0;
}
.tabbed .nav-tabs>li{
float: none;
display: inline-block;
}
.tabbed .nav-tabs>li>a{
text-transform: uppercase;
font-size: 14px;
padding: 5px 15px; font-weight: 700;
color: #000;
opacity: 0.8;
text-decoration: none;
display: inline-block;
background: #fff;
line-height: normal;
border-radius: 0;
border: none;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
background: transparent;
}
.tabbed .nav-tabs>li.active>a, 
.tabbed .nav-tabs>li.active>a:focus, 
.tabbed .nav-tabs>li.active>a:hover{
color: #000;
opacity: 1;
background: transparent;
}
.tabbed .nav-tabs>li>a:hover{
background: transparent; outline: none;
}
.tabbed .nav-tabs>li.active>a.font-family-1,
.tabbed .nav-tabs>li.active>a{
color: #000;
border-bottom-color: #e2e2e2;
outline: none;
border: none;
}
.tabbed-container .tab-content .article-title-1{
margin-top: 0;
line-height: 14px;
}
span.byline {
margin-right: 5px;
}
.tabbed-container .tab-content .article-title-1 a{
font-size: 14px;
font-weight: 700;
}
.tab-content{position: relative;}
.tab-content .aft-tab-preloader {
position: absolute;
top: 0;
left: 0;
z-index: 999;
height: 100%;
width: 100%;
background: #f3f3f3;
}
.woocommerce .tab-content ul.tabbed-product-carousel{
margin-bottom: 0 !important;
}
.tab-article-image {
position: relative;
}
.westore-post-format {
width: 20px;
height: 20px;
padding: 2px;
text-align: center;
font-size: 10px;
background: #e62e04;
border-radius: 50%;
color: #fff;
position: relative;
display: inline-block;
margin-right: 5px;
line-height: 17px;
}
.tab-article-image .westore-post-format{
position: absolute;
top: 3px;
left: 3px;
padding: 5px;
}
body.single-post .cat-links{
display: inline-block;
}  span.af-bg-play.af-hide-iframe,
.fluid-width-video-wrapper.af-iframe-added,
.af-hide-iframe.af-display-iframe{
display: none;
}
.vid-container.af-video-wrap {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
margin-bottom: 10px;
position: relative;
}
span.af-bg-play.af-hide-iframe.af-display-iframe {
display: inline-block;
}
.af-bg-play {
display: inline-block;
text-align: center;
margin-right: 5px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}
.af-bg-play i {
font-size: 25px;
width: 35px;
height: 35px;
color: #fff;
line-height: 38px;
text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.af-bg-play i:after {
position: absolute;
content: '';
top: 50%;
left: 50%;
width: 55px;
height: 55px;
border: 5px solid;
border-color: #fff;
border-radius: 50%;
transform: translate(-50%, -50%);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
box-sizing: border-box;
}
.af-video-slider .swiper-slide{
transition: all 300ms ease-out;
border: 2px solid transparent;
}
.af-video-slider .swiper-slide:hover{
opacity: 0.9;
}
.af-video-slider .swiper-slide.selected{
opacity: 1;
border: 2px solid;
}  .page-header {
margin: 0;
border: none;
}
.page-title,
body.blog h1.page-title,
body.archive h1.page-title {
margin: 8px 0px;
font-size: 22px;
color: #000;
}
.archive-description {
color: #777;
}
body.woocommerce-js article .entry-title,
body.blog article h2 a,
body.archive article h2 a{
color: #000;
}
body.archive .content-area .page-title,
body.search-results .content-area .header-title-wrapper .page-title,
body header.entry-header h1.entry-title{
font-weight: 700;
}
body.home h1.page-title{
display:none;
}
.entry-footer span {
margin-right: 10px;
display: block;
margin-bottom: 10px;
}
.entry-footer span.posted_on-links{margin-bottom: 0;}
.entry-footer span.tags-links a:first-child,
.entry-footer span.posted_on-links a:first-child{margin-left: 5px;}
.entry-footer span.posted_on-links ,
.entry-footer span.tags-links {font-size: 14px;}
.entry-footer span.posted_on-links a,
.entry-footer span.tags-links a{
font-size: 13px;
color: #404040;
padding: 5px 7px;
border: 1px solid;
display: inline-block;
margin: 3px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity: 0.7;
}
.entry-footer span.posted_on-links a:hover,
.entry-footer span.tags-links a:hover{opacity: 1;}  .call-to-action,
.social-mailchimp{
background-color: #f7f7f7;
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
padding: 50px 0px;
position: relative;
}
.call-to-action{
min-height: 300px;
display: flex;
align-items: center;
}
.social-mailchimp{
background-color: #fab915;
}
.social-mailchimp,
.mail-wrappper .section-subtitle{
color: #404040;
}
.aft-fixed-background{background-attachment: fixed;}
.call-to-action:before{
position: absolute;
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000;
opacity: 0.2;
}
.call-to-action .container-wrapper,
.social-mailchimp .container-wrapper,
.mc4wp-form-fields {
position: relative;
}
.inner-suscribe input[type=submit]{
font-size: 16px;
font-weight: 700; margin: 0;
width: 120px;
padding: 14px 0;
line-height: 28px;
background-color: #3c1a5b;;
color: #fff;
position: absolute;
border-radius: 0px;
right: 0;
top: 0;
text-transform: uppercase;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.inner-suscribe input[type=submit]:hover{
background-color: #000;
color: #fff;
}
.mc4wp-form-fields label{
display: none;
}
.inner-suscribe p{
margin-bottom: 0;
}
body.woocommerce-js .inner-suscribe form{
padding: 0;
}
.mail-wrappper .widget-title{text-align: center;}
.mail-wrappper .section-head {
text-align: center;
margin-bottom: 20px;
}
.mail-wrappper .section-subtitle {
margin-top: 5px;
display: block;
}
.social-mailchimp{padding-bottom: 60px;}
.mail-wrappper .suscribe {
margin-top: 10px;
} .suscribe.layout-2{text-align: inherit;}
.suscribe.layout-2 .inner-suscribe p{margin-bottom: 20px;}
.suscribe.layout-2 .inner-suscribe p:last-child{margin-bottom: 0;}
.suscribe.layout-2 .inner-suscribe input[type=submit]{position: inherit;}   .store-contact .contact-details-wrapper{position: relative;}
.store-contact .contact-details,
.store-contact .contact-details a,
.store-contact .contact-details h4,
.store-contact .contact-details h3{
color: #fff;
}
.mail-wrappper .widget-title,
.product_store_contact_widget .widget-title {
border-bottom: none;
}
.mail-wrappper  span.header-after:after{
display: none;
}
.mail-wrappper .widget-title{margin-top: 0;margin-bottom: 0;}
.mail-wrappper  span.header-after{
padding-bottom: 0px;
}
.store-contact .contact-details-wrapper h5{
margin-top: 0;
}
.whit-col span,
body #primary .store-contact .widget-title span{
color:#ffffff;
}
.store-contact .contact-details-wrapper h5,
.store-faq .contact-details-wrapper h5{
color: #404040;
background: #f0f0f0;
padding: 15px;
margin-bottom: 0;
}
.contact-details-wrapper form{
background-color: #fff;
padding: 20px;
}
.product_store_contact_widget div.wpcf7-response-output,
.product_store_faq_widget div.wpcf7-response-output{
margin-right: 0;
margin-left: 0;
}
.af-flex-sec {
display: flex;
align-items: center;
}
.store-contact .contact-form label span {
margin: 0px;
}
.store-contact .contact-form textarea,
.store-contact .contact-form input[type=email],
.store-contact .contact-form input[type=text],
.store-contact .contact-form input[type=url] {
width: 100%;
max-width: 100%;
}
.aft-tertiary-background-color .wpcf7-form .wpcf7-submit{
background: #fab915;
border-color: #fab915;
color: #000;
} .contact-details .aft-show-field-title{
display: block;
display: flex;
align-items: center;
}
.contact-details .aft-show-field-title > span{
display: inline-block;
vertical-align: middle;
line-height: normal;
}
.contact-details .aft-show-field-title  span.contact-icon-desc{padding: 0 10px; font-size: 14px;}
.contact-details .aft-show-field-title span.contact-icon{
background-color: #fab915;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 10px;
line-height: 24px;
font-size: 24px;
width: 50px;
height: 50px;
padding: 17px;
border-radius: 50%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.contact-details .aft-show-field-title span.contact-icon i{
color: #222222;
margin: 0;
}
section.store-contact.store-contact-form.store-contact-map .contact-details,
section.store-contact.store-contact-form.store-contact-map .other-details,
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details{
width: 100%;
display: flex;
justify-content: center;
flex-flow: row wrap;
}
section.store-contact.store-contact-form.store-contact-map .other-details{
text-align: center;
}
section.store-contact .other-details,
section.store-contact.store-contact-form.store-contact-map .contact-details{
margin-top: 20px;
}
section.store-contact.store-contact-form.store-contact-map .af-flex-sec{
flex-flow: row wrap;
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title,
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title {
padding: 15px;
width: 33.33%;
justify-content: center;
position: relative;
margin-bottom: 0;
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title:after,
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title:after {
content: '';
position: absolute;
right: 0;
top: 50%;
height: 50%;
width: 1px;
background: #ebebeb;
transform: translateY(-50%);
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title:nth-last-of-type(1):after,
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title:nth-last-of-type(1):after{
display: none;
}   span.offer-date-counter {
display: block;
}
.posts_latest_widget .posts-date,
.sale-info span.product-count,
span.offer-date-counter > span {
display: inline-block;
margin: 0 15px 15px 0;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
border: solid 1px #dedede;
min-width: 80px;
min-height: 80px;
text-align: center;
background-color: #fff;
padding-top: 11px;
color: #000;
}
.sale-info span.product-count {
min-width: 0;
padding: 10px;
min-height: 0;
margin-bottom: 0;
background: transparent;
border: none;
box-shadow: none;
position: relative;
margin-right: 20px;
padding-bottom: 0;
margin-top: 20px;
}
.sale-info span.product-count:last-child,
span.offer-date-counter > span:last-child {
margin-right: 0;
}
.sale-info span.item-count,
span.offer-date-counter > span .number {
display: block;
font-size: 35px;
color: #555;
margin-bottom: 0;
line-height: 35px;
}
.sale-info span.item-count{
color: #fff;
margin-bottom: 0;
}
span.product-count span {
line-height: 15px;
text-transform: uppercase;
}
li.product-category .product-onsale-count{margin: 10px 0;margin-bottom: 20px;}
li.product-category span.product-count span{
color:#000;
margin-right: 5px;
}
span.offer-date-counter > span .text {
font-size: 14px;
color: #555;
font-style: italic
}  .instagram{position: relative;}
.instagram .insta-feed-head a{
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
padding: 10px 20px;
background-color: rgba(255,255,255,0.9);
font-size: 16px;
display: inline-block;
opacity: 1;
visibility: visible;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
letter-spacing: 1px;
}
.instagram .insta-feed-head a p{line-height: normal;}
.insta-feed-head a .instagram-username{
display: inline-block;
margin-bottom: 0;
color: #000;
font-size: inherit;
}
.insta-feed-head a .instagram-username:before{
content: "\f16d";
font-family: FontAwesome;
color: inherit;
padding: 0 5px 0 5px;
line-height: 15px;
}
.item.zoom-gallery {
position: relative;
}
.item.zoom-gallery figure{
margin: 0;
}
.item.zoom-gallery figure img{
width: 100%;
}
.item.zoom-gallery a{
color: #fff;
}
.insta-details {
position: absolute;
top: auto;
bottom: 0;
left: 0;
width: 100%;
background: #fff;
color: #4a4a4a;
padding: 5px;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
text-align: center;
}
.item.zoom-gallery:hover .insta-details{
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.insta-tb {
display: table;
width: 100%;
height: 100%;
}
.insta-tc {
display: table-cell;
vertical-align: middle;
text-align: center;
padding: 10px;
}
p.insta-desc {
padding: 0 10px;
color: #4a4a4a;
text-transform: capitalize;
font-size: 14px;
opacity: 0;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
-webkit-backface-visibility: hidden;
left: 0;
right: 0;
text-align: left;
margin-bottom: 0;
}
.item.zoom-gallery:hover p.insta-desc{
opacity: 1;
}
.insta-icons-comts-liks .fa{
margin-right: 5px;
}
p.insta-comments,
p.insta-likes {
display: inline-block;
padding: 3px 10px;
margin-bottom: 0;
}
.insta-icons {
display: flex;
align-items: center;
justify-content: space-between;
}
.insta-icons a{
width: 50%;
text-align: left;
}
.insta-icons .insta-icons-pop-up{
width: 10%;
}
.insta-icons a .insta-likes,
.insta-icons a .insta-comments,
.insta-icons .insta-icons-pop-up{
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,200%,0);
transform: translate3d(0,200%,0);
}
.item.zoom-gallery:hover .insta-icons a .insta-likes,
.item.zoom-gallery:hover .insta-icons a .insta-comments,
.item.zoom-gallery:hover .insta-icons-pop-up{
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.item.zoom-gallery:hover .insta-icons a .insta-likes{
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.item.zoom-gallery:hover .insta-icons a .insta-comments{
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.item.zoom-gallery:hover .insta-icons-pop-up{
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}  .brand-carousel .slick-track {
display: flex;
align-items: center;
}
.brand-carousel .item{
text-align: center;
}
.brand-carousel .item a{
display: inline-block;
outline: none;
}
.brand-carousel .item img{
width: 165px;
margin: 0 auto;
-webkit-filter: grayscale(100%); filter: grayscale(100%);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.brand-carousel .item img:hover{
-webkit-filter: grayscale(0%); filter: grayscale(0%);
}  .testimonial-carousel .item .testimonial-desc{
font-size: 14px;
line-height: 22px;
text-align: center;
}
.testimonial-carousel .item .testi-img-author-desc {
padding: 30px 20px 20px;
margin-bottom: 10px;
}
.testimonial-carousel .item .testimonial-desc p:last-child{margin-bottom: 0;}
.testimonial-carousel .item .testi-img-author-desc .testi-img{
width: 125px;
min-width: 125px;
height: 125px;
border-radius: 100%;
overflow: hidden;
position: relative;
margin: 0 auto;
margin-bottom: 20px;
border: 5px solid;
border-color: #3b195b;
}
.testimonial-carousel .item .testi-img-author-desc .testi-img img{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover;
}
.testimonial-carousel .item .testi-img-author-desc .testi-author{
width: 100%;
text-align: center;
margin-top: 20px;
}
.testimonial-carousel .item .testi-img-author-desc .testimonial-desc h3,
.testimonial-carousel .item .testi-img-author-desc .testi-author h4,
.testimonial-carousel .item .testi-img-author-desc .testi-author p,
.testimonial-carousel .item .testi-img-author-desc .testi-author a{
margin: 0;
line-height: 1;
color: #fff;
}
.testimonial-carousel .item .testi-img-author-desc .testimonial-desc h3{margin:5px 0;}
.testimonial-carousel .item .testi-img-author-desc .testimonial-desc p{color: #fff;}
.testimonial-carousel .item .testi-img-author-desc .testi-author h4{
margin: 0;
font-size: 18px;
line-height: 1.5;
}
.testimonial-carousel .item .testi-img-author-desc .testi-author a{
font-size: 14px;
color: #404040;
}
@media screen and (min-width: 770px){
.testimonial-carousel.layout-2 .item .testi-img-author-desc{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr 100px;
grid-template-areas: "image text text" "image Author Author";
}
.testimonial-carousel.layout-2 .item .testi-img-author-desc .testi-img {
grid-area: image;
}
.testimonial-carousel.layout-2 .item .testi-img-author-desc .testimonial-desc {
grid-area: text;
text-align: left;
}
.testimonial-carousel.layout-2 .item .testi-img-author-desc .testi-author {
grid-area: Author;
text-align: left;
margin-top: 10px;
}
}  section.frontpage-content-section.counter-call-to-action{text-align: center;}
.counter-call-to-action .section-call-action{
min-height: 500px;
display: flex;
align-items: center;
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
background-color: #f7f7f7;
padding: 50px 0px;
position: relative;
}
.counter-call-to-action .section-call-action.aft-fixed-background{
background-attachment: fixed;
}
.counter-call-to-action .section-call-action .section-title {
border: none;
}
.counter-call-to-action .section-call-action .section-title .header-after {
font-size: 58px;
line-height: 58px;
}
.counter-call-to-action .section-call-action .section-title .header-after:after{
display: none;
}
.counter-call-to-action .section-call-action .section-head .subtitle {
font-size: 24px;
}
.counter-call-to-action .section-call-action .cta-button-link a{ }
.counter-call-to-action .section-call-action.data-bg .countDiv:before, 
.counter-call-to-action .section-call-action.data-bg .countDiv:after{
background-color: #fff;
}
.counter-call-to-action .section-call-action .container-wrapper{
position: relative;
}
.counter-call-to-action .section-call-action.data-bg .section-title .header-after,
.counter-call-to-action .section-call-action.data-bg .aft-schedule-note-section,
.counter-call-to-action .section-call-action.data-bg{
color: #fff;
}
.counter-call-to-action .section-call-action.data-bg:before{
position: absolute;
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0,0,0,0.5);
}  footer.site-footer {
background: #1f2125;
margin-top: 40px;
}
div.customer-support-wrapper + footer.site-footer {margin-top: 0;}
section.instagram + footer.site-footer {margin-top: 0;}
section.social-mailchimp + footer.site-footer {margin-top: 0;}
section.store-contact + footer.site-footer {margin-top: 0;}
body footer.site-footer .secondary-footer {
background: #222;
}
.secondary-footer ul li{
display: inline-block;
}
.secondary-footer ul li a{
display: inline-block;
}
.secondary-footer .footer-navigation ul.menu li a{
padding: 5px;
}
.secondary-footer .social-navigation {
text-align: right;
}
.secondary-footer {
padding: 10px 0px;
}
footer.site-footer .site-info{
background: #000000;
padding: 10px 0;
}
.site-info-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.site-info-wrap .col-2.float-l:nth-child(2) a{
display: block;
text-align: right;
}
.site-info-wrap img {
height: 50px;
margin-left: auto;
width: auto;
}  .site-footer .blog-wrapper .col-md-4{
width: 100%;
}
.site-footer .blog-wrapper a{
color: #000;
}
.site-footer .widget-title,
.site-footer .section-title {
text-align: left;
font-size: 16px;
line-height: normal;
font-weight: 700;
margin-bottom: 10px;
text-transform: uppercase;
position: relative;
}
.site-footer .section-head {
text-align: left;
margin-bottom: 10px;
}
footer .primary-footer{padding: 80px 0 30px;}
.primary-footer-area .container-wrapper {
max-width: inherit;
padding-left: 0px;
padding-right: 0px;
margin:0;
}
.primary-footer-area .col-3 {
width: 100%;
}
.primary-footer-area .col-3.pad{
padding: 0px;
}
.site-footer ul li,
.woocommerce .site-footer ul li{
margin-bottom: 5px;
}
.site-footer .secondary-footer ul li{
margin-bottom: 0;
}
.site-footer ul li a{
color: #fff;
}
footer.site-footer p,
footer.site-footer ins,
footer.site-footer .tagcloud a,
footer.site-footer .site-info-wrap,
footer.site-footer .site-info-wrap a,
footer.site-footer{
color: #fff;
}
footer.site-footer .primary-footer .blog-details .blog-title a,
footer.site-footer .primary-footer .blog-details a:visited,
footer.site-footer .primary-footer .blog-details a,
footer.site-footer .primary-footer .blog-details,
footer.site-footer .primary-footer .aft-product-list-mode .product-title a{
color: #000;
}
footer.site-footer .primary-footer .cat-links li a{color: #404040;}
.site-footer .aft-product-list-mode .product-description{padding: 0 5px;}
footer .widget-title,
footer .section-title{
border-bottom: none;
} body.woocommerce-js footer .widget form.woocommerce-product-search button[type="submit"],
body.woocommerce-js footer .widget_search .search-form .search-submit{
margin-top: 0px;
min-height: 37px;
}
body.woocommerce-js footer .widget form.woocommerce-product-search input,
body.woocommerce-js footer .widget_search .search-form input{
background-color: rgba(128,128,128,0.1);
color: #fff;
}   .woocommerce-account header.entry-header h1.entry-title {
text-align: center;
}
.woocommerce-account .entry-content .woocommerce-MyAccount-navigation {
float: left;
width: 30%; background-color: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.woocommerce-account .entry-content .woocommerce-MyAccount-navigation > ul{
margin: 0 !important;
list-style: none;
}
.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li{
padding: 10px;
border-top: 1px solid;
border-color: rgba(0,0,0,.1);
background-color: #fff;
}
.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li:hover{
background-color: #f7f7f7;
}
.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li:first-child{
border: none;
}
.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li.is-active{
background-color: #3b195b;
}
.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li a{
display: block;
padding: 5px 0;
color: #404040;
}
.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li.is-active a{
color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: right;
width: 68%;
background-color: #fff;
padding: 20px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.woocommerce-account form.woocommerce-EditAccountForm.edit-account fieldset {
padding: 5px 10px;
margin: 10px 0;
margin-bottom: 20px;
position: relative;
z-index: 0;
padding-top: 0;
display: block;
margin-inline-start: 2px;
margin-inline-end: 2px;
padding-block-start: 0.35em;
padding-inline-start: 0.75em;
padding-inline-end: 0.75em;
padding-block-end: 0.625em;
min-inline-size: min-content;
border-width: 1px;
border-style: groove;
border-color: rgba(0,0,0,0.1);
border-image: initial;
}
.woocommerce-account form.woocommerce-EditAccountForm.edit-account fieldset legend{
padding:0 5px;
}  .single article .entry-header,
.archive article .entry-header,
.blog article .entry-header{
padding-bottom: 10px;
}
.archive article ,
.blog article {
margin-bottom: 20px;
padding-bottom: 10px;
}
.archive article:last-child ,
.blog article:last-child {
border-bottom:1px solid transparent;}
.entry-wrapper {
padding: 15px;
background: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}  .nav-links .nav-previous a:before, .nav-links .nav-next a:after {
padding: 0 5px;
font-family: "FontAwesome";
position: absolute;
top: 0;
}
.nav-links .nav-previous a:before {
content: "\f053";
left: 0;
}
.nav-links .nav-next a:after {
content: "\f054";
right: 0;
}
.single article .entry-footer{
margin-top: 20px;
} body.woocommerce-js form.comment-form{
padding:0;
}
.comments-area {
margin-bottom: 20px;
padding: 20px;
background: #fff;
}
div#respond h3#reply-title {
margin-top: 0;
font-weight: 700;
}
div#respond p {
margin-bottom: 5px;
}
div#respond label {
font-weight: normal;
}
p.comment-form-url label, p.comment-form-email label, p.comment-form-author label {
display: block;
}
p.comment-form-url input, p.comment-form-email input, p.comment-form-author input {
width: 100%;
}
p.comment-form-cookies-consent {
display: flex;
align-items: center;
}
p.comment-form-cookies-consent label{
margin-left: 5px;
}
p.comment-form-cookies-consent input{margin:0 !important;}
.comment-list .comment {
list-style: none;
margin-left: 0;
padding-bottom: 13px;
border-bottom: 1px dashed #dadada;
margin-bottom: 21px;
}
.comment-list .comment:last-child {
border-bottom: none;
}
.comment-author img {
float: left;
margin-right: 20px;
margin-bottom: 20px;
width: 50px;
}
.reply, .comment div#respond, .comment-content {
margin-left: 70px;
}
.reply a.comment-reply-link {
display: inline-block;
background: #3c1a5b;
color: #fff;
border: 2px solid;
border-color: #3c1a5b;
padding: 8px 22px;
border-radius: 0;
line-height: 1;
font-size: 14px;
}
.comment-content p {
margin-bottom: 5px;
}
.comment-content:before, .comment-content:after{
content: "";
display: table;
table-layout: fixed;
}
.comment .children {
margin-left: 70px;
padding-top: 16px;
border-top: 1px dashed #dadada;
margin-top: 13px;
}
.comment .children .comment:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}   .contact-details > h3 {
font-size: 20px;
text-transform: uppercase;
}
.contact-details span{
display: block;
margin-bottom: 5px;
}
.store-contact .contact-details h4,
.contact-details span.aft-show-field-title h4 {
color: #fff;
font-size: 14px;
margin-bottom: 0;
}
.contact-details span.aft-show-field-title h4 {
font-size: 18px;
text-transform: uppercase;
}
.store-contact .contact-details h4{margin-bottom: 5px;}
.contact-details span.aft-show-field-title h4 {
margin-top: 0;
}
.contact-details span.aft-show-field-icon h4 {display: none;}
.contact-details span i{
margin-right: 5px;
}
.aft-map-wrap {
margin-top: 20px;
}
.contact-form .wpcf7-form p{margin-bottom: 5px;}
.wpcf7-form label{
display: block;
font-weight: normal;
}
.contact-form .wpcf7-form-control-wrap textarea ,
.contact-form .wpcf7-form-control-wrap input {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}
.contact-form .wpcf7-form .wpcf7-submit{
background: #3c1a5b;
color: #fff;
border:2px solid;
border-color: #3c1a5b;
padding: 12px 32px;
border-radius: 0;
}
.store-contact .widget-title span.header-after{padding-top: 0;}
.page-template-default .entry-content,
.page-template-default .store-contact.aft-tertiary-background-color{
padding: 0 20px;
margin-top: 20px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.page-template-default .entry-content{
padding: 20px;
}
.page-template-default .contact-details-wrapper form{padding: 0;}
.page-template-default .store-contact .contact-details, 
.page-template-default .store-contact .contact-details a, 
.page-template-default .store-contact .contact-details h4, 
.page-template-default .store-contact .contact-details h3,
.page-template-default .store-contact .contact-details h4, 
.page-template-default .contact-details span.aft-show-field-title h4
.page-template-default .store-contact.aft-tertiary-background-color{
color: #404040;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
#scroll-up {
position: fixed;
z-index: 8000;
bottom: 40px;
right: 20px;
display: none;
width: 50px;
height: 50px;
font-size: 28px;
line-height: 49px;
text-align: center;
text-decoration: none;
cursor: pointer;
opacity: 1 !important;
background: #3c1a5b;
color: #fff;
border-radius: 2px;
}
#scroll-up.left-side {
right: inherit;
left: 20px;
}
#scroll-up i{
font-weight: 700;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin: 0 -10px;
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
padding: 10px;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid,
.aft-grid-group-4 .westore_category_grid_wrap .product-ful-wid{
width: 25%;
}
.aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid:first-child,
.aft-grid-group-4 .westore_category_grid_wrap .product-ful-wid:first-child
{
width: 50%;
}
.aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid:first-child .sale-background a,
.aft-grid-group-4 .westore_category_grid_wrap .product-ful-wid:first-child .sale-background a{
height: 580px;
}
.aft-grid-group-4 .westore_category_grid_wrap .product-ful-wid:nth-child(2){width: 50%;}
.aft-grid-group-2 .westore_category_grid_wrap .product-ful-wid{width: 50%;}
.aft-grid-group-1 .westore_category_grid_wrap .product-ful-wid{width: 100%;}
.aft-grid-group-1 .westore_category_grid_wrap .product-ful-wid .sale-background a{height: 580px;}  .elementor-html #af-preloader{
display: none;
}
.trp-language-switcher > div {
line-height: 15px;
border: none;
background-image: none;
}
.trp-language-switcher .trp-ls-shortcode-language{z-index: 9;}
.trp-language-switcher .trp-ls-shortcode-language,
.trp-language-switcher .trp-ls-shortcode-current-language{
background: transparent;
}
.trp-language-switcher:hover > div a,
.trp-language-switcher:hover > div a,
.trp-language-switcher .trp-ls-shortcode-current-language a:hover,
.trp-language-switcher .trp-ls-shortcode-current-language a{
color: #fff;
}
.trp-language-switcher:hover > div a:not(.trp-ls-shortcode-disabled-language){
color: #000;
padding: 5px;
background: #fff;
}
.trp-language-switcher:after {
content: "\f107";
font-family: FontAwesome;
color: #fff;
font-size: 14px;
font-weight: bold;
position: absolute;
right: 7px;
top: 50%;
transform: translateY(-50%);
}
.trp-language-switcher > div > a{
display: flex;
align-items: center;
}
select.woocommerce-currency-switcher {
background: #fff;
border-radius: 2px;
}
.top-header .woocs-style-3-du-dialog .woocs-style-3-dlg-header,
.top-header .woocs-style-3-close{
color: #404040;
}
.trp-language-switcher .trp-ls-shortcode-language{
z-index: 9;
} .offer-main .digit.static {
box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
background-image: linear-gradient(bottom, #2a2a2a 50%, #333 50%);
background-image: -o-linear-gradient(bottom, #2a2a2a 50%, #333 50%);
background-image: -moz-linear-gradient(bottom, #2a2a2a 50%, #333 50%);
background-image: -webkit-linear-gradient(bottom, #2a2a2a 50%, #333 50%);
background-image: -ms-linear-gradient(bottom, #2a2a2a 50%, #333 50%);
background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #2a2a2a), color-stop(0.5, #333) );
}
.offer-main .digit{
color: #fff;
background: #2a2a2a;
text-shadow: 4px 4px 20px #000;
}
.offer-main .countDiv:before,
.offer-main .countDiv:after{
background-color: #fff;
}  .wp-post-author-shortcode{
border-color: rgba(0, 0, 0, 0.1);
}
.wp-post-author-wrap {
margin: 30px 0;
}
.wp-post-author-meta h4 a{
color: #404040;
}
p.awpa-website a {
color: #808080;
transition: all 300ms ease-out;
}
p.awpa-website a:hover {color: #bb191a;}
p.awpa-more-posts a {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 5px 15px;
display: inline-block;
color: #808080;
transition: all 300ms ease-out;
}
p.awpa-more-posts a:hover {color: #bb191a;border-color: #bb191a;}
.wp-post-author-wrap .awpa-contact-info {
margin: 0;
display: inline-block;
width: 100%;
padding: 5px 0;
}
.wp-post-author-wrap .awpa-contact-info li {display: inline-block;padding: 0;}
ul.awpa-contact-info li a {
color: #fff;
width: 30px;
text-align: center;
line-height: 30px;
height: 30px;
margin: 0;
border-radius: 50%;
display: inline-block;
}
ul.awpa-contact-info li a[href*="facebook.com"]{
background-color: #3b5999;
}
ul.awpa-contact-info li a[href*="linkedin.com"]{
background-color: #0077B5;
}
ul.awpa-contact-info li a[href*="twitter.com"]{
background-color: #55acee;
}
@media only screen and (max-width: 480px){
}    #wp-calendar caption {
text-align: right;
color: #777;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
}
#wp-calendar thead {
font-size: 12px;
}
#wp-calendar thead th {
padding-bottom: 10px;
text-align: center;
}
#wp-calendar tbody {
color: #aaa;
}
#wp-calendar tbody td {
background: #f5f5f5;
border: 1px solid;
border-color: rgba(0,0,0,.1);
text-align: center;
padding: 8px;
}
#wp-calendar tfoot #prev {
font-size: 12px;
text-transform: uppercase;
padding-top: 15px;
}
#wp-calendar tfoot #next {
font-size: 11px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tbody td#today {
color: #3c1a5b;
background: #eaeaea;
} body.aft-dark-mode #wp-calendar caption {
color: #777;
}
body.aft-dark-mode #wp-calendar tbody {
color: #aaa;
}
body.aft-dark-mode #wp-calendar tbody td {
background: #2b2b2b;
border-color: #000;
}
body.aft-dark-mode #wp-calendar tfoot td a{color: #fff;}
body.aft-dark-mode #wp-calendar tbody td#today {
color: #bb1919;
}   .dropdown-backdrop{display: none;}  .af-slide-hover{
background-position: 0 0;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease; }
.af-slide--wrap:hover .af-slide-hover{ transform: scale(1.03);
}   .language-currency-switcher.currency-switcher {
min-width: 70px;
}
.language-currency-switcher.currency-switcher .dd-select {
background: transparent !important;
border: none !important;
}
.language-currency-switcher.currency-switcher .dd-selected {
padding: 6px;
position: relative;
}
.language-currency-switcher.currency-switcher .dd-selected:after {
content: "\f107";
font-family: FontAwesome;
color: inherit;
font-size: 14px;
font-weight: bold;
position: absolute;
color: #fff;
right: 7px;
top: 50%;
transform: translateY(-50%);
line-height: normal;
}
.widget-woocommerce-currency-switcher .dd-container ul.dd-options .dd-option-image,
.widget-woocommerce-currency-switcher .dd-selected img,
.dd-container ul.dd-options .dd-option-image,
.language-currency-switcher.currency-switcher .dd-selected img{
width: 20px;
}
.language-currency-switcher.currency-switcher .dd-selected img.dd-image-right {
margin-right: 20px;
margin-top: 3px;
}
.dd-container ul.dd-options .dd-option-image.dd-image-right{
margin-right: 0px;
margin-top: 3px;
}
.dd-container ul.dd-options .dd-option-image.dd-image-left{
margin-top: 4px;
margin-right: 10px;
}
.language-currency-switcher.currency-switcher .dd-selected .dd-selected-description-truncated {
display: none;
}
.dd-container ul.dd-options .dd-option-text,
.widget-woocommerce-currency-switcher .dd-selected label.dd-selected-text,
.language-currency-switcher.currency-switcher .dd-selected label.dd-selected-text{
font-weight: normal;
margin-bottom: 0;
line-height: 15px !important;
}
.language-currency-switcher.currency-switcher .dd-selected label.dd-selected-text{
color: #fff;
}
.language-currency-switcher.currency-switcher span.dd-pointer.dd-pointer-down{
display: none;
} .language-currency-switcher.currency-switcher {
position: relative;
}
.language-currency-switcher.currency-switcher .chosen-container-single .chosen-single,
.language-currency-switcher.currency-switcher select.woocommerce-currency-switcher,
.language-currency-switcher.currency-switcher .woocs-style-3-du-dialog-starter,
.language-currency-switcher.currency-switcher .woocs-style-1-dropdown{
background: transparent;
border:none;
box-shadow: none;
color: #fff;
}
.language-currency-switcher.currency-switcher .woocs-style-2-drop-down,
.language-currency-switcher.currency-switcher .woocs-style-2-drop-down:not(.woocs-style-2-expand):hover,
.language-currency-switcher.currency-switcher .woocs-style-1-dropdown.woocs-style-1-active:hover, 
.language-currency-switcher.currency-switcher .woocs-style-1-dropdown.woocs-style-1-active,
.language-currency-switcher.currency-switcher .woocs-style-1-dropdown:focus{
outline: none;
background-color: transparent;
box-shadow: none;
}
.language-currency-switcher.currency-switcher .chosen-container-single .chosen-single{
padding-left: 0;
}
.language-currency-switcher.currency-switcher .woocs-style-1-select i img{display: none;} .language-currency-switcher.currency-switcher .woocs-style-3-du-dialog-starter{
margin-right: 5px;
}
.language-currency-switcher.currency-switcher .woocs-style-1-select {position: relative;}
.language-currency-switcher.currency-switcher .woocs-style-1-select i:before {
content: "\f107";
font-family: FontAwesome;
color: inherit;
font-size: 14px;
font-weight: bold;
position: absolute;
color: #fff;
right: 0;
top: 50%;
transform: translateY(-50%);
line-height: normal;
}
.language-currency-switcher.currency-switcher .woocs-style-1-dropdown.woocs-style-1-active .woocs-style-1-select > i{
transform: rotate(0deg);
width: 20px;
height: 13px;
}
.woocs-style-2-drop-down{
top: 50%;
transform: translateY(-50%);
}
.woocs-style-2-drop-down.woocs-style-2-expand{
top: 0;
transform: translateY(0);
}
body.woocommerce-js form.woocommerce-currency-switcher-form.woocs_show_flags{
padding: 0;
}
.top-header .chosen-container .chosen-results {
padding: 4px 0 0 4px;
}
.top-header .aft-language-currency-switcher .dd-option ,
.top-header .aft-language-currency-switcher .dd-option a,
.top-header .aft-language-currency-switcher{
color: #404040;
}   .left-grid-section-wrapper,
section.frontpage-content-section:not(.counter-call-to-action){padding-top: 40px;}
section.frontpage-content-section.aft-tertiary-background-color{
padding-top: 0;
margin-top: 40px;
}  .aft-product-list-mode .product-wrapper{
display: flex;
align-items: center;
margin-bottom: 0;
}
.aft-product-list-mode .product-wrapper .product-description {
padding-left: 20px;
text-align: left;
flex-basis: 73%;
}
.aft-product-list-mode .product-loop-wrapper {margin-bottom: 20px;}
.product-image-wrapper {
overflow: hidden;
}
.aft-product-list-mode .product-image-wrapper {position: relative;}
.woocommerce .aft-product-list-mode .product-image-wrapper span.onsale,
.woocommerce ul.products li.product .onsale{
left: inherit;
right: 5px;
top: 5px;
background-color: #fab915;
color: #3c1a5b;
}
.aft-product-list-mode li.product ul.product-item-meta{
left: 5px;
}
.aft-product-list-mode .product-description  .woocommerce-loop-product__title {
font-size: 18px;
padding: 5px 0;
line-height: 1.7;
margin: 0;
padding-top: 10px;
}
.aft-product-list-mode .product-description  span.price {margin-bottom: 5px;display: block;}
.woocommerce li.product .product-description > a.button {margin-top: 10px;}
.woocommerce .aft-product-list-mode .star-rating{
float: none;
margin-bottom: 10px;
}
@media screen and (min-width:770px){
.woocommerce li.product .product-description > a.button {margin-bottom: 0;}
}
.woocommerce .aft-product-list-mode .product-description .star-rating,
.aft-product-list-mode .product-description span.price{
margin: 0;
margin-right: 10px;
}
.woocommerce .aft-product-list-mode .product-description .star-rating{
margin-right: 0;
}  ul.products.product-ul:not(.slick-slider){
margin: 0 -10px;
display: flex;
flex-wrap: wrap;
}
section.frontpage-content-section ul.products:not(.aft-carousel) li.product{margin: 0 10px 40px;}
.aft-product-grid-mode ul.products li.product{
background-color: #fff;
width: calc(25% - 20px);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.aft-product-grid-mode ul.products li.product:hover{
box-shadow: 0 2px 5px -1px rgba(0,0,0,0.3);
}
.aft-product-grid-mode ul.products.product-carousel.aft-carousel li.product:not(.slick-active){
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}
.woocommerce .tabbed ul.products li.product:nth-of-type(4n+1),
.woocommerce .grid ul.products li.product:nth-of-type(4n+1){
clear: both;
}  .express-list .sale-background a{height: 425px;}  .list-alternate .aft-product-list-mode ul.product-ul li.product .product-image-wrapper{ }
.list .aft-product-list-mode ul.product-ul li.product:nth-of-type(2n+1),
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-of-type(2n+1){
clear: both;
}
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+3) .product-wrapper,
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+4) .product-wrapper{
flex-direction: row-reverse;
}
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+3) .product-description,
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+4) .product-description{
text-align: right;
padding-right: 20px;
padding-left: 10px;
}
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+3) .aft-price-rating-wrapper,
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+4) .aft-price-rating-wrapper{
justify-content: flex-start;
}
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+3) .aft-price-rating-wrapper .star-rating, 
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+4) .aft-price-rating-wrapper .star-rating, 
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+3) .aft-price-rating-wrapper span.price ,
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+4) .aft-price-rating-wrapper span.price {
margin: 0;
margin-left: 10px;
}
.aft-product-list-mode .aft-add-to-cart-wrapper{
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
}
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+3) .aft-add-to-cart-wrapper,
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+4) .aft-add-to-cart-wrapper{
align-items: flex-end;
}
body.aft-show-add-to-cart .aft-product-list-mode .aft-price-rating-cart-wrapper{
margin-bottom: 0;
}
@media screen and (max-width: 768px){
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+3) .aft-price-rating-wrapper, 
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+4) .aft-price-rating-wrapper,
.aft-product-list-mode .aft-price-rating-wrapper {
justify-content: center;
}
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+3) .aft-add-to-cart-wrapper,
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+4) .aft-add-to-cart-wrapper,
.aft-product-list-mode .aft-add-to-cart-wrapper {
align-items: center;
}
}  .express-carousel .sale-background a {
height: 425px;
}
@media screen and (min-width: 768px){
.aft-show-add-to-cart .express-carousel .sale-background a {
height: 480px;
}
}
.express-carousel ul.express-product-carousel{margin: 0;}
.express-carousel ul.express-product-carousel li.product{
margin: 0;
margin-top: 0;
margin-bottom: 20px;
}
ul.aft-carousel.product-ul{
margin: 0;
overflow: hidden;
}
ul.aft-carousel.product-ul li.product{
margin: 0;
margin-left: 20px;
margin-bottom: 20px;
}
ul.aft-carousel.product-ul .slick-list{
margin-left: -20px;
overflow: hidden;
}  img.alignright {
clear: right;
}
img.alignleft {
clear: left;
}
div.wp-block h1 a,
div.wp-block h2 a,
div.wp-block h3 a,
div.wp-block h4 a,
div.wp-block h5 a,
div.wp-block h6 a,
div.wp-block pre a {
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
}
div.wp-block b,
div.wp-block strong {
font-weight: bold;
}
div.wp-block .editor-rich-text__tinymce code,
div.wp-block .editor-rich-text__editable code {
background-color: transparent;
color: inherit;
font-family: monospace;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
letter-spacing: 1px;
}
.entry-content .aligncenter{text-align: center;}
.alignfull:not(.wp-block-cover),.alignwide{background-color: #fff;}
.alignfull,.alignwide{padding: 10px;}
.alignfull{padding: 10px 30px;}
figure.alignfull,figure.alignwide{padding: 0;}
body.full-width-content .alignfull{
margin-left: calc(50% - 50vw - 10px);
margin-right: calc(50% - 50vw - 10px);
max-width: 100vw;
width: 100vw;
}
figure.wp-block-image img{
width: 100%;
}
body.full-width-content .alignwide {
max-width : 100vw;
}
.entry-content ul.wp-block-latest-posts ,
.entry-content ol:not([class*="wp-"]) ,
.entry-content ul:not([class*="wp-"]):not(.awpa-contact-info):not(.woocommerce-error):not(.wishlist_table) {
padding-left: 0;
margin-left: 15px;
margin-bottom: 15px;
list-style-position: inside;
}
.entry-content ul.wp-block-latest-posts.alignwide ,
.entry-content ol:not([class*="wp-"]).alignwide ,
.entry-content ul:not([class*="wp-"]).alignwide {
padding-left: 30px;
}
.entry-content ul.wp-block-latest-posts.alignfull ,
.entry-content ol:not([class*="wp-"]).alignfull ,
.entry-content ul:not([class*="wp-"]).alignfull {
margin-left: calc(50% - 50vw - 10px);
padding-left: 40px;
}
.entry-content ol:not([class*="wp-"]) {
list-style-type: decimal;
}
.entry-content ul.wp-block-latest-posts ,
.entry-content ul:not([class*="wp-"]):not(.wishlist_table) {
list-style-type: disc;
}
.entry-content ol:not([class*="wp-"]) li,
.entry-content ul:not([class*="wp-"]):not(.woocommerce-shipping-methods):not(.wishlist_table) li{
padding-bottom: 5px;
padding-top: 5px;
}
.entry-content ol:not([class*="wp-"]) ol,
.entry-content ol:not([class*="wp-"]) ul,
.entry-content ul:not([class*="wp-"]) ol,
.entry-content ul:not([class*="wp-"]) ul{
margin-bottom: 0;
}
.entry-content ol:not([class*="wp-"]) ol li:last-child,
.entry-content ol:not([class*="wp-"]) ul li:last-child,
.entry-content ul:not([class*="wp-"]) ol li:last-child,
.entry-content ul:not([class*="wp-"]) ul li:last-child{
padding-bottom: 0;
}
p.has-drop-cap:not(:focus):first-letter {
font-weight: bold;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
margin-top: 2.57143em;
margin-bottom: 2.14286em;
padding-top: 1.71429em;
padding-bottom: 1.71429em;
} .wp-block-file {
margin: 0 0 20px;
}
.wp-block-file > a:not([class]),
.wp-block-file .wp-block-file__textlink {
display: inline-block;
margin: 0 20px 0 0;
}
[dir=rtl] .wp-block-file > a:not([class]),
[dir=rtl] .wp-block-file .wp-block-file__textlink {
margin-left: 20px;
margin-right: 0;
}
.wp-block-file .wp-block-file__button-richtext-wrapper {
display: inline-block;
margin: 0;
}
.wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button {
display: inline-block;
position: relative;
text-align: center;
border: none;
}  .wp-block-audio {
margin-bottom: 20px;
}
.wp-block-audio figcaption {
margin: 0;
padding: 10px 0;
}  .wp-block-video {
margin: 0 0 20px;
text-align: center;
}
.wp-block-video video {
display: inline-block;
}
.wp-block-video figcaption {
margin: 0;
padding: 6px 0 15px;
text-align: center;
}  .wp-block-code {
background-color: transparent;
color: inherit;
font-family: monospace;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
letter-spacing: 1px;
margin: 0 0 20px;
border: none;
}
.wp-block-code code,
.wp-block-code .editor-plain-text {
background-color: inherit;
color: inherit;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
letter-spacing: inherit;
display: block;
}  .wp-block-preformatted {
margin: 0 0 20px;
}
.wp-block-preformatted pre {
color: inherit;
font-family: monospace;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
letter-spacing: 1px;
}
.wp-block-preformatted a{
text-decoration: underline;
}  .wp-block-pullquote {
margin: 0 0 20px;
}
.wp-block-pullquote.alignleft {
margin-right: 2em;
}
.wp-block-pullquote.alignright {
margin-left: 2em;
}
.wp-block-pullquote:not(.is-style-solid-color) {
border-top-width: 4px;
border-top-style: solid;
border-bottom-width: 4px;
border-bottom-style: solid;
}
.wp-block-pullquote.is-style-solid-color {
padding-left: 50px;
padding-right: 50px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 100%;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.is-style-solid-color blockquote {
margin: 0;
border-width: 0;
border-style: solid;
text-align: center;
}
.wp-block-pullquote blockquote:before,
.wp-block-pullquote.alignleft blockquote:before,
.wp-block-pullquote.alignright blockquote:before,
.wp-block-pullquote.is-style-solid-color blockquote:before {
content: none;
}
.wp-block-pullquote blockquote p:last-of-type,
.wp-block-pullquote.alignleft blockquote p:last-of-type,
.wp-block-pullquote.alignright blockquote p:last-of-type,
.wp-block-pullquote.is-style-solid-color blockquote p:last-of-type,
.wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type {
margin: 0;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote.alignleft blockquote cite,
.wp-block-pullquote.alignright blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.alignleft blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.alignright blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
display: block;
margin-top: 15px;
}  .wp-block-table {
border-spacing: 0;
border-collapse: collapse;
width: 100%;
margin-bottom: 20px;
}
.wp-block-table caption {
text-align: center;
padding: 20px;
}
.wp-block-table:not([class]):not([id]) {
border-spacing: 0;
border-collapse: collapse;
}
.wp-block-table:not([class]):not([id]) th,
.wp-block-table:not([class]):not([id]) td {
padding: 10px 20px;
border-width: 1px;
border-style: solid;
}
.wp-block-table td,
.wp-block-table th {
padding: 10px 20px;
border-top-width: 1px;
border-top-style: solid;
border-left-width: 1px;
border-left-style: solid;
}
.wp-block-table td:last-child,
.wp-block-table th:last-child {
border-right-width: 1px;
border-right-style: solid;
}
.wp-block-table tr:last-child td {
border-bottom-width: 1px;
border-bottom-style: solid;
}
.wp-block-table.is-style-stripes {
border-width: 0;
border-style: solid;
}
.wp-block-table caption {
text-align: center;
padding: 20px;
}
.wp-block-table td,
.wp-block-table th {
word-break: break-all;
}
.wp-block-table .wp-block-table__cell-content {
color: inherit;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-style: inherit;
padding: 0;
}  pre.wp-block-verse {
white-space: inherit;
margin: 0 0 20px;
padding: 40px 0;
padding-left: 30px;
position: relative;
background-color: #e2e2e2;
color: inherit;
font-family: monospace;
font-size: inherit;
line-height: inherit;
border: none;
}  .wp-block-spacer {
clear: both;
}  ul.wp-block-archives,
ul.wp-block-categories,
ul.wp-block-categories__list {
margin-bottom: 20px;
padding: 0;
position: relative;
}
div.wp-block ul.wp-block-archives ul,
div.wp-block ul.wp-block-categories ul,
div.wp-block ul.wp-block-categories__list ul {
margin-bottom: 0;
padding: 10px 0 0;
}
div.wp-block-archives.wp-block-archives-dropdown,
div.wp-block-categories.wp-block-categories-dropdown {
margin-bottom: 20px;
}
div.wp-block-archives.wp-block-archives-dropdown label,
div.wp-block-categories.wp-block-categories-dropdown label {
display: none;
}  .wp-block-latest-comments {
list-style: none;
margin-bottom: 20px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
min-height: auto;
margin: 25px 0 0;
padding: 0;
overflow: hidden;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
margin: 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
min-height: 48px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
width: 48px;
height: 48px;
margin: 0 17px 0 0;
float: left;
-webkit-border-radius: 50%;
border-radius: 50%;
}
[dir=rtl] .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
margin: 0 0 0 17px;
float: right;
}
.wp-block-latest-comments article {
display: block;
padding: 0 0 0 3px;
overflow: hidden;
}
[dir=rtl] .wp-block-latest-comments article {
margin: 0 3px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
margin: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
margin: -3px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
margin: 5px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
margin: 0;
padding: 0 0 20px;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt > *:last-child,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > *:last-child {
margin: 0;
padding: 0;
}
.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
margin: 0 auto 10px;
float: none;
}
.wp-block-latest-comments.aligncenter article {
padding: 0 3px;
}
.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt {
text-align: center;
}  .wp-block-columns .wp-block-column {
margin-bottom: 20px;
}
.wp-block-columns .wp-block-column > p,
.wp-block-columns .wp-block-column .wp-block-paragraph {
margin-bottom: 0;
}
.wp-block-columns .wp-block-column > p:not(.has-background),
.wp-block-columns .wp-block-column .wp-block-paragraph:not(.has-background) {
padding-bottom: 0;
}   .wp-block-embed-vimeo:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper  iframe,
.wp-block-embed-youtube:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe{
margin-left: auto !important;
margin-right: auto !important;
}  .wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper ,
.wp-block-embed-youtube.alignfull .wp-block-embed__wrapper {
position: relative;
padding-top: 56.25%;
}
.wp-block-embed-vimeo.alignfull iframe ,
.wp-block-embed-youtube.alignfull iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}  .wp-block-embed-vimeo.alignwide .wp-block-embed__wrapper ,
.wp-block-embed-youtube.alignwide .wp-block-embed__wrapper {
position: relative;
padding-top: 56.25%;
}
.wp-block-embed-vimeo.alignwide iframe ,
.wp-block-embed-youtube.alignwide iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}  @media only screen and ( min-width: 1025px ) {
body.full-width-content .alignwide {
margin-left  : -125px;
margin-right : -125px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
margin-top: 2.66667em;
margin-bottom: 2em;
padding: 0.66667em;
padding-top: 1.33333em;
padding-bottom: 1.33333em;
}
}
@media only screen and ( max-width: 480px ) {
.wp-block-media-text{
display: block;
}
.wp-block-media-text .wp-block-media-text__media{
margin: 10px auto;
}
.wp-block-media-text .wp-block-media-text__content{
padding: 0;
}
}  body.error404 #primary{
width: 100%;
padding: 0;
}
body.search-no-results #primary .site-main ,
body.error404 #primary section.error-404.not-found {
text-align: center;
max-width: 768px;
margin: 20px auto;
}
@media only screen and (min-width: 990px){
body.search-no-results #primary .site-main ,
body.error404 #primary section.error-404.not-found {
margin: 100px auto;
margin-bottom: 150px;
}
}  body.aft-dark-mode #af-preloader{background-color: #000;}
body.aft-dark-mode .style-3-search, 
body.aft-dark-mode input[type="text"], 
body.aft-dark-mode input[type="email"], 
body.aft-dark-mode input[type="url"], 
body.aft-dark-mode input[type="password"], 
body.aft-dark-mode input[type="search"], 
body.aft-dark-mode input[type="number"], 
body.aft-dark-mode input[type="tel"], 
body.aft-dark-mode input[type="range"], 
body.aft-dark-mode input[type="date"], 
body.aft-dark-mode input[type="month"], 
body.aft-dark-mode input[type="week"], 
body.aft-dark-mode input[type="time"], 
body.aft-dark-mode input[type="datetime"], 
body.aft-dark-mode input[type="datetime-local"], 
body.aft-dark-mode input[type="color"], 
body.aft-dark-mode textarea,
body.aft-dark-mode .select2-container .select2-selection--multiple, 
body.aft-dark-mode .select2-container .select2-selection--single{
background-color: #121212;
}
body.aft-dark-mode .contact-details-wrapper form,
body.aft-dark-mode .categories-mega-list-wrapper,
body.aft-dark-mode .category-dropdown li.aft-category-list > ul,
body.aft-dark-mode #add_payment_method #payment, 
body.aft-dark-mode .woocommerce-cart #payment, 
body.aft-dark-mode .woocommerce-checkout #payment,
body.aft-dark-mode .aft-header-background,
body.aft-dark-mode code,
body.custom-background.aft-dark-mode,
body.aft-dark-mode{
background-color: #181818;
}
body.aft-dark-mode.page-template-default .contact-details-wrapper form{
background-color: transparent;
}
body.aft-dark-mode #sidr,
body.aft-dark-mode #secondary > div.widget,
body.aft-dark-mode.woocommerce #content div.product div.summary, 
body.aft-dark-mode.woocommerce div.product div.summary, 
body.aft-dark-mode.woocommerce-page #content div.product div.summary, 
body.aft-dark-mode.woocommerce-page div.product div.summary,
body.aft-dark-mode .select2-dropdown,
body.aft-dark-mode .comments-area,
body.aft-dark-mode .main-navigation .menu ul ul, 
body.aft-dark-mode .main-navigation ul .sub-menu,
body.aft-dark-mode .autocomplete-suggestions,
body.aft-dark-mode .alignfull:not(.wp-block-cover), 
body.aft-dark-mode .alignwide,
body.aft-dark-mode .entry-wrapper,
body.aft-dark-mode .account-user .af-my-account-menu,
body.aft-dark-mode .top-cart-content.primary-bgcolor,
body.aft-dark-mode .show-nested-subcategories.category-dropdown li.aft-category-list li,
body.aft-dark-mode .header-style-3 .aft-top-categories-vertical-lists .category-dropdown,
body.aft-dark-mode.woocommerce .cart-collaterals .cart_totals, 
body.aft-dark-mode.woocommerce-page .cart-collaterals .cart_totals,
body.aft-dark-mode.woocommerce div.product form.cart .variations tr td.value option,
body.aft-dark-mode button.aft-custom-qty-btn,
body.aft-dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs,
body.aft-dark-mode.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
body.aft-dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li, 
body.aft-dark-mode.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
body.aft-dark-mode.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
body.aft-dark-mode .woocommerce-error, 
body.aft-dark-mode .woocommerce-info, 
body.aft-dark-mode .woocommerce-message,
body.woocommerce-js.aft-dark-mode form.woocommerce-checkout .woocommerce-checkout-review-order, 
body.woocommerce-js.aft-dark-mode form.woocommerce-checkout .col2-set,
body.aft-dark-mode .counter-call-to-action .section-call-action,
body.aft-dark-mode.woocommerce table.shop_table, 
body.aft-dark-mode.woocommerce .quantity .qty,
body.aft-dark-mode.woocommerce div.product .woocommerce-tabs .panel,
body.aft-dark-mode.woocommerce-js form.woocommerce-cart-form,
body.aft-dark-mode.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li:not(.is-active),
body.aft-dark-mode.woocommerce-account .woocommerce-MyAccount-content,
body.aft-dark-mode .aft-carousel .slide-icon.slide-next.af-slider-btn:after, 
body.aft-dark-mode .aft-carousel .slide-icon.slide-prev.af-slider-btn:after, 
body.aft-dark-mode .aft-slider .slide-icon.slide-next.af-slider-btn:after, 
body.aft-dark-mode .aft-slider .slide-icon.slide-prev.af-slider-btn:after,
body.aft-dark-mode .blog-single,
body.aft-dark-mode.woocommerce ul.products li.product, 
body.aft-dark-mode.woocommerce-page ul.products li.product,
body.aft-dark-mode .aft-product-grid-mode ul.products li.product,
body.aft-dark-mode #yith-quick-view-modal .yith-wcqv-main,
body.aft-dark-mode.page-template-default .entry-content,
body.aft-dark-mode.page-template-default .store-contact.aft-tertiary-background-color,
body.aft-dark-mode .product-description-inner,
body.aft-dark-mode .product-wrapper{
background-color: #212121;
}
body.aft-dark-mode .testimonial-carousel .item .testimonial-desc:after{
border-color: #212121;
}
@media screen and (max-width: 992em){
body.aft-dark-mode .main-navigation .menu .menu-mobile {
background: #212121;
}
body.aft-dark-mode .main-navigation .menu .menu-mobile li a i:before, 
body.aft-dark-mode .main-navigation .menu .menu-mobile li a i:after{
background-color: #fff;
}
}
@media screen and (max-width: 37.5em){
body.aft-dark-mode .main-navigation .menu > li > a i,
body.aft-dark-mode #primary-menu ul > li > a,
body.aft-dark-mode .main-navigation .menu.menu-mobile > li > a,
body.aft-dark-mode .main-navigation .menu.menu-mobile > li > a,
body.aft-dark-mode .main-navigation .menu.menu-mobile > li > a:hover{
color: #fff;
}
}
body.aft-dark-mode .account-user .af-my-account-menu li,
body.aft-dark-mode .categories-mega-list-wrapper > span,
body.aft-dark-mode .show-nested-subcategories.category-dropdown li.aft-category-list li,
body.aft-dark-mode .aft-top-categories-vertical-lists .category-dropdown > ul > li,
body.aft-dark-mode button.aft-custom-qty-btn,
body.aft-dark-mode.woocommerce .quantity .qty,
body.aft-dark-mode.woocommerce table.shop_table tbody th, 
body.aft-dark-mode.woocommerce table.shop_table tfoot td, 
body.aft-dark-mode.woocommerce table.shop_table tfoot th, 
body.aft-dark-mode #add_payment_method .cart-collaterals .cart_totals tr td, 
body.aft-dark-mode #add_payment_method .cart-collaterals .cart_totals tr th, 
body.aft-dark-mode.woocommerce-cart .cart-collaterals .cart_totals tr td, 
body.aft-dark-mode.woocommerce-cart .cart-collaterals .cart_totals tr th, 
body.aft-dark-mode.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
body.aft-dark-mode.woocommerce-checkout .cart-collaterals .cart_totals tr th, 
body.aft-dark-mode.woocommerce table.shop_table td,
body.aft-dark-mode.woocommerce table.wishlist_table thead th, 
body.aft-dark-mode.woocommerce table.wishlist_table tbody td,
body.aft-dark-mode.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li{
border-color: #000 !important;
}
body.aft-dark-mode.woocommerce .quantity .qty{
border:1px solid;
height: 40px;
}
body.aft-dark-mode.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
background-color: #181818;
}
body.aft-dark-mode .aft-carousel.aft-content-carousel .slide-icon.slide-next.af-slider-btn:after, 
body.aft-dark-mode .aft-carousel.aft-content-carousel .slide-icon.slide-prev.af-slider-btn:after{
background-color: transparent;
}
body.aft-dark-mode,
body.aft-dark-mode .yith-wcwl-share li a,
body.aft-dark-mode .wishlist_table.mobile li .additional-info-wrapper .additional-info .label,
body.aft-dark-mode .wishlist_table.mobile li .item-wrapper .item-details-table .label,
body.aft-dark-mode .autocomplete-suggestion,
body.aft-dark-mode .autocomplete-suggestion.selected,
body.aft-dark-mode .nav-links a,
body.aft-dark-mode div#respond p a,
body.aft-dark-mode .comment-content a,
body.aft-dark-mode b.fn a,
body.aft-dark-mode #yith-quick-view-content div.summary .product_meta > span > a,
body.aft-dark-mode .comment-metadata a,
body.aft-dark-mode .wp-post-author-meta h4 a,
body.aft-dark-mode .autocomplete-suggestions,
body.aft-dark-mode .header-style-3 .account-user .af-my-account-menu li a,
body.aft-dark-mode td.woocommerce-grouped-product-list-item__label a,
body.aft-dark-mode.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.aft-dark-mode .header-style-express .header-left-upper .cart-shop span.af-cart-item-count > a, 
body.aft-dark-mode .header-style-express .header-left-upper .account-user > a, 
body.aft-dark-mode .header-style-express .header-left-upper .wishlist-shop a,
body.aft-dark-mode .header-style-3 .middle-header-part .cart-shop span.af-cart-item-count > a, 
body.aft-dark-mode .header-style-3 .middle-header-part a.aft-wishlist-trigger, 
body.aft-dark-mode .header-style-3 .middle-header-part .account-user > a,
body.aft-dark-mode .entry-content > [class*="wp-block-"] a:not(.has-text-color):not(.tag-cloud-link),
body.aft-dark-mode .entry-content > ul a, 
body.aft-dark-mode .entry-content > ul a:visited,
body.aft-dark-mode .entry-content > ol a, 
body.aft-dark-mode .entry-content > ol a:visited,
body.aft-dark-mode .entry-content > p a:not(.tag-cloud-link), 
body.aft-dark-mode .entry-content > p a:not(.tag-cloud-link):visited,
body.aft-dark-mode .entry-content > [class*="wp-block-"] a:not(.wp-block-button__link):not(.tag-cloud-link):hover,
body.aft-dark-mode a.url.fn.n,
body.aft-dark-mode footer.entry-footer .comments-link a,
body.aft-dark-mode .entry-footer span.posted_on-links a, 
body.aft-dark-mode .entry-footer span.tags-links a,
body.aft-dark-mode .blog-title h4 a,
body.aft-dark-mode .header-style-3.header-style-express .header-left-upper .account-user ul li a,
body.aft-dark-mode .woocommerce ul.cart_list li a, 
body.aft-dark-mode .woocommerce ul.product_list_widget li a,
body.aft-dark-mode .aft-top-categories-vertical-lists .category-dropdown .categories-mega-list-wrapper > span ul li h4 a,
body.aft-dark-mode .category-dropdown-1 li.aft-mega-menu-list > a, 
body.aft-dark-mode .category-dropdown li.has-child-categories > a,
body.aft-dark-mode .category-badge-wrapper span.onsale,
body.aft-dark-mode .aft-top-categories-vertical-lists h4,
body.aft-dark-mode .categories-mega-list-wrapper > span > .sub-cat-section-wrap .aft-view-all a,
body.aft-dark-mode .aft-top-categories-vertical-lists .category-dropdown > ul > li > a,
body.aft-dark-mode.woocommerce-js article .entry-title, 
body.aft-dark-mode.blog article h2 a, 
body.aft-dark-mode.archive article h2 a,
body.aft-dark-mode input[type="text"], 
body.aft-dark-mode input[type="email"], 
body.aft-dark-mode input[type="url"], 
body.aft-dark-mode input[type="password"], 
body.aft-dark-mode input[type="search"], 
body.aft-dark-mode input[type="number"], 
body.aft-dark-mode input[type="tel"], 
body.aft-dark-mode input[type="range"], 
body.aft-dark-mode input[type="date"], 
body.aft-dark-mode input[type="month"], 
body.aft-dark-mode input[type="week"], 
body.aft-dark-mode input[type="time"], 
body.aft-dark-mode input[type="datetime"], 
body.aft-dark-mode input[type="datetime-local"], 
body.aft-dark-mode input[type="color"], 
body.aft-dark-mode textarea,
body.aft-dark-mode button.aft-custom-qty-btn,
body.aft-dark-mode .style-3-search .cate-dropdown,
body.aft-dark-mode .style-3-search .search-field,
body.aft-dark-mode .style-3-search input[type="search"]::placeholder,
body.aft-dark-mode .wishlist_table.mobile li .item-wrapper .product-name a.button.yith-wcqv-button,
body.aft-dark-mode.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon,
body.aft-dark-mode.woocommerce #content div.product div.summary a.compare.button,
body.aft-dark-mode a.woocommerce-privacy-policy-link,
body.aft-dark-mode a.woocommerce-terms-and-conditions-link,
body.aft-dark-mode a.post-edit-link,
body.aft-dark-mode.woocommerce-account .woocommerce-MyAccount-content a,
body.aft-dark-mode.woocommerce #content div.product div.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a, 
body.aft-dark-mode.woocommerce #content div.product div.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a,
body.aft-dark-mode.woocommerce #content div.product div.summary a.compare.button,
body.aft-dark-mode.single .entry-summary .yith-wcwl-wishlistaddedbrowse a,
body.aft-dark-mode.single .entry-summary .yith-wcwl-wishlistexistsbrowse a,
body.aft-dark-mode.single .entry-summary .yith-wcwl-add-to-wishlist  a.add_to_wishlist,
body.aft-dark-mode.woocommerce #content div.product div.summary .product_meta > span a,
body.aft-dark-mode.woocommerce div.product form.cart .variations label,
body.aft-dark-mode .woocommerce-error, 
body.aft-dark-mode .woocommerce-info, 
body.aft-dark-mode .woocommerce-message, 
body.aft-dark-mode select, 
body.aft-dark-mode .page-title, 
body.blog.aft-dark-mode h1.page-title, 
body.archive.aft-dark-mode h1.page-title,
body.aft-dark-mode.woocommerce table.shop_table td.product-name a,
body.aft-dark-mode.woocommerce nav.woocommerce-pagination ul li a.page-numbers, 
body.aft-dark-mode.woocommerce nav.woocommerce-pagination ul li span,
body.aft-dark-mode.woocommerce nav.woocommerce-breadcrumb, 
body.aft-dark-mode.woocommerce .woocommerce-breadcrumb a,
body.aft-dark-mode nav.woocommerce-breadcrumb,
body.aft-dark-mode #secondary .widget-title,
body.aft-dark-mode #sidr .widget > ul > li a, 
body.aft-dark-mode #secondary .widget > ul > li a,
body.aft-dark-mode .wp-block-tag-cloud a,
body.aft-dark-mode .tagcloud a, 
body.aft-dark-mode .cat-links a, 
body.aft-dark-mode .cat-links a:active, 
body.aft-dark-mode .cat-links a:visited, 
body.aft-dark-mode .cat-links li a, 
body.aft-dark-mode .cat-links li a:active, 
body.aft-dark-mode .cat-links li a:visited,
body.aft-dark-mode .section-head span.aft-view-all a,
body.aft-dark-mode.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li a,
body.aft-dark-mode .testimonial-carousel .item .testi-img-author .testi-author,
body.aft-dark-mode .testimonial-carousel .item .testi-img-author .testi-author a,
body.aft-dark-mode .testimonial-carousel .item .testi-img-author .testi-author h2,
body.aft-dark-mode .aft-carousel .slide-icon.slide-next.af-slider-btn:after, 
body.aft-dark-mode .aft-carousel .slide-icon.slide-prev.af-slider-btn:after, 
body.aft-dark-mode .aft-slider .slide-icon.slide-next.af-slider-btn:after, 
body.aft-dark-mode .aft-slider .slide-icon.slide-prev.af-slider-btn:after,
body.aft-dark-mode .aft-slider-carousel .slide-icon.slide-next.af-slider-btn:after, 
body.aft-dark-mode .aft-slider-carousel .slide-icon.slide-prev.af-slider-btn:after,
body.aft-dark-mode .tabbed .nav-tabs>li.active>a,
body.aft-dark-mode .tabbed .nav-tabs>li.active>a.font-family-1, 
body.aft-dark-mode .tabbed .nav-tabs>li>a,
body.aft-dark-mode .aft-popular-taxonomies-lists, 
body.aft-dark-mode .aft-popular-taxonomies-lists a, 
body.aft-dark-mode .aft-popular-taxonomies-lists a:visited,
body.aft-dark-mode.page-template-default .store-contact .contact-details, 
body.aft-dark-mode.page-template-default .store-contact .contact-details a, 
body.aft-dark-mode.page-template-default .store-contact .contact-details h4, 
body.aft-dark-mode.page-template-default .store-contact .contact-details h3,
body.aft-dark-mode.page-template-default .store-contact .contact-details h4, 
body.aft-dark-mode.page-template-default .contact-details span.aft-show-field-title h4
body.aft-dark-mode.page-template-default .store-contact.aft-tertiary-background-color,
body.aft-dark-mode .testimonial-carousel .item .testi-img-author-desc .testi-author h4,
body.aft-dark-mode span.header-after,
body.aft-dark-mode{
color: #fff;
}
body.aft-dark-mode #primary-menu ul.children li a,
body.aft-dark-mode #primary-menu ul.sub-menu li a, 
body.aft-dark-mode .main-navigation ul.children li a, 
body.aft-dark-mode .main-navigation ul .sub-menu li a{
color: #fff !important;
}
body.aft-dark-mode .widget-title, 
body.aft-dark-mode .section-title {
border-color: rgba(255, 255, 255, 0.1);
}
body.aft-dark-mode .aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.slide-next.af-slider-btn:after, 
body.aft-dark-mode .aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.slide-prev.af-slider-btn:after,
body.aft-dark-mode .aft-tertiary-background-color .aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.slide-next.af-slider-btn:after, 
body.aft-dark-mode .aft-tertiary-background-color .aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.slide-prev.af-slider-btn:after{
border-color: rgba(255,255,255,0.2);
}
@media screen and (min-width: 992px){
body.aft-dark-mode #primary-menu ul.children li a,
body.aft-dark-mode #primary-menu ul.sub-menu li a,
body.aft-dark-mode .main-navigation ul.children li a,
body.aft-dark-mode .main-navigation ul .sub-menu li a{
color: #fff !important;
}
}
@media screen and (max-width: 992px){
body.aft-dark-mode .main-navigation .menu > li > a i,
body.aft-dark-mode #primary-menu ul > li > a,
body.aft-dark-mode .main-navigation .menu.menu-mobile > li > a,
body.aft-dark-mode .main-navigation .menu.menu-mobile > li > a,
body.aft-dark-mode .main-navigation .menu.menu-mobile > li > a,
body.aft-dark-mode .main-navigation .menu.menu-mobile > li > a:hover{
color: #fff !important;
}
} body.aft-dark-mode .category-dropdown li.aft-mega-menu-list > ul .product-wrapper .product-description .product-title a,
body.aft-dark-mode.woocommerce li.product .product-description .aft-add-to-cart-wrapper > a.button, 
body.aft-dark-mode.woocommerce li.product .aft-add-to-cart-wrapper > a.button,
body.aft-dark-mode.woocommerce ul.products li.product .price, 
body.aft-dark-mode.woocommerce .default-add-to-cart-button a.button, 
body.aft-dark-mode.woocommerce div.product p.price, 
body.aft-dark-mode.woocommerce div.product span.price, 
body.aft-dark-mode span.price, 
body.aft-dark-mode .price del,
body.aft-dark-mode span.price ins,
body.aft-dark-mode ins,
body.aft-dark-mode li.product-category span.product-count span,
body.aft-dark-mode.woocommerce ul.products li.product-category a,
body.aft-dark-mode.woocommerce ul.product-ul li.product .woocommerce-loop-product__title a,
body.aft-dark-mode.woocommerce ul.products li.product .woocommerce-loop-product__title a,
body.aft-dark-mode.woocommerce ul.products li.product .price,
body.aft-dark-mode.woocommerce .default-add-to-cart-button a.button,
body.aft-dark-mode.woocommerce div.product p.price, body.aft-dark-mode.woocommerce div.product span.price,
body.aft-dark-mode span.price,
body.aft-dark-mode .price del
{
color: #fff;
}
body.aft-dark-mode.woocommerce li.product .product-description .aft-add-to-cart-wrapper > a.button:hover, 
body.aft-dark-mode.woocommerce li.product .aft-add-to-cart-wrapper > a.button:hover{
color:#000;
}
body.aft-dark-mode p.awpa-more-posts a,
body.aft-dark-mode.woocommerce li.product .aft-add-to-cart-wrapper > a.button,
body.aft-dark-mode.woocommerce li.product .product-description .aft-add-to-cart-wrapper > a.button, 
body.aft-dark-mode.woocommerce li.product .product-description .aft-add-to-cart-wrapper > a.button:hover, 
body.aft-dark-mode.woocommerce li.product .aft-add-to-cart-wrapper > a.button:hover{
border-color: #fff;
}
body.aft-dark-mode.woocommerce li.product .aft-add-to-cart-wrapper > a.button:hover,
body.aft-dark-mode.woocommerce li.product .product-description .aft-add-to-cart-wrapper > a.button:hover{
background-color: #fff;
}
body.aft-dark-mode.woocommerce li.product .product-description .aft-add-to-cart-wrapper > a.button:before, 
body.aft-dark-mode.woocommerce li.product .aft-add-to-cart-wrapper > a.button:before{
border-top-color: #fff;
}   @media (min-width: 1600px){
.call-to-action{
min-height: 375px;
}
}
@media screen and (max-width: 1024px){
.top-header .top-bar-left.col-60{width: 100%;}
.header-style-3.header-style-default .af-popular-tags{display: none;}
.onsale-product-section.aft-product-list-mode ul.product-ul li.col-3 {
width: 50%;
}
.right-list-section h3{font-size: 14px;} .suport-single{text-align: center;flex-wrap: wrap;}
.suport-single .support-content,
.suport-single .icon-box{
width: 100%;
float: none;
display: block;
}
.suport-single .support-content{margin-top: 5px;}
.suport-single .icon-box .icon-box-circle{
margin: 0 auto;
}
.suport-single .support-content {
text-align: center;
}
}
@media only screen and (max-width: 1190px) and (min-width: 1024px)  {
.left-grid-section-wrapper .aft-product-list-mode .product-image-wrapper.col-40{width: 40%;}
.woocommerce .left-grid-section-wrapper .aft-product-list-mode .product-description.col-60 .product-title a, 
.left-grid-section-wrapper .aft-product-list-mode .product-description.col-60 .product-title a{
font-size: 14px;
}
}
@media only screen and (max-width: 1024px) and (min-width: 991px)  {
.style-3-search .search-field {
width: 35%;
padding-left: 10px;
}
.header-style-3 .header-left-part .search {
width: 35%;
}
.style-3-search .cate-dropdown{
padding: 5px 7px;
}
}
@media screen and (min-width: 991px){
.aft-show-on-mobile{
display: none !important;
}
}
@media screen and (max-width: 991px){
.aft-hide-on-mobile{display: none;}
.aft-show-on-mobile{display: block;}
.main-navigation ul ul{
left: 0;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
float: none;
width: 100%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.container-wrapper #primary,
.container-wrapper #secondary{
width: 100%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary{
margin-bottom: 20px;
}
.container-wrapper #primary,
.container-wrapper #secondary{
padding: 0;
}
.top-bar-flex {
flex-wrap: wrap;
}
.top-bar-right.col-40 ,
.top-bar-left.col-60 {
width: 100%;
text-align: center;
}
.top-bar-left.col-60 {
justify-content: space-between;
}
.top-bar-right.col-40 {
justify-content: center;
margin-top: 5px;
}
.menu-item-has-children .menu-description,
.menu-description{
left: inherit;
}
.menu-item .menu-description {
top: 18px;
}
.menu-item .menu-description:after {
display: none;
}
.children .menu-item .menu-description ,
.sub-menu .menu-item .menu-description {
top:-2px;
}
.main-navigation ul .children li.menu-item-has-children > a,
.main-navigation ul .sub-menu li.menu-item-has-children > a:before{display: none;} .header-style-3 .header-left-part{
position: absolute;
top: 0;
left: 70px;
z-index: 2;
}
.header-style-3.header-style-express .header-left-part{
left: 0;
width: 100%;
z-index: 99;
}
.header-style-default .header-left-part .navigation-container {
width: 100%;
}
.header-style-3.header-style-default .header-left-part {
position: static;
top: unset;
left: unset;
width: 100%;
}
.header-style-3 .aft-top-categories-vertical-lists {
position: absolute;
left: 75px;
z-index: 9;
}
.header-style-3.header-style-default .middle-header-part{
flex-wrap: wrap;
}
.header-style-3.header-style-default .middle-header-part .logo-brand{
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.header-style-3.header-style-default .middle-header-part .search{
width: 100%;
margin-bottom: 10px;
max-width: 900px;
margin: 0 auto;
margin-bottom: 20px;
}
.header-style-3.header-style-default .middle-header-part .cart-group{
width: 100%;
justify-content: center;
}
div[class*=header-style-] .header-middle-part{
display: block;
width: 100%;
position: relative;
z-index: 9;
}
div[class*=header-style-] .header-right-part{
position: absolute;
right: 0;
top: 0;
padding: 7px 18px;
background: #3c1a5b;
height: 53px;
min-height: 53px;
z-index: 99;
}
.header-style-3.header-style-default .header-left-part .aft-language-currency-switcher{
width: 100%;
justify-content: space-between;
max-width: 900px;
margin: 0 auto;
}
.header-style-3.header-style-default .header-right-part .cart-shop.aft-show-on-scroll{
display: inline-block;
}
.header-style-3.header-style-default .menu.menu-mobile{ }
.header-style-3 .aft-top-categories-vertical-lists .af-top-cat-head{
height: 53px;
}  .header-style-express .aft-header-background .af-flex-grid{
flex-wrap: wrap;
padding: 20px 0;
}
.header-style-express .aft-header-background .af-flex-grid .logo-brand,
.header-style-express .header-left-upper{
width: 100%;
}
.header-style-express .aft-header-background .af-flex-grid .logo-brand{
text-align: center;
margin-bottom: 10px;
}
.header-style-express .header-left-upper{
margin: 0 auto;
justify-content: center;
}
.header-style-express .main-navigation .toggle-menu{
width: 53px;
height: 53px;
margin: 0;
}
.header-style-3.header-style-express .menu.menu-mobile{
margin-top: 15px;
margin-top: 0;
}
.header-style-3 .menu.menu-mobile {
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
box-shadow: 0 0 5px rgba(0,0,0,0.15);
}  .aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid:first-child .sale-background a,
.aft-grid-group-4 .westore_category_grid_wrap .product-ful-wid:first-child .sale-background a{
height: 280px;
}
.aft-grid-group-4 .westore_category_grid_wrap .product-ful-wid{width: 50%;}
.aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid:nth-child(2),
.aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid:first-child{width: 50%;}
.aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid{width: 33.33%;} span.aft-thumbnail-wrapper{
width: 120px;
height: 80px;
}
#sidr .aft-product-list-mode .product-description .product-item-meta-always-visible ,
#secondary .aft-product-list-mode .product-description .product-item-meta-always-visible ,
footer .aft-product-list-mode .product-description .product-item-meta-always-visible ,
#sidr .aft-product-list-mode .product-description .product-category,
#secondary .aft-product-list-mode .product-description .product-category,
footer .aft-product-list-mode .product-description .product-category{
display: inherit;
}   .left-grid-section-wrapper.col-4{width: 100%;}
.left-grid-section-wrapper.col-4 > .left-grid-section{
width: 50%;
float: left;
}
.left-grid-section-wrapper.col-4 > .left-grid-section:first-child{padding-right: 5px}
.left-grid-section-wrapper.col-4 > .left-grid-section:last-child{padding-left:  5px}  section.customer-support{border-bottom: none;}
section.store-contact.store-contact-form.store-contact-map .contact-details, 
section.store-contact.store-contact-form.store-contact-map .other-details, 
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details,
.support-wrap {
flex-wrap: wrap;
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title, 
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title,
.support-wrap .singlewrap{
width: 49%;
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title span.contact-icon,
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title span.contact-icon{
display: block;
margin: 0 auto;
text-align: center;
padding: 0;
line-height: 50px;
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title span.contact-icon-desc,
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title span.contact-icon-desc{
width: 100%;
float: none;
display: block;
margin: 0;
margin-top: 5px;
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title, 
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title{
text-align: center;
flex-wrap: wrap;
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title:nth-child(2), 
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title:nth-child(2),
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title:nth-child(1), 
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title:nth-child(1),
.support-wrap .singlewrap:nth-child(2),
.support-wrap .singlewrap:nth-child(1){
border-bottom: 1px solid;
border-color: #e7e7e7;
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title:nth-of-type(even):after, 
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title:nth-of-type(even):after,
.support-wrap .singlewrap:nth-child(even):after{
display: none;
}
.bottom-grid-section .caption-heading .cap-title {
font-size: 30px;
}
.posts_latest_widget .half-post-wid{width: 50%;}
.af-flex-sec{flex-wrap: wrap;}
.af-flex-sec .pad-15.blog-wrapper{margin-bottom: 10px;}
.af-flex-sec .pad-15{width: 100%;}
.mail-wrappper{flex-wrap: wrap;}
.mail-wrappper .section-head .widget-title,
.mail-wrappper .section-head{
text-align: center;
}
.mail-wrappper .suscribe,
.mail-wrappper .section-head{
width: 100%;
padding: 0;
} .woocommerce .tabbed ul.products li.product:nth-of-type(4n+1), 
.woocommerce .grid ul.products li.product:nth-of-type(4n+1){
clear: none;
}
.woocommerce .tabbed ul.products li.product:nth-of-type(3n+1), 
.woocommerce .grid ul.products li.product:nth-of-type(3n+1){
clear: both;
}
.aft-product-grid-mode ul.products li.product{
width: 33.33%;
width: calc(33.33% - 20px);
} }
@media screen and (max-width: 768px){ .featured-category-item:first-child:nth-last-child(4),
.featured-category-item:first-child:nth-last-child(4) ~ .featured-category-item{
width: 50%;
}  .header-right-part {
position: absolute;
right: 0;
}
.header-style-3 .header-right-part {
right: 15px;
}
.main-navigation ul li.menu-item-has-children > a:after{display: none;}  .primary-footer-area:nth-child(3) {
width: 100%;
} .col-4 {
width: 50%;
}
.af-tabs,
.woocommerce .products .af-tabs,
.section-head span.aft-view-all {
position: relative;
margin-bottom: 15px;
display: block;
left: 0;
top: 0;
}
.woocommerce ul.products li.product span.product-count .item-texts,
.woocommerce-page ul.products li.product span.product-count .item-texts{
top: calc(0% - 15px);
}
.menu-description:after{
display: none;
}
.header-style-3 .header-right-part > div {
vertical-align: middle;
}
.header-style-3 .header-left-part {
flex-wrap: wrap;
}
.header-style-3 .header-left-part .logo-brand {
width: 100%;
text-align: center;
}
.header-style-3 .search.aft-show-on-mobile {
width: 15px;
}
.style-3-search .search-field {
width: 55%;
}
.header-style-3 .header-left-part .account-user,
.header-style-3 .header-left-part .express-off-canvas-panel{
display: none;
}
.header-style-3.header-style-express .header-left-part .account-user{
display: block;
}
.aft-show-on-mobile{
display: inline-block !important;
}
.product-wrapper .horizontal ul.product-item-meta{
opacity: 1;
bottom: 2px;
left: 0;
right: 0;
}
.product-wrapper ul.product-item-meta{
opacity: 1;
left: 10px;
}
span.aft-thumbnail-wrapper {
width: 100px;
height: 60px;
}
.mail-wrappper .section-subtitle{text-align: center;}
.mail-wrappper .suscribe{margin-top: 10px;} .aft-grid-group-6 .westore_category_grid_wrap .product-ful-wid,
.aft-grid-group-3 .westore_category_grid_wrap .product-ful-wid{width: 33.33%;}
.aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid:nth-child(2),
.aft-grid-group-4 .westore_category_grid_wrap .product-ful-wid{width: 50%;}
.aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid:first-child{width: 100%;}
.aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid{width: 50%;}
.aft-grid-group-1 .westore_category_grid_wrap .product-ful-wid .sale-background a{height: 480px;} .westore_categorised_product_widget .product-ful-wid{width: 33.33%;}
.westore_categorised_product_widget .item.col-3{width: 50%;} .header-style-3.header-style-default .search{ } .frontpage-content-section .main-banner-slider .item-single{
height: 330px;
}
span.title-note{
top: -16px;
}
.aft-center-align span.title-note{
left: 0%;
right: 0%;
transform: translateX(0%);
}
.express-carousel .product-section-wrapper{width: 100%;}
ul.aft-carousel.product-ul.aft-content-carousel.express-product-carousel .slide-icon.af-slider-btn {
top: inherit;
bottom: -37px;
}
ul.aft-carousel.product-ul.aft-content-carousel.express-product-carousel .slide-icon.af-slider-btn.slide-prev {
right: inherit;
left: calc(50% - 29px);
}
ul.aft-carousel.product-ul.aft-content-carousel.express-product-carousel .slide-icon.af-slider-btn.slide-next {
right: calc(50% - 29px);
}
}
@media screen and (max-width: 768px){
section.latest-and-onsale.express-list .aft-product-list-mode.col-2{
width: 100%;
}
.list .aft-product-list-mode ul.product-ul li.product, 
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product{
width: 33.33%;
}
.list .aft-product-list-mode ul.product-ul > li.product:nth-of-type(2n+1), 
.list-alternate .aft-product-list-mode.alternate ul.product-ul > li.product:nth-of-type(2n+1) {
clear: none;
}
.list .aft-product-list-mode ul.product-ul > li.product:nth-of-type(3n+1), 
.list-alternate .aft-product-list-mode.alternate ul.product-ul > li.product:nth-of-type(3n+1) {
clear: both;
}
.aft-product-list-mode .product-wrapper{
flex-wrap: wrap;
}
.aft-product-list-mode .product-image-wrapper,
.aft-product-list-mode .product-wrapper .product-description{
flex-basis: 100%;
}
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+3) .product-description, 
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product:nth-child(4n+4) .product-description,
.aft-product-list-mode .product-wrapper .product-description{
text-align: center;
padding: 0 5px;
}
.aft-product-list-mode .product-image-wrapper a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
display: block;
overflow: hidden;
}
.aft-product-list-mode .product-image-wrapper a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img{
width: 100%;
}
.aft-product-list-mode .product-wrapper .product-description .cat-links{
margin-top: 20px;
}
.woocommerce .aft-product-list-mode .star-rating {
margin: 0 auto;
margin-bottom: 10px;
}
ul.aft-carousel.product-ul.aft-content-carousel{
padding-bottom: 30px;
}
.aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.af-slider-btn{
top: inherit;
bottom: 0;
}
.aft-slider-carousel .slide-icon.slide-next.af-slider-btn{right: calc(50% - 29px);}
.aft-slider-carousel .aft-slider-btn-wrapper .slide-icon.slide-prev.af-slider-btn{
right: inherit;
left: calc(50% - 29px);
} section.latest-and-onsale.express-list .af-container-row .aft-product-list-mode.col-2:nth-child(2){margin-top:40px;}
}
@media only screen and (max-width: 768px) and (min-width: 490px)  {
.primary-footer-area {
width: 50%;
float: left;
}
.product-ful-wid{width: 100%;}
.site-footer .site-info .col-2, .site-footer .secondary-footer .col-2{
width: 100%;
}
.secondary-footer .social-navigation,
.secondary-footer{
text-align: center;
}
.site-info-wrap{
flex-wrap: wrap;
text-align: center;
}
.site-info-wrap .col-2.float-l:nth-child(2) a{text-align: center;}
.half-post-wid{width: 50%;}
}
@media only screen and (max-width: 768px) and (min-width: 667px)  {
section.store-contact.store-contact-form:not(.store-contact-map) .contact-details,
.contact-details-wrapper .contact-map, 
.contact-details-wrapper .contact-form{
width: 49%;
}
}
@media screen and (max-width: 667px){
section.store-contact.store-contact-form:not(.store-contact-map) .contact-details,
.contact-details-wrapper .contact-map,
.contact-details-wrapper .contact-form{
width: 100%;
}
section.store-contact.store-contact-form.store-contact-map .contact-map,
section.store-contact.store-contact-map:not(.store-contact-form) .contact-details,
section.store-contact.store-contact-form:not(.store-contact-map) .contact-details{
margin-top: 20px;
}
.top-bar-left.col-60 {
flex-wrap: wrap;
}
.top-bar-left .aft-small-menu,
.top-bar-left .aft-language-currency-switcher{width: 100%;}
.top-bar-left .aft-language-currency-switcher{margin-right: 0;}
.top-bar-left .aft-language-currency-switcher{justify-content: center;}
.top-bar-left .aft-small-menu{display: block;}
.site-footer .site-info .col-2, .site-footer .secondary-footer .col-2{
width: 100%;
}
.secondary-footer .social-navigation,
.secondary-footer{
text-align: center;
}
.site-info-wrap{
flex-wrap: wrap;
text-align: center;
}
.site-info-wrap .col-2.float-l:nth-child(2) a{text-align: center;} .header-style-3 .header-right-part {display: none;}  .woocommerce .tabbed ul.products li.product:nth-of-type(3n+1), 
.woocommerce .grid ul.products li.product:nth-of-type(3n+1),
.woocommerce .tabbed ul.products li.product:nth-of-type(4n+1), 
.woocommerce .grid ul.products li.product:nth-of-type(4n+1){
clear: none;
}
.woocommerce .tabbed ul.products li.product:nth-of-type(2n+1), 
.woocommerce .grid ul.products li.product:nth-of-type(2n+1){
clear: both;
}
.aft-product-grid-mode ul.products li.product{
width: 50%;
width: calc(50% - 20px);
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .entry-content .woocommerce-MyAccount-navigation{
width: 100%;
}
.woocommerce-account .entry-content .woocommerce-MyAccount-navigation{margin-bottom: 20px;}
.woocommerce-account .entry-content .woocommerce-MyAccount-navigation ul li{
display: inline-block;
} }
@media screen and (max-width: 667px){
.list .aft-product-list-mode ul.product-ul li.product, 
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product{
width: 50%;
}
.list .aft-product-list-mode ul.product-ul > li.product:nth-of-type(3n+1), 
.list-alternate .aft-product-list-mode.alternate ul.product-ul > li.product:nth-of-type(3n+1) {
clear: none;
}
.list .aft-product-list-mode ul.product-ul > li.product:nth-of-type(2n+1), 
.list-alternate .aft-product-list-mode.alternate ul.product-ul > li.product:nth-of-type(2n+1) {
clear: both;
}
}
@media screen and (max-width: 640px){
.aft-grid-group-6 .westore_category_grid_wrap .product-ful-wid,
.aft-grid-group-3 .westore_category_grid_wrap .product-ful-wid{
width: 50%;
}
}
@media only screen and (max-width: 640px) and (min-width: 480px)  {
body .sale-title,
.right-list-section h3{
font-size: 14px;
}
.bottom-grid-section .caption-heading .cap-title,
.sale-info span.item-count,
span.offer-date-counter > span .number{
font-size: 25px;
}
}
@media screen and (max-width: 629px){
.style-3-search {
overflow: hidden;
width: 100%;
background-color: #f5f5f5;
border-radius: 0px;
border: none;
-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
box-shadow: 0px 0px 0px 1px rgb(0,0,0,0.1);
}
.style-3-search .cate-dropdown {
width: 100%;
border-bottom: 1px solid lightgrey;
}
.style-3-search .search-field {
width: 100%;
}
.style-3-search button{
width: 100%;
border-radius: 0;
}
.wp-post-author-shortcode.right .awpa-author-block ,
.wp-post-author-shortcode.left .awpa-author-block {
width: 100%;
margin: 0 auto;
float: none;
}
.wp-post-author-shortcode.right ,
.wp-post-author-shortcode.left {
text-align: center;
}
}
@media screen and (max-width: 480px){
.admin-bar .header-style-3 .navigation-section-wrapper.aft-sticky-navigation.nav-down{transform: translateY(0%);} .featured-category-item:first-child:nth-last-child(4),
.featured-category-item:first-child:nth-last-child(4) ~ .featured-category-item,
.featured-category-item:first-child:nth-last-child(3),
.featured-category-item:first-child:nth-last-child(3) ~ .featured-category-item,
.featured-category-item:first-child:nth-last-child(2),
.featured-category-item:first-child:nth-last-child(2) ~ .featured-category-item{
width: 100%;
} .top-bar-flex {
flex-wrap: wrap;
text-align: center;
}
.top-bar-left {
width: 100%;
padding-bottom: 10px;
}
.top-bar-right.col-40 {
margin-top: 0;
}
.top-bar-right {
text-align: center;
flex-wrap: wrap;
}
.top-bar-right span.aft-small-menu {
margin-right: 0;
}
.top-bar-right > span{ width: 100%; }
ul.top-bar-menu{margin-top: 0px;}
.westore_categorised_product_widget .product-ful-wid,
.product-ful-wid{width: 100%;}
.comment-form .submit, input.search-submit{padding: 6px 0;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
margin-left: auto;
}
.main-banner-slider .item-single{
height: 333px;
}
.content-caption.on-left,
.content-caption.on-right,
.content-caption.on-center{
padding: 20px;
}
.content-caption{
top: 40%;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.content-caption .content-desc{
display: none;
}
.content-caption.on-left,
.content-caption.on-right {
right: 0%;
left: 0%;
text-align: center;
}
.woocommerce .content-caption.on-left .star-rating,
.woocommerce .content-caption.on-right .star-rating,
.content-caption.on-left .star-rating,
.content-caption.on-right .star-rating{
margin: 0 auto;
}
.caption-heading .cap-title {
font-size: 24px;
margin-bottom: 0;
}
.content-desc {
font-size: 16px;
}
.caption-heading .cap-title,
.content-caption .cat-links li a{
margin-top: 5px;
}
.content-caption span.woocommerce-Price-amount.amount,
.content-caption span.price del,
.content-caption span.price ins {
font-size: 18px;
}
.support-wrap .singlewrap,
.product-slider .product-description,
.product-slider .product-image-wrapper,
.col-1,.col-2,.col-3,.col-4 {
width: 100%;
}
.product-slider .product-wrapper{
flex-wrap: wrap;
}
.site-info-wrap {
flex-direction: column-reverse;
text-align: center;
}
.site-info-wrap .col-2.float-l:nth-child(2) a{
text-align: center;
margin: 8px 0px;
}
.call-to-action .section-head {
padding: 10px;
}
.counter-call-to-action .section-call-action .section-title .header-after {
font-size: 38px;
line-height: 38px;
}
.nav-tabs>li>a{
padding: 5px 10px;
}
.nav-tabs > li:first-child > a{
padding-left: 0;
}
.inner-suscribe input {
line-height: 28px;
}
.inner-suscribe input[type=submit] {
position: relative;
display: inline-block;
margin-top: 10px;
line-height: 12px;
}
.onsale-product-section.aft-product-list-mode ul.product-ul li.col-3 {
width: 100%;
}
.bottom-grid-section .item-grid-item-single-wrap{margin-bottom: 10px;}
.instagram:hover .insta-feed-head a {
visibility: visible;
display: block;
opacity: 1;
}
.instagram .insta-feed-head a{
position: relative;
transform: translate(0%,0%);
left: 0;
display: block;
visibility: visible;
opacity: 1;
text-align: center;
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title, 
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title,
.support-wrap .col-4 {
width: 100%;
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title, 
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title{
border-bottom: 1px solid;
border-color: #ebebeb;
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title:nth-last-of-type(1), 
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title:nth-last-of-type(1){
border: none;
}
section.store-contact:not(.store-contact-map):not(.store-contact-form) .contact-details .aft-show-field-title:after, 
section.store-contact.store-contact-form.store-contact-map .contact-details .aft-show-field-title:after{
display: none;
}
span.title-note{
left: 50%;
transform: translateX(-50%);
} .header-style-3.header-style-default .header-left-part .aft-language-currency-switcher{
justify-content: center;
}  .header-style-express .header-left-upper{
flex-wrap: wrap;
}
.header-style-express .header-left-part .header-left-upper .aft-language-currency-switcher{
width: 100%;
margin-left: 0;
justify-content: center;
}  .aft-grid-group-6 .westore_category_grid_wrap .product-ful-wid,
.aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid:nth-child(2),
.aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid,
.aft-grid-group-4 .westore_category_grid_wrap .product-ful-wid:nth-child(2),
.aft-grid-group-4 .westore_category_grid_wrap .product-ful-wid:first-child,
.aft-grid-group-4 .westore_category_grid_wrap .product-ful-wid,
.aft-grid-group-3 .westore_category_grid_wrap .product-ful-wid,
.aft-grid-group-2 .westore_category_grid_wrap .product-ful-wid,
.aft-grid-group-1 .westore_category_grid_wrap .product-ful-wid{
width: 100%;
}
.express-list .sale-background a,
.aft-grid-group-5 .westore_category_grid_wrap .product-ful-wid:first-child .sale-background a,
.aft-grid-group-4 .westore_category_grid_wrap .product-ful-wid:first-child .sale-background a{
height: 290px;
}
.aft-grid-group-1 .westore_category_grid_wrap .product-ful-wid .sale-background a{height: 290px;} .westore_product_list_express_widget .product-section-wrapper ul.product-ul > li,
.westore_product_list_three_col_widget .sale-single-wrap ul.product-ul > li{
width: 100%;
}
.posts_latest_widget .half-post-wid {
width: 100%;
}  .right-list-section,
.banner-slider-section{width: 100%;}
.right-list-section{
margin-bottom: 10px;
float: none;
}
.left-grid-section-wrapper.col-4 > .left-grid-section {
width: 100%;
float: none;
}
.left-grid-section-wrapper.col-4 > .left-grid-section:last-child {
padding-left: 0;
margin-bottom: 10px;
}  .item-single {height: 335px;}  .left-grid-section-wrapper.col-4 > .left-grid-section:first-child {padding-right: 0;}  .content-caption.on-right .product-item-meta.add-to-cart-button.extended-af ul.product-item-meta-always-visible,
.content-caption .product-item-meta.add-to-cart-button.extended-af ul.product-item-meta-always-visible,
.product-item-meta.add-to-cart-button.extended-af ul.product-item-meta-always-visible{
float: none;
display: inline-block;
vertical-align: top;
}
.product-ful-widt{
width: 100%;
}
.top-cart-content.primary-bgcolor{
width: 100%;
right: inherit;
left: calc(0% - 70px);
left: 0;
padding: 10px;
}
.header-style-3.header-style-express .top-cart-content.primary-bgcolor{
right: 0;
left: inherit;
}
.support-wrap .singlewrap:after {
display: none;
}
.support-wrap .singlewrap{
border-color: #08d813;
border-bottom: 1px solid;
}
.support-wrap .singlewrap:last-child{
border: none;
} .right-list-section .aft-top-categories-vertical-lists {
height: auto;
}
.category-dropdown li.aft-mega-menu-list > a:after,
.category-dropdown li.has-child-categories > a:after{
display: none;
}
.category-dropdown li.aft-mega-menu-list:hover > ul {
display: none;
}    .countdownHolder{
width: 310px;
font-size: 26px;
}  .aft-product-grid-mode ul.products li.product{
width: 100%;
width: calc(100% - 20px);
} .contact-details-wrapper .contact-form{margin-bottom: 20px;}
}
.theme-westore .woocommerce li.product .product-description .aft-add-to-cart-wrapper > a.button:before, 
.theme-westore .woocommerce li.product .aft-add-to-cart-wrapper > a.button:before {
border-top-color: #3b195b;
}
body:not(.aft-dark-mode) .style-3-search, 
body:not(.aft-dark-mode) .style-3-search .search-field {
background-color: #ffffff;
}
body.theme-westore .af-spinners span {
background-color: #3c1a5b;
} .main-navigation .menu .menu-mobile li a button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 50px;
z-index: 1;
background: transparent;
}
.main-navigation .menu .menu-mobile li a button.active:after {
width: 13px;
height: 1px;
}
.main-navigation .menu .menu-mobile li a button:before,
.main-navigation .menu .menu-mobile li a button:after {
content: '';
width: 13px;
height: 2px;
background-color: #000;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.main-navigation .menu .menu-mobile li a button:after {
width: 2px;
height: 13px;
}
button.af-top-cat-head:focus {
outline: 1px dotted #fff;
outline-offset: -5px;
}
a.offcanvas-nav {
display: inline-block;
}
a.offcanvas-nav:focus {
outline-offset: 4px;
}
button.dropdown-toggle {
display: none;
}
.aft-void-menu {
display: inline-block;
vertical-align: middle;
height: 53px;
width: 53px;
padding: 0 15px;
}
.aft-void-menu:focus {
outline-offset: -10px;
}
.header-right-part .search .open-search-form:focus {
outline: 1px dotted #fff;
outline-offset: 5px;
}
@media screen and (max-width: 992px) {
.header-style-default .main-navigation .toggle-menu {
background: transparent;
height: 53px;
margin: 0px;
border: none;
padding: 14px;
width: 53px;
text-align: center;
}
button.dropdown-toggle{
display: block;
}
button.dropdown-toggle:focus {
outline: 1px dotted #aaa;
}
button.dropdown-toggle:active {
outline: none;
}
.main-navigation .menu .menu-mobile li a button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 50px;
z-index: 1;
background: transparent;
padding: 0;
border: none;
}
.main-navigation .menu .menu-mobile li a button.active:after {
width: 13px;
height: 1px;
}
.main-navigation .menu .menu-mobile li a button:before,
.main-navigation .menu .menu-mobile li a button:after {
content: '';
width: 13px;
height: 2px;
background-color: #000;
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.main-navigation .menu .menu-mobile li a button:after {
width: 2px;
height: 13px;
}
.main-navigation .menu ul ul, 
.main-navigation ul .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: 0s;
-moz-transition: 0s;
-ms-transition: 0s;
-o-transition: 0s;
transition: 0s;
}
.header-style-default .main-navigation .toggle-menu:focus {
outline: 1px dotted #000;
outline-offset: -5px;
}
}
@media only screen and (max-width: 480px){ 
.list .aft-product-list-mode ul.product-ul li.product, 
.list-alternate .aft-product-list-mode.alternate ul.product-ul li.product{
width: 100%;
}
.aft-two-col-product-loop .list .aft-product-list-mode ul.product-ul li.product, 
.aft-two-col-product-loop .list-alternate .aft-product-list-mode.alternate ul.product-ul li.product{
width: 50%;
}
.aft-two-col-product-loop .aft-product-grid-mode ul.products li.product {
width: calc(50% - 20px);
}
.aft-two-col-product-loop.woocommerce .tabbed ul.products li.product:nth-of-type(3n+1), 
.aft-two-col-product-loop.woocommerce .grid ul.products li.product:nth-of-type(3n+1),
.aft-two-col-product-loop.woocommerce .tabbed ul.products li.product:nth-of-type(4n+1), 
.aft-two-col-product-loop.woocommerce .grid ul.products li.product:nth-of-type(4n+1){
clear: none;
}
.aft-two-col-product-loop.woocommerce .tabbed ul.products li.product:nth-of-type(2n+1), 
.aft-two-col-product-loop.woocommerce .grid ul.products li.product:nth-of-type(2n+1){
clear: both;
}
.aft-two-col-product-loop .aft-product-grid-mode ul.products li.product{
width: 50%;
width: calc(50% - 20px);
}
.aft-two-col-product-loop.woocommerce li.product .product-description > a.button, 
.aft-two-col-product-loop.woocommerce li.product > a.button{padding: 12px;}
.header-style-express .navigation-section-wrapper .container-wrapper ,
.header-style-default .navigation-section-wrapper .container-wrapper {
padding: 0;
}
.header-style-default .header-left-part .navigation-container {
padding-left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.header-style-3 .aft-top-categories-vertical-lists {
left: 0;
}
.header-style-express .main-navigation .toggle-menu,
.header-style-default .main-navigation .toggle-menu { margin-left: auto;
}
.header-style-default .menu.menu-mobile,
.header-style-3.header-style-default .menu.menu-mobile { }
footer .primary-footer {
padding: 30px 0;
}
footer .footer-third-widgets-section .widget:last-child {
margin-bottom: 0;
}
}
@media only screen and (max-width: 426px) and (min-width: 375px){
div[class*=header-style-] .header-right-part{
padding-right: 20px;
}
}
@media screen and (max-width: 375px){
.sale-info span.product-count:last-child, span.offer-date-counter > span:last-child{
margin-right: 15px;
}
.comments-area{padding: 10px;}
.comment-author img{float: none;}
.comment .children,
.reply, .comment div#respond, .comment-content{
margin-left: 0;
}
}
@media screen and (max-width: 320px){ div[class*=header-style-] .header-right-part{  }
.top-cart-content.primary-bgcolor{width: 230px;} .header-style-3.header-style-default .header-right-part > div{
margin-right: 5px;
}
.header-style-3.header-style-default .header-left-part .aft-language-currency-switcher{
flex-wrap: wrap;
justify-content: flex-start;
flex-direction: column-reverse;
}
div[class*=header-style-].header-style-default .header-right-part{ padding-right: 20px;
}
div[class*=header-style-].header-style-default .header-right-part > div{
margin: 3px;
margin-right: 8px;
} .woocommerce-store-notice, p.demo_store{
padding-right: 5px;
padding-left: 5px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: none;
text-align: center;
} #sidr .countdownHolder,
#secondary .countdownHolder,
.site-footer .countdownHolder,
.countdownHolder{
width: 235px;
font-size: 22px;
} }