
body {
  overflow-x: hidden;
  float: left;
  width: 100%;
}

.site {
    overflow-x: visible;
}
@font-face {
  font-family: "LexendDeca-Bold";
  src: url("../fonts/LexendDeca-Bold.eot");
  src: url("../fonts/LexendDeca-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/LexendDeca-Bold.woff2") format("woff2"),
    url("../fonts/LexendDeca-Bold.woff") format("woff"),
    url("../fonts/LexendDeca-Bold.ttf") format("truetype"),
    url("../fonts/LexendDeca-Bold.svg#LexendDeca-Bold") format("svg");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  width: auto;
  padding: 0px;
}
a {
  font-family: "Poppins-Regular"!important;
  display: inline-block;
  color: #000;
  letter-spacing: 0px;
}
a:hover {
  text-decoration: none;
  color: #000;
}
button:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  outline-offset: unset;
}
.btn:focus {
  outline: 0 !important;
  outline-offset: 0;
  color: #fff;
}
span,
select,
label {
  font-family: "Poppins-Regular";
}
li {
  font-family: "Poppins-Regular";
  list-style-type: none;
}
ul {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
}
h1,
h4,
h2,
h3 {
  font-family: "LexendDeca-Bold";
  margin: 0;
  clear: unset;
}
p,
h5,
h6 {
  font-family: "Poppins-Regular";
  color: #000000;
  margin: 0;
  letter-spacing: 0.3px;
}
button:focus {
    outline-color:transparent!important;
}
input {
  outline: 0 !important;
}
input:focus {
  outline: 0 !important;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  padding: 0;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}	
.slick-initialized .slick-slide{
    outline:unset;	
}	
 /****Mega Menu*****/
 ul.megamenu {
  padding: 0;
  box-shadow: 3px 3px 19px 5px #00000066;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  background-color: #ffffff;
  left: 0em;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 999;
  color: #000;
  text-align: center;
  margin: 0 auto;
  margin-top: 7px;
  transform: translate(0, 20px);
}
.header-nav nav>ul>li:hover ul.megamenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.header-nav nav ul.megamenu ul {
  width: 100%;
  margin-bottom: 0;
  color: #000;
  box-shadow: none;
  padding-left: 0;
  border-top: 5px solid #bc901c;
  border-bottom: 5px solid #bc901c;
  padding: 1em 1em;
  float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
  width: 48%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  float: left;
  margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li:nth-child(even){
  float:right;
}		
.header-nav nav>ul>li ul.megamenu ul li a {
    font-size: 18px;
    font-weight: 500;
    text-transform:capitalize;
    font-size: 17px;
    line-height: 16px;
    color: #000;
    font-weight: 600;	
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;	
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
  color: #c2951d;
}
ul.megamenu.megamenu1 {
  left: 0em;
}
.header-nav nav ul li ul li:after{
  content:unset;		
}
/***********************************************Homepage*************************************/
.header-nav nav {
  width: 100%;
  font-size: 16px;
}
.mobile-top-head {
  display: none;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}
.header-nav nav>ul {
  position: relative;
  display: block;
  text-align: right;
  float:left;
  padding: 0;
  margin:0;
  width:100%;	
}
.header-nav nav ul li {
  color: #fff;
  list-style: none;
  transition: .5s;
  margin: 0;
  padding: 0px 0px;
  text-align: center;
  display: inline-block;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  position: relative;
  z-index: 9;
  /* overflow: hidden; */
}
.header-nav nav ul li:hover a {
  color: #ec202b;
  transition: 0.5s;
}  
.header-nav nav>ul>li>a {
  padding: 16px 6px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Outfit-Regular';
}
.header-nav nav>ul>li.active a {
  transition: .5s;
  color: #fff;
} 
.header-nav nav ul li:hover::after {
  transform: translate(0px,0px);
}  
.header-nav nav>ul>li>a:hover::before {
  width: 100%;
}
.header-nav nav>ul>li>a:hover::after {
  width: 100%;
} 
ul.megamenu li {
  float: left;
  width: 48%;
  letter-spacing: 0;
  margin-bottom: 10px !important;
  border-bottom: 1px solid red;
  margin: 0 6px !important;
  padding: 5px 0 !important;
  border-bottom: 1px solid #eee;
}
ul.megamenu li:hover a {
  letter-spacing: .5px;
  color: #840000 !important;
}
.header-nav nav>ul>li:hover ul.megamenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}
.header-nav nav ul.megamenu ul {
  width: 100%;
  margin-bottom: 0;
  color: #000;
  box-shadow: none;
  padding-left: 0;
  border-top: 5px solid #bc901c;
  border-bottom: 5px solid #bc901c;
  padding: 1em 1em;
  float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
  width: 48%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  float: left;
  margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li:nth-child(even) {
  float: right;
}
.header-nav nav>ul>li ul.megamenu ul li a {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
color: #c2951d
}
ul.megamenu.megamenu1 {
left: 0
}
.header-nav nav ul li ul li:after {
content: unset
}
.header-nav nav>ul>li:hover ul.megamenu li a:after {
content: unset;
}
.header-nav nav ul li.open {
  background-color: #772668;
} 

/**************************************************Homeapage***************************************************/
.page_loading {
  position: fixed;
  background-color: #FFF;
  background: #fff url(../css/images/home/loading.gif) no-repeat center;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 999999;
  overflow: hidden;
  top:0;
}
header#masthead {
    padding: 0;
    margin: 0;
}
.header_wrapper {
  float: left;
  width: 100%;
}
.header-top {
    background-color: #0066e4;
    /* padding: 10px 0; */
}
.headertop_left {
    float: left;
    width: 50%;
}
.headertop-right {
    width: 50%;
    float: left;
    gap: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-top p {
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    font-weight: 400;
}
a.header_phnnumber {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: Lexend Deca;
    line-height: 38px;
    transition: 0.5s;
}
a.header_phnnumber:hover {
    text-shadow: 3px 3px 9px #000;
}
.localization-wrapper {
    width: 50%;
}
.localization-dropdown {
    display: inline-block;
}
.localization-dropdown.currency_loal form {
    margin-bottom: 0;
}
.localization-dropdown.currency_loal {
    float: right;
    background: transparent;
}
.translate_loal select, 
.currency_loal select {
    background-color: transparent;
    border: unset;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    width: 59%;
    float: right;
    height: 57px;
}
.translate_loal select option, 
.currency_loal select option {
    color: #000;
}
.translate_loal select:focus,
.currency_loal select:focus {
    border: 0px;
    outline: unset;
}
.chosen-container-single .chosen-single:before {
    content: '\f078';
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 10px;
}
.chosen-container:focus {
    outline: unset;
}
.currency_loal a.chosen-single {
    background: unset !important;
    border: unset !important;
    outline: unset !important;
    color: #fff !important;
    box-shadow: unset !important;
    font-size: 18px;
    padding: 17px 0 12px 20px !important;
    height: 60px;
}
/* .chosen-container .chosen-drop {
    top: 120%!important;
} */
.header-logo {
    float: left;
    width: 25%;
}
.header-search {
    float: left;
    width: 33%;
}
.header-icon {
    float: right;
    width: 39%;
}
.header-icon ul li {
    display: inline-block;
    width: 29%;
}
.header-icon ul li a span {
    display: inline-block;
    width: 30px;
    vertical-align: super;
}
.header-icon ul li.compare-header a span {
     -webkit-animation: rotate-center 3s ease-in-out both infinite;
	        animation: rotate-center 3s ease-in-out both infinite;
}   
.header-icon ul li.wishlist-header a span {
    -webkit-animation: heartbeat 2s ease-in-out infinite both;
	        animation: heartbeat 2s ease-in-out infinite both;
}
.header-icon ul li.login-header a span {
    	-webkit-animation: jello-horizontal 4s infinite both;
	        animation: jello-horizontal 4s infinite both;
}
.header-icon ul li span {
    display: inline-block;
    width: 30px;
}
.header-icon ul li a p {
    display: inline-block;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    padding-left: 15px;
}
.header-middle {
    padding: 1em 0em;
}
.header-search .asl_w_container {
    width: 100%;
}
.header-search div.asl_w {
  box-shadow: unset!important;
}
div.asl_w .probox .proclose, 
div.asl_w .probox .promagnifier, 
div.asl_w .probox .prosettings {
    width: 30px!important;
    height: 40px!important;
}
div.asl_w .probox .proloading {
    width: 30px!important;
    height: 30px!important;
    margin-top: 4px !important;
    margin-right: 3px !important;
}
#ajaxsearchlite1 input.autocomplete,
#ajaxsearchlite2 input.autocomplete {
    display: none !important;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
    font-family: 'LexendDeca-Bold' !important;
}
div.asl_r .results .item .asl_content .asl_desc {
    font-family: 'Poppins-Regular'!important;
}
.header-search .proinput input {
    border-radius: 5px!important;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.37))!important;
    background-color: #ffffff!important;
    border: 1px solid #000000!important;
}
.header-search div#ajaxsearchlite1 {
    border-radius: 5px;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.37));
    background-color: #ffffff;
    border: 0px solid #000000;
    height: 40px;
}
.header-search div.asl_w .probox .promagnifier {
    width: 40px !important;
    height: 40px !important;
    background-color: #0066e4;
}
.header-search #ajaxsearchlite1 .probox, div.asl_w .probox {
    height: 40px;
    padding: 0px;
    border-radius: 0px;
 }
.header-search #ajaxsearchlite1 .probox input.orig {
    height: 40px;
    font-size: 15px;
    color: #000;
    font-family: 'Poppins-Regular';
}
.header-search #ajaxsearchlite1 .probox, .header-search div.asl_w .probox {
    border: 0px solid #1e1e1e!important;
}
.header-search div.asl_w .probox .promagnifier .innericon svg {
    fill: #fff;
}
.header-menu ul li {
    display: inline-block;
    padding: 0px 15px;
}
.header-shopcategory {
    float: left;
    width: 20%;
}
.header-menu {
    float: left;
    width: 45%;
    text-align: center;
    padding-top: 0.5em;
}
.header-offer {
    float: right;
    width: 23%;
    padding-top: 1em;
}
.header-bottom {
    padding: 0em 0em;
    background-color: #000;
}
.header-menu ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}
.header-menu ul li.current-menu-item>a {
    color: #fff !important;
    border-bottom: 1px solid;
}
.header-offer p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.site-footer {
  background-color: unset;
  padding: 0;
}
.footer_section {
    float: left;
    width: 100%;
}
.footer_newsletter_inner {
    border-radius: 59px;
    filter: drop-shadow(0 0 9px rgba(0,0,0,0.25));
    background-color: #ffffff;
    border: 0px solid #000000;
    padding: 1em 2em;
    float: left;
    width: 100%;
}
.footer_newsletter_inner p {
    display: inline-block;
    font-size: 22px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    line-height: 28px;
    padding-top: 15px;
}
.footer_newsletter_inner span {
    display: inline-block;
    width: 70%;
    float: right;
}
.footer_newsletter_inner span form {
  position: relative;
}
.footer_newsletter_inner span form {
    margin: 0;
}
.footer_newsletter_inner span form#subscription-form input[type=email] {
    width: 75%;
    background-color: unset;
    border: unset;
    outline: unset!important;
    box-shadow: unset;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    border: 1px solid #0063de;
}
.footer_newsletter_inner span form#subscription-form input[type=submit] {
  background-color: #0066e4;
    border: 0px solid #000000;
    width: 25%;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins-Regular';
    position: relative;
    text-align: left;
}
div#cpops-floating-cart {
    display: none;
}
.footer_newsletter_inner span form#subscription-form:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../css/images/home/subscribe.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 15px;
    top: 12px;
    z-index: 99;
}
.footer_firstblock {
    background-image: url(../css/images/home/footerback.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6em 0em 2em;
    position: relative;
}
.footer_firstblock:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0063dea3;
    top: 0;
}
.footer_about h2, .footer_menu h4,
.footer_contact h4 {
    font-size: 24px;
    line-height: 37px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
}
.footer_about p, .footer_contact p {
    font-size: 14px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 500;
}
.footer_menu ul li a {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: unset;
    transition: 0.5s;
}
.footer_menu ul li a:hover {
    color: #000 !important;
    padding-left: 15px;
}
.footer_bottom p {
    font-size: 15px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
}
.footer_bottom {
    padding: 1em 0em;
}
.footer_contact ul li a span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.footer_contact ul li span {
    display: inline-block;
       vertical-align: top;
    margin-right: 10px;
}
.footer_contact ul li a p {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    width: 84%;
}
.footer_contact p {
    width: 85%;
    display: inline-block;
    font-size: 16px;
}
.footer_contact ul li a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.footer_newsletter {
    margin-bottom: -40px;
    z-index: 9;
    position: relative;
}
.col-full {
    max-width: 100%;
    padding: 0;
}
.bloghme_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.bloghme_titlesec h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 15px;
}
.bloghme_titlesec p {
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    font-weight: 500;
}
.bloghme_titlesec {
    margin-bottom: 2em;
}
.bloghme_single_inner {
    padding: 0px 10px;
}
.blog-image a img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.bloghme_single_inner:hover .blog-image a img {
    transform: scale(1.5) rotate(10deg);
}
.blog-image a {
    display: block;
}
.bloghme_single_image span {
    font-size: 17px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}
.bloghme_single_inner span {
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.bloghme_single_inner h4 a {
    font-size: 24px;
    line-height: 35px;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins-Regular';
    display: block;
    margin-bottom: 15px;
}
.bloghme_single_inner a {
    font-size: 17px;
    line-height: 18px;
    color: #0066e4;
    font-weight: 600;
}
.post_comments {
    border-radius: 10px;
    background-color: #ffffff;
    border: 0px solid #000000;
    width: 50%;
    margin: 0 auto;
    padding: 1em;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
}
.post_comments strong {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
    display: inline-block;
    font-family: 'Poppins-Regular';
}
.post_comments img {
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}
.bloghme_single_image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
a.readmre img {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
}
.rewardblock_hle {
    float: left;
    width: 100%;
}
.rewardblock_inner {
    height: 300px;
    background-attachment: fixed;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.rewardblock_inner h2 {
    font-size: 37px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 25px;
    padding-top: 0em;
}
.rewardblock_inner p {
    font-size: 19px;
    line-height: 26px;
    color: #fefefe;
    font-weight: 500;
}
.offers_block_hle {
    float: left;
    width: 100%;
}
.offers_first h5 {
    font-size: 37px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    font-weight: 600;
    font-family: 'LexendDeca-Bold';
    margin-bottom: 0.5em;
}
.offers_first p {
    font-size: 19px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.offers_first a {
    font-size: 19px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid;
    transition: 0.5s;
}
.offers_first a:hover {
    transform: scale(0.9);
}
.offers_first {
    padding: 5em 0em 0em 3em;
    width: 49.7%;
}
.offers_first:nth-child(even) {
    float: right;
}
.offers_first:nth-child(even) h5 {
  color:#fff;
}
.offers_first:nth-child(even) p {
  color:#fff;
}
.offers_first:nth-child(even) a {
  color:#fff;
}
.benefitsblock_single span {
    display: inline-block;
}
.benefitsblock {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.benefitsblock_single div {
    display: inline-block;
    width: 79%;
    padding-left: 10px;
    border-right: 1px solid;
    padding-right: 10px;
}
.benefitsblock_single:last-child div {
    border-right: 0;
}
.benefitsblock_single {
    padding: 0px 0px 0px 0px;
}
.benefitsblock_single div h4 {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 9px;
}
.benefitsblock_single div strong {
    font-size: 13px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}
.benefitsblock_inner {
    display: flex;
    gap: 6px;
}
.latest_collections_single_innerimg {
    height: 500px;
    border: 3px solid #c9c9c9;
    padding: 1em;
    overflow: hidden;
}
.latest_collections_single_inner {
    padding: 0em 0.5em;
}
.latest_collections_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.latest_collections_title h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 15px;
}
.latest_collections_title p {
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    font-weight: 500;
}
.latest_collections_title {
    margin-bottom: 3em;
}
a.main-image {
    width: 100%;
    height: 350px;
}
a.main-image img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
span.sale-badge {
    width: 70px;
    height: 30px;
    background-color: #0066e3;
    border: 0px solid #000000;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    right: 30px;
}
.latest_collections_single .product-details h3 a {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 10px;
}
.latest_collections_single .product-details .price {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    font-family: 'LexendDeca-Bold';
    display: inline-block;
}
.latest_collections_single .product-details .price ins {
    font-weight: 600;
}
.latest_collections_single .product-details .star-rating {
    display: inline-block;
    vertical-align: sub;
    margin-left: 10px;
}
.latest_collections_single_gallerysingle img {
    height: 160px;
    margin-bottom: 10px;
    border: 3px solid #c9c9c9;
    border-radius: 0;
    cursor: pointer;
}
.latest_collections_main button.slick-prev.slick-arrow {
    font-size: 0;
}
.latest_collections_main button.slick-next.slick-arrow {
    font-size: 0;
}
.latest_collections_main button.slick-prev.slick-arrow:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -60px;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background-image: url('../css/images/home/arrowleft.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.latest_collections_main button.slick-next.slick-arrow:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: -50px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background-image: url('../css/images/home/arrowright.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.latest_collections_main {
    padding-bottom: 5em;
}
.banner_home_leftsingleimage img {
    height: 380px;
    width: 100%;
    object-fit: fill;
    object-position: center;
}
.banner_home_leftsinglecontent {
    position: absolute;
    left: 21px;
    top: 51px;
}
.banner_home_leftsinglecontent h1 {
    font-size: 27px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
    -webkit-animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both infinite;
	        animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both infinite;
}
.banner_home_leftsinglecontent p {
    font-size: 17px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-family: 'LexendDeca-Bold';
    transform: rotate(-7deg);
    margin-bottom: 3.5em;
}
.banner_home {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}
.banner_home_left {
    padding-top: 8px;
    width: 55%;
    float: left;
}
span.bluecoup {
    background-color: #0066e4;
    border: 0px solid #000000;
    padding: 0.2em 0.5em;
    font-family: 'LexendDeca-Bold';
    color: #fff;
}
span.blackcoup {
    background-color: #000;
    color: #fff;
    padding: 0.2em 0.5em;
    font-family: 'LexendDeca-Bold';
}
.banner_home_leftsinglecontent a {
    width: 115px;
    height: 30px;
    filter: drop-shadow(0 0 1.5px rgba(0,0,0,0.25));
    background-color: #ffffff;
    border: 0px solid #000000;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-animation: shake-lr 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
        animation: shake-lr 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
}
.product_flash h2 {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin-bottom: -30px;
}
.product_flash {
    padding: 2em 0em 0em 1.5em;
    float: right;
}
.category_list {
    width: 20%;
}
.product_flash_single_inner a {
    width: 100%;
    display: block;
    height: 100%;
}
.product_flash_single_inner img {
    height: 210px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.product_flash_single_inner {
    width: 100%;
    padding-top: 1em;
}
.product_flash_single_inner h3 a {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'LexendDeca-Bold' !important;
}
.product_flash_single_inner h3 {
    display: inline-block;
    /* width: 45%;
    float: left; */
    text-align: center;
}
.flash_price_detail {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.product_flash_single_inner span.price {
   display: inline-block;
    font-size: 15px;
    font-weight: bold;
    /* width: 55%;
    float: left; */
    text-align: center;
    font-family: 'Poppins-Regular';
    padding-top: 5px;
    padding-left: 0;
}
.product_flash_slic .slick-list.draggable {
    padding: 1em 0em;
}
.product_flash_slic ul.slick-dots li button {
    background-color: transparent;
    font-size: 0;
}
.product_flash_slic ul.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    outline: 2px solid;
    border-radius: 50%;
    margin: 0px 11px;
    outline-offset: 4px;
    cursor: pointer;
}
.product_flash_slic ul.slick-dots {
    text-align: center;
    margin-top: 1em;
}
.product_flash_slic ul.slick-dots li.slick-active {
    background-color: #0066e3;
}
span.product-badge {
    padding: 0.2em 0.5em;
    color: #fff;
    font-size: 15px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
a.yith-quick-view-close svg {
    width: 30px;
}
.shortcode_products a.button.yith-wcqv-button, 
.shortcode_products .product_type_variable,
.shortcode_products .product_type_simple  {
    font-size: 0px;
    width: 61px;
    height: 61px;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 15px;
    margin-right: 10px;
    position: relative;
}
.shortcode_products a.button.yith-wcqv-button:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 26px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 18px;
    background-image: url('../css/images/home/quickview.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.shortcode_products .product_type_variable:before,
.shortcode_products .product_type_simple:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    background-image: url('../css/images/home/cart.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.shortcode_products {
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, -200px);
    transition: 0.5s;
}
.latest_collections_single_innerimg:hover .shortcode_products {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}
.star-rating::before, .star-rating span::before {
    font-family: 'FontAwesome';
    width: 100%;
    color: #0066e4 !important;
}
.product_flash_single_inner .star-rating {
    display: block;
    width: 100%;
    text-align: center;
}
.product_flash_single_inner .star-rating::before, 
.product_flash_single_inner .star-rating span::before {
    color: #000!important;
}
.product_flash_single_inner .star-rating span {
    width:100%!important;
}
.featured_collections_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.featured_collections_title h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 15px;
}
.featured_collections_title p {
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    font-weight: 500;
}
.featured_collections_single_inner {
    margin: 0px 5px;
    padding: 0px 5px;
    border-radius: 15px;
    background-color: #fff;
    margin: 0 5px;
    padding: 16px;
    text-align: center;
}
.featured_collections_main .slick-list.draggable {
    padding: 2em 0;
    filter: drop-shadow(0 0 9px rgba(160, 160, 160, .3));
    float: left;
    width: 100%;
}
.featured_collections_single_inner {
    margin: 0px 5px;
    padding: 0px 5px;
    border-radius: 15px;
    background-color: #fff;
    margin: 0 5px;
    padding: 16px;
    text-align: center;
}
.featured_collections_main .slick-list.draggable {
    padding: 2em 0;
    filter: drop-shadow(0 0 9px rgba(160, 160, 160, .3));
    float: left;
    width: 100%;
}
.featured_collections_single_image a img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}
.featured_collections_single_image a {
    display: block;
    width: 100%;
}
.featured_collections_single_inner h4 a {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.featured_collections_single_inner p.product-desc {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 500 !important;
    align-content: center;
    margin: 10px 0;
}
.featured_collections_single_inner .productstar-rating {
    text-align: center;
    display: block;
}
.featured_collections_single_inner .productstar-rating .star-rating {
    margin: 0 auto;
    margin-bottom: 10px;
}
.featured_collections_single_inner .product-price {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
}
.featured_collections_main ul.slick-dots li {
    display: inline-block;
    margin: 0px 6px;
    width: 15px;
    height: 15px;
    outline: 1px solid #0066e3;
    border-radius: 50%;
    margin: 0px 11px;
    outline-offset: 4px;
    cursor: pointer;
}
.featured_collections_main ul.slick-dots li button {
    background-color: unset;
    font-size: 0;
}
.featured_collections_main ul.slick-dots li.slick-active {
    background-color: #0066e3;
}
.featured_collections_main ul.slick-dots {
    display: block;
    text-align: center;
    margin-top: 1em;
    float: left;
    width: 100%;
}
.product-actions .yith-add-to-wishlist-button-block  a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
    font-size: 0;
    width: 35px;
    height: 35px;
    background-color: #0066e4;
    border-radius: 50%;
    padding: 3px;
    gap:0;
}
.product-actions .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg {
    width: 23px;
    color: #fff;
}
.product-actions svg#yith-wcwl-icon-heart {
    fill: #fff;
}
.product-actions svg#yith-wcwl-icon-heart-outline {
    color: #ffff;
}
.product-actions .woocommerce.product.compare-button .compare.button {
    font-size: 0;
    width: 35px;
    height: 35px;
    background-color: #0066e4;
    border-radius: 50%;
    padding: 3px;
}
.product-actions .woocommerce.product.compare-button  a.compare.button {
    margin: 0 auto;
}
.product-actions .woocommerce.product.compare-button {
    margin-bottom: 10px;
}
.product-actions a.button.yith-wcqv-button {
    width: 35px;
    height: 35px;
    background-color: #0066e4;
    border-radius: 50%;
    padding: 3px;
    font-size: 0;
    margin: 0 auto;
    margin-bottom: 10px;
}
.product-actions {
    position: absolute;
    top: 9px;
    right: 19px;
}
.product-actions .woocommerce.product.compare-button a.compare.button:before {
    content: '\f066';
    position: absolute;
    font-size: 18px;
    font-family: 'FontAwesome';
    text-align: center;
    left: 0;
    right: 0;
    line-height: 29px;
    color: #fff;
    font-weight: 200;
}
.product-actions a.button.yith-wcqv-button:before {
    content: '\f06e';
    position: absolute;
    font-size: 19px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-family: 'FontAwesome';
    font-weight: 200;
}
/***********Tab****************/
.product-home-inner .tab-nav {
    display:flex;
    gap: 30px;
    list-style:none;
    cursor:pointer;
}
.product-home-inner .tab-nav li.active {
    font-weight: 700;
    border-bottom: 2px solid #000;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
.product-home-inner .tab-nav li {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.product-home-inner .tab-pane { display:none; }
.product-home-inner .tab-pane.active { display:block; }

.product-home-inner span.color-dot {
    width: 15px;
    display: inline-block;
    height: 15px;
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
}
.product-home-inner span.color-dot.active {
    outline: 2px solid #000;
    border-radius: 50%;
    outline-offset: 2px;
}
.main-image {
    transition:0.3s ease;
}
.product-hometabs {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.product-home-inner h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 15px;
}
.product-home-inner ul.tab-nav {
    position: absolute;
    top: 5px;
    right: 25px;
}
.produc_main_cont p {
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    font-weight: 500;
}
.product-item-hme-inner {
    margin: 0px 5px;
    border: 2px solid #d6d6d6;
    padding: 2em 1em;
    overflow: hidden;
    position: relative;
}
.produc_main_cont {
    margin-bottom: 2em;
}
.product-image a {
    display: block;
    margin-bottom: 15px;
}
.product-image a img {
    height: 310px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}
.product-item {
    margin-bottom: 2em;
}
.productstar-rating {
    text-align: center;
    margin-bottom: 5px;
}
.productstar-rating .star-rating {
    margin: 0 auto;
}
.product-item-hme-inner h3 a {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.product-item-hme-inner span.woocs_price_code {
    font-size: 19px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.color-swatches {
    text-align: center;
}
.product-item-hme-inner:hover .shortcode_products {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}
.chosen-container-single .chosen-single div b {
    display: none !important;
}
/*****************************Compare***********************************/
.yith-woocompare-popup-container {
    background: rgb(48 44 44 / 77%)!important;
}
.yith-woocompare-popup-container tr.description.even {
    display: none;
}
#yith-woocompare table.dataTable.compare-list:not(.compact) tbody td {
    padding-inline: 15px!important;
}
#yith-woocompare table.dataTable.compare-list tbody th, 
#yith-woocompare table.dataTable.compare-list tbody td {
    border-right: 1px solid #e7e7e7!important;
    border-top: 1px solid #e7e7e7;
    font-family: 'LexendDeca-Bold';
}
table.compare-list tr.stock:not(.label-row) td.in-stock {
    background-color: #016cf1!;
    color: #fff;
}
#yith-woocompare table.compare-list td:not(.filler) {
    min-width: 185px!important;
    width: 300px!important;
}
#yith-woocompare .DTFC_LeftBodyLiner {
    overflow: hidden !important;
    width: 100% !important;
}
#yith-woocompare .DTFC_LeftBodyWrapper {
    width: 325px !important;
}
.yith-woocompare-popup, .yith-woocompare-table-scroll-wrapper {
    max-width: 1220px;
    position: relative;
    margin: 0 auto;
    padding: 0 !important;
    border: 5px solid #0063de!important;
    background-color: #fff;
}
body.yith-woocompare-popup, .yith-woocompare-table-wrapper {
    padding: 5%!important;
}
.yith-woocompare-popup-container a.yith-woocompare-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    width: 30px;
    color: #fff;
    text-decoration: none;
    z-index: 2;
    line-height: 1;
    background-color: #000000a3;
    text-align: center;
}
table.compare-list .product_info td > * {
    margin-bottom: 15px;
}
table.compare-list .product_title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
}
#yith-woocompare-table_wrapper {
    margin: 0!important;
}
#yith-woocompare-preview-bar.shown {
    display: none!important;
}
#primary-mono .entry-footer {
    display: none!important;
}
.wp-singular .woocommerce div.product form.cart .button {
    margin-left: 5px;
    background-color: #0063de;
}
table.compare-list .product_title {
    font-size: 19px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Poppins-Medium';
}
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 14px 30px;
    border-radius: 12px;
    font-size: 17px;
    margin-right: 10px;
}
.woocommerce-account .entry-content {
    max-width: 30%;
    margin: 0 auto;
}


/*******************************Shop Category*****************************/
div#mega-menu-wrap-category_menu {
    position: absolute;
}
div#mega-menu-wrap-category_menu li {
    display: block!important;
}
button.shop-categry {
    padding: 0;
    background-color: #0063de;
    color: #fff;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins-Regular';
    padding: 1em 3em;
    width: 240px;
    position: relative;
}
button.shop-categry:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 20px;
    background-image: url('../css/images/home/hamburger.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 18px;
    left: 15px;
}
div#mega-menu-wrap-category_menu {
    position: absolute;
    width: 240px;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.18));
    background-color: #ffffff;
    border: 0px solid #000000;
    padding: 0px 10px;
}
#mega-menu-wrap-category_menu #mega-menu-category_menu > li.mega-menu-item > a.mega-menu-link {
    height: 50px;
    font-size: 16px;
    line-height: 45px;
    color: #000000;
    font-weight: 400;
    border-bottom: 2px solid #cccccc;
}
#mega-menu-wrap-category_menu #mega-menu-category_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    position: absolute;
    width: 810px;
    max-width: none;
    left: 230px;
    top: 50px;
    background-color: #ffffff !important;
}
#mega-menu-wrap-category_menu #mega-menu-category_menu > li.mega-menu-megamenu > ul.mega-sub-menu h4.mega-block-title {
    font-family: 'Poppins-Regular' !important;
}
.mega-menu-item-media_image-2 a {
    width: 100%;
}
.widget_media_image h4 {
   display: none!important;
}
.widget_media_image a img {
    height: 200px!important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.widget_media_image a {
    width: 100%!important;
}
.featured_collections_single_image {
    margin-bottom: 15px;
}
.product-item:nth-child(3n+1) {
    clear: both;
}
.footer_about ul li {
    display: inline-block;
    margin: 0px 5px;
    vertical-align: middle;
}
.footer_about ul li a {
    background-color: #fff;
    width: 30px;
    display: block;
    height: 30px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 27px;
    padding: 2px;
    transition: 0.5s;
}
.footer_about ul li a:hover {
    transform: scale(0.9) !important;
}   
.footer_about ul {
    margin-top: 1em;
}
.mobile-menu {
    display: none;
}
.shop_categry_inner {
    /* display: none!important; */
    opacity: 0!important;
    visibility: hidden!important;
    transform: translate(0px, -55px)!important;
    transition: 0.5s;
}
.shop_categry_inner.active {
    opacity: 1!important;
    visibility: visible!important;
    transform: translate(0px, 0px)!important;
    transition: 0.5s;
}
.home .shop_categry_inner {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0px, 0px) !important
}
/***************************************Aboutus Page*****************************************/
.electronics-breadcrumb .col-full {
    max-width: 1260px;
    margin: 0 auto;
}
.electronics-breadcrumb {
    background-color: #f7f8fa;
}
.electronics-breadcrumb .col-full nav.woocommerce-breadcrumb a {
    font-size: 18px;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    text-decoration: unset;
    font-family: 'Poppins-Regular'!important;
}
.woocommerce-breadcrumb .breadcrumb-separator {
    font-size: 28px;
    color: #000000 !important;
    font-weight: 600;
    text-decoration: unset;
}
.woocommerce-breadcrumb {
    font-size: 24px !important;
    color: #000000;
    font-weight: 600;
    text-decoration: unset;
    font-family: 'Poppins-Regular';
}
.woocommerce-breadcrumb a:first-of-type::before {
    content: unset;
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
    font-family: 'FontAwesome';
    color: #000000;
}
.electronics-breadcrumb {
    margin-bottom: 0em!important;
}
.aboutus_firstblock {
    float: left;
    width: 100%;
   padding: 5em 0em 4em;
    margin: 1em 0em;
}
.aboutus_firstblock_image_inner img {
    height: 525px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.aboutus_firstblock_content {
    position: absolute;
    top: 100px;
    right: 0;
    width: 37%;
}
.aboutus_firstblock_content h2 {
    background-color: #ffffff;
    border: 0px solid #000000;
    display: block;
    padding: 1em;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
}
.aboutus_firstblock_content p {
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 15px;
}
.aboutus_firstblock_content a {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1.5px solid;
    position: relative;
    width: 110px;
    transition: 0.5s;
}
.aboutus_firstblock_content a:hover {
    transform: scale(0.9);
}
.aboutus_firstblock_content a:before {
    content: '\f054';
    position: absolute;
    font-family: 'FontAwesome';
    right: 0;
}
.aboutus_firstblock_slic button.slick-prev.slick-arrow {
    font-size: 0;
    position: absolute;
    right: 60px;
    width: auto;
    bottom: 130px;
    z-index: 99;
}
.aboutus_firstblock_slic button.slick-prev.slick-arrow:before { 
    content: '\f053';
    position: absolute;
    font-size: 18px;
    font-family: 'FontAwesome';
}
.aboutus_firstblock_slic button.slick-next.slick-arrow {
    font-size: 0;
    position: absolute;
    right: 40px;
    width: auto;
    bottom: 130px;
    z-index: 99;
}
.aboutus_firstblock_slic button.slick-next.slick-arrow:before { 
    content: '\f054';
    position: absolute;
    font-size: 18px;
    font-family: 'FontAwesome';
}
.aboutus_firstblock_slic:before {
    content: '';
    position: absolute;
    width: 125px;
    height: 230px;
    background-color: #9cc4f4;
    top: -51px;
    left: -36px;
}
.aboutus_firstblock_image_inner:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 80px;
    background-color: #98c3f1;
    right: -10px;
    z-index: -1;
    top: 20px;
}
.mangerblock_hle {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
    position: relative;
}
.mangerblock_hle:before {
    content: "";
    position: absolute;
    width: 35%;
    height: 40%;
    background-color: #8fbcf3;
    top: 7em;
    z-index: -1;
}
.mangerblock_image {
    margin-right: 2em;
}
.mangerblock_image_inner img {
    height: 565px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.mangerblock_inner p {
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    font-weight: 500;
}
.mangerblock_inner a {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1.5px solid;
    position: relative;
    width: 110px;
    margin-top: 1em;
    transition: 0.5s;
}
.mangerblock_inner a:hover {
    transform: scale(0.9);
}
.mangerblock_inner a:before {
    content: '\f054';
    position: absolute;
    font-family: 'FontAwesome';
    right: 0;
}
.mangerblock_image_inner {
    position: relative;
    padding: 10px;
}
.mangerblock_image_inner:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 40%;
    background-color: #0066e370;
    left: -20px;
    top: -10px;
    z-index: -1;
}
.aboutus_third_blck {
    float: left;
    width: 100%;
    padding: 1em 0em;
    margin: 1em 0em;
}
.aboutus_third_inner {
    height: 495px;
    width: 100%;
    background-attachment: fixed;
}
.aboutus_third_content h2 {
    font-size: 48px;
    line-height: 75px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
}
.aboutus_third_content p {
    font-size: 33px;
    line-height: 65px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 2em;
    transform: rotate(-8deg);
}
.aboutus_third_content {
    width: 55%;
    margin-top: 3em;
}
.aboutus_third_content a {
    font-size: 20px;
    text-decoration: underline;
    color: #000;
    font-weight: 700;
    margin-top: 0;
}
.aboutus_fourth_blck {
    float: left;
    width: 100%;
    padding: 1em 0em;
    margin: 2em 0em;
}
.aboutus_fourth_image img {
    height: 510px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.aboutus_fourth_image {
    margin-right: 2em;
    position: relative;
}
.aboutus_fourth_inner h2 {
    font-size: 41px;
    line-height: 55px;
    color: #000000;
    font-weight: 400;
    display: inline-block;
    width: 44%;
    padding: 1em 1em 1em 2em;
    margin-left: -94px;
    border: 2px solid;
    z-index: 9;
    position: relative;
    margin-bottom: 1em;
    margin-top: 35px;
}
.aboutus_fourth_inner h2:before {
    content: '';
    position: absolute;
    width: 68px;
    height: 101%;
    top: -2px;
    left: -3px;
    border: 2px solid #fff;
    border-right: 0;
}
.aboutus_fourth_inner h2:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 35px;
    background-image: url('../css/images/aboutus/doublequotes.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: -25px;
    left: 15px;
}
.aboutus_fourth_inner p {
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    font-weight: 500;
}
.aboutus_fourth_image:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 40%;
    background-color: #0066e370;
    left: -30px;
    top: -30px;
    z-index: -1;
}
.newcollections_hle {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.newcollections_inner h2 {
    font-size: 37px;
    color: #000000;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 15px;
}
/*********************************Contactus Page*******************************/
.contactus_hle {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.contactus_left_inner {
    filter: drop-shadow(0 0 6px rgba(0,0,0,0.25));
    background-color: #ffffff;
    border: 0px solid #000000;
    padding: 1em 1.5em;
}
.contactus_left_inner h4 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 10px;
}
.contactus_left_inner p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
   margin-bottom: 1em;
}
.contactus_left_inner ul li {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 2em;
    padding-left: 65px;
    position: relative;
}
.contactus_left_inner ul li:nth-child(1)::before {
    content: '\f0e0';
    position: absolute;
    font-family: 'FontAwesome';
    left: 5px;
    font-weight: 400;
}
.contactus_left_inner ul li:nth-child(2)::before {
    content: '\f095';
    position: absolute;
    font-family: 'FontAwesome';
    left: 5px;
    font-weight: 400;
    font-size: 24px;
}
.contactus_left_inner ul li:nth-child(3):before {
    content: '\f017';
    position: absolute;
    font-family: 'FontAwesome';
    left: 5px;
    font-weight: 400;
    font-size: 24px;
}
.contactus_left_inner ul li span {
    display: block;
}
.contactus_left_image img {
    height: 265px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.contactus_left_inner ul li:after {
    content: '';
    position: absolute;
    width: 78px;
    height: 45px;
    background-color: #0060d8;
    left: -22px;
    top: -9px;
    z-index: -1;
    border-top-right-radius: 45px;
    transform: translate(-37px, 0px);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.contactus_left_inner ul li:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}
.contactus_left_inner ul li:hover::before {
    color: #fff;
}
.contactus_right_form h2 {
    font-size: 29px;
    color: #000000;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 1em;
}
.contactus_right_inner {
    padding-left: 3em;
}
.contactus_right_inner form .form-row {
    float: left;
    width: 48%;
    margin-bottom: 10px;
}
.contactus_right_inner .form-group.full {
    float: left;
    width: 100%;
    margin-bottom: 2em;
}
.contactus_right_inner .form-group.full p span {
    width: 100%;
    display: block;
}
.contactus_right_inner .form-group.full p span input {
    width: 100%;
}
.contactus_right_inner .form-group p span input {
    background-color: transparent;
    border: 0;
    box-shadow: unset;
    border-bottom: 1px solid;
}
.contactus_right_inner .form-group p br {
    display: none;
}
.contactus_right_inner form .form-row:nth-child(odd) {
    float: right;
}
.contactus_right_inner .form-group p label {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
}
.contactus_right_inner .form-group p span input[type=text]:focus {
    background-color: unset!important;
}
.contactus_right_inner .form-group.full p span textarea {
    background-color: transparent;
    box-shadow: unset;
    border: 1px solid;
    margin-top: 10px;
}
.contactus_right_inner .form-bottom p input {
    background-color: #0066e4;
    border: 0px solid #000000;
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
    border-radius: 0px 50px 0px;
    width: 125px;
    transition: 0.5s;
}
.contactus_right_inner .form-bottom p input:hover {
    background-color: #000;
    transform: scale(0.9);
}
.contactussocial_media {
    display: block;
    float: right;
    width: 45%;
    margin-top: 0.5em;
}
.contactussocial_media span {
    font-size: 24px;
    color: #252525;
    font-weight: 800;
}
.contactussocial_media ul {
    display: inline-block;
    float: right;
}
.contactussocial_media ul li {
    display: inline-block;
    margin: 0px 10px;
    font-size: 30px;
    vertical-align: middle;
}
.contactussocial_media ul li a svg {
    width: 36px;
    vertical-align: sub;
}
.contactussocial_media ul li a {
    color: #0063de;
}
.contactussocial_media ul li a svg {
    fill: #0063de;
}
.form-bottom {
    float: left;
}
.contactus_map iframe {
    width: 100%;
}
.contactus_inner {
    margin-bottom: 3em;
}
/*******************************************Blog Page***************************************/
.blog_own_wrapper {float: left;width: 100%;padding: 2em 0em;margin: 2em 0em;}
.blog_own_single_image a img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.blog_own_single_image a {
    width: 100%;
    margin-bottom: 2em;
}
.blog_own_single_content .blog_tag {
    font-size: 29px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
}
span.blogown_date {
    font-size: 29px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    vertical-align: middle;
    margin-bottom: 15px;
    display: inline-block;
}
.blog_own_single_content p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog_own_single_content a {
     font-size: 20px;
    line-height: 24px;
    color: #0066e4;
    font-weight: 600;
}
.blog_own_right {
    padding-left: 2em;
}
.blog_own_right_search .probox {
    border: 0px!important;
}
.blog_own_right_search input.orig {
    font-size: 25px!important;
    line-height: 29px!important;
    color: #000!important;
    font-weight: 600!important;
    height: 55px;
    display: block;
}
.blog_own_right_search {
    margin-bottom: 1em;
    display: block;
    float: right;
    width: 95%;
}
.blog_own_right_search input.orig {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #000 !important;
    font-weight: 600 !important;
    height: 55px;
    display: block;
    font-family: 'LexendDeca-Bold' !important;
}
.blog_own_right_search div.asl_w .probox {
    height: 45px;
    border: 1px solid #0060d8!important;
    border-radius: 15px!important;
    margin-bottom: 15px;
}
.blog_own_right_search input.orig {
    height: 45px !important;
}
.blog_own_right_search div.asl_w .probox .promagnifier .innericon svg {
    width: 25px;
    height: 45px;
}
.blog_own_right_category {
    float: left;
    width: 100%;
    padding: 0em 2em 1em;
    border-bottom: 2px solid #e1e1e1;
}
.blog_own_right_category h4 {
    font-size: 34px;
    line-height: 55px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog_own_right_category ul li a {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog_bottom_hle {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 0em 0em;
}
.blog_bottom_left h4 {
    font-size: 41px;
    line-height: 49px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.blog_bottom_leftsingle .blog_bottom_leftimage {
    width: 60%;
    float: left;
}
.blog_bottom_leftsingle .blog_bottom_leftimage a {
    width: 100%;
    height: 260px;
    display: inline-block;
}
.blog_bottom_leftsingle .blog_bottom_leftimage a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.blog_bottom_leftcont {
    float: left;
    width: 40%;
    padding-left: 1.5em;
    padding-top: 1em;
}
.blog_bottom_leftcont span {
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.blog_bottom_leftcont strong {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: 'LexendDeca-Bold';
    margin-bottom: 15px;
    display: block;
}
.blog_bottom_leftcont p {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog_bottom_leftcont a {
    font-size: 18px;
    line-height: 24px;
    color: #0066e4;
    font-weight: 600;
}
.blog_bottom_leftsingle {
    float: left;
    width: 100%;
    margin-bottom: 19px;
}
.blog_bottom_leftcont.blog_bottom_rightsingle_cont {
    float: left;
    width: 100%;
    padding-left: 0;
}
.blog_bottom_right {
    padding-left: 2em;
}
.blog_bottom_right h4 {
    font-size: 41px;
    line-height: 49px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.blog_bottom_leftimage.blog_bottom_rightsingle_image a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.blog_bottom_leftimage.blog_bottom_rightsingle_image a {
    width: 100%;
    height: 260px;
}
.blog_bottom_rightsingle {
    margin-bottom: 2em;
}
.blog_bottom_leftcont.blog_bottom_rightsingle_cont span {
    display: inline-block;
    float: right;
}
.blog_bottom_leftcont.blog_bottom_rightsingle_cont strong {
    display: inline-block;
    float: left;
}
.blog_bottom_rightsingle_cont p {
    display: block;
    float: left;
}
/*****************************************Blogdetail Page**********************************/
.blogdetail_main {
    float: left;
    width: 100%;
    padding: 2em 0em;
}
.single-post header.entry-header span {
    display: none;
}
.single-post header.entry-header h1 {
    border-bottom: 0px;
    box-shadow: unset;
    outline: unset;
}
.single-post .entry-content img {
    height: 540px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.single-post .entry-content p {
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-weight: 500;
}
.single-post aside.entry-taxonomy {
    display: none;
}
.single-post .edit-link {
    display: none;
}
.single-post nav#post-navigation {
    display: none;
}
.single-post h2.comments-title {
    display: none;
}
.single-post span.gamma.widget-title {
    font-size: 30px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    padding: 0;
    margin-bottom: 10px;
    border: 0;
    font-family: 'LexendDeca-Bold';
}
.single-post ul.product-categories li a {
    font-size: 22px;
    line-height: 30px;
    color: #000000!important;
    font-weight: 600!important;
    display: inline-block;
    text-decoration: unset!Important;
}
.single-post ul.product-categories li:before {
    display: none;
}
.single-post ul.product-categories li {
    padding: 0;
}
.single-post .post-thumbnail{
    position:relative;
}
.single-post .hentry .entry-header {
    border-bottom: 0px;
}
.single-post .post-thumbnail{
    position:relative;
}
.post-date-badge{
    margin-top:10px;
    font-size:14px;
    color:#666;
}
.post-thumbnail{
    position:relative;
}
.single-post div#primary {
    position: relative;
}
.post-date-badge{
    position: absolute;
    top: 585px;
    left: 100px;
    background: #2b6cb0;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: 'LexendDeca-Bold';
}
.single-post .blog-bottom-meta {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid;
}
.single-post .blog-bottom-meta span.post-date {
    font-size: 28px;
    line-height: 31px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: 'LexendDeca-Bold';
}
.single-post .blog-bottom-meta .social-share {
    display: inline-block;
    float: right;
    text-align: right;
    width: 40%;
}
.single-post .social-share span {
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}
.single-post .social-share span a {
    margin: 0px 10px;
    font-size: 24px;
    vertical-align: middle;
}
.single-post .social-share span a svg {
    width: 30px;
    vertical-align: sub;
}
.single-post .hentry .entry-content a:nth-child(1) {
    margin-left: 2em;
}
.single-post div#primary {
    position: relative!important;
    width: 70%!important;
    margin-right: 0!important;
}
.single-post div#secondary {
    width: 28%!important;
}
.sidebar-recent-post h3 {
    display: none;
}
.single-post .recent-post-item .recent-img {
    width: 50%;
    float: left;
}
.single-post .recent-content {
    float: right;
    width: 50%;
}
.single-post .recent-post-item {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.single-post .recent-post-item .recent-img img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.single-post .recent-content a {
    font-size: 17px;
    line-height: 26px;
    display: block;
    color: #000!important;
    text-decoration: unset!important;
    margin-bottom: 5px;
}
.single-post .recent-content {
    padding-left: 12px;
    padding-top: 5px;
}
.single-post .recent-content span {
    font-size: 16px;
    line-height: 24px;
}
.single-post .tagcloud a {
    text-decoration: unset !important;
    font-size: 22px!important;
    line-height: 30px!important;
    color: #000000 !important;
    font-weight: 600 !important;
    display: inline-block;
    text-decoration: unset ! Important;
}
.single-post .sb_instagram_header.sbi_medium.sbi_no_avatar {
    display: none;
}
.single-post div#sbi_load {
    display: none;
}
.single-post div#sbi_images {
    display: block!important;
}
.single-post .sbi_item.sbi_type_image {
    float: left;
    width: 50%!important;
}
.single-post .sbi_item.sbi_type_image img {
    width: 100%!important;
    height: 100%!important;
}
.single-post .sb_instagram_header.sbi_medium.sbi_no_avatar {
    display: none;
}
.single-post div#sbi_load {
    display: none;
}
.single-post div#sbi_images {
    display: block!important;
    float: left;
    width: 100%!important;
}
.single-post .sbi_item.sbi_type_image {
    float: left;
    width: 49%!important;
    margin-bottom: 10px!important;
    padding-bottom: 10px;
}
.single-post .sbi_item.sbi_type_image img {
    width: 100%!important;
    height: 100%!important;
}
.single-post .sbi_item.sbi_type_image:nth-child(even) {
    float: right;
}
.single-post #comments .comment-list .comment-meta .avatar {
    max-width: 100%!important;
}
.single-post #comments .comment-list .comment-meta cite {
    text-align: center;
    font-size: 19px;
}    
.single-post #comments .comment-list .comment-meta a.comment-date {
    display: block;
    text-align: center;
    font-size: 16px;
}
.single-post #comments .comment-list .bypostauthor>.comment-body cite a::after {
    font-family: 'FontAwesome';
    font-weight: 400;
}
.single-post span#reply-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}
.single-post p.logged-in-as {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.single-post .comment-form-comment label {
    font-size: 15px;
    margin-bottom: 10px;
}
.single-post textarea#comment {
    background-color: transparent;
    outline: unset;
    box-shadow: unset;
    border: 1px solid #000;
    resize: unset;
    margin-bottom: 15px;
}
.single-post input#submit {
    background-color: #0060d8;
    color: #fff;
}
.single-post #comments .comment-list .reply a::after {
    content: unset;
}
#comments .comment-list .reply a.comment-edit-link::after {
    content: unset;
}
.header-menu #mega-menu-wrap-primary #mega-menu-primary {
    text-align: center;
}
.header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 15px !important;
    font-size: 18px !important;
    line-height: 42px !important;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, .header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background-color:unset!important;
}
.header-menu #mega-menu-wrap-primary {
   background-color:unset!important;
}
.header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
   background-color:unset!important; 
}
/**********************************Shop Page***********************************/
.woocommerce-products-header__title.page-title {
    display: none;
}
.view-toggle .toggle-view {
    padding: 6px 9px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cecece;
    margin: 0px 5px;
}
.view-toggle .toggle-view span i {
    font-size: 30px;
}
.view-toggle .toggle-view.active {
    background-color: #0060d8;
    border: 1px solid #0060d8;
}
.view-toggle .toggle-view.active span i {
    color: #fff;
}   
/* .view-toggle button#list-view {
    padding: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cecece;
} */
.product_listing_wrapper div#primary {
    float: right;
    margin-right: 0;
    margin-bottom: 0;
}
.product_listing_wrapper div#secondary {
    float: left;
    width: 24%;
    border-right: 1px solid #c4c4c4;
    padding-right: 2em;
    display: none;
}
.product_listing_wrapper .woocommerce-result-count {
    font-size: 17px;
}
.view-toggle {
    position: absolute;
    z-index: 9;
    right: 265px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: auto;
    z-index: 0;
    top: 4px;
}
.product_listing_wrapper .container {
    position: relative;
}
.grocery-sorting form.woocommerce-ordering select {
    font-size: 16px;
    line-height: 50px;
    color: #5c5c5c;
    font-weight: 400;
    padding: 7px;
    border: 1px solid #cecece;
    border-radius: 5px;
}
/* .toggle-view img {
    filter: invert(15%) sepia(98%) saturate(5092%) hue-rotate(73deg) brightness(99%) contrast(103%)!important;
}   
.toggle-view.active img {
    filter: invert(57%) sepia(57%) saturate(2438%) hue-rotate(351deg) brightness(105%) contrast(104%)!important;
} */
.grid-view li.product {
     margin-right: 0 !important;
    width: 32% !important;
    margin: 0px 5px !important;
    margin-bottom: 25px !important;
    border-radius: 0;
    background-color: #ffffff;
    padding-bottom: 10px;
    border: 1px solid #d6d6d6;
    padding: 1em;
    height: 355px;
    overflow: hidden;
}
.products li.product.last {
    margin-right: 5px !important;
}
.grid-view li.product img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.grid-view li.product img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
}
.grid-view li.product h2.woocommerce-loop-product__title {
    display: inline-block;
    float: left;
    width: 100%;
    padding-left: 0;
    font-size: 17px !important;
    line-height: 20px;
    color: #20370a;
    font-weight: 500 !important;
    font-family: 'Poppins-Medium';
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    color: #000000;
    font-weight: 500;
}
.grid-view li.product .custom-main-description {
    padding: 0px 10px;
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 21px;
    color: #5c5c5c;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 6px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    display: none;
}
.grid-view li.product .custom-main-description:before {
    content: '';
    position: absolute;
    width: 95%;
    height: 2px;
    background-color: #f5f5f5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.grid-view li.product .star-rating {
    float: right;
    width: 100%;
}
.grid-view li.product span.onsale {
    background-color: #26410c;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 10px 0px 10px;
    border: 0px;
    padding: 5px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: none;
}
.grid-view li.product .add_to_cart_button {
    border-radius: 11px;
    background-image: linear-gradient(180deg, #fb8b0f 0%, #fd810f 100%);
    padding: 2px 9px;
    float: right;
    margin-right: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: none;
}
.grid-view li.product a.button.yith-wcqv-button {
    display: none;
}
.grid-view li.product a.compare.button {
    display: none;
}
.grid-view li.product span.price {
    float: left;
    width: 100%;
    padding-left: 0;
    margin: 5px 0 5px;
    font-size: 16px;
    line-height: 20px;
    color: #000000 !important;
    font-weight: 800 !important;
}
.grid-view li.product span.price del {
    /* float: left; */
    font-size: 13px;
    line-height: 20px;
    color: #5c5c5c;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    font-weight: 700;
    opacity: 1;
}
.grid-view li.product span.price ins {
    font-size: 16px;
    line-height: 17px;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins-Medium' !important;
    /* display: none; */
}
.star-rating span:before {
    color: #0066e4 !important;
    font-size: 14px;
}
.list-view li.product {
    float: left !important;
    width: 100% !important;
    display: block !important;
    margin-right: 0px !important;
    margin-bottom: 15px !important;
    border-radius: 0px;
    background-color: #ffffff;
    padding-bottom: 0;
    border: 1px solid #d6d6d6;
    overflow: hidden;
}
.list-view li.product img {
    margin-bottom: 0 !important;
    height: 275px !important;
    width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}
.content_list {
    padding-left: 15px;
    text-align: left;
    padding-top: 10px;
}
.content_list h2.woocommerce-loop-product__title {
    font-size: 24px!important;
    line-height: 36px;
    color: #20370a;
    display: block;
    width: 100%;
    font-family: 'Poppins-Medium';
    margin-bottom: 15px;
    font-size: 25px !important;
    line-height: 37px;
    color: #20370a !important;
    font-weight: 500 !important;
    font-family: 'Poppins-Medium';
}
.content_list .star-rating {
    text-align: left;
    float: left;
}
.content_list .custom-main-description {
    padding: 0px 10px;
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #5c5c5c;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3 !important;
    padding-bottom: 0;
    overflow: hidden;
    text-align: left;
    margin-bottom: 10px;
}
.content_list .custom-main-description {
    padding-left: 0;
}
.content_list span.price del {
     float: left;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    opacity: 1;
}
.content_list span.price {
    padding-left: 0;
    margin-bottom: 15px !important;
    display: block !important;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #000 !important;
    font-weight: 600 !important;
}
.content_list span.price ins {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Poppins-Medium' !important;
}
.content_list .product_type_simple {
    border-radius: 11px;
    background-image: linear-gradient(180deg, #fb8b0f 0%, #fd810f 100%);
    padding: 3px 15px;
    float: left;
    margin-right: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.content_list span.onsale {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #26410c;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0px 10px 0px 10px;
    border: 0px;
    padding: 5px 16px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: none;
}
.product_listing_wrapper div#secondary span.gamma.widget-title {
    font-size: 22px;
    line-height: 36px;
    color: #7d9562;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 0;
    border: 0;
}
.product_listing_wrapper div#secondary div#ajaxsearchlite2 {
    box-shadow: unset !important;
}
.product_listing_wrapper div#secondary div.asl_m .probox {
    border-radius: 10px!important;
    border: 1px solid #d6d6d6!important;
    padding: 0px 10px!important;
}
.product_listing_wrapper div#secondary div.asl_m .probox .proinput input {
    height: 45px;
    font-family: 'Poppins-Regular' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.product_listing_wrapper div#secondary div.asl_w .probox .proinput {
    margin: 0!important;
    padding: 0!important;
}
.product_listing_wrapper div.asl_w .probox .promagnifier {
    height: 45px;
}
.product_listing_wrapper .product-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5c5c5c;
    font-size: 16px;
    line-height: 45px;
    border-bottom: 2px solid #f2f2f2;
    position: relative;
    padding-left: 25px;
    transition: 0.5s;
}
.product_listing_wrapper .product-categories li a:hover:before {
    left: 5px;
    transition: 0.5s;
}
.product_listing_wrapper .product-categories li a:hover {
    color: #0063de;
}
.product_listing_wrapper .product-categories li a:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url('../css/images/product/download.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 0;
    top: 18px;
    transition: 0.5s;
}
.product_listing_wrapper .product-categories li.current-cat a:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #0063de;
    right: 10px;
    top: 15px;
    border-radius: 50%;
}
.product_listing_wrapper ul.woocommerce-widget-layered-nav-list li:before {
    content: unset;
}
.product_listing_wrapper ul.woocommerce-widget-layered-nav-list li a:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    border: 2px solid #00af5f;
    left: -28px;
    top: 8px;
    border-radius: 50%;
}
/* .product_listing_wrapper ul.woocommerce-widget-layered-nav-list li.chosen a:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-color: #00af5f;
    left: -25px;
    top: 11px;
    border-radius: 50%;
} */
.product_listing_wrapper ul.woocommerce-widget-layered-nav-list li a {
    position: relative;
}
.product_listing_wrapper .product-categories li::before {
    content: unset!important;
}
/* .product_listing_wrapper .widget_price_filter .ui-slider .ui-slider-range, 
.product_listing_wrapper .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #234114!important;
}
.product_listing_wrapper .widget_price_filter .price_slider_amount .button {
    background-color: #ff8a2b;
    border-color: #eeeeee;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    border-radius: 20px;
    font-family: 'Poppins-Regular';
    letter-spacing: 0.2px;
} */
.product_listing_wrapper .price_label {
    font-size: 15px;
    line-height: 32px;
    font-family: 'Poppins-Regular';
}
.product_listing_wrapper ul.woocommerce-widget-layered-nav-list li a {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.product_listing_wrapper ul.woocommerce-widget-layered-nav-list li a:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    border: 2px solid #0063de;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
.product_listing_wrapper li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 32px;
    display: flex;
    align-items: center;
}
.product_listing_wrapper nav.woocommerce-pagination {
    text-align: center;
    width: 100%;
}
.grocery-product-pagination {
    display: none!important;
}
.electronics-sorting .woocommerce-pagination {
    display: none;
}
.electronics-sorting:last-child .woocommerce-pagination {
    display: block;
}
.product_listing_wrapper .woocommerce-pagination .page-numbers li {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0px 5px;
}
.product_listing_wrapper .woocommerce-pagination .page-numbers li span {
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #0066e4 !important;
    color: #fff !important;
    line-height: 24px;
}
.product_listing_wrapper .woocommerce-pagination .page-numbers li a {
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: transparent !important;
    color: #002873 !important;
    line-height: 24px;
}
.products.list-view li.product {
    width: 100%;
    display: flex;
}
.products.grid-view li.product {
    width: 30%;
}
.mobile-menu-btn {
    display: none;
}
.shopown_wrapper.product_listing_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 2em 0em;
}
.archive form.woocommerce-ordering {
    float: right;
}
.electronics-sorting select {
    width: 200px;
    font-size: 17px;
    padding: 0.5em;
    border: 2px solid #d3d3d3;
    color: #000;
}
.product_listing_wrapper a.button.product_type_variable.add_to_cart_button {
    display: none;
}
.product_listing_wrapper a.button.yith-wcqv-button {
    display: none;
}
.product_listing_wrapper .star-rating::before {
    display: none;
}
.electronics-sorting:last-child .woocommerce-result-count {
    display: none;
}
.product_listing_wrapper .woocommerce-pagination .next::after {
    content: "\f054";
    font-family: 'FontAwesome';
    color: #000;
}
.grid-view li.product .product-actions a.compare.button {
    display: block;
}   
.product_listing_wrapper .woocommerce-pagination .prev::after {
    content: "\f053";
    font-family: 'FontAwesome';
    color: #000;
}
.grid-view li.product:hover .shortcode_products {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}
.grid-view li.product .shortcode_products a.button.yith-wcqv-button {
    display: block!important;
}
.grid-view li.product .shortcode_products a.button.product_type_variable.add_to_cart_button {
    display: block !important;
    font-size: 0;
    background-color: #ffffff;
    background-image: unset;
}
.grid-view li.product .shortcode_products .add_to_cart_button {
    display: block !important;
    font-size: 0;
    background-color: #ffffff;
    background-image: unset;   
}
#yith-quick-view-modal span.onsale {
    display:none;
}
.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary form.cart .quantity input {
    font-size: 20px;
    background-color: #0060d8;
    color: #fff;
    border-radius: 0px;
}
.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 15px 40px;
    border-radius: 12px;
    font-size: 18px;
    background-color: #005dd2;
    margin: 0px 5px;
}
.yith-quick-view-content .woocommerce-product-rating {
    margin: 0 !important;
}
#yith-quick-view-content div.images {
    padding: 2em;
}
.woocommerce .yith-quick-view .single-product div.product .summary.entry-summary .product_title, .woocommerce .yith-quick-view .single-product div.product .summary.entry-summary .price {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.yith-quick-view-content.woocommerce div.summary div[itemprop="description"], .yith-quick-view-content.woocommerce div.summary .product_meta {
    font-size: 15px;
    float: left;
    width: 100%;
}
.yith-quick-view-content.woocommerce div.product .product {
    height: 500px;
}
#yith-quick-view-content div.images img {
    object-fit: contain;
    height: 80%;
}
.list-view li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}
.list-view li.product:hover .shortcode_products {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}
.list-view li.product .shortcode_products a.button.yith-wcqv-button {
    display: block!important;
}
.list-view li.product .shortcode_products a.button.product_type_variable.add_to_cart_button {
   display: block!important;
}
.list-view li.product .shortcode_products .add_to_cart_button {
    display: block!important;
}
.list-view li.product .product-actions a.button.yith-wcqv-button  {
     display: block!important;
}   
.list-view li.product .product-actions a.compare.button {
    display: block!important;
}
.product_listing_wrapper a.compare.button {
    display: none;
}
.shop-sidebar {
    float: left;
    width: 25%;
}
/* Price Range Slider */
.price_slider_wrapper .ui-slider {
    height: 4px;
    background: #ddd;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 15px;
    position: relative;
}
.price_slider_wrapper .ui-slider-range {
    background: #0063de;
}
.price_slider_wrapper .ui-slider-handle {
    width: 16px;
    height: 16px;
    background: #0063de;
    border-radius: 50%;
    border: none;
    top: -6px;
    display: inline-block;
    position: absolute;
}
.price_slider_wrapper .price_label {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.color-swatches{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.shop-sidebar .color-dot{
    width:20px;
    height:20px;
    border-radius:50%;
    display:inline-block;
    border:1px solid #ccc;
    cursor:pointer;
    margin: 0px 4px;
}
.product-color-group {
    display: inline-block;
}
.product-color-group:nth-child(1) .color-dot:nth-child(2) {
    display: none;
}
.product-color-group:nth-child(2) {
    display: none;
}
.product-color-group:nth-child(3) {
    display: none;
}
.product-color-group:nth-child(5) {
    display: none;
}
.product-color-group:nth-child(6) {
    display: none;
}
.product-color-group:nth-child(9) {
    display: none;
}
.product-color-group:nth-child(10) {
    display: none;
}
.product-color-group:nth-child(11) {
    display: none;
}
.product-color-group:nth-child(12) {
    display: none;
}
.product-color-group:nth-child(13) {
    display: none;
}
.product-color-group:nth-child(14) {
    display: none;
}
.shop_sidebar_inner {
    background-color: #fff;
    padding: 20px;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, .14));
    float: left;
    width: 100%;
}
.product-widget h4 {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 30px;
}
.product-widget h4:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background-color: #0066e4;
    bottom: -2px;
    left: 0;
}
.price_slider_wrapper {
    width: 100%;
    position: relative;
    float: left;
}
.product-widget {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.price_slider_wrapper .price_label span {
    font-size: 16px;
    font-weight: 600;
}
.shop-sidebar ul.woocommerce-widget-layered-nav-list li .count {
    display: none;
}
.shop-sidebar li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 32px;
    display: flex;
    align-items: center;
}
.shop-sidebar li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term.chosen a:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #0063de;
    top: 8px;
    left: 0;
    border-radius: 50%;
    margin-left: 0px;
}
.shop-sidebar .stock-filter label {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 32px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.shop-sidebar .stock-filter label input {
    margin-right: 15px;
    margin-top: 0;
}
.shop-without-sidebar aside.shop-sidebar.product_without_sidebar {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    z-index: 9;
    order: 1;
    height: 105px;
}
.shop-without-sidebar aside.shop-sidebar {
    display: none;
}
.shop-with-sidebar aside.shop-sidebar {
    display: block;
}
.shop-with-sidebar aside.shop-sidebar.product_without_sidebar {
 display: none;
}
/* .shop-without-sidebar .product_listing_wrapper div#primary {
    width: 100%;
    margin-top: 10em;
    position: relative;
    z-index: 9;
} */
 .shop-without-sidebar .product_listing_wrapper div#primary {
    width: 100%;
    margin-top: 0;
    position: relative;
    order: 2;
    margin-top: 0;
    top: 15px;
}
.product_without_sidebar .shop_sidebar_inner {
    background-color: transparent;
    filter: unset;
    padding: 0;
    width: 90%;
    float: right;
}
aside.shop-sidebar.product_without_sidebar .product-widget {
    display: inline-block;
    width: 205px;
    margin: 0px 10px;
    overflow:hidden;
}
.product_without_sidebar ul.product-categories.active {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    transition: 0.5s; 
}
.product_without_sidebar ul.product-categories {
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, -50px);
    transition: 0.5s;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px #0000001a;
    position: absolute;
    width: 205px;
}
.product_without_sidebar form,
.product_without_sidebar .custom-html-widget, 
.product_without_sidebar .woocommerce-widget-layered-nav-list {
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, -50px);
    transition: 0.5s;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px #0000001a;
    padding: 5px;
    position: absolute;
    width: 16.5%;
}
.product_without_sidebar form.active,
.product_without_sidebar .custom-html-widget.active,
.product_without_sidebar .woocommerce-widget-layered-nav-list.active {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    z-index: 9999;
    position: absolute;
    width: 16.5%;
}
.product_without_sidebar form.active {
    padding: 0;
}
.shop-without-sidebar .view-toggle {
    top: 124px;
    z-index: 9;
}
.product_without_sidebar .shop-sidebar li.woocommerce-widget-layered-nav-list__item.wc-layered-nav-term a {
    font-size: 16px;
}
.product_listing_wrapper .product_without_sidebar ul.woocommerce-widget-layered-nav-list li a {
  padding-left: 30px;
}
.product_without_sidebar .shop-sidebar .stock-filter label {
    font-size: 16px;
}
.product_without_sidebar .shop-sidebar .stock-filter label input {
    margin-right: 10px;
}
.product_without_sidebar .price_slider_wrapper .price_label span {
    font-size: 12px; 
}
.product_without_sidebar .price_slider_wrapper .price_label {
    font-size: 12px; 
}
.product_without_sidebar .product-widget h4 {
    font-size: 18px;
    line-height: 42px;
    color: #000;
    margin-bottom: 30px;
    position: relative;
    border: 2px solid #d3d3d3;
    padding: 2px 12px;
    /* min-width: 205px; */
    cursor: pointer;
    margin-bottom: 0;
}
.product_without_sidebar .product-widget h4:before {
    content: unset;
}
.product_without_sidebar .price_slider_wrapper {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px #0000001a;
    padding: 5px;
}
.product_without_sidebar .price_slider_wrapper .ui-slider {
    width: 90%;
}
.product_without_sidebar .product-widget h4:after {
    content: '\f078';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 15px;
    right: 10px;
    transition: 0.5s;
}
.product_without_sidebar .product-widget h4.active:after {
    transform: rotate(180deg);
}
aside.shop-sidebar.product_without_sidebar h3 {
    font-size: 18px;
    line-height: 32px;
    color: #fffefe;
    font-weight: 500;
    background-color: #0066e4;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    width: 119px;
    display: inline-block;
}
.product_without_sidebar .custom-html-widget {
    /* padding-left: 15px; */
    text-align: center;
    padding: 1.5em 1em;
}
.product_without_sidebar .stock-filter label {
    font-size: 16px;
}   
.yith-quick-view-content .star-rating::before {
    opacity: 0;
}
.close-sidebar-btn {
    display: none;
}
.product_social_media {
    display: block;
    float: left;
    width: 100%;
}
/*****************************************Product-detail Page**********************************/
.single-product .electronics-product-pagination {
    display: none!important;
}
.productdetail_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em 1em;
    margin: 2em 0em 1em;
}
.single-product .site-main {
    margin-bottom: 0;
}
.productdetail_wrapper div#primary {
    float: right;
    margin-right: 0;
    width: 75%;
    padding-left: 3em;
    margin-bottom: 1em;
}
.single-product div.product table.variations select {
    width: 50%!important;
    padding: 0.5em;
    font-size: 15px;
}
.single-product .woocommerce-variation-availability {
    display: none;
}
.single-product .woocommerce-variation-price {
    display: none;
}
.single-product div#secondary {
    display: none;
}
.product-detail-sidebar {
    float: left;
    width: 25%;
}
.product-detail-sidebar .product-widget:nth-child(1) {
    background-color: #fff;
    padding: 20px;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, .14));
    float: left;
    width: 100%;
}
.product-detail-sidebar .product-widget h4 {
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    border: 0;
    line-height: 32px;
    margin-bottom: 15px;
}
.product-detail-sidebar .product-widget h4:before {
    content: unset;
}
.product-detail-sidebar ul.product-categories li a {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    line-height: 24px;
    transition: 0.5s;
}
.product-detail-sidebar ul.product-categories li a:hover {
    color: #0063de;
}
/* .product-detail-sidebar .product-widget:nth-child(2) h4 {
    display: none;
} */
 .product-detail-sidebar .product-widget:nth-child(2) {
    padding: 20px 20px 5px;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, .16));
    background-color: #fff;
    margin-bottom: 10px;
}
.product-detail-sidebar .discount_collections {
    height: 410px;
    width: 100%;
    background-image: url('../css/images/product/discount.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1.5em;
}
.product-detail-sidebar .discount_collections_inner {
    height: 100%;
    background-color: #000000a8;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.product-detail-sidebar .discount_collections_inner p {
    font-size: 28px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}
.product-detail-sidebar .discount_collections_inner a {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 36px;
    text-decoration: unset;
    border-bottom: 2px solid #fff;
    transition: 0.5s;
}
.product-detail-sidebar .discount_collections_inner a:hover {
    transform: scale(0.9);
}
.product-detail-sidebar .widget_text.product-widget h4 {
    font-size: 27px;
    line-height: 36px;
    color: #000000;
    font-weight: 700;
}
.product-detail-sidebar .featured-product-item {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.product-detail-sidebar .featured-product-img {
    float: left;
    width: 120px;
    height: 120px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}
.product-detail-sidebar .featured-product-info {
    float: left;
    width: 60%;
    padding-left: 11px;
}
.product-detail-sidebar .featured-product-info a {
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-weight: 600;
    display: block;
}
.product-detail-sidebar .featured-product-info .star-rating {
    margin: 5px 0px;
}
.product-detail-sidebar span.price {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}
.product-detail-sidebar #wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16))!important;
    background-color: #ffffff!important;
    border: 0px solid #000000!important;
    margin-bottom: 2em!important;
}
.product-detail-sidebar #wpgs-gallery .wcgs-thumb.spswiper-slide img {
    width: 125px!important;
    height: 125px!important;
    text-align: right!important;
}
.product-detail-sidebar #wpgs-gallery .gallery-navigation-carousel .wcgs-spswiper-arrow {
    width: 41px!important;
    height: 41px!important;
    border-radius: 50%!important;
    opacity: 1 !important;
    display: block !important;
    text-align: center!important;
    align-items: center!important;
    top: 25%!important;
}
.product-detail-sidebar #wpgs-gallery .gallery-navigation-carousel .wcgs-spswiper-arrow:hover::before {
    color: #000!important;
}
.single-product div.product p.price {
    font-size: 19px!important;
    color: #0066e4;
    font-weight: 700;
    font-family: Poppins;
    margin: 15px 0px!important;
    display: inline-block!important;
    float: left;
    width: 54%;
    vertical-align: middle;
}
.single-product .woocommerce-product-rating {
    display: inline-block;
    float: right;
    width: 44%;
    margin: 18px 0px !important;
    vertical-align: middle;
}
.yith-quick-view-content.woocommerce.single-product .woocommerce-product-rating .star-rating {
    float: left;
    width: 100%;
}
.single-product div.product .woocommerce-product-rating .star-rating span {
    font-size: 24px;
}
.single-product .woocommerce-product-rating a {
    display: none;
}
.single-product p.available-stock {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    /* font-family: Poppins; */
    margin: 10px 0;
    line-height: 24px;
    padding-left: 25px;
    position: relative;
    float: left;
    width: 100%;
}
.single-product p.available-stock:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('../css/images/product/check-mark.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
.productdetail_wrapper .qib-button-wrapper {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    height: 55px;
    margin: 0;
    margin-right: 1em;
}
.productdetail_wrapper .qib-button-wrapper .minus.qib-button, 
.productdetail_wrapper .qib-button-wrapper .plus.qib-button {
    background: unset;
    border: 0;
}
.productdetail_wrapper .qib-button-wrapper .quantity input.input-text.qty.text {
    border: 0;
    width: 50px;
    font-family: 'Poppins-Medium';
    height: 50px;
}
.productdetail_wrapper button.single_add_to_cart_button.button.alt {
    width: 135px;
    height: 55px;
    border-radius: 10px;
    background-color: #0060d8;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins-Regular';
    position: relative;
    text-align: center;
    opacity: 1 !important;
    padding: 15px 15px !important;
}
a.button.buy-now-btn {
    width: 130px;
    height: 55px;
    border-radius: 10px !important;
    background-color: #000!important;
    border: 1px solid #e5e5e5;
    font-size: 17px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins-Regular';
    position: relative;
    text-align: center;
    opacity: 1 !important;
    margin-left: 0px !important;
}
.productdetail_wrapper .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single.yith-add-to-wishlist-button-block--initialized {
    display: none;
}
.product_bottom .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single.yith-add-to-wishlist-button-block--initialized {
    display: inline-block;
    vertical-align: middle;
}
.product_bottom .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single.yith-add-to-wishlist-button-block--initialized a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    background: unset;
    border: none;
}
.edit-link {
    display: none;
}
.product_bottom .woocommerce.product.compare-button {
    display: inline-block;
    vertical-align: middle;
}
.product_bottom .woocommerce.product.compare-button a {
    background-color: transparent;
    position: relative;
}
.product_bottom .woocommerce.product.compare-button a span {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    background: unset;
    border: none;
}
.product_bottom .woocommerce.product.compare-button a:before {
    content: '\f066';
    position: absolute;
    width: 25px;
    height: 15px;
    font-size: 20px;
    top: 3px;
    left: 0;
    font-family: 'FontAwesome';
}
.product_bottom {
    margin-bottom: 2em;
    border-bottom: 2px dashed;
    padding-bottom: 2em;
    float: left;
    width: 100%;
}
.product_social_media label {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.product_social_media ul li {
    display: inline-block;
    margin: 0px 7px;
}
.product_social_media ul {
    display: inline-block;
    float: right;
}
.product_social_media ul li a {
    font-size: 24px;
}
.product_social_media ul li a svg {
    width: 30px;
    vertical-align: middle;
}
.woocommerce-product-details__short-description {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.productdetail_wrapper .woocommerce-tabs ul.tabs li::after {
    content: '\f054';
    font-family: 'FontAwesome';
}
.productdetail_wrapper .woocommerce-tabs .panel p {
    font-size: 16px;
    line-height: 30px;
}
.productdetail_wrapper .woocommerce-tabs ul.tabs li a {
    font-size: 17px;
}
productdetail_wrapper th.woocommerce-product-attributes-item__label {
    font-family: 'LexendDeca-Bold';
    background-color: #005dd2 !important;
    color: #fff;
    font-size: 16px;
}
.shop-with-sidebar .shortcode_products,
.shop-without-sidebar .shortcode_products,
.tax-product_cat .shortcode_products {
    height: 220px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background-color: #fff;
    padding: 5px 10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    font-size: 16px!important;
    line-height: 32px!important;
}
.sidebar-color-filter li a[title="Black"] {
    background-color: #000 !important;
}
.sidebar-color-filter li a[title="Blue"] {
    background-color: blue;
}
.sidebar-color-filter li a[title="Gray"] {
    background-color: gray;
}
.sidebar-color-filter li a[title="Pink"] {
    background-color: pink;
}
.sidebar-color-filter li a[title="Red"] {
    background-color: red;
}
.sidebar-color-filter ul{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    padding:0;
    margin:0;
}
.sidebar-color-filter li{
    list-style:none;
}
.color-swatch{
    width: 25px;
    height: 25px;
    display:block;
    border-radius:50%;
    border:1px solid #ddd;
}
.spswiper-slide.spswiper-slide-active .wcgs-slider-image {
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, .16));
    background-color: #fff;
    margin-right: 20px;
}
.spswiper-slide.spswiper-slide-active {
    margin-bottom: 2em!important;
    margin-top: 0em!important;
}
.wcgs-thumb.spswiper-slide.spswiper-slide-visible.spswiper-slide-active.spswiper-slide-thumb-active img {
    width: 150px;
}
.wcgs-thumb.spswiper-slide.spswiper-slide-visible.spswiper-slide-next img {
    width: 150px;
}
.wcgs-spswiper-button-prev.wcgs-spswiper-arrow {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px !important;
    background-color: #fff !important;
    color: #000 !important;
    display: inline-block !important;
    line-height: 42px !important;
    border: 1px solid #000 !important;
    margin-top: 50px;
}
#wpgs-gallery .gallery-navigation-carousel .wcgs-spswiper-arrow:before {
    font-size: 17px!important;
    color: #000!important;
    text-align: center!important;
    margin: 0 auto!important;
    left: 0!important;
    right: 0!important;
    margin: 0 auto!important;
    position: absolute!important;
    top: 50!important;
}
.wcgs-spswiper-button-next.wcgs-spswiper-arrow {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px !important;
    background-color: #fff !important;
    color: #000 !important;
    display: inline-block !important;
    line-height: 42px !important;
    border: 1px solid #000 !important;
    margin-top: 50px;
}
.wcgs-thumb.spswiper-slide.spswiper-slide-visible img {
    width: 150px!important;
    height: 150px!important;
    object-fit: contain;
    object-position: center;
}
.wcgs-carousel.horizontal .wcgs-spswiper-button-prev.wcgs-spswiper-arrow {
    display: none !important;
}
.wcgs-carousel.horizontal .wcgs-spswiper-button-next.wcgs-spswiper-arrow {
    display: none !important;
}
.blockUI::before {
  font-family: 'FontAwesome'!important;
}
.woocommerce-tabs .wc-tabs{
    display:none;
}
.accordion-title{
    font-size: 20px;
    font-weight: 700;
    padding: 18px 0;
    cursor: pointer;
    display: block;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #999;
    text-transform: uppercase;
    width: 100%;
    line-height: 32px;
    font-family: 'LexendDeca-Bold';
}
.woocommerce-Tabs-panel {
    float: left !important;
    width: 100% !important;
    display: block;
}
.accordion-title .acc-icon{
    font-size:18px;
    transition:0.3s;
}
.accordion-title.active .acc-icon{
    transform:rotate(180deg);
}
.woocommerce-Tabs-panel{
    padding:15px 0;
    border-bottom:1px dashed #999;
}
.accordion-title .acc-icon:before {
    content: '\f078';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 15px!important;
    right: 15px;
}
.single-product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2 {
    display: none;
}
.single-product div#tab-additional_information h2 {
    display: none;
}
.single-product .woocommerce-tabs .panel h2:first-of-type {
    font-size: 20px;
    line-height: 28px;
}
.single-product p.form-submit {
    margin-top: 15px;
}
.single-product textarea#comment {
    height: 100px;
}
.single-product .comment_container .comment-text .star-rating::before {
    content: unset;
}
.single-product p.stars a::before {
    font-family: 'FontAwesome';
}   
.single-product .accordion-title .acc-icon {
    font-size: 0!important;
}
.single-product a.reset_variations::before {
    font-family: 'FontAwesome';
}
.single-product th.woocommerce-product-attributes-item__label {
    font-family: 'LexendDeca-Bold';
    font-size: 16px;
}
.single-product .related.products .color-swatches {
    display: none;
}
.post-type-archive .color-swatches {
    display: none;
}
.single-product p.form-submit input[type=submit] {
    background-color: #0063de;
    color: #fff;
    border-radius: 10px;
}
.single-product section.related.products {
    display: none;
}
.related_products_hle {
    float: left;
    width: 100%;
    padding: 0em 0em 2em;
    margin: 0em 0em 1em;
}
.related_products_title {
    margin-bottom: 2em;
}
.related_products_title h2 {
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    font-weight: 700;
}
.related_products_main .product-item:nth-child(3n+1) {
    clear: unset;
}
.related_products_main .product-item-hme-inner h3 a {
    font-size: 18px;
}
.woocommerce-noreviews {
    background-color: #0063de!important;
}
.button.loading:after {
    font-family: 'FontAwesome';
}
.single-product a.added_to_cart.wc-forward {
    width: 135px;
    height: 55px;
    border-radius: 10px;
    background-color: #0060d8;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins-Regular';
    position: relative;
    text-align: center;
    opacity: 1 !important;
    padding: 15px 15px !important;
}
.productdetail_wrapper button.single_add_to_cart_button.button.alt.added {
    display: none;
}
.single-product a.added_to_cart.wc-forward:after {
    font-family: 'FontAwesome';
    font-size: 14px;
    content: '\f178';
}
.single-product .wcgs-lightbox.top_right .sp_wgs-lightbox {
    top: 25px;
    right: 30px;
}    
.spswiper-slide.spswiper-slide-active .wcgs-slider-image {
    width: 100% !important;
    height: 100% !important;
}
.single-product div.product form.cart {
    float: left;
    width: 100%;
}
.shop-without-sidebar .shopown_wrapper.product_listing_wrapper .container {
    display: flex;
    flex-direction: column;
}
/*****************************Wishlist Page***************************/
.whmtitr {
    font-family: 'LexendDeca-Bold';
}
.woocommerce-wishlist div#secondary {
    display: none;
}
.woocommerce-wishlist .content-area {
    margin: 0 auto;
    max-width: 1200px;
    float: none;
    width: 100%;
    padding: 2em 0em;
}
.woocommerce-wishlist .hentry.type-page .entry-header h1 {
    line-height: 60px;
    font-size: 42px;
    text-align: center;
}
.woocommerce-wishlist .woocommerce .wishlist-title h2 {
    vertical-align: middle;
    margin-bottom: 0;
    font-family: 'Poppins-Medium';
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
.woocommerce-wishlist .wishlist_table thead tr th {
    font-size: 18px;
    line-height: 32px;
    background-color: #0063de;
    color: #fff;
}
.wishlist_table tr td.product-thumbnail a img {
    width: 100%!important;
    height: auto;
    margin: 0;
    max-width: 100%;
}
.woocommerce-wishlist td.product-thumbnail {
    width: 15%;
}
.woocommerce-wishlist td.product-name {
    vertical-align: middle;
    padding-left: 15px!important;
    font-size: 19px;
    text-decoration: unset;
}
.woocommerce-wishlist .wishlist_table tr td.product-thumbnail a {
    max-width: 100%;
}
.woocommerce-wishlist .wishlist-items-wrapper td.product-remove {
    padding: 0px;
    vertical-align: middle;
}
.woocommerce-wishlist a.remove.remove_from_wishlist {
    font-size: 25px !important;
}
.woocommerce-wishlist td.product-price {
    vertical-align: middle;
    font-size: 19px;
    font-weight: 600;
}
.woocommerce-wishlist .hentry .entry-content a {
    text-decoration: unset;
    font-family: 'LexendDeca-Bold' !important;
}
.woocommerce-wishlist td.product-price del {
    font-size: 17px;
}
.woocommerce-wishlist td.product-price ins {
    font-size: 20px;
    padding-left: 5px;
}
.woocommerce-wishlist td.product-price ins span {
    color: #0063de;
}
.woocommerce-wishlist td.product-stock-status span {
    font-size: 16px;
    font-weight: 600;
}
.woocommerce-wishlist td.product-add-to-cart a {
    font-size: 16px;
    text-decoration: unset;
    background-color: #000;
    width: 135px;
    color: #fff;
    border-radius: 5px;
    line-height: 36px;
}
.woocommerce-wishlist td.product-stock-status {
    vertical-align: middle;
}
.woocommerce-wishlist td.product-add-to-cart {
    vertical-align: middle;
}
.woocommerce-wishlist td.product-add-to-cart {
    vertical-align: middle;
}
.woocommerce-wishlist a.button.yith-wcqv-button {
    display: none;
}
.woocommerce-wishlist a.remove::before {
  font-family: 'FontAwesome';  
}
.woocommerce-message::before {
  font-family: 'FontAwesome';  
}
.woocommerce-account div#primary {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    float: none;
}
.woocommerce-account div#secondary {
    display: none;
}
.woocommerce-account h1.entry-title {
    text-align: center;
    text-transform: capitalize;
    line-height: 75px;
    margin-bottom: 1em;
}
.woocommerce-account .woocommerce-info, 
.woocommerce-account .woocommerce-noreviews, 
.woocommerce-account p.no-comments {
    background-color: #0060d8;
}
.woocommerce-account address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    line-height: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
    margin-bottom: 3em;
    display: block;
    font-size: 16px;
    line-height: 28px;
}
.entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    font-size: 16px;
}
.woocommerce-account .woocommerce h2 {
    text-transform: capitalize;
    font-family: 'Poppins-Medium';
    margin-bottom: 20px;
}
.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    margin-bottom: 15px;
}
.woocommerce-account .woocommerce-form-login input[type=text], 
.woocommerce-account .woocommerce-form-login input[type=password] {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: unset;
    padding: 1em;
    border: 1px solid;
} 
.woocommerce-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-bottom: 15px;
}
.woocommerce-account button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #0060d8;
    color: #fff;
    font-size: 17px;
    margin-bottom: 1em;
}
.woocommerce-MyAccount-navigation ul li a::before {
    font-family: 'FontAwesome';
    font-weight: 500;
}
.woocommerce-info::before {
    font-family: 'FontAwesome';
}
.show-password-input::after {
    font-family: 'FontAwesome'!important;
    font-weight: 500 !important;
}
.show-password-input {
    right: 10px!important;
    top: 5px!important;
}
.compare-page iframe {
    height: 850px;
}
.compare-page {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 1em 0em;
}
.compare-page h2 {
    margin-bottom: 1em;
    font-size: 32px;
    line-height: 36px;
}
.cart-icon{
    position:relative;
    display:inline-block;
}
.cart-count{
    position:absolute;
    top:-8px;
    right:-10px;
    background:red;
    color:#fff;
    font-size:12px;
    width:18px;
    height:18px;
    line-height:18px;
    text-align:center;
    border-radius:50%;
}
.whmc_ft-buttons-con {
    display: block;
}
a.ckhviewcart {
    padding: 10px 0px;
}
a.chekouttxtvalues {
    padding: 10px 0px;
}
.header-icon .ul li.menu-item.whmcmenucart {
    width: 13%;
}
.header-icon ul li.menu-item.whmcmenucart {
    width: 10%;
    padding-left: 10px;
}
.header-icon span.mini-cart-count {
    position: absolute;
    width: 20px;
    display: inline-block;
}
.header-icon .cart_menu_li #menuiconid {
    color: #000000;
    font-size: 29px!important;
}
.header-icon span.cart_count_header {
    background: #0063de;
    width: 25px;
}
div.shopping-cart {
    display:none;
}
/**********************************Cart Page*****************************/
.woocommerce-cart div#secondary {
    display: none;
}
.woocommerce-cart .content-area {
    margin: 0 auto;
    max-width: 1200px;
    float: none;
    width: 100%;
    padding: 2em 0em;
}
.woocommerce-cart .hentry.type-page .entry-header {
    text-align: center;
    margin-bottom: 2em;
}
.woocommerce-cart .hentry.type-page .entry-header h1 {
    line-height: 60px;
    font-size: 42px;
}
.woocommerce-cart th.wc-block-cart-items__header-image span {
    font-size: 18px;
    line-height: 42px;
}
.woocommerce-cart th.wc-block-cart-items__header-total span {
    font-size: 18px;
    line-height: 42px;
}
.woocommerce-cart td.wc-block-cart-item__image {
    width: 30%;
}
.woocommerce-cart th.wc-block-cart-items__header-image span {
    font-size: 18px;
    line-height: 42px;
}
.woocommerce-cart th.wc-block-cart-items__header-total span {
    font-size: 18px;
    line-height: 42px;
}
.woocommerce-cart td.wc-block-cart-item__image {
    width: 30%;
}
.woocommerce-cart a.wc-block-components-product-name {
    font-size: 21px !important;
    line-height: 36px !important;
    text-decoration: unset;
    font-weight: 600 !important;
}
.woocommerce-cart .wc-block-cart-item__prices span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.woocommerce-cart .wc-block-components-quantity-selector {
    border: 1px solid #000!important;
}
.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.woocommerce-cart .wc-block-components-formatted-money-amount {
    font-weight: 600;
}
.woocommerce-cart .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    font-family: 'Poppins-Medium';
}
.wc-block-components-text-input.is-active input[type=text] {
    font-family: 'Poppins-Medium';
}
.woocommerce-cart del.wc-block-components-product-price__regular del {
    color: red;
}
.woocommerce-cart del.wc-block-components-product-price__regular {
    font-size: 15px;
}
.woocommerce-cart ins.wc-block-components-product-price__value.is-discounted {
    font-size: 20px;
    font-weight: 600;
    color: #0060d8;
}
.woocommerce-cart .wc-block-components-product-metadata {
    display: none;
}
.woocommerce-cart .wc-block-components-product-badge.wc-block-components-sale-badge {
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins-Medium';
    background-color: #333333;
    color: #fff;
}
.woocommerce-cart button.wc-block-cart-item__remove-link {
    font-size: 0!important;
    position: absolute;
    left: -25px;
    top: 85px;
}
.woocommerce-cart tr.wc-block-cart-items__row {
    position: relative;
}
.woocommerce-cart button.wc-block-cart-item__remove-link:before {
    content: '\f057';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 32px;
    top: 0;
}
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
    display: none;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0;
    width: 75%!important;
}
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    display: flex;
    justify-content: center!important;
    align-items: center!important;
}    
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
    vertical-align: middle!important;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-size: 22px;
    font-weight: 600;
    color: #35492a;
}
.woocommerce-cart .wc-block-components-quantity-selector {
    border: 1px solid #efefef;
}
.woocommerce-cart h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Poppins-Medium';
}
.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 18px;
    font-family: 'Poppins-Regular';
}
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    gap: 10px;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-size: 22px;
    font-weight: 600;
    color: #35492a;
}
.woocommerce-cart h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 20px;
    line-height: 32px;
    font-family: 'Poppins-Medium';
}
.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained>div {
    font-size: 16px;
}
.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #0063de !important;
    text-decoration: unset;
}
.woocommerce-cart .hentry {
    margin-bottom: 0;
}
.woocommerce-cart .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 65%;
    padding-right: 0.5em;
}
.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
    margin-bottom: 0em!important;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items th {
    padding: 5px 16px 5px 0;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
    padding: 10px 16px 10px 0;
}    
/******************************Checkout Page*********************************/
.woocommerce-checkout div#secondary {
    display: none;
}
.woocommerce-checkout .content-area {
    margin: 0 auto;
    max-width: 1200px;
    float: none;
    width: 100%;
    padding: 2em 0em;
}
.woocommerce-checkout .hentry.type-page .entry-header h1 {
    line-height: 60px;
    font-size: 42px;
    text-align: center;
}
.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-family: 'Poppins-Medium';
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
}
.woocommerce-checkout p.wc-block-components-checkout-step__description {
    font-size: 16px;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email] {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label,
.woocommerce-checkout .wc-block-components-address-form-wrapper label {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout .wc-block-components-text-input {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout .wc-block-components-notice-banner__content {
    font-family: 'Poppins-Medium';
    font-size: 14px;
}    
.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: 25px;
    margin-bottom: 2em;
}
.woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
    margin-bottom: 30px;
}
.woocommerce-checkout .wc-block-components-address-form__phone {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout p.wc-block-components-checkout-order-summary__title-text {
    font-family: 'Poppins-Medium';
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    font-size: 20px;
    line-height: 24px;
}
.woocommerce-checkout h3.wc-block-components-product-name {
    font-family: 'Poppins-Medium' !important;
    font-size: 15px;
}
.woocommerce-checkout del.wc-block-components-product-price__regular.wc-block-components-order-summary-item__regular-individual-price {
    font-size: 15px;
}
.woocommerce-checkout ins.wc-block-components-product-price__value.is-discounted.wc-block-components-order-summary-item__individual-price {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-checkout .wc-block-components-product-metadata {
    display: none;
}
.woocommerce-checkout .wc-block-components-order-summary-item__total-price span {
    font-size: 16px;
}   
.woocommerce-checkout .wc-block-components-panel__button {
    font-size: 15px;
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button__text {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout .wc-block-components-button__text {
    font-family: 'Poppins-Medium';
}
.woocommerce-checkout button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background-color: #0063de;
    font-size: 16px;
}
#yith-quick-view-content div.summary {
    padding-left: 15px;
    padding-right: 15px;
    max-height: 500px;
}
.tax-product_cat .product_without_sidebar {
    display: none;
}
.tax-product_cat .color-swatches {
     display: none;
}
/* width */
#yith-quick-view-content div.summary::-webkit-scrollbar {
  width: 5px;
}
/* Track */
#yith-quick-view-content div.summary::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
#yith-quick-view-content div.summary::-webkit-scrollbar-thumb {
  background: #0063de; 
  border-radius: 10px;
}
/* Handle on hover */
#yith-quick-view-content div.summary::-webkit-scrollbar-thumb:hover {
  background: #0063de; 
}
.woocommerce-error::before {
    font-family: 'FontAwesome'!important;
}
.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
}
.latest_collections_single a.added_to_cart.wc-forward {
    font-size: 0px;
    width: 61px;
    height: 61px;
    vertical-align: middle;
    background-color: #000;
    border-radius: 15px;
    margin-right: 10px;
    position: relative;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%) hue-rotate(70deg) brightness(108%) contrast(108%); */
}
.whmc-test {
    display: none;
}
.latest_collections_single  a.added_to_cart.wc-forward:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    background-image: url(../css/images/home/cartwhite.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.latest_collections_single a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
span.flash-sale-badge {
   position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    width: 90px;
}
span.flash-sale-badge strong {
   background-color: #0066e3;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding: 0.2em 0.5em;   
}
.latest_collections_wrapper .product-details {
    text-align: center;
}
.footer_menu {
    padding-left: 4em;
}
.yith-quick-view-content.woocommerce div.summary .price {
    font-size: 22px;
    margin-bottom: 15px;
    color: #0066e4;
    font-weight: 700;
    font-family: Poppins;
    margin: 15px 0px !important;
    display: inline-block !important;
    float: left !important;
    width: 54% !important;
    vertical-align: middle;
}
#yith-quick-view-modal #yith-quick-view-content a.reset_variations {
    display: none!important;
}
#yith-quick-view-modal #yith-quick-view-content form.variations_form.cart.wvs-loaded {
    padding: 0em 0 1em!important;
}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 50px!important;
}
#yith-quick-view-modal #yith-quick-view-content .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 50px;
}
.product_listing_wrapper ul.products li.product .star-rating span {
    width: 100% !important;
}
.product_listing_wrapper .product-categories li.current-cat a:before {
    left: 9px;
}
.product_listing_wrapper .product-categories li.current-cat a {
    color: #0063de;
}
.product_listing_wrapper a.color-swatch.active {
    outline: 1px solid #0060d8;
    outline-offset: 3px;
}
.productdetail_wrapper .wcgs-slider-image img.wcgs-slider-image-tag,
.productdetail_wrapper .wcgs-slider-image img {
    height: 460px !important;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.gallery-navigation-carousel-wrapper.horizontal.wcgs_preloader_normal {
    height: 160px;
}
.woocommerce-noreviews::before {
    font-family: 'FontAwesome'!important;
}
.productdetail_wrapper .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 0em;
}
.productdetail_wrapper .wcgs-slider-image {
   border: 1px solid #005dd24a;
   padding: 1em;
}
#wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb img {
    border: 2px solid #0085ba66!important;
}
.product-actions a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 0;
    width: 35px;
    height: 35px;
    background-color: #0066e4;
    border-radius: 50%;
    padding: 3px;
    font-weight: 500;
}
.product-actions a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
    content: '\f07a';
    position: absolute;
    font-size: 20px;
    font-family: 'FontAwesome';
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
}
.product-actions a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
     padding-right:0px!important; 
}
.product-actions a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
.product-actions a.added_to_cart.wc-forward {
    font-size: 0;
    width: 35px;
    height: 35px;
    background-color: #0066e4;
    border-radius: 50%;
    padding: 3px;
    font-weight: 500;
}
.product-actions a.added_to_cart.wc-forward:before {
    content: '\f07a';
    position: absolute;
    font-size: 20px;
    font-family: 'FontAwesome';
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
}  
.translate_loal select option, .currency_loal select option {
    background-color: transparent;
    border: unset;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    width: 50%;
    float: right;
    padding: 0.5em;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: transparent!important;
}
.yith-wcqv-head {
   top: 10px;
}
#yith-quick-view-content div.summary {
    padding: 15px;
    margin: 10px 0px;
}
table.compare-list tr.stock:not(.label-row) td.in-stock {
    background-color: #0060d8!important ;
    color: #fff!important;
}
.whmc-buy-summary small {
    font-family: 'Poppins-Medium';
}
/*******************************06-04-2026***************************************/
.translated-ltr a.header_phnnumber {
    font-size: 16px; 
}    
.translated-ltr .footer_newsletter_inner span form#subscription-form input[type=submit] {
    width: 110%;
    font-size: 20px;
}
.translated-ltr .footer_newsletter_inner p {
    font-size: 18px;
}
.translated-ltr .shop-with-sidebar .archive form.woocommerce-ordering {
    width: 25%;
}
.translated-ltr .shop-without-sidebar .archive form.woocommerce-ordering {
    width: 19%;
}
.translated-ltr .header-icon ul li a p br {
    display: none;
}
.translated-ltr .header-icon ul li a p {
    font-size: 13px;
    line-height: 22px;
    padding-left: 15px;
    width: 71%;
}
.translated-ltr .header-offer {
    float: right;
    width: 25%;
    padding-top: 0.7em;
}
.translated-ltr .header-offer p {
    font-size: 13px;
}
.translated-ltr .single-post .blog-bottom-meta {
    display: flex;
}
.translated-ltr .single-post .blog-bottom-meta .social-share {
    width: 50%;
}
/***********************Mobile Menu*****************************/
#mega-menu-wrap-mobile_menu .mega-menu-toggle + #mega-menu-mobile_menu {
    background-color: #1565c9;
}
#mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #000;
    background-color: #fff;
}
#mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #000;
    background-color: #fff;
}
#mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #fff;
    color: #000;
}
.header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 105%;
    background-color: #0063de;
    -webkit-clip-path:polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    transform: translate(-150px, 0px);
    transition: 0.5s;
    left: 0;
    top: 0;
    z-index: -1;
}
.header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:before {
    transform: translate(0px, 0px);
}
.header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 105%;
    background-color: #0063de;
    transform: translate(150px, 0px);
    transition: 0.5s;
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: -1;
    display: block!important;
}
.header-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:after {
    transform: translate(0px, 0px);
}
.single-post p.comment-form-author input {
    background-color: transparent;
    outline: unset;
    box-shadow: unset;
    border: 1px solid #000;
    resize: unset;
    margin-bottom: 15px;
}
.single-post p.comment-form-email input {
    background-color: transparent;
    outline: unset;
    box-shadow: unset;
    border: 1px solid #000;
    resize: unset;
    margin-bottom: 15px;
}
.single-post p.comment-form-url input {
    background-color: transparent;
    outline: unset;
    box-shadow: unset;
    border: 1px solid #000;
    resize: unset;
    margin-bottom: 15px;
}
.single-post p.comment-form-cookies-consent {
    display: block;
    margin-bottom: 15px;
}
.archive #yith-quick-view-content .woocommerce-product-rating {
    margin: 20px 0px !important;
}
.archive .yith-quick-view-content.woocommerce div.product form.cart .variations select {
    width: 50%;
}
.archive #yith-quick-view-content button.single_add_to_cart_button.button.alt.added {
    display: none;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: '\f0e4';
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: '\f08b';
}
.cart_image_iem img {
    object-fit: contain!important;
}
.error-404 header.page-header h1 {
    text-align: center;
    font-size: 55px;
    line-height: 65px;
}
.error-404 .page-header {
    border: 0px;
}
.widget.widget_categories ul li a {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
    text-decoration: unset!important;
}
.widget_categories ul li::before {
    content: unset;
}
.single-product .woocommerce-product-rating .star-rating {
    float: right !important;
}
.list-view .star-rating {
    display: block;
    width: 100%;
}
.woocommerce-cart .woocommerce-error {
    background-color: #0060d8;
}
.woocommerce-cart ul.woocommerce-error li {
    font-size: 17px;
}
.woocommerce-cart h2.wp-block-heading.has-text-align-center {
    margin-bottom: 1em;
}
.woocommerce-cart h2.wp-block-heading.has-text-align-center {
    margin-bottom: 1em;
}
.woocommerce-cart li.wc-block-grid__product {
    background-color: rgb(255, 255, 255);
    height: auto;
    width: 31% !important;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(214, 214, 214);
    border-image: initial;
    padding: 2em 1em;
    overflow: hidden;
    margin: 0px 0px 25px !important;
}
.woocommerce-cart .wc-block-grid__products {
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0px 16px;
    padding: 0;
    gap: 10px;
}
.woocommerce-cart .wc-block-grid__product-title {
    display: inline-block;
    float: left;
    width: 100%;
    padding-left: 0px;
    font-family: 'LexendDeca-Bold';
    text-align: center;
    line-height: 15px;
    color: rgb(0, 0, 0);
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 24px;
}
.woocommerce-cart span.woocs_price_code {
    float: left;
    width: 100%;
    padding-left: 0px;
    font-size: 16px;
    line-height: 20px;
    color: rgb(0, 0, 0) !important;
    font-weight: 800 !important;
    margin: 5px 0px 15px;
}
.woocommerce-cart .wc-block-grid__product-rating {
    display: none;
}
.woocommerce-cart a.wp-block-button__link.add_to_cart_button {
    background-color: #005acd;
    color: #fff;
    font-size: 16px !important;
    border-radius: 10px !important;
}
.woocommerce-cart a.compare.button {
    background-color: #005dd2;
    border-color: #eeeeee;
    color: #fff;
    font-size: 18px !important;
    border-radius: 10px !important;
    line-height: 24px;
}
.woocommerce-cart .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 24%;
}



@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation shake-lr
 * ----------------------------------------
 */
@-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}

