/* General Styling */
.full-width-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.main-content.fixed {
  overflow: hidden !important;
}

.product-category h2#title-page {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #212121;
  margin-bottom: 15px;
}

ul.megamenu {
  background: none;
}

.is-sticky .container-megamenu {
  box-shadow: 0 3px 1rem rgb(0 0 0 / 10%);
}

.footer-panel h4:after {
  color: #fff !important;
}

/* smartsearch */
.search_form .smartsearch {
  width: 100% !important;
}

.smartsearch .smartsearch-product {
  display: flex !important;
  align-items: center;
}

.smartsearch .smartsearch-product:hover {
  background: #eaf5f6 !important;
}

.smartsearch a img {
  height: 68px;
  margin-right: 10px !important;
}

#top .container {
  padding-top: 8px;
  padding-bottom: 15px;
}

/* Homepage */
.col-md-3 {
  text-align: center;
}

.heading-section-1 {
  font-size: 18px;
  margin-bottom: 5px;
}

.text-section-1 {
  font-size: 16px;
  line-height: 1.5;
}

.fetch-esthetic-bg,
.fetch-vip-bg {
  position: relative;
  text-align: center;
  color: white;
}

.featured-brands-slider {
  margin: 60px 0 70px;
}

.section2 {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translate(-50%, -0%);
}

.heading-section-2 {
  width: 342px;
  height: 76px;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 1.19;
  color: #1f6b86;
}

.btn-section-2 {
  text-decoration: underline;
  color: #d65968;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.68px;
  transition: 0.3s ease all;
  text-transform: uppercase;
}

.btn-section-2:hover {
  color: #d6243a;
  font-size: 18px;
  text-decoration: none;
}

.grey-row {
  background-image: url("/templates/fetch/image/data/theme/homepage/grey-row_050922180145.png");
  padding: 35px 15px 30px;
  margin: 20px 0 0;
}

.best-deals-slider {
  margin: 55px 0 45px;
}

.product-product .standard-body .fixed .container {
  padding-bottom: 0;
}

.filter-product.box .box-heading {
  text-align: center;
  font-size: 32px;
  line-height: 0.88;
  color: #212121;
  text-transform: capitalize;
  margin: 0;
}

.home .best-deals-slider .single-item {
  text-align: center;
}

.home .best-deals-slider .product-grid .product .name a {
  font-size: 14px;
  line-height: 1.36;
  color: #212121;
  display: block;
}

.home .best-deals-slider .product-grid .product .price {
  color: #888888;
  font-size: 15px;
  font-weight: bold;
  /* line-height: 2.8; */
}

.home .featured-brands-slider .product-grid .product .name {
  display: none;
}

ul.megamenu li .sub-menu .content .submenu-heading {
  color: #1f6b86;
  font-size: 18px;
  font-weight: 500;
  line-height: 3.44;
}

ul.megamenu>li>a strong {
  color: #212121;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 1.6;
  transition: 0.3s ease all;
}

ul.megamenu>li>a strong:hover {
  color: #d65968;
}

#header-right {
  display: flex !important;
  justify-content: end;
}

.menu-responsive-btn.drawer-account {
  display: block !important;
  padding: 8px 20px 0 30px;
}

.easydrawer.drawer-cart {
  padding-top: 13px;
  display: inline-block;
}

/* Footer */
.footer h4,
.custom-footer h4 {
  text-transform: capitalize !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

/* Search Bar */
.search_form .button-search {
  padding: 8px 22px;
  background-color: #d65968;
  right: 1px;
  top: 0px;
  transition: 0.3s ease all;
  height: 42px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.search_form .button-search:hover {
  background-color: #d6243a;
}

.search_form .button-search:before {
  color: #fff;
}

.box .box-heading,
.footer h4 {
  background: none;
}

.copyright p {
  font-size: 12px;
  opacity: 0.8;
}

.text_copy a:hover {
  text-decoration: underline;
}

.footer ul li a {
  font-size: 14px;
  line-height: 2.29;
}

.footer h4 {
  margin-bottom: 0;
}

/* E-mail Subscription */
.ne_subscribe {
  margin-top: 43px;
}

.ne_subscribe h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0;
}

.ne_subscribe p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  margin: 11px 0 20px !important;
}

.ne_subscribe .subscribe_email {
  width: 280px;
  height: 40px;
  padding: 0 0 0 16px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  border-radius: 3px;
}

.ne_subscribe .ne_submit {
  width: 42px;
  height: 40px;
  margin-left: -3%;
  padding: 12px 14px;
  background-color: #d65968;
  border: 1px solid #d65968;
  transition: 0.3s ease all;
  border-radius: 3px;
  display: flex;
  align-items: center;
}

.footer-newsletter label {
  display: flex;
  align-items: center;
}

.footer .pattern {
  padding: 20px 0 30px;
}

.ne_subscribe .ne_submit:hover {
  background-color: #d6243a;
  border: 1px solid #d6243a;
}

.footer ul li a:hover {
  text-decoration: underline !important;
}

.fa-long-arrow-alt-right:before {
  font-size: 14px;
}

.copyright .footer-icon {
  font-size: 20px;
  margin-top: 15px;
}

.copyright .pattern {
  padding: 20px 0;
}

.copyright .footer-icon .fab {
  padding: 0 10px;
}

.copyright .footer-icon a:hover i:before {
  color: #d65968;
}

.fullwidthbanner-container {
  margin: 0 !important;
}

.breadcrumb .container ul,
.product-filter .options .product-compare a {
  display: none;
}

.product-filter {
  background-color: #f4f5f5;
  padding: 15px 20px;
  /* margin-top: -5%; */
}

.product-filter .list-options select {
  background-color: #fff;
}

.product-filter .list-options .sort,
.product-filter .list-options .limit {
  color: #000;
}

.product-filter .options .button-group button:hover,
.product-filter .options .button-group .active {
  color: #000 !important;
}

.product-filter .options .button-group button {
  color: #b5b2ad !important;
}

.box-category .box-heading {
  font-weight: 500 !important;
  padding: 20px;
}

.box-category ul li a {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
}

.box-category ul li a.active {
  color: #d65968 !important;
}

.box-category ul ul:before {
  background: none;
}

.product-category .box .box-heading {
  font-size: 16px;
  font-weight: 500 !important;
  border-bottom: solid 1px #dbdbdb;
  padding: 15px;
}

.box-category .box-content>ul {
  padding: 20px !important;
}

.fa-times:before {
  display: none;
}

.mfilter-button-bottom {
  border: none !important;
}

.mfilter-button-reset {
  text-transform: capitalize;
  border: 1px solid #424242;
  padding: 3px 10px;
  padding-right: 15px;
}

.product-category input[type="text"] {
  background: #fff !important;
  border-radius: 5px;
}

.mfilter-column_left .box-heading {
  font-size: 14px !important;
  margin-bottom: 0px;
}

.mfilter-column_left {
  padding-top: 0;
}

.mfilter-button-bottom {
  top: 6px;
}

.mfilter-heading, .mfilter-content-opts {
  padding: 0 10px !important;
}

.mfilter-content li {
  border-bottom: solid 1px #dbdbdb;
  padding-top: 10px;
}

.mfilter-content li:last-child {
  border: none;
}

.mfilter-option input[type="checkbox"], .mfilter-tb-as-tr .mfilter-col-input {
  width: 24px !important;
  height: 24px !important;
}

.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input {
  border-color: 1px solid #b5b2ad !important;
  background-color: #fff !important;
}

.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input:before {
  color: #e85d41;
  font-size: 13px !important;
  line-height: 20px !important;
}

.product-category .inner-page #column_left {
  margin-top: 20px !important;
}

.product-category .col-sm-9 .center-column {
  padding-top: 0;
}

.product-category .product-grid .product {
  margin-top: 10px;
}

.product-category .inner-page .row:first-child .col-sm-9 {
  margin-top: 10px;
}

.product-category .breadcrumb .container ul {
  display: block;
  text-align: left;
}

.mfilter-heading-text>span {
  font-size: 14px;
}

.mfilter-heading .mfilter-head-icon:before {
  content: "\f068";
  font-family: FontAwesome;
  color: #212121;
}

.mfilter-heading.mfilter-collapsed .mfilter-head-icon:before {
  content: "\f067";
  color: #212121;
}

.mfilter-tb-as-tr {
  border-top: 0px dashed #dcdcdc !important;
}

.mfilter-content-wrapper {
  padding: 5px 0 20px !important;
  border: none !important;
}

/* Search Filter */
.mfilter-options .mfilter-search input#mfilter-opts-search {
  background-color: #fff;
}

.mfilter-options .mfilter-search input#mfilter-opts-search::placeholder {
  opacity: 0.5;
  font-size: 14px;
  color: #111c30 !important;
}

.mfilter-counter {
  display: none;
}

.mfilter-heading-text>span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #212121;
}

div.pagination {
  width: 100%;
}

div.pagination .links a,
div.pagination .links b,
div.pagination .links span {
  /* padding: 3px 11px; */
  color: #212121;
}

div.pagination .results {
  font-size: 13px;
  line-height: 1.85;
  color: #212121;
}

.product-category #column_left .box {
  border: 1px solid #dbdbdb;
}

.product-category #column_left .box-category {
  margin-top: 0;
}

/* .product-category .col-sm-3#column_left {
  margin-top: -8%;
} */
#mfilter-price-slider .ui-slider-handle {
  background: #e85d41 !important;
}

.review-list .text:after {
  display: none !important;
}

/* About Us Page */
.information-information h2#title-page {
  margin: 40px 0 0;
  font-size: 35px;
  font-weight: 500;
}

.about_us .section2 {
  position: relative;
}

.who-are-we-section {
  padding-left: 5%;
}

.about_us .section1 .row {
  display: flex;
  align-items: center;
  position: relative;
}

.col-md-6 .about-us-heading {
  font-size: 26px;
  font-weight: 500;
  line-height: 2.38;
  color: #212121;
  text-transform: capitalize;
}

.col-md-6 .about-us-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #58595a;
}

.about-us-section-2 {
  text-align: center;
  margin-top: 6%;
}

.about-us-section-2 h2 {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #212121 !important;
  text-transform: capitalize !important;
  margin-top: 10px;
  margin-bottom: 0;
}

.about-us-section-2 p {
  font-size: 16px;
  line-height: 1.5;
  color: #58595a;
}

/* Information Navbar */
.info-navbar {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: center;
  margin: 0;
}

/* .info-navbar-links {
  float: left;
} */
.info-navbar-links a {
  display: block;
  color: #666;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #707070;
}

.info-navbar-links a:hover:not(.current) {
  color: #d65968;
}

.info-navbar-links a.current {
  color: #d65968;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #d65968;
}

/* Delivery Information, Return Policy, T&C, Privacy Policy */
.delivery-information,
.return-policy,
.tnc,
.privacy-policy {
  margin: 30px auto 0;
  color: #58595a !important;
  width: 90%;
}

.delivery-information h2,
.return-policy h2,
.tnc h2,
.privacy-policy h2 {
  font-weight: bold !important;
  color: #58595a !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

.delivery-information p,
.return-policy p,
.tnc p,
.privacy-policy p {
  color: #58595a !important;
}

/* Contact Us */
.info-14 .main-content .container,
.info-14 .standard-body .main-content .container {
  padding-bottom: 0;
}

.info-detail {
  padding-bottom: 5px;
  display: -webkit-box;
  align-items: center;
}

.info-detail img {
  margin-right: 17px;
}

.contact-details {
  margin: 30px 0;
}

.contact-details-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.12px;
  color: #000;
}

.contact-details-desc {
  font-size: 14px;
  line-height: 1.71;
  color: #58595a;
}

/* Contact Form */
.info-14 .col-sm-12 .col-sm-9 {
  width: 50%;
  padding: 40px 22px;
}

.info-14 .col-sm-12 .col-sm-3 {
  width: 50%;
  padding: 0px 70px;
}

.html1 p {
  font-size: 16px;
}

#form1 .field-block .form-control {
  background-color: transparent !important;
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
}

#form1 .field-block .form-control:focus {
  border-bottom: 2px solid #d65968;
  box-shadow: none !important;
}

#form1 .field-block textarea.form-control {
  box-shadow: none !important;
}

#form1 .field-block textarea {
  border-top: 0 !important;
}

#form1 .button {
  padding: 15px 70px;
  border-radius: 3px;
  background-color: #d65968;
  border-color: #d65968;
  font-size: 15px;
  font-weight: 500 !important;
  line-height: 1.2;
  letter-spacing: 0.6px;
  transition: 0.3s ease all;
}

#form1 .button:hover {
  background-color: #d6243a;
}

/* Search Form */
#top .search_form input {
  background-color: #fff;
  height: 42px;
  border-radius: 5px;
}

/* Top Bar */
#top-bar .col-sm-3 {
  width: 100%;
  text-align: center;
}

#top-bar .row>div {
  min-height: 0 !important;
  height: 12px;
}

#top-bar .welcome-text {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: normal;
}

/* FAQ */
.information-information .center-column .panel-heading h3 {
  padding: 0 !important;
  font-size: 16px !important;
  color: #292929;
  font-weight: 600 !important;
  margin-bottom: 0;
  line-height: 2.19 !important;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.information-information .panel-group {
  border: 1px solid #DBDBDB;
  margin-bottom: 0;
}

.information-information .panel-default>.panel-heading {
  background: transparent !important;
  border-bottom: 1px solid #DBDBDB;
}

.information-information .panel-heading {
  padding: 15px 25px !important;
}

.information-information .panel-heading .accordion-toggle.collapsed:after {
  content: "\f067";
  color: #9d9d9d;
  position: absolute;
  right: 25px;
}

.information-information .panel-heading .accordion-toggle.open {
  color: #d65968 !important;
}

.information-information .panel-heading .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f00d";
  position: absolute;
  right: 25px;
  color: #d65968;
}

.information-information .panel-heading .accordion-toggle {
  color: #d65968;
}

.information-information .panel-heading .accordion-toggle.collapsed {
  color: #292929;
}

.information-information .collapse.in {
  border-bottom: 1px solid #DBDBDB;
}

.information-information .center-column .panel-default {
  padding: 0 !important;
}

.information-information .center-column .panel-body {
  border: transparent !important;
  border-bottom: 1px solid #9d9d9d;
  margin: 0 !important;
}

.information-information .center-column {
  margin: 0;
  padding-top: 25px;
}

/* Blog Homepage */
.home .cluetip-default {
  display: none !important;
}

.home .blogModule li {
  display: block;
  padding: 0;
  overflow: inherit;
  margin: 0 10px !important;
}

.home .blogModule .image img {
  float: left;
  padding: 0 0 15px !important;
  border: none !important;
  background: none !important;
  margin-right: 0 !important;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
}

.home .blogModule.boxPlain {
  padding-top: 60px;
  padding-bottom: 70px;
  margin-bottom: 0 !important;
}

.boxPlain>.container {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.home .boxPlain .box-heading:before {
  content: '';
  position: absolute;
  background: none;
  width: 1px;
  height: 60px;
  top: -85%;
  left: 50%;
}

.home .blogModule .title {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.home .blogModule .title:hover {
  text-decoration: none;
}

.home .boxPlain .box-heading {
  border-bottom: transparent !important;
  text-align: center;
  font-size: 32px !important;
  margin-bottom: 40px;
}

.home .boxPlain .box-heading h3 {
  color: #212121 !important;
  letter-spacing: 0.72px;
  text-transform: uppercase !important;
}

.home .blogModule.boxPlain ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.home .boxPlain .box-content {
  border-top: transparent !important;
  padding: 0 !important;
}

.home a.blog_read {
  text-transform: uppercase;
  font-weight: bold;
  color: #d65968;
  font-size: 15px;
  letter-spacing: 0.6px;
  text-decoration: underline;
  transition: 0.3s ease all;
}

.home a.blog_read:hover {
  color: #d6243a;
  font-size: 16px;
  text-decoration: none;
}

.home p.desc {
  margin-bottom: 15px !important;
  font-size: 16px;
  color: #58595a;
}

.home .blogModule.boxPlain .title {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-top: 5px;
  margin-bottom: 10px;
  pointer-events: none;
  color: #212121;
}

.home .blogModule.boxPlain .info {
  color: #58595a;
  font-size: 13px;
  margin-top: 15px;
  text-transform: uppercase;
}

.home .full-width-content {
  background-color: #eaf5f6;
}

.standard-body .fixed .container {
  margin: 0 auto;
}

.home .standard-body .fixed .container {
  padding-bottom: 0;
}

/* .home .main-content.fixed {
  margin-left: 3.2%;
} */
/* .home .main-content .container {
  margin-bottom: -5.8%;
} */
/* Blog Page */
.blog-category-home h2#title-page {
  margin: 30px auto 0;
  font-size: 40px;
  font-weight: 500;
  /* margin-bottom: -20px; */
}

.blogCol3 .articleCat {
  width: 33.33% !important;
}

.blog-details-heading {
  display: none;
}

.blog-category-home .livemarks a {
  background: none;
}

.blog-category-home .blog-filter {
  display: none;
}

.blog-category-home div.pagination {
  display: none;
}

.blog-category-home .center-column {
  width: 100%;
}

.blog-category-home .articleContent h3 {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  text-transform: capitalize;
  margin-bottom: 0;
}

.blog-category-home .blockClear {
  font-size: 16px;
  color: #58595a;
}

span.date {
  font-size: 14px;
  text-transform: uppercase;
}

.blog-details-desc p {
  font-size: 15px;
}

.blog-category-home .blogModule {
  display: none;
}

/* Customer Reviews */
.home .testi-section {
  background-color: #EAF5F6;
  padding: 35px 0;
}

.home .testi-section h2 {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 500;
  color: #212121;
  text-align: center;
}

.home .testimony-box strong {
  font-weight: 500;
  text-align: center;
}

.home .testimony-box p {
  font-size: 14px;
  line-height: 1.71;
  text-align: center;
  color: #212121;
}

.home .testimony-box tr,
.home .testimony-box td {
  display: block;
}

.home .testimony-box {
  text-align: center;
  display: block;
  width: 100%;
  overflow: hidden;
}

.home .testimony-box .owl-carousel {
  position: relative;
}

.home .owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}

.home .owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 40px !important;
}

.home .owl-carousel .owl-prev.disabled,
.home .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 1;
}

.home .testi-section .owl-carousel .owl-item img {
  width: 28%;
  display: inline-flex;
}

.home tr.row-flex {
  display: flex;
}

.home td.td-1 {
  padding: 0 2% 0 8%;
}

.home td.td-3 {
  padding: 0 8% 0 2%;
}

/* Fetch Banner */
.home .fetch-banner {
  position: relative;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}

.home .fetch-banner .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .fetch-banner-heading {
  color: #1F6B86;
  margin-bottom: 30px;
}

.home .fetch-banner-button {
  color: #D65968;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  transition: 0.3s ease all;
  font-size: 17px;
  letter-spacing: 0.68px;
}

.home .fetch-banner-button:hover {
  color: #d6243a;
  font-size: 18px;
  text-decoration: none;
}

/* Product Slider */
.box.filter-product .slider-center-arrow .prev,
.box.filter-product .slider-center-arrow .next {
  background: #fff !important;
  border-radius: 100%;
  border: 1px solid #b1b1b1;
  margin-top: 20px;
  width: 50px;
  height: 50px;
}

.product-grid .product:hover .product-actions {
  left: 0;
  transition: 0.5s;
}

.product-grid .right .name, .product-grid .right .price {
  opacity: 1;
  transition: 0.3s all ease;
}

.product-grid .right {
  position: relative;
  text-align: center;
}

.product-grid .product .right .product-link {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  color: #58595a !important;
  font-size: 13px;
  left: 0;
  right: 0;
  max-width: 230px;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600 !important;
  letter-spacing: 0.45px;
  z-index: 10;
  margin: 0 auto;
  opacity: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.product-grid .product:hover .right .product-link {
  opacity: 1;
}

.product-grid .product:hover .right .price, .product-grid .product:hover .right .name {
  opacity: 0;
}

.product-grid .product:hover .product-link {
  display: flex;
}

.product-grid .product .right .product-link:hover {
  background: #d65968 !important;
  border: 1px solid #d65968 !important;
  color: #ffffff !important;
}

.box.filter-product .slider-center-arrow .prev span:before, .box.filter-product .slider-center-arrow .next span:before {
  color: #212121;
  font-size: 15px;
}

.box.filter-product .slider-center-arrow .next span, .box.filter-product .slider-center-arrow .prev span {
  line-height: 50px;
  height: 50px;
  width: 50px;
}

.box.filter-product .slider-center-arrow .next:hover, .box.filter-product .slider-center-arrow .prev:hover {
  background: #1f6b86 !important;
}

.box.filter-product .slider-center-arrow .next:hover span:before,
.box.filter-product .slider-center-arrow .prev:hover span:before {
  color: #fff;
}

/* Full Width Slider */
.home .fullwidthbanner-container .tp-leftarrow {
  left: 30px !important;
}

.home .fullwidthbanner-container .tp-rightarrow {
  right: 30px !important;
}

.home .fullwidthbanner-container .tp-leftarrow,
.home .fullwidthbanner-container .tp-rightarrow {
  border: 1px solid #b1b1b1 !important;
  background: transparent;
  border-radius: 100% !important;
}

.home .fullwidthbanner-container .tp-leftarrow:before,
.home .fullwidthbanner-container .tp-rightarrow:before {
  color: #212121;
}

.home .tp-bullets .selected {
  background: #d65968;
}

.home .tp-bullets .bullet {
  border-radius: 6px !important;
}

.home .bullet {
  background: #ffffff;
  border: 1px solid #cf7c84;
}

.home .last {
  clear: right;
  margin-right: 0 !important;
}

/* Blog Article */
.blog-article h2#title-page,
.blog-article a[href="https://eseed.o2o.my/templates/fetch/index.php?route=feed/blog"],
.blog-article .center-column .box,
.blog-article .articleBottom,
.blog-article .blogModule .info,
.blog-article .blogModule .blog_read {
  display: none;
}

.blog-article .ludoBlog {
  background: none;
  padding: 5% 0;
  color: #58595a;
  border: none;
  margin-top: -10%;
}

.blog-article #blogArticle .articleHeader h1,
.blog-article #blogArticle .articleHeader h1 a {
  text-transform: capitalize;
  margin-top: -2.4%;
  font-size: 32px;
  font-weight: 500;
  color: #212121;
}

.blog-article .bottom-article {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0 12px;
  margin-left: 0;
  margin-right: 0;
}

.blog-article a[href="javascript:history.back()"] {
  margin-left: -3%;
  color: #d65968;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease all;
}

.blog-article a[href="javascript:history.back()"]:hover {
  color: #d6243a;
  font-size: 15px;
}

.blog-article .fa-chevron-left {
  margin-right: 7px;
}

.blog-article .bottom-article .addthis_inline_share_toolbox {
  display: flex;
  font-size: 14px;
  color: #212121;
  align-items: center;
  justify-content: flex-end;
  margin-top: -5px;
  margin-right: -3%;
  font-weight: 500;
}

.blog-article .blog-details {
  padding-right: 1%;
}

.blog-article .blog-details-heading {
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  margin-top: 4%;
}

.blog-article .blog-details-desc {
  font-size: 16px;
  line-height: 1.75;
  color: #58595a;
}

.blog-article .blog-details-text {
  margin-top: 3.5%;
}

.blog-article .addthis-animated {
  margin-left: 7px;
}

.blog-article .at-svc-email {
  background-color: #fd0000 !important;
}

.blog-article .at-svc-compact {
  background-color: #212121 !important;
}

.blog-article .main-content .container {
  padding-bottom: 80px;
}

.blog-article .blogModule .box-heading {
  margin-left: 3%;
  font-size: 18px;
  font-weight: 500 !important;
}

.blog-article .recentArticles {
  margin-top: -7%;
}

.blog-article .blogModule .title {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 4%;
  color: #212121;
}

.blog-article .blogModule {
  margin-top: 10%;
  padding: 25px 25px 10px 26px;
  border: 1px solid #d8d8d8;
}

/* Product Details Page */
/* .product-product h2#title-page,
.product-product .product-info .description,
.product-product .discount,
.product-product .product-info .options h2,
.product-product .product-info #product .options .option span,
.product-product .product-info .review .rating,
.product-product #tab-description h2 {
  display: none;
} */
.product-product #title-page {
  display: none;
}

body.product-product .breadcrumb .container ul {
  display: block;
  float: left;
  margin-top: 10px;
  font-size: 12px !important;
  text-align: left !important;
  color: #212121 !important;
}

.product-info .product-center {
  margin-top: 0;
}

.product-product .center-column {
  padding-top: 20px;
}

.thumbnails {
  width: 80%;
  margin: 0 auto;
}

.popup-gallery .thumbnails li img {
  border: 2px solid #e0e0e0;
}

.popup-gallery .thumbnails li img.active {
  border-color: #ea3136;
}

.popup-gallery .thumbnails li {
  padding: 5px !important;
}

.htabs a[href="#tab_4"] {
  display: none !important;
}

.rate-quan {
  display: flex;
  align-items: center;
  margin-top: 7px;
}

.availability_qua {
  border-left: 1px solid #707070;
  padding-left: 20px;
  margin-left: 20px;
}

.out_stock {
  color: red;
}

.in_stock i {
  color: #4caf50;
}

.availability_qua i {
  font-size: 17px;
  margin-right: 7px;
}

.product-info .price {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px !important;
  margin-bottom: 20px;
}

.product-product #product .options h2, .review .rating {
  display: none;
}

.product-info .review {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review .share {
  display: flex;
  align-items: center;
}

.review .share p {
  margin-right: 10px;
  margin-bottom: 0;
}

.product-product h2.product-title {
  font-size: 21px !important;
  font-weight: 500 !important;
  color: #000 !important;
  margin-bottom: 10px;
  text-transform: capitalize;
}

/* .product-product h2.product-title~div[itemprop="offerDetails"] .rating {
  order: 1;
} */
.product-product .rating i.active {
  color: #fdcc0d !important;
}

.product-product .rating i {
  color: #d5d5d5 !important;
}

.product-product .product-info .price .price-new {
  font-size: 30px !important;
  font-weight: 500 !important;
  color: #d65968 !important;
}

.product-product .product-info .options .option {
  padding: 0 0 20px;
}

.product-product #product .options {
  display: flex;
  flex-wrap: wrap;
}

.product-product #product .option .option-group-flex {
  display: flex;
}

.product-product #product .option input[type="radio"] {
  visibility: hidden;
  height: 0;
  width: 0;
}

.product-product #product .option label {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 8px 16px !important;
  border-radius: 3px;
  margin-right: 10px !important;
}

.product-product #product .option input[type="radio"]:checked+label {
  border: 1px solid #212121;
}

.product-product .product-info .cart {
  background: none;
  padding: 0;
}

.product-product .product-info .cart .add-to-cart .quantity input {
  color: #000;
  text-align: center;
  border: 0;
  background: #fff;
  padding: 10px 30px;
  min-width: 150px;
  height: 50px;
  margin: 0;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}

.product-info .cart .add-to-cart .quantity #q_up {
  border-left: 1px solid #dbdbdb !important;
  right: 0;
}

.product-info .cart .add-to-cart .quantity #q_down {
  border-right: 1px solid #dbdbdb !important;
  left: 0;
  right: auto;
}

.product-info .cart .add-to-cart .quantity #q_up, .product-info .cart .add-to-cart .quantity #q_down {
  border: 0;
  height: 50px;
  top: 0;
  padding-top: 17px;
  width: 45px;
}

.quantity .fa-plus:before, .quantity .fa-minus:before {
  font-size: 13px;
}

.product-info .cart, .product-info .description, .product-info .options, .product-info .price {
  background: none;
  padding: 0;
}

.product-info .cart .add-to-cart .button {
  font-size: 14px;
  height: 50px;
  padding: 10px 55px;
  margin-left: 10px;
  text-transform: uppercase !important;
  border-radius: 3px;
  background-color: #d65968 !important;
  border-color: #d65968;
  letter-spacing: 0.6px;
}

/* .product-product .product-info .cart .add-to-cart .quantity #q_down {
  left: 11px;
  right: auto;
} */
.product-info .cart .add-to-cart p {
  display: block;
}

.product-product .best-deals-slider .single-item {
  text-align: center;
}

.product-product .best-deals-slider .product-grid .product .name a {
  font-size: 14px;
  line-height: 1.36;
  color: #212121;
}

.product-product .best-deals-slider .product-grid .product .price {
  color: #888888;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.8;
}

/* .product-product .box.filter-product .slider-center-arrow .prev,
.product-product .box.filter-product .slider-center-arrow .next {
  background: #fff !important;
    border-radius: 100%;
    border: 1px solid #b1b1b1;
    margin-top: 20px;
    width: 50px;
    height: 50px;
}

.product-product .box.filter-product .slider-center-arrow .prev span:before {
  color: #212121;
  font-size: 15px;
  margin-right: 4px;
}

.product-product .box.filter-product .slider-center-arrow .next span:before {
  color: #212121;
  font-size: 15px;
} */
.product-product .product-details-right-column {
  border: 1px solid #e1e1e1;
  padding: 25px 20px 0;
}

.product-product .product-features {
  padding-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.product-product .product-features img {
  margin-right: 13px;
}

.product-product .product-features-title {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.product-product .product-features-desc {
  font-size: 13px;
  line-height: 1.3;
  color: #58595a;
  display: block;
}

#tab-review .rating-review-detail {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#tab-review .rating-review-detail .rating-review {
  display: inline-flex;
  align-items: center;
}

#tab-review .rating-review-detail .rating-review p {
  margin-bottom: 0;
}

.rating-review-detail .fa-star:before {
  color: #d5d5d5 !important;
}

/* .add-review-button {
  float: right;
} */
.add-review-button a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #1474c5;
  text-transform: uppercase;
}

.add-review-button a:hover {
  background: #1f6b86;
  color: #fff !important;
  border: 1px solid #1f6b86;
}

.write-review-btn {
  background: transparent;
  border: 1px solid #c5616b;
  color: #c5616a !important;
  padding: 12px 25px;
  border-radius: 3px;
}

.write-review-btn:hover {
  color: #fff !important;
  background: #1474c5;
  transition: 0.3s ease all;
}

#collapsereview {
  margin-top: 20px;
}

#collapsereview #review-title {
  display: none;
}

.review_form label {
  color: #212121 !important;
  margin-top: 10px !important;
}

#collapsereview input[type=text] {
  background: #fff !important;
  border: solid 1px #dbdbdb !important;
}

.entry_review textarea {
  width: 83.33% !important;
  border: solid 1px #dbdbdb !important;
  height: 150px !important;
  margin-bottom: 20px;
  background: #fff !important;
}

#collapsereview .recaptcha {
  float: right !important;
  margin-bottom: 15px;
  padding-left: 0 !important;
}

#collapsereview .buttons {
  float: right !important;
  padding-left: 0 !important;
}

a#button-review {
  border-color: #d65968 !important;
  background-color: #d65968 !important;
  color: #fff !important;
  border-radius: 3px;
  padding: 10px 50px;
  text-transform: uppercase !important;
  font-size: 15px;
  font-weight: 500 !important;
}

div#review {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #dbdbdb;
}

/*rating star section */
.star-review-rating:not(:checked)>label:before {
  content: "\f005";
  font-weight: 100 !important;
  font-family: "font awesome 5 free";
}

.star-review-rating:not(:checked)>label.active:before {
  content: "\f005";
  font-weight: 900 !important;
  font-family: "font awesome 5 free";
}

.star-review-rating:not(:checked)>label {
  width: 22px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 20px;
  color: #d5d5d5 !important;
  margin-right: 8px;
  transition: .3s;
}

.star-review-rating:not(:checked)>input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.star-review-rating label.active {
  color: #fdcc0d !important;
}

/* end */
/* review comment display */
.rating-review-detail .fa-star.active:before {
  color: #fdcc0d !important;
}

.review-list {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.review-list .rating {
  float: none !important;
}

.rating i.active {
  color: #fdcc0d !important;
}

#review .review-list .text {
  margin: 5px 0 0;
  padding: 0;
  border: transparent !important;
  background: transparent !important;
}

p.review_date {
  color: #58595a;
  font-size: 14px;
}

div.pagination {
  display: block;
}

.center-column #tab-review.tab-content {
  padding: 0;
}

.product-product .short_description {
  padding: 25px 0 15px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 10px;
}

.short_description ul {
  padding-left: 15px;
}

.product-product .review-list .text:before,
.product-product a[href="#tab-attribute"] {
  display: none !important;
}

.product-product a[href="#tab-description"],
.product-product a[href="#tab_2"],
.product-product a[href="#tab-review"] {
  text-transform: capitalize !important;
}

.product-product .htabs {
  background: none;
  /* margin-left: 45%; */
  text-align: center;
  margin-top: 0;
}

.product-product .htabs a {
  padding: 0 0 7px;
  display: inline-block;
  float: none;
  font-size: 15px !important;
  font-weight: 800 !important;
  margin: 0 20px !important;
  color: #707070;
  letter-spacing: 0.6px;
}

.tabs_sec {
  padding-bottom: 5px;
  padding-top: 30px !important;
  border-top: 15px solid #f4f5f5;
  border-bottom: 15px solid #f4f5f5;
  margin-top: 30px;
}

.tabs_sec .container {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

#tab-description h2 {
  display: none;
}

.product-product .htabs a.selected, .product-product .htabs a:hover {
  color: #d65968 !important;
  border-bottom: 2px solid #c5616a;
}

.product-product .center-column .tab-content {
  margin-top: 35px;
  /* margin-left: 15%; */
  font-size: 16px;
  color: #58595a;
}

/* .product-product .col-sm-2 {
  width: 30%;
} */
.product-product .review_form label {
  margin-left: -4%;
  margin-right: 4%;
}

/* Responsive */
/* Mobile */
@media (max-width: 767px) {
  .tp-simpleresponsive img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  #top h1 a img {
    width: 55%;
  }

  h2#title-page {
    font-size: 25px !important;
    margin: 10px 0 !important;
  }

  .info-6 h2#title-page,
  .info-8 h2#title-page,
  .info-5 h2#title-page,
  .info-3 h2#title-page {
    font-size: 26px;
    margin: 30px 0 10px !important;
  }

  .information-information h2#title-page {
    margin: 30px 0;
    font-size: 26px;
  }

  .responsive ul.megamenu,
  .drawer__content {
    text-align: left;
  }

  #drawer-information .box-content ul li {
    list-style-type: none;
    padding-bottom: 10px;
  }

  .fa-search,
  .fa-user {
    font-size: 16px;
  }

  .easydrawer.drawer-cart {
    padding-top: 0;
  }

  .easydrawer.drawer-cart .desktop-hidden {
    display: none;
  }

  .easydrawer.drawer-cart img {
    width: 50%;
  }

  .easydrawer.drawer-cart #total_price {
    font-size: 15px;
  }

  .menu-responsive-btn.drawer-account img {
    display: none;
  }

  .heading-section-1 {
    margin-bottom: 0;
    font-size: 23px;
  }

  .text-section-1 {
    font-size: 16px;
    margin-top: 10px;
    padding: 0 40px;
  }

  .grey-row {
    padding: 10px 0 40px;
    margin: 35px 0 0;
  }

  .grey-row .col-md-3 {
    margin-top: 30px;
  }

  .filter-product.box .box-heading {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .best-deals-slider {
    margin: 35px 0 45px;
  }

  .heading-section-2 {
    font-size: 22px;
    margin: 0 0 -10px;
    padding: 0 30px;
  }

  .fetch-esthetic-bg {
    margin-bottom: 30px;
  }

  .featured-brands-slider {
    margin: 40px 0 60px;
  }

  .home .blogModule li {
    margin: 0 0 10% !important;
  }

  .responsive .home .standard-body .fixed .container {
    padding-bottom: 0 !important;
  }

  .home .blogModule.boxPlain {
    padding-bottom: 0;
    padding-top: 10px;
  }

  .ne_subscribe .subscribe_email {
    width: 100% !important;
  }

  .responsive ul.megamenu>li>a, .responsive ul.megamenu>li>.sub-menu {
    text-align: left !important;
  }

  ul.megamenu li .sub-menu .content .submenu-heading {
    line-height: 0;
  }

  .boxPlain>.container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .home .blogModule.boxPlain ul {
    column-count: 1;
    padding: 0;
  }

  .home .boxPlain .box-heading {
    margin: 40px 0 30px;
    font-size: 26px !important;
  }

  /* About Us Page */
  .about_us .section1 .row {
    display: block;
  }

  .who-are-we-section {
    margin: 30px 0px;
  }

  .about-us-section-2 .col-md-4 {
    margin-bottom: 40px;
  }

  .about-us-section-2 h2 {
    font-size: 22px !important;
  }

  .about-us-section-2 p {
    font-size: 16px;
  }

  /* Product Page */
  .product-category .box .box-heading {
    font-size: 13px;
  }

  .responsive .product-info .cart, .responsive .product-info .description, .responsive .product-info .options, .responsive .product-info .price {
    padding: 5px 0 !important;
  }

  .responsive .product-info .thumbnails li p {
    padding: 0 !important;
  }

  .visible-xs.mfilter-collapse {
    display: inline-block !important;
    padding-left: 8px;
  }

  .responsive .col-sm-3 .box.mfilter-box {
    margin-top: 25px !important;
  }

  .responsive .col-sm-3 .box.mfilter-box .box-heading {
    border-bottom: none;
    margin-bottom: 0;
  }

  .product-info .product-center {
    margin-top: 20px;
  }

  .product-product .product-info .price .price-new {
    font-size: 24px !important;
  }

  .tabs_sec .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .write-review-btn {
    padding: 12px 15px;
    font-size: 13px !important;
  }

  .product-product .review_form label {
    margin-left: 0;
    margin-right: 0;
  }

  #collapsereview input[type=text] {
    width: 100% !important;
  }

  .entry_review textarea {
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  #collapsereview .recaptcha, #collapsereview .buttons {
    float: left !important;
  }

  #collapsereview .recaptcha {
    margin-top: 10px;
  }

  /* Contact Us Page */
  .form-builder textarea, .form-builder input[type="text"], .form-builder input[type="password"], .form-builder label, .form-builder select {
    width: 100% !important;
  }

  .responsive .info-14 .col-sm-3 .box {
    display: block;
  }

  .info-14 .col-sm-12 .col-sm-9 {
    width: 100%;
    margin-top: -7%;
  }

  .info-14 .col-sm-12 .col-sm-3 {
    width: 100%;
    margin: -13% 0 8%;
    padding: 0 20px;
  }

  .info-navbar-links a {
    text-align: left;
    font-size: 14px;
    padding: 10px 16px;
  }

  .delivery-information, .return-policy, .tnc, .privacy-policy {
    width: 100%;
  }

  /* Blog Category Page */
  .blog-category-home h2#title-page {
    margin-bottom: 15px;
    font-size: 37px;
  }

  .blog-category-home .center-column {
    margin: 0;
  }

  .blogCol3 .articleCat {
    width: 100% !important;
    height: auto !important;
  }

  /* Blog Articles Page */
  .blog-article #blogArticle {
    padding: 0 10px;
  }

  .blog-article #blogArticle .articleHeader h1 {
    font-size: 25px;
    margin-top: -7%;
  }

  .blog-article .blog-details-heading {
    margin: 7% 0 !important;
    font-size: 17px;
  }

  .blog-article .blog-details-desc {
    font-size: 14px;
  }

  .blog-article .blog-details-text {
    margin: 10% 0;
  }

  .blog-article .bottom-article {
    padding: 20px 0;
    margin-bottom: 30px;
  }

  .blog-article a[href="javascript:history.back()"] {
    margin-left: 27%;
  }

  .blog-article .bottom-article .addthis_inline_share_toolbox {
    margin-top: 25px;
    margin-right: 35px;
  }

  /* FAQ Page */
  .information-information .panel-group {
    margin: -3% 0 25%;
  }

  .information-information .accordion-toggle {
    font-size: 14.5px;
  }

  /* Delivery Information and Related Pages */
  .delivery-information, .return-policy, .tnc, .privacy-policy {
    padding: 0;
  }

  #drawer-information .box-content ul li:nth-child(8), #drawer-information .box-content ul li:nth-child(9) {
    display: none;
  }

  /* Footer */
  .footer .footer-logo {
    margin: 30px 0;
    padding: 0 !important;
    width: 40%;
  }

  .ne_subscribe {
    margin: 0;
  }

  .copyright .footer-icon {
    text-align: center;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 999px) {

  /* #top h1 a img {
    width: 30%;
    margin-top: 5px;
  } */
  .menu-responsive-btn[data-easydrawer-id="drawer-menu"] {
    display: block !important
  }

  img.footer-logo {
    padding-top: 20px !important;
  }

  .footer h4, .custom-footer h4 {
    margin: 0;
  }

  .footer-panel:nth-child(2) {
    margin-top: 15px;
  }

  .ne_subscribe {
    margin-top: 0px;
  }

  #header-left {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pattern .hidden-xs {
    display: none;
  }

  .menu-responsive-btn.drawer-account {
    padding: 0;
  }

  .megamenu .col-sm-3 {
    width: 100%;
  }

  .responsive ul.megamenu,
  .drawer__content {
    text-align: left;
  }

  #drawer-information .box-content ul li {
    list-style-type: none;
    padding-bottom: 10px;
  }

  .fa-search {
    font-size: 20px;
    margin-top: 10px;
  }

  .grey-row {
    padding: 30px 0;
  }

  .grey-row .col-md-3 {
    margin-bottom: 0;
    width: 24.5%;
    display: inline-block;
    padding: 0 5px;
  }

  .best-deals-slider {
    margin: 30px 0;
  }

  .grey-row img {
    width: 23%;
  }

  .heading-section-1 {
    font-size: 20px;
  }

  .text-section-1 {
    font-size: 15px;
  }

  .fetch-member .col-md-6 {
    width: 46.8%;
    display: inline-block;
    padding: 0;
    margin: 0 10px;
  }

  .heading-section-2 {
    font-size: 23px;
    margin: 0 0 15px;
    padding: 0 30px;
    height: auto;
  }

  .fetch-member .section2 {
    bottom: 6%;
  }

  .btn-section-2 {
    font-size: 15px;
  }

  .filter-product.box .box-heading {
    margin: 0;
    font-size: 25px;
  }

  .featured-brands-slider {
    margin: 30px 0 50px;
  }

  .home .boxPlain .box-heading {
    font-size: 25px !important;
    margin: 30px 0;
  }

  .home .blogModule.boxPlain {
    padding-bottom: 35px;
    padding-top: 20px;
  }

  .boxPlain>.container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .home .blogModule.boxPlain ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .home .blogModule.boxPlain .info {
    font-size: 13px;
  }

  .home .blogModule.boxPlain .title {
    font-size: 18px !important;
    line-height: 1.2;
  }

  .home p.desc {
    font-size: 14px;
  }

  .home a.blog_read {
    font-size: 14px !important;
  }

  .home .blogModule {
    margin-bottom: -17px;
  }

  .easydrawer.drawer-cart {
    padding-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .easydrawer.drawer-cart .desktop-hidden {
    display: none;
  }

  .easydrawer.drawer-cart #total_price {
    font-size: 15px;
  }

  /* About Us Page */
  .col-md-6 .about-us-img {
    width: 100%;
  }

  .about-us-section-2 {
    margin: 40px 0 25px;
  }

  .about-us-section-2 h2 {
    font-size: 20px !important;
  }

  .who-are-we-section {
    padding-left: 15px;
  }

  .information-information .main-content .container,
  .information-information .standard-body .main-content .container {
    padding-bottom: 10px;
  }

  /* Contact Us Page */
  .info-14 .col-sm-12 .col-sm-3 {
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .form-builder textarea, .form-builder input[type="text"], .form-builder input[type="password"], .form-builder label, .form-builder select {
    width: 100% !important;
  }

  /* FAQ Page */
  .information-information .panel-group {
    margin-bottom: 50px;
  }
  .information-information h2#title-page{
    font-size: 28px !important;
  }

  /* Blog Category Page */
  .blog-category-home h2#title-page {
    font-size: 40px;
  }

  .blog-category-home .center-column {
    margin-left: 0;
    margin-bottom: -13%;
  }

  .blogCol3 .articleCat {
    width: 50% !important;
  }

  #blogCatArticles {
    margin-bottom: 60px !important;
  }

  /* Blog Articles Page */
  .blog-article .blog-details-heading {
    font-size: 16px;
  }

  .blog-article .blog-details-desc {
    font-size: 14px;
  }

  .blog-article .addthis-animated {
    margin-right: -1px;
  }

  /* Product Category Page */
  .mfilter-column_left.box {
    margin-top: 20px;
  }

  .mfilter-collapse {
    display: block !important;
  }

  .product-category .col-sm-3#column_left {
    margin-top: -2%;
  }

  .product-category .col-sm-3,
  .product-category .col-sm-9 {
    width: 100%;
  }

  .product-category .col-sm-9 {
    margin-top: 8%;
  }

  /* Information Page */
  .info-navbar {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
    margin: 0;
  }

  .delivery-information, .return-policy, .tnc, .privacy-policy{
    width: 100%;
  }

  /* Product Page */
  .product-third-row {
    width: 100%;
  }

  .product-info .product-center, .popup-gallery {
    width: 50%;
  }

  .product-product h2.product-title {
    font-size: 20px !important;
  }

  .product-product .product-info .cart .add-to-cart .quantity input {
    min-width: 130px;
  }

  .product-info .cart .add-to-cart .button {
    padding: 10px 30px;
  }

  .product-info .cart .add-to-cart .quantity #q_up, .product-info .cart .add-to-cart .quantity #q_down {
    width: 40px;
  }
}
