@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&family=Poppins:wght@400;500;600;700;800&family=Raleway:wght@400&display=swap');
body {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(7, 6, 6, .7);
  overflow: unset;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

button {
  font-family: 'Poppins';
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

* {
  transition: unset;
}

a:hover,
a:focus,
a:active {
  color: #EC7234;
  text-decoration: none;
}

.header .top-header-content {
  font-size: 14px;
  height: 90px;
  background: #073A54;
}

.top-custom-link p span {
  margin-right: 10px;
}

.header .top-header-content .top-middle-header {
  padding: 16px 0px 0px 0px;
}

.header .top-middle-header p span {
  display: inline-block;
  margin: 0 9px;
}

.header .top-middle-header p span img {
  margin: 0 6px 0 0;
}

div#recaptcha-checkout-place-order-wrapper {
    display: none;
}

.header .dropdown-toplinks .dropdown-toggle {
  margin-left: auto;
  font-size: 14px;
  color: #fff;
  margin-top: 17px;
}
.catalog-product-view #description, .catalog-product-view .page-main.page-main-details{
    display: none;
}

.header .dropdown-toplinks .dropdown-toggle img:first-child {
  margin-right: 13px;
}

.header .dropdown-toplinks .dropdown-toggle img:last-child {
  margin-left: 11px;
}

main .header:not(.header10) .tab-content .nav.nav-main-menu>li.logo-item {
  display: none !important;
}

.header .nav.nav-main-menu>li>a {
  /* padding: 0px; */
  padding: 7px 12px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #FFF;
  transition: unset;
}

.header .nav.nav-main-menu>li>a span.label-menu {
  display: none;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu>li {
  margin: 10px 7px 0;
  display: inline-block;
  padding-bottom: 9px;
}

.header .nav.nav-main-menu>li>a:hover {
  background: #073A54;
    /* padding: 7px 12px 7px 12px; */
    align-items: center;
    border-radius: 2px;
    color: #fff;
}

.header .logo-left-header .logo {
  height: auto;
}

header .middle-header-content .container>.row {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
}

.navigation #mainMenu {
  width: 100%;
}

#mainMenu li:first-child {
  margin-left: 0;
}

.middle-header-content .megamenu-content {
  padding-left: 11px;
}

.header .top-header-content a:hover,
.header .top-header-content button:hover,
.header .top-header-content a:focus,
.header .top-header-content button:focus {
  color: #EC7234;
}

.header .search-form .actions-search .action-search i {
  display: none;
}

.header .search-form .actions-search .action-search {
  background: url(../images/search.png) no-repeat;
  width: 20px;
  height: 20px;
}

.header .table-icon-menu>div.header-wl a {
  background: url(../images/wishlist.png) no-repeat center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.header .table-icon-menu>div.header-wl a i {
  display: none;
}

.minicart-wrapper .action.showcart:before {
  content: "";
  background: url(../images/cart.png) no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.minicart-wrapper .action.showcart {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  padding: 8px 0;
}

.header .table-icon-menu>div.search-form {
  padding-right: 40px;
}

.header .table-icon-menu>div.header-wl {
  padding-right: 24px;
}

.minicart-wrapper .action.showcart>.counter.qty {
  background: #FFF;
  padding: 0;
  left: 26px;
    top: -6px;
}

.minicart-wrapper .action.showcart>.counter.qty .counter-number {
  color: #000;
  font-weight: 600;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  width: 100%;
  height: 100%;
}

.middle-header-content {
  background: #4AB7C1;
  height: 68px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/*.payment-group .payment-method {
    display: none;
}
.payment-group .payment-method.stripe-payments{
     display: block !important;
}*/
.header .dropdown-toplinks .dropdown-toggle:hover {
  color:  #fff;
}

.top-custom-link input[type="text"] {
  background: #fff;
}

.top-custom-link input[type="text"]::-webkit-input-placeholder {
  color: rgba(12, 11, 11, 0.7);
  opacity: 1;
}

.top-custom-link input[type="text"]::-moz-placeholder {
  color: rgba(12, 11, 11, 0.7);
  opacity: 1;
}

.top-custom-link input[type="text"]:-ms-input-placeholder {
  color: rgba(12, 11, 11, 0.7);
  opacity: 1;
}

.top-custom-link input[type="text"]:-moz-placeholder {
  color: rgba(12, 11, 11, 0.7);
  opacity: 1;
}

.header .top-header-content .row {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
}

.slider_mgs_carousel .owl-item .item-image img {
  opacity: 1;
  visibility: visible;
  width: 45%;
  margin-left: auto;
}

.slider_mgs_carousel .owl-item .item-image {
  background: #F5F5F5 url(../images/dog_hand.png) no-repeat left top !important;
}

.slide-text h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
}

.slide-text p {
  font-size: 16px;
  color: #fff;
  margin: 11px 0 0;
  font-weight: 300;
}

.slide-text a {
  width: 175px;
  height: 52px;
  background: #EC7234;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  padding: 13px 0;
  margin: 50px 0 0;
  position: relative;
  transition: unset;
}

.slider_mgs_carousel .owl-item .slide-text.middle_left>.inner-text {
  max-width: 100%;
}

.slide-text a:hover {
  background: #4D3529;
}

.footer {
  background: #F6F6F6;
  margin-top: 0;
}

.footer .middle-footer {
  background: #191C1F;
  border: none;
  padding: 30px 0 70px;
}

ul.list-icon li {
  padding-left: 0px;
  margin-bottom: 13px;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 400;
  color: #fff;
}

ul.list-icon li a {
  margin-left: 10px;
}
.footer_left ul.list-icon li {
    margin-bottom: 5px !important;
}
.footer .middle-footer a {
  color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins';
}

.footer .middle-footer a:hover,
.footer .middle-footer a:focus {
  color: #EC7234;
}

ul.list-icon li span {
  isplay: inline-block;
  margin-left: 5px;
}

.social-link li a {
  width: 36px;
  height: 36px;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  border-radius: 50%;
  display: inline-block;
}


.footer_logo {
  margin: 0 0 40px;
}

ul.social-link {
  margin: 23px 0 0 0;
}

.footer .middle-footer ul.menu li {
  line-height: normal;
  margin: 0 0 23px;
}

.footer .middle-footer h6 {
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 29px;
}

.footer .bottom-footer {
  border-top: 1px solid rgba(215, 218, 220, 0.4);
  min-height: 88px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #191C1F;
  color: #fff;
}

.middle-footer .row .col-lg-4 {
  max-width: 323px;
}

.middle-footer .row .col-lg-2:nth-of-type(2) {
  max-width: 323px;
}

.footer_left {
  max-width: 323px;
}

.your_account {
  max-width: 216px;
}

.about_obay {
  max-width: 216px;
}

.shop_pets {
  max-width: 216px;
}

.resources {
  max-width: 216px;
}

.footer .bottom-footer .copyright address {
  font-size: 16px;
  display: inline-block;
  color: #fff;
}

.footer .bottom-footer .copyright ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 70px;
}

.footer .bottom-footer .copyright ul li {
  float: left;
  margin: 0 18px;
}

.footer .bottom-footer .copyright ul li a {
  font-size: 16px;
  color: #fff;
}

.card_accept {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
}

.card_accept span {
  font-size: 16px;
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.card_accept a {
  margin-left: 32px;
}

.footer .bottom-footer .copyright ul li a:hover {
  color: #EC7234;
}

.shipping_process .icon-service .icon {
  /* width: auto; */
   width: 33%;
  display: block;
  margin: 0 0 10px;
}

.shipping_process .icon-service h6 {
    color: #070606;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    margin: 0 0 0px;
    font-size: 18px;
}

.shipping_process .icon-service p {
  font-size: 14px;
}

.shipping_process .info-section {
  padding-right: 0px !important;
}
.shipping_process .icon-service {
  border: 1px solid #d2cece87;
  padding: 12px 15px 12px 27px
}

.shipping_process .margin-bottom30 {
  margin-bottom: 0;
}

.shipping_process {
  padding: 20px 0 20px 0;
}

.top_categories {
  background: #073A54;
  padding: 38px 0 50px;
}

.top_categories .top_categories_block {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #fff;
  text-align: center;
}

.top_categories_block strong {
  color: #070606;
  font-style: normal;
  font-weight: 500;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: normal;
  margin: 11px 0 9px;
  display: block;
}

.top_categories_block p span {
  display: block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 5px;
}

.top_categories_block p a {
  color: #EC7234;
}

.top_categories_block .view_more a {
  width: 175px;
  height: 52px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #EC7234;
  border: 1px solid #EC7234;
  border-radius: 30px;
  text-align: center;
  padding: 12px 0;
  display: inline-block;
  vertical-align: top;
}

.top_categories .row .col-md-4:nth-of-type(2) .categories_img {
  margin: 0 0 4px;
}

.view_more {
  margin: 19px 0 0 0;
}

.top_categories_block .view_more a:hover {
  background: #EC7234;
  color: #fff;
}

.top_categories h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
  margin: 7px 0 25px;
}

.top_categories .panel-block-row {
  padding-right: 0px !important;
}

.best_selling_products .content-heading h3.title:before {
  display: none;
}

.best_selling_products .content-heading h3.title:after {
  display: none;
}

.best_selling_products .content-heading h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: normal;
}

.best_selling_products .product.product-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(7, 6, 6, 0.1);
  padding: 0 0px 13px 0px;
  min-height: 370px;
  border-radius: 10px;
}

.best_selling_products .content-heading {
  text-align: center;
  margin: 0 0 10px;
}

.products-grid .product-item-info .product-item-details .product-item-name a {
  font-size: 14px;
    font-family: 'Poppins';
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.625;
    font-style: normal;
    font-weight: 400;
    color: #4D4D4D;
}

.products-grid .product-item-info .product-item-details .product-item-name {
  margin-bottom: 5px;
  line-height: 20px;
  min-height: 60px; 
}

.price-box .price {
    font-size: 16px;
    color: #070606;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;

}

.cms-home .products-grid .product-item-info .product-item-details .product-item-name a:hover {
  color: #EC7234;
}

.cms-home .products-grid .product-item-info .product-top:hover a.photo:after {
  display: none;
}

.cms-home .products-grid .product-item-info .product-top .actions-link button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
  width: 32px;
  height: 32px;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  padding: 0;
  border-radius: 50%;
}

.cms-home .products-grid .product-item-info .product-top .actions-link {
  right: 18px;
  left: auto;
  top: 14px;
}

.cms-home .products-grid .product-item-info .tocart.btn-cart {
  opacity: 1;
  visibility: visible;
}

.cms-home .products-grid .product-item-info .product-top .actions-link button.action.mgs-quickview {
  display: none;
}

.cms-home .products-grid .product-item-info .product-top .actions-link button.towishlist:before {
  content: "";
  background: url(../images/product_wishlist.png) no-repeat;
  width: 18px;
  height: 16px;
  display: inline-block;
  margin: 8px 0;
}

.cms-home .products-grid .product-item-info .product-top .actions-link button.towishlist i {
  display: none;
}

.cms-home .products-grid .product-item-info .product-top .actions-link button.towishlist:hover:before {
  background-position: 0 -21px;
}

.best_selling_products {
  padding: 16px 0 10px;
  background: #EDF2EE;
}

.top_selling_brands {
  background: #fff;
  padding: 1px 0 14px 0;
}

.top_selling_brands .content-heading h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  color: #070606;
  line-height: normal;
}

.top_selling_brands h3:before {
  display: none;
}

.top_selling_brands h3:after {
  display: none;
}

.top_selling_brands .content-heading {
 
  margin: 23px 0 35px;
}

.top_selling_brands ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top_selling_brands ul li {
  margin-bottom: 0;
}

.our_blogs h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  color: #070606;
  line-height: normal;
  margin: 0 0 20px;
  display: inline-block;
  vertical-align: top;
}

.our_blogs p a {
  font-size: 16px;
  color: #EC7234;
  font-style: normal;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  transition: unset;
}

.our_blogs p a:after {
  content: "";
  background: url(../images/arrow_right.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 19px;
}

.our_blogs p a:hover {
  color: #4D3529;
}

.our_blogs p a:hover:after {
  background-position: 0 -21px;
}

.our_blogs p {
  float: right;
  margin: 19px 0 0;
}

.blog-post-list .blog-list .post-item-info .post-image.has-image .post-info {
  position: initial !important;
  margin-top: 10px;
}

.our_blogs {
  padding: 0px 0 50px;
}

.block-content {
 overflow: hidden; 
}

.block-content .post-item {
  /* display: inline-block;
  width: 25%;
  white-space: normal;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px; */
}


.our_blogs .short-content p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #191C1F;
  line-height: 30px;
  float: none; 
  vertical-align: top;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.our_blogs .post-time:before {
  content: "";
  background: url(../images/calendar.png) no-repeat;
  width: 20px;
  height: 18px;
  display: inline-block;
  display: inline-block;
  margin: 3px 8px 0 0;
  vertical-align: top;
}

.widget.mgs-blog-lastest-posts .post-item-content .post-info .post-author span:not(.post-time) {
  color: #191C1F;
}

.free_shipping_content_left {
  float: left;
  width: calc(100% - 533px);
}

.free_shipping_content_left h2 {
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  line-height: 59px;
  font-size: 52px;
}

.free_shipping_content_left p {
  font-size: 22px;
  color: #fff;
  margin: 25px 0 0;
}

.free_shipping .panel-block-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.free_shipping_content_left a {
  width: 175px;
  height: 52px;
  background: #EC7234;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  padding: 13px 0;
  margin: 44px 0 0;
}

.top_selling_brands .content-heading .block-note {
  float: right;
  margin: 24px 0 0;
}

.top_selling_brands .content-heading .block-note a {
  font-size: 16px;
  color: #EC7234;
  font-style: normal;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  transition: unset;
}

.top_selling_brands .content-heading .block-note a:after {
  content: "";
  background: url(../images/arrow_right.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 19px;
}

.top_selling_brands .content-heading .block-note a:hover {
  color: #4D3529;
}

.top_selling_brands .content-heading .block-note a:hover:after {
  background-position: 0 -21px;
}

.our_blogs .panel-block-row>a {
  font-size: 16px;
  color: #EC7234;
  font-style: normal;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  transition: unset;
  margin: 25px 0 0 0;
  float: right;
}

.our_blogs .panel-block-row>a:after {
  content: "";
  background: url(../images/arrow_right.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 19px;
}

.our_blogs .panel-block-row>a:hover {
  color: #4D3529;
}

.our_blogs .panel-block-row>a:hover:after {
  background-position: 0 -21px;
}

.widget.mgs-blog-lastest-posts .post-item-content .post-item-detail .title {
  display: none;
}

.header .header-wl .count-wl {
  background: #ffffff;
  padding: 0px;
  left: 26px;
  top: -6px;
  color: #000;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

.owl-carousel .owl-item .slider_thumb img {
  width: auto;
  margin-left: 44%;
}

.owl-carousel .owl-item .slider_thumb {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin: -33px 0 0 0;
  padding-right: 55px;
}

.subscribe_newsletter h6 {
  font-family: 'Poppins';
  font-style: normal;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  color: #070606;
  line-height: normal;
  color: #fff;
  margin: 0 0 11px;
}

.subscribe_newsletter p {
  font-size: 17px;
  color: #FFF;
  line-height: 24px;
  font-family: 'Poppins';
  font-weight: 400;
  text-align: center;
  width: 100%;
}

.subscribe_newsletter .subscribe_content_left {
  float: inline-end;
 
}

.subscribe_newsletter .subscribe_content_right {
  margin: 40px 0 0;
}

.footer .subscribe_newsletter .subscribe_content_right .field.form-group.newsletter input[type="email"] {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.08) !important;
  border-radius: 3px;
  width: 100%;
  height: 52px;
  font-size: 14px;
  padding: 0 10px 0 26px;
  color: rgba(7, 6, 6, 0.7);
}

.subscribe_newsletter .subscribe_content_right .subscribe.btn {
    width: 119px;
    height: 42px;
    background: #EC7234 !important;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    padding: 13px 0;
    margin: 5px;
    border: none;
    line-height: normal;
    text-transform: uppercase;
}

.subscribe_newsletter .subscribe_content_right .subscribe.btn:hover {
  background: #4D3529;
}

.footer .subscribe_newsletter .subscribe_content_right .field.form-group.newsletter input[type="email"]::-webkit-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

.footer .subscribe_newsletter .subscribe_content_right .field.form-group.newsletter input[type="email"]::-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

.footer .subscribe_newsletter .subscribe_content_right .field.form-group.newsletter input[type="email"]:-ms-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

.footer .subscribe_newsletter .subscribe_content_right .field.form-group.newsletter input[type="email"]:-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

.subscribe_newsletter .field.form-group.newsletter {
  float: inline-end;
  width: 100%;
  margin-bottom: 0px;
}

.subscribe_newsletter .form.subscribe .actions {
  display: inline-block;
  position: absolute;
  right: 2%;
}

.subscribe_newsletter {
  height: 264px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #073A54;
}

.our_blogs .post-author:before {
  content: "";
  background: url(../images/tag.png) no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 4px 0 0;
}

.our_blogs span.post-time {
  margin-left: 15px;
}

.our_blogs .post-item-detail {
  padding: 0 0 0 22px;
}

.widget.mgs-blog-lastest-posts .post-item-content .thumbnail-post {
  margin-bottom: 19px;
}

.widget.mgs-blog-lastest-posts .post-item-content {
  margin-bottom: 0;
  border: 1px solid #F6F6F6;
  border-radius: 15px;
  padding-bottom: 19px;
  background: #fff;
  min-height: 300px;
}

.widget.mgs-blog-lastest-posts .post-item-content .thumbnail-post a img {
  border-radius: 15px 15px 0 0;
  height: 200px;
}

.price-box .old-price {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin: 5px 0 0 15px;
  line-height: normal;
}

.price-box .special-price .price {
  color: #EC7234;
}

.price-box .old-price .price {
  color: rgba(7, 6, 6, 0.7);
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.products-grid.wishlist .product-item-info .product-item-name a:hover {
  color: #EC7234;
}

.cms-home .products-grid .product-item-info .product-top:hover .product-label {
  display: block;
}

.slider_mgs_carousel.owl-carousel .owl-nav>div.owl-prev {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  width: 36px;
  height: 36px;
  border: none;
  left: -92px;
}

.slider_mgs_carousel.owl-carousel .owl-nav>div.owl-prev:before {
  content: "";
  background: url(../images/slider_arrow_left.png) no-repeat 0 -20px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 11px 0px;
}

.slider_mgs_carousel.owl-carousel .owl-nav>div.owl-next:before {
  content: "";
  background: url(../images/slider_arrow_right.png) no-repeat 0 -20px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 11px 0px;
}

.slider_mgs_carousel.owl-carousel .owl-nav>div {
  opacity: 1;
  visibility: visible;
}

.slider_mgs_carousel.owl-carousel .owl-nav>div.owl-next {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  width: 36px;
  height: 36px;
  border: none;
  top: 75px;
  right: auto;
  left: -92px;
}

.slider_mgs_carousel.owl-carousel .owl-nav>div.owl-prev i {
  display: none;
}

.slider_mgs_carousel.owl-carousel .owl-nav>div.owl-next i {
  display: none;
}

.slider_mgs_carousel .owl-nav {
  width: 1140px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, calc(-50% - 36px));
  top: 50%;
}

.slider_mgs_carousel.owl-carousel .owl-nav>div.owl-prev.disabled:before {
  background-position: 0px 0px;
}

.slider_mgs_carousel.owl-carousel .owl-nav>div.owl-next.disabled:before {
  background-position: 0px 0px;
}

.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background: #EFEFEF;
  margin: 0 19px;
  box-shadow: none;
}

.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot.active span {
  width: 24px;
  height: 24px;
  background: #EC7234;
}

.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.slider_mgs_carousel.owl-carousel .owl-dots {
  max-width: 1140px;
  margin: -45px auto 19px;
  right: 0;
  width: 100%;
  display: block;
  text-align: right;
  left: 0;
  -webkit-transform: unset;
  transform: unset;
  bottom: 30px;
  padding-right: 38px;
  position: static;
}

.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}

.product-label.sale-label {
  left: 16px;
  background: #D85433;
  border-radius: 15px;
  width: 55px;
  height: 29px;
  top: 17px;
  margin-top: 0;
}

.product-label.new-label {
  left: 16px;
  background: #55B945;
  border-radius: 15px;
  width: 55px;
  height: 29px;
  top: 56px;
}

.product-label {
  line-height: 29px;
}

.cms-home .products-grid .product-item-info {
  margin-bottom: 0;
}

.best_selling_products .owl-carousel .owl-nav>div.owl-prev {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  width: 36px;
  height: 36px;
  border: none;
  left: -66px;
}

.best_selling_products .owl-carousel .owl-nav>div.owl-prev:before {
  content: "";
  background: url(../images/slider_arrow_left.png) no-repeat 0 -20px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 11px 0px;
}

.best_selling_products .owl-carousel .owl-nav>div.owl-next:before {
  content: "";
  background: url(../images/slider_arrow_right.png) no-repeat 0 -20px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 11px 0px;
}

.best_selling_products .owl-carousel .owl-nav>div.owl-next {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  width: 36px;
  height: 36px;
  border: none;
  right: -66px;
}

.best_selling_products .owl-carousel .owl-nav>div.owl-prev i {
  display: none;
}

.best_selling_products .owl-carousel .owl-nav>div.owl-next i {
  display: none;
}

.best_selling_products .owl-nav {
  width: 1140px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, calc(-50% - 40px));
  top: 50%;
}

.best_selling_products .owl-carousel .owl-nav>div.owl-prev.disabled:before {
  background-position: 0px 0px;
}

.best_selling_products .owl-carousel .owl-nav>div.owl-next.disabled:before {
  background-position: 0px 0px;
}

.best_selling_products .owl-carousel .owl-nav>div {
  opacity: 1;
  visibility: visible;
}

.best_selling_products .owl-carousel .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background: #EFEFEF;
  margin: 0 16px;
  box-shadow: none;
}

.best_selling_products .owl-carousel .owl-dots .owl-dot.active span {
  width: 24px;
  height: 24px;
  background: #EC7234;
}

.best_selling_products .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.best_selling_products .owl-carousel .owl-dots {
  max-width: 1140px;
  margin: -18px auto 0;
  right: 0;
  width: 100%;
  display: block;
  text-align: center;
  left: 0;
  -webkit-transform: unset;
  transform: unset;
  bottom: 30px;
  padding-right: 0px;
}

.best_selling_products .owl-carousel .owl-dots .owl-dot:last-child span {
  margin-right: 0;
}

a.scroll-to-top {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

a.scroll-to-top:before {
  content: "";
  background: url(../images/up.png) no-repeat;
  right: 15px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 10px 0;
}

.header .table-icon-menu .minicart-wrapper {
  padding-right: 15px;
}

.view_all_categories {
  display: none;
}

.best_selling_products .owl-carousel .owl-stage-outer {
  padding-bottom: 80px;
}

.view_all_brands {
  display: none;
}

.top_selling_brands .owl-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top_selling_brands .owl-dots {
  display: none;
}

.view_all_blogs {
  display: none;
}

.our_blogs .post-item-detail .post-info>span {
  width: 100%;
  margin: 0;
}

.subscribe_newsletter p.margin-top25 {
  display: none;
}

.breadcrumbs .items>li a {
  color: #FFF;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}

.breadcrumbs .items li strong {
  color: #4AB7C1;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.breadcrumbs .items li {
  line-height: 77px;
  color: #fff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.breadcrumbs .items>li+li:before {
  content: "";
  background: url(../images/breadcrums_arrow.png) no-repeat;
  width: 8px;
  height: 12px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin: 33px 18px 0 17px;
  float: left;
}

.breadcrumbs {
  padding: 0px 0 0;
  margin: -1px 0 23px;
  background: none;
  border-top: 1px solid rgba(215, 218, 220, 0.4);
  background: url(../images/category_background_new.png) no-repeat center;
  background-size: 100%;
  height: 80px;
}

#st-1.sharethis-inline-share-buttons {
  display: none;
}

.block.filter .block-content.filter-content .filter-options-item{
  margin-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 15px;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-title:after {
  display: none;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-title:before {
  display: none;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-title {
  font-size: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0 0 6px;
  padding: 0;
}

.field.limiter:before {
  content: "Show";
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  color: #070606;
  font-size: 16px;
  margin: 8px 18px 0 0;
  float: left;
}

.toolbar .field.limiter .form-item-select {
  border: none;
  border-radius: 20px;
  width: 105px;
  height: 42px;
}

.toolbar .form-item-select:after {
  content: "";
  background: url(../images/select_arrow.png) no-repeat;
  top: 50%;
  transform: translate(0px, -50%);
  right: 20px;
  width: 12px;
  height: 8px;
}

.toolbar .form-item-select select {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  color: rgba(7, 6, 6, 0.7);
  padding: 0 30px 0 20px;
  border-radius: 20px;
  border: 1px solid rgba(212, 211, 211, 0.8);
}

.toolbar .sorter .sorter-action {
  padding: 0px;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  height: auto;
  line-height: 11px;
  margin: 13px 0px 13px 11px;
}

.toolbar .sorter .sorter-action.sort-asc:after {
  content: "";
  background: url(../images/up.png) no-repeat;
  width: 16px;
  height: 16px;
}

.toolbar .sorter .sorter-action.sort-desc:after {
  content: "";
  background: url(../images/up.png) no-repeat;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item {
  border: none;
  padding: 0px;
  margin: 10px 0 10px;
}

.block.filter .block-content.filter-content .filter-options-item input[type=checkbox] {
  display: none;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item a {
  font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item .count {
  position: static;
  color: rgba(7, 6, 6, 0.7);
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item a:hover {
  color: ;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item a:hover,
.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item a:focus {
  color: #EC7234;
}

.block.filter .block-content.filter-content .filter-options-item .filter-options-content ol.items .item a:hover .count {
  color: #EC7234;
}

.toolbar .sorter {
  order: -1;
  flex: 0 1 291px;
}
#layered-filter-block{
  margin-top: 14px;

}

.active .filter-options-title span:after {
  content: "\2303";
  float: right;
  font-size: 23px;
  margin-top: -12px;
}

.inactive .filter-options-title span:after {
  content: "\2304";
  float: right;
  font-size: 23px;
  margin-top: -12px;
}
#layered-filter-block .block-title{
  display: block !important;
}
#layered-filter-block .block-title  strong{
  background: #073A54;
    padding: 12px 29px 9px 21px;
    border-radius: 19px;
    color: #fff;
}

div#layered-filter-block .filter-title strong img {
  width: 20px;
  padding-left: 5px;
}
.toolbar .modes .modes-mode {
  padding: 0px;
  border: none;
  height: auto;
  line-height: 13px;
  margin: 0 0 0 14px;
}

.toolbar .sorter:before {
  content: "Sort by";
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  color: #070606;
  font-size: 16px;
  margin: 8px 18px 8px 0;
}

.toolbar .sorter .form-item-select {
  width: 191px;
  border: none;
}

.toolbar {
  flex-wrap: wrap;
}

.toolbar .modes .modes-mode.mode-list:after {
  content: "";
  background: url(../images/list_view.png) no-repeat;
  width: 24px;
  height: 20px;
  display: inline-block;
}

.toolbar .modes .modes-mode+.modes-mode {
  line-height: 11px;
  margin: 0 0 0 14px;
  height: auto;
}

.toolbar .modes .modes-mode.active {
  display: none !important;
}

.toolbar .modes {
  align-self: flex-start;
  margin: 10px 0;
  flex: 0 1 auto;
}
.catalog-category-view .page-title-wrapper{
  display: none;
}
.toolbar .modes .modes-mode.mode-grid:after {
  color: #4d3529;
  font-size: 21px;
}

.products .product-item-info {
  margin: 0 15px 30px;
  padding: 0 0px 11px 0px;
  width: calc(33.333% - 30px);
  background: #FFFFFF;
  box-shadow: 0px 0px 18px rgba(7, 6, 6, 0.08);
  border-radius: 15px;
}

.products .product-item-info .product-top:hover .product-label {
  display: block;
}
.products .product-item-info .product-top:hover .product-label.new-label {
  display: none !important;
}

.products.wishlist .product-item-info .product-item-name a:hover {
  color: #EC7234;
}

.products .product-item-info .product-item-details .product-item-name a:hover {
  color: #EC7234;
}

.products .product-item-info .product-top:hover a.photo:after {
  display: none;
}

.row .products .product-item-info .actions-link button.towishlist {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
  width: 32px;
  height: 32px;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  padding: 0;
  border-radius: 50%;
  min-width: 32px;
  border: none;
  line-height: normal;
 /*  background: #fff; */
  background: rgb(255, 255, 255, 0.8);
}

.products .product-item-info .product-top .actions-link {
  right: 22px;
  left: auto;
  top: 13px;
}

.products .product-item-info .tocart.btn-cart {
  opacity: 1;
  visibility: visible;
}

.products .product-item-info .actions-link button.action.mgs-quickview {
  display: none;
}

.products .product-item-info .actions-link button.towishlist:before {
  content: "";
  background: url(../images/product_wishlist.png) no-repeat;
  width: 18px;
  height: 16px;
  display: inline-block;
  margin: 8px 0;
}

.row .products .product-item-info .actions-link button.towishlist i {
  display: none;
}

.products .product-item-info .actions-link button.towishlist:hover:before {
  background-position: 0 -21px;
}

.row .products .product-item-info .actions-link button.towishlist:hover {
  background: #fff;
}

.products-grid .product-item-info .product-top a.photo {
  height: auto;
  padding: 5px 0 !important;
}

.products-grid .product-item-info .product-top a.photo img {
  position: static;
  max-height: 192px;
  width: auto;
  max-width: unset;
  min-width: unset;
  height: 192px;
  background: #fff;
}

.bottom-pagination .pages {
  border: none;
  padding-top: 0;
}

.toolbar .pages .pagination .item a {
  line-height: normal;
  font-weight: 500;
  color: rgba(7, 6, 6, 0.7);
  opacity: .5;
}

.toolbar .pages .pagination .item.current a {
  opacity: 1;
  color: #fff;
  padding-top: 8px;
}

.toolbar .pages .pagination .item {
  padding: 0 21px;
}

.toolbar .pages .pagination .item a.next {
  border: 1px solid rgba(212, 211, 211, 0.8);
  box-sizing: border-box;
  border-radius: 20px;
  width: 80px;
  height: 36px;
  color: #a8a8a8;
  padding: 7px 0;
  opacity: 1;
}

.toolbar .pages .pagination {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 100px;
}

.toolbar .pages .pagination .item a:hover {
  color: #EC7234;
  opacity: 1;
}

.toolbar .pages .pagination .item a.next:hover {
  color: #EC7234;
}

.toolbar .pages .pagination .item a.next:after {
  content: "";
  background: url(../images/pagination_next_arrow.png) no-repeat;
  width: 6px;
  height: 10px;
  margin: 0 0 0 9px;
  background-position: 0 -15px;
  display: inline-block;
}

.toolbar .pages .pagination .item a.previous:before {
  content: "";
  background: url(../images/pagination_prev_arrow.png) no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin: 0 9px 0 0;
  background-position: 0 0px;
}

.toolbar .pages .pagination .item a.previous {
  border: 1px solid rgba(212, 211, 211, 0.8);
  box-sizing: border-box;
  border-radius: 20px;
  width: 80px;
  height: 36px;
  color: #a8a8a8;
  padding: 7px 0;
  opacity: 1;
}

.toolbar .pages .pagination .item a.next:hover:after {
  background-position: 0 0;
}

.toolbar .pages .pagination .item a.previous:hover:before {
  background-position: 0 -15px;
}

.toolbar .pages .pagination .item a.previous:hover {
  color: #EC7234;
}

.page-title-wrapper {
  background: none;
  padding: 0;
  display: none;
}

.page-title-wrapper:before {
  display: none;
}

.contact-index-index .page-title-wrapper .container {
  width: 100%;
  max-width: 1170px;
}

body.wide .page-title-wrapper .container {
  width: 100%;
  padding: 0;
  text-align: left;
}

.page-title-wrapper .page-header {
  font-size: 48px;
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  color: #070606;
  margin: 0 0 33px;
}

.page-title-wrapper .container {
  width: 100%;
  padding: 0px;
  text-align: left;
}
.partner-index-dashboard .sidebar.sidebar-additional,.partner-index-myaccount .sidebar.sidebar-additional,.partner-index-sales .sidebar.sidebar-additional {
    display: block;
}
.sidebar .sidebar-additional {
  display: none;
}

.blog-post-list .sidebar .sidebar-additional {
  display: block !important;
}

.sub-categories {
  display: none;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth:not(.menu-2columns)>ul.dropdown-menu {
  width: 1187px;
  margin-left: 0;
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.3);
  left: 0% !important;
  border-radius: 0px 0px 15px 15px;
  padding: 0;
  /* overflow: auto; */
  height: auto;
  max-height: 100vh;
}
.mega-menu-content .row {
  padding: 12px;
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu>li.dropdown>a:after {
  content: "";
  background: url(../images/menu_down_arrow.png) no-repeat;
  width: 10px;
  height: 6px;
  display: none;
  margin: 13px 0 0 4px;
  vertical-align: top;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu>li.dropdown>a:hover:after {
  background-position: 0 -11px;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul.nav.nav-tabs {
  display: block !important;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul.nav.nav-tabs li {
  width: 100%;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul.nav.nav-tabs li>a {
  font-weight: bold;
  font-size: 20px;
  font-family: 'Poppins';
  font-style: normal;
  color: #070606;
  padding: 0 0 0 25px;
  border: none;
  margin: 0;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul.nav.nav-tabs li>a:after {
  content: "";
  background: url(../images/menu_arrow_left.png);
  width: 8px;
  height: 14px;
  float: right;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0px, -50%);
}

.mega-menu-content-left {
  float: left;
  width: 165px;
  background: #F5F5F5;
  border-right: 1px solid rgba(215, 218, 220, 0.4);
}

.mega-menu-content-right {
  float: left;
  width: calc(100% - 165px);
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul.nav.nav-tabs li.active>a {
  background: #EC7234 !important;
  color: #fff;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu ul.nav.nav-tabs li.active>a:after {
  background-position: center -19px;
}

.mega-menu-content-left>label {
  font-weight: bold;
  font-size: 16px;
  background: #F5F5F5;
  color: #070606;
  font-family: 'Poppins';
  font-style: normal;
  padding: 0 0 0 25px;
  width: 100%;
  height: 67px;
  line-height: 67px;
  margin: 0;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .tab-pane ul li>a {
  font-size: 16px;
  color: rgba(7, 6, 6, 0.7);
  padding: 0;
  border: none;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .tab-pane ul li.level1>a {
  height: 67px;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  background: #f5f5f5 !important;
  display: flex;
  align-items: center;
  padding-left: 25px;
  padding-right:10px;
  margin: 0 0 21px 0;
  width: 100%;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .tab-pane ul li.level1>span {
  height: 67px;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  background: #f5f5f5 !important;
  display: flex;
  align-items: center;
  padding-left: 35px;
  margin: 0 0 21px 0;
  width: 100%;
}

.sub_category {
  float: left;
  width: calc(100% - 390px);
  display: flex;
  flex-wrap: wrap;
}

.sub_brands {
  float: left;
  width: 390px;
}

.sub_category .col-md-4 {
  padding: 0;
  border-right: 1px solid rgba(215, 218, 220, 0.4);
  height: calc(100% - 203px);
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .tab-pane ul li.level1>a .mega-menu-sub-title {
  font-weight: 700;
  font-family: 'Poppins';
  font-size: 16px;
  text-transform: unset;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .tab-pane ul li.level1 ul li {
  padding-left: 25px;
  padding-right:10px;
  margin: 0 0 15px;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .tab-pane ul li.level1 ul li a:hover {
  color: #EC7234;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .tab-pane ul li.level1 ul li a {
  line-height: 21px;
}

.sub_category .col-md-12 {
  padding: 0px;
  margin-top: auto;
}

.sub_category .free_shipping_content_left {
  float: left;
  width: calc(100% - 233px);
  padding-left: 30px;
}

.sub_category .free_shipping_content_left h2 {
  line-height: normal;
  font-size: 28px;
}

.sub_category div.free_shipping {
  background: #4D3529 url(../images/free_shipping_bg2.png) no-repeat;
  padding: 14px 0 18px;
  display: flex;
  align-items: center;
}

.sub_category .free_shipping_content_left h2 {
  line-height: 37px;
  font-size: 28px;
}

.sub_category .free_shipping_content_right {
  padding-right: 60px;
  float: none;
  display: inline-block;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu .free_shipping_content_left a {
  background: #EC7234 !important;
  color: #fff;
  margin: 32px 0 0;
}

.sub_brands .sub-menu li {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  align-items: flex-start;
}

.sub_brands .sub-menu li .col-md-6 {
  margin: 0 0 13px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu .sub_brands .sub-menu li .col-md-12 a {
  font-size: 16px;
  margin: 0 0 47px;
  display: inline-block;
  color: #ec7234;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu .sub_brands .sub-menu li .col-md-12 a:hover {
  color: #4D3529;
}

.TotalNum {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Poppins';
  color: #070606;
  margin-left: 62px;
  margin-right: 96px;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .tab-pane ul li.level1 ul li.sell-all a {
  color: #ec7234;
}

.field.qty .control input[type="text"] {
  width: 100%;
  border: 0;
  height: 36px;
  background: none;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  color: #0B0C0D;
  font-family: 'Poppins';
  text-align: center;
}

.field.qty .control .edit-qty {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #222;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 16px;
  cursor: pointer;
  padding-top: 7px;
}

.field.qty div.control .edit-qty.plus {
  font-size: 18px;
  left: auto;
  padding-top: 9px;
  background: url(../images/plus.png) no-repeat;
  width: 12px;
  height: 12px;
  text-indent: -30px;
  overflow: hidden;
  right: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  padding: 0;
}

.field.qty .control {
  position: relative;
  height: 36px;
  border: 0.5px solid rgba(212, 211, 211, 0.8);
  text-align: left;
  border-radius: 40px;
  display: inline-block;
  width: 70px;
}

.product-qty {
  float: left;
  width: 70px;
}
.hot-offer-menu a.level0 span {
    font-weight: 700;
    color: #cc3535;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .product-qty {margin-top: 2.5px;}
}
@-moz-document url-prefix() { 
   .product-qty {margin-top: 1px;}
} 

.products-grid .product-item-info .product-item-details button.tocart.btn-cart.hover_effect {
  width: 122px;
  height: 38px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Poppins';
  background: #4AB7C1;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  border: none;
  margin: 0 0 0 11px;
  display: inline-block;
  line-height: 36px;
}

.products-grid .product-item-info .product-item-details button.tocart.btn-cart {
  width: 122px;
  height: 38px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Poppins';
  background: #4AB7C1;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  border: none;
  margin: 0 0 0 11px;
  display: inline-block;
  line-height: 36px;
  position: static;
  transform: unset;
}

.catalog-product-view .price-box.price-final_price {
  margin: 0;
  width: 100%;
  vertical-align: top;
}

.field.qty div.control .edit-qty.minus {
  background: url(../images/minus.png) center no-repeat;
  width: 12px;
  height: 20px;
  text-indent: -30px;
  overflow: hidden;
  left: 10px;
  top: 50%;
  transform: translate(0px, -50%);
  padding: 0;
}

.price-box.price-final_price+div {
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 0 0 15px 15px;
  padding-bottom: 0px;
  text-align: center;
  z-index: 11;
  padding-top: 10px;
}

.product.product-item:hover .price-box.price-final_price+div {
  /* display: flex; */
  align-items: center;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.products-grid .product-item-info .product-item-details button.tocart.btn-cart.hover_effect:hover {
  background: #4AB7C1;
}

.products-grid .product-item-info .product-item-details button.tocart.btn-cart:hover {
  background: #4AB7C1;
}

.bottom-pagination .TotalNum {
  display: none;
}

.breadcrumbs .items>li a:hover {
  color: #EC7234;
}


/*.sub_brands .sub-menu li .col-md-6:nth-of-type(even) { padding-left: 8px;}
.sub_brands .sub-menu li .col-md-6:nth-of-type(odd) { padding-right: 8px;}
.sub_brands .sub-menu li .col-md-6:nth-last-of-type(2) { padding-left: 30px;}
.sub_brands .sub-menu li .col-md-12 { padding: 0;}
.sub_brands .sub-menu li .col-md-6:nth-of-type(5) { margin-bottom: 29px;}*/

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .tab-pane ul li.level1 ul li.sell-all a:hover {
  color: #4D3529;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li>ul.dropdown-menu .sub_brands .sub-menu li .col-md-12 a:hover {
  color: #4D3529;
}

.sub_brands .sub-menu li .col-md-6:nth-of-type(7) {
  margin-bottom: 30px;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth>ul.dropdown-menu .tab-pane ul li.level1>span .mega-menu-sub-title {
  font-weight: 700;
  font-family: 'Poppins';
  font-size: 16px;
  text-transform: unset;
}

.sub_brands .sub-menu li .sub_brands_logos {
  padding: 0 0 0 37px;
  display: flex;
  flex-wrap: wrap;
}

.tab-content>.active {
  display: flex;
  flex-wrap: wrap;
}

.mega-menu-content {
  display: contents;
  flex-wrap: wrap;
}

.header .table-icon-menu>div.search-form {
  padding-bottom: 35px;
  padding-top: 35px;
}

.search-open .header .search-form .form-search {
  top: 100%;
  bottom: auto;
  right: 0;
  left: auto;
  background: none;
  width: 476px;
  transition: unset;
}

.search-open .header .search-form .form-search form#search_mini_form {
  margin-top: 0;
  padding: 0;
}

.header .search-form .form-search .form.minisearch .input-text {
  position: unset;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 8px rgba(11, 12, 13, 0.1) !important;
  border-radius: 30px;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  color: rgba(11, 12, 13, 0.5);
  font-size: 14px;
  letter-spacing: normal;
  text-align: left;
  padding: 0 24px;
}

.header .search-form .form-search .form.minisearch .input-text::-webkit-input-placeholder {
  color: rgba(11, 12, 13, 0.5);
  opacity: 1;
}

.header .search-form .form-search .form.minisearch .input-text::-moz-placeholder {
  color: rgba(11, 12, 13, 0.5);
  opacity: 1;
}

.header .search-form .form-search .form.minisearch .input-text:-ms-input-placeholder {
  color: rgba(11, 12, 13, 0.5);
  opacity: 1;
}

.header .search-form .form-search .form.minisearch .input-text:-moz-placeholder {
  color: rgba(11, 12, 13, 0.5);
  opacity: 1;
}


/*.header .search-form .form-search .form.minisearch .button{ opacity: 1; visibility: visible; display: block;  position: absolute; top: 50%;
    right: 28px; background: url(../images/search_icon2.png);
    border: none; padding: 0; line-height: normal; width: 20px; height: 20px; transform: translate(0px, -50%);}*/

.header .search-form .form-search .form.minisearch .button i {
  display: none;
}

.search-open:not(.search-not-full) {
  overflow: unset;
}

.header .search-form .form-search {
  transition: unset;
}

.header .search-close {
  font-size: 45px;
  width: auto;
  color: #0B0C0D;
  top: 0;
  z-index: 1;
  height: inherit;
  right: 12px;
}

.header .search-close:hover {
  color: #0B0C0D;
}

.header .table-icon-menu>div {
  padding: 17px 12px 27px 0;
}

.header {
  border: none;
}

.category-product-actions {
  margin-bottom: 21px;
}

.lazy-loading-img .page-main>div.row {
  margin-right: -15px;
}

.catalog-category-view .sidebar.sidebar-main {
  width: calc(100% - 876px);
}

.catalog-category-view .column.main {
  width: 876px;
}

.catalog-product-view .page-title-wrapper {
  display: none;
}

.catalog-product-view .product_brandname {
  font-size: 16px;
  margin: 0 0 9px;
  padding: 0px;
}

.catalog-product-view .product-detail-infomation .product-name {
  font-size: 28px;
  color: #070606;
  font-family: 'Poppins';
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 11px;
}

.full-review.product-reviews-summary .reviews-actions a {
  font-size: 16px;
  color: rgba(7, 6, 6, 0.7);
  text-decoration: underline;
}

.rating-summary .rating-result>span:before {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #FF8A00;
  letter-spacing: 1px;
}

.rating-summary .rating-result:before {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #ffdc44;
  letter-spacing: 1px;
}

.rating-summary .rating-result {
  width: 87px;
}

.full-review.product-reviews-summary .rating-summary+.reviews-actions {
  padding-left: 17px;
}

.catalog-product-view .product-info-main .product-add-form .actions button.tocart,
.catalog-product-view .bundle-info .product-details .actions button.tocart {
  width: 202px;
  height: 40px;
  background: #3FA24F;
  border-radius: 30px;
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Poppins';
  padding: 0 10px;
  margin: 0px;
}

.catalog-product-view .product-add-form .field.qty>.control {
  width: 124px;
  height: 40px;
  border: 0.5px solid rgba(212, 211, 211, 0.8);
  border-radius: 22px;
}

.short_description {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 40px;
}
.product-detail-infomation .product-info-main .short_description {
  display: none;
  width: 100%;
  vertical-align: top;
  margin-bottom: 40px;
}

.short_description_content {
  float: left;
  width: 33.333%;
  padding-right: 28px;
}

.short_description_content strong {
  font-family: 'Poppins';
  color: #070606;
  font-weight: 700;
  font-size: 16px;
  padding-right: 20px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
}

.short_description_content p {
  color: #515151;
  line-height: 24px;
}

.short_description_content a {
  color: #EC7234;
}

.social_icons {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: left;
}

.social_icons span {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Poppins';
  color: #070606;
  float: left;
  margin: 3px 23px 3px 0;
}

.social_icons ul.social-link {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.social_icons ul.social-link li {
  margin: 0 16px;
}

.catalog-product-view .product-info-main .product-sub-infomation>div.sku {
  display: none;
}

.catalog-product-view .product-info-main .product-sub-infomation>div.product-brand {
  display: none;
}

.catalog-product-view .product-info-main .product-add-form .field.qty>.control .input-text.qty {
  width: 100%;
  height: inherit;
}

.catalog-product-view .bundle-info .product-details .field.qty>.control .input-text.qty {
  width: 100%;
  height: inherit;
  font-size: 16px;
  color: #070606;
}

.catalog-product-view .product-add-form .field.qty>.control span.edit-qty.minus {
 
  width: 14px;
  height: 6px;
  text-indent: -30px;
  overflow: hidden;
  left: 19px;
  top: 43%;
  transform: translate(0px, calc(-50% + 3px));
  padding: 0;
  z-index: 9;
  background-size: auto 2px;
}

.catalog-product-view .product-add-form .field.qty>.control span.edit-qty.plus {
 
  width: 16px;
  height: 16px;
  text-indent: -30px;
  overflow: hidden;
  right: 19px;
  top: 50%;
  transform: translate(0px, -50%);
  padding: 0;
}

.catalog-product-view .product-info-main .product-add-form .actions button.tocart:hover,
.catalog-product-view .bundle-info .product-details .actions button.tocart:hover {
  background: #4D3529;
}

.product-data-items-menu {
   height: 48px;
  display: block;
  text-align: center;
  margin-bottom: 28px;
  border-bottom: 1px solid #E5E5E5;
}

.product-data-items-menu .data.item.title .data.switch {
  padding: 0px;
  border: none;
  font-size: 16px;
  color: #070606;
  font-family: 'Poppins';
  font-weight: 500;
  line-height: 50px;
}

.product-data-items-menu .data.item.title .data.switch:after {
  content: "";
  background: transparent;
  border-radius: 4px;
  height: 4px;
  display: block;
  
  margin: -5px auto 0px;
}

.product-data-items-menu .data.item.title:hover .data.switch,
.product-data-items-menu .data.item.title.active .data.switch {
  color: #1A1A1A;
}

.product-data-items-menu .data.item.title.active .data.switch:after {
  background: #073A54;
}

.product-data-items-menu .data.item.title {
  margin: 0 10px;
  display: inline-block;
}

.product-data-items-menu .data.item.title:hover .data.switch:after {
  background: #073A54;
}

.product-data-items-menu .data.item.title:first-child {
  margin-left: 22px;
}

.product.description h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  color: #070606;
  font-family: 'Poppins';
  letter-spacing: normal;
  line-height: 30px;
  margin: 36px 0 20px;
}

.product.description p,
.product.description .value {
  font-size: 14px;
  color: #808080;
  line-height: 25px;
  font-weight: 400;
  font-family: 'Poppins';
}

.product.description ul li:before {
  content: "";
  background: #070606;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  margin: 8px 0 0;
  left: 0;
}

.product.description ul li {
  font-size: 16px;
  color: #515151;
  line-height: 24px;
  position: relative;
  padding: 0 16px;
  margin: 0 0 15px;
}

.product-info-main .product-add-form {
  margin-bottom: 39px;
  margin-top: 2px;
  padding-top: 20px;
  border-top: 1px solid #E6E6E6;
}

.catalog-product-view .product-info-price a.towishlist:before {
  content: "";
  background: #fff url(../images/wishlist_icon2.png) no-repeat center 8px;
  width: 36px;
  height: 36px;
  display: inline-block;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 12px;
}

.catalog-product-view .product-info-price a.towishlist:hover:before {
  background-position: center -37px;
}

.catalog-product-view .product-info-price a {
  font-size: 16px;
  color: #515151;
  transition: unset;
}

.catalog-product-view .product-info-price a:hover {
  color: #EC7234;
}


.catalog-product-view .full-review.product-reviews-summary .reviews-actions a:hover {
  color: #EC7234;
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty>label {
  display: none;
  font-size: 16px;
  color: #515151;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 11px;
}

.catalog-product-view .product-options-bottom {
  display: flex;
  flex-wrap: wrap;
}

.catalog-product-view .product-info-main .product-add-form .box-tocart.addtoqty {
  order: -1;
  margin-top: 0;
  margin-right: 20px;
  float: left;
}
.product-gift-card .product-info-main .product-add-form .box-tocart.addtoqty {
  order: 0 !important;
}

.catalog-product-view .product-add-form .product-options-wrapper .fieldset>.field>.control {
  padding-bottom: 0px;
}

.catalog-product-view .product-info-main .product-add-form .product-options-wrapper {
  padding-top: 0px;
  margin-right: 20px;
}

.catalog-product-view .product-add-form .product-options-wrapper .fieldset>.field>.label {
  font-size: 16px;
  color: #515151;
  font-weight: normal;
  text-transform: unset;
  line-height: normal;
  margin-bottom: 11px !important;
  vertical-align: top;
}

.catalog-product-view .product-add-form .product-options-wrapper .fieldset>.field>.control select {
  border: 1px solid rgba(212, 211, 211, 0.8);
  box-sizing: border-box;
  border-radius: 30px;
  background: #fff url(../images/select_arrow.png) no-repeat;
  height: 52px;
  background-position: calc(100% - 18px) center;
  font-size: 16px;
  color: rgba(7, 6, 6, 0.7);
  width: 150px;
  margin-bottom: 0;
}

.catalog-product-view .product-info-main .product-add-form .box-tocart .field.qty {
  margin-right: 0px;
  margin-bottom: 0px;
}

.catalog-product-view .product-info-main .product-add-form .box-tocart.addtocart {
  margin-top: 0px;
  margin-left: 0px;
  display: flex;
  vertical-align: top;
}

.catalog-product-view .product-detail-infomation {
  padding-right: 0px;
}

.catalog-product-view .product.info.detailed.after-content .product-data-items-content .data.item.content {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-bottom: 83px;
}

.catalog-product-view .product-desc-content.video .product.attribute.description {
  text-align: justify;
  float: left;
  width: calc(100% - 440px);
  padding-right: 20px;
}

.catalog-product-view .product_description_shop {
  float: right;
  border: 1px solid rgba(212, 211, 211, 0.8);
  box-sizing: border-box;
  border-radius: 15px;
  width: 360px;
  padding: 20px 20px 5px;
}

.catalog-product-view .product_brandname span {
  width: 175px;
  font-size: 16px;
  display: inline-block;
  color: #515151;
  float: left;
}

.catalog-product-view .product_brandname label {
  font-size: 16px;
  color: #070606;
  font-weight: 500;
  width: calc(100% - 175px);
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
  margin-bottom: 0px;
}

.catalog-product-view .product_description_shop .product_brandname {
  margin-bottom: 21px;
}

.catalog-product-view .product.description .value h2:first-child {
  margin-top: 8px;
  margin-bottom: 21px;
}

.catalog-product-view .product-info-main .product-info-stock-sku .stock.available span {
  margin-left: 0px;
  color: #55B945;
  font-size: 16px;
}

.catalog-product-view .product-info-stock-sku .stock {
  margin-top: 7px;
}

.catalog-product-view .product-info-main .default_price {
  width: 263px;
  height: 157px;
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.08);
  border-radius: 15px;
  padding: 16px 17px 0 22px;
  margin-bottom: 20px;
}

.catalog-product-view .price-box.price-final_price .delivery_price_title span {
  font-weight: bold;
  font-size: 22px;
  color: #070606;
  font-family: 'Poppins';
  margin: 0px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.catalog-product-view .delivery_info span {
  font-size: 16px;
  color: #515151;
  margin: 7px 0 0 8px;
  display: inline-block;
  vertical-align: top;
}

.catalog-product-view .product-info-main .product-info-price .price-box .price {
  font-style: normal;
    font-weight: 400;
    font-size: 28px;
    font-family: 'Poppins';
    color: #B3B3B3;
}

.delivery_price_title {
  display: none;
}

.delivery_info {
  display: none;
}

.catalog-product-view .product-info-main .delivery_price_title {
  display: block;
  margin: 11px 0 10px;
}

.catalog-product-view .product-info-main .delivery_info {
  display: block;
  margin: 0 0 6px;
}

.catalog-product-view .product.media .vertical-gallery .slick-arrow.pe-7s-angle-up:before {
  content: "";
  background: url(../images/thumb_arrow_up.png) no-repeat;
  width: 20px;
  height: 12px;
  display: inline-block;
}

.catalog-product-view .product.media .vertical-gallery .slick-arrow.pe-7s-angle-down:before {
  content: "";
  background: url(../images/thumb_arrow_down.png) no-repeat;
  width: 20px;
  height: 12px;
  display: inline-block;
  vertical-align: top;
}

.catalog-product-view .product.media .vertical-gallery .slick-arrow.pe-7s-angle-up:hover:before {
  background-position: 0 -18px;
}

.catalog-product-view .product.media .vertical-gallery .slick-arrow.pe-7s-angle-down:hover:before {
  background-position: 0 -18px;
}

.catalog-product-view .product.media .owl-carousel .owl-nav>div.owl-next {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  width: 36px;
  height: 36px;
  border: none;
  right: 25px;
}

.catalog-product-view .product.media .owl-carousel .owl-nav>div.owl-next:before {
  content: "";
  background: url(../images/slider_arrow_right.png) no-repeat 0 -20px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 11px 0px;
}

.catalog-product-view .product.media .owl-carousel .owl-nav>div.owl-prev {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  width: 36px;
  height: 36px;
  border: none;
  left: 48px;
}

.catalog-product-view .product.media .owl-carousel .owl-nav>div.owl-prev:before {
  content: "";
  background: url(../images/slider_arrow_left.png) no-repeat 0 -20px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 11px 0px;
}

.catalog-product-view .product.media .owl-carousel .owl-nav>div.owl-prev.disabled:before {
  background-position: 0px 0px;
}

.catalog-product-view .product.media .owl-carousel .owl-nav>div.owl-next.disabled:before {
  background-position: 0px 0px;
}

.catalog-product-view .product.media .owl-carousel .owl-nav>div {
  opacity: 1;
  visibility: visible;
}

.catalog-product-view .product.media .owl-carousel .owl-nav>div span {
  display: none;
}

.catalog-product-view .item-thumb.slick-slide {
  border: 1px solid rgba(219, 219, 219, 0.8);
  border-radius: 15px;
  margin-bottom: 8px;
}

.catalog-product-view .item-thumb.slick-slide img.img-responsive {
  border-radius: 15px;
  height: 90px;
  min-width: unset;
  margin: 0 auto;
}

.catalog-product-view .product.media .item-thumb:after {
  display: none;
}

.catalog-product-view .product.media .vertical-gallery #vertical-thumbnail-wrapper {
  width: 140px;
}

.catalog-product-view .product.media .vertical-gallery .owl-carousel.gallery-vertical {
  width: calc(100% - 140px);
  padding-left: 24px;
}

.catalog-product-view .item-thumb.slick-slide.active {
  border-color: #073A54;
}

.catalog-product-view .product.info.detailed {
  margin-top: 10px;
}
.products-grid .product-item-info .product-item-details {
  padding: 4px 18px 0 22px;
}
.best_selling_products .products-grid .product-item-info .product-item-details {
	padding: 16px 4px 0 8px;
}
.catalog-product-view .products .product-item-info {
  width: 100%;
  margin: 0 0px 30px;
}

.catalog-product-view .products-related .owl-carousel .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  background: #EFEFEF;
  margin: 0 16px;
  box-shadow: none;
}

.catalog-product-view .products-related .owl-carousel .owl-dots .owl-dot.active span {
  width: 24px;
  height: 24px;
  background: #EC7234;
}

.catalog-product-view .related-product-main .product-item-info .product-top .product-item-inner .label {
  display: none;
}

.catalog-product-view .products-related .owl-carousel .owl-dots {
  margin-top: 30px;
  margin-bottom: 100px;
}

.catalog-product-view .products-related .owl-carousel .owl-nav>div.owl-prev {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  width: 36px;
  height: 36px;
  border: none;
  left: -66px;
}

.catalog-product-view .products-related .owl-carousel .owl-nav>div.owl-prev:before {
  content: "";
  background: url(../images/slider_arrow_left.png) no-repeat 0 -20px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 11px 0px;
}

.catalog-product-view .products-related .owl-carousel .owl-nav>div.owl-next:before {
  content: "";
  background: url(../images/slider_arrow_right.png) no-repeat 0 -20px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 11px 0px;
}

.catalog-product-view .products-related .owl-carousel .owl-nav>div.owl-next {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  width: 36px;
  height: 36px;
  border: none;
  right: -66px;
}

.catalog-product-view .products-related .owl-carousel .owl-nav>div.owl-prev i {
  display: none;
}

.catalog-product-view .products-related .owl-carousel .owl-nav>div.owl-next i {
  display: none;
}

.catalog-product-view .products-related .owl-nav {
  width: 1140px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, calc(-50% - 32px));
  top: 50%;
}

.catalog-product-view .products-related .owl-carousel .owl-nav>div.owl-prev.disabled:before {
  background-position: 0px 0px;
}

.catalog-product-view .products-related .owl-carousel .owl-nav>div.owl-next.disabled:before {
  background-position: 0px 0px;
}

.catalog-product-view .products-related .owl-carousel .owl-nav>div {
  opacity: 1;
  visibility: visible;
}

.catalog-product-view .product-item-details .product_brandname {
  font-size: 14px;
  margin-bottom: 4px;
}

.products .product-item-info .actions-link button.action.tocompare {
  display: none;
}

.catalog-product-view .related .content-heading h3.title:before {
  display: none;
}

.catalog-product-view .related .content-heading h3.title:after {
  display: none;
}

.catalog-product-view .related .content-heading h3 {
  font-size: 32px;
  font-family: 'Poppins';
  color: #070606;
  font-weight: 600;
  text-transform: unset;
  line-height: normal;
  margin: 0px 0 16px;
}

.catalog-product-view .related .content-heading {
  text-align: center;
}

.free_shipping .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.free_shipping {
  padding: 8px 0 35px;
}

.catalog-product-view .content .title-content h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  color: #070606;
  font-family: 'Poppins';
  line-height: 30px;
  margin-top: 4px;
}

.catalog-product-view .review-content {
  color: #515151;
  margin-top: 12px;
}

.catalog-product-view .block.review-list .review-items li.review-item .review-ratings .rating-summary.item .rating-label {
  display: none;
}

.catalog-product-view .block.review-list .review-items li.review-item .review-ratings {
  float: left;
}

.catalog-product-view .block.review-list .review-items li.review-item .review-title {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #070606;
  font-family: 'Poppins';
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  width: calc(100% - 87px);
}

.catalog-product-view .review-details.sub-title {
  display: inline-block;
  width: 100%;
  margin-top: 9px;
  vertical-align: top;
}

.catalog-product-view .block.review-l
ist .review-details .review-author,
.catalog-product-view .block.review-list .review-details .review-date {
  font-size: 16px;
  color: #A0A4A8;
  font-family: 'Poppins';
  font-weight: 400;
  font-style: normal;
}

.catalog-product-view .block.review-list .review-details .review-author strong.review-details-value {
  font-weight: normal;
}

.catalog-product-view .product.media .vertical-gallery .slick-arrow.pe-7s-angle-up {
  top: 0;
  left: 50%;
  transform: unset;
  position: static;
  background: none;
  margin: 12px 0 17px;
}

.catalog-product-view .product.media .vertical-gallery .slick-arrow {
  font-size: inherit;
  width: auto;
  height: auto;
  line-height: normal;
}

.catalog-product-view .product.media .vertical-gallery .slick-arrow.pe-7s-angle-down {
  left: 50%;
  transform: unset;
  position: static;
  background: none;
  margin: 12px 0 0;
}

.catalog-product-view .breadcrumbs {
  margin-bottom: 41px;
}

.catalog-product-view .product.info.detailed .item.title>.switch .counter {
  font-size: 100%;
}

span.special-price {
  display: inline-block;
}

.product.product-item .price-box.price-final_price+div form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.widget.mgs-blog-lastest-posts .post-item-content .post-info .post-author span.post-time-time:before {
  content: "";
  background: url(../images/clock.png) no-repeat;
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin: 3px 3px 0 16px;
  display: inline-block;
}

.checkout-cart-index #shopping-cart-table thead tr th {
  font-size: 16px;
  font-family: 'Poppins';
  color: #070606;
  font-weight: 700;
  border: none;
  padding-left: 0;
}

.checkout-cart-index #shopping-cart-table tbody tr td {
  border: 1px solid rgba(215, 218, 220, 0.8);
  border-left: none;
  border-right: none;
  padding-left: 0;
  padding-bottom: 21px;
}

.checkout-cart-index #shopping-cart-table thead tr th:first-child {
  text-align: left;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details {
  width: 100%;
  margin-left: 0;
  padding-top: 3px;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item {
  padding-left: 0px;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a {
  font-size: 16px;
  font-family: 'Poppins';
  color: #070606;
  font-weight: 700;
  line-height: 23px;
  text-transform: capitalize;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a:hover,
.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-details .product-item-name a:focus {
  color: #EC7234;
}

.checkout-cart-index .field.qty .control {
  width: 87px;
  height: 42px;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.qty .input-text.qty {
  height: 42px;
  width: 87px;
  border-radius: 30px;
}

.checkout-cart-index .field.qty .control .edit-qty.minus {
  background: url(../images/minus.png) center no-repeat;
  width: 14px;
  height: 18px;
}

.checkout-cart-index .field.qty .control .edit-qty.plus {
  background: url(../images/plus.png) no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100%;
}

.checkout-cart-index #shopping-cart-table .subtotal .cart-price .price {
  font-weight: 700;
  color: #070606;
  font-family: 'Poppins';
}

.checkout-cart-index .gift-options-cart-item {
  display: none;
}


/*.checkout-cart-index a.action-edit{ display: none;}*/

.checkout-cart-index a.action-delete span {
  display: none;
}

.checkout-cart-index a.action-delete:before {
  content: "";
  background: url(../images/delete_icon.png) no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
}

.shopping-cart-bottom {
  float: right;
  width: 262px;
  margin: 0;
}

.form.form-cart {
  float: left;
  width: 848px;
}

.checkout-cart-index .breadcrumbs {
  margin-bottom: 46px;
}

.checkout-cart-index .page-title-wrapper .page-header {
  margin: 0 0 15px;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo {
  width: 70px;
}

.checkout-cart-index #shopping-cart-table tbody tr td.col.item .product-item-photo img {
  height: auto;
}


/*.checkout-cart-index .cart.main.actions{ display: none;}*/

.checkout-cart-index #shopping-cart-table tbody:last-of-type {
  border-bottom: 1px solid rgba(215, 218, 220, 0.8);
}

.checkout-cart-index #shopping-cart-table tbody {
  border-top: 1px solid rgba(215, 218, 220, 0.8);
}

.checkout-cart-index .page-main {
  padding-bottom: 76px;
}

.checkout-cart-index .checkout-methods-items .card_accept span {
  width: 100%;
  margin-bottom: 8px;
}

.checkout-cart-index .checkout-methods-items .card_accept {
  text-align: left;
}

.shopping-cart-bottom [class^="col"] {
  padding: 0;
}

.checkout-cart-index .checkout-methods-items .card_accept a:last-of-type img {
  max-width: 50px;
}

.checkout-cart-index .checkout-methods-items .card_accept a {
  float: left;
  margin-left: 0px;
  margin-right: 19px;
}

.checkout-cart-index .checkout-methods-items .card_accept {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.checkout-cart-index .checkout-methods-items .card_accept a:last-of-type {
  margin-right: 0px;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout {
  background: #EC7234;
  border-radius: 30px;
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Poppins';
  letter-spacing: normal;
  height: 52px;
  margin: 0 0 29px;
  padding: 0;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item .action.checkout:hover {
  background: #4D3529;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals {
  border: none;
  margin: 9px 0 0 0;
  padding: 0;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
  border: none;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #070606;
  font-family: 'Poppins';
  height: 66px;
  background: #F5F5F5 !important;
  padding: 0 16px 0;
  border-radius: 15px 0 0 15px;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: #070606;
  font-family: 'Poppins';
  height: 66px;
  background: #F5F5F5 !important;
  padding: 0 20px 0 0;
  text-align: right;
  border-radius: 0px 15px 15px 0px;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub td,
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.totals.sub th {
  padding: 0 16px 0;
  font-weight: bold;
  font-size: 16px;
  color: #070606;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals {
  border-collapse: separate;
  border-spacing: 0 9px;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr td .price {
  font-family: 'Poppins';
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals th {
  font-size: 16px;
  color: #070606;
  padding: 0 16px 0;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals td {
  font-size: 28px;
  color: #070606;
  padding: 0 16px 0;
}

.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr.grand.totals strong {
  font-weight: 700;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item {
  padding: 0px;
}

.checkout-cart-index .cart-summary {
  margin-top: 20px;
}

.checkout-cart-index .cart-summary .checkout-methods-items .item .paypal.checkout.paypal-logo {
  display: none;
}

.footer .top-footer .block.newsletter {
  border: none;
  max-width: 100%;
  padding: 0px;
}

.footer .block.newsletter .form.subscribe {
  width: 100%;
}

.cms-home .free_shipping {
  padding: 0px 0 0px;
}

.cms-home .subscribe_newsletter .subscribe_content_right .field.form-group.newsletter input[type="email"] {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.08) !important;
  border-radius: 3px;
  width: 100%;
  height: 52px;
  font-size: 14px;
  padding: 0 10px 0 26px;
  color: rgba(7, 6, 6, 0.7);
}

.cms-home .subscribe_newsletter .subscribe_content_right .field.form-group.newsletter input[type="email"]::-webkit-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

.cms-home .subscribe_newsletter .subscribe_content_right .field.form-group.newsletter input[type="email"]::-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

.cms-home .subscribe_newsletter .subscribe_content_right .field.form-group.newsletter input[type="email"]:-ms-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

.cms-home .subscribe_newsletter .subscribe_content_right .field.form-group.newsletter input[type="email"]:-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

#discount-coupon-form input {
  border: 1px solid rgba(212, 211, 211, 0.8);
  border-radius: 3px;
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #A0A4A8;
  padding: 0 100px 0 14px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  margin-top: 9px;
}

#discount-coupon-form input::-webkit-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
}

#discount-coupon-form input::-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
}

#discount-coupon-form input:-ms-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
}

#discount-coupon-form input:-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
}

.block.discount strong#block-discount-heading {
  font-weight: normal;
  color: rgba(12, 11, 11, 0.7);
  margin-right: 9px;
}

#discount-coupon-form .fieldset>.field:not(.choice) {
  margin-bottom: 8px;
}

#discount-coupon-form .actions-toolbar {
  position: absolute;
  top: 0px;
  right: 4px;
}

#discount-coupon-form .actions-toolbar .btn {
  border: none;
  background: #fff !important;
  width: 100px;
  padding: 4px 0px 0px 36px;
  height: 42px;
  color: #000 !important;
}

#discount-coupon-form .actions-toolbar .btn:hover {
  background: #4D3529;
}

.checkout-cart-index #shopping-cart-table tbody tr td dl {
  margin: 0px;
}

.catalog-product-view .product.media .owl-carousel .owl-nav>div.owl-next i {
  display: none;
}

.catalog-product-view .product.media .owl-carousel .owl-nav>div.owl-prev i {
  display: none;
}

.catalog-product-view .product-options-bottom .fieldset .field {
  margin-bottom: 0;
}

.catalog-product-view .product-info-main .product-add-form .actions {
  margin-bottom: 0px;
}

.checkout-cart-index .cart.main.actions a.continue {
  display: none;
}

.checkout-cart-index .cart.main.actions button.clear {
  display: none;
}

.checkout-cart-index .cart.main.actions button.update.btn.btn-default {
  float: none;
  margin-right: 0;
  background: #ec7234;
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Poppins';
}

.checkout-cart-index .cart.main.actions {
  text-align: center;
}

.checkout-cart-index .cart.main.actions button.update.btn.btn-default:hover {
  background: #4D3529;
}

.checkout-onepage-success .page-title-wrapper .page-header {
  margin-bottom: 39px;
  width: 100%;
  text-align: center;
}

.checkout-onepage-success .page-title-wrapper .page-header a {
  float: right;
}

.checkout-onepage-success .multicheckout.success,
.checkout-onepage-success .checkout-success {
  border: transparent;
  padding: 0px;
}

.checkout-onepage-success h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #070606;
  font-family: 'Poppins';
  margin: 0 0 9px;
}


.checkout-onepage-success .page-main .top-middle-header p a {
  color: #4AB7C1;
}

.checkout-onepage-success .page-main .top-middle-header p a:hover {
  text-decoration: none;
  color: #073A54;
}

.checkout-onepage-success .req_callback a {
  border: 1px solid #EC7234;
  border-radius: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Poppins';
  width: 263px;
  height: 52px;
  display: inline-block;
  text-align: center;
  color: #4AB7C1;
  line-height: 52px;
  margin: 0 0 13px;
}

.checkout-onepage-success .req_callback a:hover {
  text-decoration: none;
  background: #4AB7C1;
  color: #fff;
}

.checkout-onepage-success a.phone:before {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/phone_icon2.png) no-repeat;
  margin: 6px 11px 0 0;
  content: "";
}

.checkout-onepage-success a.mail:before {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/mail.png) no-repeat;
  margin: 7px 11px 0 0;
  content: "";
}

.checkout-onepage-success .ready_to_talk p a {
  color: #4AB7C1;
}

.checkout-onepage-success .page-main .top-middle-header p a span {
  font-size: 14px;
}

.checkout-onepage-success .page-main .top-middle-header p a.phone {
  margin-right: 13px;
}

.checkout-onepage-success a.phone:hover:before {
  background-position: 0 -23px;
}

.checkout-onepage-success a.mail:hover:before {
  background-position: 0 -19px;
}

.checkout-onepage-success .page-main .top-middle-header {
  margin-top: 8px;
}

.checkout-onepage-success .require_prescription {
  margin-top: 28px;
}

.checkout-onepage-success .ready_to_talk {
  margin-top: 48px;
}

.checkout-onepage-success .ready_to_talk h3 {
  margin-bottom: 19px;
}

.checkout-onepage-success .ready_to_talk p a:hover {
  text-decoration: none;
  color: #073A54;
}

.checkout-onepage-success #registration {
  display: none;
}

.checkout-onepage-success .page-main {
  padding-bottom: 90px;
}

.checkout-onepage-success .breadcrumbs {
  margin-bottom: 42px;
}

.checkout-onepage-success .multicheckout.success a,
.checkout-onepage-success .checkout-success a {
  color: #000;
  text-decoration: underline;
}

.checkout-cart-index .column.main .cart-empty a {
  text-decoration: underline;
  color: #000;
}

.checkout-cart-index .column.main .cart-empty a:hover {
  text-decoration: none;
  color: #E66213;
}

.checkout-onepage-success .page-title-wrapper .container {
  display: inherit;
  flex-wrap: wrap;
}

.checkout-onepage-success .page-title-wrapper .container a.print {
  float: right;
}

.top_mobile_search {
  display: none;
}

.header .logo-header .logo {
  margin: 0px;
  min-height: inherit;
}

.category-view {
  display: none;
}

.category-hot-offer .category-view {
  display: block;
}
.category-hot-offer .breadcrumbs {
    display: none;
}

.product.media .vertical-gallery .slick-vertical>.slick-list.draggable {
  padding: 0px !important;
}

.product.media .vertical-gallery .vertical-thumbnail.slick-initialized {
  text-align: center;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #4D3529;
  border-color: #4D3529;
}

.btn-primary {
  background: #EC7234;
  border-color: #EC7234;
}

.btn-secondary {
  background: #fff;
  border-color: #EC7234;
  color: #EC7234;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background: #EC7234;
  border-color: #EC7234;
  color: #fff;
}

body.wide.customer-account-login .page-title-wrapper .container {
  width: 1140px;
}

body.wide.customer-account-create .page-title-wrapper .container {
  width: 1140px;
}

body.wide.customer-account-forgotpassword .page-title-wrapper .container {
  width: 1140px;
}

body.wide.account .page-title-wrapper .container {
  width: 1140px;
}

header.header {
  position: static !important;
}

#placeholder-header {
  height: auto !important;
}

.login-container .block .block-title h2,
.form-create-account h2 {
  font-family: 'Poppins';
  font-style: normal;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  color: rgba(7, 6, 6, 0.7);
  border: 1px solid #E4E7E9;
  box-sizing: border-box;
}

input[type="text"]::-webkit-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="text"]::-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="text"]:-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="password"]::-webkit-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="password"]::-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="password"]:-ms-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="password"]:-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="url"]::-webkit-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="url"]::-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="url"]:-ms-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="url"]:-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="tel"]::-webkit-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="tel"]::-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="tel"]:-ms-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="tel"]:-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="search"]::-webkit-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="search"]::-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="search"]:-ms-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="search"]:-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="number"]::-webkit-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="number"]::-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="number"]:-ms-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="number"]:-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="datetime"]::-webkit-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="datetime"]::-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="datetime"]:-ms-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="datetime"]:-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="email"]::-webkit-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="email"]::-moz-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="email"]:-ms-input-placeholder {
  color: rgba(7, 6, 6, 0.7);
  opacity: 1;
}

input[type="email"]:-moz-placeholder {
  color: #rgba(7, 6, 6, 0.7);
  opacity: 1;
}

.customer-account-create .page-title-wrapper .page-header {
  margin-top: 20px;
}

.customer-account-forgotpassword .page-title-wrapper .page-header {
  margin-top: 20px;
}

.customer-account-login .page-title-wrapper .page-header {
  margin-top: 20px;
  display: none;
}

.account .page-title-wrapper .page-header {
  margin: 0px;
  padding: 0 0 0 calc(25% + 3px);
  line-height: 65px;
  display: none;
}

.customer-account-create #maincontent {
  padding-bottom: 40px;
}

.btn-default {
  color: #EC7234;
  border-color: #EC7234;
}

.btn-default:hover {
  color: #fff;
  border-color: #EC7234;
  background: #EC7234;
}

a {
  color: rgba(7, 6, 6, .7);
}

.account .sidebar .block .block-title .title {
  font-family: 'Poppins';
  font-weight: 700;
}

.account .block-title--myac h3 {
  font-family: 'Poppins';
  font-weight: 700;
}

.account .block-dashboard-orders {
  margin-top: 30px;
  border: 1px solid #ccc9c9;
  padding-top: 10px;
}

.account .block-dashboard-orders .table-order-items tr th {
  font-family: 'Poppins';
  font-weight: 700;
  vertical-align: middle;
}

.account .block-dashboard-orders .table-order-items tr th {
  vertical-align: middle;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}

.account .box-information .box-content {
  margin: 0px;
}

.account #maincontent {
  padding-bottom: 70px;
  background: #fdfdfd;
}

.account .items.order-links li.current,
.account .items.order-links li:hover {
  border-color: #EC7234;
  color: #EC7234;
}

.account .order-details-items .table-wrapper tfoot tr.grand_total_incl th strong,
.account .order-details-items .table-wrapper tfoot tr.grand_total_incl td strong {
  color: #EC7234 !important;
}

.account .order-details-items .table-wrapper thead tr th {
  font-family: 'Poppins' !important;
  font-weight: 700;
  vertical-align: middle;
}

.account .form-wishlist-items .field.comment-box {
  display: none;
}

.account .products-grid.wishlist .product-item-info .box-tocart .field.qty {
  display: none;
}

.account .products-grid.wishlist .product-item-info .box-tocart .product-item-actions {
  float: none;
  display: inline-block;
}

.account .box-tocart fieldset.fieldset {
  text-align: center;
}

.account .products-grid.wishlist .product-item-info .product-item-inner>.product-item-actions {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding-right: 16px;
  padding-top: 14px;
}

.account .products-grid.wishlist .product-item-info .product-item-inner>.product-item-actions .action.edit {
  display: none;
}

.widget.mgs-brand .owl-item .brand-items img {
  max-height: 205px;
}
.widget.mgs-brand .brand-items .name {
  font-weight: 400;
    text-align: center;
    font-size: 17px;
    font-family: 'Poppins';
    padding-top: 12px;
}
.brand-page-list .item .image img {
  max-height: 137px;
}

.brand-page-list .item .image {
  min-height: 137px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.brand-page-list .item .brand-name h4.brand-title a:hover {
  color: #EC7234;
}

.brand-brand-view .brand-image img {
  max-height: 150px;
  max-width: 200px;
}

.characters-filter li a:hover {
  background-color: #EC7234;
  border-color: #EC7234;
}

.best_selling_products .owl-carousel .owl-stage-outer .product.product-item:hover .price-box.price-final_price+div {
  width: calc(100% - 30px);
  margin-left: 15px;
}

.product_brandname {
  padding: 0 18px 0 22px;
}

.catalog-category-view .products-grid .product-item-info .product-item-details {
  padding: 4px 20px 0 22px;
}

.product-info-main .product-add-form .actions button.tocart,
.bundle-info .product-details .actions button.tocart {
  background: #EC7234;
}

.product-info-main .product-add-form .actions button.tocart:hover,
.bundle-info .product-details .actions button.tocart:hover {
  background: #4D3529;
}

.opc-progress-bar .opc-progress-bar-item._active>span:before {
  background: #EC7234;
}

.opc-progress-bar .opc-progress-bar-item._active:before {
  background: #EC7234;
}

#shipping-method-buttons-container .action,
.payment-method-content .actions-toolbar .action,
#shipping-method-buttons-container button.action,
.payment-method-content .actions-toolbar button.action {
  background-color: #EC7234;
  border: 1px solid #EC7234;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 14px;
  font-family: 'Poppins';
  border-radius: 30px;
  font-weight: 700;
  line-height: 43px;
  padding: 0 28px;
  height: 43px;
}

#shipping-method-buttons-container .action:hover,
.payment-method-content .actions-toolbar .action:hover,
#shipping-method-buttons-container button.action:hover,
.payment-method-content .actions-toolbar button.action:hover {
  background-color: #4D3529;
  border: 1px solid #4D3529;
}

.authentication-wrapper .action-auth-toggle:hover {
  background: #EC7234;
  border-color: #EC7234;
}

#shipping-method-buttons-container,
.payment-method-content .actions-toolbar {
  margin-bottom: 25px;
}

.opc-block-summary .table-totals tr.totals.grand th strong,
.opc-block-summary .table-totals tr.totals.grand td strong {
  color: #EC7234;
}

.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
  background: #EC7234;
  border-color: #EC7234;
}

.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply:hover {
  background: #4D3529;
  border-color: #4D3529;
}

.products-grid.wishlist .product-item-info .product-item-photo img {
  position: static;
  max-height: 192px;
  width: auto;
  max-width: unset;
  min-width: unset;
  height: 192px;
  margin: 0 auto;
}

.products-grid.wishlist .product-item-info {
  box-shadow: 0px 0px 18px rgba(7, 6, 6, 0.08);
  border: none;
  border-radius: 15px;
  background: #fff;
  position: relative;
  padding-bottom: 19px;
}

.products-grid.wishlist .product-item-info>* {
  padding: 0 20px 0 22px;
}

.slider_mgs_carousel .owl-item .item-image img {
  width: 100%;
}

.slider_mgs_carousel .owl-stage>.owl-item:first-child .slider_one_sideimg img {
  width: auto;
  max-width: 100%;
  margin: -90px 0 0;
}

.slider_mgs_carousel .owl-stage>.owl-item:first-child .inner-text {
  max-width: 100%;
}

.slider_mgs_carousel .owl-stage>.owl-item .container.slide-text.middle {
  top: 0;
  transform: unset;
  padding: 0;
  position: absolute;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
}

.slider_mgs_carousel .owl-item .slide-text.middle {
  position: static;
  transform: unset;
}

.slider_mgs_carousel .owl-stage>.owl-item:first-child .slider_one_sideimg2 img {
  width: auto;
  max-width: 100%;
}

.slider_one_sideimg2 {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: -227px;
}

.slider_mgs_carousel .owl-item .slide-text.middle .slider_content {
  position: absolute;
  top: 50%;
  width: 1170px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider_mgs_carousel .owl-item:first-child .slide-text.middle .slider_content {
  width: 405px;
}

.slide-text label {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 18px;
  margin: 0 0 10px;
}

.slider_mgs_carousel .owl-item:first-child .slide-text a {
  margin: 25px 0 0;
}

.slider_mgs_carousel .owl-stage>.owl-item .container.slide-text.middle {
  top: 0;
  transform: unset;
  padding: 0;
  position: absolute;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  margin-top: 0 !important;
  display: none;
}

.slider_mgs_carousel .owl-item:nth-child(2) .slide-text.middle .slider_content {
  width: 300px;
}

.slider_mgs_carousel .owl-item:nth-child(2) .slider_one_sideimg {
  position: absolute;
  left: 0;
  bottom: 0;
}

.slider_mgs_carousel .owl-item:nth-child(2) .slide-text h1 {
  line-height: 48px;
}

.slider_mgs_carousel .owl-item:nth-child(2) .slide-text a {
  margin: 25px 0 0;
  background: #f981af;
}

.slider_mgs_carousel .owl-item:nth-child(2) .slide-text a:hover {
  background: #4D3529;
}

.hash_one span {
  width: 108px;
  height: 108px;
  background: #F981B0;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
}

.hash_one:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #F981B0;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin: 4px 6px 0 0;
}

.hash_one {
  position: relative;
  left: -120px;
}

.slider_mgs_carousel .slider_three_sideimg img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  height: 100%;
  object-fit: cover;
}

.slider_mgs_carousel .slider_three_sideimg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.slider_mgs_carousel .owl-item:nth-child(3) .slide-text.middle .slider_content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  z-index: 1;
}

.slider_mgs_carousel .owl-item:nth-child(3) .slide-text h1 {
  width: 100%;
  line-height: 48px;
}

.slider_mgs_carousel .owl-item:nth-child(3) .slide-text p {
  width: 100%;
}

/*.slider_mgs_carousel .owl-item:nth-child(3) .slide-text a {
      background: #EC7234;
    margin: 30px 0 0 120px;
}*/

.slider_mgs_carousel .owl-item:nth-child(3) .slide-text a:hover {
  background: #4D3529;
}

.circle_img {
  position: absolute;
  right: 30px;
  top: 0;
  max-width: 100%;
  top: 40px;
}

.slider_mgs_carousel .circle_img img {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
}

.aboutus_page_header {
  background: #F5F5F5;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 628px;
  overflow: hidden;
  position: relative;
}

.cms-about-us .column.main {
  padding: 0px;
}

.aboutus_main_img {
  float: right;
}

.aboutus_main_content {
  width: 1170px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cms-about-us .page-title-wrapper {
  display: none;
}

.cms-about-us .breadcrumbs {
  display: none;
}

.aboutus_main_content label {
  font-size: 26px;
  color: #000;
  line-height: normal;
  margin: 0 0 4px;
}

.aboutus_main_content h1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 74px;
}

.aboutus_main_content p {
  color: #515151;
  font-size: 22px;
  margin: 9px 0 0 0;
  line-height: 36px;
}

.aboutus_main_content a {
  width: 175px;
  height: 52px;
  background: #EC7234;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  padding: 13px 0;
  margin: 33px 0 0;
  position: relative;
  transition: unset;
  text-transform: uppercase;
}

.aboutus_main_content a:hover {
  background: #4D3529;
}

.aboutus_content1 {
  background: url(../images/aboutus_main_bg1.png) no-repeat calc(100% - 58px) -18px;
  padding: 107px 0 117px;
}

.aboutus_content2 {
  background: url(../images/aboutus_main_bg2.png) no-repeat left top;
  padding-bottom: 120px;
}

.aboutus_content1_img {
  float: left;
  width: 496px;
}

.aboutus_content1_info {
  float: left;
  width: calc(100% - 496px);
  padding-left: 130px;
}

.aboutus_content1 .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aboutus_content1_info h2 {
  color: #070606;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
}

.aboutus_content1_info p {
  font-size: 18px;
  line-height: 27px;
  color: rgba(7, 6, 6, 0.7);
  margin: 19px 0 0;
}

.aboutus_content2_img {
  float: left;
  width: 496px;
}

.aboutus_content2_info {
  float: left;
  width: calc(100% - 496px);
  padding-right: 55px;
}

.aboutus_content2 .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.aboutus_content2_info h2 {
  color: #070606;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 64px;
}

.aboutus_content2_info p {
  font-size: 18px;
  line-height: 27px;
  color: rgba(7, 6, 6, 0.7);
  margin: 19px 0 0;
}

.customer_service {
  background: #F5F5F5;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  padding: 120px 0px;
}

.customer_service:before {
  content: "";
  background: url(../images/features_shape_img.png) repeat;
  display: inline-block;
  width: 163px;
  height: 259px;
  position: absolute;
  margin: -180px 0 0 0;
}

.customer_service:after {
  content: "";
  background: url(../images/features_shape_img2.png) repeat;
  display: inline-block;
  width: 161px;
  height: 273px;
  position: absolute;
  right: 0;
  bottom: -105px;
}

.customer_service_info {
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.08);
  border-radius: 15px;
  background: #fff;
  padding: 30px 20px;
  height: 100%;
}

.customer_service_info label {
  color: #070606;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 8px;
}

.customer_service_info p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(7, 6, 6, 0.7);
}

.customer_service_info_icon {
  min-height: 60px;
  margin: 0 0 18px;
}

.customer_service .row {
  display: flex;
  flex-wrap: wrap;
}

.about_main_mobile {
  display: none;
}

.blog-post-list .breadcrumbs {
  display: none;
}

.blog-post h2.post-title {
  font-size: 48px;
  line-height: 60px;
  color: #070606;
  font-family: 'Poppins';
  font-weight: 800;
  margin: 3px 0 18px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.blog-post h2.post-title a {
  color: #070606;
}

.blog-post label {
  font-size: 16px;
  color: rgba(7, 6, 6, 0.7);
  margin: 0;
  line-height: 24px;
}

.blog-post label.blog_date img {
  vertical-align: top;
}

.blog-post label img {
  margin-right: 13px;
  float: left;
}

.blog-post label.blog_user img {
  margin-top: 0px;
}

.blog-post label.blog_user {
  margin-right: 27px;
}

.blog-list .post-item-info .post-content .post-short-description p {
  font-size: 18px;
  line-height: 27px;
}

.blog-post .post-content {
  margin: 22px 0 0;
}

.blog-post-list .page-main .column.main {
  width: 747px;
  padding: 0 0 0 12px;
}

.blog-post-list .page-main>.row {
  margin: 0;
}

.blog-post-list .page-main .sidebar.sidebar-main {
  padding: 0;
  width: calc(100% - 792px);
  margin-left: 45px;
}

.blog-post-list .post-content .post-link {
  text-align: right;
}

.blog-post-list .post-content .post-link a:after {
  content: "";
  background: url(../images/button_arrow.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 18px 0 18px 9px;
}

.blog-post-list .post-content .post-link a {
  width: 238px;
  height: 52px;
  font-size: 16px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  border: none;
  padding: 0;
}

.blog-post-list .post-content .post-link a:hover {
  background: #4D3529;
}

.blog-list .post-item-info .post-content .post-short-description {
  margin-bottom: 32px;
}

.blog-list .post-item-info {
  margin-bottom: 60px;
}

.blog-post-list .post-image img {
  border-radius: 15px;
}

.slider_one_button {
  position: absolute;
  top: calc(50% + 70px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
}

.slider_two_button {
  position: absolute;
  top: calc(50% + 91px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 317px;
}

.slider_three_button {
  position: absolute;
  top: calc(50% + 89px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1170px;
}

.blog-top-img img {
  width: 100%;
  height: 456px;
  object-fit: cover;
}

.blog-top-img {
  position: relative;
  margin: 0 0 120px;
}

.blog-post-list .page-title-wrapper {
  position: absolute;
  top: 50%;
  width: 1170px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
}

.blog-post-list .page-title-wrapper .page-header {
  color: #fff;
  margin: 0;
}

.blog-post-view .page-title-wrapper {
  position: absolute;
  top: 50%;
  width: 1170px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post-view .page-title-wrapper .page-header {
  color: #fff;
  margin: 0;
}

.blog-category-view .page-title-wrapper {
  position: absolute;
  top: 50%;
  width: 1170px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-category-view .page-title-wrapper .page-header {
  color: #fff;
}

.sidebar .block-blog-posts .post-list li {
  padding: 0 0 20px 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #DFDFDF;
  margin: 0 0 30px;
}

.sidebar .block-blog-posts .post-list li:before {
  display: none;
}

.sidebar .block-blog-posts .block-title .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  padding: 0;
  margin: 0 0 34px;
}

.sidebar .block-blog-posts .block-title .title:after {
  display: none;
}

.sidebar .block-blog-posts .post-list li .post_image_short {
  float: left;
  width: 68px;
}

.sidebar .block-blog-posts .post-list li .title {
  width: calc(100% - 68px);
  display: inline-block;
  vertical-align: top;
  padding-left: 16px;
}

.sidebar .block-blog-posts .post-list li .title span.date {
  display: none;
}

.sidebar .block-blog-posts .post-list li .post_image_short img {
  width: auto;
  height: auto;
  border-radius: 10px;
}

.sidebar .block-blog-posts .post-list li a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #070606;
}

.sidebar .block-blog-posts .post-list li a:hover {
  color: #EC7234;
}

.sidebar .block-blog-posts .short-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sidebar .block.block-blog-categories .block-title .title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #070606;
  margin: 0 0 11px;
  padding: 0;
}

.sidebar .block.block-blog-categories .block-title .title:after {
  display: none;
}

.sidebar .block-blog-categories li a {
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
}

.sidebar .block-blog-categories li:before {
  display: none;
}

.sidebar .block-blog-categories li {
  padding: 19px 0;
  margin: 0px;
  line-height: normal;
  border-bottom: 1px solid #DFDFDF;
}

.sidebar .block-blog-categories li a:hover {
  color: #EC7234;
}

.blog-post-list .lazy-loading-img .page-main>div.row {
  margin-right: 0px;
}

.blog-post label span {
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}

.blog-post label.post-time-time {
  display: none;
}

.blog-post-view .breadcrumbs {
  display: none;
}

.blog-post-view .post-item-info .post-info {
  padding: 0px;
  border: none;
}

.blog-post-view .lazy-loading-img .page-main>div.row {
  margin-right: 0px;
}

.blog-post-view .page-main .column.main {
  width: 747px;
  padding: 0 0 0 12px;
}

.blog-post-view .page-main>.row {
  margin: 0;
}

.blog-post-view .page-main .sidebar.sidebar-main {
  padding: 0;
  width: calc(100% - 792px);
  margin-left: 45px;
}

.blog-post-view .post-content .post-link {
  text-align: right;
}

.blog-post-view .post-content .post-link a:after {
  content: "";
  background: url(../images/button_arrow.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 18px 0 18px 9px;
}

.blog-post-view .post-content .post-link a {
  width: 238px;
  height: 52px;
  font-size: 16px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  border: none;
  padding: 0;
}

.blog-post-view .post-content .post-link a:hover {
  background: #4D3529;
}

.blog-post-view .post-item-info .post-content .post-short-description {
  margin-bottom: 32px;
}

.blog-post-view .post-item-info {
  margin-bottom: 60px;
}

.blog-post-view .post-image img {
  border-radius: 15px;
}

.blog-post-view .blog-post h2.post-title {
  margin: 0 0 21px;
}

.blog-post-view .post-image {
  margin-top: 29px;
}

.blog-post-view .post-item-info .post-content .post-short-description p {
  font-size: 18px;
  text-align: justify;
  line-height: 27px;
  margin-bottom: 28px;
  word-break: break-word;
}

.blog-post-view .post-tags a {
  background: #EC7234;
  border-radius: 30px;
  width: 96px;
  height: 35px;
  float: left;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  padding: 7px 0;
  text-transform: uppercase;
  margin-right: 12px;
}

.blog-post-view .post-tags a:hover {
  background: #4D3529;
}

.blog-post-view .post-tags {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 8px 0 0;
}

.blog-post-view .post-tags i.fa.fa-tags {
  display: none;
}

.blog-post-view .sidebar .sidebar-additional {
  display: block !important;
}

.blog-post-view .post-item-info .post-content .post-short-description p b {
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  color: #070606;
}

.blog-post-view .post-actions .action {
  border: none;
  margin-top: 0;
  float: left;
  display: inline-block;
  width: auto;
  padding: 0;
  font-size: 14px;
  line-height: 21px;
  color: #515151;
}

.blog-post-view .post-actions {
  border: none;
  margin-top: 40px;
}

.blog-post-view .post-tags a:last-child {
  width: 113px;
}

.blog-post-view .post-actions .action a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #515151;
  text-transform: uppercase;
  width: 105px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  transition: unset;
  border: 1px solid rgba(212, 211, 211, 0.8);
  border-radius: 30px;
  padding: 15px 0 15px 30px;
}

.blog-post-view .post-actions .action.prev-action a:before {
  content: "";
  background: url(../images/blog_prev_arrow.png) no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin: 0 13px 0 0;
  background-position: 0 0px;
}

.blog-post-view .post-actions .action.prev-action a:hover:before {
  background-position: 0 -15px;
}

.blog-post-view .post-actions .action.prev-action a:after {
  display: none;
}

.blog-post-view .post-actions .action.next-action a:after {
  content: "";
  background: url(../images/blog_next_arrow.png) no-repeat 0 -15px;
  width: 6px;
  height: 10px;
  display: inline-block;
  margin: 0 0px 0 13px;
  position: static;
}

.blog-post-view .post-actions .action.next-action a:hover:after {
  background-position: 0 0;
}

.blog-post-view .post-actions .action a:hover {
  color: #EC7234;
}

.blog-post-view .post-actions .action.next-action a {
  padding: 15px 30px 15px 0;
}

.blog-post-view .post-actions .next-action.action {
  float: right;
}

.blog-post-view .post-item-info .post-content .post-short-description p:last-child {
  margin-bottom: 0;
}

.catalog-product-view .product-info-main .product-add-form form#product_addtocart_form {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}

.catalog-product-view .product-info-main .product-add-form fieldset.fieldset {
  margin-right: 20px;
  margin-top: 21px;

}

.catalog-product-view .product-info-main .product-add-form .fieldset>.field {
  margin-bottom: 0px;
}

.catalog-product-view .product-info-main .product-add-form .fieldset>.field select {
  border: 1px solid rgba(212, 211, 211, 0.8);
  box-sizing: border-box;
  border-radius: 25px;
  background: #fff url(../images/select_arrow.png) no-repeat;
  height: 40px;
  background-position: calc(100% - 18px) center;
  font-size: 14px;
  color: rgba(7, 6, 6, 0.7);
  width: 150px;
  margin-bottom: 0;
}

.catalog-product-view .product-info-main .product-add-form .fieldset p.max-billing-cycle {
  display: none;
}

.catalog-product-view .product-info-main .product-add-form fieldset.fieldset label.label {
  font-size: 16px;
  color: #515151;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 11px;
  display: none;
}

fieldset#payment_form_ewayrecurring {
  width: 50%;
}

span.field-tooltip-action.action-cvv span {
  display: none;
}

.control._with-tooltip {
  position: relative;
  padding-right: 30px;
}

.shipping-address-items .shipping-address-item.selected-item {
  color: rgba(7, 6, 6, .7);
  border-color: #ec7234;
}

.checkout-shipping-address>.step-content .action.action-show-popup {
  background-color: #EC7234;
  border: none;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Poppins';
  border-radius: 30px;
  text-transform: uppercase;
  height: 43px;
  line-height: 43px;
  padding: 0 28px;
}

.checkout-shipping-address>.step-content .action.action-show-popup:hover {
  background: #4D3529;
  color: #fff;
  border: none;
}

.payment-option.discount-code .payment-option-title {
  padding-bottom: 13px;
}

.payment-group .payment-method:last-child {
  margin-bottom: 12px;
}

.payment-option.discount-code .payment-option-title:after {
      top: 2px;
    bottom: auto;
    right: 15px;
}

.payment-option.discount-code .form-discount .actions-toolbar .action.action-apply {
  font-weight: bold;
  font-size: 14px;
  font-family: 'Poppins';
  text-transform: uppercase;
}

.catalog-product-view .product-info-main .price_info_list {
  width: 252px;
  min-height: 140px;
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.08);
  border-radius: 15px;
  padding: 21px 18px 21px 18px;
  float: left;
  position: relative;
}

.catalog-product-view .product-info-main .price_info_list .price {
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  font-family: 'Poppins';
  color: #070606;
  line-height: normal;
  margin-top: 8px;
  display: inline-block;
  vertical-align: top;
}
.product-info-main .price_info_list.active{
	border: 1px solid #073A54;
}
.catalog-product-view .product-info-main .price_info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  order: -1;
  vertical-align: top;
  margin: 0 0px 20px;
}

.catalog-product-view .price_info_list label.radio_btn {
  line-height: normal;
  margin: 0;
  width: 100%;
  text-align: right;
  position: static;
  vertical-align: top;
  padding-right: 15px;
 
}

.catalog-product-view .price_info_list label.radio_btn input {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  opacity: 0;
  right: 0px;
}

.catalog-product-view .price_info_list label.radio_btn input+span:before {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid #4D3529;
  display: none;
  border-radius: 50%;
  vertical-align: top;
}

.catalog-product-view .price_info_list label.radio_btn input:checked+span:after {
  content: "";
  width: 22px;
  height: 22px;
  display: none;
  vertical-align: top;
  background: url(../images/radio_selected.png) no-repeat;
}

.catalog-product-view .price_info_list label.radio_btn input:checked+span:before {
  border: 2px solid transparent;
}

.catalog-product-view .price_info .price_info_list .delivery_info span {
  margin-top: 0px;
}

.catalog-product-view .product-info-main .price_info_list .delivery_info {
  margin-top: -15px;
}

.catalog-product-view .price_info .price_info_list:nth-child(2) .delivery_info span {
  margin-top: 5px;
}



.catalog-product-view .product-info-main .price_info_list.auto_delivery .price {
  color: #191C1F;
  margin-top: 11px;
}

.catalog-product-view .product-info-main .price_info_list .delivery_info img:last-child {
  margin-left: 3px;
}

.mgs-filter-active .shoppingby-item {
  float: left;
  margin-right: 0;
  width: 100%;
  margin-bottom: 25px;
}

.mgs-filter-active .state-item {
  padding: 0;
  border: none;
  background: none;
  border-radius: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
}

.mgs-filter-active .state-item .state-item-name span {
  color: #070606;
  font-weight: 500;
  white-space: nowrap;
  margin: 0 9px 0 0;
}

.mgs-filter-active .state-item .state-item-name {
  display: flex;
  word-break: break-word;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: rgba(7, 6, 6, 0.7);
  letter-spacing: 0.1px;
  float: left;
}

.mgs-filter-active .state-item span.state-item-remove .state-item-icon-cancel {
  width: auto;
  position: static;
}

.mgs-filter-active .state-item .state-item-icon-cancel:after {
  content: "";
  background: url(../images/filter_close.png) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: static;
  vertical-align: middle;
}

.mgs-filter-active .state-item:hover .state-item-icon-cancel:after {
  content: "";
  background: url(../images/filter_close.png) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: static;
}

.mgs-filter-active .state-item span.state-item-remove {
  margin-left: 18px;
}

.mgs-filter-active .shoppingby-item a.filter-active-item-clear-all {
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #EC7234;
}

.mgs-filter-active {
  margin-bottom: 22px;
  padding-bottom: 0;
  border-bottom: none;
}

.catalog-category-view .column.main .mgs-filter-active {
  display: none;
}

.catalogsearch-result-index .column.main .mgs-filter-active {
  display: none;
}

.mgs-filter-active .shoppingby-item a.filter-active-item-clear-all:hover {
  color: #4D3529;
}

.mgs-filter-active .filter-current-subtitle:before {
  display: none;
}

.block.filter .block-subtitle {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin: 39px 0 52px 0;
  padding: 0;
}

.block.filter .block-subtitle:after {
  display: none;
}

.catalog-category-view .page-title-wrapper .page-header {
  margin-top: 16px;
}

.toolbar .sorter .form-item-select .sorter-options {
  width: 100%;
}

.toolbar .sorter .form-item-select .sorter-options button.btn.dropdown-toggle.selectpicker.btn-default {
  background: #fff !important;
  border: 1px solid rgba(212, 211, 211, 0.8) !important;
  color: rgba(7, 6, 6, 0.7) !important;
  height: 42px;
  box-shadow: none;
}

.toolbar .sorter .bootstrap-select.btn-group .btn .filter-option {
  left: 0;
  right: auto;
  text-align: left;
  width: 100%;
  padding: 11px 30px 11px 20px;
  font-weight: normal;
  height: 40px;
  top: 0;
  line-height: normal;
}

.toolbar .sorter .form-item-select .sorter-options button.btn.dropdown-toggle.selectpicker.btn-default span.caret {
  display: none;
}

.toolbar .sorter .form-item-select:after {
  display: none;
}

.toolbar .sorter .form-item-select .sorter-options button.btn.dropdown-toggle.selectpicker.btn-default:after {
  content: "";
  background: url(../images/select_arrow.png) no-repeat;
  top: 50%;
  transform: translate(0px, -50%);
  right: 20px;
  width: 12px;
  height: 8px;
  position: absolute;
}

.toolbar .sorter .dropdown-menu {
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.08);
  border: none;
  border-radius: 10px;
  margin: 0;
  padding: 8px 0 0;
}

.toolbar .sorter .bootstrap-select.btn-group .dropdown-menu li>a {
  min-height: 40px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: rgba(7, 6, 6, 0.7);
  padding: 11px 17px;
}

.toolbar .sorter .bootstrap-select .dropdown-menu>.selected>a,
.toolbar .sorter .bootstrap-select .dropdown-menu>.selected>a:hover,
.toolbar .sorter .bootstrap-select .dropdown-menu>.selected>a:focus {
  color: #EC7234 !important;
  background: #fdf1eb;
}

.toolbar .sorter .bootstrap-select .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #EC7234 !important;
  background: #fdf1eb;
}

.toolbar .sorter .sorter-action {
  display: inline-block;
  vertical-align: top;
}

.toolbar .sorter .form-item-select .sorter-options button.btn.dropdown-toggle.selectpicker.btn-default:focus {
  outline: none !important;
}

div#minicart-content-wrapper dl.product.options.list dt:first-child,
div#minicart-content-wrapper dl.product.options.list dt.label:nth-child(3),
div#minicart-content-wrapper dl.product.options.list dd.values:nth-child(2),
div#minicart-content-wrapper dl.product.options.list dd.values:nth-child(4) {
  display: none;
}

.minicart-items .product-item .product-item-details .product-item-name a:hover {
  color: #4ab7c1;
}

.minicart-items .product-item .product.actions .primary {
  display: none;
}

.minicart-items .product-item .product.actions a.action.delete {
  background: #4ab7c1;
  color: #fff;
  border: none;
  line-height: normal;
}

.modal-popup.confirm .modal-footer .action-secondary,
.modal-popup.confirm .modal-footer .action-primary {
  line-height: normal;
}

.modal-popup.confirm .modal-footer .action-secondary {
  border: 2px solid #4ab7c1 ;
  background-color: #4ab7c1 ;
}

.modal-popup.confirm .modal-footer .action-secondary:hover {
  border: 2px solid #4D3529;
  background-color: #4D3529;
}

.modal-popup.confirm .modal-footer .action-primary {
  border: 2px solid #4ab7c1 ;
  color: #4ab7c1 ;
  background: #fff;
}

.modal-popup.confirm .modal-footer .action-primary:hover {
  border: 2px solid #4ab7c1 ;
  color: #fff;
  background: #4ab7c1 ;
}

.footer_mobile_menu {
  display: none;
}

.checkout-cart-index #shopping-cart-table tbody tr td select {
  border: 1px solid rgba(212, 211, 211, 0.8);
  box-sizing: border-box;
  border-radius: 30px;
  background: #fff url(../images/select_arrow.png) no-repeat;
  background-position: calc(100% - 18px) center;
}

.cms-terms-conditions .page-title-wrapper {
  display: none;
}

.terms_bg {
  background: #F5F5F5;
  padding-bottom: 100px;
  padding-top: 15px;
}

.cms-terms-conditions .breadcrumbs {
  background: #F5F5F5;
  margin: 0px;
  padding-bottom: 30px;
}

.categorypath-cats .category_image_show,
.categorypath-dogs .category_image_show {
  display: none;
}

.catalog-category-view .category_image_show {
  margin-bottom: 20px;
}

.terms_container {
  max-width: 780px;
  padding: 0 15px;
  margin: 0 auto;
}

.terms_container h1 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  color: #070606;
  text-align: center;
  margin: 0 0 60px;
}

.terms_content h2 {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #070606;
}

.terms_content p {
  font-size: 16px;
  line-height: 29px;
  margin-top: 12px;
}

.terms_content {
  margin-bottom: 27px;
}

.cms-terms-conditions #maincontent .container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
}
.obay-termsand-conditions {
  margin-bottom: 30px;
}
.obay-termsand-conditions h1 {
 margin: 20px 0;
}
.obay-termsand-conditions h3,
.obay-termsand-conditions h2 {
  margin-top: 7px;
}
.obay-termsand-conditions h3,
.obay-termsand-conditions h2 {
  margin-bottom: 15px;
}
.obay-termsand-conditions p {
  padding-bottom: 7px;
  font-size: 16px;
}
.obay-termsand-conditions a {
  color: #EC7234;
  text-decoration: underline;
}

.cms-terms-conditions #maincontent .column.main {
  padding: 0;
}

.terms_content:last-child {
  margin: 0;
}

.cms-faq section#maincontent {
  padding: 0 0 100px;
  background: #F5F5F5;
}

.faq_details>h2 {
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 65px;
    color: #070606;
    margin-bottom: 12px;
}

.faq_details .panel-group {
  margin-bottom: 20px;
}

.faq_details .panel-group .panel {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.08);
  border-radius: 4px;
  border: none;
}

.faq_details .panel-group .panel .panel-heading {
  background: none;
  border: none;
  padding: 0;
  border-radius: 15px 15px 0 0;
}

.faq_details .panel-group .panel .panel-title a {
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #191C1F;
    padding: 22px 120px 26px 19px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.faq_details .panel-group .panel .panel-body {
   border-top: 1px solid #DFDFDF;
    padding: 0;
    width: calc(100% - 39px);
    margin-left: 21px;
    color: #475156;
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    padding: 18px 0 27px;
    text-align: justify;
}

.faq_details .panel-group .panel+.panel {
  margin-top: 15px;
}

#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-info {
  margin: 15px 0 5px 0;
  width: 100%;
  padding-top: 11px;
}

.faq_details .panel-group .panel .panel-title a:after {
  content: "";
  background: url(../images/faq_plus_minus.png) no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  right: 23px;
  border:none;
  background-position: 9px -18px;
  top: 19px;
}

.faq_details .panel-group .panel .panel-title a.collapsed:after {
  background: url(../images/faq_plus_minus.png) no-repeat;
  border: none;
  background-position: 9px 8.5px;
}

.cms-faq .breadcrumbs {
  background: #F5F5F5;
  margin-bottom: 0px;
  padding-bottom: 30px;
}



.faq_details {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.faq_details:last-child {
  margin-bottom: 0;
}

.cms-faq .column.main {
  padding: 0px;
}

.cms-faq header+.breadcrumbs {
  display: none;
}

.faq_img img {
 /* height: 456px;*/
  object-fit: cover;
}

.faq_page_header {
  position: relative;
}

.faq_page_header h1 {
  position: absolute;
  top: 50%;
  width: 1170px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  color: #fff;
  font-family: Nunito;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 76px;
}

.save_price_discount {
  display: inline-block;
  width: 83px;
  height: 29px;
  background: #26B1F2;
  border-radius: 15px;
  color: #fff;
  text-transform: capitalize;
  padding: 4px 0;
  margin: 19px 0 0 9px;
  font-size: 13px;
  text-align: center;
}

.save_price {
  display: inline-block;
  vertical-align: top;
  color: #EC7234;
  width: 100%;
  line-height: 21px;
}

.catalog-product-view .product-info-main .price_info_list.auto_delivery .delivery_info {
  margin-top: -12px;
  margin-bottom: 8px;
}

.account .table-wrapper .table tr th {
  background: #E4E7E9;
  font-size: 12px;
  line-height: 22px;
  padding: 9px 23px 9px 23px;
  text-align: left;
  border: none !important;
  font-family: 'Poppins';
  font-weight: 500;
  text-transform: unset;
  color: #475156;
  text-transform: uppercase;

}

.account .table-wrapper .table tr th:first-child {

  border-left: 1px solid transparent !important;
}

.account .table-wrapper .table tr th:last-child {
  border-right: 1px solid transparent !important;
}

.account .table-wrapper .table tr td:first-child {
  border-left: 1px solid rgba(212, 211, 211, 0.8);
}

.account .table-wrapper .table tr td:last-child {
  border-right: 1px solid rgba(212, 211, 211, 0.8);
}

.account .table-wrapper .table tr td {
  border: none;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 24px 12px 24px;
  vertical-align: middle;
  font-weight: 500;
  font-family: 'Poppins';
}

.account .block-title--myac h3 {
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 33px;
  color: #070606;
}

.account .block-title--myac {
  padding: 0px;
  width: 100%;
}

.account-nav .nav>li>a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
  font-family:'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #5F6C72;
  min-height: 42px;
  padding: 10px 0 10px 48px;
  position: relative;
  transition: unset;
}
.account-nav .nav>li>strong {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
  font-family:'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.01em;
  color: #FFF;
  min-height: 42px;
  padding: 10px 0 10px 17px;
  position: relative;
  transition: unset;
}
.account-nav-content li.item.current {
    background: #4AB7C1;
}
.block.account-nav {
  max-width: 250px;
}
.account-nav .nav>li:nth-child(1)>a:before {
    background: url(../images/account_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}

.account-nav .nav>li:nth-child(2)>a:before {
    background: url(../images/your_order.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li:nth-child(3)>a:before {
    background: url(../images/wishlist_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li:nth-child(4)>a:before {
    background: url(../images/address_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li:nth-child(5)>a:before {
    background: url(../images/setting_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li:nth-child(6)>a:before {
    background: url(../images/payment_method_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li:nth-child(7)>a:before {
    background: url(../images/subscription_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li:nth-child(8)>a:before {
    background: url(../images/giftcard_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}

.account-nav .nav>li:nth-child(1)>strong:before {
    background: url(../images/account_active_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}

.account-nav .nav>li:nth-child(2)>strong:before {
    background: url(../images/your_order_active_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li:nth-child(3)>strong:before {
    background: url(../images/wishlist_active_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li:nth-child(4)>strong:before {
    background: url(../images/address_active_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li:nth-child(5)>strong:before {
    background: url(../images/setting_active_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li:nth-child(6)>strong:before {
    background: url(../images/payment_method_active_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li:nth-child(7)>strong:before {
    background: url(../images/subscription_active_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li:nth-child(8)>strong:before {
    background: url(../images/giftcard_active_icon.png) no-repeat;
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
}
.account-nav .nav>li >strong:before {
    content: "";
    width: 23px;
    height: 23px;
    background: url(../images/dashboard_subscription.png) no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    
}
.account-nav .nav>li>a:before {
  margin-right: 14px;
  position: absolute;
  left: 14px;
}

.account .table-wrapper .table tr td .brand_name {
  font-size: 14px;
  line-height: 21px;
  color: rgba(7, 6, 6, 0.7);
}

.account .table-wrapper .table tr td .order_name {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #070606;
}

.block-dashboard-orders .table-order-items tr td.col.actions .action.view:after {
  display: none;
}

.products-grid.wishlist .product-item-info .product-item-name a {
  font-size: 16px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  color: #070606;
  line-height: 22px;
}

.products-grid.wishlist .product-item-info .product-item-name {
  margin-bottom: 35px;
  line-height: 20px;
  min-height: 42px;
}

.products-grid.wishlist .product-item-info .box-tocart .product-item-actions .tocart {
  width: 138px;
  height: 43px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Poppins';
  background: #EC7234;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  border: none;
  margin: 0 0 0 11px;
  display: inline-block;
  line-height: 43px;
}

.products-grid.wishlist .product-item-info .box-tocart .product-item-actions .tocart:hover {
  background: #4D3529;
}

.account .products-grid.wishlist .product-item-info .box-tocart .field.qty {
  display: block;
}

.products-grid.wishlist .product-item-info .box-tocart .field.qty>.control {
  position: relative;
  height: 36px;
  border: 0.5px solid rgba(212, 211, 211, 0.8);
  text-align: left;
  border-radius: 40px;
  display: inline-block;
  width: 70px;
  vertical-align: top;
  margin-right: 0px;
}

.account .products-grid.wishlist .product-item-info .product-item-inner>.product-item-actions .action.delete {
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.1);
  width: 32px;
  height: 32px;
  margin: 0px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding: 7px 0;
  vertical-align: top;
}

.account .products-grid.wishlist .product-item-info .product-item-inner>.product-item-actions .action.delete:before {
  content: "";
  background: url(../images/wishlist_manual_delete.png) no-repeat;
  display: inline-block;
  width: 16px;
  height: 18px;
}

#my-reviews-table tbody tr td {
  text-align: left;
  padding: 31px 7px 30px 26px;
  height: auto;
}

#my-reviews-table thead tr th {
  text-align: left;
  padding-left: 26px;
  transform: unset;
}

.account .table-wrapper .table tr td .product-name a {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #070606;
}

.wishlist-index-index .btn-default.update {
  background: none !important;
  border: none !important;
  padding: 0px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #070606 !important;
}

.wishlist-index-index .btn-default.update:before {
  content: "";
  background: url(../images/wishlist_update.png) no-repeat;
  width: 18px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}

.wishlist-index-index .btn-default.update:hover:before {
  background-position: 0 -20px;
}

.wishlist-index-index .btn-default.update:hover {
  color: #EC7234 !important;
}

.wishlist-index-index .btn-default.update:focus {
  box-shadow: none;
}

.wishlist-index-index .btn.share {
  background: none !important;
  border: none !important;
  padding: 0px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #070606 !important;
}

.wishlist-index-index .btn.share:before {
  content: "";
  background: url(../images/wishlist_share.png) no-repeat;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 6px 0 0;
}

.wishlist-index-index .btn.share:hover:before {
  background-position: 0 -22px;
}

.wishlist-index-index .btn.share:hover {
  color: #EC7234 !important;
}

form.form-wishlist-items {
  display: flex;
  flex-wrap: wrap;
}

form.form-wishlist-items .actions-toolbar {
  order: -1;
  width: 100%;
}

form.form-wishlist-items .actions-toolbar .row {
  margin: 0px;
}

form.form-wishlist-items .button_bg {
  border-radius: 15px;
  width: 100%;
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
  align-items: center;
}

.form-wishlist-items .actions-toolbar button.action {
  margin-right: 27px;
  margin-bottom: 0;
  float: left;
  width: auto;
  height: auto;
}

.form-wishlist-items .actions-toolbar button.action.tocart {
  width: 208px;
  height: 52px;
  background: #EC7234;
  border-radius: 30px;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  margin: 17px 25px 17px 28px;
  text-transform: uppercase;
}

.page-title-wrapper .container {
  display: flex;
  flex-wrap: wrap;
}

.page-title-wrapper .back_top {
  order: -1;
  width: 100%;
  margin: 45px 0 33px;
  display: none;
}
td.col.Status.Processing {
  color: #FA8232;
}

td.col.Status.Pending {
  color: #134edc;
}

td.col.Status.Complate {
  color: #134edc;
}
.back_top .back_button_click {
  padding: 0;
  border: none;
  height: auto;
  line-height: normal;
  font-size: 16px;
  color: #EC7234;
  font-style: normal;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  transition: unset;
  background: none;
  border: none;
  text-transform: capitalize;
}

.back_top .back_button_click:before {
  content: "";
  background: url(../images/arrow_right.png) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 0;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  float: left;
  margin-right: 19px;
}

.back_top .back_button_click:hover {
  color: #4D3529;
  background: none;
}

.back_top .back_button_click:hover:before {
  background-position: 0 -21px;
}

.account .page-title-wrapper+.page-main {
  margin-top: 30px;
}

.form-wishlist-items .actions-toolbar button.action.delete {
  background: none !important;
  border: none !important;
  padding: 0px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #070606 !important;
  margin-right: 0;
}

.wishlist-index-index .actions-toolbar .action.delete:before {
  content: "";
  background: url(../images/wishlist_delete.png) no-repeat;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 6px 0 0;
}

.wishlist-index-index .actions-toolbar .action.delete:hover:before {
  background-position: 0 -22px;
}

.wishlist-index-index .actions-toolbar .action.delete:hover {
  color: #EC7234 !important;
}

.count_wishlist {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #070606;
  margin: 20px 0;
}

.account .products-grid.wishlist .product-item-info .product-item-inner>.product-item-actions .action.delete span {
  display: none;
}

.products-grid.wishlist .product-item-info .box-tocart .field.qty>.control .input-text {
  width: 100%;
}

.box-tocart .field.qty div.control .edit-qty.plus {
  right: 10px;
}

.account .products-grid.wishlist .product-item-info div.fieldset {
  float: left;
  width: 70px;
  margin: 4px 0 0;
}

.account .products-grid.wishlist .box-tocart {
  margin-top: 7px;
}

.products-grid.wishlist .product-item-info .brand_name {
  line-height: normal;
}

hr {
  display: none;
}

.account-nav .nav>li {
  width: 100%;
}

.profile_info {
  border: 1px solid rgba(212, 211, 211, 0.8);
  box-sizing: border-box;
  border-radius: 15px;
  padding: 24px;
  height: 100%;
}

.account-sub-title {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #070606;
  width: calc(100% - 34px);
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
}

.profile_info span.username {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #EC7234;
  margin: 0 0 9px;
  display: block;
}

.profile_info .box-content p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(7, 6, 6, 0.7);
}

.profile_info a.edit {
  padding: 0;
  border: none !important;
  border-radius: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #EC7234 !important;
  height: auto;
  background: none !important;
  margin: 0;
  float: right;
}

.profile_info a.edit:hover {
  color: #4D3529 !important;
}

address {
  font-size: 14px;
  line-height: 28px;
  color: rgba(7, 6, 6, 0.7);
  margin: 0;
}

.profile_info .change-password {
  display: none;
}

.block-dashboard-info .row {
  display: flex;
  flex-wrap: wrap;
}

.block-reviews-dashboard {
  display: none;
}

.block-dashboard-info .block-title--myac {
  margin-bottom: 30px;
  padding: 0 15px;
}

.address_info .box {
  border: 1px solid rgba(212, 211, 211, 0.8);
  border-radius: 15px;
  padding: 24px;
}

.address_info .block-title--myac {
  padding: 0;
  margin-bottom: 16px;
}

.account .address_info .block-title--myac h3 {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #070606;
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: top;
}

.address_info .block-title--myac a.edit {
  padding: 0;
  border: none;
  border-radius: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #EC7234;
  height: auto;
  background: none;
  margin: 0;
  float: right;
}

.address_info .block-title--myac a.edit:hover {
  color: #4D3529;
}

.address_info .block-title--myac .btn.add {
  padding: 0;
  border: none;
  border-radius: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #EC7234;
  height: auto;
  background: none;
  margin: 0;
  float: right;
}

.address_info .block-title--myac .btn.add:hover {
  color: #4D3529;
}

.customer-account-edit input {
  padding: 0 14px;
  color: #A0A4A8;
  font-size: 14px;
}

.customer-account-edit input::-webkit-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
}

.customer-account-edit input::-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
}

.customer-account-edit input:-ms-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
}

.customer-account-edit input:-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
}

.fieldset.password>.field {
  width: 50%;
  float: left;
  display: block !important;
  margin-bottom: 20px;
}

.form-edit-account .field.choice {
  display: none;
}

.form-edit-account .fieldset.password {
  display: block !important;
  margin-top: 4px;
}

.form-edit-account .fieldset label.label {
  color: #070606;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 6px;
  display: inline-block;
  vertical-align: top;
}

.fieldset.password>.field.email {
  padding-right: 15px;
}

.fieldset.password>.field.password {
  padding-left: 15px;
}

.fieldset.password>.field.password.new {
  padding-left: 0;
  padding-right: 15px;
}

.form-edit-account .fieldset .block-title--myac {
  padding: 0;
}

.customer-account-edit input[type="password"] {
  color: #192A3E;
  font-size: 24px;
}

.customer-account-edit div#password-strength-meter-container {
  display: none;
}

.fieldset.password>.field p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #070606;
  margin: 7px 0 20px;
}

.customer-account-edit .actions-toolbar {
  text-align: right;
}

.customer-account-edit .actions-toolbar .save.btn {
  width: 208px;
  height: 52px;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.orders-history .table-order-items thead tr th:first-child {
  padding-left: 26px;
}

.orders-history .table-order-items tbody tr td:first-child {
  padding-left: 26px;
}

.my-account-main .table-wrapper .table {
  border-collapse: separate;
  margin-top: 14px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  border-color: rgba(212, 211, 211, 0.8);
}

.form-mycard-edit fieldset {
  width: 100%;
}

.form-mycard-edit input[type="text"],
.form-mycard-edit input[type="password"],
.form-mycard-edit input[type="url"],
.form-mycard-edit input[type="tel"],
.form-mycard-edit input[type="search"],
.form-mycard-edit input[type="number"],
.form-mycard-edit input[type="datetime"],
.form-mycard-edit input[type="email"] {
  color: #A0A4A8;
  padding: 0 14px;
  font-size: 14px;
}

.form-mycard-edit legend {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #070606;
  border: none;
  margin: 0 0 18px;
}

form.form-mycard-edit fieldset {
  width: 100%;
}

form.form-mycard-edit label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #070606;
  margin: 0 0 6px;
}

.checkout-cart-index #shopping-cart-table tbody tr td a.action-towishlist,
.checkout-cart-index #shopping-cart-table tbody tr td .action-edit {
  display: none;
}


/* form.form-mycard-edit .form-select select:after{ content: ""; background: url(../images/select_arrow.png) no-repeat; top: 50%; transform: translate(0px, -50%); right: 18px;
    width: 12px; height: 8px;position: absolute;} */

form.form-mycard-edit .form-select select {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  color: rgba(7, 6, 6, 0.7);
  padding: 0 40px 0 20px;
  border-radius: 20px;
  border: 1px solid rgba(212, 211, 211, 0.8);
  appearance: none;
  -webkit-appearance: none;
}


.account button.action.save.primary {
  width: 208px;
  height: 52px;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: #4BA7C1;
  border-color: #4BA7C1;
  border: transparent;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}

.account button.action.save.primary:hover {
  color: #fff !important;
  background-color: #4d3529;
  border-color: #4d3529;
}

form.form-mycard-edit .form-select {
  position: relative;
}

form.form-mycard-edit .field {
  margin: 0 0 20px;
}

.account .table-wrapper .table tr td img {
  width: 68px;
  margin-bottom: 12px;
}

.account .table-wrapper .table tr td a {
  color: #2DA5F3;
}

.account .table-wrapper .table tr td a:hover {
  color: #2DA5F3;
}

.account .block-dashboard-orders .block-title--myac {
  margin: 0 0 28px;
}

.products-grid.wishlist {
  width: 100%;
}
.block-dashboard-orders .table-order-items {
  margin: 0;
  margin-top: 13px;
}
.recent_product_info {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.address_info .box p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(7, 6, 6, 0.7);
}

.review-control-vote label:before {
  color: #ffdc44;
}

.review-control-vote:before {
  /* color:#ffdc44; */
  color: #E2E2E2;
}

.review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}

.modal-popup.confirm .modal-inner-wrap .modal-footer {
  text-align: center;
}

.modal-backdrop {
  background-color: #4D3529;
}

.modal-backdrop.in {
  opacity: .3;
}

.modal.in .modal-dialog {
  width: 877px;
  max-width: 877px;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.08);
  border-radius: 15px;
  max-height: 620px;
  height: 620px;
}

.modal-content {
  border: none;
  box-shadow: none;
}

.modal-header {
  min-height: unset;
  padding: 4px 67px 0;
  border-bottom: none;
  margin: 0 0 29px;
}

.modal-title {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #070606;
}

.modal-body {
  padding: 0px;
}

.modal-body form {
  padding: 0 52px;
}

.modal-body form .form-group label {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #070606;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: top;
}

.modal-content {
  height: auto;
  padding-bottom: 50px;
}

.account input {
  padding: 0 14px;
  font-size: 14px;
  color: #A0A4A8;
}

.form-horizontal .form-group {
  margin-bottom: 30px;
}

.form-item-select select {
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  color: rgba(7, 6, 6, 0.7);
  padding: 0 30px 0 20px;
  border-radius: 20px;
  border: 1px solid rgba(212, 211, 211, 0.8);
  background: none;
}

.form-item-select:after {
  content: "";
  background: url(../images/select_arrow.png) no-repeat;
  top: 50%;
  transform: translate(0px, -50%);
  right: 18px;
  width: 12px;
  height: 8px;
  position: absolute;
}

.form-item-select {
  position: relative;
}

.address_btn .btn-default {
  border: 1px solid #26B1F2 !important;
  border-radius: 30px;
  color: #26B1F2 !important;
  width: 172px;
  height: 52px;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  background: none !important;
  text-transform: uppercase;
}

.address_btn .btn-default:hover {
  border: 1px solid #26B1F2 !important;
  background: #26B1F2 !important;
  color: #fff !important;
}

.address_btn .btn-primary {
  border: 1px solid #26B1F2 !important;
  border-radius: 30px;
  color: #fff !important;
  width: 172px;
  height: 52px;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  background: #26B1F2 !important;
  text-transform: uppercase;
  float: right;
  margin-left: 20px;
}

.address_btn .btn-primary:hover {
  background: #fff !important;
  color: #26B1F2 !important;
  border: 1px solid #26B1F2 !important;
}

.account input[type="text"]::-webkit-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="text"]::-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="text"]:-ms-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="text"]:-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="password"]::-webkit-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="password"]::-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="password"]:-ms-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="password"]:-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="url"]::-webkit-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="url"]::-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="url"]:-ms-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="url"]:-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="tel"]::-webkit-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="tel"]::-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="tel"]:-ms-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="tel"]:-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="search"]::-webkit-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="search"]::-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="search"]:-ms-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="search"]:-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="number"]::-webkit-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="number"]::-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="number"]:-ms-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="number"]:-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="datetime"]::-webkit-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="datetime"]::-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="datetime"]:-ms-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="datetime"]:-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="email"]::-webkit-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="email"]::-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="email"]:-ms-input-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.account input[type="email"]:-moz-placeholder {
  color: #A0A4A8;
  opacity: 1;
  font-size: 14px;
}

.checkbox input[type="checkbox"]+span:before {
  content: "";
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  margin: 3px 0 0;
}

.checkbox input[type="checkbox"]:checked+span:after {
  content: "";
  background: url(../images/checked_icon.png) repeat;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  margin: 3px 0 0;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  left: 0;
  opacity: 0;
}

.checkbox span {
  vertical-align: top;
  color: #070606;
  font-size: 12px;
  padding: 0 0 0 5px;
}

.modal-content button.close {
  background: url(../images/add_address_close.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  text-indent: -40px;
  overflow: hidden;
  top: 32px;
  right: 32px;
}

.checkbox input[type="checkbox"]:checked+span:before {
  display: none;
}

.form-group.phone_no {
  margin-bottom: 16px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: unset;
  padding: 0;
}

.form-group.address_btn {
  margin: 10px 0 0;
}

form .form-control-feedback {
  height: inherit;
  line-height: 42px;
}

.form-horizontal .checkbox label {
  position: relative;
}

.account-nav-content ul.nav.items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.account .orders-history.table-wrapper .table tr td {
  height: auto;
}

.orders-history .table-order-items tbody tr td.actions .action.view:after {
  display: none;
}

.order-details-items .table-wrapper thead tr th:first-child {
  padding-left: 26px;
  background: #F5F5F5;
}

.order-details-items .table-wrapper tbody tr td:first-child {
  padding-left: 26px;
}

.order-details-items .table-wrapper tbody tr td.col.name strong {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #070606;
}

.order-details-items .table-wrapper tbody tr td.col.name dt {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #070606;
}

.order-details-items .table-wrapper .table tr td {
  height: auto;
}

.account .order-details-items .table-wrapper tfoot tr th:first-child {
  background: none;
  border-radius: 0px;
  border-left: 1px solid rgba(212, 211, 211, 0.8) !important;
  border-bottom: 1px solid rgba(212, 211, 211, 0.8) !important;
}

.account .order-details-items .table-wrapper tfoot tr.grand_total_incl th {
  border-radius: 0 0 0 15px;
}

.account .order-details-items .table-wrapper tfoot tr.grand_total_incl td {
  border-radius: 0 0 15px 0;
}

a.back {
  display: none;
}

#my-reviews-table thead tr th {
  text-transform: unset;
}

#my-reviews-table tbody tr td p {
  font-size: 14px;
  line-height: 21px;
  color: #515151;
}

.account .table-wrapper .table tr td .product-name a:hover {
  color: #EC7234;
}



.subscription {
  width: 360px;
  min-height: 351px;
  background: #FFFFFF;
  box-shadow: 0px 6px 18px rgba(7, 6, 6, 0.08);
  border-radius: 15px;
  float: left;
  text-align: center;
  padding: 40px 23px 30px;
  margin-right: 30px;
}

.subscription_info {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.subscription strong {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #070606;
  display: block;
  min-height: 68px;
  margin: 0 0 40px;
}

.subscription .save {
  width: 172px;
  height: 52px;
  background: #26B1F2 !important;
  border-radius: 30px;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  border-color: #26B1F2 !important;
  text-transform: uppercase;
}

.subscription .save:hover {
  background: #EC7234 !important;
  border-color: #EC7234 !important;
}

.subscription_img {
  min-height: 100px;
  margin: 0 0 10px;
}

.subscription:last-child {
  margin-right: 0px;
}

.mobile_dashboard_menu {
  display: none;
}

.select_wishlist_option {
  display: none;
}

.products.wrapper.list.products-list .products.list .product-item-info {
  width: calc(100% - 30px);
}

.products.wrapper.list.products-list .products.list .product.product-item:hover .price-box.price-final_price+div {
  display: none;
}

.products.wrapper.list.products-list .product-item-info:hover .product-image-content .action.mgs-quickview {
  display: none;
}

.products.wrapper.list.products-list .product-item-info:hover .product-image-content a:after {
  display: none;
}

.products.wrapper.list.products-list .product-item-info .product-item-details .actions-link .action.tocart {
  width: 138px;
  height: 43px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Poppins';
  background: #EC7234;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  border: none;
  margin: 0;
  display: inline-block;
  line-height: 43px;
}

.products.wrapper.list.products-list .product-item-info .product-item-details .actions-link .action.tocart span.icon.pe-7s-shopbag {
  display: none;
}

.products.wrapper.list.products-list .product-item-info .product-item-details .actions-link .action.tocart:hover {
  background: #4D3529;
}

.products.wrapper.list.products-list .product-image-photo.img-thumbnail {
  border-radius: 20px 0 0 0;
}

.products.wrapper.list.products-list .product-item-details {
  padding-top: 20px;
}

.products.wrapper.list.products-list .product-item-info .product-item-details .product-item-description {
  display: none;
}

.products.list {
  display: flex;
  width: auto;
  vertical-align: top;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.sub_brands_logos_scrollbar {
  display: flex;
  flex-wrap: wrap;
  max-height: calc(100vh - 253px);
  overflow: auto;
}

.checkout-index-index div#shipping-new-address-form {
  display: flex;
  flex-wrap: wrap;
}

.checkout-index-index div#shipping-new-address-form .field._required {
  width: 100%;
}

.checkout-index-index div#shipping-new-address-form .field {
  width: 100%;
}

.checkout-index-index div#shipping-new-address-form [name="shippingAddress.country_id"] {
  order: 8;
}

.checkout-index-index div#shipping-new-address-form [name="shippingAddress.region_id"] {
  order: 6;
}

.checkout-index-index div#shipping-new-address-form [name="shippingAddress.region"] {
  order: 6;
}

.checkout-index-index div#shipping-new-address-form [name="shippingAddress.postcode"] {
  order: 7;
}
.checkout-index-index div#shipping-new-address-form [name="shippingAddress.city"] {
  order: 5;
}
.checkout-index-index div#shipping-new-address-form [name="shippingAddress.telephone"] {
  order: 9;
}

.checkout-index-index .table-checkout-shipping-method td.col.col-carrier {
  display: none;
}

.checkout-index-index .table-checkout-shipping-method th.col.col-carrier {
  display: none;
}

.checkout-index-index .table-checkout-shipping-method .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.checkout-index-index .table-checkout-shipping-method thead tr th,
.table-checkout-shipping-method tbody tr td {
  width: 33.33%;
}

.checkout-index-index .table-checkout-shipping-method thead tr th.col.col-price,
.checkout-index-index .table-checkout-shipping-method tbody tr td.col.col-price {
  order: 3;
}

.checkout-index-index .table-checkout-shipping-method thead tr th.col.col-method,
.checkout-index-index .table-checkout-shipping-method tbody tr td.col.col-method {
  order: 2;
}


/* new css added 10-29-2020 */

.account.ewayrecurring-account-index .order-products-toolbar .pages.list-inline {
  display: block !important;
}

.account.ewayrecurring-account-index .order-products-toolbar.toolbar .pages .pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}

.filter-options-content input#price-range-slider {
  display: none;
}


/* new css added 10-29-2020 */

.post-short-description ul li {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 28px;
  list-style: disc inside;
}

.brand-page-list .item .brand-name h4.brand-title a {
  word-break: break-word;
}

.account select,
.checkout-index-index select {
  border: 1px solid rgba(212, 211, 211, 0.8);
  box-sizing: border-box;
 
  height: 42px;
  background-position: 96% 50%;
  padding-left: 14px;
  padding-right: 50px;
}

button.action.primary.add {
  border: transparent;
  background: #EC7234;
  color: #fff;
  border-radius: 40px;
  padding: 10px 35px;
  font-weight: 600;
  line-height: 20px;
}

button.action.primary.add:hover,
button.action.primary.add:focus {
  color: #fff;
  background-color: #4d3529;
  border-color: #4d3529;
}

.opc-block-summary .table-totals tr th:after {
  content: ":";
  color: #000;
}

.top_categories .panel-block-row .view_more {
  margin: 19px 0 0 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.header .top-header-content .dropdown.dropdown-toplinks .dropdown-menu {
  min-width: 0px;
  left: auto;
  right: 0;
  position: absolute;
  top: 100%;
  visibility: visible;
  z-index: 999;
  display: none !important;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0;
  border: none;
  transform: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.header .top-header-content .dropdown.dropdown-toplinks:hover .dropdown-menu {
  visibility: visible;
  transform: initial;
  -webkit-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  transition: all 0.3s;
  display: block !important;
}



.tooltip-details {
  position: relative;
  display: inline-block;
  color: #EC7234;
  background: #fff;
  cursor: pointer;
}

.tooltip-details .tooltiptext-details:after,
.tooltip-details .tooltiptext-details:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip-details .tooltiptext-details:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 14px;
  margin-left: -34px;
}

.tooltip-details .tooltiptext-details:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #ccc;
  border-width: 16px;
  margin-left: -36px;
}

.tooltip-details .tooltiptext-details {
  visibility: hidden;
  width: 250px;
  background-color: #fff;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 10px 14px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
  border: #ccc solid 1px;
  box-shadow: #ccc 0px 0px 6px;
  transition: opacity 1s;
}

.tooltip-details:hover .tooltiptext-details {
  visibility: visible;
  opacity: 1;
}

div#attributenutritional_info .product.attribute.description,
div#attributefeeding_instructions .product.attribute.description {
  width: 100%;
  padding: 0;
}

.minicart-wrapper .block-content {
  padding: 0 20px 20px 20px;
}

span.irs.js-irs-0.irs-with-grid {
  margin-left: 10px;
  margin-right: 18px;
}

.checkout-cart-index #shopping-cart-table thead tr th.col.size,
.checkout-cart-index #shopping-cart-table tbody tr td.col.size {
  display: none;
}

#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item-photo img {
  max-width: 100%;
  max-height: 80px;
  margin: 0 auto;
  display: block;
}

#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item {
  border-bottom: transparent;
}

.product.media img.zoomImg {
  background: #fff;
}

.block.review-add .review-form h4 span {
  color: #000;
  font-weight: 600;
}

.block.review-add .review-form .field>.label,
.block.review-add .review-form .form-group>.label,
.field>label,
.block.review-add .review-form .form-group>label {
  font-weight: 600;
  color: #000;
  font-size: 14px;
}

.block.review-add .review-form .fieldset.review-fieldset .row .col-sm-6 {
  width: 60%;
  clear: both;
}

.block.review-add .review-form h4,
.block.review-add .review-form h6 {
  font-weight: 400;
  margin-bottom: 10px;
  width: 58%;
}

.block.review-add .review-form textarea#review_field {
  border-radius: 20px;
  resize: none;
}

.checkout-index-index .modal-popup .modal-inner-wrap {
  width: 100%;
  max-width: 600px;
}

.checkout-index-index .modal-popup .modal-inner-wrap .modal-header {
  min-height: unset;
  padding: 15px;
  border-bottom: none;
  margin: 0;
}

fieldset.field.street.admin__control-fields.required legend.label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.contact-index-index .contact-form-content ul.list-icon li {
  margin-bottom: 15px;
  min-height: 53px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact-index-index .contact-form-content ul.list-icon li a {
  margin-left: 0;
}

form#contact-form .input-text.form-control {
  border-radius: 20px;
}

.category-image.margin-bottom30.cat_122 {
  display: block;
}

.category-image.margin-bottom30 {
  display: none;
}

.form-control {
  display: block;
  width: 100%;
  /* height: 34px !important; */
  padding: 6px 12px !important;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #e6e6e6 !important;
  border-radius: 15px;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); */
  box-shadow: done !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.page-products.categorypath-pet-pharmacy.catalog-category-view .column.main {
  display: flex;
  flex-wrap: wrap;
}

.page-products.categorypath-pet-pharmacy.catalog-category-view .column.main .category-product-actions {
  order: 1;
  width: 100%;
}

.page-products.categorypath-pet-pharmacy.catalog-category-view .column.main .category-image.margin-bottom30.cat_122 {
  order: 2;
}

.page-products.categorypath-pet-pharmacy.catalog-category-view .column.main .products.wrapper {
  order: 3;
  width: 100%;
}

.page-products.categorypath-pet-pharmacy.catalog-category-view .column.main .bottom-pagination {
  order: 4;
  width: 100%;
}

.sales-order-view .page-title-wrapper .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.sales-order-view .page-title-wrapper .container span.page-header {
  padding: 0;
}

.sales-order-view .page-title-wrapper .container span.page-header.h1 {
  width: 100%;
}

.sales-order-view .page-title-wrapper .container span.order-status,
.sales-order-view .page-title-wrapper .container .order-date {
  padding: 0 20px 0 0;
}

form.wishlist.share textarea {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  resize: none;
}

#search_mini_form .mgs-instant-search-dropdown {
  z-index: 11;
}

.brand-categories-list-block {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}

.brand-categories-list-block .brand_cat_list {
  padding-bottom: 50px;
}

.brand-categories-list-block .brand_cat_list .brandimage-cate {
  min-height: 250px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.brand-categories-list-block .brand_cat_list a {
  max-height: 250px;
  display: block;
  width: 100%;
}

.brand-categories-list-block .brand_cat_list a img {
  max-height: 250px;
}

.brand-categories-list-block .brand_cat_list .products a {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.giftcard-info .stock {
  text-align: left;
  margin-top: 7px;
}

.giftcard-info .stock span {
  color: #55B945;
  font-size: 16px;
}

.product-gift-cart-test .modal-inner-wrap {
  background: #fff;
  height: 500px;
  overflow: auto;
}

.product-gift-cart-test .modal-inner-wrap a.logo img {
  height: auto;
  max-width: 132px;
}

.product-gift-cart-test .modal-inner-wrap td.header {
  position: static !important;
  text-align: center;
}

.product-gift-cart-test .modal-inner-wrap a.logo {
  margin: 0 0 20px;
  display: inline-block;
  vertical-align: top;
}

.product-gift-cart-test .modal-inner-wrap tr.email-intro td {
  text-align: center;
}

.product-gift-cart-test .modal-popup .action-close {
  top: 0px;
  right: 0px;
}

.product-gift-cart-test .modal-popup footer.modal-footer button {
     width: 100px;
    height: 34px;
    background: #EC7234;
    border: none;
    border-radius: 40px;
    color: #fff;
}

.product-gift-cart-test .modal-popup footer.modal-footer button:hover {
  background: #4D3529;
}

.giftcard-fieldset .price-box span {
  font-size: 18px;
}

.checkout-cart-index .cart-discount {
  display: inline-block;
  width: 50%;
}

.checkout-cart-index button.action.giftcards.primary {
  background: #ec7234;
  color: #fff;
  border: none;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 600;
  padding: 11px 35px;
  line-height: 18px;
  border-radius: 40px;
}

.checkout-cart-index button.action.giftcards.primary:hover {
  background: #4D3529;
}

.checkout-cart-index button.action.check-giftcard-status {
  background: #ec7234;
  color: #fff;
  border: none;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 600;
  padding: 11px 35px;
  line-height: 18px;
  border-radius: 40px;
}

.checkout-cart-index button.action.check-giftcard-status:hover {
  background: #4D3529;
}

.checkout-cart-index .block.discount strong#block-discount-heading {
  position: relative;
  padding: 20px 0;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}

.checkout-cart-index .block.discount strong#block-discount-heading:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  color: #000;
  margin-left: 10px;
  top: 2px;
  position: relative;
  font-size: 18px;
}

.checkout-cart-index .fieldset.giftcard {
  display: flex;
  align-items: center;
  width: 400px;
}

.checkout-cart-index .fieldset.giftcard .field {
  width: 100%;
}

.checkout-cart-index .fieldset.giftcard .actions-toolbar {
  margin: 17px 0 0 -130px;
}

.checkout-index-index .payment-option {
  display: inline-block;
  width: 60%;
}



.payment-option-title.field.choice {
  padding-left: 0;
}

.checkout-index-index form#mageworx-giftcards-form .actions-toolbar {
  display: flex;
  align-items: center;
  margin-top: 14px;
  flex-wrap: wrap;
}

.checkout-index-index form#mageworx-giftcards-form .actions-toolbar .primary button.action.action-apply {
  margin-right: 10px;
}

.checkout-index-index form#mageworx-giftcards-form .actions-toolbar .primary button.action.action-apply,
.checkout-index-index form#mageworx-giftcards-form .actions-toolbar .secondary button.action.action-check {
  background: #ec7234;
  color: #fff;
  border: none;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 600;
  padding: 11px 35px;
  line-height: 18px;
  border-radius: 40px;
  margin-bottom: 10px;
}

.checkout-index-index form#mageworx-giftcards-form .actions-toolbar .primary button.action.action-apply:hover,
.checkout-index-index form#mageworx-giftcards-form .actions-toolbar .secondary button.action.action-check:hover {
  background: #4D3529;
}

.checkout-index-index button.action.check-giftcard-status {
  background: #ec7234;
  color: #fff;
  border: none;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 600;
  padding: 11px 35px;
  line-height: 18px;
  border-radius: 40px;
}

.checkout-index-index button.action.check-giftcard-status:hover {
  background: #4D3529;
}

.checkout-index-index span#block-mageworx-giftcards-heading {
     position: relative;
    padding: 0 0 10px 0;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    margin: 20px 0 10px 0;
}

.checkout-index-index span#block-mageworx-giftcards-heading:after {
content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    margin-left: 10px;
    top: 7px;
    position: absolute;
    font-size: 18px;
    right: 15px;
}

.checkout-index-index .payment-option._active span#block-mageworx-giftcards-heading:after {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    color: #000;
    margin-left: 10px;
    top: 7px;
    position: absolute;
    font-size: 18px;
    right: 15px;
}

fieldset#giftcard-fieldset .field textarea {
	border-radius:20px !important;
	resize: none;
}

fieldset#giftcard-fieldset .field .calendar-icon {
	top: -36px;
}

.ui-datepicker {
    width: 300px;
}

.product-gift-cart-test .modal-inner-wrap {
	padding: 15px;
	width: 100%;
	max-width: 600px;
}

.product-gift-cart-test .modal-inner-wrap span.price {
    color: #000;
    margin-left: 5px;
}
.product-gift-cart-test .modal-inner-wrap td {
	font-size: 15px;
}
.product-gift-cart-test .modal-inner-wrap td.footer {
    background: transparent;
    margin: 10px 0 0 0;
    display: block;
    font-size: 20px;
	color: #000;
}
.product-gift-cart-test .modal-inner-wrap .modal-footer {
	text-align: center;
	    padding: 20px 0 5px;
}

.product-gift-cart-test .modal-inner-wrap .email-information a {
	color:#000;
}
.product-gift-cart-test .modal-inner-wrap .modal-title {
	text-align: center;
	font-size: 36px;
    line-height: 36px;
    color: #000;
	font-weight: 800;
}

.product-gift-cart-test .modal-popup .action-close {
    top: 7px;
    right: 7px;
}

.modal-popup._inner-scroll._show .modal-content {
    min-height: auto;
    height: unset;
    padding-bottom: 30px;
}

.modal-popup._inner-scroll._show .email-intro p {
   font-size: 18px;
}
.product-gift-cart-test .modal-popup .action-close:before {
   color: #ffffff !important;
}

.success-ajax--popup .mfp-iframe-holder .mfp-content {
	max-width: 600px !important;
	width:100% !important;
} 

.categorypath-gift-cards .product-info-main .product_brandname {display:none !important;}

.irs-slider {
	background: #eb6315 !important;
}
.irs-from, .irs-to, .irs-single {
	background: #070606 !important;
}
.irs-bar {
	background: #fbc7aa !important;
}
.product-detail-infomation-content.has-sticky-menu a.action.towishlist {   
	display:block;
}
.product-detail-infomation-content.has-sticky-menu .giftcard-info .stock {
	 text-align: left;
    color: #0aaf0f;
    margin-top: 15px;
    display: none;
}


div#vertical-thumbnail {
    display: block !important;
}

.catalog-product-view .owl-carousel .owl-dots {
	display:none;
}


/*h1.register-title {
	background:#EB6315;
	font-size:20px;
	line-height:24px;
	color:#fff;
	padding: 10px 20px;
    margin-bottom: 20px;
	text-align: center;
}*/
.partner-index-myaccount h1.register-title {
background: #fff;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 10px 0px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: left;
    border-bottom: #efefef solid 2px;

}
/*h2.register-title {
	background:#EB6315;
	font-size:18px;
	line-height:24px;
	color:#fff;
	padding: 10px 20px;
    margin-bottom: 20px;
	margin-top:30px;
	text-align: center;
}*/
.partner-index-myaccount h2.register-title {
background: #fff;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding: 10px 0px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: left;
    border-bottom: #efefef solid 2px;

}
.partner-sec li i.fa {
    padding-right: 10px;
}
.registeruser label {
	font-size: 15px;
    color: #5f5f5f;
	font-weight:500;
}
.registeruser input {
    color: rgba(7, 6, 6, 0.7);
    border: 1px solid rgba(212, 211, 211, 0.8);
    box-sizing: border-box;
    height: 42px;
	width: 100%;
	padding: 15px;
}
.registeruser input:focus {
	border:#000 solid 1px;
}

.form-group.register-using {
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0px;
}

.form-group.register-using a {
    color: #EC7234;
    font-size: 15px;
    font-weight: 400;
}

.administrator-register {
    text-align: center;   
}
.administrator-register label {    
    font-size: 15px;
    font-weight: 600;
	margin:10px 0;
}
.administrator-register label input {
    position: relative;
    top: 1px;
}
p.commission-text {
    line-height: 18px;
    font-size: 12px;
    color: #000;
    margin-bottom: 20px;
}
.markupcategores table.table thead tr th {
	background:#f3a780;
}
.markupcategores table.table tbody tr td {
	padding:12px;
}

.form-control.valueinput {
	border-radius: 0px !important;
    border: transparent !important;
    height: 24px;
    padding: 0px !important;
}
.control.registerselect select {
    background: url(../images/select_arrow.png) no-repeat;
	background-position: 95% 50%;
    padding-right: 51px !important;
    box-shadow: none;
	height: 42px;
}

.registersubmitbtn {
	margin-bottom:50px;
}
.btnclear {
  clear:both;
}

.owl-carousel .owl-nav > div:not(.disabled):hover {
    background-color: #EB6413;
    color: #fff;
    border-color: #EB6413;
}

.sub_category.horsecategories {
	width: 100% !important;
}

.sub_category.horsecategories .col-md-4{
	    width: 16.6%;
}


.sub_category.fullcategories {
	width: 100% !important;
}

.sub_category.fullcategories .col-md-4{
	width: 100%;
    height: 100%;
    max-width: 162.5px;
}

.account.ewayrapid-mycards-edit select#title {
 background: url(../images/select_arrow.png) no-repeat;
 background-position: 96% 50%; 
}
form#partner_regi_form .control {
    position: relative;
}
form#partner_regi_form .control div.mage-error {
	font-size: 11px;
	position: absolute;
	padding-top:0px;
}

.control.registerselect select:focus {
    border: #000 solid 1px !important;
}

.block.filter .block-content.filter-content .filter-options-item span.irs-max, 
.block.filter .block-content.filter-content .filter-options-item span.irs-min {    
	display:none;
}


/* partner admin css start here */
.partner-admin {
    display: block;
    background:none;  
    border-radius: 5px; 
	margin-top: 30px;
}

.partner-admin .block-title strong {
	font-size: 30px;
    line-height: 30px;
    padding: 20px 15px;
    display: block;
    color: #070606;
    font-family: 'Poppins';
    font-weight: 800;
}

.partner-sec li.active a {
    background: #4AB7C1;
    color: #FFF;
}
.partner-sec li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #5F6C72;
    min-height: 42px;
    padding: 10px 0 10px 17px;
    position: relative;
    transition: unset;
}


/* right side bar css  */


h1.admin-partner-title {	
	font-size: 48px;
    line-height: 60px;
    color: #070606;
    padding: 10px 0 0 0;
    margin-bottom: 0;
    text-align: left;
    font-family: 'Poppins';
    font-weight: 800;
}


.profile-block-title h3 {
    font-family: 'Poppins';
    font-weight: 800;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 33px;
    color: #070606;
	margin-bottom: 20px;
}

.adminprofileuser {
    display: flex;
    flex-wrap: wrap;
}
.adminprofileuser .col-lg-6 {
	margin-bottom:30px;
}


/* customer css  */
.partner-index-customers .sidebar.sidebar-additional {
	display:block;
}

.custom-table {
    width: 100%;
    overflow: auto;
	margin-top:20px;
}

.custom-table .table {
    border-collapse: separate;
}
.custom-table .table tr th {
    background: #F5F5F5;
    font-size: 16px;
    line-height: 22px;
    padding: 17px 7px 17px 26px;
    text-align: left;
    border: none !important;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: unset;
    color: #070606;
}
.custom-table .table tr td {
    border: none;
    border-bottom: 1px solid rgba(212, 211, 211, 0.8);
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 17px 7px 17px 26px;
    vertical-align: middle;
    
}

.custom-table .table tr th:last-child {
    border-radius: 0px 15px 0 0;
    border-right: 1px solid transparent !important;
}
.custom-table .table tr th:first-child {
    border-radius: 15px 0 0 0;
    border-left: 1px solid transparent !important;
}
.custom-table .table tr td:first-child {
    border-left: 1px solid rgba(212, 211, 211, 0.8);
}
.custom-table .table tr td:last-child {
    border-right: 1px solid rgba(212, 211, 211, 0.8);
}
.custom-table .table-order-items tbody tr td:first-child {
    padding-left: 26px;
}

.custom-table .table-order-items tbody tr td {
    text-align: left;
}


/* 11-26-2020 */

@media (max-width:767px) {
	
.checkout-index-index .checkout-container {
    z-index: inherit !important;
} 
aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content {    
    padding-bottom: 0;
}
aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .content.minicart-items {
     padding-bottom: 100px;
		
	}
	
aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide	.opc-block-summary {
    background-color: #f5f5f5;
    padding: 0px 30px 30px;
} 
	body._has-modal-custom:before {
		    z-index: 1 !important;
	}
	
   .opc-estimated-wrapper .minicart-wrapper {
	   margin:0 25px 0 0;
   }	
   
   .opc-estimated-wrapper .estimated-block .estimated-price {
       color: #000;
	}
	.opc-estimated-wrapper .minicart-wrapper button.action.showcart > .counter.qty {
	        height: 30px;
    min-height: auto;
    min-width: auto;
    width: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
	background:#000;
	    margin: 6px 0 0;
	}
	
	.opc-estimated-wrapper .minicart-wrapper .action.showcart>.counter.qty .counter-number  {
		line-height: 30px;
	}
	
  .brand-page-list .item .brand-name h4.brand-title {
    font-size: 16px;
  }
  .checkout-index-index .opc-estimated-wrapper {
    display: block !important;
  }
  .table-checkout-shipping-method thead {
    display: block;
  }
  .checkout-index-index .table-checkout-shipping-method thead tr th {
    padding: 10px 10px 10px;
    font-size: 15px;
    line-height: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .checkout-index-index .table-checkout-shipping-method tbody tr td {
    padding: 10px 0 10px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .register-partner .container{
	padding:0px;
}



}

.brand-brand-view .page-title-wrapper .page-header {
  font-size: 32px;
}



/*2020-12-03*/
.dateControlBlock { float: right; position: relative; margin: 0 0 -50px;}
.dateControlBlock input{ width: 150px; border-radius: 20px 0 0 20px; border-right: none; vertical-align: top;}
.dateControlBlock .ui-datepicker-trigger img{ display: none; }
.dateControlBlock .ui-datepicker-trigger{ width: 42px; height: 42px; border-radius: 0 20px 20px 0; background-color: #fff;
    margin: 0 0 0;}

div#commentTable_filter { float: left; width: 100%; margin: 0 0 20px;}
div#commentTable_filter input[type="text"] { width: 200px;}
div#commentTable_length select { display: inline-block; width: 90px; background-position: 88% center; margin: 0 5px;}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year{ color:#000;}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month{ color:#000;}
.customer_data_table{ display: inline-block; width: 100%; vertical-align: top; margin:0 0 40px;}
.customer_data_table table tr th{ background: #F5F5F5; font-size: 16px; line-height: 22px; padding: 17px 7px 17px 26px;
    text-align: left; border: none !important; font-family: 'Poppins'; font-weight: 700; text-transform: unset;
color: #070606;}
.customer_data_table table { border-collapse: separate; border: none;}
.customer_data_table table tr th:first-child{ border-radius: 15px 0 0 0; border-left: 1px solid transparent;}
.customer_data_table table tr th:last-child { border-radius: 0px 15px 0 0; border-right: 1px solid transparent; padding-left: 0;}
.customer_data_table table tr td { border: none; border-bottom: 1px solid rgba(212, 211, 211, 0.8);
    text-align: left; font-size: 16px; line-height: 24px; padding: 17px 7px 17px 26px; vertical-align: middle; }
.customer_data_table table tr td:first-child { border-left: 1px solid rgba(212, 211, 211, 0.8);}
.customer_data_table table tr td:last-child { border-right: 1px solid rgba(212, 211, 211, 0.8); padding-left: 0;}
.customer_data_table div#commentTable_length { display: none;}
.dateControlBlock .ui-datepicker-trigger:hover {  background: #000;}
div#baseDateControl { margin: 50px 0 0;}
div#commentTable_info { display: none;}
.partner-index-sales .minicart-wrapper .mage-dropdown-dialog { display: none !important;}
.partner-index-customers .minicart-wrapper .mage-dropdown-dialog { display: none !important;}



.top-header-content #discount-coupon-form .actions-toolbar .btn {
	height: 38px;
	font-weight: normal;
    font-size: 20px;
}
.top-header-content #discount-coupon-form input {height: 38px; padding-right: 100px;}



.top-header-content .referral_by {
    color: #fff;
    margin-top: 12px;
    display: flex;
}

.top-header-content .referral_by span {
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.top-header-content .referral_by span strong {
    word-break: break-word;
    white-space: normal;
    line-height: 17px;
    font-size: 14px;
    padding-left: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 34px;    
    width: 95px;
}





.btn-primary.report-btn {
  float: right;
}

.btn-primary.filter-btn {
  float: left;
}

input#order_sdate, input#order_edate {
    padding: 0 10px;
    height: 42px;
    font-size: 13px;
    width: 40%;
}

.partner-index-customers div#commentTable_filter input {
  height: 42px;  
}

.Sales-date {
  padding-top:20px;
  padding-bottom:20px;
} 


.partner-index-export .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
    display: none !important;
}

.sale-date-block .date {
  margin-right: 5px;
}
.sale-date-block .to {
  margin: 0 5px;
}


.form-main {
  display: flex;
}
.sale-date-block {
     
    width: 397px; 
    margin-right: 10px;
}



.dateControlBlock {
    /* float: right; */
    position: relative;
    /* margin: 0 0 -50px; */
    display: flex;
    align-items: center;
}

.customer-account-create .page-title-wrapper .page-header {	
	margin: 0 0 0px;
}
.checkout-index-index .modal-popup.modal-slide .modal-footer button {
	background: #EC7234;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    padding: 13px;
    margin: 0px;
    border: none;
    line-height: 15px;
    text-transform: uppercase;
}

.checkout-index-index .modal-popup.modal-slide .modal-footer button:hover {
	background: #4D3529;
}




.order-details-items .table-wrapper tfoot tr.grand_total th strong, 
.order-details-items .table-wrapper tfoot tr.grand_total td strong {
	color:#EC7234

}


h1.register-title {
    background: #073A54;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Poppins';
}
h2.register-title {
    background: #073A54;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}
@media (max-width:1024px) {

  .btn-primary.report-btn {
    float: right;
    font-size: 12px;
    padding: 0 15px;
}

}

@media (max-width:991px) {

  .btn-primary.report-btn {
    float: right;
    font-size: 12px;
}

}

.blog-post-list .partner-admin, .blog-post-view .partner-admin, .blog-index-index .partner-admin {
    display: none;
}

.partners_totals {
    float: right;
    width: 250px;
    margin: 20px 0 0;
    border: 1px solid rgba(212, 211, 211, 0.8);
    text-align: center;
    border-bottom: none;
}
.partners_totals h1 {
    font-size: 25px;
    border-bottom: 1px solid rgba(212, 211, 211, 0.8);
	padding: 6px;
}
.partners_totals p {
    padding: 0;
    display: table;
    width: 100%;
    vertical-align: top;
    text-align: left;
    table-layout: fixed;
}
.partners_totals p b {
    display: table-cell;
    border-bottom: 1px solid rgba(212, 211, 211, 0.8);
    padding: 6px 10px;
}
.partners_totals p span {
    display: table-cell;
    border-left: 1px solid rgba(212, 211, 211, 0.8);
    border-bottom: 1px solid rgba(212, 211, 211, 0.8);
    padding: 6px 10px;
}
.partner-index-export .toolbar .pages {
    display: block;
}

input#record_sdate, input#record_edate {
    padding: 0 10px;
    height: 42px;
    font-size: 13px;
    width: 40%;
}

.partner-index-customers div#commentTable_filter input {
  height: 42px;  
}

.Sales-date {
  padding-top:20px;
  padding-bottom:20px;
} 

.partner-index-sales .toolbar .pages,.partner-index-customers .toolbar .pages {
    display: block;
}

.form-wishlist-items .actions-toolbar button.action.delete {
    display: none;
}
.view_all_categories {
    display: none !important;
}

@media(max-width:767px){
	

#discount-coupon-form .actions-toolbar .btn {
	width: 60px;
}
.top-header-content #discount-coupon-form input { 
    padding-right: 67px;
}
/*.top-header-content .top-custom-link {
    min-width: auto;   
    width: 100%;
}*/
#discount-coupon-form input {
	padding:0 100px 0 8px;
	
}
.top-header-content .top_contact_header {
	display:none;
}

fieldset.fieldset.create.account .field.password {
    width: 100%;   
    padding-right: 0%;
}
fieldset.fieldset.create.account .field.confirmation {
    width: 100%; 
    padding-left: 0%;
}
.top-header-content #discount-coupon-form .actions-toolbar .btn {
	font-size: 13px;
}

.block-content .minicart-items .product-item .details-qty.qty .update-cart-item {
	margin-top: 10px;
}

.block.review-add .review-form h4, .block.review-add .review-form h6 {   
    width: 100%;
}

.block.review-add .review-form .fieldset.review-fieldset .row .col-sm-6 {
    width: 100%;   
}


.account-nav .nav>li {
   margin-bottom: 5px;
}


.partner-index-dashboard #maincontent .row, .partner-index-customers #maincontent .row, .partner-index-sales #maincontent .row, .partner-index-myaccount #maincontent .row {
    display: flex;
    flex-wrap: wrap;
}
.partner-index-dashboard #maincontent .row .column.main,.partner-index-customers #maincontent .row .column.main,.partner-index-sales #maincontent .row .column.main,.partner-index-myaccount #maincontent .row .column.main {
    order: 2;  
}
.partner-index-dashboard #maincontent .row .sidebar,.partner-index-customers #maincontent .row .sidebar,.partner-index-sales #maincontent .row .sidebar,.partner-index-myaccount #maincontent .row .sidebar {
    order: 1;
    margin-bottom: 10px;	
}
.partner-admin .block-title strong {
	padding:0px 0px 15px 0px;
}
.data_table_auto_scroll{
	overflow: auto;
}
.data_table_auto_scroll table{
	width: 700px;
}
.Sales-date .col-md-8 {
    margin-bottom: 15px;
}

.message.info.empty {
    padding: 0 15px;
}
.mageworx-giftcards-account-cardlist .page-title-wrapper, 
.customer-account-index .page-title-wrapper{    
    padding: 70px 0 0 0;
}

form#partner_regi_form .col-lg-12 {
    width: 100%;
}
.terms_bg {
   padding-bottom: 50px;
}


.top-header-content .referral_by span strong {    
    line-height: 15px;
    font-size: 12px;    
    height: 32px;   
    width: 95px;
}


}


@media(max-width:760px){
	
	
.partner-index-customers .Sales-date .col-md-8, 
.partner-index-sales .Sales-date .col-md-8 {
    margin-bottom: 15px;
    width: 100%;
}

.partner-index-customers .dateControlBlock, 
.partner-index-sales .dateControlBlock {
    width: 100%;
    display: block;
    float: left;
    align-items: inherit;
    margin: 0px;
}

.partner-index-customers .sale-date-block, 
.partner-index-sales .sale-date-block {
    width: 100%;
    margin-right: 0px;
}
.partner-index-customers .sale-date-block .date, 
.partner-index-sales .sale-date-block .date {
    margin-right: 5px;
	display: block;
    width: 100%;
	margin-bottom: 10px;
}
.partner-index-customers .form-main, 
.partner-index-sales .form-main {
    display: inherit;
}
.partner-index-customers input#record_sdate, .partner-index-customers input#record_edate,
.partner-index-sales input#record_sdate, .partner-index-sales input#record_edate{
    padding: 0 10px;
    height: 42px;
    font-size: 11px;
    width: calc(50% - 56px);
}
.partner-index-customers .dateControlBlock .ui-datepicker-trigger,
.partner-index-sales .dateControlBlock .ui-datepicker-trigger{
    width: 38px;
}
.partner-index-customers .Sales-date .btn-primary.filter-btn,
.partner-index-sales .Sales-date .btn-primary.filter-btn{
    float: left;
    margin-top: 10px;
	font-size: 14px;
    padding: 0 20px;
}
.partner-index-customers .Sales-date .col-sm-4.col-md-4,
.partner-index-sales .Sales-date .col-sm-4.col-md-4{
    width: 100%;
	margin-top: -55px;
}

.partner-index-customers #maincontent h2,
.partner-index-sales #maincontent h2{
    font-size: 24px;
}
.partner-index-customers .btn-primary.report-btn,
.partner-index-sales .btn-primary.report-btn{   
    font-size: 13px;
}





.customer_data_table table tr th, 
.customer_data_table table tr td {
	font-size: 14px;
}



}



@media(max-width:500px){
	.Sales-date .dateControlBlock {
		flex-wrap: wrap; margin: 0px;
	}
	.Sales-date .form-main {display: flex; flex-wrap: wrap;}
}

@media(max-width:414px){
	
.top-header-content #discount-coupon-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:10px
}
.top-header-content #discount-coupon-form input::-moz-placeholder { /* Firefox 19+ */
  font-size:10px
}
.top-header-content #discount-coupon-form input:-ms-input-placeholder { /* IE 10+ */
  font-size:10px
}
.top-header-content #discount-coupon-form input:-moz-placeholder { /* Firefox 18- */
  font-size:10px
}
.top-header-content #discount-coupon-form .actions-toolbar .btn {
	font-size: 13px;
}

.top-header-content .referral_by span {
  flex-wrap: wrap;
}
.top-header-content .referral_by {
	font-size: 13px;  
  padding-right: 64px;
}

.top-header-content .referral_by strong {
    width: 100%;
    display: block;
    line-height: 15px;
}
.header .dropdown-toplinks .dropdown-toggle img:first-child {   
    width: 11px;
}
.header .dropdown-toplinks .dropdown-toggle {
	font-size: 11px;
}

.top-header-content .sign-in-header {
    padding-left: 0px;
}

}
@media(max-width:414px){
.partner-index-customers input#record_sdate, .partner-index-customers input#record_edate,
.partner-index-sales input#record_sdate, .partner-index-sales input#record_edate{
    padding: 0 5px 0px 10px;    
}

 
form#partner_regi_form .col-lg-4, 
form#partner_regi_form .col-lg-8, 
form#partner_regi_form .col-lg-6 {
    width: 100%;
}

.fieldset.password>.field.password.new {
    padding-left: 0;
    padding-right: 0;
}

}
	
.account .order-details-items .table-wrapper tfoot tr.totals-tax th:first-child{
	text-align: right;	
}
.account .order-details-items .table-wrapper tfoot tr.totals-tax td.amount {
    text-align: center;
}
.account .order-details-items .table-wrapper tfoot tr.grand_total_incl th strong {
    font-size: 20px;
}
.account .order-details-items .table-wrapper tfoot tr.grand_total_incl td.amount strong {
    font-size: 20px;
}

.sales-order-invoice .page-title-wrapper .container span.order-status, .sales-order-invoice .page-title-wrapper .container .order-date {
    padding: 0 20px 0 0;
}
.sales-order-invoice .page-title-wrapper .container span.page-header.h1 {
    width: 100%;
    padding: 0;
}
.sales-order-invoice .page-title-wrapper .container { 
 display: flex; 
 flex-wrap: wrap; 
 align-items: center;
 justify-content: flex-end;
}

.order-products-toolbar.toolbar.bottom .pager .pages {
    display: block !important;
}
.order-products-toolbar.toolbar.bottom .pager .pages .pagination{
	    margin-bottom: 35px;
}
.sales-order-view .block.block-order-details-view_custom {
    display: none;
}

.sales-order-invoice .block.block-order-details-view_custom {
    display: none;
}
.sales-order-view .actions a.action.print,.sales-order-invoice .actions a.action.print {
    display: none;
}
.cms-index-index .product-label.new-label,.product-label.new-label,.cms-home .products-grid .product-item-info .product-top:hover .product-label{
	display: none;
}
.checkout-index-index .shipping-address-items .action:hover{
	background-color:#EC7234;
	border-color:#EC7234;	
}
.minicart-items .product-item .details-qty.qty .update-cart-item {
    display: inline-block !important;
	
}
.checkout-cart-index .loading-mask {
    display: none !important;
}
.checkout-cart-index .shopping-cart-bottom .cart-totals .table.totals tbody tr th .label {
    display: none;
}
.opc-block-summary .table-totals tr.totals.shipping.excl .label {
    display: none;
}

form#search_mini_form button { height: 38px; font-weight: normal; text-transform: capitalize; line-height: 35px;}
.header .top-header-content .top-middle-header .form-search { position: relative;
    display: inline-block;vertical-align: top;
}

.header .top-middle-header form#search_mini_form input{
	width: 100%;
    margin: 0; border-radius: 3px;
}
.header .top-header-content .top-middle-header button.search-close .pe-7s-close:before{
	font-size: 35px; vertical-align: top;
}
.header .top-header-content .top-middle-header button.search-close:hover{
	transform: unset; -webkit-transform: unset; 
}
.header .top-header-content .top-middle-header button.search-close{
	height: unset; right: 0; margin: 4px 11px 4px 10px; font-size: 20px;
}

.header .top-header-content .top-middle-header #search_mini_form.loading:after{
	top: 3px;
    right: 30px;
}
.top-middle-header #search_mini_form .mgs-instant-search-dropdown {left: 0; right: 0; margin: 0px; top: 47px;}

#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .product-items .product-item{
		width: 100%;
	}
.mgs-instant-autocomplete-wrapper .no-result{
	padding: 10px 0; background: #f5f5f5;text-align: center;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper{
	padding: 0px;
}
.minicart-wrapper.active:after {
    z-index: 11111;
}
.minicart-wrapper .block-minicart {
 z-index: 22222;
}
.modal-popup._show {
    z-index: 9999999 !important;
}

.cms-partner-terms-conditions section#maincontent {
    max-width: 1170px;
}
.cms-partner-terms-conditions .column.main h2 {
	margin-bottom:20px;
}
.cms-partner-terms-conditions .column.main {
	padding-bottom:50px;
}
.cms-partner-terms-conditions .column.main ul {
	padding:0 0 20px 20px;
}
.cms-partner-terms-conditions .column.main ul li {
	list-style: disc;
}
.cms-partner-terms-conditions .column.main ol.lower-alpha {
    list-style: lower-alpha;
	margin: 0 0 20px 17px;
}
.cms-partner-terms-conditions .column.main ol.upper-alpha {
    list-style: upper-alpha;
	margin: 0 0 20px 17px;
}
.cms-partner-terms-conditions .column.main ol.lower-roman {
	list-style: lower-roman;
	margin: 0 0 20px 17px;
}
.cms-partner-terms-conditions .column.main h3 {
	margin-bottom:10px;
}
.cms-partner-terms-conditions .column.main p {
	margin-bottom:15px;
}
table.categories-table {
	width:100%;
}
table.categories-table tr th {
    background: #eb650d;
	border:#ccc solid 1px;
    padding: 10px;
    color: #fff;
}
table.categories-table tr td {
	border:#ccc solid 1px;
	padding:10px; 
}
.instantsearch-result-index .products .product-item-info {
  position: relative;
}



.products.wrapper {
	display: inline-block; vertical-align: top; width: 100%; 
}

/*03-04-2021 komal singh kushwah*/
/*.catalog-product-view .price_info .price_info_list:nth-child(2) {
  margin-left: 0px;
}
.catalog-product-view .price_info .price_info_list.auto_delivery {
    display: none;
}
.catalog-product-view .product-info-main .product-add-form fieldset.fieldset {
  display: none;
}*/
.catalog-product-view .price_info .price_info_list:nth-child(2) {
  margin-left: 20px;
}
/*.checkout-cart-index #shopping-cart-table tbody tr td.frequency select#billingcycle {
  display: none;
}*/

/*03-04-2021 komal singh kushwah*/

.top-custom-link .block.discount .action.btn.btn-primary.delete:before {
 display: none !important;
}
.price_info .rrpprice {
    text-decoration: line-through;
    color: #EC7234;
    font-weight: 500;
    font-size: 20px;
}
.default_price .rrpprice {
    text-decoration: line-through;
    color: #EC7234;
    font-weight: 500;
    font-size: 16px;
	display: inline-block;
    vertical-align: top;
    margin: 1px 0 0 5px;
}
#payment_form_ewayrapid{
    display:none;
}
li#ewayrapid_transparent_card {
    display: none;
}
/*.catalog-category-view .default_price .rrpprice{
 display: none !important;
}*/
.catalog-category-view .product-label.sale-label{
 display: none !important;
}
.brand-brand-view .default_price .rrpprice{
	display: none !important;
}
.product-label.sale-label{
 display: none !important;
}
.field.name.required.subscription_period_pro {
    display: none !important;
}

.datepick .ui-datepicker-trigger {
        position: absolute;
        right: 10px;
        top: 8px;
}
.control.datepick {
    position: relative;
}
/*.catalog-product-view .product-info-main .default_price{ display: none}*/
.product.alert.stock a.alert { padding: 0; text-decoration: underline;}
.product.alert.stock { padding: 0; margin: 0;}
.slide-text a.banner-one-image { margin-left: 120px;}
.referral_partner_info p { display: inline-block;}
.referral_partner h3 { margin: 0 0 15px;}
.referral_partner { margin: 0 0 30px;}
div.search-autocomplete{max-height: 245px; overflow: auto;}

@media(min-width:1500px){
  .slide-text a.banner-four-image{ margin:70px 0 0;}
}

@media(min-width:1700px){
  .slide-text a.banner-one-image{ margin-top: 70px;}
  .slide-text a.banner-two-image{ margin-top: 70px;}
  .slide-text a.banner-four-image { margin: 90px 0 0;}
}

@media(min-width:2000px){
  .slide-text a.banner-one-image{ margin-top: 100px;}
  .slide-text a.banner-two-image{ margin-top: 100px;}
  .slide-text a.banner-four-image {margin: 120px 0 0;}
}

@media(min-width:2700px){
  .slide-text a.banner-one-image{ margin-top: 160px;}
  .slide-text a.banner-two-image{ margin-top: 140px;}
  .slide-text a.banner-three-image{ margin-top: 90px;}
  .slide-text a.banner-four-image { margin: 180px 0 0;}
}

@media(min-width:4000px){
  .slide-text a.banner-one-image { margin-top: 250px;}
  .slide-text a.banner-two-image{ margin-top: 230px;}
  .slide-text a.banner-four-image { margin: 330px 0 0;}
}

@media(max-width:396px){
  .top-header-content .referral_by span strong {
      width: 113px;
      padding-left: 0px;
      line-height: 12px;
      font-size: 10px;
      height: 24px;
  }
  .top-header-content .top-custom-link {
      min-width: 188px;    
  }
}
.category-gift-cards .default_price .rrpprice{
	    display: none;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code._active {
    display: none !important;
}
.checkout-index-index .payment-option.discount-code {
    display: none !important;
}
.catalog-product-view select#billingcycle,.catalog-product-view label#billingcycle_lable {
	display: none;
}

.checkout-index-index div#shipping-new-address-form [name="shippingAddress.postcode"] label:after{
    color: #ff0000;
    content: "*";
    font-size: 13px;
    margin: 0 0 0 3px;
}
.checkout-index-index div#shipping-new-address-form .choice {
    display: none;
}

.partner_panel_tab ul { display: flex; flex-wrap: wrap; margin:30px -5px; justify-content: center;}
.partner_panel_tab ul li a { display: block; background: #fff; padding: 6px 10px; border: 1px solid rgba(212, 211, 211, 0.8); border-radius: 5px; margin: 0 5px;}
.partner_panel_tab ul li{ margin:0 0px 10px; padding: 0px;}
.partner_panel_tab ul li.active a { background: #EC7234; color: #fff;  border-color: #EC7234; }
.partner_panel_tab ul li:first-child { margin-left: 0;}
.partner_panel_tab ul li:last-child { margin-right: 0;}  
#ewayrapid_checkout_paypal{
	display:none;
}

label[for="ewayrapid_checkout_paypal"] {
    display: none;
}

div.field[name="shippingAddress.street.1"] {
    display: none;
}
.checkout-index-index .control div.field-error {
    color: red;
}
.referral_partner_content{ width: calc(100% - 155px); display: inline-block; vertical-align: top;
  padding: 0 0 0 20px; } 
.referral_partner_img { width: 150px; display: inline-block;  vertical-align: top;}
fieldset.fieldset.create.account .field.password .control .fa {
    position: absolute;
    right: 15px;
    top: 13px;
    font-weight: 700;
}
fieldset.fieldset.create.account .field.password .control input{
	padding-right: 40px;
}
fieldset.fieldset.create.account .field.password .control{
	position: relative;
}
fieldset.fieldset.create.account .field.confirmation .control{
	position: relative;
}
fieldset.fieldset.create.account .field.confirmation .control .fa {
    position: absolute;
    right: 15px;
    top: 13px;
    font-weight: 700;
}
fieldset.fieldset.create.account .field.confirmation .control input{
	padding-right: 40px;
}
.login .password .control {
    position: relative;
}
.login .password .control input{
	padding-right: 40px;
}
.login .password .control .fa {
    position: absolute;
    right: 15px;
    top: 13px;
    font-weight: 700;
}

.block-new-customer .block-content{ margin: 0 0 20px;}
.block-new-customer > .block-content > p {font-weight: 700; margin: 15px 0 0;
   vertical-align: top;}
.block-new-customer > .block-content ul li {
    list-style: disc;
    margin: 0px 25px;
    padding: 0;
}
.block-new-customer .actions-toolbar{ text-align: center;}
.block-new-customer .actions-toolbar a{height: 40px; font-weight: 600; padding: 0;
    line-height: 36px; color: #fff; border: 2px solid #222; background-color: #222;
    margin-bottom: 10px; width: 200px; text-align: center;}
.block-new-customer .actions-toolbar a.action.primary {
    margin: 0px;
}
aside.modal-popup.popup-authentication {
    overflow: auto;
}
.popup-authentication .modal-inner-wrap {
    max-width: 350px;
}
.popup-authentication .block-customer-login .actions-toolbar{ text-align: center;    padding-top: 16px;}  
.popup-authentication.modal-popup .action-close{    right: -13px;
    top: -13px;
    z-index: 10;
    float: right;
    position: relative;}
.popup-authentication.modal-popup .modal-inner-wrap{position: static; transform: unset;
margin-bottom: 20px; margin-top: 20px;
}
.popup-authentication .modal-header{ margin: 0px;}

.product.media .gallery-vertical .item-image .popup-youtube {
    display: inline-block !important;
    position: relative;
    margin-top: -79%;
    margin-left: 23%;
}

#subscriptions-orders-table .col.order a {
    font-weight: 500;
}
#subscriptions-orders-table .stripe-subscriptions .subscription-name {
    font-weight: 500;
}
.stripe-subscriptions div.billed{
	    color: #0e0d0d !important;
}
#subscriptions-orders-table  td.col.actions a {
    color: #db1d1d;
}
.sidebar-main .sidebar-additional .block.block-wishlist {
    display: none;
}
.field-recaptcha{
	display: inline-block;
	margin-left: 26px;
}


.ofs_text span {
	font-weight: 600;
	font-size: 14px;
	color: #152c14c2;
}
.outofstock .tocart {
	padding: 4px 10px 4px 10px;
	background-color: #EC7234;
	border-radius: 6px;
	border: none;
	color: white;
}
.outofstock-modal-dialog {
	width: 600px;
	margin: 30px auto;
}
.outofstock-modal-dialog .action-close{
	right: -6px;
	top: 23px;
}
.outofstock-modal-dialog .modal-content{
	background-color: #fd8447d9;
}
.outofstock-modal-dialog .field.note{
	margin-top: 6px;
	font-style: normal;
	font-weight: 500;
	color: #fff;

}
.outofstock-modal-dialog .submit.primary {
	padding: 3px 10px 3px 10px;
	color: #fff;
	background-color: #342d2bde;
	border: none;
	border-radius: 5px;
	margin-left: 40%;
}
.outofstock-modal-dialog form .form-group label{
	color: #ebebeb;
}
.outofstock-modal-dialog .text-center {
	color: #fff;
}
.widget.block.block-static-block .promo_bar {
  background-color: #000;
  color: #fff;
  height: 60px;
}
.promo_bar{
  padding-top: 10px;
}
.promo_bar span.promo_text {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins';
}
button.header_promo_button {
  background: #EBC80C;
  padding: 0px 24px 0px 24px;
  color: black;
  font-size: 16px;
  border-radius: 5px;
  height: 38px;
  width: 165px;
}
#discount-coupon-form  .actions-toolbar .primary{
  padding: 13px;
}
.banner_section {
  margin-top: 54px;
}
.banner_section .banner-block-row {
  padding-bottom: 15px;
  padding-right: 0px;
}
.shipping_process .info-section:hover{
  background-color: #4AB7C1;
}
.add-to-cart-block{
  width: 100%;
    display: flex;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 14px 5px 16px 0px;
}
.login-popup{
  margin: auto;
  width: 45%;
  border: 1px solid #E4E7E9;
  border-radius: 4px;
  box-shadow: 1px 3px 4px 5px #E4E7E9;
  margin-bottom: 7%;
}
.login-tab{
  text-align: center;
  padding: 10px 0px 10px 0px;
}
a.login_title {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 600;
}
.login-popup .row{
  border-bottom: 1px solid #E4E7E9;
  margin-right: 0px;
    margin-left: 0px;
}
.login-popup input{
  border-radius: 0px;
}
.login-popup .block-content{
  padding: 25px;
}
.login-tab.active{
  border-bottom: 2px solid #4AB7C1;
}
.login-popup .password-label{
  padding: 0px;
}
.login-popup .forgotpassword-label{
  padding: 0px;
  text-align: end;
}
.forgotpassword-label .remind {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  color: #4AB7C1;
}
.login-popup .actions-toolbar .btn{
  width: 100%;
  background: #4AB7C1;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins';
  text-transform: uppercase;
}

.login-container .block-new-customer {
  display: none;
}
.form-create-account .fieldset + .fieldset{
  margin-top: 0px;
}
.form-create-account .fieldset.info {
  padding: 10px;
}
.form-create-account .fieldset.account{
  padding: 26px 
}
.form-create-account .actions-toolbar{
  padding-bottom: 23px;
}
.customer-account-create .page-header{
  display: none;
}
.forget-password-form {
  padding: 25px;
}
.forget-password-form h2{
    font-size: 20px;
    font-family: 'Poppins';
    text-align: center;
    font-weight: 600;
    color: #191C1F;
    padding-bottom: 12px;
}
.forget-password-form .note{
  text-align: center;
    padding-bottom: 10px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 20px;
}

.forget-password-form .account-info {
  margin-top: 30px;
  font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
}
.customer-account-forgotpassword .page-header{
  display: none;
}
.forget-password-form .customer-info {
  margin-top: 21px;
  font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
}
.account-info .link a{
  color:#4AB7C1;
} 
.form-password_forget--reset {
  padding: 25px;
}
h2.reset-password-title {
  text-align: center;
  font-size: 20px;
  font-family: 'Poppins';
  line-height: 28px;
  margin-bottom: 17px;
}
.customer-account-createpassword .page-header {
  display: none;
}
div#account-nav {
  border: 1px solid #E4E7E9;
  box-shadow: 1px 1px 5px 5px #E4E7E9;
}
.accblock {
  border: 1px solid #E4E7E9;
  padding: 14px;
  min-height: 250px;
  margin-left: 15px;
}
.account-info .box-title h4, .billing-info .box-title h4{
  border-bottom: 1px solid #E4E7E9;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 9px;
}
.row.usericon {
  padding: 14px 0px 14px 0px;
}
.usericon h5 {
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 600;
}
.usericon p {
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 400;
}
.userinfo p {
  font-family: 'Poppins';
  font-size: 13px;
}
.userbutton a {
  padding: 10px;
  background: #fff;
  color: #4AB7C1;
  border: 2px solid #D5EDFD;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Poppins';
}
.row.userbutton {
  margin-top: 24px;
}
.billing-info .userinfo {
  padding-top: 17px;
  min-height: 70px;
}
.userinfo h6 {
  font-size: 13px;
  font-family: 'Poppins';
}
.order-info{
  min-height: 250px;
  margin-left: 15px;
}
.row.box-img.total-order {
  background: #EAF6FE;
  margin-bottom: 10px;
  padding: 10px 0px 10px 0px;
}
.row.box-img.pending-order {
  background: #FFF3EB;
  margin-bottom: 10px;
  padding: 11px 0px 11px 0px;
}
.row.box-img.complate-order {
  background: #EAF7E9;
  margin-bottom: 10px;
  padding: 11px 0px 11px 0px;
}
.order-info h5 {
  font-size: 19px;
  font-family: 'Poppins';
  font-weight: 600;
}
.order-info p {
  font-size: 13px;
  font-family: 'Poppins';
}
.order-info .box-img .col-lg-4{
  padding-right: 1px;
  padding-left: 5px
}
.order-info .box-img .col-lg-8{
  padding-right: 7px;
padding-left: 13px;
}
.block-dashboard-orders .block-title a.action.view {
  float: right;
  padding-right: 10%;
}
.block-dashboard-orders .block-title strong{
  padding-left: 2%;
}
.orders-history .table-caption{
  font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0px 0px 10px;
}
.table-wrapper.orders-history{
  border: 1px solid #cbced0;
}

.order-products-toolbar .item.current{
   width: 40px;
    height: 40px;
    background: #4AB7C1;
    border-radius: 20px;
    color: #fff;
}
.customer-address-index .accblock {
  border: 1px solid #E4E7E9;
  padding: 14px;
  min-height: 213px;
  margin-left: 0px;
  margin-right: 28px;
}
.box-address-billing .box-content strong{
  font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins';
}
.box-address-billing .box-content {
  margin-top: 18px;
}
.block-addresses-list, .block-addresses-list .row{
  margin-top: 5%;
}
.box-address-billing .userbutton{
  margin-top: 23px;
}
.block-addresses-list .block-title{
  padding-bottom: 17px;
}
.table-additional-addresses-items{
  border-bottom: 1px solid #d0cccc;
}
.header:not(.header6):not(.header7) .navigation .nav-main-menu li.mega-menu-fullwidth > ul.dropdown-menu ul li > a{
  padding: 1px 0 5px;
  border-bottom: none;
}
ul.dropdown-menu .mega-menu-sub-title{
  font-size: 16px !important;
    font-family: 'Poppins';
}
.product-label.sold-out-label {
  left: 5px;
  background-color: #191C1F;
}
.best_selling_products .product-item-info .col-xs-4, .best_selling_products .product-item-info .col-sm-4, .best_selling_products .product-item-info .col-md-4, .best_selling_products .product-item-info .col-lg-4{
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 9px;
}
.panel-block-row.col-md-12.blogs-title {
  text-align: center;
  margin-top: 10px;
  text-transform: capitalize;
}
.post-info span.post-time-time {
  display: none;
}
.form-edit-account img.profile-image {
    width: 176px;
    height: 176px;
    border-radius: 100px;
}
.form-edit-account .account-edit-right .field {
    margin-bottom: 15px;
}
.form-edit-account .profile-section {
	border: 1px solid #E4E7E9;
    padding: 9px 0px 9px 0px;	
}
.form-edit-account .password-section {
	border: 1px solid #E4E7E9;
    padding: 9px 0px 9px 0px;
    margin-top: 25px;
}
.profile-section .legend, .password-section .legend {
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 14px;
    padding-bottom: 10px;
}
.password-section .fieldset .field{
	padding-left: 20px  !important;
}
.password-section .control input[disabled] {
    cursor: default;
    background: #d7d3d375;
    color: #cbc2c2;
}

.password-section .fieldset .field .checkbox{
	display: inline-block;
    vertical-align: middle !important;
}

.form-edit-account .password-section .fieldset label.label {
      vertical-align: sub;
}
.change-checkbox{
	margin-bottom: 22px 
}
.promo_close_btn{
	font-size: 19px;
    float: right;
    background: #303639;
    padding: 0px 7px 0px 8px;
    cursor: pointer;
}
#discount-coupon-form .actions-toolbar .apply{
	    border: none;
    background: #fff;
    padding-top: 5px;
    padding-right: 7px;
}
.actions-toolbar .apply .pe-7s-right-arrow {
    font-size: 22px;
}
.referral_by .pe-7s-close{
	color: #000;
    font-size: 27px;
    font-weight: 800;
    content: black;
}
.referral_by .delete{
	border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #ececf4;
    color: #000;
    background: #fff;
}
.main_prd .product-item-info .product-top img {
    height: 400px !important;
    max-height: 425px !important;
}
.main_prd .product-item-details .price-box .price{
	    font-size: 24px;
}
.main_prd .product-item-details{
	text-align: center;
}
.main_prd .product-item-details .product-item-name a{
	font-size: 18px !important;
    font-family: 'Poppins';
}
.main_prd .product-item-info .product_brandname{
	margin-top: 14%;
    font-size: 18px;
        text-align: center;
}
.main_prd .product.product-item .price-box.price-final_price+div form{
	    display: inline-flex;
    align-items: center;
    margin-top: 15%;
}
.best_selling_products .main_prd .product.product-item{
	    min-height: 750px !important;
}
#discount-coupon-form .control .locator_link {
    position: absolute;
    display: flex;
    right: 0;
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins';
}
#discount-coupon-form .control {
    position: relative;
}
li.item.link.compare {
    display: none;
}

.header:not(.header6):not(.header7) .navigation .nav-main-menu > li > a .icon-next {
    display: inline-block !important;
}
.breadcrumbs li.item.\34 {
    display: none;
}
.product-add-form .action-add-to .towishlist{
	    background-color: #ced2d8 !important;
}
.pe-7s-like:before {
    content: "\e642";
    color: #073A54;
    font-weight: 900;
}
.product-info-main a.action.towishlist {
    display: none;
}
span.product_sku_info label {
    font-size: 14px;
    font-family: 'Poppins';
    color: #333333;
    font-weight: 500;
    margin-left: %;
    padding-left: 14px;
    padding-top: 9px;
}
.form-edit-account .actions-toolbar {
    text-align: center !important;
    margin-top: 5% !important;
}
.best_selling_products .product_brandname {
    display: none;
}

.panel-title a:not(.collapsed) {
 	background: #4AB7C1;
 	    color: #fff !important;
}
.product-gift-card .product-detail-infomation-content .short_description,.product-gift-card .detailed.after-content, .product-gift-card .product-detail-infomation-content .product-sub-infomation{
	display: none;
}
.product-gift-card .product-info-main .product-add-form .actions button.tocart{
	    width: 279px;
}
.product-gift-card .product-detail-infomation-content a#card-preview{
	    display: none;
}
.cart-container #discount-coupon-form .actions-toolbar .btn {
    border: none;
    width: 100px;
    padding: 0px 0px 0px 0px;
    height: 38px;
    color: #fff !important;
}
.cart-container #discount-coupon-form .actions-toolbar{
	position: absolute;
    top: 2px;
    right: -7px;
    }
    .cart-container #discount-coupon-form .actions-toolbar .btn{
    	    background: #4ab7c1 !important;
    }
    .cart-container #discount-coupon-form .actions-toolbar .primary{
    	    padding: 9px;
    }
    .mega-menu-item .brand-items .name {
    display: none;
	}
	.mega-menu-item .widget.mgs-brand{
		padding: 15px;
	}
	.mega-menu-item .content-heading {
	    text-align: left;
	    margin-bottom: 5px;
	    padding-left: 17px;
	    padding-top: 9px;
	}
	.mega-menu-item .content-heading h3.title {
	    font-size: 22px;
	    font-weight: 500;
	    font-family: 'Poppins';
	}
	.mega-menu-item .content-heading h3.title:after,.mega-menu-item .content-heading h3.title:before {
	  display: none;
	}
	body > .obay-loading-mask {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 999999;
	    background-color: #353a3acf;
	    background-image: url(../images/loader_obay.gif);
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: 50px;
	}
	.hot_promo_tag img{
		display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 3%;x
	}
.hot_selling_products .title::before, .hot_selling_products .title::after {
    display: none;
}
.hot_selling_products .content-heading img{
	width: 55px;
    height: 45px;
    margin-top: -29px;
}
.hot_selling_products .content-heading h3.title {
    display: inline-block;
    color: #000;
    line-height: 24px;
    font-size: 40px;
    font-weight: 600;
    margin-top: 1%;
    text-transform: capitalize;
}
.hot_selling_products .content-heading {
margin-top: 2%;
}
.hot_selling_products .product.product-item {
    border: 1px solid #E6E6E6;
    border-radius: 6.377px;
    padding: 0px 0px 12px 0px;
}
.toolbar.review-toolbar {
    display: none;
}
ol.items.review-items {
    margin-top: 2%;
}
span.hot_offer_view {
    float: right;
}
span.hot_offer_view a{
	color: #4AB7C1;
}
.hot_offer_banner{
	margin-top: 2%;
}
#partner_regi_form{
	    margin-top: 14px;
}

#partner_regi_form .registersubmitbtn .btn-primary{
	color: #ffffff !important;
    background-color: #4ab7c1 !important;
    border-color: #4ab7c1 !important;
    margin: auto;
    margin: 0 auto;
    display: block;
    font-size: 17px;
    width: 23%;
    font-family: 'Poppins';
    border-radius: 3px;
}
.hot_promo_banner img{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.customer-name-fields .label {
    font-weight: 500;
    color: #000;
}
.login-popup .customer-name-fields input {
    margin-top: 9px;
}
#customer-email-fieldset .field-tooltip {
    display: none;
}
.actions-link .towishlist.active {
    background: #4ab7c1 !important;
    pointer-events: none;
}
.checkout-shipping-address .form-login .actions-toolbar .action.login {
   background: #4AB7C1;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins';
    text-transform: uppercase;
    padding: 5px 21px 5px 22px;
    border: none;
}
.additional-addresses td.col.actions {
    width: 13%;
    padding: 7px 9px 7px 8px !important;
}
.short-content a{
	color: #191C1F;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.form-edit-account .change-checkbox .field {
    display: flex;
}
.form-edit-account .fieldset .change-checkbox .label{
	margin: 8px 8px 6px;
}
.profile-section.password-block{
	margin-top: 2%;
	padding: 10px 0px 0px 8px;
}
.mobile_view .header-wl{
	display: block !important;
}
.free_shipping .dekstop-view{
		display: block;
	}
.free_shipping .mobile-view{
		display: none;
}
.rrp-price span.price {
    color: red !important;
    text-decoration-line: line-through;
}
.price-box span.label {
    font-size: 13px;
    font-weight: 500;
}
.add-to-cart-sec {
    margin-top: 20px;
}
/* Media query */

@media screen and (max-width: 768px) {
	.best_selling_products .desktop-view{
		display: none;
	}
	.mobile_view .tab-content>.active, .mobile_view .navigation #mainMenu{
		    display: inline-grid;
		        width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.best_selling_products .mobile-view{
		display: none;
	}
}


/* Media Query End */