/********************common css starts *****************/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@font-face {
  font-family: "Pristina";
  src: url("../fonts/Pristina-Regular.eot");
  src: url("../fonts/Pristina-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Pristina-Regular.woff2") format("woff2"),
    url("../fonts/Pristina-Regular.woff") format("woff"),
    url("../fonts/Pristina-Regular.ttf") format("truetype"),
    url("../fonts/Pristina-Regular.svg#Pristina-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AmaryllisSwash DB";
  src: url("../fonts/AmaryllisSwash-Regular.eot");
  src: url("../fonts/AmaryllisSwash-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/AmaryllisSwash-Regular.woff2") format("woff2"),
    url("../fonts/AmaryllisSwash-Regular.woff") format("woff"),
    url("../fonts/AmaryllisSwash-Regular.ttf") format("truetype"),
    url("../fonts/AmaryllisSwash-Regular.svg#AmaryllisSwash-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ropa Sans";
  src: url("../fonts/RopaSans-Regular.eot");
  src: url("../fonts/RopaSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RopaSans-Regular.woff2") format("woff2"),
    url("../fonts/RopaSans-Regular.woff") format("woff"),
    url("../fonts/RopaSans-Regular.ttf") format("truetype"),
    url("../fonts/RopaSans-Regular.svg#RopaSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ropa Sans";
  src: url("../fonts/RopaSans-Italic.eot");
  src: url("../fonts/RopaSans-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/RopaSans-Italic.woff2") format("woff2"),
    url("../fonts/RopaSans-Italic.woff") format("woff"),
    url("../fonts/RopaSans-Italic.ttf") format("truetype"),
    url("../fonts/RopaSans-Italic.svg#RopaSans-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
html {
  color: #2e2e2e;
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
* {
  outline: none;
  list-style: none;
}
body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
iframe {
  overflow-x: hidden !important;
}
@media (max-width: 979px) {
  body {
    padding-top: 0 !important;
  }
}
* {
  outline: none !important;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  color: #2e2e2e;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
fieldset,
img {
  border: 0;
}
em {
  font-style: italic !important;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
strong,
b {
  font-weight: 700 !important;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: "Poppins", sans-serif;
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 400;
}
input,
textarea,
select {
  font-size: 100%;
}
a {
  color: #7d423c;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
/********************common css ends *****************/
body.admin-bar header {
  top: 32px;
}
.custom:empty {
  display: none;
}
.custom-select {
  display: inline-block;
  border: 1px solid #ddd;
  width: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: #fff url(../img/select-arrow.jpg) no-repeat 95%;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px !important;
  line-height: 16px;
}
.custom-select span.wpcf7-form-control-wrap {
  position: static;
}
.custom-select select {
  color: #666 !important;
  max-width: 100%;
  background: transparent !important;
  border: 0 !important;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  height: 39px;
  padding: 0 10px !important;
  font-size: 14px !important;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  cursor: pointer;
  appearance: none;
  outline: none !important;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 !important;
}
select::-ms-expand {
  display: none;
}
.custom-select select option {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  padding: 0 10px !important;
  outline: none;
  background-color: #fff;
  color: #000 !important;
}
.custom .woocommerce-ordering {
  margin-left: 15px !important;
}
.custom .csSelect {
  width: 230px;
}
.scrollup {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 130;
  display: none;
  width: 30px;
  height: 30px;
  z-index: 160;
}
.scrollup a {
  background: #7d423c;
  width: 30px;
  height: 30px;
  border-radius: 0;
  display: inline-block;
  border: 0;
}
.scrollup a:before {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  border: 3px solid #fff;
  border-left-width: 0;
  border-bottom-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 11px;
  right: 9px;
}
.scrollup a:hover {
  background-color: #2e2e2e;
  opacity: 1;
}
.scrollup a:hover:before {
  border-color: #fff;
}
.btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
#customer_login_new .full-col .register .button,
.btnontinueShopping,
.shop_table .btn,
.col-1 .box .btn,
#customer_login .button,
#place_order,
.billingandshiipingaddress .button,
#customer_login_new .full-col .register .button {
  min-width: 120px;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 8px 15px !important;
  color: #fff !important;
  -o-transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  text-shadow: none;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center !important;
}
.yith-wcwl-add-button > a i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.wishlist-title a.show-title-form i,
.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.yith-wcwl-wishlist-new button i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
  margin-right: 0 !important;
}
.btn-auto {
  min-width: inherit;
}
.btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
#customer_login_new .full-col .register .button,
.btnontinueShopping,
.shop_table .btn,
.col-1 .box .btn,
#customer_login .button,
#place_order,
.billingandshiipingaddress .button,
#customer_login_new .full-col .register .button {
  background-color: #7d423c !important;
}
.btn:hover,
.btn:focus,
.AllServices li a:hover .btn,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
.col-1 .box .btn:hover,
#customer_login_new .full-col .register .button:hover,
.btnontinueShopping:hover,
.shop_table .btn:hover,
#customer_login .button:hover,
#place_order:hover,
.billingandshiipingaddress .button:hover,
#customer_login_new .full-col .register .button:hover {
  background-color: #df1d1e !important;
  color: #fff;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0 !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 16px !important;
}
.payment_box:before {
  display: none;
}
.btn-white {
  background: #fff;
  color: #000;
  text-shadow: none;
}
.btn:hover,
.btn:focus {
  color: #fff;
}
.btn-big {
  min-width: 210px;
  font-size: 18px;
}
.wpcf7-validation-errors,
.cart-empty {
  border: 1px solid #f00 !important;
  float: none;
  display: block;
  overflow: hidden;
  clear: both;
  color: #f00;
  font-size: 13px;
  padding: 5px 0;
  margin: 10px 0 0 !important;
  text-align: center;
}
.cart-empty {
  margin: 0 0 10px !important;
  font-size: 16px;
  line-height: 20px;
}
.wpcf7-not-valid-tip {
  display: block;
  position: relative;
  clear: both;
  overflow: hidden;
  color: #f00;
  font-size: 13px !important;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
label {
  padding: 5px 0;
  margin: 0;
  display: block;
  font-size: 15px;
  line-height: 18px !important;
  font-weight: 500;
}
.form-required {
  color: #f00;
}
label em {
  color: #f00;
}
label.auto {
  display: inline;
  width: auto;
  margin-right: 20px;
  vertical-align: text-bottom;
}
label.auto a {
  color: #009650;
  text-decoration: underline;
}
label.auto a:hover {
  color: #000;
  text-decoration: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="phone"],
select,
textarea {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #000;
  padding: 8px 10px;
  background: #fff;
  position: relative;
  font-size: 16px !important;
  line-height: 20px !important;
  display: block;
  width: 100%;
  -o-transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  height: auto;
  text-align: left !important;
}
.small-input {
  width: 50% !important;
  display: inline-block !important;
}
textarea {
  height: 150px;
  resize: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border-color: #7d423c;
  background-color: #fff;
}
.blue {
  color: #7d423c;
}
.container-fluid {
  max-width: 1170px;
}
/**************header starts**************/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
/************top links starts************/
.topheader i {
  vertical-align: middle;
  margin-right: 5px;
  color: #7d423c;
  font-size: 18px;
  line-height: 18px;
}
.topheader .topRight {
  text-align: right;
  loat: left;
  width: 100%;
}
.topheader ul.topLinks {
  vertical-align: top;
  float: right;
  margin-top: 7px;
}
.topheader ul.topLinks li {
  color: #41434c;
  font-size: 13px;
  line-height: 16px;
  border-left: 1px solid #d7d7d7;
  margin-left: 15px;
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
}
.topheader ul.topLinks li a {
  color: #41434c;
  text-decoration: none;
}
.topheader ul.topLinks li a:hover {
  color: #7d423c;
  text-decoration: underline;
}
.topheader ul.topLinks li img {
  margin-left: 5px;
}
.topheader ul.topLinks li:first-child {
  border: 0;
  padding: 0;
  margin: 0;
}
/************top links ends************/
/**************logo and search starts**************/
header .logo-search .content {
  display: table;
  width: 100%;
}
.brand {
  width: auto;
  display: table-cell;
  vertical-align: top;
  padding: 0;
}
.brand a {
  display: inline-block;
}
header .top-right-content {
  width: auto;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.Search {
  display: inline-block;
}
.Search .textBox {
  min-width: 360px;
  width: auto;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Search input[type="text"] {
  height: auto;
  border-radius: 0;
  padding: 9px 40px 9px 10px;
  font-size: 12px !important;
}
.Search .btn {
  padding: 0;
  min-width: 30px;
  height: 30px;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  background: #ccc url(../img/search-icon.png) no-repeat center center !important;
  background-color: #ccc !important;
  position: absolute;
  right: 5px;
  top: 5px;
}
.Search .btn:hover {
  background-color: #7d423c !important;
}
.Search h1 {
  display: inline-block;
  color: #222;
  font-size: 20px;
  line-height: 22px;
  font-family: "AmaryllisSwash DB" !important;
  padding: 10px 15px;
  font-weight: normal !important;
  vertical-align: middle;
}
.AddCart {
  display: inline-block;
  vertical-align: middle;
  min-width: 210px;
}
.AddCart p {
  display: inline-block;
  color: #222;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  padding: 0;
  text-align: left;
}
.AddCart p span {
  display: inline-block;
  vertical-align: middle;
}
.AddCart p strong {
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #222;
}
.AddCart p a {
  color: #222;
  text-decoration: none;
  display: inline-block;
}
.AddCart p img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  width: 35px;
}
.AddCart p a:hover,
.AddCart p a:hover strong {
  color: #7d423c;
  text-decoration: none;
}
.AddCart p i,
.AddCart p em {
  font-style: normal !important;
}
.AddCart .floating-icons {
  position: static;
  display: inline-flex;
  vertical-align: middle;
  transform: unset;
  flex-direction: row;
  gap: 5px;
}

.AddCart:has(.floating-icons) {
  display: inline-flex;
  width: fit-content;
  vertical-align: middle;
  margin: 0 0 0 auto;
  justify-content: end;
}

.AddCart .floating-icons a {
  width: 30px;
  height: 30px;
}
/**************logo and search ends**************/
/**************nav starts**************/
.navContainer .content {
  position: relative;
  display: block;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}
.mainMenu,
.mainMenu ul,
.mainMenu ul li,
.mainMenu ul li a,
.mainMenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainMenu:after,
.mainMenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mainMenu #menu-button {
  display: none;
}
.mainMenu {
  width: auto;
  border-radius: 0;
}
.mainMenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
.mainMenu.align-center ul ul {
  text-align: left;
}
.mainMenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
.mainMenu.align-right > ul {
  float: right;
}
.mainMenu > ul > li {
  float: left;
  border: 0;
  padding: 0;
  font-size: 14.8px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.mainMenu > ul > li > a {
  color: #222;
  padding: 15px 11px;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.mainMenu > ul > li.home > a {
  font-size: 0;
}
.mainMenu > ul > li.home > a:before {
  font-family: "FontAwesome";
  content: "\f015";
  font-size: 25px !important;
  line-height: 13px;
  font-weight: 400;
}
.mainMenu > ul > li:hover > a,
.mainMenu > ul > li > a:hover,
.mainMenu > ul > li.current-menu-item > a,
.mainMenu > ul > li.current-menu-parent > a,
.mainMenu > ul > li.active > a {
  color: #7d423c;
  background-color: transparent;
}
.mainMenu > ul > li.has-sub > a {
  padding-right: 26px;
}
.mainMenu > ul > li.has-sub > a:after {
  font-family: "FontAwesome";
  content: "\f107";
  color: #222;
  font-size: 13px !important;
  line-height: 13px;
  font-weight: 400;
  position: absolute;
  top: 15px;
  right: 14px;
}
/*.mainMenu > ul > li.has-sub > a:before { position:absolute; top:17px; right:14px; display:block; width:2px; height:8px; background:#7d423c; content:''; -webkit-transition:all .25s ease; -moz-transition:all .25s ease; -ms-transition:all .25s ease; -o-transition:all .25s ease; transition:all .25s ease; } */
.mainMenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
.mainMenu ul ul {
  position: absolute;
  left: -9999px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.mainMenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.mainMenu li:hover > ul {
  left: auto;
}
.mainMenu li:hover > ul > li {
  height: 34px;
}
.mainMenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
.mainMenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.mainMenu ul ul li {
  background-image: none;
}
.mainMenu ul ul li a {
  border-top: 1px solid #ccc;
  padding: 8px 15px;
  width: 200px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #222;
  font-weight: 400;
  background: #fff;
  border-radius: 0;
}
.mainMenu ul ul li:first-child a {
  border-top: 3px solid #7d423c;
}
.mainMenu ul ul li a:hover,
.mainMenu ul ul li.current-menu-item > a {
  color: #fff;
  background-color: #7d423c;
}
.mainMenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: "";
}
.mainMenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
.mainMenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.mainMenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
.mainMenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
/**************nav ends**************/
header,
header.header-shrink {
  height: auto;
}
header.header-shrink {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
header.header-shrink .nav-logo,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
header *,
header .logo-search,
.navContainer .content,
.btn,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="phone"],
select,
textarea,
.NewBest .box .over,
.NewArrivals .box .over,
.Clearance .box .over,
ul.social-icon li i,
.FeaturedCollections .box *,
.freeshipping *,
.ProductCategory .box .over,
.ProductDetails .details .WishlistBTN,
.BlogAllContent .Categories ul li * {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
header.header-shrink .topheader {
  display: none;
}
header .logo-search {
  padding: 5px 0;
}
header.header-shrink .navContainer .content {
  margin-top: 0;
}
.dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  background-color: #ffffff !important;
  border: 1px solid #bababa !important;
  padding: 4px 48px 4px 20px !important;
  line-height: 24px;
  font-size: 14px !important;
  font-family: "Poppins", sans-serif !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  right: 8px !important;
  left: auto !important;
  top: 0 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px !important;
  padding: 2px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
  margin-right: 0 !important;
}
/**************header ends**************/
/************home banner starts************/
.home-banner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 196px;
  background: #f8f8f6 url(../img/ajaxLoader.gif) no-repeat center center;
  min-height: 100px;
  z-index: 120;
}
.home-banner .flexslider {
  position: relative;
  float: none;
  display: block;
  clear: both;
  height: auto;
  overflow: hidden;
}
.home-banner .slides {
  float: left;
  width: 100%;
}
.home-banner .slides li {
  display: none;
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 0;
}
.home-banner .flex-control-paging {
  position: absolute;
  bottom: auto;
  left: 0;
  bottom: 10px;
  z-index: 130;
  width: 100%;
  text-align: center;
  height: auto;
  font-size: 0;
  line-height: 0;
}
.home-banner .flex-control-paging li {
  width: auto;
  margin: 3px;
  display: inline-block;
  height: auto;
  font-size: 0;
  line-height: 0;
}
.home-banner .flex-control-paging li a {
  width: 15px;
  height: 15px;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #fff;
}
.home-banner .flex-direction-nav a {
  opacity: 0;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.home-banner .flex-direction-nav .flex-prev {
  background-color: rgba(0, 0, 0, 0.7);
  width: 23px;
  height: 54px;
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: 120;
  display: inline-block;
  margin-top: -100px;
  font-size: 0;
}
.home-banner .flex-direction-nav .flex-prev:before {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  border: 3px solid #fff;
  border-right-width: 0;
  border-bottom-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 21px;
  left: 7px;
}
.home-banner .flex-direction-nav .flex-next {
  background-color: rgba(0, 0, 0, 0.7);
  width: 23px;
  height: 54px;
  position: absolute;
  right: -60px;
  top: 50%;
  z-index: 120;
  display: inline-block;
  margin-top: -100px;
  font-size: 0;
}
.home-banner .flex-direction-nav .flex-next:before {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  border: 3px solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 21px;
  right: 7px;
}
.home-banner .flex-direction-nav .flex-prev:hover:before,
.home-banner .flex-direction-nav .flex-next:hover:before {
  border-color: #fff;
}
.home-banner:hover .flex-direction-nav a {
  opacity: 1;
}
.home-banner:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.home-banner:hover .flex-direction-nav .flex-next {
  right: 0;
}
.home-banner .flex-direction-nav .flex-prev:hover,
.home-banner .flex-direction-nav .flex-next:hover {
  background-color: #000;
}
.home-banner .flex-control-paging li .flex-active {
  background-color: #fff;
}
.home-banner .photo {
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.home-banner .photo img {
  width: 100%;
  height: auto !important;
}
.home-banner .content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
}
.home-banner .details {
  display: inline-block;
  max-width: 310px;
  background-color: #df1d1e;
  padding: 30px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.home-banner .Text {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.home-banner .table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.home-banner .heading {
  font-size: 32px;
  line-height: 35px;
  font-weight: 400;
  color: #fff;
  padding: 50px 0;
}
.home-banner .heading strong {
  font-size: 58px;
  line-height: 62px;
}
.home-banner .heading span {
  font-size: 44px;
  line-height: 50px;
  font-weight: 600;
  display: block;
}
.home-banner .heading:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../img/home-banner-h-sept.png) no-repeat center center;
}
.home-banner p {
  font-size: 23px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  padding: 50px 0;
}
.home-banner p strong {
  display: block;
}
/************home banner ends************/
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: none;
}
.responsive-photo {
  position: relative;
  width: 100%;
}
.dummy {
  padding-top: 100%;
}
.img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font: 0/0 a;
  background: #fff url(../img/ajaxLoader.gif) no-repeat center center;
  overflow: hidden;
  text-align: center !important;
}
.img-container .center-img {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.img-container img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  background-color: #fff;
}
.img-container img.main-zoom {
  vertical-align: middle;
  display: inherit;
  max-height: none;
  max-width: none;
  background-color: #fff;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome,
  .img-container .center-img {
    height: auto;
  }
  ::i-block-chrome,
  .Search input[type="text"] {
    padding: 9px;
  }
}
/**************New and Best starts**************/
.ProductDetails .details .WishlistBTN svg {
  display: none !important;
}
.NewBest {
  padding: 25px 0;
  text-align: center;
  position: relative;
}
.NewBest .allBox {
  overflow: hidden;
  clear: both;
  margin-left: -2%;
}
.NewBest .box {
  float: left;
  width: 31.33%;
  margin: 0 0 0 2%;
  border: 1px solid #eee;
}
.NewBest .box a {
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}
.NewBest .box .over {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 60;
  padding: 10px 15px;
}
.NewBest h3 {
  padding: 0;
  color: #2e2e2e;
  font-size: 26px;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
}
.NewBest h3 span {
  color: #7d423c;
  font-size: 15px;
  line-height: 20px;
  text-transform: none;
  float: right;
}
.NewBest h3 span img {
  margin-left: 5px;
}
.NewBest .box:hover .over {
  background-color: #df1d1e;
}
.NewBest .box:hover * {
  color: #fff;
}
.NewBest .dummy {
  padding-top: 72%;
}
.NewBest .box .photo {
  display: block;
  min-height: 100px;
  background-color: #f8f8f6;
}
.NewBest .box .photo .lazy {
  width: auto;
  height: auto;
}
.NewBest .box .photo img.lazyFade {
  opacity: 1;
}
.NewBest .box .photo img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  position: relative;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  position: relative;
  vertical-align: top;
  width: auto;
  height: auto;
}
.NewBest .box a:hover .photo img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/**************New and Best ends**************/
/**************New Arrivals starts**************/
.NewArrivals {
  padding: 50px 0;
  text-align: center;
  position: relative;
  background-color: #f8f8f6;
}
.YouLike {
  background-color: #fff;
}
.NewArrivals h2 {
  padding: 0;
  text-align: left;
  color: #393a3f;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.NewArrivals h2:before {
  background-color: #d1d1d1;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
}
.NewArrivals h2 span {
  padding: 0 15px 0 0;
  background-color: #f8f8f6;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.YouLike h2 span {
  background-color: #fff;
  padding: 0;
}
.YouLike h2:before {
  display: none;
}
.NewArrivals .allBox {
  overflow: hidden;
  clear: both;
}
.NewArrivals .box {
  display: block;
}
.NewArrivals .box a {
  position: relative;
  display: block;
  text-decoration: none;
}
.NewArrivals .box .over {
  background: #fff;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ddd;
  text-align: left;
}
.NewArrivals h3 {
  padding: 5px 10px !important;
  color: #2e2e2e !important;
  font-size: 16px !important;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500 !important;
  height: 52px;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.NewArrivals h3 span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.NewArrivals .box .photo {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.NewArrivals .price {
  color: #7d423c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  background-color: #f8f8f6;
  padding: 10px;
  overflow: hidden;
}
.NewArrivals .price del {
  color: #ff0000;
  font-size: 14px;
  line-height: 16px;
  margin-right: 5px;
  float: left;
}
.NewArrivals .price ins {
  text-decoration: none;
  float: right;
}
.NewArrivals .box a:hover .over {
  background-color: #7d423c;
  border-color: #7d423c;
}
.NewArrivals .box a:hover .price {
  background-color: #fff;
}
.NewArrivals .box a:hover h3 span {
  color: #fff !important;
}
.NewArrivals .box .photo img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.NewArrivals .box .photo img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  position: relative;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.NewArrivals .box a:hover .photo img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.NewArrivals .dummy {
  padding-top: 66%;
}
/**************New Arrivals ends**************/
/**************Featured Collections starts**************/
.FeaturedCollections {
  padding: 50px 0 15px;
}
.FeaturedCollections .allBox {
  overflow: hidden;
  clear: both;
  margin-left: -2%;
  margin-top: 15px;
}
.FeaturedCollections .box {
  float: left;
  width: 23%;
  margin: 0 0 25px 2%;
}
.FeaturedCollections .smallbox,
.FeaturedCollections .addbox {
  width: 31.33%;
}
.FeaturedCollections .bigbox {
  width: 48%;
}
.FeaturedCollections .box a {
  position: relative;
  display: block;
  text-decoration: none;
}
.FeaturedCollections .box .over {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.FeaturedCollections .box .grayBg {
  display: table;
  width: 100%;
  height: 100%;
}
.FeaturedCollections .box .tableCell {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  padding-bottom: 15px;
}
.FeaturedCollections .box .bg {
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  max-width: 90%;
  padding: 10px;
  font-size: 0;
  line-height: 0;
}
.FeaturedCollections .box .over h3,
.FeaturedCollections .box .over p,
.FeaturedCollections .box .over .btn {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.FeaturedCollections .box h3 {
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  position: relative;
  margin: 0;
}
.FeaturedCollections .box h3:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 0;
  height: 1px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.FeaturedCollections .box p {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 10px;
}
.FeaturedCollections .box .over .btn {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px !important;
  background-color: transparent !important;
  font-size: 14px;
  line-height: 16px;
}
.FeaturedCollections .box a:hover h3:after {
  max-width: 50px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.FeaturedCollections .box a:hover p {
  max-height: 100px;
  padding-top: 5px;
  padding-bottom: 10px;
}
.FeaturedCollections .box a:hover .bg {
  background-color: rgba(0, 0, 0, 0.7);
  max-height: none;
}
.FeaturedCollections .box a:hover .over .btn {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border: 1px solid #fff;
  max-height: 50px;
}
.FeaturedCollections .box a:hover .over .btn:hover {
  background-color: #7d423c !important;
}
.FeaturedCollections .box .dummy {
  padding-top: 100%;
}
.FeaturedCollections .bigbox .dummy {
  padding-top: 47.9%;
}
.FeaturedCollections .smallbox .dummy {
  padding-top: 73.3%;
}
.FeaturedCollections .addbox .dummy {
  padding-top: 50%;
}
.FeaturedCollections .addbox .photo {
  border: 1px solid #ddd;
}
.FeaturedCollections .box .photo {
  display: block;
  min-height: 100px;
  background-color: #f8f8f6;
}
.FeaturedCollections .box .photo img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in,
    -webkit-transform 0.2s ease-in;
  position: relative;
  width: auto;
  height: auto;
}
.FeaturedCollections .box .photo img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  position: relative;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
}
.FeaturedCollections .box .photo .lazy {
  width: auto;
  height: auto;
}
.FeaturedCollections .box .photo img.lazyFade {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.FeaturedCollections .box .photo .img-container {
  background: none;
}
.FeaturedCollections .box a:hover .photo img {
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.FeaturedCollections .addbox .photo img.lazyFade,
.FeaturedCollections .addbox a:hover .photo img {
  opacity: 1;
}
/**************Featured Collections ends**************/
/**************Testimonial starts**************/
.Testimonial {
  padding: 40px 0;
  text-align: center;
  position: relative;
  background-color: #f8f8f6;
}
.Testimonial h2 {
  padding: 0;
  text-align: center;
  color: #393a3f;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.Testimonial h2:before {
  background-color: #d1d1d1;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
}
.Testimonial h2 span {
  padding: 0 15px;
  background-color: #f8f8f6;
  display: inline-block;
  position: relative;
  z-index: 5;
}
#TestimonialSlide .owl-stage-outer {
  padding: 30px 0;
  margin: 0;
}
.Testimonial .allBox {
  overflow: hidden;
  clear: both;
}
.Testimonial .box {
  display: block;
  padding: 0 24px;
}
.Testimonial .inner-box {
  background: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 40%);
  position: relative;
  padding: 95px 30px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 7px solid #7d423c;
  border-top: 2px solid #7d423c;
}
.Testimonial .inner-box .cust-say {
  position: absolute;
  z-index: 1;
  text-align: left;
  top: 30px;
  left: 28px;
  font-family: "Ropa Sans", sans-serif;
  font-size: 15px;
  line-height: normal;
  width: auto;
  font-style: italic;
  color: #000;
}
.Testimonial .inner-box .btn {
  position: static !important;
  margin: 25px auto 0;
  padding: 5px 15px !important;
  min-width: inherit !important;
  background: #f8f8f6 !important;
  font-weight: 400 !important;
  text-transform: none;
  color: #393a3f !important;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #d1d1d1;
}
.Testimonial .inner-box .btn:hover {
  background: #7d423c !important;
  border-color: #7d423c;
}
.Testimonial .content-entry {
  position: relative;
  z-index: 2;
  border: 2px solid #7d423c;
  border-radius: 0 0 25px 0;
  padding: 0px 15px 13px;
}
.Testimonial .content-entry::after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  border: 21px transparent solid;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-color: #7d423c;
  position: absolute;
  bottom: -22px;
  left: 49px;
}
.Testimonial .content-entry::before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  border: 20px transparent solid;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-color: #fff;
  position: absolute;
  bottom: -18px;
  left: 51px;
  z-index: 1;
}
.Testimonial .content-entry .cont-quote {
  position: relative;
}
.Testimonial .content-entry .cont-quote .rightQuote,
.Testimonial .content-entry .cont-quote .leftQuote {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 40px;
  top: -60px;
  color: #f1b32d;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
.Testimonial .content-entry .cont-quote .leftQuote {
  left: -35px;
  background: #fff url(../img/leftQuote.png) no-repeat center center;
  background-size: 100% 100%;
}
.Testimonial .content-entry .cont-quote .rightQuote {
  right: -35px;
  background: #fff url(../img/rightQuote.png) no-repeat center center;
  background-size: 100% 100%;
}
.Testimonial .content-entry .cont-quote p a {
  display: inline-block;
}
.Testimonial .content-entry .prod-img {
  display: block;
  margin: -50px auto 15px;
  width: 130px;
  height: 80px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #eeeeee;
  box-shadow: 0 2px 5px rgb(0 0 0 / 27%);
}
.Testimonial .content-entry .prod-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Testimonial .ratings {
  font-size: 8px;
  color: #f79321;
  line-height: normal;
  padding: 0;
}
.Testimonial .ratings i {
  margin: 0 1px;
}
.Testimonial .name {
  font-size: 10px;
  line-height: normal;
  padding: 0 0 5px;
}
.Testimonial .content-entry .arrow {
  position: absolute;
  top: 100%;
  left: 44px;
  width: 30px;
}
.Testimonial .content-entry .quote-icon1 {
  width: auto;
  position: absolute;
  top: 31px;
  left: -10px;
  background: #fff;
  display: block;
  padding: 12px 0;
}
.Testimonial .content-entry .quote-icon2 {
  position: absolute;
  z-index: 1;
  top: 31px;
  right: -10px;
  background: #fff;
  width: auto;
  height: auto;
  padding: 12px 0;
}
#TestimonialSlide.owl-carousel .owl-controls .owl-nav .owl-next,
#TestimonialSlide.owl-carousel .owl-controls .owl-nav .owl-prev {
  top: -25px;
}
.Testimonial .name strong {
  font-weight: inherit !important;
}
.Testimonial .name .testimonial-name {
  display: block;
  font-weight: 700 !important;
  font-size: 14px;
}
.Testimonial p {
  padding: 0 0 15px;
  text-align: center;
  color: #2e2e2e;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}
.Testimonial .name span {
  display: block;
}
.Testimonial p a {
  text-decoration: none;
}
.Testimonial .btn {
  padding: 5px 15px !important;
  min-width: inherit !important;
  background: #f8f8f6 !important;
  font-weight: 400 !important;
  text-transform: none;
  color: #393a3f !important;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #d1d1d1;
  border-radius: 30px;
  position: absolute;
  right: 100px;
  top: 0;
  z-index: 5;
}
.Testimonial .btn:hover {
  background: #7d423c !important;
  color: #fff !important;
  border-color: #7d423c;
}
.testimonialsRepeat:first-child {
  margin-top: 30px;
}
.testimonialsRepeat {
  margin: 0 0 40px;
  padding: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #fff;
  border-bottom: 2px solid rgb(125 66 60 / 10%);
}
.testimonialsRepeat:last-child {
  margin-top: 30px;
  border: none;
}
.testimonialsRepeat .testimonial-info {
  width: 250px;
  line-height: normal;
}
.testimonialsRepeat blockquote {
  position: relative;
  padding: 0 45px;
  border: 0;
  width: calc(100% - 250px);
}
.testimonialsRepeat blockquote ul li::before {
  display: none;
}
.testimonialsRepeat blockquote ul {
  padding: 0;
  margin: 0;
}
.testimonialsRepeat blockquote ul li {
  padding: 0;
  margin: 0;
  background: no-repeat;
}
.testimonialsRepeat p {
  padding: 0 0 15px;
  color: #393a3f;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}
.testimonialsRepeat .name {
  padding: 20px 0 0;
}
.testimonialsRepeat .name span {
  color: #7d423c;
}
.floating-icons .sms-btn {
  display: none;
}
.testimonialsRepeat .testimonial-info p {
  margin: 0;
  padding: 0;
}
.testimonialsRepeat blockquote p {
  padding: 0;
  position: relative;
}
.testimonialsRepeat .testimonial-info .testimonial-rating {
  font-size: 12px;
  color: #f79321;
  line-height: normal;
  padding: 0;
  display: flex;
}
.testimonialsRepeat .testimonial-info .testimonial-rating i {
  margin: 0 3px 0 0;
}
.testimonialsRepeat .testimonial-info .testimonial-rating i:last-child {
  margin: 0;
}
.testimonialsRepeat .testimonial-info .purchase-info {
  text-transform: capitalize;
  margin: 5px 0 0 0;
  line-height: normal;
}
.testimonialsRepeat .testimonial-info .testimonial-name {
  color: #7d423c;
  font-weight: 600;
  margin: 16px 0 0 0;
  text-transform: capitalize;
}
.testimonialsRepeat .testimonial-info .product-name {
  font-weight: 600;
  font-size: 12px;
}
.testimonialsRepeat blockquote::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #fff url(../img/leftQuote.png) no-repeat center center;
  position: absolute;
  top: -10px;
  left: 0;
  background-size: 100% 100%;
}
.testimonialsRepeat blockquote::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #fff url(../img/rightQuote.png) no-repeat center center;
  position: absolute;
  bottom: 10px;
  right: 0;
  background-size: 100% 100%;
}
.testimonialsRepeat blockquote .content {
  position: relative;
}
.testimonialsRepeat blockquote .content::after {
  /* content: ""; */
  display: block;
  width: 50%;
  height: 2px;
  background: #7d423c;
  margin: 20px auto 0;
}
/**************Testimonial ends**************/
/**************Clearance starts**************/
.Clearance {
  padding: 50px 0;
  text-align: center;
  position: relative;
  background-color: #360e09;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.Clearance .bgNone {
  max-height: 0;
}
.Clearance h2 {
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
  overflow: hidden;
}
.Clearance h2 span {
  padding: 0 15px;
  display: inline-block;
  position: relative;
}
.Clearance h2 span:before {
  background-color: #562620;
  content: "";
  position: absolute;
  left: -800px;
  top: 50%;
  height: 1px;
  width: 800px;
}
.Clearance h2 span:after {
  background-color: #562620;
  content: "";
  position: absolute;
  right: -800px;
  top: 50%;
  height: 1px;
  width: 800px;
}
.Clearance h2 em {
  font-style: normal !important;
  font-weight: 500;
}
.Clearance .allBox {
  overflow: hidden;
  clear: both;
}
.Clearance .box {
  display: block;
}
.owl-carousel .owl-stage-outer {
  padding: 8px !important;
}
.Clearance .box a {
  position: relative;
  display: block;
  text-decoration: none;
}
.Clearance .box .photo img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.Clearance .box .photo img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  position: relative;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.Clearance .box a:hover .photo img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.Clearance .dummy {
  padding-top: 66%;
}
.Clearance .box .over {
  background: #fff;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid #ddd;
  text-align: left;
}
.Clearance h3 {
  padding: 5px 10px;
  color: #2e2e2e !important;
  font-size: 16px !important;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500 !important;
  height: 52px;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.Clearance h3 span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.Clearance .box .photo {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.Clearance .price {
  color: #7d423c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  background-color: #f8f8f6;
  padding: 10px;
  overflow: hidden;
}
.Clearance .price del {
  color: #ff0000;
  font-size: 14px;
  line-height: 16px;
  margin-right: 5px;
  float: left;
}
.Clearance .price ins {
  text-decoration: none;
  float: right;
}
.Clearance .box a:hover .over {
  background-color: #7d423c;
  border-color: #7d423c;
}
.Clearance .box a:hover .price {
  background-color: #fff;
}
.Clearance .box a:hover h3 span {
  color: #fff !important;
}
/**************Clearance ends**************/
/**************Specialist and youtube video starts**************/
.Specialist {
  padding: 50px 0;
  position: relative;
}
.Specialist h2 {
  padding: 0;
  text-align: center;
  color: #393a3f;
  font-size: 24px;
  line-height: 30px;
  text-transform: none;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.Specialist h2:before {
  background-color: #d1d1d1;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
}
.Specialist h2 span {
  padding: 0 15px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.Specialist .allBox {
  overflow: hidden;
  clear: both;
}
.Specialist .box {
  display: block;
}
.Specialist p {
  padding: 10px 0;
  color: #2e2e2e;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}
.videoBox a {
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}
.videoBox .over {
  background: #fff;
  padding: 10px 15px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.videoBox p {
  padding: 0;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-weight: 600;
}
.videoBox img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.videoBox img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  position: relative;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.videoBox:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.videoBox .dummy {
  padding-top: 62%;
}
.youtube-out,
.youtube-out .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube-out {
  background: url(../img/ajaxLoader.gif) no-repeat center center;
}
.youtube-out iframe,
.youtube-out object,
.youtube-out embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clear: both;
  border: 0;
}
.PlayVideo {
  vertical-align: top;
  background: #ddd;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
.PlayVideo iframe,
.PlayVideo object,
.PlayVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clear: both;
}
.responsive-photo iframe,
.responsive-photo object,
.responsive-photo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**************Specialist and youtube video ends**************/
/************all inner pages starts************/
.innerAllContent {
  margin-top: 195px;
}
/************inner banner starts************/
.inner-banner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: url(../img/ajaxLoader.gif) no-repeat center center;
  min-height: 50px;
  z-index: 120;
}
.inner-banner .bannerphoto {
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.inner-banner .bannerphoto img {
  width: 100%;
}
.inner-banner .content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 15;
}
.inner-banner .container {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 1280px;
}
.inner-banner .details {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.inner-banner h1 {
  font-size: 44px;
  line-height: 50px;
  color: #fff;
  padding: 8px 0;
}
.inner-banner p {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  padding: 10px 0;
}
/***********inner banner ends************/
/************breadcrumb starts************/
.breadcrumb {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  background: none !important;
  padding: 0 !important;
}
.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb li a:hover {
  color: #7d423c;
  text-decoration: none;
}
.breadcrumb li.active {
  color: #7d423c;
}
.breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  font-size: 13px !important;
  line-height: 13px;
  font-weight: 400;
}
.breadcrumb li:first-child a {
  font-size: 0;
}
.breadcrumb li:first-child a:before {
  font-family: "FontAwesome";
  content: "\f015";
  font-size: 16px !important;
  line-height: 13px;
  font-weight: 400;
}
/************breadcrumb ends************/
/**************freeshipping starts**************/
.freeshipping .allBox * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.freeshipping .eqWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.freeshipping .equalHW {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.freeshipping .equalHMWrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.freeshipping .equalHM {
  width: 32%;
}
.freeshipping .equalHMRWrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.freeshipping .equalHMR {
  width: 32%;
}
.freeshipping .equalHMVWrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.freeshipping .equalHMV {
  width: 32%;
}
.freeshipping .equalHMV:nth-of-type(3n) {
  margin-right: 0;
}
.freeshipping .equalHMV:nth-of-type(3n + 1) {
  margin-left: 0;
}
.freeshipping {
  padding: 30px 0 15px;
}
.freeshipping .allBox {
  overflow: hidden;
  clear: both;
  border: 1px solid #ddd;
  margin: 0 0 15px;
}
.freeshipping .allBox:last-child {
  margin: 0;
}
.freeshipping .box {
  width: 32.33%;
  margin: 0;
  padding: 15px;
  display: block;
  border-right: 1px solid #ddd;
}
.freeshipping .box:last-child {
  border-right: 0;
}
.freeshipping .box .content {
  margin: 0;
  text-align: center;
}
.freeshipping img {
  float: left;
  margin: 0 15px;
}
.freeshipping h4 {
  padding: 0 0 5px;
  text-align: left;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.freeshipping p {
  padding: 0;
  text-align: left;
  color: #7e7f80;
  font-size: 14px;
  line-height: 16px;
}
.freeshipping .allBox:hover,
.freeshipping .allBox:hover .box {
  border-color: #7d423c;
}
.freeshipping .equal-col-2 {
  width: 50%;
}
/**************freeshipping ends**************/
/************Product listing page starts************/
.leftAllListing {
  padding: 15px 0;
}
.quicklink {
  background: #7d423c;
  padding: 8px 15px;
  display: none;
  cursor: pointer;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
}
.quicklink:after {
  position: absolute;
  top: 18px;
  right: 15px;
  display: block;
  height: 10px;
  width: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.quicklink:before {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  height: 2px;
  width: 20px;
  background: #fff;
  content: "";
}
.leftAllListing h3 {
  font-size: 20px;
  line-height: 23px;
  padding: 15px 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #2e2e2e;
  border-bottom: 1px solid #ddd;
}
.leftAllListing ul {
  margin: 8px 0 !important;
  padding: 0;
}
.leftAllListing ul ul {
  margin: 0 !important;
  padding: 0;
}
.leftAllListing li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.leftAllListing li label {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  font-weight: 300;
}
.leftAllListing li a {
  color: #2e2e2e;
  text-decoration: none;
  display: block;
  padding: 5px 0 5px 25px !important;
  position: relative;
}
.leftAllListing li a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../img/checkbox-icon.png) no-repeat 0 0;
}
.leftAllListing li a:before {
  display: none !important;
}
.leftAllListing li a:hover,
.leftAllListing li.current-cat a,
.leftAllListing li.current-cat a:hover,
.leftAllListing li.chosen a,
.leftAllListing li.chosen a:hover {
  color: #7d423c;
  text-decoration: none;
}
.leftAllListing li.current-cat a:after,
.leftAllListing li.current-cat a:hover:after,
.leftAllListing li.chosen a:after,
.leftAllListing li.chosen a:hover:after {
  background-position: 0 -16px;
}
.leftAllListing li.current-cat li a,
.leftAllListing li.chosen li a {
  color: #2e2e2e;
  text-decoration: none;
}
.leftAllListing li.current-cat li a:after,
.leftAllListing li.current-cat li a:hover:after,
.leftAllListing li.chosen li a:after,
.leftAllListing li.chosen li a:hover:after {
  background-position: 0 0;
}
.leftAllListing li li.current-cat a,
.leftAllListing li li.chosen a {
  color: #7d423c;
  text-decoration: none;
}
.leftAllListing li li.current-cat a:after,
.leftAllListing li li.current-cat a:hover:after,
.leftAllListing li li.chosen a:after,
.leftAllListing li li.chosen a:hover:after {
  background-position: 0 -16px;
}
.leftAllListing li .count,
.leftAllListing li .clear {
  display: none;
}
.leftAllListing p {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 15px;
  font-weight: 400;
  color: #2e2e2e;
}
.leftAllListing .sli-slider-status {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  font-weight: 400;
  color: #373a41;
  text-align: center;
  float: left;
  width: 100%;
}
/**************Product Category starts**************/
.ProductCategory {
  padding: 15px 0;
}
.topHeading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}
.topHeading h2 {
  font-size: 26px;
  line-height: 29px;
  padding: 8px 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #7d423c;
  display: inline-block;
}
.topHeading p {
  display: inline-block;
  padding: 10px 0;
}
.SortBy {
  float: right;
}
.SortBy select {
  padding: 0 5px;
  color: #333;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400;
}
.SortBy label {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  padding: 10px;
}
.SortBy input[type="text"] {
  color: #333;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  width: 130px;
  padding: 5px;
}
.SortBy .csSelect {
  display: inline-block;
  width: 220px;
}
.SortBy form {
  margin: 0 !important;
  padding: 0 !important;
}
.ProductCategory .allBox {
  clear: both;
  margin-left: -2%;
}
.ProductCategory .box {
  float: left;
  width: 31.33%;
  margin: 0 0 15px 2%;
}
.ProductCategory .box a {
  position: relative;
  display: block;
  text-decoration: none;
}
.best-sell-tag.wpcbm-badge {
  margin: -18px 3px 0 0 !important;
}
.new-arrival-tag.wpcbm-badge {
  margin: -15px 0 0 -16px !important;
}
.ProductCategory .box .over {
  background: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
}
.ProductCategory h3 {
  padding: 5px 10px !important;
  color: #2e2e2e !important;
  font-size: 16px !important;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500 !important;
  height: 52px;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.ProductCategory h3 span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  color: #2e2e2e !important;
}
.ProductCategory .box .photo {
  border: 1px solid #ddd;
  border-bottom: 0;
}
.ProductCategory .price {
  color: #7d423c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  background-color: #f8f8f6;
  padding: 10px;
  overflow: hidden;
}
.ProductCategory .price del {
  color: #ff0000;
  font-size: 14px;
  line-height: 16px;
  margin-right: 5px;
  float: left;
}
.ProductCategory .price ins {
  text-decoration: none;
  float: right;
}
.ProductCategory .box a:hover .over {
  background-color: #7d423c;
  border-color: #7d423c;
}
.ProductCategory .box a:hover .price {
  background-color: #fff;
}
.ProductCategory .box a:hover h3 span {
  color: #fff !important;
}
.ProductCategory .box .photo {
  display: block;
  min-height: 100px;
  background-color: #f8f8f6;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.ProductCategory .dummy {
  padding-top: 69%;
}
.ProductCategory .box .photo img {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in,
    -webkit-transform 0.2s ease-in;
  position: relative;
  width: auto;
  height: auto;
}
.ProductCategory .box .photo img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s;
  position: relative;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
}
.ProductCategory .box .photo .lazy {
  width: auto;
  height: auto;
}
.ProductCategory .box .photo img.lazyFade {
  opacity: 0.9;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ProductCategory .box .photo .img-container {
  background: none;
}
.ProductCategory .box a:hover .photo img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/**************Product Category starts**************/
/************paging starts************/
.paging {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
  margin-top: 20px;
}
.paging ul {
  padding: 0;
  margin: 0;
  float: right;
}
.paging ul li {
  color: #2e2e2e;
  line-height: 20px;
  font-size: 15px;
  display: inline-block;
  position: relative;
  overflow: visible;
  vertical-align: top;
  margin: 0;
  padding: 0 !important;
  background: none !important;
  float: left;
}
.paging ul li:before {
  display: none;
}
.paging ul li a,
.paging ul li span {
  color: #2e2e2e;
  border: 1px solid #d1d1d1;
  margin: 0;
  border-radius: 0 !important;
  background-color: #fff;
  padding: 5px 12px;
  text-decoration: none;
  display: inline-block;
  float: left;
  vertical-align: 0;
}
.paging ul li a:hover,
.paging .current {
  color: #fff;
  background-color: #7d423c;
  border-color: #7d423c;
}
.ShowBy {
  float: left;
}
.ShowBy label {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 10px 10px 0;
}
.ShowBy select {
  display: inline-block;
  width: 80px;
  padding: 0 5px;
}
/************paging ends************/
/************Product listing page ends************/
/************product details starts************/
.ProductDetails {
  padding-top: 15px;
}
.ProductDetails #slider {
  border: 1px solid #ddd;
}
.ProductDetails .slider {
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
  clear: both;
  min-height: 535px;
}
.enlarged {
  position: absolute;
  right: 1px;
  top: 1px;
  background: url(../img/enlarged-icon.png) no-repeat center center;
  z-index: 100;
  width: 45px;
  height: 40px;
  display: inline-block !important;
}
.ProductDetails .slider:hover .enlarged {
  display: none;
}
.ProductDetails .slider .save {
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  background-color: #7d423c;
  position: absolute;
  left: -5px;
  top: 15px;
  text-transform: uppercase;
  z-index: 50;
}
.sp-loading {
  text-align: center;
  border: 0;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
  min-height: 100px;
  background-color: #f8f8f6;
  padding: 10% 15px;
}
.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  position: relative;
  margin: 0;
  float: left;
  max-width: 100%;
  width: 100%;
}
.sp-thumbs {
  text-align: left;
  display: inline-block;
}
.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}
.sp-thumbs a:link,
.sp-thumbs a:visited {
  width: 84px;
  height: 60px;
  margin: 10px 10px 0 0;
  border: 1px solid #ccc;
  overflow: hidden;
  opacity: 0.3;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sp-thumbs a:link:nth-child(6),
.sp-thumbs a:visited:nth-child(6),
.sp-thumbs a:link:nth-child(12),
.sp-thumbs a:visited:nth-child(12) {
  margin-right: 0;
}
.sp-thumbs a:hover {
  opacity: 1;
}
.sp-thumbs a:active,
.sp-current {
  opacity: 1 !important;
  position: relative;
}
.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  border: 1px solid #ddd;
  text-align: center;
}
.sp-large a {
  display: block;
}
.sp-large a img {
  max-width: 100% !important;
  height: auto !important;
}
.sp-zoom {
  position: absolute;
  left: 0;
  top: 0;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: none;
}
.sp-zoom img {
  max-width: none !important;
  height: auto !important;
}
.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9) url("../img/ajaxLoader.gif") no-repeat center
    center;
  z-index: 9999;
  display: none;
  cursor: pointer;
}
.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}
#sp-prev,
#sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#sp-prev {
  left: 10px;
}
#sp-prev:before {
  content: "";
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 11px;
  left: 2px;
}
#sp-next {
  right: 10px;
}
#sp-next:before {
  content: "";
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 11px;
  left: 14px;
}
#sp-prev:hover,
#sp-next:hover {
  background: #444;
}
@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }
  #sp-prev,
  #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}
.ProductDetails h2 {
  font-size: 24px;
  line-height: 28px;
  color: #2e2e2e;
  padding: 0 0 15px;
}
.ProductDetails h2 small {
  font-size: 15px;
  line-height: 17px;
  color: #7d423c;
  padding: 0;
  display: block;
  font-weight: 300;
}
.ProductDetails h3 {
  font-size: 18px;
  line-height: 20px;
  padding: 15px 0 0;
  border: 0;
  color: #7d423c;
  font-weight: 600;
}
.ProductDetails h4 {
  font-size: 15px;
  line-height: 20px;
  padding: 15px 0 0;
  font-weight: 600;
  color: #7d423c;
}
.ProductDetails p {
  line-height: 24px;
  padding: 5px 0 15px;
}
.ProductDetails .details {
  overflow: hidden;
  position: relative;
  clear: both;
}
.ProductDetails .available {
  overflow: hidden;
  position: relative;
  clear: both;
}
.ProductDetails .available p {
  font-size: 18px;
  line-height: 23px;
  color: #009a46;
  padding: 0 0 0 45px;
  text-transform: uppercase;
  background: url(../img/green-tick.png) no-repeat 0 5px;
  margin: 15px 0;
  display: block;
  font-weight: 500;
}
.ProductDetails .available span {
  font-size: 15px;
  line-height: 17px;
  color: #7d423c;
  padding: 0;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
}
.ProductDetails .details .price {
  font-size: 24px;
  line-height: 28px;
  color: #7d423c;
  padding: 0;
  font-weight: 600;
}
.ProductDetails .details .price del {
  color: #2e2e2e;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  display: block;
}
.ProductDetails .details .price ins {
  color: #7d423c;
  text-decoration: none;
}
.ProductDetails .details .custom-sale ins,
.ProductDetails .details .custom-sale ins * {
  color: #f00;
  text-decoration: none;
}
.ProductDetails .details .custom-sale del,
.ProductDetails .details .custom-sale del * {
  color: #7d423c;
}
p:empty {
  display: none;
}
.ProductDetails .description {
  padding: 15px 0 0;
}
.ProductDetails .description ul {
  padding: 0;
}
.ProductDetails .description li {
  background: url(../img/description-bullet.png) no-repeat 0 10px;
  padding: 3px 15px;
  vertical-align: top;
  line-height: 24px;
}
.ProductDetails .details .QtyBtn {
  padding: 15px 15px 5px 15px;
  overflow: hidden;
  margin: 10px -5px;
  background-color: #f8f8f6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ProductDetails .details .btn {
  padding: 12px 15px !important;
  vertical-align: top;
  margin: 0px 5px 10px 0 !important;
  font-size: 14px;
}
.ProductDetails .details .WishlistBTN {
  float: left;
  padding: 5px;
  font-size: 21px;
  color: #7d423c;
  text-decoration: none;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  border-radius: 50px;
}
.ProductDetails .details .WishlistBTN span {
  display: none;
}
.ProductDetails .details .WishlistBTN:hover {
  background-color: #7d423c;
  border: 1px solid #7d423c;
  color: #fff;
}
.yith-wcwl-add-to-wishlist {
  margin-top: 0 !important;
}
.ProductDetails .details .quantity {
  float: left;
  margin-right: 10px;
}
.ProductDetails .details .quantity .qty {
  width: 50px;
  margin: 0;
  float: left;
  border-radius: 0;
  text-align: center !important;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 8px 4px;
  line-height: 21px !important;
  font-size: 18px !important;
  height: 45px;
}
.ProductDetails .details .quantity .plus,
.ProductDetails .details .quantity .minus {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
  line-height: 23px;
  font-size: 23px;
  border-radius: 0;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 5px;
  float: left;
  vertical-align: top;
}
.ProductDetails .details .quantity .plus:hover,
.ProductDetails .details .quantity .minus:hover {
  background-color: #7d423c !important;
  color: #fff !important;
  border-color: #7d423c;
}
.ProductDetails .details .top-button-area {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 0;
  margin: 0 -7px;
}
.ProductDetails .details .top-button-area a {
  text-decoration: none;
}
.ProductDetails .details .top-button-area > a {
  margin: 15px 7px;
  display: flex;
  align-items: center;
}
.ProductDetails .details .top-button-area > a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  padding: 7px;
  margin: 0 6px 0 0;
}
.ProductDetails .details .QtyBtn > * {
  margin: 0px 5px 5px !important;
}
.ProductDetails .details .QtyBtn form.cart {
  line-height: 0;
}
.ProductDetails .details img.ajax-loading {
  display: none !important;
}
p:empty {
  display: none;
}
.ProductDetails .ShareIcon {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 15px 0;
  text-align: center;
}
.ProductDetails .ShareIcon ul {
  display: block;
  padding: 15px 0;
}
.ProductDetails .ShareIcon ul li {
  width: 24%;
}
.ProductDetails .ShareIcon ul li a span {
  color: #2e2e2e !important;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.ProductDetails .ShareIcon ul li i {
  vertical-align: middle !important;
  margin-right: 10px;
}
.ProductDetails .details .yith-wcwl-add-to-wishlist {
  margin: 0;
  display: inline-block;
}
.ProductDetails .details #printButton {
  padding: 12px !important;
  min-width: inherit !important;
  float: none !important;
  display: inline-block;
}
.ProductDetails .details .cartButton .clear,
.ProductDetails .details .cartButton .ajax-loading {
  display: none !important;
}
.berocket_aapf_widget li.slider span.left input,
.berocket_aapf_widget li.slider span.right input {
  width: 80% !important;
  margin-top: 5px !important;
}
/************product details ends************/
/************Common Content starts************/
.CommonContent {
  padding: 15px 0;
}
.CommonContent h1 {
  font-size: 28px;
  line-height: 30px;
  padding: 15px 0 0;
  color: #7d423c;
  font-weight: 600;
}
.CommonContent h2 {
  font-size: 22px;
  line-height: 30px;
  padding: 15px 0 0;
  color: #7d423c;
  font-weight: 600;
}
.CommonContent h3 {
  font-size: 18px;
  line-height: 20px;
  padding: 15px 0 0;
  color: #7d423c;
  font-weight: 600;
}
.CommonContent h4 {
  font-size: 15px;
  line-height: 20px;
  padding: 15px 0 0;
  font-weight: 600;
  color: #7d423c;
}
.CommonContent p {
  line-height: 28px;
  padding: 10px 0;
}
.CommonContent ul {
  padding-top: 10px;
}
.CommonContent li {
  background: url(../img/CategoriesListing-bullet.png) no-repeat 0 11px;
  padding: 3px 15px;
  vertical-align: top;
  line-height: 24px;
}
.CommonContent .two-col li {
  display: inline-block;
  width: 49%;
}
.CommonContent .OurStory li {
  background: none;
  padding: 15px 5%;
  border-right: 1px solid #ddd;
}
.CommonContent .OurStory li:last-child {
  border-right: 0;
}
img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
img.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignblock {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.CommonContent .addressRow {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.CommonContent .addressRow p {
  padding: 5px 0;
}
.CommonContent .addressRow i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 18px;
  color: #7d423c;
}
.CommonContent .addressRow a {
  color: #2e2e2e;
  text-decoration: none;
}
.CommonContent .addressRow a:hover {
  color: #7d423c;
  text-decoration: none;
}
.CommonContent .addressRow a[href^="tel:"] {
  margin-right: 10px;
}
.CommonContent .addressRow h3 {
  text-transform: uppercase;
}
.table-responsive {
  min-height: inherit;
  overflow: visible;
}
.CommonContent .addressRow .table-responsive {
  margin-top: 10px;
  border: 0;
}
.CommonContent .addressRow .table-responsive * {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.ContactForm {
  padding-bottom: 15px;
}
.ContactForm h3 {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.ContactForm input,
.ContactForm textarea {
  margin-top: 15px;
}
.ContactForm .btn {
  margin-top: 15px;
  min-width: 144px;
}
.google-maps {
  vertical-align: top;
  background: #ddd;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.google-maps img {
  max-width: inherit !important;
}
.google-maps iframe,
.google-maps object,
.google-maps embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clear: both;
}
.map-height {
  padding-bottom: 0;
}
.map-height,
.map-height iframe,
.map-height object,
.map-height embed {
  height: 700px;
}
.overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 400px;
  top: 400px;
  margin-top: -435px;
  z-index: 800;
}
.CommonContent ol {
  counter-reset: item;
  list-style-type: none;
  list-style-position: inside;
  padding-left: 0;
  margin: 30px 0 0;
}
.CommonContent ol li {
  position: relative;
  padding: 10px 0 10px 50px;
  min-height: 47px;
  text-align: left;
  background: none;
}
.CommonContent ol li h4 {
  padding: 0;
}
.CommonContent ol li p {
  padding-top: 0;
}
.CommonContent ol li:before {
  font-size: 18px;
  line-height: 36px;
  font-weight: 700;
  vertical-align: middle;
  width: 36px;
  color: #fff;
  text-align: center;
  height: 36px;
  content: counter(item) "";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 5px;
  background: #7d423c;
  border-radius: 100%;
  z-index: 5;
}
.CommonContent ol li:last-child:after {
  display: none;
}
/************Common Content ends************/
/************faqs starts************/
.faqs-all .accordingHead {
  font-size: 17px;
  line-height: 20px;
  margin: 8px 0 0;
  display: block;
  color: #5a5c5d;
  position: relative;
  border: 0;
  background: #f8f8f6;
  padding: 15px 0 14px 60px;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.faqs-all .accordingHead:after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 49px;
  background: url(../img/accordingHead.png) no-repeat 0 0;
}
.faqs-all .accordingHead.active,
.faqs-all .accordingHead.alwaysHeadvisible {
  color: #7d423c;
}
.faqs-all .accordingHead.active:after,
.faqs-all .accordingHead.alwaysHeadvisible:after {
  background-position: 0 -49px;
}
.faqs-all .accordianContent {
  max-height: 0;
  overflow: hidden;
  background-color: #f8f8f6;
  padding: 0 15px 0 60px;
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.faqs-all .accordianContent p {
  padding: 0 0 10px 0;
}
.faqs-all .accordianContent.show {
  opacity: 1;
  max-height: 500px;
}
.faqs-all .accordianContent.alwaysvisible {
  opacity: 1;
  max-height: 500px;
}
/************faqs ends************/
/**************Blog starts**************/
.BlogAllContent {
  padding: 30px 0;
}
.BlogAllContent .post {
  margin-bottom: 15px;
}
.BlogAllContent h2 {
  font-size: 22px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
.BlogAllContent h3 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
.BlogAllContent h4 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
}
.BlogAllContent h2 a {
  text-decoration: none;
  color: #7d423c;
}
.BlogAllContent h2 a:hover {
  text-decoration: none;
  color: #000;
}
.BlogAllContent p {
  padding: 10px 0;
  line-height: 26px;
}
.BlogAllContent .post ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.BlogAllContent .post ul li {
  line-height: 24px;
  padding: 5px 0 5px 15px;
  margin: 0;
  list-style: none;
  text-align: left !important;
  position: relative;
}
.BlogAllContent .post ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 15px !important;
  line-height: 15px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 9px;
}
.BlogAllContent .post ul.tick li:before {
  top: 13px;
  background: url(../img/tick.png) no-repeat 0 0;
  width: 14px;
  height: 11px;
}
.BlogAllContent .post ul.two-col li {
  display: inline-block;
  width: 49%;
}
.BlogAllContent .post .date {
  padding: 8px 0 15px;
  font-size: 13px;
  line-height: 15px;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.BlogAllContent .post .date:after {
  content: "";
  background-color: #7d423c;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 66px;
}
.BlogAllContent .post .date img {
  margin-right: 10px;
  vertical-align: -4px;
}
.BlogAllContent .post .date a {
  text-decoration: none;
  color: #666;
  display: inline-block;
  margin-right: 15px;
}
.BlogAllContent .post .date a:hover {
  color: #7d423c;
}
.BlogAllContent .alignnone-block {
  display: block;
  width: 100%;
  margin: 10px auto;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
.BlogAllContent .alignnone {
  margin: 10px 20px 20px 0;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #ccc;
  box-shadow: 0 0 0 2px #ccc;
}
.BlogAllContent .aligncenter {
  display: block;
  margin: 10px auto 5px auto;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
.BlogAllContent .alignright {
  float: right;
  margin: 10px 0 20px 20px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
.BlogAllContent .alignleft {
  float: left;
  margin: 10px 20px 20px 0;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
.BlogAllContent .Categories {
  margin-bottom: 30px;
}
.BlogAllContent .Categories:last-child {
  margin-bottom: 0;
}
.BlogAllContent .Categories h3 {
  background-color: #7d423c;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}
.BlogAllContent .Categories ul {
  border-top: 1px solid #bbb;
  background-color: #f8f8f6;
}
.BlogAllContent .Categories ul li {
  padding: 0;
}
.BlogAllContent .Categories ul li a {
  padding: 7px 0 7px 30px;
  border-bottom: 1px solid #ddd;
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff;
  position: relative;
}
.BlogAllContent .Categories ul li a:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 15px !important;
  line-height: 15px;
  font-weight: 400;
  position: absolute;
  left: 15px;
  top: 10px;
}
.BlogAllContent .Categories ul li a:hover,
.BlogAllContent .Categories ul li.active a,
.BlogAllContent .Categories ul li.active a:hover {
  background-color: #fff;
  color: #7d423c;
}
.BlogAllContent .Categories ul li a:hover:after,
.BlogAllContent .Categories ul li.active a:after,
.BlogAllContent .Categories ul li.active a:hover:after {
  color: #7d423c;
}
.BlogAllContent .Categories ul li a:hover:before,
.BlogAllContent .Categories ul li.active a:before,
.BlogAllContent .Categories ul li.active a:hover:before {
  background-color: #7d423c;
  height: 100%;
  width: 4px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.BlogAllContent .paging {
  padding: 10px 0;
  margin: 0;
}
.BlogAllContent .paging ul {
  text-align: center;
  float: left;
  width: 100%;
}
.BlogAllContent .paging ul li {
  float: none;
  display: inline-block;
}
/**************Blog ends**************/
/***************Cart pages**************/
table.shop_table .product-quantity .plus,
table.shop_table .product-quantity .minus {
  background-color: #7d423c;
  color: #fff;
  line-height: 23px;
  font-size: 18px;
  border-radius: 0;
  text-transform: uppercase;
  margin: 0;
  padding: 6px;
  display: inline-block;
  vertical-align: top;
  border: 0;
}
table.shop_table .product-quantity .plus:hover,
table.shop_table .product-quantity .minus:hover {
  background-color: #000000;
}
.freeShipping {
  width: 100%;
  text-align: center;
  background: #73b52c;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  float: left;
  display: block;
  clear: both;
}
.welcomeNote {
  background: #fff;
  padding: 15px;
}
.woocommerce h3 {
  font-size: 18px;
  font-weight: 600;
  color: #7d423c;
  padding: 10px 0;
}
#customer_details h3 span {
  font-size: 22px;
  line-height: 25px;
  padding: 0 10px;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  margin-right: 10px;
}
.woocommerce-shipping-fields .shipping_guide {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 0;
}
.woocommerce h3#ship-to-different-address {
  padding: 0;
}
.login_text h3 {
  font-size: 16px;
  font-weight: 600;
  color: #7d423c;
  padding: 0;
}
.login_text p {
  font-size: 14px;
  padding: 0 0 15px;
  line-height: 20px;
}
.myaccount_user,
.myaccount_address {
  padding-bottom: 10px;
}
#customer_login .login,
#customer_login .register,
table.my_account_orders,
.addresses .address,
.cart-collaterals .cart_totals,
.shop_table,
.cart-collaterals .shipping_calculator,
#customer_details .woocommerce-billing-fields,
#customer_details .woocommerce-shipping-fields,
.checkout_coupon,
.billingandshiipingaddress,
.order-info,
.customer_details,
.myaccount_user,
.addresses .BillingAddress-new address,
.addresses .ShippingAddress-new address,
form#yith-wcwl-form .shop_table,
.mywishlist .woocommerce-message,
.col-1 .box,
#customer_login_new .full-col .register,
#order_review #payment,
#order_review .col-1,
.lost_reset_password {
  background: #fff;
}
.col-1 .box p {
  padding: 8px 0;
}
#customer_login_new p {
  padding: 0 0 15px;
}
#customer_login_new .full-col .register p {
  padding: 0 !important;
}
#customer_login .col-1 .box {
  min-height: 266px;
}
#customer_login h2 {
  padding-bottom: 10px !important;
}
.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
  border: 1px solid #f00;
  width: 28px !important;
  height: 28px !important;
  padding-top: 3px;
}
.woocommerce .order_details li {
  background: none !important;
  padding: 5px 10px !important;
  line-height: 16px !important;
  font-size: 14px;
}
.woocommerce .order_details li strong {
  line-height: 16px !important;
  font-size: 14px;
  vertical-align: top;
}
#customer_login .col-1,
#customer_login .col-2 {
  margin-top: 15px;
}
#customer_login_new .full-col .register {
  margin: 0;
}
#customer_login .login .inline {
  margin-left: 10px;
}
#customer_login .register {
  min-height: 264px;
}
.addresses .address,
.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator,
.woocommerce #payment,
.woocommerce-page #payment,
#customer_details .woocommerce-billing-fields,
#customer_details .woocommerce-shipping-fields,
.billingandshiipingaddress,
.order-info,
.customer_details,
.addresses .BillingAddress-new address,
.addresses .ShippingAddress-new address,
form#yith-wcwl-form .shop_table,
.mywishlist .woocommerce-message,
.myaccount_user,
.col-1 .box,
#customer_login_new .full-col .register,
.lost_reset_password,
#order_review .col-1 {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.addresses .address address,
.billingandshiipingaddress,
.order-info,
.customer_details,
.addresses .BillingAddress-new address,
.addresses .ShippingAddress-new address,
form#yith-wcwl-form .shop_table,
.mywishlist .woocommerce-message,
.myaccount_user,
.col-1 .box,
#customer_login_new .full-col .register,
#order_review #payment,
#order_review .col-1,
.lost_reset_password {
  padding: 10px 15px;
  border-radius: 0;
}
#order_review #payment .payment_method_paypal img {
  width: 150px;
  margin-right: 10px;
}
#order_review #payment li {
  padding: 0;
  background: none;
}
#order_review #payment li label {
  display: inline-block;
}
.woocommerce-checkout #payment div.payment_box p {
  padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 10px !important;
}
.order-info,
.myaccount_user {
  margin-bottom: 15px;
  font-size: 15px;
  color: #7d423c;
  font-weight: 700 !important;
  overflow: hidden;
  padding: 10px 15px !important;
}
.myaccount_user {
  color: #000;
  font-weight: 400 !important;
}
.myaccount_user strong {
  font-weight: 700 !important;
}
.woocommerce .title {
  padding: 0;
  border-bottom: 0 !important;
  position: static !important;
  display: block !important;
  background-color: transparent !important;
}
.woocommerce form.login {
  margin-top: 0 !important;
}
.woocommerce .title h3 {
  margin: 0 !important;
  display: inline-block;
  padding: 0 !important;
}
.addresses .address .title {
  padding: 0 0 10px 15px !important;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd !important;
}
.addresses .address .title h3 {
  margin: 0 !important;
}
.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
  padding: 5px 10px !important;
  border-radius: 0;
}
.cart-collaterals .shipping_calculator {
  margin-top: 20px;
}
.cart-collaterals .shipping_calculator h2 {
  margin: 8px 0;
}
.cart-collaterals .button {
  display: inline-block !important;
  width: auto !important;
}
#customer_details .woocommerce-billing-fields,
#customer_details .woocommerce-shipping-fields {
  display: block;
  padding: 10px 15px;
  float: left;
  width: 100%;
  border-radius: 0;
}
#customer_details .addresses h3 {
  width: auto;
  display: inline-block;
  border: 0;
}
#customer_details
  .woocommerce-shipping-fields
  h3#ship-to-different-address
  .checkbox {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
}
.wc-proceed-to-checkout {
  padding: 10px 0 !important;
  border-top: 1px solid #ddd;
}
.wc-proceed-to-checkout a {
  margin: 0 !important;
}
.cart-collaterals .cart_totals th,
.cart-collaterals .cart_totals td {
  border-top: 1px solid #ddd !important;
  padding: 5px 10px !important;
  width: 50% !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.cart-collaterals .cart_totals table,
form#yith-wcwl-form .shop_table {
  width: 100% !important;
  margin: 0 !important;
}
.cart-collaterals .cart_totals table strong {
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #7d423c !important;
}
form#yith-wcwl-form {
  padding: 15px 0;
}
form#yith-wcwl-form .shop_table td,
form#yith-wcwl-form .shop_table th {
  border-top: 1px solid #ddd !important;
  padding: 8px 10px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-align: left !important;
}
form#yith-wcwl-form .shop_table th {
  background-color: #e9e9e9;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #000 !important;
}
form#yith-wcwl-form .shop_table .product-thumbnail img {
  width: 150px;
}
form#yith-wcwl-form .shop_table .button {
  color: #fff;
  line-height: 20px;
  font-size: 12px;
  border-radius: 0;
  text-transform: uppercase;
  min-width: 110px;
  margin: 5px 0;
  padding: 6px 10px;
  display: inline-block !important;
  vertical-align: top;
  background: #7d423c;
  text-decoration: none;
}
form#yith-wcwl-form .shop_table .button:hover {
  background-color: #000000;
}
.cart-collaterals .shipping_calculator .button {
  padding: 10px 20px;
}
.mywishlist .woocommerce-message {
  margin-top: 15px;
}
.btnontinueShopping {
  padding: 5px 10px !important;
  text-decoration: none;
}
.btnontinueShopping:hover {
  text-decoration: none;
}
.popover-content {
  position: relative;
  overflow: hidden;
}
.popover-content .btnontinueShopping {
  display: none;
}
.product-thumbnail img {
  border: 1px solid #7d423c;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 100px;
}
.health-banner img,
.view-all-pro-banner img {
  width: 100%;
}
.stock {
  color: #56b847 !important;
  float: right;
}
.article-row p:empty {
  display: none;
}
#coupon_code {
  width: 150px;
  height: auto;
}
.categories-left {
  background-color: #7d423c;
  margin-bottom: 20px;
  overflow: hidden;
}
.categories-left h3 {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #000000;
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.categories-left ul {
  padding: 10px;
}
.categories-left ul li {
  padding: 0;
  border-bottom: 1px solid #2768a4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.categories-left ul li:last-child {
  border-bottom: 0;
}
.categories-left ul li a {
  padding: 5px 10px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.categories-left ul li a:hover,
.categories-left ul li.current-cat a,
.categories-left ul li.current-cat a:hover {
  background-color: #8fc73e;
  color: #000;
}
.categories-left label {
  padding: 5px 15px;
  display: block;
  color: #fff;
}
.categories-left input[type="text"],
.categories-left select {
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 5px 5%;
  color: #000;
  padding: 8px;
  background: #fff;
  position: relative;
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  display: block;
  width: 90%;
  -o-transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.categories-left input[type="text"]:focus,
.categories-left select:focus {
  border-color: #3496d2;
  background-color: #fff;
}
.categories-left select {
  margin-bottom: 15px;
}
.common-inner-content h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #000;
}
.common-inner-content .welcomeNote {
  padding: 0;
}
.common-inner-content h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #7d423c;
}
.common-inner-content p {
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  padding: 5px 0 15px;
}
.common-inner-content p a {
  text-decoration: underline;
}
.common-inner-content strong {
  font-weight: 700;
}
.common-inner-content img.alignright {
  float: right;
  margin: 1em 0 0 1em;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
.common-inner-content img.alignleft {
  float: left;
  margin: 1em 1em 0 0;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
.common-inner-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
a.checkout-button.button.alt.wc-forward {
  display: none;
}
.welcomeNote .col-md-4 img.alignright {
  margin: 4px 0 1em 1em;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
.welcomeNote .col-md-4 img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
.welcomeNote .col-md-4 img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}
.order_details {
  display: table;
  width: 100%;
  background-color: #fff;
  margin-top: 15px;
}
.order_details li {
  display: table-cell;
  border: 1px solid #ddd !important;
  float: none !important;
  padding: 3px 10px !important;
  margin: 0 !important;
  width: auto;
  font-size: 14px !important;
}
.order_details li strong {
  font-size: 14px !important;
  display: inline-block !important;
  color: #7d423c !important;
}
.client_shipping_address .col2-set .col-1 {
  width: 100% !important;
}
.client_shipping_address .col-2 {
  display: none;
}
.client_shipping_address .col2-set .col-1 .title span {
  float: right;
}
.client_shipping_address .col2-set .col-1 .title h3 {
  padding-bottom: 0 !important;
}
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
  background: none !important;
}
.common-inner-content ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.common-inner-content ul li {
  margin: 0;
  padding: 8px 0 8px 25px;
  border-top: 1px solid #ccc;
  font-size: 18px;
  background: url(../img/common-bullet2.png) no-repeat 0 8px;
  font-size: 15px;
  line-height: 23px;
}
.common-inner-content ul li a {
  color: #000;
  text-decoration: none;
}
.common-inner-content ul li a:hover {
  color: #009650;
}
.common-inner-content .testimonials-row {
  border-bottom: 1px solid #ddd;
  background: url(../img/testimonials-row-bg.jpg) no-repeat center center;
}
.common-inner-content .testimonials-row .name {
  color: #7d423c;
}
.common-inner-content .testimonials-row h3 {
  margin-top: 20px;
}
.common-inner-content .testimonials-row:first-child h3 {
  margin-top: 0px;
}
ol.circles-list {
  list-style-type: none;
  list-style-type: decimal !important; /*IE 7- hack*/
  margin: 0;
  margin-left: 3em;
  padding: 0;
  counter-reset: li-counter;
}
ol.circles-list > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 0.5em;
  min-height: 3em;
  font-size: 18px;
  text-align: justify;
}
ol.circles-list > li:before {
  position: absolute;
  top: 0;
  left: -1.33em;
  width: 1.2em;
  height: 1.2em;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  border: 1px solid #7d423c;
  border-radius: 50%;
  background-color: #7d423c;
  content: counter(li-counter);
  counter-increment: li-counter;
}
.common-inner-content .article-row {
  padding-bottom: 20px;
}
.common-inner-content .article-row h1 {
  text-transform: none;
  color: #7d423c;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
.common-inner-content .article-row .the-time-author {
  font-size: 12px;
  color: #999;
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #ddd;
}
.common-inner-content .article-row .date-by-btn {
  background-color: #f4f4f4;
  border: 1px solid #d4d4d4;
  margin: 15px 0;
  display: block;
  overflow: hidden;
}
.common-inner-content .article-row .date-by-btn .date {
  border-right: 1px solid #d4d4d4;
  padding: 10px 15px;
  display: inline-block;
  font-size: 16px;
}
.common-inner-content .article-row .date-by-btn .by {
  border-right: 1px solid #d4d4d4;
  padding: 10px 15px;
  display: inline-block;
  font-size: 16px;
}
.common-inner-content .article-row .date-by-btn a {
  color: #333;
}
.common-inner-content .article-row .date-by-btn .pull-right a,
.categories-left #searchsubmit {
  color: #fff;
  background: #7d423c url(../img/date-by-btn-arrow.png) no-repeat 92% center;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  border: 0;
}
.common-inner-content .article-row .date-by-btn .pull-right a:hover,
.categories-left #searchsubmit:hover {
  background-color: #8fc73e;
  color: #fff;
}
.common-inner-content .article-row .alignnone-block {
  display: block;
  width: 100%;
  margin: 5px auto 5px auto;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #ccc;
  box-shadow: 0 0 0 2px #ccc;
}
.common-inner-content .article-row .alignnone {
  margin: 10px 20px 10px 0;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #ccc;
  box-shadow: 0 0 0 2px #ccc;
}
.common-inner-content .article-row .aligncenter {
  display: block;
  margin: 10px auto;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #ccc;
  box-shadow: 0 0 0 2px #ccc;
}
.common-inner-content .article-row .alignright {
  float: right;
  margin: 10px 0 10px 20px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #ccc;
  box-shadow: 0 0 0 2px #ccc;
}
.common-inner-content .article-row .alignleft {
  float: left;
  margin: 10px 20px 10px 0;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #ccc;
  box-shadow: 0 0 0 2px #ccc;
}
.shop_table .variation dd,
.shop_table .variation dt {
  padding: 0 !important;
  float: none !important;
}
.shop_table .variation p {
  padding: 0 !important;
}
.ContactUsTop ul {
  display: block;
  padding: 0 0 30px;
  margin: 0;
  border: 0;
}
.ContactUsTop ul li {
  display: inline-block;
  width: 33%;
  padding: 15px 0;
  margin: 0;
  background: none;
  border: 0;
  vertical-align: top;
}
.ContactUsTop ul li p {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
}
.ContactUsTop ul li img {
  float: left;
  margin-right: 15px;
}
.ContactUsForm {
  display: block;
}
.categories-left #searchsubmit {
  margin: 5px 15px 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #fff;
}
.ContactUsForm .form-control {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #dedede;
  margin: 8px 0;
  padding: 10px;
  height: auto;
  font-size: 16px !important;
  color: #000 !important;
  position: relative;
  font-weight: 400;
  line-height: 20px !important;
}
.ContactUsForm textarea {
  height: 240px !important;
  resize: none;
}
.ContactUsForm .form-control:focus {
  border-color: #7d423c;
  background-color: #fff !important;
  color: #000;
}
.ContactUsForm h3 {
  font-size: 24px;
  color: #000;
}
.ContactUsForm label {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: block;
}
.ContactUsForm .btn {
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  border: 1px solid #7d423c;
  border-radius: 4px;
  display: inline-block;
  -webkit-box-shadow: 0 1px 1px #f9eddf inset;
  box-shadow: 0 1px 1px #f9eddf inset;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  min-width: 150px;
  background: #7d423c;
}
.ContactUsForm .btn:hover,
.ContactUsForm .btn:focus {
  color: #fff;
  background: #000;
}
.ContactUsForm .captcha {
  border: 1px solid #ddd;
  margin-right: 10px;
  border-radius: 5px;
}
.ContactUsForm .captcha-code {
  width: 50%;
  display: inline-block;
}
.article-inner .article-row {
  padding-bottom: 0;
}
.article-inner .article-row h3 {
  font-size: 30px;
  line-height: 35px;
  color: #000;
}
.article-inner .article-row h4 {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 700;
}
.article-inner .article-row h4 span {
  color: #7d423c;
}
.article-inner .article-row .date-by-btn {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 10px 0;
}
.article-inner .article-row .date-by-btn .date,
.article-inner .article-row .date-by-btn .by {
  border-right: 0;
  padding: 0;
  font-size: 14px;
}
.article-inner .article-row .date-by-btn .date {
  border-right: 1px solid #000;
  padding-right: 15px;
  margin-right: 15px;
  background: url(../img/email-a1.jpg) no-repeat 0 center;
  padding-left: 25px;
}
.article-inner .article-row .date-by-btn .by {
  background: url(../img/user-a1.jpg) no-repeat 0 center;
  padding-left: 25px;
}
.CommentsForm {
  display: block;
  margin: 20px 0;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  width: 90%;
}
.CommentsForm .form-control {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #dedede;
  margin: 8px 0;
  padding: 10px;
  height: auto;
  font-size: 16px !important;
  color: #000 !important;
  position: relative;
  font-weight: 400;
  line-height: 20px !important;
}
.CommentsForm textarea {
  height: 240px !important;
  resize: none;
}
.CommentsForm .form-control:focus {
  border-color: #7d423c;
  background-color: #fff !important;
  color: #000;
}
.CommentsForm h3 {
  font-size: 24px;
  color: #000;
  padding-bottom: 10px;
}
.CommentsForm label {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: block;
}
.CommentsForm label em {
  color: #f00;
}
.CommentsForm .btn {
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  border: 1px solid #7d423c;
  border-radius: 4px;
  display: inline-block;
  -webkit-box-shadow: 0 1px 1px #f9eddf inset;
  box-shadow: 0 1px 1px #f9eddf inset;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  min-width: 150px;
  background: #7d423c;
}
.CommentsForm .btn:hover,
.CommentsForm .btn:focus {
  color: #fff;
  background: #8fc73e;
}
.CommentsForm .captcha {
  border: 1px solid #ddd;
  margin-right: 10px;
  border-radius: 5px;
}
.CommentsForm .captcha-code {
  width: 50%;
  display: inline-block;
}
.yotpo-small-box {
  display: none !important;
}
.healthconcerntitlebox a {
  float: left;
  width: 100%;
  background: rgba(199, 199, 199, 0.5);
  border: 1px solid #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 15px 40px;
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  word-break: break-all;
  margin-bottom: 5px;
}
.healthconcerntitlebox a:hover {
  background: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.abctozsorting {
  text-align: center;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
  padding: 10px 10px 0;
  background-color: #eee;
  position: relative;
}
.abctozsorting a {
  display: inline-block;
  color: #000;
  border-color: #a5a5aa;
  margin: 0 0 10px 0;
  border-radius: 0 !important;
  background-color: #fff;
  padding: 3px 8px;
  border: 1px solid #ccc;
  text-decoration: none;
  text-transform: uppercase;
}
.abctozsorting a:hover {
  color: #fff;
  background-color: #7d423c;
  border-color: #7d423c;
}
.ap_english {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px !important;
  background-color: #eee !important;
  width: auto !important;
  display: block;
  float: none !important;
  position: relative;
  overflow: hidden;
}
.ap_english li {
  display: inline-block !important;
  float: none !important;
  padding: 0 !important;
  margin: 5px 3px !important;
  min-width: 27px;
}
.ap_english a {
  display: block;
  color: #000 !important;
  border-color: #a5a5aa;
  margin: 0;
  border-radius: 0 !important;
  background-color: #fff;
  padding: 3px 0 !important;
  border: 1px solid #ccc;
  text-decoration: none;
  text-transform: uppercase;
}
.ap_english a:hover,
.ap_english a.selected {
  color: #fff !important;
  background-color: #7d423c !important;
  border-color: #7d423c !important;
}
.wooas-container {
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px 0 5px !important;
  background-color: #eee !important;
  width: auto !important;
  display: block;
  float: none !important;
  position: relative;
  overflow: hidden;
}
.wooas-container ul li {
  display: inline-block !important;
  float: none !important;
}
.wooas-container ul li a {
  text-decoration: none;
}
.wooas-container ul li:nth-child(2) {
  display: none !important;
}
.woocommerce-shipping-fields {
  border: 1px solid #ccc !important;
  background: #f8f8f6 !important;
  margin-bottom: 15px !important;
}
.woocommerce-billing-fields,
.woocommerce table.shop_table,
.woocommerce-checkout-payment {
  border-color: #ccc !important;
  background: #fff !important;
  border-radius: 0 !important;
}
.woocommerce .product-thumbnail img {
  width: 60px !important;
}
.popover-content .woocommerce .product-thumbnail img {
  width: 50px !important;
}
.addtocartpopupshow .woocommerce .product-thumbnail img {
  width: 50px !important;
}
.addtocartpopupshow .woocommerce .product-name {
  font-size: 13px !important;
  line-height: 16px !important;
}
.product-quantity {
  color: #7d423c !important;
  font-size: 16px;
  font-weight: 700;
}
.product-quantity input[type="text"] {
  width: 60px !important;
  display: inline-block;
  padding: 7px;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.register {
  background-color: #fff;
}
.topStrip .woocommerce table.cart input,
.topStrip .woocommerce #content table.cart input,
.topStrip .woocommerce-page table.cart input,
.topStrip .woocommerce-page #content table.cart input {
  font-size: 10px !important;
  vertical-align: top !important;
}
div.pp_woocommerce .pp_close {
  right: 0 !important;
}
.left_billing {
  margin-left: -108%;
  margin-top: 15px;
  width: 100%;
  position: relative;
  display: block;
}
.left_billing h3 {
  margin-top: 15px;
}
.my_custom_billing {
  margin: 0 !important;
}
.my_custom_billing h3 {
  margin-top: 0 !important;
}
.woocommerce-billing-fields {
  margin-bottom: 15px !important;
}
#order_review .shop_table .product-name {
  width: 60%;
  color: #7d423c;
  font-size: 13px;
  font-weight: 700;
}
#order_review .shop_table .product-total {
  width: 40%;
}
.woocommerce-cart #order_review .shop_table thead,
#order_review .shop_table tfoot,
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table .actions {
  background: #e9e9e9;
}
table.shop_table tbody tr.cart_item:nth-child(even) {
  background: #f8f8f6;
}
table.shop_table tbody tr.cart_item:nth-child(odd) {
  background: #fff;
}
#order_review table.shop_table {
  border: 1px solid #d8dde0 !important;
  background: none !important;
  margin-bottom: 10px !important;
  border-radius: 0;
}
#order_review .shop_table tr.cart_item:nth-child(even) {
  background: #f8f8f6;
}
#order_review .shop_table tr.cart_item:nth-child(odd) {
  background: #fff;
}
.order_details .product-name {
  width: 60%;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700;
}
.order_details .product-total {
  width: 40%;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700;
}
.order_details thead th {
  background-color: #7d423c !important;
}
.order_details tbody .product-total {
  color: #7d423c !important;
}
.order_details thead,
.order_details tfoot {
  background: #fafafa;
  color: #000 !important;
  font-size: 15px !important;
}
.order_details tfoot tr:last-child th,
.order_details tfoot tr:last-child td,
.order_details tfoot tr:last-child td span {
  background-color: #ccc !important;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 700;
}
.order_details thead *,
.order_details tfoot * {
  color: #000 !important;
  font-size: 14px !important;
}
.order_details tr.order_item:nth-child(even) {
  background: #f8f8f6;
}
.order_details tr.order_item:nth-child(odd) {
  background: #fff;
}
.woocommerce-checkout .payment_method_beanstream .form-row {
  width: 100% !important;
  margin: 0 0 2px 0 !important;
}
.woocommerce-checkout div.payment_method_beanstream label {
  display: block !important;
}
.woocommerce-checkout .payment_method_beanstream .form-row select {
  display: inline-block !important;
}
.woocommerce-checkout-payment,
.woocommerce-billing-fields,
.my_custom_billing,
#order_review .col-1 {
  border: 1px solid #ccc !important;
  background: #fff !important;
  border-radius: 0;
}
.woocommerce-checkout-payment {
  clear: both;
}
.new_design {
  border: 2px solid #7d423c !important;
  background: #fff !important;
  padding: 10px 15px 15px;
  border-radius: 6px;
  margin-top: 15px;
}
.new_design h3 {
  border-bottom: 1px solid #ccc !important;
}
.woocommerce-shipping-fields,
#customer_details form#address_form .shipping_address {
  padding: 15px;
}
#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method li {
  text-indent: inherit !important;
  padding: 5px 0 !important;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 8px 0 !important;
  border-radius: 0 !important;
}
td.product-price del {
  color: #ff0000;
}
td.product-price ins {
  text-decoration: none;
  color: #7d423c;
}
.woocommerce-checkout .woocommerce-info {
  margin: 0 0 15px !important;
}
.checkout_coupon p {
  margin-right: 15px !important;
  width: auto !important;
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
.woocommerce .woocommerce-info {
  border: 1px solid #ccc !important;
}
#customer_details .top-section {
  float: left;
  width: 100%;
}
#customer_details #order_review {
  float: left;
  width: 100%;
}
.coupon {
  display: inline-block;
  width: auto;
  float: none;
}
.coupon .btn {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.coupon #coupon_code {
  display: inline-block;
}
form .wppp-select {
  display: none !important;
}
.woocommerce-info:before {
  color: #7d423c !important;
}
.page-title {
  display: none;
}
.ProductDetails .details .plus,
.ProductDetails .details .minus {
  background-color: #8dc43d;
  color: #fff;
  line-height: 20px;
  font-size: 13px;
  border-radius: 0;
  text-transform: uppercase;
  margin: 0;
  padding: 6px;
  display: inline-block;
  vertical-align: top;
  border: 0;
}
.ProductDetails .details .plus:hover,
.ProductDetails .details .minus:hover {
  background-color: #333 !important;
}
.yith-wcwl-share li {
  background: none;
  padding: 0;
}
.payment_method_PayPal-Pro .clear {
  display: none;
}
.woocommerce-checkout #payment div.payment_box {
  overflow: auto;
}
.payment_method_PayPal-Pro p {
  width: 100% !important;
  padding: 5px 0 !important;
  margin: 0 !important;
}
.payment_method_PayPal-Pro select {
  display: inline-block;
}
#order_review table.shop_table p {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}
#order_review table.shop_table dl.variation dd {
  padding: 0 !important;
  margin: 0 !important;
}
#order_review table.shop_table dl.variation {
  background-color: #f8f8f6;
  padding: 0 8px !important;
}
#order_review table.shop_table dl.variation * {
  font-size: 11px !important;
  line-height: 14px !important;
}
#order_review #payment .terms {
  padding: 0 !important;
  text-align: left !important;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0 !important;
}
#order_review #payment .place-order {
  padding: 10px 0 0 !important;
}
.woocommerce-checkout #payment div.payment_box {
  width: 100% !important;
  margin: 8px 0 !important;
  padding: 10px !important;
  background: #f8f8f6 !important;
}
.woocommerce-checkout #payment div.payment_box p {
  line-height: 18px !important;
}
.woocommerce .coupon_info .woocommerce-info,
.woocommerce .login_info .woocommerce-info {
  margin-bottom: 15px !important;
  color: #000 !important;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 15px 15px 15px 60px !important;
  background: #f8f8f6 !important;
  border: 1px solid #ddd !important;
}
.woocommerce .coupon_info .woocommerce-info a,
.woocommerce .login_info .woocommerce-info a {
  color: #7d423c;
}
.woocommerce .coupon_info .woocommerce-info:before,
.woocommerce .login_info .woocommerce-info:before {
  color: #000;
}
#shipping_country_field label {
  display: inline-block;
  margin-right: 10px;
}
.payment_method_PayPal-Pro .credit_card_no {
  width: 234px !important;
}
.payment_method_PayPal-Pro .credit_cvv {
  width: 100px !important;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #7d423c !important;
}
.kwayy-html-sitemap-wrapper {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 10px;
}
.kwayy-html-sitemap-post-title {
  background: none;
  padding: 0 0 10px !important;
}
.kwayy-html-sitemap-post-title:after {
  display: none;
}
.kwayy-html-sitemap-post-list li {
  border-top: 1px solid #ddd;
  padding: 0;
  vertical-align: top;
  background: none;
}
.kwayy-html-sitemap-post-list li a {
  text-decoration: none;
  display: block;
  padding: 6px 15px;
  background: url(../img/common-bullet.png) no-repeat 0 12px;
}
.kwayy-html-sitemap-post-list li a:hover {
  background-color: #eee;
}
.kwayy-html-sitemap-post-list li ul {
  padding: 0 15px;
}
.kwayy-html-sitemap-post-list li ul li {
  border: 0;
}
.kwayy-html-sitemap-post-list li ul li a {
  padding: 3px 15px;
}
.kwayy-html-sitemap-post-list li ul li a:hover {
  background-color: transparent;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid #ddd;
  background-color: #f8f8f6;
  padding: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  background-color: #fff;
}
.woocommerce-MyAccount-navigation ul {
  background-color: #f8f8f6;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 0;
  background: none !important;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li:after {
  display: none;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 7px 0 7px 30px;
  border-bottom: 1px solid #ddd;
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px #fff;
  box-shadow: 0 1px 1px #fff;
  position: relative;
}
.woocommerce-MyAccount-navigation ul li a:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 15px !important;
  line-height: 15px;
  font-weight: 400;
  position: absolute;
  left: 15px;
  top: 10px;
}
.woocommerce-MyAccount-navigation {
  padding-bottom: 15px;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
  background-color: #fff;
  color: #7d423c;
}
.woocommerce-MyAccount-navigation ul li a:hover:after,
.woocommerce-MyAccount-navigation ul li.is-active a:after,
.woocommerce-MyAccount-navigation ul li.is-active a:hover:after {
  color: #7d423c;
}
.woocommerce-MyAccount-navigation ul li a:hover:before,
.woocommerce-MyAccount-navigation ul li.is-active a:before,
.woocommerce-MyAccount-navigation ul li.is-active a:hover:before {
  background-color: #7d423c;
  height: 100%;
  width: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
/**************footer starts**************/
footer {
  padding: 0;
  margin: 0;
}
footer .top-content {
  background-color: #f8f8f6;
}
footer .allBox .box {
  float: left;
  width: 18%;
  padding: 40px 0;
}
footer .allBox .box:first-child {
  width: 28%;
}
footer h3 {
  color: #2e2e2e !important;
  font-size: 16px !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  font-weight: 600;
}
footer p {
  padding: 10px 0;
  color: #2e2e2e;
  font-size: 13px;
  line-height: 22px;
  display: block;
  overflow: hidden;
}
footer ul {
  margin-top: 10px;
}
footer ul li {
  font-size: 13px;
  line-height: 22px;
  color: #b2b3b8;
  padding: 3px 0;
  vertical-align: top;
}
footer a {
  color: #2e2e2e;
  text-decoration: none;
}
footer ul.add li {
  display: block;
  width: auto;
  padding: 8px 0;
  background: none;
  color: #2e2e2e;
}
footer ul.add li i {
  float: left;
  width: 35px;
  height: 35px;
  padding-top: 7px;
  text-align: center;
  margin-right: 15px;
  font-size: 18px;
  line-height: 18px;
  color: #7d423c;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 100%;
}
footer ul.add li b {
  font-weight: 400 !important;
}
footer ul li span {
  display: block;
  overflow: hidden;
}
footer a:hover,
footer ul li.current-menu-item a,
footer ul li.current-menu-item a:hover {
  color: #7d423c;
  text-decoration: none;
}
ul.social-icon {
  display: inline-block;
  padding: 15px;
}
ul.social-icon li {
  display: inline-block;
  width: auto;
  margin: 3px 4px 3px 0;
  background: none;
  padding: 0;
}
ul.social-icon li a {
  display: inline-block;
  padding: 0;
  width: auto;
  color: #fff;
}
ul.social-icon li i {
  text-align: center;
  font-size: 17px;
  display: inline-block;
  border: 0;
  padding: 8px 0 0;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  vertical-align: top;
  color: #b2b3b8;
  border: 1px solid #ddd;
}
ul.social-icon li a .fa-facebook {
  color: #3b5999;
}
ul.social-icon li a .fa-twitter {
  color: #0eb1f2;
}
ul.social-icon li a .fa-google-plus {
  color: #de4b39;
}
ul.social-icon li a .fa-instagram {
  color: #964b00;
}
ul.social-icon li a .fa-pinterest-p {
  color: #cb2027;
}
ul.social-icon li a .fa-tumblr {
  color: #395976;
}
ul.social-icon li a .fa-rss {
  color: #fb7629;
}
ul.social-icon li a .fa-envelope {
  color: #7d423c;
}
ul.social-icon li a:hover i {
  color: #fff;
  border-color: #000;
}
ul.social-icon li a:hover .fa-facebook {
  background-color: #3b5999;
}
ul.social-icon li a:hover .fa-twitter {
  background-color: #0eb1f2;
}
ul.social-icon li a:hover .fa-google-plus {
  background-color: #de4b39;
}
ul.social-icon li a:hover .fa-instagram {
  background-color: #964b00;
}
ul.social-icon li a:hover .fa-pinterest-p {
  background-color: #cb2027;
}
ul.social-icon li a:hover .fa-tumblr {
  background-color: #395976;
}
ul.social-icon li a:hover .fa-rss {
  background-color: #fb7629;
}
ul.social-icon li a:hover .fa-envelope {
  background-color: #7d423c;
}
footer ul.social-icon {
  float: right;
  padding: 0;
  margin: 0;
}
footer ul.social-icon li {
  margin: 3px 0 3px 4px;
}
.newsletter {
  display: block;
  padding: 10px 0;
}
.newsletter input[type="text"] {
  height: auto;
  border-radius: 0;
  padding: 10px;
  background-color: #fff;
  color: #2e2e2e;
  font-size: 13px !important;
  line-height: 22px;
}
.newsletter input[type="text"]:focus {
  background-color: #fff;
  border-color: #7d423c;
  color: #7d423c;
}
.newsletter .btn {
  padding: 6px 15px !important;
  margin: 15px 0 0;
  border: 0;
  border-radius: 0;
  min-width: inherit;
}
.newsletter .btn:hover {
  border-color: #7d423c !important;
  color: #7d423c;
}
footer .bottom-content {
  padding: 15px 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
footer .bottom-content p {
  padding: 0;
  color: #2e2e2e;
  display: inline-block;
  overflow: hidden;
}
/**************footer ends**************/
@media all and (max-width: 991px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
  only screen and (min-resolution: 192dpi) and (max-width: 1024px),
  only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .mainMenu.small-screen {
    width: 100%;
  }
  .mainMenu.small-screen {
    position: static;
  }
  .mainMenu.small-screen ul {
    width: 100%;
    display: none;
    border: 0;
    position: absolute;
    left: 0;
    top: 34px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .mainMenu.small-screen.align-center > ul {
    text-align: left;
  }
  .mainMenu.small-screen ul li {
    width: 100%;
    border: 0;
    padding: 0;
    overflow: hidden;
  }
  .mainMenu.small-screen ul ul li,
  .mainMenu.small-screen li:hover > ul > li {
    height: auto;
    border: 0 !important;
  }
  .mainMenu.small-screen ul li a {
    background-image: url(../img/CategoriesListing-bullet.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #000;
    overflow: hidden;
    width: 100%;
    border: 0 !important;
    border-top: 1px solid #eee !important;
    padding: 10px 15px !important;
  }
  .mainMenu.small-screen ul li.has-sub a {
    background-image: none;
  }
  .mainMenu.small-screen ul li a {
  }
  .mainMenu.small-screen ul li a:hover,
  .mainMenu.small-screen ul li.current-menu-item a {
    color: #fff !important;
    background-color: #7d423c !important;
  }
  .mainMenu.small-screen ul ul {
    max-height: 288px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mainMenu.small-screen ul ul li a {
    border: 0 !important;
    padding: 8px 15px !important;
    border-top: 1px solid #eee !important;
  }
  .mainMenu.small-screen ul li {
    float: none;
  }
  .mainMenu.small-screen ul ul li a {
    padding-left: 25px !important;
    background-image: url(../img/arrow.png) !important;
    background-position: 15px center !important;
    background-repeat: no-repeat !important;
  }
  .mainMenu.small-screen ul ul ul li a {
    padding-left: 35px;
  }
  .mainMenu.small-screen ul li.has-sub li a,
  .mainMenu.small-screen ul ul li a {
    color: #000 !important;
    background-color: #fff !important;
  }
  .mainMenu.small-screen ul ul li a:hover,
  .mainMenu.small-screen ul ul li.current-menu-item a {
    color: #fff !important;
    background-color: #7d423c !important;
  }
  .mainMenu.small-screen ul ul,
  .mainMenu.small-screen ul ul ul,
  .mainMenu.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .mainMenu.small-screen ul ul {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    top: auto;
    background: #eee !important;
  }
  .mainMenu.small-screen > ul > li.has-sub > a:after,
  .mainMenu.small-screen > ul > li.has-sub > a:before,
  .mainMenu.small-screen ul ul > li.has-sub > a:after,
  .mainMenu.small-screen ul ul > li.has-sub > a:before {
    display: none;
  }
  .mainMenu.small-screen ul li.has-sub ul,
  .mainMenu.small-screen ul li.has-sub ul li {
    background: #fff !important;
  }
  .mainMenu.small-screen ul li li {
    border-bottom: 1px solid #eee;
  }
  .mainMenu.small-screen ul ul {
    opacity: 1;
  }
  .mainMenu.small-screen #menu-button {
    display: block;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #7d423c;
  }
  .mainMenu.small-screen #menu-button:after {
    position: absolute;
    top: 16px;
    right: 15px;
    display: block;
    height: 10px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }
  .mainMenu.small-screen #menu-button:before {
    position: absolute;
    top: 8px;
    right: 15px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: "";
  }
  .mainMenu.small-screen #menu-button.menu-opened {
    background-color: #333;
  }
  .mainMenu.small-screen #menu-button.menu-opened:after {
    top: 16px;
    border: 0;
    height: 2px;
    width: 20px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mainMenu.small-screen #menu-button.menu-opened:before {
    top: 16px;
    background: #ffffff;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mainMenu.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 1px;
    display: block;
    border-left: 1px solid #ddd;
    height: 35px;
    width: 46px;
    cursor: pointer;
  }
  .mainMenu.small-screen .submenu-button.submenu-opened {
    background: #7d423c;
  }
  .mainMenu.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  .mainMenu.small-screen .submenu-button:after {
    position: absolute;
    top: 16px;
    right: 19px;
    width: 12px;
    height: 2px;
    display: block;
    background: #000;
    content: "";
  }
  .mainMenu.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  .mainMenu.small-screen .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  .mainMenu.small-screen .submenu-button:before {
    position: absolute;
    top: 11px;
    right: 24px;
    display: block;
    width: 2px;
    height: 12px;
    background: #000;
    content: "";
  }
  .mainMenu.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  .mainMenu.small-screen .submenu-button.submenu-opened:before {
    display: none;
  }
  .mainMenu.small-screen.select-list {
    padding: 5px;
  }
  .mainMenu.small-screen ul ul li .ProCatPhoto h3 {
    padding: 5px 0;
  }
  .mainMenu.small-screen ul ul li .listing a {
    margin: 0;
    padding: 16px 25px 16px !important;
  }
}
/**************Responsive starts**************/
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .mainMenu > ul > li,
  .mainMenu ul ul li a {
    font-size: 12px;
  }
  .mainMenu > ul > li > a {
    padding: 15px 8px;
  }
  .Search {
    max-width: 360px;
  }
  .Search h1 {
    display: block;
    text-align: left;
  }
  .navContainer .content {
    margin-top: 15px;
  }
  .NewBest h3 {
    font-size: 20px;
  }
  header.header-shrink .Search h1 {
    display: none;
  }
  .home-banner,
  .innerAllContent {
    margin-top: 180px;
  }
  .sp-thumbs a:link,
  .sp-thumbs a:visited {
    width: 67px;
    height: 45px;
  }
  .FeaturedCollections .box h3 {
    font-size: 18px;
    line-height: 21px;
  }
  .FeaturedCollections .box p {
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 991px) {
  .topheader,
  .Search {
    background-color: #f8f8f6;
  }
  .top-right-content .Search {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
  }
  .top-right-content .Search h1 {
    padding: 0;
  }
  header .logo-search .content,
  .brand,
  .Search h1,
  .Search .textBox {
    width: auto;
    display: block;
  }
  header .logo-search {
    padding: 0;
  }
  .brand {
    padding: 5px 15px;
  }
  header .top-right-content {
    width: 100%;
    display: table;
  }
  .Search {
    width: auto;
    display: block;
    padding: 10px 15px;
  }
  .Search h1 {
    text-align: left;
    padding: 0 0 5px;
  }
  header .logo-search .content {
    position: relative;
  }
  .AddCart {
    width: auto;
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 25px;
  }
  .navContainer .content {
    margin: 0;
    border: 0;
  }
  .navContainer .container,
  header .logo-search .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .topheader ul.topLinks {
    float: none;
  }
  .topheader .topRight {
    text-align: center;
  }
  header.header-shrink .Search {
    display: none;
  }
  .mainMenu.small-screen {
    padding-left: 0;
    border: 0;
  }
  .mainMenu ul,
  .mainMenu.small-screen ul {
    display: none;
  }
  .container {
    width: 100%;
  }
  .NewBest .box .over {
    position: static;
    background-color: #f8f8f6;
  }
  .NewBest h3 span {
    float: none;
    display: block;
  }
  .NewBest h3 span img {
    width: 15px;
  }
  .FeaturedCollections .box .bg {
    min-width: 90%;
  }
  .FeaturedCollections .box h3 {
    font-size: 17px;
    line-height: 22px;
    padding: 0;
  }
  .FeaturedCollections .box h3:after,
  .FeaturedCollections .box p {
    display: none !important;
  }
  .FeaturedCollections .box a:hover .over .btn {
    margin-top: 5px;
  }
  .owl-carousel .owl-controls .owl-nav .owl-next,
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    top: -25px !important;
  }
  .NewArrivals,
  .FeaturedCollections,
  .Clearance,
  .Specialist,
  .NewBest,
  .freeshipping,
  .BlogAllContent {
    padding: 15px 0;
  }
  .NewArrivals h2,
  .Testimonial h2,
  .Clearance h2,
  .Specialist h2 {
    margin-bottom: 10px;
  }
  .home-banner,
  .innerAllContent {
    margin-top: 207px;
  }
  .home-banner .details {
    padding: 15px;
  }
  .home-banner .heading,
  .home-banner .heading span,
  .inner-banner h1 {
    font-size: 30px;
    line-height: 35px;
    padding: 0;
  }
  .home-banner .heading strong {
    font-size: 40px;
    line-height: 45px;
  }
  .home-banner p {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 0;
  }
  .home-banner .flex-direction-nav {
    display: none;
  }
  .leftAllListing {
    padding: 0;
  }
  .quicklink {
    display: block;
  }
  .quicklinkshow {
    display: none;
    padding: 15px;
    background-color: #f8f8f8;
    border: 1px solid #7d423c;
  }
  .leftAllListing li {
    display: inline-block;
    width: 32%;
  }
  .freeshipping * {
    text-align: center !important;
  }
  .freeshipping img {
    float: none;
    margin: 0 0 8px;
  }
  .paging {
    padding: 15px 0 0;
    margin-top: 0;
  }
  footer .top-content {
    padding-bottom: 15px;
  }
  footer .allBox .box {
    background-color: rgba(0, 0, 0, 0.03);
    float: none;
    width: auto !important;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 15px;
  }
  footer ul li {
    width: 32%;
    display: inline-block;
  }
  footer .bottom-content * {
    text-align: center;
  }
  footer .bottom-content p {
    display: block;
  }
  footer ul.social-icon {
    float: none;
  }
  .ProductDetails .ShareIcon {
    text-align: left;
  }
  .ProductDetails .ShareIcon ul li {
    width: 48%;
  }
  .map-height,
  .map-height iframe,
  .map-height object,
  .map-height embed {
    height: 200px;
  }
  .CommonContent .addressRow {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .FeaturedCollections {
    padding-bottom: 0;
  }
  .BlogAllContent .Categories {
    margin-bottom: 15px;
  }
  .ProductDetails .slider {
    min-height: inherit;
  }
  .testimonialsRepeat {
    flex-direction: column-reverse;
  }
  .testimonialsRepeat .testimonial-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
  .testimonialsRepeat blockquote {
    width: 100%;
  }
  .testimonialsRepeat .testimonial-info .testimonial-name {
    margin: 4px 0 0 0;
  }
  .testimonialsRepeat blockquote::before,
  .testimonialsRepeat blockquote::after {
    width: 25px;
    height: 25px;
  }
  .AddCart:has(.floating-icons) {
    align-items: end !important;
    top: 10px;
    flex-direction: column !important;
    gap: 5px !important;
    min-width: unset !important;
  }

  header .top-right-content {
    display: flex !important;
    width: auto !important;
  }

  .AddCart p img {
    margin: 0 !important;
  }

  .AddCart .floating-icons a {
    width: 28px !important;
    height: 28px !important;
  }

  .top-right-content .Search {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
  .NewBest h3 {
    font-size: 20px;
  }
  .sp-thumbs a:link,
  .sp-thumbs a:visited {
    width: 93px;
    height: 75px;
  }
  .floating-icons .sms-btn {
    display: block;
  }
  .Testimonial .inner-box::before {
    height: 90px;
  }
  .Testimonial h2 {
    position: static;
  }
  .Testimonial h2:before {
    top: 54px;
  }
  .Testimonial h2 > .btn {
    top: calc(100% - 20px);
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
    transform: translateY(-100%);
  }
  .Testimonial {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .FeaturedCollections {
    padding: 0;
  }
  .FeaturedCollections .box,
  .FeaturedCollections .bigbox {
    width: 98%;
    margin-bottom: 15px;
  }
  .FeaturedCollections .box:last-child {
    margin-bottom: 0;
  }
  .FeaturedCollections .box h3 {
    font-size: 22px;
    line-height: 25px;
  }
  .FeaturedCollections .box .bg {
    padding: 5px 0;
  }
  .home-banner .heading,
  .home-banner .heading span,
  .inner-banner h1 {
    font-size: 20px;
    line-height: 25px;
    padding: 0;
  }
  .home-banner .heading strong {
    font-size: 25px;
    line-height: 30px;
  }
  .home-banner p {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
  }
  header .top-right-content {
    display: block;
  }
  .Search .textBox {
    min-width: inherit;
  }
  .ProductCategory .box {
    width: 48%;
  }
  .breadcrumb li {
    font-size: 13px;
  }
  .sp-thumbs a:link,
  .sp-thumbs a:visited {
    width: 83px;
    height: 60px;
  }
}
@media screen and (max-width: 580px) {
  .NewBest .box {
    width: 98%;
    margin-bottom: 15px;
  }
  .NewBest h3 span {
    float: right;
    display: inline-block;
    padding-top: 5px;
  }
  .NewBest .box:last-child {
    margin-bottom: 0;
  }
  .Testimonial .box {
    padding: 0 35px;
  }
  .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0 !important;
    left: auto !important;
    top: 50% !important;
    border-radius: 0 !important;
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0 !important;
    right: auto !important;
    top: 50% !important;
    border-radius: 0 !important;
  }
  .AddCart p img {
    width: 30px;
  }
  .AddCart p {
    margin-top: 5px;
  }
  .home-banner .details {
    padding: 5px;
  }
  .home-banner p {
    font-size: 13px;
  }
  .home-banner .flex-control-paging li a {
    width: 10px;
    height: 10px;
  }
  .freeshipping h4,
  .freeshipping p {
    font-size: 11px;
  }
  .sp-thumbs a:link,
  .sp-thumbs a:visited {
    width: 66px;
    height: 45px;
  }
  .ProductDetails .available {
    float: none;
    margin-top: 0;
    background-color: #f8f8f6;
    padding: 10px 15px 5px;
    margin-bottom: 10px;
  }
  .ProductDetails .available p {
    margin-bottom: 10px;
  }
  .ProductDetails .details .QtyBtn {
    margin: 15px 0;
  }
  .ProductDetails .ShareIcon ul,
  .ProductDetails,
  .ProductDetails .description {
    padding: 0;
  }
  .ProductDetails h2 {
    padding-bottom: 5px;
  }
  table.shop_table .product-quantity .plus,
  table.shop_table .product-quantity .minus {
    padding: 6px 0;
  }
  table.shop_table * {
    font-size: 13px;
    line-height: 17px;
  }
  table.shop_table td {
    padding: 3px !important;
  }
  .woocommerce table.cart a.remove,
  .woocommerce #content table.cart a.remove,
  .woocommerce-page table.cart a.remove,
  .woocommerce-page #content table.cart a.remove {
    height: 22px !important;
    padding-top: 2px;
    width: 21px !important;
  }
  .coupon .btn {
    width: auto !important;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last {
    float: none !important;
    display: block !important;
    width: auto !important;
  }
  #customer_details .woocommerce-billing-fields,
  #customer_details .woocommerce-shipping-fields {
    padding: 10px;
  }
  .woocommerce-checkout #payment {
    margin-top: 15px;
  }
  .woocommerce .coupon_info .woocommerce-info,
  .woocommerce .login_info .woocommerce-info {
    padding: 5px 5px 5px 45px !important;
    font-size: 14px;
    line-height: 18px;
  }
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 10px !important;
  }
  .ProductDetails .details .WishlistBTN span {
    display: none;
  }
  .ProductDetails .details .top-button-area > a {
    margin: 5px 7px 20px;
    flex-direction: column;
    width: 45%;
    text-align: center;
    font-size: 12px;
  }
  .ProductDetails .details .top-button-area {
    justify-content: space-around;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 480px) {
  .topheader {
    display: none;
  }
  .top-right-content .Search {
    display: block;
  }
  .top-right-content .Search h1 {
    padding-bottom: 8px;
  }
  .Search .textBox {
    width: 100%;
  }
  .home-banner p,
  .AddCart p strong,
  .AddCart p i {
    display: none;
  }
  .AddCart p {
    background-color: #eee;
    padding: 5px;
    margin: 0;
  }
  .AddCart p img {
    width: 20px;
  }
  .AddCart p span {
    color: #7d423c;
  }
  .AddCart p a br {
    display: none;
  }
  .AddCart p .no {
    font-size: 12px;
    line-height: 13px;
    background-color: #7d423c;
    color: #fff;
    padding: 7px 0 0;
    border-radius: 100%;
    margin: 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
  }
  .Search h1 {
    text-align: center;
  }
  .AddCart {
    top: 28px;
  }
  .brand {
    padding: 10px 15px;
  }
  .brand img {
    width: 190px;
  }
  .home-banner,
  .innerAllContent {
    margin-top: 215px;
  }
  .ProductCategory .box {
    width: 98%;
  }
  .freeshipping {
    display: none;
  }
  .quicklink {
    margin-top: 15px;
  }
  .SortBy,
  .paging ul {
    float: left;
  }
  .ShowBy {
    width: 100%;
  }
  .paging ul {
    margin-top: 10px;
  }
  .topHeading p {
    display: block;
    padding-top: 0;
  }
  .topHeading {
    background-color: #f8f8f6;
    padding: 5px 10px;
  }
  .SortBy,
  .SortBy .woocommerce-ordering,
  .SortBy select {
    width: 100%;
    float: none;
  }
  .topHeading {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .breadcrumb {
    display: none;
  }
  .leftAllListing li {
    width: 100%;
  }
  .bannerphoto img {
    min-height: 80px;
  }
  .mainMenu.small-screen ul ul li a {
    background-position: 93% center;
  }
  .ProductDetails {
    padding-top: 15px;
  }
  .ProductDetails .details .quantity {
    float: none;
    width: 190px;
    text-align: center;
  }
  .ProductDetails .details .btn,
  .ProductDetails .details #printButton {
    width: 100%;
  }
  .ProductDetails .details .WishlistBTN {
    margin-right: 0;
    width: 50px;
    text-align: center;
  }
  .sp-thumbs a:link,
  .sp-thumbs a:visited {
    width: 56px;
    height: 38px;
  }
  .ProductDetails .slider {
    padding-bottom: 10px;
  }
  .ProductDetails .details .QtyBtn form.cart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .ProductDetails .details .QtyBtn > * {
    margin: 0px 5px 10px !important;
  }
  .ProductDetails .details .quantity .qty {
    width: 95px;
  }
  .ProductDetails .details .quantity .plus,
  .ProductDetails .details .quantity .minus {
    width: 47px;
  }

  .AddCart:has(.floating-icons) {
    top: 16px;
  }
}
@media screen and (max-width: 420px) {
  .sp-thumbs a:link,
  .sp-thumbs a:visited {
    width: 51px;
    height: 38px;
  }
  .ProductDetails .slider {
    padding-bottom: 0;
  }
  .ProductDetails .ShareIcon ul li {
    width: 100%;
  }
  table.shop_table * {
    font-size: 11px;
    line-height: 13px;
  }
  table.shop_table td {
    padding: 1px !important;
  }
  .product-quantity input[type="text"] {
    width: 30px !important;
  }
}
@media screen and (max-width: 390px) {
  footer ul li {
    width: 49%;
  }
  .home-banner .heading,
  .home-banner .heading span {
    font-size: 15px;
    line-height: 18px;
  }
  .home-banner .heading strong {
    font-size: 18px;
    line-height: 22px;
  }
  .sp-thumbs a:link,
  .sp-thumbs a:visited {
    width: 40px;
    height: 30px;
  }
}
/**************Responsive ends**************/
/**************lightbox popup starts**********/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background-color: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
  clear: both;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  clear: both;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 43px !important;
  height: 43px !important;
  position: absolute;
  right: -15px !important;
  top: -15px !important;
  opacity: 0.99;
  filter: alpha(opacity=99);
  padding: 0;
  display: inline-block !important;
  background: url(../img/popup-cross-icon.png) no-repeat 0 0 !important;
  text-indent: -99999em !important;
  cursor: pointer !important;
  font-size: 0;
  line-height: 0;
}
button.mfp-close {
  display: none !important;
}
.mfp-container button.mfp-close {
  display: inline-block !important;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 5px;
  right: 0;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  display: block;
  text-align: center;
  width: 100%;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #fff;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background-color: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 13px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: inline-block;
  cursor: auto;
  text-align: center;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-fade.mfp-bg {
  opacity: 0.001; /* Chrome opacity transition bug */
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@media (min-width: 320px) and (max-width: 979px) {
  .mfp-close {
    top: -35px !important;
    right: 0 !important;
    width: 32px !important;
    height: 32px !important;
    background: url(../img/popup-cross-icon-mobile.png) no-repeat 0 0 !important;
  }
}
/**************lightbox Popup ends**********/
/********** Owl Carousel**********/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  width: 37px;
  height: 37px;
  position: absolute;
  left: auto;
  right: 50px;
  top: -55px;
  z-index: 120;
  display: inline-block;
  margin-top: -18px;
  font-size: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ccc;
  border-radius: 100%;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  border: 2px solid #000;
  border-right-width: 0;
  border-bottom-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  left: 15px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 0;
  top: -55px;
  z-index: 120;
  display: inline-block;
  margin-top: -18px;
  font-size: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  border-radius: 100%;
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: "";
  height: 8px;
  width: 8px;
  display: block;
  border: 2px solid #000;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  right: 15px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover:before,
.owl-carousel .owl-controls .owl-nav .owl-next:hover:before {
  border-color: #fff;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background-color: #7d423c;
  border-color: #7d423c;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 3px;
  background: center;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border: 2px solid #7d423c;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #7d423c;
}
.Clearance .owl-carousel .owl-controls .owl-nav .owl-next,
.Clearance .owl-carousel .owl-controls .owl-nav .owl-prev {
  background: #3a0f0a !important;
  z-index: 150;
}
.Clearance .owl-carousel .owl-controls .owl-nav .owl-next:before,
.Clearance .owl-carousel .owl-controls .owl-nav .owl-prev:before {
  border-color: #fff;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  background-color: #f8f8f6;
}
/**anitmation**/
.animated,
.home-banner .content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft,
.home-banner .content {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight,
.home-banner .content {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp,
.home-banner .content {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown,
.zoomInRight,
.home-banner .content {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
.cat-item {
  display: none;
}
.current-cat {
  display: block;
}
.current-cat-parent {
  display: block;
}
.current-cat .children .cat-item {
  display: block;
}
.current-cat-parent .children .cat-item {
  display: block;
}
/* print styles here */
@media print {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .ProductDetails .slider a:after,
  footer .bottom-content p a:after,
  .topheader ul.topLinks li.no a:after {
    content: " (" attr(href) ") ";
    font-size: 0;
    font-weight: normal;
  }
  header.header-shrink .topheader {
    display: block !important;
  }
  .inner-banner,
  .freeshipping,
  header .top-right-content,
  .enlarged,
  .sp-thumbs,
  .ProductDetails .details .QtyBtn,
  .ProductDetails .ShareIcon,
  .NewArrivals,
  footer .top-content,
  .navContainer .content,
  .ProductDetails .available,
  .navContainer {
    display: none;
  }
  .ProductDetails .available p {
    padding-left: 0;
  }
  .ProductDetails .description li {
    list-style: disc inside;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
  }
  .logo-search {
    float: left;
    width: 50%;
  }
  .topheader {
    float: right;
    width: 50%;
    text-align: right;
  }
  .topheader ul,
  .topheader li {
    float: right;
    border: 0 !important;
  }
  .topheader li {
    padding-left: 10px !important;
  }
  .topheader ul.topLinks li {
    border: 0 !important;
  }
  .container {
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .innerAllContent,
  header,
  .ProductDetails,
  .Description,
  .row,
  footer {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  header {
    position: static;
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .innerAllContent {
    margin-top: 0;
  }
  footer {
    border: 0 !important;
    border-top: 1px solid #ccc !important;
  }
  .ProductDetails h4 {
    padding: 0;
  }
  .ProductDetails .slider {
    padding: 0;
    margin: 0;
  }
  .ProductDetails .row .col-md-6:first-child {
    width: 40%;
    float: left;
    padding: 0;
    margin: 0;
  }
  .ProductDetails .row .col-md-6:last-child {
    width: 60%;
    float: left;
    padding: 0 0 0 15px;
    margin: 0;
  }
  .Description {
    padding-top: 10px;
  }
  li,
  p {
    font-size: 14px;
    line-height: 18px;
  }
  .ProductDetails .slider {
    min-height: inherit !important;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.floating-icons {
  position: fixed;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
.floating-icons a {
  cursor: pointer;
  width: 45px;
  height: 45px;
  margin: 2px 0;
}
.floating-icons a img {
  max-width: 100%;
}
.icon-desk {
  display: block;
}
.icon-mob {
  display: none;
}
@media all and (max-width: 767px) {
  .icon-desk {
    display: none;
  }
  .icon-mob {
    display: block;
  }
}
