@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: Medilove - Medical Equipment WooCommerce WordPress Theme
    Description: Medilove - Medical Equipment WooCommerce WordPress Theme
    Author: BDevs
    Author URI: https://themeforest.net/user/bdevs
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================
    01. variables
    02. mixins
    03. common
    04. overlay
    05. header
    06. slider
    07. product
    08. blog
    09. section-title
    11. breadcrumb
    12. btn
    13. footer
    14. testimonial
    15. contact
    16. loader
-----------------------------------------------------------------------------------*/
@media (max-width: 992px) {
  .container, .container-md, .container-sm {
    max-width: 800px;
  }
}
.row-2 {
  --bs-gutter-x: 30px;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
/* preloader css */
@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
* {
  box-sizing: border-box;
}
*::-moz-selection {
  background: #848b8a;
  color: #fff;
  text-shadow: none;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #777;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0F1D39;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #4c80fa;
}

h1 {
  font-size: 48px;
  line-height: 1.3;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-size: 16px;
  line-height: 1.2;
}

hr {
  margin: 20px 0;
  border-color: #575a5a;
}

ol {
  list-style: decimal;
}

ol li::marker {
  font-family: var(--bs-font-sans-serif);
}

p {
  font-size: 15px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font-pt {
  font-family: "Futura PT";
}

.font-pt-demi {
  font-family: "Futura PT Demi";
}

.font300 {
  font-weight: 300;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.line-height-1 {
  line-height: 1;
}

input {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
input:focus-visible {
  outline: 0;
}

img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

a {
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}
a:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}

button {
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
button:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.extra-padding-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.extra-padding-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.width50 {
  width: 50%;
}

.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

.over-hidden {
  overflow: hidden;
}

.clear-both {
  clear: both;
}

.z-index1 {
  z-index: 1;
}

.z-index11 {
  z-index: 11;
}

.over-scroll {
  overflow: scroll;
}

.over-x-hidden {
  overflow-x: hidden;
}

.over-y-scroll {
  overflow-y: scroll;
}

.cursor-pinter {
  cursor: pointer;
}

.bor-radius5 {
  border-radius: 5px;
}

.top0 {
  top: 0;
}

.left0 {
  left: 0;
  left: 0;
}

.right0 {
  right: 0;
}

.bottom0 {
  bottom: 0;
}

.transfX50 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.transfY50 {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.transfXY50 {
  top: 50%;
  left: 50%;
  transform: translateZ(-50%);
  -webkit-transform: translateZ(-50%);
  -moz-transform: translateZ(-50%);
  -ms-transform: translateZ(-50%);
  -o-transform: translateZ(-50%);
}

.transition-3 {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.transition-5 {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.mlr-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  outline: 0 none;
}
.btn a:focus {
  color: #0F1D39;
}
.btn a:focus::before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
}
.btn a:active {
  color: #0F1D39;
}
.btn a:active::before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
}

.btn-link:hover {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  box-shadow: 0 0 0 1.1px #f0f0f0;
}

.footer-menu li a:hover {
  text-decoration: none;
  outline: 0 none;
  color: inherit;
}

*::-moz-selection {
  background: #848b8a;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #848b8a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #848b8a;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9E9E9E;
  font-size: 14px;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9E9E9E;
  font-size: 14px;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9E9E9E;
  font-size: 14px;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #9E9E9E;
  font-size: 14px;
  opacity: 1;
}

.transition {
  transition: 0.3s;
}

.not-found-page-height {
  min-height: 800px;
}
.not-found-page-height h2 {
  font-size: 220px;
}

.banner-space {
  padding-right: 50px;
}

@media (max-width: 992px) {
  .banner-space {
    padding-right: 0;
  }
}
.pb-26 {
  padding-bottom: 26px;
}

.pl-37 {
  padding-left: 37px;
}

.pb-47 {
  padding-bottom: 47px;
}

/* white overlay */
@media (max-width: 992px) {
  [data-overlay] {
    position: relative;
  }

  [data-overlay]::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  [data-overlay="3"]::before {
    opacity: 0.3;
  }

  [data-overlay="4"]::before {
    opacity: 0.4;
  }

  [data-overlay="5"]::before {
    opacity: 0.5;
  }

  [data-overlay="6"]::before {
    opacity: 0.6;
  }

  [data-overlay="7"]::before {
    opacity: 0.7;
  }

  [data-overlay="8"]::before {
    opacity: 0.8;
  }

  [data-overlay="9"]::before {
    opacity: 0.9;
  }
}
.flex-column {
  flex-direction: column;
}

.pb-5-px {
  padding-bottom: 5px;
}

.pb-43 {
  padding-bottom: 43px;
}

/*
=================================
04. overlay
=================================
*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #222;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/*
=================================
05. header
=================================
*/
.header {
  left: 0;
  top: 0;
  right: 0;
  z-index: 22;
  transition: 0.3s;
  position: relative;
}
.medilove_header_top {
  border-bottom: 1px solid #E7E9EE;
}

.medilove-container {
  max-width: 1520px;
}
.medilove_call {
  font-size: 14px;
  font-weight: 500;
  color: #777;
}
.medilove_call:hover {
  color: #2D61EF;
}
.m_top_btn {
  padding: 0px 15px;
  display: inline-block;
  background-color: #2D61EF;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 25px;
  line-height: 23px;
}
.m_top_btn:hover {
  background-color: #EC6449;
  color: #fff;
}
.medilove_header_top_text span {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.medilove_header_language {
  position: relative;
}
.medilove_language > a {
  font-size: 14px;
  color: #777;
}
.medilove_language > a i {
  margin-left: 5px;
}
.header-lang-list li {
  display: block;
  list-style: none;
}
.header-lang-list li a {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  display: block;
}
.header-lang-list li:not(:last-child) {
  margin-bottom: 5px;
}
.header-lang-list {
  background-color: #fff;
  box-shadow: 0 13px 29px rgba(0,0,0,0.1);
  padding: 10px 15px;
  width: 150px;
  position: absolute;
  top: 120%;
  transition: 0.3s;
  z-index: 1;
  border-top: 2px solid #2D61EF;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  right: 0;
}

.medilove_header_language:hover .header-lang-list {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.medilove_header_top_login {
  display: inline-block;
}
.medilove_header_language {
  display: inline-block;
}

.medi_left_border {
  position: relative;
  margin-left: 15px;
}


.medi_left_border .medilove_language > a {
  padding: 15px 20px;
  padding-right: 0;
  position: relative;
  display: inline-block;
}
.medi_left_border .medilove_language > a:hover {
  color: #2D61EF;
}
.header-lang-list li a:hover {
  color: #2D61EF;
}
.medi_left_border .medilove_language > a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #E7E9EE;
}
.medilove_header_top_login a {
  font-size: 14px;
  color: #777;
}
.medilove_header_top_login a:hover {
  color: #2D61EF;
}


.medi_right_text {
  display: block;
}
.medi_right_single {
  display: inline-block;
  text-align: center;
}
.medilove_whishlist.medi_right_single {
}
.medi_right_single i {
  font-size: 25px;
  font-weight: 400;
  color: #0F1D39;
}
.medilove_count_item {
  position: relative;
  display: inline-block;
}
.medilove_count_number {
  position: absolute;
  top: -5px;
  right: -10px;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #3F85FE;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
}

.medilove_main_menu ul li a {
  font-size: 15px;
  color: #0F1D39;
  font-weight: 500;
  text-transform: uppercase;
}
.medilove_main_menu ul li {
  display: inline-block;
}

.medilove_main_menu ul > li.has-dropdown > a::after {
  content: "\f0d7";
  font-family: 'font awesome 5 Pro';
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
  float: right;
}
.medilove_main_menu ul li > .sub-menu {
  width: 230px;
  background-color: #fff;
  box-shadow: 0 13px 29px rgba(0,0,0,0.1);
  border-top: 4px solid #2D61EF;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 120%;
  transition: 0.3s;
  text-align: start;
}
.medilove_main_menu ul li.menu-last > .sub-menu {
  left: auto;
  right: 0;
}
.medilove_main_menu ul li .sub-menu li {
  margin-right: 0;
  display: block;
}
.medilove_main_menu ul li:not(:last-child) {
  margin-right: 40px;
}
.medi_right_single:not(:first-child) {
  margin-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .medilove_main_menu ul li:not(:last-child) {
    margin-right: 25px;
  }
  .medi_right_single:not(:first-child) {
    margin-left: 15px;
  }
  .medilove_menu_6.medilove_main_menu ul li:not(:last-child) {
    margin-right: 15px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .medilove_main_menu ul li:not(:last-child) {
    margin-right: 30px;
  }
}
.medilove_main_menu ul > li a {
  padding: 35px 0;
  display: inline-block;
}
.medilove_main_menu ul li .sub-menu li a {
  padding: 5px 20px;
  text-transform: capitalize;
  display: block;
}
.medilove_main_menu ul li .sub-menu li a:hover {
  color: #2D61EF;
}
.medilove_main_menu ul > li:hover > a {
  color: #2D61EF;
}
.medilove_main_menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.medilove_main_menu ul li > .sub-menu li .sub-menu {
  top: 100%;
  left: 100%;
}
.medilove_main_menu ul li.menu-last > .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
}
.medilove_main_menu ul li > .sub-menu li:hover .sub-menu {
  top: 0;
}
.medilove_main_menu ul li > .sub-menu li .sub-menu li .sub-menu{
  top: 100%;
  left: 100%;
}
.medilove_main_menu ul li.menu-last > .sub-menu li .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
}
.medilove_main_menu ul li > .sub-menu li .sub-menu li:hover .sub-menu{
  top: 0;
}
.medilove_main_menu ul li > .sub-menu li .sub-menu li .sub-menu li .sub-menu{
  top: 100%;
  left: 100%;
}
.medilove_main_menu ul li.menu-last > .sub-menu li .sub-menu li .sub-menu li .sub-menu {
  left: auto;
  right: 100%;
}
.medilove_main_menu ul li > .sub-menu li .sub-menu li .sub-menu li:hover .sub-menu{
  top: 0;
}
.medilove_main_menu ul li {
  position: relative;
  z-index: 3;
}

@media (max-width: 991px) {
  .medilove_header_top_text {
    padding: 15px 0;
    position: relative;
  }
  .medilove_header_top_text:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% + 24px);
    content: "";
    background-color: #E7E9EE;
    height: 1px;
    transform: translateX(-50%);
  }
  .mobile_menu.mean-container .mean-nav ul#menu-main-menu {
    display: block !important;
  }

}
.medilove_logo img {
    max-width: 180px;
}
.icon-menu {
  font-size: 28px;
  color: #0F1D39;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .medilove_logo img {
      max-width: 135px;
  }

}
@media (max-width: 767px) {
  .medi_left_border {
    margin-left: 8px;
  }
  .medi_left_border .medilove_language > a {
    font-size: 12px;
    padding: 15px 10px;
  }
  .medilove_call {
    font-size: 12px;
  }
  .medilove_logo img {
    max-width: 140px;
  }
  .icon-menu {
    font-size: 28px;
  }

}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .icon-menu {
    font-size: 25px;
  }
}
.medilove_logo {
  padding: 20px 0;
}
.medilove_hsearch_wrap input {
  height: 60px;
  background-color: #F9F9F9;
  border: 0;
  border-radius: 5px;
  width: 100%;
  padding: 0 25px;
  padding-right: 60px;
  color: #9E9E9E;
}
.medilove_hsearch_wrap {
  position: relative;
}
.medilove_hsearch_wrap button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  border: 0;
  background0c: ;
  background-color: transparent;
}
.medilove_hsearch_wrap input::placeholder {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 400;
}
.header .subscribe-form-area h5:hover {
  color: #777;
}
.header .subscribe-form-area h5.title:before {
  background: #777;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 222;
  background: #fff;
  -webkit-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
  -moz-box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
  box-shadow: 0 8px 4px -7px rgba(115, 115, 115, 0.1);
}
.sticky-menu .header-right {
  padding: 15px 0;
}
.sticky-menu .header-right .header-search input {
  background: #F9F9F9;
}
.sticky-menu.home1-header-bottom {
  padding-left: 70px;
  padding-right: 65px;
}
.header-area1.sticky-menu {
  height: 80px;
}
.header-bottom .logo2 {
  display: none;
}
.sticky-menu.home2-header-bottom {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sticky-menu.home2-header-bottom .logo2 {
  display: block;
}
.home3-header-bottom.sticky-menu {
  background: #072563;
  padding-left: 20px;
  padding-right: 25px;
}
.page-header .header-bottom.sticky-menu {
  padding-left: 20px;
  padding-right: 25px;
}
.page-header .header-top::after {
  display: none;
}
.page-header .header-right > ul::before {
  display: none;
}
.page-header .header-shopping-cart > span.s-count {
  right: -5px;
  right: -5px;
  top: -5px;
  top: -5px;
}
.page-header .header-wishlist .s-count {
  right: -5px;
  top: -5px;
}
.page-header .header-search {
  width: auto;
}
.page-header .header-search span {
  font-size: 22px;
}
.page-header .sub-menu2 ul li .mega-menu {
  top: 60px;
}
.page-header .sub-menu2 ul li .mega-menu.full-mega-menu {
  top: 60px;
}
.logo {
  min-width: 180px;
}
.logo::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 146%;
  background: #ebebeb;
  right: 0;
  top: -20px;
}
.header-top::after {
  position: absolute;
  content: "";
  height: 1px;
  background: #ebebeb;
  bottom: 0;
  left: -61px;
  right: 0;
}
.header-top a:hover {
  color: #4c80fa;
}
.header-search {
  width: 745px;
}
.header-search input {
  height: 42px;
  border-radius: 30px;
}
.header-search span {
  left: 22px;
  font-size: 18px;
  top: 9px;
  font-size: 16px;
}
.h-top-left {
  width: 210px;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.currency::after {
  position: absolute;
  content: "";
  font-family: "icomoon" !important;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.show-currency {
  width: 200px;
  top: 40px;
  z-index: 111;
  padding-left: 26px;
  display: none;
}
.currency-area a {
  color: #a1a1a1;
  font-size: 14px;
}
.header-shopping-cart > span {
  font-size: 23px;
  color: #222;
}
.header-shopping-cart > span.s-count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 13px;
  right: -8px;
  top: -7px;
}

.header-wishlist a span {
  font-size: 23px;
  color: #222;
}
.header-wishlist .s-count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 13px;
  right: -8px;
  top: -7px;
  right: -9px;
  top: -6px;
}

.header-account span {
  font-size: 23px;
  color: #222;
}

.cart-content span {
  font-size: 14px;
  line-height: 1.1;
  color: #333333;
  display: inline-block;
}

.my-cart span {
  font-size: 12px;
}

.header-right > ul::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 75px;
  background: #ebebeb;
  top: -20px;
  bottom: 0;
  left: 0px;
}
.header-right ul:first-child::before {
  display: none;
}
.header-right .header-shopping-cart-details .h-shop-cart-contetn ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #777;
}
.header-right .header-shopping-cart-details .s-sub-t span {
  font-size: 14px;
  font-weight: 500;
}
.header-right a.mobile-menubar {
  font-size: 20px;
}

.header-bottom-right ul:first-child::before {
  display: none;
}
.header-bottom-right ul::before {
  position: absolute;
  content: ".";
  color: #4c80fa;
  left: 0;
  top: 35%;
  transform: translateY(-50%);
}
.header-bottom-right a {
  font-size: 14px;
}
.header-bottom-right a.mobile-menubar {
  font-size: 20px;
}

.sub-menu2 ul li {
  display: inline-block;
  position: relative;
}
.sub-menu2 ul li:last-child {
  margin-right: 0;
}
.sub-menu2 ul li:last-child > a {
  margin-right: 0;
}
.sub-menu2 ul li:last-child a {
  padding-right: 0;
}
.sub-menu2 ul li > a {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 23px;
  position: relative;
}
.sub-menu2 ul li:hover a {
  color: #4c80fa;
}
.sub-menu2 ul li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.sub-menu2 ul li:hover > .mega-menu.mega-sub-menu {
  top: -25px;
}
.sub-menu2 ul li a.dp-menu {
  padding-right: 14px;
}
.sub-menu2 ul li a.dp-menu::after {
  position: absolute;
  content: "";
  font-family: "icomoon" !important;
  margin-left: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.sub-menu2 ul li a:hover::before {
  width: 100%;
  left: 0;
}
.sub-menu2 ul li a.active::before {
  width: 100%;
  left: 0;
}
.sub-menu2 ul li .mega-menu {
  position: absolute;
  top: 38px;
  left: 0;
  min-width: 230px;
  height: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center top;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transition: 0.5s;
  -webkit-transition: transform 500ms ease, opacity 500ms ease;
  -moz-transition: transform 500ms ease, opacity 500ms ease;
  -ms-transition: transform 500ms ease, opacity 500ms ease;
  -o-transition: transform 500ms ease, opacity 500ms ease;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
.sub-menu2 ul li .mega-menu li {
  display: block;
  height: auto;
  margin-bottom: 15px;
  margin-right: 0;
}
.sub-menu2 ul li .mega-menu li a:hover {
  color: #4c80fa;
}
.sub-menu2 ul li .mega-menu li a.mega-title:hover {
  padding-left: 0;
}
.sub-menu2 ul li .mega-menu li .mega-menu {
  left: 100%;
  top: 100%;
}
.sub-menu2 ul li .mega-menu a {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  display: inline-block;
  padding-right: 0;
  text-transform: capitalize;
}
.sub-menu2 ul li .mega-menu a::after {
  display: none;
}
.sub-menu2 ul li .mega-menu a.mega-title:hover::before {
  display: none;
}
.sub-menu2 ul li .mega-menu.full-mega-menu {
  position: absolute;
  top: 38px;
  left: 0;
  min-width: 230px;
  height: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center top;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transition: 0.5s;
  -webkit-transition: transform 500ms ease, opacity 500ms ease;
  -moz-transition: transform 500ms ease, opacity 500ms ease;
  -ms-transition: transform 500ms ease, opacity 500ms ease;
  -o-transition: transform 500ms ease, opacity 500ms ease;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  left: 15px;
  max-width: 1200px;
  display: flex;
  background-attachment: scroll;
  background-position: right center;
}
.sub-menu2 ul li:hover .mega-menu.full-mega-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.sub-menu2 ul li.full-mega-menu-position {
  position: static;
}
.sub-menu2 .mega-menu ul > li {
  margin-left: 0;
  margin-bottom: 5px;
}

.title::before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: -5px;
  background: #4c80fa;
  height: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  bottom: -1px;
}
.title:hover:before {
  width: 100%;
  left: 0;
}

.title.active::before {
  width: 100%;
  left: 0;
}

.title.text-white::before {
  background: #fff;
}

.header3 .sub-menu2 ul li .mega-menu {
  top: 44px;
}
.header3 .sub-menu2 ul li .mega-menu a {
  color: inherit;
}

.header3 .sub-menu2 ul li .mega-menu li > a:hover {
  color: #3dbebd;
}
.header3 .sub-menu2 ul li .mega-menu.full-mega-menu {
  top: 44px;
  top: 108%;
}
.header3 .sub-menu2 ul li:hover > a {
  color: #3dbebd;
}
.header3 .sub-menu2 ul li > a {
  color: #fff;
}
.header3 .sub-menu2 ul li > a:hover {
  color: #3dbebd;
}

.header3 .sub-menu2 ul li > a.active {
  color: #3dbebd;
}
.header3 .header-bottom-right ul::before {
  color: #3dbebd;
}
.header3 .header-right a span {
  color: #fff;
}
.header3 .header-right > ul::before {
  display: none;
}
.header3 .header-wishlist .s-count {
  right: -5px;
  top: -5px;
}
.header3 .header-search {
  width: auto;
}
.header3 .header-search span {
  font-size: 22px;
}
.header3 .header-shopping-cart-details .web-btn.h2-web-btn:hover::before {
  background: #3dbebd;
}

.mega-dropdown-menu li a span {
  font-size: 13px;
}

.mean-container.sub-menu2 ul li.full-mega-menu-position {
  position: inherit;
}

.mean-container .mega-menu {
  background-image: none !important;
}
.mean-container .mega-menu li {
  border-right: 0;
}
.mean-container .mega-menu.full-mega-menu > li {
  padding-left: 0;
  padding-top: 0;
}
.mean-container .mean-nav ul li {
  background: #fff;
}
.mean-container .mean-nav ul li a {
  color: #0F1D39;
  font-size: 15px;
  padding-left: 0px;
  margin-right: -15px;
  width: 94%;
}
.mean-container .mean-nav ul li a:hover {
  color: #4c80fa;
}

.mean-container .mean-nav .mega-menu {
  border: 0;
}

.mega-menu.full-mega-menu > li {
  min-width: 250px;
}
.header-shopping-cart-details {
    border: 1px solid #e6e6e6;
    padding: 40px;
    position: absolute;
    top: 57px;
    right: 0;
    width: 350px;
    display: none;
    background-color: #fff;
    z-index: 3;
}
.news-letter .subscribe-form-area {
  width: 350px;
  top: 56px;
  right: -2px;
  z-index: 1000;
  display: none;
  width: 400px;
  top: 38px;
}
.h-shop-cart-img {
  width: 80px;
}

.h-shop-cart-contetn h6 {
  line-height: 1.2;
}

.s-p-remove {
  margin-top: -9px;
}

.top-banner {
  background-size: cover;
  background-position: center;
}
.top-banner p span {
  font-weight: 500;
}
.header2 .sub-menu2 ul li:hover > a {
  color: #3F85FE;
}
.header2 .sub-menu2 ul li .mega-menu {
  top: 44px;
}
.header2 .sub-menu2 ul li .mega-menu li > a:hover {
  color: #3F85FE;
}

.header2 .header-bottom-right ul::before {
  color: #3F85FE;
}
.header2 .header-search span {
  right: 25px;
  left: auto;
}
.header2 .header-right > ul::before {
  display: none;
}
.header2 .header-top::after {
  display: none;
}
.header2 .header-top::before {
  display: none;
}
.title.title2::before {
  background: #3F85FE;
}
.heade3 .sub-menu2 ul li .mega-menu.full-mega-menu {
  top: 44px;
}
.title.title3::before {
  background: #3dbebd;
}
.shop-sidebar-area .title::before {
  background: #777;
  height: 2px;
}
.header-area1 .header-shopping-cart-details .web-btn:hover::before {
  background: #ebf1ff;
}
.term-con-content p::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 pro";
  font-weight: 500;
  font-size: 12px;
  color: #3F85FE;
  left: 0;
  top: 3px;
}
.slider-pattern.position-absolute {
  right: 175px;
  bottom: -40px;
}
.b-pattern2 {
  left: -20px;
  bottom: -12px;
  z-index: -1;
}
.f-pattern {
  right: 85px;
  top: -85px;
}

.b-pattern {
  left: -136px;
  top: -80px;
}

.video-button2 {
  right: 475px;
  top: 128px;
}

.play-btn a {
  background: #fff;
  width: 110px;
  height: 110px;
  display: inline-block;
  line-height: 110px;
  text-align: center;
  color: #121869;
  border-radius: 50%;
  font-size: 24px;
  padding-left: 5px;
  padding-top: 1px;
}
.play-btn a:hover {
  background: #3dbebd;
  color: #fff;
}

.circle-animation {
  position: relative;
}
.circle-animation::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

.side-mobile-menu {
  width: 320px;
  position: fixed;
  right: -340px;
  top: 0;
  z-index: 99999;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  overflow: scroll;
}
.side-mobile-menu .header-search-content ul li a {
  font-size: 14px;
  margin: 12px;
  color: #777;
}
.side-mobile-menu .header-search-content ul li a:hover {
  color: #4c80fa;
}
.side-mobile-menu .header-search-content ul li a.active {
  color: #4c80fa;
}
.side-mobile-menu .header-search-content form button {
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.side-mobile-menu .header-search-content form input {
  text-indent: 0;
  height: 50px;
  padding-left: 20px !important;
  padding-right: 60px !important;
}
.side-mobile-menu .menu-login {
  clear: both;
}
.side-mobile-menu .menu-login ul li {
  padding: 15px 0;
  list-style: none;
}
.side-mobile-menu .menu-login ul li a {
  color: #0F1D39;
  font-size: 14px;
  cursor: pointer;
}
.side-mobile-menu .menu-login ul li a:hover {
  color: #3F85FE;
}
.side-mobile-menu .social-link li a:hover {
  color: #0F1D39;
}
.side-mobile-menu .social-link li a.active {
  color: #0F1D39;
}

.side-mobile-menu.open-menubar {
  right: 0;
}

.icon-clear {
  font-size: 16px;
  color: #0F1D39;
}
.close-menu {
  margin-right: -10px;
}

.close-menu span {
  color: #0F1D39;
  line-height: 34px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #0F1D39;
}
.close-menu span:hover {
  background: #3F85FE;
  border-color: #3F85FE;
  color: #ffffff;
}

#scroll a {
  position: fixed;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: -1px;
  bottom: 60px;
  cursor: pointer;
  z-index: 11;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 5px;
}
#scroll a:hover {
  color: #fff;
}
#scroll a:focus {
  color: #fff;
}
.header-search-details {
  width: 100%;
  position: fixed;
  top: -250%;
  left: 0;
  z-index: 555;
  height: 100%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.header-search-details ul li a.active {
  color: #0F1D39;
  font-weight: 500;
}

.header-search-details.open-search-info {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.header-search-content h3 {
  font-size: 30px;
}
.header-search-content ul li a {
  font-size: 15px;
  color: #777;
  margin: 30px 32px;
  display: block;
}
.header-search-content ul li a:hover {
  color: #0F1D39;
  font-weight: 500;
}
.header-search-content input {
  border: 0;
  border-bottom: 2px solid #ebebeb;
}
.header-search-content input:focus {
  border-bottom: 2px solid #3F85FE;
}
.header-search-content form button {
  right: 15px;
  top: 8px;
  font-size: 18px;
  border: 0;
  background-color: transparent;
}
.header-search-details ul li {
    list-style: none;
}
.bar-style {
  color: #222;
  border: none;
  background: transparent;
  font-size: 19px;
  font-weight: 600;
  float: right;
}

button.mobile-menubar.bar-style {
  margin-left: 15px;
}

/*
=================================
06. slider
=================================
*/
.slick-dots {
  position: absolute;
  left: 10.5%;
  bottom: 43px;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center;
}
.slick-dots li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  text-indent: -10000px;
  border: 1px solid transparent;
  position: relative;
}
.slick-dots li::before {
  position: absolute;
  content: "";
  background: #aaaaab;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-dots li::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 25px;
  border-radius: 0 0 90px 90px;
  border: #0F1D39;
  border-top: 0;
  transform: rotate(40deg) !important;
  left: 0;
  z-index: 11;
  border: 2px solid transparent;
  border-top: transparent !important;
  bottom: 3px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slick-dots li.slick-active::after {
  border: 1px solid #222;
}
.slick-dots li.slick-active::before {
  background: #222;
}
.slider3 .slick-dots {
  position: absolute;
  left: 10.5%;
  bottom: 43px;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center;
  left: auto;
  bottom: 50%;
  right: 0;
  flex-direction: column;
}
.slider3 .slick-dots li.slick-active::after {
  border: 1px solid #3dbebd;
}
.slider3 .slick-dots li.slick-active::before {
  background: #5b6e94;
}
.slider3 .slick-dots li::after {
  transform: rotate(120deg) !important;
  left: 4%;
  bottom: 10px;
}
.slider3 .slick-arrow .l-a {
  display: none;
  position: inherit;
}
.slider3 .slick-arrow .r-a {
  display: none;
  position: inherit;
}
.slider2 .slick-dots {
  display: none;
  position: inherit;
}
.slider2 .single-product-price span {
  font-size: 32px;
}
.slider2 .single-product-price li span.prod-remove {
  font-size: 22px;
}
.slick-arrow .l-a {
  width: 40px;
  background: #ffffff;
  height: 120px;
  color: #bfbfbf;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 28px;
  font-size: 15.5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 1;
  border: 2px solid #e6e6e6;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: auto;
  left: -20px;
}
.slick-arrow .l-a span {
  display: block;
}
.slick-arrow .l-a:hover {
  color: #fff;
  background: #3F85FE;
  border: 2px solid #fff;
}
.slick-arrow .r-a {
  width: 40px;
  background: #ffffff;
  height: 120px;
  color: #bfbfbf;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 28px;
  font-size: 15.5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 1;
  border: 2px solid #e6e6e6;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.slick-arrow .r-a span {
  display: block;
}
.slick-arrow .r-a:hover {
  color: #fff;
  background: #3F85FE;
  border: 2px solid #fff;
}

.slider1 .slick-arrow .l-a {
  display: none;
  position: inherit;
}
.slider1 .slick-arrow .r-a {
  display: none;
  position: inherit;
}
.slider-height {
  min-height: 710px;
}

.slider-content {
  left: 8.3%;
}
.slider-content h2 {
  font-size: 64px;
  line-height: 1;
  font-size: 44px;
  font-size: 64px;
}
.slider-content p {
  font-size: 17px;
}
.single-slider {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-height {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider-off-tags {
  bottom: 32%;
  left: 48%;
}
.slider-off-tags a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 1.2;
  padding-top: 16px;
}
.off-tag-bounce {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.slider-height2 {
  min-height: 570px;
}

.slider-height3 {
  min-height: 800px !important;
}

.page-height3 {
  min-height: 300px;
}

.slider-img {
  right: 9%;
  width: 50%;
  bottom: -12px;
}

.z-index1 {
  position: relative;
  z-index: 1;
}

.slick-slide:focus {
  outline: none;
}

.slider-img.slider-3-img {
  position: absolute;
}

.slider-content-2 h2 {
  font-size: 44px;
}

.slider-content {
  overflow: hidden;
}

/*
=================================
07. product
=================================
*/
.most-purchased-item-active .slick-arrow .r-a {
  width: auto;
  background: transparent;
  height: auto;
  right: 0;
  top: -60px;
  border: none;
  color: #4c80fa;
  font-size: 15px;
  font-weight: 600;
}
.most-purchased-item-bg2 .most-purchased-item-active .slick-arrow .r-a {
  color: #fff;
}
.product-carousal-area .slick-arrow .l-a {
  height: 42px;
  line-height: 38px;
  font-size: 20px;
  opacity: 0;
  transition: 0.5s;
  opacity: 1;
}
.product-carousal-area .slick-arrow .r-a {
  height: 42px;
  line-height: 38px;
  font-size: 20px;
  opacity: 0;
  transition: 0.5s;
  opacity: 1;
}
.hvr:hover {
  color: #4c80fa;
}
.hvr2:hover {
  color: #3F85FE;
}
.hvr3:hover {
  color: #3dbebd;
}
.popular-product3 .single-product:hover .img-zoom {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.best-product-right:hover .img-zoom {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.img-zoom:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.social-link li a {
  font-size: 14px;
  font-size: 16px;
  width: 40px;
  height: 39px;
  border: 1px solid;
  display: block;
  text-align: center;
  line-height: 38px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.social-link li a:hover {
  color: #fc4a1a;
}
.social-link li a.active {
  color: #4c80fa;
}
.category-lineup h2 {
  font-size: 120px;
  color: #f7f7f7;
  line-height: 0.68;
  font-family: "Futura PT";
  font-weight: bold;
  letter-spacing: 2.66px;
  word-spacing: 30px;
  text-transform: uppercase;
}
.category-widget h5 {
  font-family: "Futura PT Demi";
  font-size: 17px;
  color: #222222;
}
.category-widget li a {
  font-size: 14px;
  font-weight: 300;
  color: #444444;
  position: relative;
  transition: 0.3s;
}
.category-widget li a:hover {
  color: #4c80fa;
  padding-left: 15px;
}
.category-widget li a:hover::before {
  display: inline-block;
}
.category-widget li a::before {
  position: absolute;
  content: "__";
  left: 0;
  top: -50%;
  color: #4c80fa;
  display: none;
}
.category-widget ul li {
  margin-bottom: 9px;
}
.category-lineup-area2 .category-lineup h2 {
  color: #f9f9f9;
  letter-spacing: 14.66px;
}
.banner-sub-tittle {
  font-size: 22px;
}
.banner-sub-tittle2 {
  color: #878787;
}
.banner-title h4 {
  font-size: 30px;
}
.off-tag {
  right: 62px;
  top: 2px;
}
.off-tag a {
  font-size: 14px;
  background: #febd00;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.off-tag a span {
  font-size: 14px;
  font-weight: 500;
}

.free-shopping-area p {
  font-size: 13px;
}

.countdown-time {
  bottom: 25px;
}

.timer .d-flex > span {
  margin-right: 6px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07);
}
.timer span {
  font-size: 16px;
  color: #0F1D39;
  background: #fff;
  min-width: 46px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
.timer p {
  text-transform: uppercase;
  color: #0F1D39;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 3px;
}

.time-count {
  padding-top: 8px;
}

.weekly-deal .timer .d-flex > span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #3F85FE;
}
.weekly-deal .timer span {
  color: #fff;
  background: #3F85FE;
  border-radius: 50%;
}
.weekly-deal .timer p {
  color: #fff;
  margin-bottom: 8px;
}
.promo-banner-content h2 {
  font-size: 40px;
}
.weekly-deal-area .weekly-deal .timer .d-flex > span {
  background: #3dbebd;
}
.weekly-deal-area .weekly-deal .timer span {
  background: #3dbebd;
}

.off-banner-area .section-title h3 {
  font-size: 38px;
  line-height: 1.1;
}
.single-product-info {
  bottom: 35px;
  left: 0;
  right: 0;
}
.single-product-info h6 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  line-height: 1.2;
}

.single-product-price span {
  font-size: 14px;
}
.single-product-price span del {
  color: #b2b2b2;
}
.single-product-label {
  top: 21px;
  right: 0px;
  border-radius: 25px 0 0 25px;
  background: #e4573d;
  min-height: 20px;
  min-width: 45px;
  line-height: 18px;
  border-radius: 25px 0 0 25px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
}
.single-product-label span {
  font-size: 12px;
}

.single-product-label.text-label {
  right: auto;
  left: 0;
  background: #57b47a;
  border-radius: 0 25px 25px 0;
}
.single-product:hover .single-product-info {
  bottom: 50px;
}
.single-product:hover .product-action li a {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}

.handpick-items-area .single-product-label {
  top: 0;
}

.product-action li a {
  background: #f2f2f2;
  height: 43px;
  line-height: 43px;
  transition: 0.3s;
}
.product-action li a:hover {
  color: #fff;
  background: #4c80fa;
  background: #3dbebd;
}

.nice-select {
  color: #222;
  font-weight: 600;
  font-size: 13px;
}
.nice-select .list {
  left: auto;
  right: 0;
}
.nice-select::after {
  height: 7px;
  width: 7px;
}

.hm2 .single-product-info h6 a:hover {
  color: #3F85FE;
}
.hm2 .title:hover {
  color: #3F85FE;
}
.hm2 .mean-container .mean-nav ul li a:hover {
  color: #3F85FE;
}

.single-product-category {
  width: 163px;
}
.single-product-category a span {
  font-size: 38px;
}
.single-product-category h5 {
  font-size: 15px;
  font-weight: 500;
}
.single-product-category::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #ebebeb;
  right: 0;
  top: 0;
}
.single-product-category:last-child:after {
  display: none;
}
.single-product-category:hover h5 {
  -webkit-animation: pulse 0.5s ease-in-out;
  -moz-animation: pulse 0.5s ease-in-out;
  -ms-animation: pulse 0.5s ease-in-out;
  animation: pulse 0.5s ease-in-out;
}
.product-category-bg {
  max-width: 1420px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.06);
  top: -80px;
}
.shop-color li {
  width: 50%;
  float: left;
}

.shop-tag li a {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  padding: 4px 7px;
  display: inline-block;
  background: #F9F9F9;
  margin-right: 4px;
  margin-bottom: 5px;
}
.sidebar-widget h6 {
  font-size: 16px;
}
.sidebar-widget a:hover {
  color: #ff3030;
}
.sidebar-widget .accordion:after {
  content: "";
  font-family: "icomoon";
  float: right;
  margin-left: 5px;
  font-weight: 800;
  font-size: 14px;
  color: #777;
}
.sidebar-widget .active::after {
  content: "";
}
.sidebar-widget .panel {
  padding: 0 18px;
  max-height: 0;
  transition: 0.2s ease-out;
}
.sidebar-widget:hover > ::after {
  width: 100%;
}

.pro-wishlist .web-btn span {
  font-size: 18px;
}
.size li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #0F1D39;
}
.size li a:hover {
  background: #ae946d;
  color: #fff;
  border: 1px solid #ae946d;
}

.view-mode span {
  font-size: 18px;
}

.shop-product .nav-tabs .nav-link {
  padding-left: 0;
  padding-right: 17px;
  font-size: 18px;
  color: #777;
}
.shop-product .nav-tabs .shop-product .nav-item.show .nav-link {
  color: #222;
}
.shop-product .nav-tabs .nav-link.active {
  color: #222;
}

#slider-range {
  position: relative;
  margin-bottom: 25px;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-state-default {
  background: #fff;
  border-radius: 50px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.ui-widget-content {
  background: #ebebeb;
}
.ui-widget-content .ui-state-default {
  background: #fff;
  border-radius: 50px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.ui-widget-header {
  background: #0F1D39;
}
.ui-widget-header .ui-state-default {
  background: #fff;
  border-radius: 50px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.ui-button {
  background: #fff;
  border-radius: 50px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
html .ui-button.ui-state-disabled:hover {
  background: #fff;
  border-radius: 50px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
html .ui-button.ui-state-disabled:active {
  background: #fff;
  border-radius: 50px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.004);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.ui-slider-horizontal {
  height: 6px;
  border-radius: 0;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
}

.ui-slider .ui-slider-handle {
  height: 15px;
  width: 15px;
  -webkit-transition: all 0s ease-out 0s;
  -moz-transition: all 0s ease-out 0s;
  -ms-transition: all 0s ease-out 0s;
  -o-transition: all 0s ease-out 0s;
  transition: all 0s ease-out 0s;
}
.ui-slider .ui-slider-handle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background: #0F1D39;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.price-slider .prc-amount input {
  font-weight: 500;
  width: 95px;
  max-width: 180px;
  color: #9E9E9E;
}
.price-slider .ecom-btn {
  font-size: 14px;
}

.product-filter a span {
  font-size: 12px;
}

.prc-amount label {
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.pagination-area ul.pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.pagination-area .prev.page-numbers i {
    font-weight: 600;
    margin-right: 5px;
}
.pagination-area .next.page-numbers i {
    font-weight: 600;
    margin-left: 5px;
}
.page-numbers {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  background: #f3f3f3;
  display: inline-block;
  border: 0px;
  outline: none;
  cursor: pointer;
  margin: 0px 5px;
  padding: 0px;
  transition: all linear 0.3s;
}
.page-numbers:focus {
  outline: 0;
  box-shadow: 1;
}

.page-item:hover .page-numbers {
  color: #fff;
  background-color: #3F85FE;
  border-color: #3F85FE;
}
.pagination-area .page-item .page-numbers.prev:hover {
  background: transparent;
  border-color: transparent;
  color: #3F85FE;
}
.pagination-area .page-item .page-numbers.next:hover {
  background: transparent;
  border-color: transparent;
  color: #3F85FE;
}
.page-numbers.current {
  background-color: #3F85FE;
  border-color: #3F85FE;
  color: #fff;
}
.pagination-area .page-numbers.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: #666;
  line-height: 1;
  height: inherit;
  width: inherit;
  left: 0;
  right: 0px;
  left: auto;
}

.pagination-area .page-numbers.prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: #666;
  line-height: 1;
  height: inherit;
  width: inherit;
  left: 0;
}

.page-item.disabled .page-numbers {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: #666;
  line-height: 1;
  height: inherit;
  width: inherit;
  left: 0;
}

.product-left-img-tab .nav-pills .nav-link {
  padding: 0;
  margin-bottom: 24px;
  width: 120px;
}

.product-gallery-btn a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.all-info .quantity-field input {
  width: 160px;
  height: 50px;
  border: 2px solid #e9e9e9;
}

.product-view-info .custom-prev {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  border-left: 2px solid #e9e9e9;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 54px;
  color: #9b9b9b;
}
.product-view-info .custom-next {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  border-left: 2px solid #e9e9e9;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 54px;
  color: #9b9b9b;
}
.cart-area .custom-prev {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  border-left: 2px solid #e9e9e9;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 54px;
  color: #9b9b9b;
}
.cart-area .custom-next {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  border-left: 2px solid #e9e9e9;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 54px;
  color: #9b9b9b;
}
.cart-area .web-btn {
  font-size: 13px;
}

.custom-next {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 2px solid #e9e9e9;
}

.product-review-tab-area .nav-pills .nav-link.active {
  color: #3F85FE;
  background: transparent;
}
.product-review-tab-area .nav-pills .nav-link {
  font-size: 20px;
  margin-right: 25px;
  border: 0;
}
.product-review-tab-area .table > :not(caption) > * > * {
  padding: 16px 30px;
}
.product-review-tab-area .title::before {
  background: #3F85FE;
}

.product-view-tab-area .nav-pills .show > .nav-link {
  color: #3F85FE;
  background: transparent;
}
.cart-table .table td {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}
.cart-table .table th {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}

.coupon-area .web-btn {
  font-size: 13px;
}
.coupon-area span {
  font-size: 15px;
  color: #777;
  line-height: 1.5;
}
.coupon-area span:hover {
  color: #ff3030;
  text-decoration: underline;
}
.coupon-area:hover h6::before {
  color: #ff3030;
}
.coupon-area input {
  border: 1px solid #f9f9f9;
  height: 45px;
  margin: 0 0 14px;
  padding: 0 0 0 10px;
  border-radius: 0;
}
.coupon-area .form-control:focus {
  border-color: #e7e7e7;
}
.checkout-area .web-btn {
  font-size: 13px;
}
.checkout-area span {
  font-size: 15px;
  color: #777;
  line-height: 1.5;
}
.checkout-area label {
  font-size: 15px;
  color: #777;
  line-height: 1.5;
  margin-bottom: 5px;
  display: block;
}
.checkout-area:hover h6::before {
  color: #ff3030;
}
.checkout-area input {
  border: 1px solid #f9f9f9;
  height: 45px;
  margin: 0 0 14px;
  padding: 0 0 0 10px;
  border-radius: 0;
}
.checkout-area .form-control:focus {
  border-color: #e7e7e7;
}

.checkout-area .nice-select::after {
  height: 8px;
  right: 22px;
  width: 8px;
}
.checkout-area h4 {
  font-size: 26px;
}
.coupon-code-area input {
  height: 50px;
  border: 1px solid #ebebeb;
}
.total-price-area h2 {
  font-size: 22px;
}

.p-name {
  font-size: 14px;
}
.cart-img {
  width: 120px;
  margin: 0 auto;
}
.p-remove {
  top: 18px;
}
.p-remove span {
  font-size: 18px;
}
.p-remove a {
  right: 3px;
}
.table-content.table-content4 {
  width: 120px;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}
.mobile-wishlist .p-img img {
  width: 120px;
}
.table td {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}
.table th {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
  color: #0F1D39;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.table td.table-content {
  padding: 20px 10px;
  text-align: center;
}

.group-p-table .table th {
  padding: 20px 10px;
  text-align: center;
}
.btn.p-add-cart {
  width: 150px;
}
.p-stock-status {
  font-weight: 600;
}
.coupon-content {
  display: none;
}
.checkout-content {
  display: none;
}
#ship-box-info {
  display: none;
}

#cbox-account-info {
  display: none;
}
#login {
  cursor: pointer;
}
#couponshow {
  cursor: pointer;
}
.coupon-accordion h6 {
  background: #f9f9f9;
  border-top: 3px solid #ff3030;
  font-size: 15px;
  font-weight: 500;
}
.coupon-accordion h6::before {
  content: "";
  left: 16px;
  top: 17px;
  position: absolute;
  color: #777;
  font-family: "Font Awesome 5 pro";
  font-weight: 700;
}
.checkbox-form .checkout-area label span {
  color: #ff3030;
}
.country-select select {
  border: 1px solid #f9f9f9;
  height: 45px;
  margin: 0 0 14px;
  padding: 0 0 0 10px;
  border-radius: 0;
}
.country-select select .form-control:focus {
  border-color: #e7e7e7;
}
.country-select select.form-control:not([size]):not([multiple]) {
  height: 45px;
  font-size: 14px;
}
.shipping .r-inpt {
  height: auto !important;
}
.order-notes textarea {
  border: 1px solid #e7e7e7;
  height: 90px;
}
.order-notes textarea::placeholder {
  opacity: 1;
}
.your-order {
  background: #f9f9f9;
}
.your-order-table table th {
  border-top: medium none;
  vertical-align: middle;
  white-space: nowrap;
  width: 50%;
  border-bottom: 1px solid #e7e7e7;
  border-right: medium none;
  color: #777;
  font-size: 14px;
  padding: 15px 0;
}
.your-order-table table td {
  border-bottom: 1px solid #e7e7e7;
  border-right: medium none;
  color: #777;
  font-size: 14px;
  padding: 15px 0;
}

.payment-method h6 .btn-link {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  cursor: pointer;
}
.faq-title h3 {
  font-size: 20px;
}
.faq-title h3::after {
  content: "";
  width: 50px;
  border-top: 3px solid #ff3030;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.faq-title h3:hover::after {
  width: 100%;
}

.review-title:hover::after {
  width: 100%;
}

.faq-accor button {
  width: 100%;
}
.faq-btn span.qan {
  font-size: 18px;
  color: #777;
  font-weight: 500;
}
.collapsed .faq-close-btn span::before {
  position: absolute;
  content: "";
  top: -11px;
  font-size: 13px;
  font-weight: 600;
  color: #292929;
}
.faq-close-btn {
  font-size: 13px;
  width: 25px;
  font-weight: 600;
}
.faq-area .btn-link {
  color: #292929;
}
.faq-area .btn-link:hover {
  text-decoration: none;
}
.faq-area .btn-link:focus {
  text-decoration: none;
}
.accordion-button:focus {
  border-color: 0;
  box-shadow: 0;
}
.most-purchased-item-bg2 {
  background-size: cover;
  background-position: bottom left;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dee2e6;
}
.product-banner-content.banner-content-2 {
  padding: 44px 37px;
}
.product-box-2 {
  padding: 45px 39px;
}
.pro-heading-2 {
  padding-bottom: 30px;
}
.single-handpick-item {
  padding: 0 10px;
}

/*
=================================
08. blog
=================================
*/
.blog-details-area .slick-arrow .l-a {
  height: 42px;
  line-height: 38px;
  font-size: 20px;
  opacity: 0;
  transition: 0.5s;
}
.blog-details-area .slick-arrow .r-a {
  height: 42px;
  line-height: 38px;
  font-size: 20px;
  opacity: 0;
  transition: 0.5s;
}
.blog-details-area .blog-content2:hover .slick-arrow .l-a {
  opacity: 1;
}
.blog-details-area .blog-content2:hover .slick-arrow .r-a {
  opacity: 1;
}
.blog-details-area p {
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.6;
  line-height: 1.8;
}
.single-blog:hover .img-zoom {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.single-blog:hover .blog-shadow {
  background: #4c80fa;
}
.blog-shadow {
  width: 200px;
  height: 140px;
  z-index: -1;
  top: -14px;
  left: -14px;
}
.single-blog-content::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background: #4c80fa;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.single-blog-content p {
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.6;
}
.blog-area2 .single-blog-content::after {
  background: #3F85FE;
}
.client-avatar {
  width: 120px;
}
.reply-form input {
  border: 1px solid #f9f9f9;
  border: 1px solid #f9f9f9;
  height: 55px;
  height: 55px;
  border-radius: 0;
  border-radius: 0;
  padding: 20px;
  padding: 20px;
}
.reply-form input:focus {
  border-color: #3F85FE;
  border-color: #3F85FE;
  background: transparent;
  background: transparent;
}

.comment textarea {
  border: 1px solid #f9f9f9;
  height: 55px;
  border-radius: 0;
  padding: 20px;
  min-height: 160px;
}
.comment textarea:focus {
  border-color: #3F85FE;
  background: transparent;
}

.blog-page-area .single-blog:hover .single-blog-content h5 {
  color: inherit;
}
.blog-page-area .single-blog:hover .single-blog-content p {
  color: inherit;
}
.blog-page-area .single-blog:hover .single-blog-content a {
  color: inherit;
}
.blog-page-area .title::before {
  background: #222;
}
.blog-page-area .single-blog-content::after {
  position: inherit;
}

.blockquote {
  border-left: 5px solid #3F85FE;
  padding: 13px 0 14px 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
}

.post-tag.pb-20 a {
  padding: 7px 14px;
}

.blog-meta {
  font-size: 14px;
  color: #3F85FE;
  font-weight: 500;
  display: block;
  padding-bottom: 13px;
}

.b-title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.b-title:hover a {
  color: #3F85FE;
}

.blog-content .b-title {
  font-size: 22px;
}

.blog-content {
  padding: 15px 0;
  padding-right: 27px;
}

.blog-meta span {
  display: inline-block;
  padding-right: 13px;
  margin-right: 13px;
  position: relative;
}
.blog-meta span::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3F85FE;
  height: 13px;
  width: 1px;
  content: "";
}
.blog-thumb {
  overflow: hidden;
}
.single-blog-2 img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  max-width: 100%;
}
.single-blog-2:hover img {
  transform: scale(1.1);
}
.side-pro-img img {
  max-width: 125px;
}

/*
=================================
09. section-title
=================================
*/
.section-title span {
  font-weight: 500;
}
.section-title h3 {
  font-size: 32px;
}

.box-shadow-gray {
  border-top: 2px solid #4c80fa;
  box-shadow: 0px 2px 4px 0px rgba(75, 128, 250, 0.5);
}

.box-shadow-gray2 {
  border-top: 2px solid #3F85FE;
  box-shadow: 0px 2px 4px 0px rgba(255, 91, 48, 0.5);
}

.box-shadow-gray3 {
  border-top: 2px solid #3dbebd;
  box-shadow: 0px 2px 4px 0px rgba(67, 213, 203, 0.5);
}

/*
=================================
11. breadcrumb
=================================
*/
.breadcrumb-item.active {
  color: #3F85FE;
}

.banner-content:hover .img-zoom {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

.banner:hover .img-zoom {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}

/*
=================================
12. btn
=================================
*/
.web-btn {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  border-radius: 25px;
  -moz-transform: perspective(1px) translateZ(0px);
  -webkit-transform: perspective(1px) translateZ(0px);
  -o-transform: perspective(1px) translateZ(0px);
  -ms-transform: perspective(1px) translateZ(0px);
  transform: perspective(1px) translateZ(0px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  vertical-align: middle;
}
.web-btn span {
  font-size: 13px;
}
.web-btn::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  color: #0F1D39;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}
.web-btn:hover {
  color: #3F85FE;
}
.web-btn:hover::before {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
}

.web-btn.border-white01:hover {
  color: #fff;
  border: 1px solid #fff;
}
.web-btn.border-white01:hover:before {
  background: #4c80fa;
}

.web-btn2 {
  background: #f2f2f2;
}

.web-btn.h2-web-btn:hover {
  color: #fff;
}
.web-btn.h2-web-btn:hover:before {
  background: #3F85FE;
}

.web-btn.h3-web-btn {
  border-radius: 5px;
}

/*
=================================
13. footer
=================================
*/

.footer-account li a:hover {
  color: #4c80fa;
  padding-left: 15px;
}

.footer-widget li a::before {
  position: absolute;
  content: "__";
  left: 0;
  top: -50%;
  color: #4c80fa;
  display: none;
  top: 0;
  content: "";
  font-family: "icomoon" !important;
}
.footer-widget li a:hover:before {
  display: inline-block;
}

.footer2.footer-widget li a::before {
  color: #3F85FE;
}
.footer2 .footer-account li a:hover {
  color: #3F85FE;
}
.footer2.footer-area li a:hover {
  color: #3F85FE;
}
.footer2.footer-area p a:hover {
  color: #3F85FE;
}
.footer2 .social-link li a.active {
  color: #3F85FE;
}
.footer2 .footer-address li.footer-mail a {
  color: #3F85FE;
}
.footer2 .footer-address a.footer-phone {
  color: #3F85FE;
  font-weight: 400;
}
.subscribe-info {
  width: 63%;
}
.subscribe-info input {
  height: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.subscribe-btn .web-btn {
  height: 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 1px solid transparent;
}
.save-info p {
  font-size: 13px;
  font-size: 14.5px;
  font-weight: 500;
  color: #777;
  letter-spacing: 0.1px;
}
.save-info p a {
  border-bottom: 1px solid #a8a8a8;
}
.save-info input {
  height: auto !important;
}
.footer-top li a {
  margin-bottom: 18px;
  display: inline-block;
}
.footer-area p {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  line-height: 1.5;
}
.footer-area p a {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.footer-area p a:hover {
  color: #4c80fa;
}
.footer-area p a.c-theme {
  color: #4c80fa;
}
.footer-area li {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  list-style: none;
}
.footer-area li a {
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.footer-area li a:hover {
  color: #4c80fa;
}

.office-time span {
  font-size: 12px;
}

.single-service span::before {
  margin-left: 0;
}

.footer2.footer-area p a.c-theme {
  color: #3F85FE;
}

.footer3.footer-area p {
  color: #fff;
  line-height: 1.7;
}
.footer3.footer-area p a {
  color: #fff;
}
.footer3.footer-area p a:hover {
  color: #3dbebd;
}
.footer3.footer-area p a.c-theme {
  color: #3dbebd;
}
.footer3.footer-area li {
  color: #fff;
}
.footer3.footer-area li a {
  color: #fff;
}
.footer3.footer-area li a:hover {
  color: #3dbebd;
}

.footer3 .footer-social-link li a {
  color: #3dbebd;
}
.footer3 .footer-social-link li a span {
  width: 17px;
  height: 16px;
  line-height: 17px;
  color: #072563;
  border-radius: 3px;
  font-size: 10px;
  margin-right: 10px;
}
.footer3 .footer-address li.footer-mail a {
  color: #3dbebd;
}
.footer3 .footer-address a.footer-phone {
  color: #3dbebd;
  font-size: 13px;
}
.footer3 .footer-widget li a:hover::before {
  display: none;
}
.footer3 .footer-top li a {
  margin-bottom: 22px;
  padding-left: 0;
}
.footer3 .footer-top .footer-social-link li a {
  margin-bottom: 25px;
}
.footer3 .footer-top .footer-social-link li a:hover {
  color: #fff;
}
.footer3 .footer-top .footer-social-link li a:hover span {
  background: #fff;
}

.s-ser-icon i {
  font-size: 23px;
}

.footer-area:is(.footer2) {
  background-color: #222;
}
.footer-area:is(.footer2) ul li a {
  color: #ffffff;
}
.footer-area:is(.footer2) p {
  color: #ffffff;
}
.footer-area:is(.footer2) span {
  color: #ffffff;
}
.footer-area:is(.footer2) .s-ser-icon i {
  color: #3F85FE;
}
.footer-area:is(.footer3) .s-ser-icon i {
  color: #43d5cb;
}
.f-social a {
  display: inline-block;
  color: #bdbdbd;
  font-size: 24px;
  margin-right: 20px;
}

.footer-padding-left {
  padding-left: 108px;
}

@media (max-width: 1200px) {
  .footer-padding-left {
    padding-left: 70px;
  }
}
@media (max-width: 992px) {
  .footer-padding-left {
    padding-left: 0;
  }
}
/*
=================================
14. testimonial
=================================
*/
.testimonial-info {
  font-size: 13px;
}
.testimonial-info h5 {
  font-size: 18px;
}
.rating span {
  font-size: 13px;
}
.rating li span {
  color: #febd00;
}
.footer-address li.footer-mail {
  font-size: 13px;
}
.footer-address li.footer-mail a {
  color: #4c80fa;
  text-transform: lowercase;
}
.footer-address a.footer-phone {
  color: #4c80fa;
  font-size: 36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-address a.footer-phone {
    font-size: 32px;
  }
}
.footer-address a.footer-phone small {
  font-size: 22px;
  color: #fff;
  transform: translateY(4px);
  display: inline-block;
  color: #4c80fa;
}
.footer2 .footer-address a.footer-phone small {
    color: #fff;
}
small.first-num {
  transform: translateY(3px);
  vertical-align: top;
  display: inline-block;
}
.quote {
  top: -5px;
  right: 1px;
}
.quote span {
  width: 38px;
  line-height: 38px;
  border-radius: 50%;
  font-size: 13px;
}
.subscribe-wrapper3 .subscribe-info input {
  height: 50px;
}
.subscribe-wrapper3 .subscribe-btn .web-btn {
  height: 50px;
}
.sub-btn {
  line-height: 50px;
  width: 50px;
  height: 50px;
}

.testimonial-comment p {
  line-height: 1.7;
}

@media (max-width: 767px) {
  .testimonial-padding {
    padding-bottom: 30px;
  }
}

/*
=================================
15. contact
=================================
*/
.map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.medilove_contact_form_title {
  font-size: 28px;
  margin-bottom: 25px;
}
.contact-form-left span {
  font-size: 14px;
  font-weight: 500;
}

.c-social-link .social-link li a {
  text-align: center;
  line-height: 37px;
  transition: 0.4s;
  margin-left: 0;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #3F85FE;
  color: #ffff;
  border: 2px solid #3F85FE;
}
.c-social-link .social-link li a:hover {
  background-color: transparent;
  color: #3F85FE;
  border: 2px solid #3F85FE;
}
.c-social-link span {
  font-weight: 400;
}

.contact-form-right label {
  color: #777;
  font-size: 14px;
}
.contact-form-right .review-btn {
  font-size: 13px;
  font-weight: 500;
}

.hot-line span {
  font-size: 50px;
}

.contact-area .title:before {
  background: #0F1D39;
  height: 2;
}

.login-register-area .title:before {
  background: #0F1D39;
  height: 2;
}
.login-register-area input {
  height: 55px;
  border-radius: 0;
}
.login-register-area input.form-control:focus {
  border-color: #7d7d7d;
  border: 2px solid #7d7d7d;
  box-shadow: none;
}
.login-area {
  width: 85%;
}
.register-area {
  width: 85%;
}
.register-area h6 {
  line-height: 1.5;
}

.login-form {
  background: #f7f7f7;
}
.login-form label {
  font-size: 14px;
  color: #222222;
}
.login-form .login-check p {
  font-size: 14px;
  color: #222222;
}

.f-get-pass a {
  font-size: 14px;
  color: #222222;
  border-bottom: 2px solid #222;
}

.register-form label {
  font-size: 14px;
  color: #222222;
}
.register-form input {
  font-size: 14px;
  color: #222222;
}
.register-form h6 {
  font-size: 16px;
}
.register-form p {
  font-size: 14px;
  line-height: 26px;
  color: #555;
}

/* 15. Login */
.basic-login {
  padding: 90px;
  border: 2px solid #eaedff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .basic-login {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .basic-login {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .basic-login {
    padding: 30px;
  }
}
.basic-login h3 {
  font-size: 30px;
}

.basic-login input {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
}

.basic-login label {
  color: #222;
  display: block;
}

.basic-login label span {
  color: #3e976c;
}

.login-action input {
  width: inherit;
  height: auto;
}

.login-action label {
  display: inline-block;
  margin-left: 5px;
}

.or-divide {
  border-top: 2px solid #eaedff;
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .forgot-login {
    float: none;
  }
}
.forgot-login a {
  color: #3e976c;
}

.forgot-login a:hover {
  color: #84b77c;
}

@media (max-width: 767px) {
  .log-rem {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}
/* button style */
.bt-btn {
  background: #3F85FE;
  color: #fff;
  padding: 20px 35px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 13px;
  border-radius: 30px;
  border: 0;
  display: inline-block;
  transition: 0.3s;
  line-height: 1;
}

.bt-btn:hover {
  background: #223645;
  color: #fff;
}

.bt-btn-black {
  background: #223645;
  color: #fff;
}

.bt-btn-black:hover {
  background: #3F85FE;
  color: #fff;
}

.save-info input {
  margin-top: 3px;
}

/*
=================================
16. loader
=================================
*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 111;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #3F85FE;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.home1 .object {
  background-color: #4c80fa;
}

.home3 .object {
  background-color: #072563;
}

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist-area .web-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main_menu ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.main_menu ul li:last-child {
  margin-right: 0;
}
.main_menu ul li a {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 35px 0;
  display: block;
}
.main_menu ul ul {
  width: 230px;
  position: absolute;
  left: 0;
  top: 150%;
  background-color: #fff;
  padding: 15px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-top: 3px solid #3F85FE;
  transition: 0.5s;
  transform-origin: top center;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
}
.main_menu ul ul li {
  display: block;
  margin-right: 0;
}
.main_menu ul ul li a {
  padding: 10px 0;
  text-transform: capitalize;
  color: #777;
}
.main_menu ul > li:hover > a {
  color: #3F85FE;
}
.main_menu ul li:hover > ul.sub-menu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-shopping-cart-details .cart-item-link {
    font-size: 0;
    opacity: 0;
    visibility: hidden;
}
.header-shopping-cart-details li.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}
.header-shopping-cart-details li.woocommerce-mini-cart-item.mini_cart_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.header-shopping-cart-details .cart-info {
    flex: 1;
    margin-right: 10px;
}
.header-shopping-cart-details .remove.remove_from_cart_button {
    order: 2;
}

.header-shopping-cart-details .cart-item-image {
    flex: 0 0 50px;
    max-width: 50px;
    margin-right: 15px;
}

.header-shopping-cart-details .cart-item-image img {
    width: 100%;
}
.header-shopping-cart-details .cart-item-image img {
    width: 100% !important;
    height: auto;
    margin-left: 0 !important;
}
.header-shopping-cart-details .woocommerce-mini-cart__total.total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
    margin-top: 15px;
}
.header-shopping-cart-details .woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.woocommerce form .form-row label {
    width: 100%;
    display: block;
}
.contact-add li {
    list-style: none;
}
.header-search .position-absolute {
    border: 0;
    height: 100%;
    position: absolute;
    right: 0;
    background-color: transparent;
    padding: 0 20px;
    line-height: 1;
}
.menu_right ul {
    margin: 0;
    padding: 0;
}
.menu_right ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
}
.menu_right ul li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.menu_right ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 2px;
    background-color: #3F85FE;
    content: "";
    transform: translateY(-50%);
}
.menu_right ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}
.menu_right ul li:first-child:before {
    display: none;
}
.cart.wishlist_table a.button.yith-wcqv-button {
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 0 15px;
    margin-left: 15px;
}
.medilove-page-content .yith_wcwl_wishlist_footer ol,.medilove-page-content .yith_wcwl_wishlist_footer ul {
    padding-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .f-adress.pr-100 {
      padding-right: 30px;
    }
    .footer-padding-left {
      padding-left: 50px;
    }    
}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
    .f-adress.pb-30 {
      padding-bottom: 0;
    }
.f-social.pt-80.footer-padding-left {
  padding-top: 30px;
  padding-left: 15px;
}

}
@media (max-width: 767px) {
    .f-social.pt-80.footer-padding-left {
      padding-top: 30px;
      padding-left: 15px;
    }
    .f-adress.pb-30 {
        padding-bottom: 0;
    }
    .footer-account.pt-80 {
    padding-top: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .f-social.pt-80.footer-padding-left {
      padding-top: 30px;
      padding-left: 0px;
    }

}
span.position-left-abs {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.position-right-abs {
    position: absolute;
}

.position-right-abs li {
    list-style: none;
}
.header-search .position-absolute {
    width: 200px;
    z-index: 99;
    opacity: 1;
    height: auto;
    border-top: 2px solid #4c80fa;
    box-shadow: 0px 2px 4px 0px rgba(75, 128, 250, 0.5);
    padding: 10px 20px;
}
.admin-bar.logged-in .header.header3.position-absolute {
    margin-top: 32px;
}
.position-absolute-search {
    position: absolute;
    height: 100%;
    padding: 0 10px;
    border: 0;
    right: 0;
    background-color: transparent;
}

.header-area1 .main_menu ul > li:hover > a {
  color: #4c80fa;
}
.header-area1 .main_menu ul ul {
  border-top: 3px solid #4c80fa;
}
.header-area1 .menu_right ul li::before {
  background-color: #4c80fa;
}

.header-area1.header-deafult .main_menu ul > li:hover > a {
  color: #3F85FE;
}
.header-area1.header-deafult .main_menu ul ul {
  border-top: 3px solid #3F85FE;
}
.header-area1.header-deafult .menu_right ul li::before {
  background-color: #3F85FE;
}
.breadcrumb_clr {
    background-color: #F5F5F5;
}
.woocommerce-LostPassword.lost_password a {
  color: #0F1D39;
}
.woocommerce-LostPassword.lost_password a:hover {
  color: #3F85FE;
}

.product-sidebar.medilove-sidebar-area ul.product_list_widget li > a .product-title:hover {
  color: #3F85FE;
}
.product-sidebar.medilove-sidebar-area ul.product_list_widget li > a .product-title:hover {
  transition: 0.3s;
}
.postbox__audio iframe {
    width: 100%;
}
.woocommerce button.button.woocommerce-button {
  padding: 0 40px;
}
.woocommerce ul.product_list_widget li:not(:last-child){
  margin-bottom: 10px;
  border-bottom: 1px solid #E7E9EE;
  padding-bottom: 18px;
}

.postbox_video {
    position: relative;
}
.postbox_video .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    ce: ;
    text-align: center;
    border-radius: 50%;
}
.slick_images .slick-arrow .r-a {
  height: 40px;
  line-height: 36px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.slick_images .slick-arrow .l-a {
  height: 40px;
  line-height: 36px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.slick_images:hover .slick-arrow .r-a, .slick_images:hover .slick-arrow .l-a {
    opacity: 1;
    visibility: visible;
}
.postbox_video .video-btn:hover {
  background-color: #3F85FE;
  color: #fff;
}

.blog_right_area .widget {
  padding: 0;
  margin-bottom: 40px;
}
.blog_right_area .widget_title {
  text-transform: capitalize;
  margin-bottom: 25px;
}
.widget_title h5 {
  font-size: 20px;
}
.footer-widget.widget_text select {
    max-width: 100%;
}
.footer-widget .fot-title {
    color: #3F85FE;
    font-size: 20px;
}
.footer-widget .rssSummary {
  color: #fff;
}

.footer-widget.widget_recent_comments li a {
    text-transform: capitalize;
    line-height: 1.5;
}

.footer-widget.widget_recent_comments li span.comment-author-link a {
    text-transform: uppercase;
    margin-bottom: 18px;
}

.footer-widget .fot-title {
    margin-bottom: 25px;
}

.footer-widget.widget_recent_entries li a {
    text-transform: capitalize;
}

.footer-widget .rssSummary {
    text-transform: lowercase;
}

.footer-widget .textwidget p {
    text-transform: lowercase;
}

.footer-widget .textwidget p strong {
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
}
.footer_list_50 ul li {
    float: left;
    width: 50%;
}
.footer-address a.footer-phone:hover {
    color: #3F85FE !important;
}

.footer-address li.footer-mail a:hover {
    color: #3F85FE !important;
}
blockquote {
    margin: 35px 0px !important;
    padding: 40px;
    color: #666;
    position: relative;
    background: #F6F7F8;
    font-style: normal;
    text-align: left;
    clear: both;
    font-weight: 400;
    border-radius: 10px;
    box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
    border: 1px solid #F6F7F8;
}
.format-quote.blogs.blog2 blockquote {
  margin: 0px !important;
  box-shadow: 0px;
  border: 0px;
}
blockquote::before {
    content: "\f10e";
    position: static;
    font-family: 'Font Awesome 5 Pro';
    font-size: 32px;
    color: #3F85FE;
    line-height: 1;
    margin-bottom: 18px;
    display: inline-block;
}
blockquote cite {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: #0F1D39;
    font-style: inherit;
    font-weight: 900;
}
blockquote cite::before {
    content: "";
    font-size: 28px;
    color: #3F85FE;
    padding-bottom: 0px;
    display: inline-block;
    background: #3F85FE;
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  color: #666;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  color: #0F1D39;
}
.has-text-color.has-light-gray-color cite {
  color: #0F1D39;
}
.blogs .has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #FFF4EF !important;
}
.footer_style_2 .f-adress-text a.footer-phone {
  font-size: 13px;
}
.f-adress-text .footer-phone {
  font-size: 13px !important;
}
.footer_style_2 .footer-address a.footer-phone:hover {
    color: #4c80fa;

}
.footer_style_2 .footer-address li.footer-mail a:hover {
    color: #4c80fa;
}
blockquote p:last-child {
    margin-bottom: 0;
}
.btn-theme:focus {
    background-color: #3F85FE;
    border-color: #3F85FE;
    color: #fff;
}
ul.shop-right li {
    list-style: none;
}
.single-product-info.position-absolute .details-rating span {
    display: none;
}
.view-mode .nav-link {
    border: 1px solid transparent;
    background: transparent;
    padding-left: 0;
    color: #777;
}
.view-mode .nav-link.active {
    color: #0F1D39;
}
.s-fil-vm li {
    list-style: none;
}
.single-product-info-list .single-product-info {
    position: static !important;
    text-align: left !important;
}
.single-product-info-list .single-product-info .single-product-price {
    justify-content: start !important;
    margin-bottom: 15px;
}
.single-product-img img {
    width: 100%;
}
.single-product-info-list .button.yith-wcqv-button {
    display: none;
}
.single-product-info-list .product-action .button.yith-wcqv-button {
    display: inline-block;
}
.pro-list-btn {
    position: relative;
}
.pro-list-btn .added_to_cart.wc-forward {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 17px;
    line-height: 1;
    background-color: #3F85FE;
    color: #ffff;
    font-weight: 500;
    border-style: solid;
    border-width: 1px;
    border-color: #3F85FE;
}
.pro-list-btn .added_to_cart.wc-forward:hover {
    background-color: #fff;
    color: #0F1D39;
    border-color: #3F85FE;
}
.single-product-info-list .single-product-info h6 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}
ul.hot-line li {
    list-style: none;
}
ul.social-link li {
    list-style: none;
}
.c-contact.d-sm-flex .primary-color {
    margin-right: 5px;
}
.c-social-link.d-sm-flex span.d-inline-block {
    margin-bottom: 10px;
}
.contact-form textarea {
    height: 120px;
    padding: 25px;
}
.contact-form input {
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  color: #9E9E9E;
}
.contact-form label {
  font-size: 16px;
  color: #0F1D39;
}
@media (max-width: 767px) {
  .button[name="apply_coupon"] {
    width: auto !important;
    float: left !important;
  }
  #coupon_code {
  margin-bottom: 10px;
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    display: block;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .wishlist_table.mobile li .item-wrapper .item-details {
    display: block;
    width: 100%;
    text-align: center;
  }
  .wishlist_table.wishlist_view.responsive .product-name h3 {
    font-size: 22px;
  }
  .item-details-table {
  }
  .item-details-table tbody tr {
    align-content: ;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: center;
  }
  .cart.wishlist_table a.button.yith-wcqv-button {
    margin-bottom: 10px !important;
  }
  #place_order {
    margin-left: 0 !important;
  }
  .woocommerce-additional-fields h3 {
    font-size: 27px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li {
    width: 50%;
    float: left;
  }

}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
.shop_table.wishlist_table.wishlist_view.responsive tr td {
  padding: 10px;
}
.shop_table.wishlist_table.wishlist_view.responsive .product-name a {
  display: block;
}
.shop_table.wishlist_table.wishlist_view.responsive .product-name .button.yith-wcqv-button {
  margin-left: 0;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
}

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_table.wishlist_table.wishlist_view.responsive .product-name a {
    display: block;
  }
  .shop_table.wishlist_table.wishlist_view.responsive .product-name .button.yith-wcqv-button {
    margin-left: 0;
    display: inline-block;
    margin-top: 5px;
    color: #fff;
  }
.shop_table.wishlist_table.wishlist_view.responsive tr td {
  padding: 15px;
}
}

.shop_table.wishlist_table.wishlist_view.responsive .product-name .button.yith-wcqv-button {
  color: #fff;
}

.term-con-content p {
    position: relative;
    padding-left: 20px;
}
.term-con-content:not(:first-child) .head_pinfo {
    margin-top: 30px;
}

.term-con-content p:last-child {
  margin-bottom: 0;
}

.error-btn-bh .web-btn:hover {
  color: #3F85FE;
}
.error-btn-bh .web-btn {
  color: #fff;
}
.product-review-tab-area li.active .title:before {
  background: #3F85FE;
}
.product-review-tab-area li.nav-item.active .title:before {
  width: 100%;
  left: 0;
}
.product-review-tab-area li.nav-item.active .title {
  color: #3F85FE;
}
.product-review-tab-area .nav-pills .nav-link {
  padding-right: 0;
}
.medilove-rating p.stars span {
    color: #febd00;
}
.related.products .slick-slide {
    margin: 0 15px;
}

.product-details-content .product_meta > span {
  display: block;
}
.tab-content.shop-tabs-content .details-rating.mb-15 {
  margin-bottom: 10px;
}

.product-view-info .product_title.entry-title {
  font-size: 40px;
  margin-bottom: 15px;
}
.related .section-title h4 {
  font-size: 40px;
}
@media (max-width: 767.99px) {
.product-view-info .product_title.entry-title {
  font-size: 28px;
}
.related .section-title h4 {
  font-size: 30px;
}
}


.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button.web-btn {
  background-color: #767676;
  border-color: #767676;
  cursor: not-allowed;
}
.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button.web-btn:hover {
  color: #fff;
}
.woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button.web-btn:before {
  display: none;
}

.woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.woocommerce-product-gallery .flex-control-thumbs {
  padding: 0;
  margin-top: 25px;
  display: flex;
  margin-bottom: 0;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  margin-right: 25px;
}

@media (max-width: 767px) {
    .woocommerce-product-gallery .flex-control-thumbs li {
      margin-right: 15px;
    }

    .header-shopping-cart-details .woocommerce-mini-cart__buttons.buttons {
      flex-direction: column;
      text-align: center;
    }
    .header-shopping-cart-details .woocommerce-mini-cart__buttons.buttons .button.wc-forward {
      margin-bottom: 15px;
    }
    .header-shopping-cart-details .woocommerce-mini-cart__buttons.buttons .button.wc-forward:last-child {
      margin-bottom: 0px;
    }
    .header-mini-cart .cart-info {
      font-size: 13px;
    }
    .header-shopping-cart-details {
        width: 250px;
        padding: 30px 15px 20px 15px;
        top: 57px;
    }

}
@media only screen and (min-width: 576px) and (max-width: 767.99px) {
.header-shopping-cart-details .woocommerce-mini-cart__buttons.buttons {
  flex-direction: row;
  text-align: center;
}


}

.woocommerce-product-gallery .flex-control-thumbs li:last-child {
  margin-right: 0;
}

.flex-viewport {
  height: auto !important;
}
@media (max-width: 991px) {
  .product-view-info.pl-30 {
    padding-left: 0;
  }

  .product-details-area .product-view-info {
  margin-top: 40px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-view-info.pl-30 {
    padding-left: 15px;
  }

}

.product-view-info .nice-select .list {
  left: 0;
  right: auto;
}
.header-mini-cart dl.variation {
  display: none;
}
.header-shopping-cart-details li.woocommerce-mini-cart-item.mini_cart_item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-shopping-cart-details {
        width: 280px;
        padding: 30px 15px 20px 15px;
        top: 57px;
    }
    .header-shopping-cart-details .woocommerce-mini-cart__buttons.buttons .button.wc-forward {
      margin-bottom: 0px;
    }
}

.rating.rating-shop .pro-rating {
    margin-bottom: 5px;
    letter-spacing: 2px;
}
.related.products .details-rating.mb-15 {
    margin-bottom: 5px;
}

ul.single-product-price.d-flex.pt-6.transition-3 {
    margin-bottom: 10px;
}

.single-handpick-item-content .add_to_cart_button.web-btn.added {
    display: none !important;
}
.product-action li {
    list-style: none;
}
.single-product-info a.added_to_cart.wc-forward {
    background-color: #F2F2F1;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #999;
}

.single-product-info a.added_to_cart.wc-forward:hover {
    color: #fff;
    background-color: #4c80fa;
}

.addcart_btn {
    position: relative;
}
.addcart_btn .added_to_cart.wc-forward {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 !important;
    line-height: 43px !important;
    text-align: center !important;
    background: #f2f2f2 !important;
    color: #999 !important;
    width: 100%;
    border-radius: 5px !important;
}
.addcart_btn .added_to_cart.wc-forward:hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 !important;
    line-height: 43px !important;
    text-align: center !important;
    background: #3dbebd !important;
    color: #fff !important;
    width: 100%;
    border-radius: 5px !important;
}
#yith-quick-view-content {
    padding: 30px;
}

#yith-quick-view-close {
    top: 30px;
    right: 30px;
}

#yith-quick-view-content div.summary {
    padding: 15px 40px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 30px;
}

#yith-quick-view-close:hover {
  color: #3F85FE !important;
}
#yith-quick-view-close {
  line-height: 20px !important;
}
.woocommerce div.product .product_title {
  font-size: 28px;
}
.medilove-single-product-right .product_title.entry-title {
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {
.woocommerce div.product .product_title {
  font-size: 30px;
}

}

@media (max-width: 767px) {
.woocommerce div.product .product_title {
  font-size: 24px;
}
#yith-quick-view-content div.summary {
  float: none;
  width: 100%;
  padding: 15px 40px;
  padding-right: 20px;
  padding-left: 0;
}
#yith-quick-view-content div.images {
  float: none;
  width: 100%;
  margin-bottom: ;
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.woocommerce div.product .product_title {
  font-size: 30px;
}

}
button.single_add_to_cart_button.site-btn.brand-btn.aa {
    padding: 18px;
    color: #999 !important;
    border: 0;
}
button.single_add_to_cart_button.site-btn.brand-btn.aa:hover {
  color: #fff !important;
}
.single_handpick_img {
    width: 180px;
    margin-right: 20px;
}
.category-widget ul li {
    list-style: none;
}
.product-sidebar li {
    list-style: none;
}

.product-sidebar ul.product-categories li.cat-item {
    display: block;
    position: relative;
}

.product-sidebar ul.product-categories li.cat-item:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
}

.product-sidebar ul.product-categories > li.cat-item a:hover {
    color: #3F85FE;
}
.product-sidebar ul.product-categories li.cat-item {
  margin-bottom: 10px;
}

.product-sidebar ul.product-categories li.cat-item ul.children {
    margin-top: 10px;
}

.product-sidebar ul.product-categories li.cat-item:last-child {
    margin-bottom: 0;
}

.product-sidebar ul.product-categories li.cat-item span.count {
    font-size: 14px !important;
}

.product-sidebar .sidebar_title {
    font-weight: 500;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.product-sidebar .sidebar_title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: #3F85FE;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #ebebeb;
    border: 0;
    border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 6px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #3F85FE;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #3F85FE;
}

.ui-slider .ui-slider-handle:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left;
    font-size: 15px;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "";
    text-decoration: none;
    color: #3F85FE;
    vertical-align: inherit;
    margin-right: .5em;
}

/*# sourceMappingURL=main.css.map */
.single-product-info {
  padding: 20px 0;
}
.step-thumb {
  background: #F9F9F9;
}
.woo-step-pro{
  background: #F9F9F9;
}
.woo-step-pro .single-product-info {
  padding-bottom: 30px;
}
.woocommerce-product-gallery__image {
    background-color: #F6F7F8;
}
.woocommerce-product-gallery .flex-control-thumbs li {
    background-color: #f7f7f7;
}
.product-sidebar .siderbar_widget li {
  margin-bottom: 10px;
}
.product-sidebar .siderbar_widget li:last-child {
  margin-bottom: 0;
}
.product-sidebar .siderbar_widget li a:hover {
  color: #3F85FE;
}
.single-pro-list .single-product {
  background-color: #f7f7f7;
}
.single-pro-list .single-product-info {
  padding-bottom: 0;
  padding-top: 0;
}
.off-banner-area.hm3 .web-btn:hover {
    border-color: #3F85FE;
}
.off-banner-area.hm3 .web-btn {
    border: 1px solid transparent;
}
.main_menu .menu-item-has-children:before {
    position: absolute;
    right: -15px;
    top: 50%;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    transform: translateY(-50%);
    font-weight: 500;
}
.main_menu ul > li:hover:before {
    color: #3F85FE;
}

.header-area1.header-deafult .main_menu ul > li:hover:before {
    color: #3F85FE;
}

@media (max-width: 767px) {
.countdown-time.countdown-time2 div.d-flex {
  flex-wrap: wrap;
}
.countdown-time.countdown-time2 div.d-flex .cdown {
  margin-bottom: 5px;
}
.single_handpick_img {
  margin-right: 10px;
  width: 100px;
}
.banner.mb-30.transition-3.s-banner {
  margin-bottom: 0;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.single_handpick_img {
  margin-right: 20px;
  width: 180px;
}
.banner.mb-30.transition-3.s-banner {
  margin-bottom: 30px;
}
}

.header-area3 .main_menu ul > li > a {
    color: #fff;
}

.header-area3 .main_menu ul li .sub-menu a {
    color: #777;
}

.header-area3 .main_menu ul > li:hover > a {
    color: #24ACBD;
}

.header-area3 .main_menu ul > li:hover:before {
    color: #24ACBD;
}
.header3 .header-search span {
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}
.header-area3 span.icon-shopping-bag {
    color: #fff;
}
.header-area1 .main_menu ul > li:hover > a {
  color: #4C80FA;
}
.header-area1 .main_menu ul > li:hover:before {
  color: #4C80FA;
}
.header-area1 .web-btn:hover {
  color: #4C80FA;
}
.slider1 .web-btn:hover {
  color: #4C80FA;
}

.unique_class .footer-address a.footer-phone:hover {
  color: #4C80FA !important;
}
.unique_class li.footer-mail span a:hover {
    color: #4C80FA !important;
}
.subscribe-form-area1 .web-btn:hover {
  color: #4C80FA;
}
.product-banner-content.banner-content-2.position-absolutes {
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
.testimonial-area.testimonial-active.wow.mb-60 {
  margin-bottom: 0;
}

}
.header-area.header-area1 .logo {
  padding: 0 20px;
}

@media (min-width: 992px) {
  .logo::after {
    height: 280%;
    top: -65px;
  }
}

@media (max-width: 991px) {
.header-area.header-area3 .header3 {
  padding: ;
  padding-top: 20px;
  padding-bottom: 20px;
}

}
.main_menu ul li > ul.sub-menu li ul.sub-menu {
  left: calc(100% + 30px);
}
.main_menu ul li.menu-last > ul.sub-menu li ul.sub-menu {
  left: auto;
  right: calc(100% + 30px);
}
.main_menu ul li:hover > ul.sub-menu li:hover ul.sub-menu {
    left: calc(100% + 30px);
}

.main_menu ul li.menu-last:hover > ul.sub-menu li:hover ul.sub-menu {
    left: auto;
    right: calc(100% + 30px);
}

.h-shop li {
  list-style: none;
}
.header_mobile_4 .logo img {
  max-width: 90px;
}
.header_mobile_4 .h2-theme-bg {
  background-color: #2F86FF;
}

.header-area3 .main_menu ul > li:before {
  color: #fff;
}
.main_menu ul li:hover > ul.sub-menu ul.sub-menu {
  top: 0;
}
.subscribe-btn button {
    border: none;
}
.woocommerce .star-rating span {
    color: #febd00;
}
.comment_container img {
    border-radius: 50%;
    margin-bottom: 5px;
}
.pro-quan-area {
    display: inline-block;
    margin-right: 15px;
}

.product-view-info .yith-wcwl-add-to-wishlist.wishlist-fragment {
    display: inline-block;
    margin-top: 0;
    margin-right: 0 !important;
}

.product-view-info .yith-wcwl-add-to-wishlist.wishlist-fragment span {
    display: none;
}

.product-view-info .yith-wcwl-add-to-wishlist.wishlist-fragment a {
    display: inline-block;
    background-color: #3F85FE;
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
    color: #fff;
    border: 1px solid transparent;
    transform: translateY(1px);
    font-weight: 500;

}
.product-view-info .yith-wcwl-add-to-wishlist.wishlist-fragment a:hover { 
  background-color: transparent;
  color: #3F85FE;
  border-color: #3F85FE;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.product-view-info .pro-quan-area {
  margin-bottom: 18px;
}

}

@media (max-width: 767px) {
.product-view-info .pro-quan-area .product-quantity {
  margin-bottom: 10px;
}
.product-view-info .pro-quan-area .web-btn.h2-theme-border1 {
  margin-bottom: 5px;
}


}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.product-view-info .pro-quan-area .product-quantity {
  margin-bottom: 0px;
}
.product-view-info .pro-quan-area .web-btn.h2-theme-border1 {
  margin-bottom: 0px;
}


}

.logo2.d-block.z-index1.position-relative {
    padding: 15px 0;
}

@media (max-width: 991px) {
.logo2.d-block.z-index1.position-relative {
    padding: 0;
}

}

.currency-area ul.show-currency.box-shadow-gray {
    max-height: 300px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}


.header-shopping-cart-details .woocommerce-mini-cart__buttons.buttons .button.wc-forward {
  background-color: #0F1D39;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  padding: 0 25px;
}
.header-shopping-cart-details .woocommerce-mini-cart__buttons.buttons .button.wc-forward:hover {
  background-color: #3F85FE;
}

.header-area3 .header-shopping-cart-details .woocommerce-mini-cart__buttons.buttons .button.wc-forward:hover {
  background-color: #3DBEBD;
}
.header-area1 .header-shopping-cart-details .woocommerce-mini-cart__buttons.buttons .button.wc-forward:hover {
  background-color: #4C80FA;
}
.header-area2 .light-black-bg3 {
    background-color: #3F85FE;
}

.subscribe-form-area1 .web-btn.h2-theme-border1:hover {
    color: #3F85FE;
}  

.blog_right_area .widget_title h5 {
    position: relative;
    padding-bottom: 10px;
}

.blog_right_area .widget_title h5:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    content: "";
    background-color: #3F85FE;
}
#yith-quick-view-modal .yith-wcqv-main {
     box-shadow: none; 
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto !important;
}
.yith-wcqv-wrapper .product_meta {
    margin-top: 0;
}
@media (max-width: 767px) {
#yith-quick-view-content .product-quantity {
  margin-bottom: 10px;
}
#yith-quick-view-content .web-btn.h2-theme-border1 {
  margin-bottom: 5px;
}

}

.search-form .position-absolute-search {
    padding-right: 25px;
}
.h3-weekly-deal-active .single-handpick-item.mb-35 {
    margin-bottom: 0;
}

.breadcrumb-menu nav ul {
  justify-content: center;
}

.single-handpick-item .pro-rating i {
    font-size: 12px;
}
.main_menu .menu-item-has-children {
  margin-right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)  {
.single_handpick_img {
  width: 160px;
}

}

@media (max-width: 991px) {
.subscribe-wrapper.border-r-gray1 {
  border-right: 0;
}

}

.banner img {
  min-height: 200px;
  object-fit: cover;
}
.banner-content .text-white.font500.pb-35 {
  padding-bottom: 15px;
}
.banner-content .font500.pb-35.light-black-color2.font-pt {
  padding-bottom: 15px;
}

.promo-banner-wrapper.position-relative img {
  min-height: 300px;
  object-fit: cover;
}

.promo-banner-wrapper.position-relative {
  padding: 90px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-product-img .single-product-info .details-rating span {
  display: none;
}
.single-product-img .single-product-info h6 {
  font-size: 20px;
}
.header-shopping-cart-details ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

.h-shop .header-mini-cart {
  max-height: 590px;
}
.h-shop .header-mini-cart .woocommerce-mini-cart {
  overflow-y: auto;
  max-height: calc(500px - 125px);
}

.basic-pagination ul li:first-child {
  margin-left: 0;
}

.slider-img.slider-3-img > img {
  float: right;
}

form.checkout_coupon.woocommerce-form-coupon input {
    border: 2px solid #e0e0e0 !important;
}
.medilove-page-content ul.woocommerce-error li {
    padding-left: 25px !important;
}
.woocommerce-ordering .nice-select.orderby.border-0.py-0.pl-0 {
    padding-right: 15px;
}

.woocommerce-ordering .nice-select::after {
    right: 2px;
}

.wishlist_table .product-add-to-cart a {
  padding: 5px 15px;
  background-color: #3F85FE;
  color: #fff !important;
  border-radius: 3px;
  font-weight: 500;
}
.wishlist_table .product-add-to-cart a:hover {
  background-color: #EC6449;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: #3F85FE;
}
.shop_table.wishlist_table.wishlist_view.responsive .product-name .button.yith-wcqv-button {
  display: none;
}
.logo_big img {
  max-width: 115px;
}
.logo2 img {
  max-width: 180px;
}
.f-adress.first-address img {
  max-width: 180px;
}
.f-adress.pb-30.pt-80.pr-100 > img {
  max-width: 180px;
}
@media (max-width: 767px) {
.promo-banner-wrapper.position-relative {
  padding: 40px 30px;
}

}
.logo3 img {
  max-width: 180px;
}
@media (max-width: 767px) {
.logo3 img {
  max-width: 140px;
}
.f-adress.first-address img {
  max-width: 140px;
}
.f-adress.pb-30.pt-80.pr-100 > img {
  max-width: 140px;
}

}
@media only screen and (min-width: 992px) and (max-width: 1050px) {
.header-top .float-right.d-none.d-lg-inline-block {
  display: none !important;
}

}

/* Here Custom CSS. */
.single-product .yith-wcqv-button {
    display: none !important;
}
.products__action {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    width: 100%;
    left: 50%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.single-product:hover .products__action {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
    opacity: 1;
}
.breadcrumb-title {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 10px;
}
.breadcrumb-menu nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}
.breadcrumb-menu nav ul li + li {
    padding-left: .5rem;
    color: #777;
}
.breadcrumb-menu nav ul li {
    color: #777;
}
.breadcrumb-menu nav ul li a {
  position: relative;
}
.breadcrumb-menu nav ul li a:before {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  content: "\f105";
  font-family: 'font awesome 5 Pro';
  display: inline-block;
  transform: translateY(-50%);
  opacity: 0.9;
}
.breadcrumb-menu nav ul li a {
  display: inline-block;
  margin-right: 10px;
  padding-right: 23px;
}
.breadcrumb-menu nav ul li.trail-end {
    color: #777;
}
.breadcrumb-menu .breadcrumbs ul li a span {
  color: #3F85FE;
}
.breadcrumb-menu nav ul li + li::before {
  display: none;
}
.breadcrumb-menu nav ul li + li:before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}
.single-product-price {
    color: #3F85FE;
    font-weight: 600;
    font-size: 14px;
}

.single-product-price del {
    margin-right: 10px;
}

.products__action a {
    font-size: 14px;
    position: relative;
    border-radius: 50%;
    left: auto;
    color: #0F1D39;
    background-color: #fff;
    display: inline-block;
    box-shadow: 0px 12px 24px 0px rgb(186 186 186 / 30%) !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 5px !important;
}
.products__action .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0;
}

.products__action .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important;
}

.products__action .yith-wcwl-add-to-wishlist i {
    margin-right: 0;
}

.products__action a:hover {
    background: #3F85FE;
    color: #fff;
}

.single-product-info h6 a {
    color: #0F1D39;
}

.single-product-info h6 a:hover {
    color: #4c80fa;
}

.products__thumb span.onsale {
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #3F85FE;
    padding: 5px 15px 5px 10px;
    top: 20px;
    left: 0px;
    text-transform: uppercase;
    min-height: auto;
    min-width: auto;
    line-height: initial;
    border-radius: 0 30px 30px 0;
}

.shop-thumb-tab {
    margin-right: 30px;
    width: 150px;
}

.shop-thumb-tab ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column;
}

.shop-thumb-tab ul li {
    margin-bottom: 30px;
}

.shop-thumb-tab ul li a {
    padding: 0;
}

.details-product-title {
    margin-bottom: 0;
}

.details-rating {
    font-size: 14px;
}
.medilove_grid_product_wrapper .details-rating.rating {
  margin-bottom: 4px;
}

.details-rating a {
    color: #fcd700;
    margin-right: 2px;
}

.products_price {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.product-quantity label {
    display: none;
}

.product-quantity input {
    color: #0F1D39;
    font-size: 14px;
    font-weight: normal;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #F9F9F9;
    display: inline-block;
    padding: 15px 20px;
    width: 110px;
    text-align: center;
}

.single_add_to_cart_button {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 0;
}

.product-quantity {
    float: left;
    margin-right: 20px;
}

.product-view-info .yith-wcwl-add-to-wishlist {
    margin-top: 25px;
    display: block;
    margin-right: 30px;
    margin-bottom: 0px;
}

.product-view-info .yith-wcwl-add-to-wishlist a:hover {
    color: #3F85FE;
}

.product-view-info .yith-wcwl-icon.fa.fa-heart-o {
    margin-right: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
}

.product-view-info .yith-wcwl-icon.fa.fa-heart-o:before {
    content: "\f004";
}

.product_meta {
    position: relative;
    margin-top: 25px;
}

.product_meta > span {
    display: inline-block;
    margin-right: 20px;
    color: #0F1D39;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}


.product_meta a:hover {
    color: #3F85FE;
}


.product-view-info .compare.button {
    display: inline-block;
    background: no-repeat;
    color: #0F1D39;
    padding: 0;
    font-weight: 400;
}

.product-view-info .product_quantity_area {
    width: 100%;
    overflow: hidden;
}

.product-view-info .compare.button:before {
    content: "\f074";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 8px;
}

.product-view-info .compare.button:hover {
    color: #3F85FE;
    background: none;
}

.cart-plus-minus .qtybutton {
    position: absolute;
    font-size: 14px;
    color: #0F1D39;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    height: 100%;
    line-height: 50px;
    padding: 0 15px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.cart-plus-minus .qtybutton.plus {
    left: auto;
    right: 0;
}
.cart-plus-minus {
    position: relative;
    display: inline-block;
}
.desc-wrapper .nav-tabs {
    display: flex;
    justify-content: start;
    border-bottom: 0;
}
.desc-wrapper .nav-tabs .nav-link {
    color: #0F1D39;
    font-size: 20px;
    line-height: 1.3;
    padding: 0;
    font-weight: 500;
    background: 0;
    border: 0 !important;
    margin-right: 25px;
    padding: 8px 15px 8px 0;
    position: relative;
}
.desc-wrapper .nav-tabs .nav-link:before {
    position: absolute;
    left: 0;
    width: 0;
    background: #ff5b6c;
    height: 2px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    bottom: -1px;
    content: "";
}
.shop-product .nav-tabs .nav-link.active {
    color: #ff5b6c;
}
.shop-product .nav-tabs .nav-link.active:before {
    width: 100%;
}
.review-form {
    margin-bottom: 45px;
    padding: 40px 40px;
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.2);
    background: #fff;
}
.comment-form label {
    font-weight: 400;
    color: #777;
    margin-bottom: 12px;
    display: block;
}
.comment-form input {
    height: 55px;
    padding: 0 25px;
    width: 100%;
    font-size: 14px;
    color: #B1B1B1;
    border: 0;
    background: #F6F7F8;
    transition: .3s;
    border-radius: 5px;
}
.comment-form textarea {
    height: 170px;
    padding: 20px;
    width: 100%;
    color: #B1B1B1;
    border: 0;
    font-size: 14px;
    border: 0;
    background: #F6F7F8;
    transition: .3s;
    border-radius: 5px;
}
#commentform input::-moz-placeholder {
    color: #a7a7c1;
    font-size: 14px;
}

#commentform input::placeholder {
    color: #a7a7c1;
    font-size: 14px;
}

#commentform textarea::-moz-placeholder {
    color: #a7a7c1;
    font-size: 14px;
}

#commentform textarea::placeholder {
    color: #a7a7c1;
    font-size: 14px;
}
.medilove-rating span {
    margin-bottom: 6px;
    display: block;
    font-weight: 400;
    color: #777; 
}
.woocommerce .comment-reply-title h4 {
    margin-bottom: 25px;
    font-size: 24px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  line-height: 32px;
}
.woocommerce #reviews #comment {
    height: 120px;
}
.rev-btn button {
    padding: 18px 45px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: #0F1D39;
    font-weight: 700;
    font-size: 12px;
    border: 0;
}
.rev-btn button:hover{
    background: #cd3301;
}
.pro-comments-img {
    float: left;
}
.pro-commnets-text {
    overflow: hidden;
    padding-left: 15px;
}
.pro-commnets-text h4 {
    font-size: 17px;
    margin-bottom: 4px;
}
.pro-commnets-text .rating {
    margin-bottom: 8px;
}
.pro-commnets-text .rating a {
    font-size: 13px;
    margin-right: 4px;
    color: #fcd700;
}
.woocommerce-message {
    border-top-color: #0F1D39;
}
.woocommerce-message .button.wc-forward {
  background: #3F85FE;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
  border-radius: 3px;
  padding: 5px 15px;
  font-weight: 500;
  line-height: 22px;
  height: 100%;
}
.woocommerce-message::before {
    color: #0F1D39;
}
.woocommerce-message .button.wc-forward:hover {
    background: #EC6449;
    color: #fff;
}
.products__action .added_to_cart.wc-forward {
    position: absolute;
    left: 50%;
    width: 60%;
    border-radius: 30px;
    z-index: 2;
    transform: translateX(-50%) scaleX(1) !important;
    padding: 0;
}

/* cart page */

.woocommerce table.shop_table {
    border: 0;
}
.cart_totals .shop_table td, .shop_table th, .shop_table tr.bundle-products td, .shop_table tr.cart_item td, .shop_table tr.order-total th, .shop_table tr:first-child:last-child th, .shop_table.wishlist_table tr td, .shop_table.woocommerce-checkout-review-order-table tr td, .shop_table.woocommerce-checkout-review-order-table tr.cart_item:last-child td {
    border-width: 0 0 .0625rem 0;
}
.shop_table tr td:last-child, .shop_table tr th:last-child, .shop_table.woocommerce-checkout-review-order-table tr .product-thumb {
    border-right-width: 0 !important;
}
.shop_table td, .shop_table tr:last-child th, .shop_table.woocommerce-checkout-review-order-table tr:last-child td {
    border-width: 0;
}
.cart_totals .shop_table td, .shop_table th, .shop_table tr.bundle-products td, .shop_table tr.cart_item td, .shop_table tr.order-total th, .shop_table tr:first-child:last-child th, .shop_table.wishlist_table tr td, .shop_table.woocommerce-checkout-review-order-table tr td, .shop_table.woocommerce-checkout-review-order-table tr.cart_item:last-child td {
    border-width: 0 0 .0625rem 0;
    padding: 1.1875rem;
}
.woocommerce table.shop_table .actions {
    padding: 1.875rem 0 0;
    border: 0;
}
.shop_table .product-quantity {
    float: inherit;
    margin: 0;
}
.woocommerce table.shop_table td {
    border-top: 0;
    text-align: left;
}

.woocommerce a.remove {
    font-weight: 500;
    color: #0F1D39 !important;
}

.woocommerce a.remove:hover {
    color: red !important;
    background: none;
}

.woocommerce table.shop_table td.product-name > a {
    font-weight: 500;
    color: #0F1D39;
}

.woocommerce table.shop_table td.product-name > a:hover {
    color: #3F85FE;
}

.woocommerce table.shop_table td.product-price {
    font-weight: 500;
    color: #0F1D39;
}

.woocommerce table.shop_table td.product-subtotal {
    font-weight: 500;
    color: #0F1D39;
}

.woocommerce table.shop_table th {
    text-align: left;
}

.woocommerce table.shop_table td.product-thumbnail img {
    width: 70px;
}

.woocommerce table.shop_table td .variation-Size {
    font-weight: 500;
}

#coupon_code {
  height: 50px;
  border: 1px solid #E7EAEE;
  padding: 0 15px;
  margin-right: 10px;
  width: auto;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
}

.coupon button {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #0F1D39;
    line-height: 1;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
    border: 2px solid #0F1D39;
    padding: 0px 35px;
    border-radius: 0;
    height: 52px;
}

.woocommerce-cart-form__contents .site-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: #0F1D39;
    line-height: 1;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
    border: 2px solid #0F1D39;
    padding: 0px 35px;
    border-radius: 0;
    height: 52px;
}

.wc-proceed-to-checkout .checkout-button {
    color: #fff;
    font-size: 15px !important;
    font-weight: 700 !important;
    background-color: #0F1D39;
    line-height: 1;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
    border: 2px solid #0F1D39;
    padding: 0px 35px !important;
    border-radius: 0;
    height: 52px;
    line-height: 48px !important;
}

.wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-cart-form__contents .site-btn[aria-disabled="false"]:hover,
.coupon button:hover {
    color: #fff;
    border-color: #3F85FE;
    background: #3F85FE;
}

button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
.button.disabled, .button:disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled,
.added_to_cart.disabled, .added_to_cart:disabled {
    opacity: .5 !important;
    cursor: not-allowed;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    cursor: not-allowed;
    opacity: .5;
    padding: 0px 30px;
    border: 2px solid #0F1D39;
    background: none;
    color: #0F1D39;
    height: 50px;
    line-height: 48px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #EC6449;
    text-decoration: none;
    background-image: none;
    color: #fff;
}

.gocart-page-content .cart_totals table,
.gocart-page-content .cart_totals th,
.gocart-page-content .cart_totals td {
    border: 0;
}

.cart_totals th,
.cart_totals .cart-subtotal td,
.cart_totals a,
.cart_totals strong {
    font-weight: 500;
    color: #0F1D39;
}

.cart_totals h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #0F1D39;
}

.cart_totals a:hover {
    color: #3F85FE;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
    margin-top: 100px;
}

.woocommerce-billing-fields h3, #order_review_heading {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #0F1D39;
}

.woocommerce-grouped-product-list-item__label a:hover {
    color: #3F85FE;
}


/* checkout */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 60px;
  border: 0;
  padding: 0 15px;
  border-radius: 5px;
  background: #F6F7F8;
}

.woocommerce form .form-row {
    display: block;
}

.woocommerce form .form-row label {
    color: #0F1D39;
    margin: 0 0 10px;
    font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  color: #777;
  background: #F6F7F8;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 15px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    height: 60px;
    border-radius: 3px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #E7EAEE;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
.select2-dropdown {
  border: 1px solid #E7EAEE;
  border-radius: 3px;

}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 20px;
}

.select2-selection.select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus {
    outline: none;
}

.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
    outline: none;
}

.select2.select2-container.select2-container--default.select2-container--above:focus {
    outline: none;
}

.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
    outline: none;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 20px;
}
.woocommerce table.woocommerce-checkout-review-order-table th {
    border: 0;
    text-align: left;
}
#place_order {
    background: #3F85FE;
    border: 1px solid #3F85FE;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    height: 50px;
}
#place_order:hover {
    background: #EC6449;
    color: #fff;
    border-color: #EC6449;
}
#order_review .woocommerce-checkout-review-order-table thead th,
#order_review .woocommerce-checkout-review-order-table thead td {
    border: none;
}
#order_review table td, #order_review table th {
    padding: 10px 0;
    border: 0;
    color: #0F1D39;
}
#order_review table td.product-total,
#order_review table th.product-total,
#order_review table tfoot td {
    text-align: right;
}

#order_review table th {
    font-weight: 500;
}

#order_review table tfoot td {
    font-weight: 500;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 0;
}

.checkout_coupon.woocommerce-form-coupon #coupon_code {
    width: 100%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49%;
}

.woocommerce-page form .form-row-last button {
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  height: 50px;
  border-radius: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }

    .woocommerce-page form .form-row-last button {
        width: 100%;
    }
}

/* order received */
.order_details th, .order_details td {
    border: 0 !important;
    color: #0F1D39;
}

.order_details ul {
    padding-left: 0;
}

.order_details tr:first-child:last-child th {
    font-size: 18px;
    padding: 0 10px;
}

.woocommerce-order-details__title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #0F1D39;
}

.woocommerce-column__title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
    color: #0F1D39;
}
.woocommerce-column .woocommerce-column__title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #0F1D39;
}
.woocommerce ul.order_details li {
    color: #0F1D39;
}
.woocommerce ul.order_details li strong {
    font-weight: 500;
}
.woocommerce ul.order_details {
    padding: 0;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td ,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
    padding-left: 0;
    padding-right: 0;
}
.variations .label {
    font-size: 16px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.variations .value {
    font-size: 16px;
    padding-right: 10px;
    padding-bottom: 15px;
}
.variations .value select {
    border: 1px solid #E7E9EE;
    padding: 10px 15px;
    outline: none;
}
.reset_variations {
    margin-left: 15px;
    font-size: 14px;
}
.reset_variations:hover {
    color: #3F85FE;
}
.variations .value .nice-select {
    display: inline-block;
    border: 1px solid #E7E9EE;
    font-weight: 500;
    text-transform: capitalize;
    color: #0F1D39;
}
.variations_form.cart {
    margin-top: 30px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
    margin-top: 20px;
}
.single_variation_wrap .woocommerce-variation-price {
    margin-top: 20px;
    color: #3F85FE;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
}

.variations .label label {
    font-weight: 500;
}

.variations .value .nice-select:after {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    margin: 0;
}

.woocommerce-grouped-product-list.group_table {
    width: 100%;
    margin-bottom: 30px;
}

.grouped_form td {
    padding-bottom: 20px;
}

.woocommerce-grouped-product-list-item__label label {
    font-weight: 500;
}

.woocommerce-grouped-product-list-item__price {
    color: #3F85FE;
    font-weight: 500;
}

.woocommerce-grouped-product-list-item__price del {
    color: #999;
}

.woocommerce-product-details__short-description {
  margin-bottom: 24px;
}

.woocommerce-product-details__short-description p {
  color: #777;
  line-height: 28px;
}
.woocommerce div.product form.cart {
  margin-bottom: 25px;
}
.single_add_to_cart_button:hover {
    color: #3F85FE;
    border-color: #3F85FE;
    background: #3F85FE;
}

.blog2 .blogs__thumb img {
    max-width: 100%;
}

.blog2 .blogs__thumb .video-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.blog2 .blogs__thumb .video-wrapper .popup-video {
    width: 125px;
    height: 125px;
    background: #3F85FE;
    border-color: #3F85FE;
    line-height: 125px;
}

.blog2 .blogs-meta {
  margin-right: 24px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}

.blog2 .blogs-meta i {
    color: #3F85FE;
    margin-right: 5px;
    font-size: 15px;
}

.blog2 .blogs-meta a:hover {
    color: #3F85FE;
}

.blog2__meta .blog-title {
    font-weight: 500;
}

.blog2__meta .blog-title a:hover{
    color: #3F85FE;
}

.blog2 .blogs__content .blog-title {
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 767px) {
    .blog2 .blogs__content .blog-title {
        font-size: 24px;
    }
}
.btn-theme {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background: #3F85FE;
    line-height: 1;
    padding: 18px 48px;
    display: inline-block;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    text-transform: capitalize;
    z-index: 1;
    border: 1px solid #3F85FE;
    border-radius: 5px;
}

.blogs__content .blog-title a {
    color: #0F1D39;
}

.blogs__content .blog-title a:hover {
    color: #3F85FE;
}

.btn-theme:hover {
    background-color: #EC6449;
    border-color: #EC6449;
    color: #fff;
}

.blogs.blog2.sticky {
    position: relative !important;
}
.blogs.blog2.sticky::before {
  position: absolute;
  content: "\f5a2";
  right: 25px;
  top: 16px;
  font-family: "Font Awesome 5 Pro";
  color: #3F85FE;
  font-size: 35px;
}

.blog-details-wrapper .contact_form {
  margin-bottom: 45px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog-details-wrapper .contact_form {
      padding: 40px 25px;

  }

}

.blog-details-wrapper .contact_form label {
    font-weight: 500;
    color: #0F1D39;
    margin-bottom: 12px;
    display: block;
}

.blog-details-wrapper .contact_form textarea, .contacts-message textarea {
    height: 170px;
    padding: 20px;
    width: 100%;
    font-size: 14px;
    color: #777;
    border: 1px solid transparent;
    transition: 0.3s;
    background: #F6F7F8;
    padding-right: 50px;
    border-radius: 5px;
    resize: none;
}

.contacts-message, .contacts-email, .contacts-phone, .contacts-name {
    position: relative;
}

.blog-details-wrapper .contact_form input {
  border: 1px solid transparent;
  width: 100%;
  color: #9E9E9E;
  border-radius: 5px;
}
.contacts-email input, .contacts-phone input, .contacts-name input {
    height: 55px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    color: #9E9E9E;
    border: 1px solid transparent;
    transition: 0.3s;
    background: #F6F7F8;
    padding-right: 50px;
}

.post-comments-title {
    margin-bottom: 25px;
}

.post-comments-title h3 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 700;
}

.blog-text select {
    border: 1px solid #222 !important;
    padding: 10px 19px !important;
    width: auto !important;
    outline: none;
}

.wp-block-categories-dropdown, .wp-block-archives-dropdown {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

#wp-calendar tbody td#today {
    background: #3F85FE;
    color: #fff;
}

.blog-text a {
    color: #3F85FE;
}

.wp-block-tag-cloud .tag-cloud-link:hover {
    background: #3F85FE;
    color: #fff;
    border-color: #3F85FE;
}

.wp-block-tag-cloud .tag-cloud-link:hover {
    background: #3F85FE;
    color: #fff;
    border-color: #3F85FE;
}

.home_front_page .breadcrumb-menu {
    display: none;
}

.header-right ul {
    list-style: none;
}

.single-product-info .rating-shop ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-product-info .rating-shop ul li {
    display: inline-block;
    color: #febd00;
}

.single-product-info .single-product-price {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-cat-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-cat-items ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

.product-cat-items ul li:first-child {
    margin-top: 14px;
}

.product-cat-items li {
    margin-bottom: 14px;
}

.product-cat-items li:last-child {
    margin-bottom: 0;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.mt-8 {
    margin-top: 8px;
}

.medilove_sidebar_contact_title {
  font-size: 26px;
  margin-bottom: 15px;
}

.medilove_contact_list li {
  display: flex;
}
.medilove_contact_list li {
  font-size: 15px;
  color: #777;
}
.medilove_contact_list li span i, .medilove_contact_list li a i {
  margin-right: 10px;
  color: #3F85FE;
  width: 15px;
  display: inline-block;
}
.medilove_contact_list li:not(:last-child) {
  margin-bottom: 10px;
}
.medilove_contact_list li a:hover {
  color: #3F85FE;
}

.medilove_sidebar_socials a {
  font-size: 15px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-color: #F9F9F9;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
  color: #3F85FE;
  margin-right: 3px;
}
.medilove_sidebar_socials a:hover {
  background-color: #3F85FE;
  color: #fff;
}
.medilove_hsearch_abs {
  max-width: 730px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  right: 0;
  border-radius: 0 0 15px 15px;
}
.medilove_header_main {
  position: relative;
}
.medilove_hsearch_abs_wrapper {
  display: flex;
  padding: 20px;
  position: relative;
  padding-top: 0;
}
.medilove_hsearch_abs_wrapper:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  content: "";
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  z-index: -1;
}
.medilove_cats {
  flex: 0 0 190px;
  background-color: #F9F9F9;
  padding: 0 25px;
  border-radius: 5px;
  margin-right: 10px;
}
.medilove_cats .show-currency li {
  padding-bottom: 8px;
}
.medilove_search_zone {
  flex: 1;
}
.medilove_hsearch input {
  width: 100%;
  height: 60px;
  border: 0;
  background-color: #F6F7F8;
  border-radius: 5px;
  padding: 0 25px;
  color: #9E9E9E;
  font-size: 14px;
}
.medilove_hsearch {
  position: relative;
  flex: 1;
}
.medilove_hsearch button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: transparent;
  border: 0;
  color: #0F1D39;
}
.medilove_hsearch_abs::after {
  position: absolute;
  right: -40px;
  top: -14px;
  width: 45px;
  height: 38px;
  content: "";
  background-image: url(../img/bg/angle-left-shape.png);
  transform: rotate(-90deg);
}
.medilove_hsearch_abs::before {
  position: absolute;
  left: -35px;
  top: -11px;
  content: "";
  background-image: url(../img/bg/angle-right-shape.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 38px;
  transform: rotate(104deg);
}
.medilove_cats a.currency {
  height: 60px;
  line-height: 60px;
  display: block;
  color: #0F1D39;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.medilove_cats ul li {
  list-style: none;
}
.medilove_cats a.currency::after {
  display: none;
}
.medilove_cats a.currency::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "\f0d7";
  font-family: 'font awesome 5 Pro';
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 900;
}
.medilove_hsearch input::placeholder {
  color: #9E9E9E;
}
.medilove_cats ul.show-currency {
  padding-left: 0;
  width: auto;
  padding-bottom: 15px;
}

.medilove_cats ul.show-currency a:hover {
  color: #3F85FE;
}
.copyright_border {
  border-top: 1px solid #E7E9EE;
  padding: ;
}
.medilove_copyright_text {
  padding: 15px 0;
  position: relative;
}
.medilove_footer_app {
  padding: 20px 30px;
  position: relative;

}
.medilove_footer_app:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #E7E9EE;
}
.medilove_footer_app:after {
  position: absolute;
  right: 0;
  rotate: ;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #E7E9EE;
}

@media (max-width: 991px) {
  .medilove_footer_app:before { 
    display: none;
  }
  .medilove_footer_app:after { 
    right: -15px;
  }
  .medilove_footer_app {
    padding: 20px 0;
  }
  .medilove_footer_app img {
    max-width: 100px;
  }
}
.medilove_download_text {
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
  display: inline-block;
}
.medilove_download_abs_text {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 20px;
  color: #0F1D39;
}
.medilove_payment_img a {
  display: inline-block;
}
.medilove_payment_img a:not(:first-child) {
  margin-left: 15px;
}
.medilove_footer_app a:not(:last-child) {
  margin-right: 5px;
}

.medilove_widget-2 {
  padding-left: 50px;
}
.widget_footer_2.medilove_widget-4 {
  padding-left: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .medilove_widget-2 {
    padding-left: 25px;
  }

}
@media (max-width: 991px) {
  .medilove_footer_info {
    padding-right: 20px;
  }
  .medilove_widget-2 {
    padding-left: 0;
  }
  .medilove_widget-4 {
    padding-left: 0px;
  }
  .widget_footer_2.medilove_widget-4 {
    padding-left: 0px;
  }

}

.medilove_footer_widget p {
  color: #777;
  font-size: 15px;
  line-height: 25px;
}
.medilove_footer_social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #E7E9EE;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border-radius: 50%;
  color: #929CB1;
  margin-bottom: 8px;
}
.medilove_footer_social a:not(:last-child) {
  margin-right: 5px;
}
.medilove_footer_social a:hover {
  color: #fff;
  background-color: #3F85FE;
  border-color: #3F85FE;
}

.medilove_footer_widget ul li {
  list-style: none;
  line-height: 1.67;
  margin-bottom: 10px;
}
.medilove_footer_widget ul.list li {
    margin-bottom: 0px;
}
.medilove_footer_widget ul li a {
  color: #777;
  font-weight: 400;
}
.medilove_footer_widget ul li a:hover {
  color: #3F85FE;
}
.medilove_footer_widget p {
  font-size: 15px;
  line-height: 25px;
}
.medilove_footer_newsform input {
  height: 50px;
  width: 100%;
  border: 1px solid #E7E9EE;
  border-radius: 5px;
  padding: 0 15px;
  padding-left: 50px;
  background-color: transparent;
}
.medilove_footer_newsform input::placeholder {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 400;
}
.medilove_footer_newsform .newsform_input {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.medilove_footer_newsform .newsform_input::before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "\f0e0";
  font-family: 'font awesome 5 Pro';
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 300;
  color: #B1B1B1;
}

.medilove_footer_newsform button[type="submit"] {
  font-size: 16px;
  border: 0;
  background-color: #3F85FE;
  color: #fff;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  padding: 0 20px;
}
.medilove_footer_newsform button[type="submit"]:hover {
  background-color: #EC6449;
}
.medilove_footer_newsform button[type="submit"] i {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
  margin-top: ;
  transform: translateY(1px);
}
.medilove_footer_bordertop {
  border-top: 1px solid #E7E9EE;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .medilove_footer_app img {
    max-width: 100px;
  }
  .medilove_payment_img img {
    max-width: 40px;
  }
  .medilove_payment_img a:not(:first-child) {
    margin-left: 10px;
  }

}
@media (max-width: 575px) {
  .medilove_payment_img {
    padding-bottom: 20px;
  }

}
.medilove_footer_infoapp img {
  margin-bottom: 8px;
  margin-right: 3px;
}
.medilove_footer_infocall span {
  display: block;
  font-size: 15px;
}
.medilove_footer_infocall a {
  font-size: 18px;
  color: #3F85FE;
}
.medilove_footer_infoapp span {
  display: block;
  margin-bottom: 10px;
}
.medilove_footer_infoapp img {
  max-width: 130px;
}
.medilove_widget-2.widget_footer_2 {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .medilove_widget-2.widget_footer_2 {
    padding-left: 0px;
  }

}

.col-lg-12.blog-padding {
    padding-right: 15px;
}
.medilove_footer_post_item {
  display: flex;
}
.medilove_post_item_img {
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 20px;
  height: 70px;
}
.medilove_footer_post_item:not(:last-child) {
  margin-bottom: 20px;
}
.medilove_post_item_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.medilove_post_item_meta {
  font-size: 12px;
  margin-bottom: 3px;
  padding-top: 2px;
}
.medilove_post_item_title {
  font-size: 15px;
  line-height: 1.5;
}

.widget_num-2 {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .widget_num-2 {
    padding-left: 0px;
  }
}
.medilove_copy_text {
  padding: 20px 0;
  color: #777;
  text-align: center;
  border-top: 1px solid #E7E9EE;
}
.blogs.blog2 {
    border: 1px solid #E7E9EE;
    border-radius: 10px;
}
.blogs .blogs__content {
  padding: 40px;
  padding-top: 37px;
  padding-bottom: 35px;
}
.blogs .blogs__thumb, .blogs .blogs__thumb a img, .blogs .blogs__thumb img {
    border-radius: 10px 10px 0 0;
}
.medilove_footer_title {
    font-size: 20px;
}
.medilove_header_top_text {
    padding: 12px 0;
}
.wp-calendar-nav-next a {
  color: #3F85FE;
}

/* shop css new */
.medilove-content-header {
    display: flex;
    justify-content: space-between;
}
.medilove-ch-left .nav-tabs {
    border-bottom: 0;
}
.medilove-ch-left button.active {
    color: #3F85FE;
}
.medilove-ch-left button {
    background: transparent;
    border: 0;
    color: #777;
    font-size: 14px;
    margin-right: 9px;
    padding: 0;
}
.medilove-ch-right {
    display: flex;
    align-items: center;
}
.medilove-ch-right .show-text {
    display: inline-block;
    margin-right: 20px;
}
.medilove-ch-right .show-text span {
    font-size: 13px;
    font-weight: 400;
    color: #777;
    border-right: 1px solid #E7E9EE;
    display: inline-block;
    padding-right: 20px;
}
.medilove-ch-right .sort-wrapper .nice-select {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    font-size: 13px;
    color: #0F1D39;
    font-weight: 600;
    height: inherit;
    float: inherit;
    line-height: inherit;
    padding-right: 20px;
}
.medilove-ch-right .sort-wrapper .nice-select::after {
    right: 0;
}
.medilove_grid_product_wrapper a.button.yith-wcqv-button {
    display: none;
}

.medilove_grid_product_wrapper .medilove-action a.button.yith-wcqv-button {
    display: inline-block;
}
.medilove_grid_product_wrapper a.compare.button {
    display: none;
}

.medilove_grid_product_wrapper .medilove-action a.compare.button {
    display: inline-block;
    margin-left: 5px;
}
.medilove-action .yith-wcwl-add-button > a i {
  margin-right: 0 !important;
}
.medilove-action .yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    display: inline!important;
    margin-left: 0px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px!important;
    height: 16px!important;
    position: absolute;
    left: 0;
    top: 0;
}
.medilove-action .yith-wcwl-add-to-wishlist{
  position: relative;
  display: inline-block;
}
.medilove-action .yith-wcwl-add-to-wishlist, .medilove-action > a {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 !important;
  text-align: center;
  border-radius: 50% !important;
  background-color: #3F85FE;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  margin: 0 5px !important;
}
.medilove-action .yith-wcwl-add-to-wishlist i, .medilove-action > a i {
  font-size: 14px;
}
.medilove-action .yith-wcwl-add-to-wishlist a {
  display: block;
}
.medilove-action .yith-wcwl-add-to-wishlist:hover, .medilove-action > a:hover {
  background-color: #EC6449;
}
#yith-quick-view-content .onsale {
  top: 0;
  right: auto;
  left: 0;
  border-top-left-radius: 5px;
}
.medilove-action a.added_to_cart.wc-forward {
    position: absolute;
    left: 0;
    right: 0;
    width: 165px !important;
    height: 100% !important;
    border-radius: 50px !important;
    z-index: 9;
    bottom: calc(100% + 10px);
    transition: 0.3s;
    margin: 0 auto !important;
}
.medilove-action .yith-wcwl-add-to-wishlist.exists {
    display: none;
}
.medilove-action a.compare.button.added {
    display: none;
}
.medilove_product_thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #F6F7F8;
}
.medilove_product_thumb span.sale {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  background-color: #EC6449;
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
  line-height: 24px;
  display: inline-block;
  font-weight: 500;
}
.medilove_product_thumb .medilove_sale span.sale.sale_txt {
  background-color: #FFD630;
  color: #0F1D39;
  font-weight: 500;
}
.medilove-action {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
    transition: 0.5s;
    text-align: center;
}
.medilove_product_thumb:hover .medilove-action {
    bottom: 20px;
}
.medilove_grid_product_wrapper .medilove_product_thumb {
    margin-bottom: 15px;
}
.medilove_cat_name {
    font-size: 14px;
    color: #777;
    display: inline-block;
    margin-bottom: 8px;
}
.medilove_cat_name:hover {
  color: #3F85FE;
}
.medilove_grid_product_wrapper .woocommerce-loop-product__title {
  font-size: 16px;
  transition: 0.3s;
  margin-bottom: 5px;
  font-weight: 600;
}
.medilove_grid_product_wrapper .woocommerce-loop-product__title:hover {
   color: #3F85FE;
}

.woocommerce .medilove_grid_product_wrapper .star-rating {
    float: none;
    margin: 0 auto;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 8px;
}
.medilove_price span.price bdi {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #3F85FE;
}

.medilove_price span.price del bdi {
    font-size: 13px !important;
    color: #777;
    font-weight: 400;
    margin-right: 10px;
}
.woocommerce .medilove_grid_product_wrapper .star-rating::before {
    color: #FEBA1B;
}
.woocommerce .medilove_grid_product_wrapper .star-rating span::before {
    color: #FEBA1B;
}
.shop-pagination-wrap .pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.shop-pagination-wrap ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.shop-pagination-wrap ul li a.page-numbers:hover, .shop-pagination-wrap ul li span.current {
    background-color:#3F85FE;
    color: #fff;
}
.shop-pagination-wrap ul li span.current, .shop-pagination-wrap ul li a {
  padding: 0 !important;
}
.shop-pagination-wrap ul li a.page-numbers, .shop-pagination-wrap ul li span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #F6F7F8;
  color: #0F1D39;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  margin: 0px;
  display: inline-block;
  text-align: center;
}

.medilove_list_product_wrapper .woocommerce-loop-product__title {
    font-size: 20px;
    margin-bottom: 8px;
}

.medilove_list_product_wrapper .star-rating {
    display: none;
}

.medilove_list_product_wrapper .details-rating {
    font-size: 12px;
    margin-bottom: 10px;
}

.details-rating.rating .fas {
    color: #FEBA1B;
}

.details-rating.rating .fal {
    color: #FEBA1B;
}

.details-rating.rating span {
    display: inline-block;
    margin-left: 10px;
}

.details-rating.rating i {
    letter-spacing: 1px;
}
.medilove_list_product_wrapper .medilove_price {
    margin-bottom: 8px;
}

.medilove_list_product_wrapper a.compare.button {
    display: none;
}
.medilove_list_product_wrapper .medilove_cart_list_button a.button.yith-wcqv-button.a_icon {
    display: inline-block;
}
.medilove_list_product_wrapper a.button.yith-wcqv-button {
    display: none;
}
.medilove_cart_list_button > a, .medilove_cart_list_button > div {
    display: inline-block;
    min-width: 45px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    background-color: #3F85FE;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.medilove_cart_list_button {
    position: relative;
}
.medilove_cart_list_button .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    left: 0;
    top: 0;
}

.medilove_cart_list_button .yith-wcwl-add-button > a i {
  margin: 0;
}

.medilove_cart_list_button .yith-wcwl-add-to-wishlist, .medilove_cart_list_button .yith-wcwl-add-to-wishlist a {
    min-width: 45px;
    height: 40px;
    background-color: #3F85FE;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0;
}
.medilove_cart_list_button .yith-wcwl-add-button a {
    display: block;
    border-radius: 5px;
}
.medilove_cart_list_button a.button.yith-wcqv-button.a_icon {
    width: 45px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    border-radius: 0;
    background-color: #3F85FE;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.medilove_cart_list_button a.added_to_cart.wc-forward {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0;
    min-width: 129px;
    text-align: center;
}
.medilove_cart_list_button a.added_to_cart.wc-forward:hover, .medilove_list_product_wrapper .medilove_cart_list_button a.button.yith-wcqv-button.a_icon:hover, .medilove_cart_list_button .yith-wcwl-add-button a:hover, .medilove_cart_list_button > a:hover {
  background-color: #EC6449;
}
.medilove_cart_list_button .yith-wcwl-add-to-wishlist.exists {
    display: none;
}

.medilove-list-product-single:not(:last-child) {
    border-bottom: 1px solid #E7E9EE;
    margin-bottom: 35px;
}
.medilove-list-product-single {
    padding-bottom: 35px;
}
.medilove_list_product_thumb {
  position: relative;
  background-color: #F6F7F8;
}
.medilove_list_product_thumb span.sale {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background-color: #EC6449;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.medilove_product_thumb:before {
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 100%;
    height: 100%;
    content: "";
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,ffffff+100&0+12,0.89+100 */
background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(141,193,235,0) 12%, rgba(255,255,255,0.89) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(141,193,235,0) 12%,rgba(255,255,255,0.89) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(141,193,235,0) 12%,rgba(255,255,255,0.89) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#e3ffffff',GradientType=0 ); /* IE6-9 */

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.medilove_product_thumb:hover:before {
  left: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.woocommerce .product-sidebar .star-rating {
    font-size: 13px;
    margin-bottom: 5px;
}
.product_list_widget .product-title {
  display: block;
  color: #0F1D39;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}

.product-sidebar .woocommerce-Price-amount bdi {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #3F85FE;
}
.product-sidebar del .woocommerce-Price-amount bdi {
  font-size: 13px !important;
  color: #777;
  font-weight: 400;
  margin-right: 10px;
}
.woocommerce ul.product_list_widget li img {
  width: 70px;
  margin-left: 0;
  margin-left: 15px;
}
.product-sidebar .yith-woocompare-widget ul.products-list li .remove:hover {
  color: #fff !important;
}
.product-sidebar .yith-woocompare-widget ul.products-list li .remove {
  font-size: 16px !important;
}
.woocommerce .product-sidebar a.remove {
  font-size: 18px;
}
.product-sidebar .woocommerce.widget_shopping_cart .total {
  border-top: 2px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
}
.woocommerce .product-sidebar a.button {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}
.medilove-single-product-description-tab .wc-tabs {
    border-bottom: 1px solid #E1E6EE;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
}
.medilove-single-product-description-tab .wc-tabs li {
  list-style: none;
}
.medilove-single-product-description-tab .wc-tabs li a{
    margin-bottom: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    color: rgb(15, 29, 57);
    padding: 0 30px;
    border: none;
    border-radius: 5px 5px 0 0;
    position: relative;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.medilove-single-product-description-tab .wc-tabs li.active a {
    color: #fff;
    background-color: rgb(63, 133, 254);
    border-color: transparent;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4) {
    margin-right: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(25% - 10px);
    float: left;
    margin: 0;
    list-style: none;
    margin-right: 15px;
    margin-top: 15px;
    border: 1px solid #E7E9EE;
    border-radius: 0px;
}
span.onsale.medilove_featured {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    background-color: #EC6449;
    color: #fff;
    padding: 0 25px;
    font-size: 14px;
    display: inline-block;
    border-radius: 0;
}
.woocommerce-Reviews .woocommerce-Reviews-title {
  display: none;
}
.comment-respond #reply-title {
  margin-bottom: 15px;
  display: block;
  color: #0F1D39;
  font-size: 20px;
  font-weight: 500;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
  width: 70px;
  height: auto;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 70px;
  border: 0;
  border-radius: 0;
  padding: 0;
  padding-left: 15px;
}
.woocommerce-Reviews .commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 13px;
  margin-bottom: 10px;
}
.woocommerce .comment_container .star-rating {
  font-size: 13px;
}
.woocommerce .star-rating span {
  color: #FEBA1B;
}
.woocommerce .star-rating::before {
  color: #FEBA1B;
}

.comment-form-comment label[for="comment"] {
  font-size: 16px;
  font-weight: 500;
  color: #0F1D39;
}
.woocommerce p.stars.selected a:not(.active)::before {
  color: #FEBA1B;
}
.woocommerce p.stars a::before {
  color: #FEBA1B;
}
.woocommerce #review_form #respond textarea {
  background-color: #F6F7F8;
  border-radius: 5px;
  color: #B1B1B1;
  border: 0;
  padding: 20px 25px;
  resize: none;
}
.comment-text .woocommerce-review__author {
  color: #0F1D39;
  text-transform: capitalize;
}
.comment-respond .contacts-message label {
    display: inline-block;
    margin-bottom: 10px;
    color: #0F1D39;
}
.comment-respond .comment-form label {
  font-size: 16px;
  font-weight: 500;
  color: #0F1D39;
}
.comment-respond .comment-form input {
  margin-bottom: 10px;
}
.woocommerce table.shop_attributes th {
  color: #0F1D39;
  font-weight: 500;
}

@media (max-width: 575px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding-left: 0;
    margin-left: 0;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: relative;
    float: none;
    margin-bottom: 15px;
  }

}

.wishlist-items-wrapper td.product-name {
  font-size: 13px;
}
.related-product-active .slick-arrow {
  position: absolute;
  left: -20px;
  top: 50%;
  height: 50px;
  width: 50px;
  background-color: #EC6449;
  color: #fff;
  border: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.related-product-active .slick-arrow.slick-next {
  left: auto;
  right: -20px;
}
.related-product-active:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: 15px;
}
.related-product-active:hover .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}
.related-product-active .slick-arrow:hover {
  background-color: #3F85FE;
}
.medilove_product_thumb img {
  width: 100%;
}
.product_meta > span {
  font-size: 16px;
  font-weight: 500;
  color: #777;
  margin-bottom: 10px;
  display: block;
}
.product_meta > span span {
  color: #777;
  font-weight: 400;
  font-size: 15px;
}
.product_meta > span a {
  color: #777;
  border: 1px solid #E7E9EE;
  margin-bottom: 10px;
  margin-right: 5px;
  font-weight: 400;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 15px;
  transition: 0.3s;
  display: inline-block;
}
.product_meta > span a:hover {
  background-color: #3F85FE;
  color: #fff;
  border-color: #3F85FE;
}

.woocommerce .quantity .qty.input-text {
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  width: auto;
  border-radius: 5px;
  border: 1px solid #E7E9EE;
  color: #0F1D39;
  background-color: transparent;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0;
  margin-right: 15px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #3F85FE;
  color: #fff;
  height: 50px;
  line-height: 52px;
  padding: 0 25px;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  transition: .3s;
}
.medilove-single-product-description-content-wrap #tab-description p {
  line-height: 28px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  line-height: 50px !important;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #EC6449;
  color: #fff;
}
.medilove-single-product-right.medilove_single_product_right_section a.compare.button {
  display: none;
}
.medilove_single_product_right_section .yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistexistsbrowse .feedback i {
  color: #777;
}
.medilove_single_product_right_section .yith-wcwl-wishlistexistsbrowse a {
  font-weight: 500;
}
.medilove_single_product_right_section .yith-wcwl-wishlistexistsbrowse a:hover {
  color: #3F85FE;
}
.medilove-single-product-right .price .woocommerce-Price-amount.amount bdi {
  font-weight: 700;
}
.woocommerce-grouped-product-list-item__price del {
  color: #999;
}
.medilove_single_product_right_section .yith-wcwl-add-button .fa-heart-o:before {
    content: "\f004";
}

.medilove_single_product_right_section .yith-wcwl-add-button > a i {
  color: #777;
  margin-right: 5px;
  transition: all .3s;
}
.medilove_single_product_right_section .yith-wcwl-add-button > a:hover i{
  color: #3F85FE;
}

.medilove_single_product_right_section .yith-wcwl-add-button a {
  color: #777;
  font-weight: 500;
}
.medilove_single_product_right_section .yith-wcwl-add-button a:hover {
  color: #3F85FE;
}
.woocommerce-grouped-product-list-item__label a {
  color: #0F1D39;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #3F85FE;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 15px;
}
.woocommerce-review-link {
  color: #777;
  font-weight: 400;
}
.woocommerce-review-link:hover {
  color: #3F85FE;
}
.medilove_single_product_right_section table.variations tbody tr td.label {
  width: 70px;
  padding-right: 10px;
  padding-bottom: 15px;
  font-weight: 500;
  color: #0F1D39;
  font-size: 16px;
  margin-right: 0;
}

.variations .nice-select {
  border-color: #E7E9EE;
  border: 1px solid #E7E9EE;
  font-size: 14px;
  height: 50px;
  line-height: 47px;
  font-weight: 500;
  color: #777;
  border-radius: 5px;
}
.variations .nice-select span {
  color: #777;
}
.variations .nice-select .option {
  color: #777;
}
.variations .nice-select .option.selected {
  color: #0F1D39;
  font-weight: 500;
}
.variations .nice-select::after {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  transition: 0.3s;
  margin-top: -2px !important;

}
.variations  .nice-select.open::after {
   -webkit-transform: rotate(-135deg); 
   -ms-transform: rotate(-135deg); 
   transform: rotate(-135deg); 
}
.woocommerce div.product form.cart .variations label {
  font-weight: 500;
}
.woocommerce button.button.alt.disabled {
  background-color: #3F85FE;
  color: #fff;
  border: 0;
}
.woocommerce button.button.alt.disabled:hover {
  background-color: #3F85FE;
}
.medilove_related_title h2 {
  font-size: 28px;
}
.woocommerce div.product .woocommerce-tabs.medilove-single-product-description-tabs-wrap .panel p:last-child {
  margin-bottom: 0;
}
.woocommerce-Reviews #comments > p {
  margin-bottom: 12px;
}
.variations .nice-select span.current {
  font-weight: 400;
}
.woocommerce .medilove-single-product-description-tabs-wrap table.shop_attributes {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .medilove_single_product_right_section.pl-30 {
    padding-left: 0;
  }

}
.medilove_single_product_right_section .yith-wcwl-wishlistaddedbrowse a {
  color: #3F85FE;
}
.medilove_single_product_right_section .yith-wcwl-wishlistaddedbrowse a:hover {
  color: #0F1D39;
}
.medilove_single_product_right_section .yith-wcwl-wishlistaddedbrowse .feedback i {
  color: #3F85FE;
}

.m-slider-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}
.slider-content-4 .m-slider-subtitle {
  color: #EC6449;
  font-weight: 600;
}
.m-slider-subtitle span {
  position: relative;
  background-color: #EC6449;
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
  display: inline-block;
}
.medi-slider-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.medi-slider-btn {
  font-size: 15px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  background-color: #3F85FE;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
}
.medi-slider-btn:hover {
  background-color: #EC6449;
  color: #fff;
}
.medi-slider-0 {
  position: relative;
}
.medi-slider-offertag {
  position: absolute;
  left: 57%;
  top: 50%;
  width: 165px;
  height: 165px;
  background-color: #FFD630;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F1D39;
}
.dis-text {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
}
.dis-price {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.medi-discount-price {
    text-align: center;
}
.medi-slider-1 .medi-slider-offertag {
  left: auto;
  top: 32%;
  right: 12%;
}
.medi-slider-2 .dis-price {
  font-size: 36px;
}
.slider-height-4 {
  min-height: 750px;
  padding-top: 84px;
}
.medi-slider-2 .medi-slider-offertag {
  top: 43%;
  left: 55%;
}
.medilove-banner-subtitle {
  font-size: 14px;
  color: #F17F29;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
.medilove-banner-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.medilove-banner-btn {
  display: inline-block;
  height: 35px;
  padding: 0 14px;
  background-color: #3F85FE;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
}
.medilove-banner-btn:hover {
  color: #fff;
  background-color: #EC6449;
}
.medilove-banner-button {
  margin-top: 30px;
}
.medilove-bannar-wrapper {
  padding: 50px 35px;
  border-radius: 10px;
  background-color: #FAF2EF;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 105%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.medilove-bannar-wrapper:hover{
  background-size: 110%;
}

.medilove-bannar-wrapper > p {
  margin-top: 25px;
}

.medilove-banner-subtitle-2 {
  font-size: 16px;
  font-size: ;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.medilove-banner-title-2 {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
}
.medilove-banner-price {
  display: inline-block;
  font-weight: 600;
  color: #F17F29;
  font-size: 20px;
  margin-top: 8px;
}

.medilove-banner-btn-2 {
  font-size: 14px;
  font-weight: 500;
  background-color: #3F85FE;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  height: 40px;
  line-height: 38px;
  border-radius: 5px;
}
.medilove-banner-btn-2:hover {
  background-color: #EC6449;
  color: #fff;
}
.medilove-banner-button-2 {
  margin-top: 30px;
}
.medilove-bannar-wrapper-2 {
  padding: 45px 40px;
  background-color: #EAF3F0;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 105%;
  background-position: center right;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.medilove-bannar-wrapper-2:hover {
  background-size: 110%;
}

.medilove-bannar-wrapper.ms-banner {
  padding: 30px;
}
.medilove-bannar-wrapper.ms-banner .medilove-banner-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.medilove-bannar-wrapper.ms-banner .medilove-banner-button {
  margin-top: 20px;
}

.medilove-bannar-wrapper-3 {
  padding: 35px 30px;
  background-color: #EAF3F0;
  border-radius: 10px;
  background-repeat: no-repeat;
}
.medilove-banner-button-3 {
  height: 35px;
  line-height: 35px;
  background-color: #3F85FE;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  border-radius: 5px;
}
.medilove-banner-button-3:hover {
  background-color: #0F1D39;
}
.medilove-banner-title-3 {
  font-size: 18px;
  line-height: 1.33;
}
.medilove-banner-button-3 {
  margin-top: 15px;
}

.medilove-bannar-wrapper-4 {
  padding: 40px 30px;
  padding-bottom: 150px;
  border-radius: 10px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 105%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.medilove-bannar-wrapper-4:hover {
  background-size: 110%;
}
.medilove-banner-subtitle-4 {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  color: #EC6449;
  font-weight: 500;
}
.medilove-banner-title-4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.medilove-banner-price-4 {
  font-size: 18px;
  color: #3F85FE;
  font-weight: 500;
}
.medilove-banner-button-4 {
  margin-top: 35px;
}
.medilove-category-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.medilove-cat-item-single {
  padding: 30px;
  text-align: center;
  min-width: 199px;
  border: 0.5px solid #E7E9EE;
}
.medilove-cat-item-single img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.medilove-cat-item-single:hover img {
  transform: scale3d(1.3, 1.3, 1.3);
}
.medilove-cat-img img {
  margin-bottom: 20px;
}
.medilove-cat-item-single img {
    max-width: 100px !important;
}
.medilove-cat-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
}

.medilove_heading_button_title {
  font-size: 28px;
  font-weight: 700;
}
.medilove_heading_button {
  border-bottom: 1px solid #E7E9EE;
}

.medilove_heading_button_btn {
  color: #777;
  display: inline-block;
  font-weight: 500;
}
.medilove_heading_button_button .medilove_heading_button_btn:hover{
  color: #3F85FE;
  opacity: 1;
}
.medilove_testimonial_avatar_section {
  background-color: #F8F9FB;
  text-align: center;
  padding: 45px 30px;
  padding-bottom: 90px;
}
.medilove_testimonial_avatar_section.slick-slide.slick-current.slick-active {
}
.medilove_avater_img {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.medilove_avater_img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.medilove_avater_quote {
  position: absolute;
  right: -10px;
  top: 0;
  min-height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background-color: #3F85FE;
  line-height: 29px;
  color: #fff;
  font-size: 15px;
}
.medilove_client_name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2px;
}
.medilove_client_designation {
  font-size: 15px;
  font-weight: 400;
}
.medilove_client_message {
  margin-top: 25px;
  font-size: 15px;
  line-height: 1.67;
  margin-bottom: 55px;
}
.medilove_client_rating span i {
  color: #FEBA1B;
}
.medilove_testimonial_section_title {
    font-size: 28px;
    margin-bottom: 25px;
}
.medilove_testimonial_slider_wrapper .slick-dots {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
}
.medilove_testimonial_slider_wrapper .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.medilove_testimonial_slider_wrapper .slick-dots li:after {
  display: none;
}

.medilove_testimonial_slider_wrapper .slick-dots li:before {
    width: 10px;
    height: 10px;
    background-color: #DBDEE6;
}

.medilove_testimonial_slider_wrapper .slick-dots li.slick-active:before {
    background-color: #3F85FE;
}
.medilove_product_thumb.widget_product_thumb .medilove_sale {
    position: absolute;
    left: 0;
    top: 0;
}

.medilove_product_thumb.widget_product_thumb .medilove_sale span.sale {
    position: static;
}

.medilove_product_thumb.widget_product_thumb .medilove_sale span.sale:not(:last-child) {
    margin-right: 5px;
}

.details-rating.rating i {
  font-size: 13px;
  color: rgb(254, 186, 27);
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: 1;
    display: inline-block;
    color: #777;
}

.timer.medilove_countdown .cdown p {
  display: none;
}
.timer.medilove_countdown .time-count {
  color: #0F1D39;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  border: 1px solid #E7E9EE;
  border-radius: 5px;
}
.timer.medilove_countdown .cdown:not(:last-child) .time-count::after {
  content: ":";
  display: inline-block;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.timer.medilove_countdown .cdown:not(:last-child) {
  margin-right: 10px;
}
.timer.medilove_countdown .cdown:not(:last-child) .time-count {
  position: relative;
}

.row.deals_product_active {
  margin: 0 -15px;
}
.row.deals_product_active .product.col-lg-3 {
  margin: 0 15px;
}

.m-product-active{
  margin: 0 -15px;
}
.m-product-active .home_product_active{
  margin: 0 15px;
}

.medilove_deals_product_wrapper {
  border-radius: 15px;
  border: 2px solid #3F85FE;
  padding: 30px;
  padding-top: 45px;
  padding-bottom: 35px;
}

.medilove_deals_product_title {
  position: absolute;
  left: 30px;
  top: 0;
  display: inline-block;
  background-color: #fff;
  padding: 0px 15px;
  margin-top: -17px;
  font-size: 28px;
  font-weight: 700;
}
.medilove_height_banner {
  background-color: #F6F7F8;
  padding: 58px 40px;
}
.medilove_height_banner img{
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.medilove_height_banner:hover img{
  transform: scale3d(1.1, 1.1, 1.1);
}
.medilove_height_banner_subcat {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  color: #666;
}
.medilove_height_banner_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.medilove_height_banner .medilove_height_banner_title {
  margin-bottom: 50px;
}


.medilove_height_banner_img {
  margin: 50px 0;
  position: relative;
}

.medilove_height_price {
    font-size: 24px;
    font-weight: 700;
    
}

.medilove_height_price span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.medilove_height_pricetag {
    width: 99px;
    height: 99px;
    background-color: #FFD630;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.medilove_height_banner_btn {
  display: inline-block;
  background-color: #3F85FE;
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
  border-radius: 5px;
  margin-bottom: 30px;
  font-weight: 500;
}
.medilove_height_banner .medilove_height_banner_btn {
  margin-bottom: 0;
}

.medilove_height_banner_btn:hover {
    color: #fff;
    background-color: #EC6449;
}

.medilove_height_banner_catlist a {
    font-size: 15px;
    font-weight: 400;
    color: #0F1D39;
}
.medilove_height_banner_catlist a:hover {
  color: #3F85FE;
}
.medilove_height_banner_catlist a:not(:last-child) {
  margin-bottom: 10px;
}

.medilove_offer_banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F7F2EE;
  padding: 40px 50px;
  border-radius: 10px;
  padding-top: 35px;
}
.medilove_offer_banner img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.medilove_offer_banner:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.medilove_offer_banner_image {
  position: relative;
}
.medilove_banner_pricetag {
  position: absolute;
  top: 50%;
  left: calc(100% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #50C75C;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.medilove_banner_price {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.medilove_banner_price span {
  font-weight: 400;
}

.medilove_offer_banner_subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #0F1D39;
  margin-bottom: 10px;
  display: inline-block;
}
.medilove_offer_banner_title {
  font-size: 50px;
  height: 90px;
  line-height: 90px;
  background-color: #EC6449;
  color: #fff;
  border-radius: 10px;
  padding: 0 30px;
  position: relative;
}

.medilove_offer_banner_title span {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  font-size: 16px;
  background: ;
  background-color: #F8F2ED;
  line-height: ;
  line-height: 1.2;
  color: #0F1D39;
  padding: ;
  padding: 5px 15px;
  border-radius: 5px;
  transform: translateX(-50%);
  font-weight: 500;
}
.medilove_countdown {
  margin-top: 40px;
}

.timer.medilove_banner_countdown .cdown {
  margin: 0;
  background-color: transparent;
  padding: 0px 5px;
  box-shadow: none;

}
.timer.medilove_banner_countdown .cdown:not(:last-child) span {
  position: relative;
  min-width: 50px;
}
.timer.medilove_banner_countdown span {
  background-color: transparent;
  min-height: auto;
  margin-right: ;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: ;
}
.timer.medilove_banner_countdown span p {
  font-weight: 300;
}
.timer.medilove_banner_countdown .cdown:not(:last-child) span:before {
  position: absolute;
  right: -5px;
  top: 50%;
  content: ":";
  transform: translateY(-50%);
  font-weight: 400;
}

.medilove_banner_price span {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}


.medilove_product_tab_head ul li a {
  display: inline-block;
  padding: 25px 0px;
  font-size: 16px;
  color: #777777;
  position: relative;
  margin: 0 20px;
}
.medilove_product_tab_head ul li a.active {
  color: #0F1D39;
}
.medilove_product_tab_head ul li a:before {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #3F85FE;
  content: "";
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.medilove_product_tab_head ul li a:after{
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-width: 5px;
  border-color: #3F85FE transparent transparent;
  content: "";
  transform: translateX(-50%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  
}
.medilove_product_tab_head ul li a.active:before, .medilove_product_tab_head ul li a.active:after {
  opacity: 1;
  visibility: visible;
}

.medilove_product_tab_head {
  border-bottom: 1px solid #E7E9EE;
  margin-bottom: 35px;
}
.medilove_footer_widget .medilove_footer_post {
    margin-top: 35px;
}

.medilove_trending_wrapper {
  display: flex;
  align-items: center;
}
.medilove_trending_thumb {
  flex: 0 0 160px;
  max-width: 160px;
  margin-right: 15px;
}

.trending_product_active button {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -55px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #E7EAEE;
  color: #0F1D39;
  font-size: 18px;
  line-height: 1;
}
.trending_product_active button.trending-prev {
  right: 40px;
}
.trending_product_active button i {
  font-weight: 300;
}

.slider-height-4:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  z-index: -1;
  opacity: 0.1;
}
.medilove_product_thumb.medilove_trending_thumb {
  margin-bottom: 0;
}
.medilove_trending_wrapper {
  border: 1px solid #E7EAEE;
  padding: 10px 15px;
}
.medilove_trending_thumb .medilove-action .yith-wcwl-add-to-wishlist, .medilove_trending_thumb .medilove-action > a {
  margin: 0 2px;
}
.medilove_grid_product_wrapper.medilove_trending_wrapper .medilove-action a.compare.button {
  margin-left: 2px;
}

.product.col-12:not(:last-child) .medilove_trending_wrapper {
  border-bottom: 0;
}
.medilove_trending_thumb .medilove-action a.added_to_cart.wc-forward{
    bottom: calc(100% + 5px);
}

.medilove_trending_sectitle {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}
.medilove_trending_wrapper .medilove-action a.added_to_cart.wc-forward {
  width: calc(100% - 25px) !important;
}
.product.col-12 .medilove_trending_wrapper {
    margin-right: 1px;
}
.medilove_product_thumb.medilove_trending_thumb img {
    max-height: 138px;
    object-fit: cover;
}
.woocommerce-product-gallery__image img {
  border: 1px solid #E7E9EE;
  border-radius: 0px;
}

.col-lg-8.shop-sidebar-pad.left_sidebar_pad .medilove-shop-products-display {
  padding-left: 25px;
}
.blog-padding {
  padding-right: 50px;
}
.blogs__content.blogs__content__single .blog-text.mb-20 > h3 {
  font-size: 26px;
}
.widget-posts-title {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}
.hot-line .h2-theme-color {
  color: #3F85FE;
}
.hot-line li a:hover {
  color: #3F85FE;
}

.form-control:focus {
  color: #9E9E9E;
  background-color: #F9F9F9;
  border-color: #F9F9F9;
  outline: 0;
  box-shadow: none;
}
.contact-form-right {
  box-shadow: 0 13px 29px rgba(0,0,0,0.1);
  padding: 40px;
  border-radius: 10px;
}
.contact-form-left {
  padding-right: 40px;
}
.c-contact span.primary-color {
  color: #0F1D39;
}
.c-social-link span.primary-color {
  font-size: 22px;
  color: #0F1D39;
  font-weight: 500;
}
.blog_right_area .widget_block.widget_search form label {
    display: none;
}
.blog_right_area .widget.widget_block .wp-block-group__inner-container h2 {
    text-transform: capitalize;
    margin-bottom: 25px;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
}
.blog_right_area .widget.widget_block .wp-block-group__inner-container h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    content: "";
    background-color: #3F85FE;
}
.post-comments .latest-comments .comment-respond {
    margin-bottom: 45px;
}
.medilove-page-content .post-entry--top-margin td > a {
    color: #3F85FE;
}
.medilove-page-content .post-entry--top-margin th > a {
    color: #3F85FE;
}

.blog_right_area footer.wp-block-latest-comments__comment-meta > a {
    line-height: 1.5;
}
.blog-text .wp-caption-text.gallery-caption {line-height: 1.7;}

.blog-text .post-password-form label[for="pwbox-1168"] input#pwbox-1168 {
    margin-top: 5px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #3F85FE;
}
#yith-quick-view-modal #yith-quick-view-content {
  height: 100%;
  max-height: 500px;
}
.woocommerce div.product .medilove_single_product_right_section p.price del {
  margin-right: 5px;
}
.medilove_foote_apps_ico p > a {
  display: inline-block;
  width: calc(50% - 10px);
}
.medilove_foote_apps_ico p > a:not(:last-child) {
  margin-right: 10px;
}
.medilove_footer_call_info label {
  font-size: 15px;
  color: #777;
}
.medilove_footer_call_info p a {
  font-size: 18px;
  font-weight: 500;
  color: #3F85FE;
}
.medilove_footer_call_info label {
  font-size: 15px;
  color: #777;
}
.medilove_footer_call_info p a {
  font-size: 18px;
  font-weight: 500;
  color: #3F85FE;
}
.medilove_footer_call_info p a:hover {
  color: #EC6449;
}
.medilove_foote_apps_ico label {
  font-size: 15px;
  color: #0F1D39;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .medilove_product_tab_head ul li a {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .order_md_device .elementor-container.elementor-column-gap-default .elementor-col-33 {
    order: 2;
  }
  .mtuplg-60 {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
.col-lg-8.shop-sidebar-pad.left_sidebar_pad .medilove-shop-products-display {
    padding-left: 0px;
  }
  .blog-padding {
    padding-right: 15px;
  }

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .medilove-cat-item-single {
    min-width: 193.7px;
  }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .medi-slider-title {
    font-size: 50px;
  }
  .blog-padding {
    padding-right: 25px;
  }
  .widget-posts-title {
    font-size: 16px;
  }
  .medilove_post_item_title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {
  .medi-slider-title {
    font-size: 45px;
  }
  .medi-slider-offertag {
    left: auto;
    right: 10%;
  }
  .medi-slider-2 .medi-slider-offertag {
    left: auto;
    right: 10%;
  }

  .breadcrumb-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .medi-slider-title {
    font-size: 32px;
  }
  .medilove_related_title h2 {
    font-size: 24px;
  }
  .medi-slider-2 .medi-slider-offertag {
    left: auto;
    top: 5%;
    right: 5%;
  }
  .medi-slider-offertag {
    left: auto;
    top: 5%;
    right: 5%;
  }
  .medi-slider-1 .medi-slider-offertag {
    left: auto;
    top: 5%;
    right: 5%;
  }
  p br {
    display: none;
  }
  .dis-text {
    font-size: 16px;
  }
  .dis-price {
    font-size: 30px;
  }
  .medi-slider-2 .dis-price {
    font-size: 26px;
  }
  .medi-slider-offertag {
    width: 120px;
    height: 120px;
  }

  .slider-height-4:before {
    opacity: 0.8;
  }
  .slider-height-4 {
    min-height: 520px;
  }
  .medilove_offer_banner_subtitle {
    font-size: 18px;
  }
  .medilove_offer_banner_title {
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
  }
  .medilove_banner_pricetag {
    left: calc(100% - 40px);
    width: 70px;
    height: 70px;
    margin-top: -20px;
    z-index: 2;
  }
  .medilove_banner_price {
    font-size: 12px;
  }
  .medilove_trending_wrapper {
    flex-direction: column;
  }
  .medilove_trending_thumb {
    margin-right: 0;
  }
  .medilove_trending_content_product {
    max-width: 100%;
    width: 100%;
  }
  .medilove_trending_thumb {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .medilove_product_thumb.medilove_trending_thumb img {
    max-height: 280px;
  }
  .medilove-content-header {
    flex-direction: column;
  }
  .medilove-ch-left {
    margin-bottom: 15px;
  }
  .woocommerce .quantity .qty.input-text {
    margin-bottom: 10px;
  }
  .breadcrumb-title {
    font-size: 40px;
  }
  .blogs .blogs__content {
    padding-left: 25px;
    padding-right: 25px;
  }
  blockquote {
    padding-left: 25px;
    padding-left: 25px;
  }
  .blogs__content.blogs__content__single .blog-text.mb-20 > h3 {
    font-size: 24px;
  }
  .post-comments-title h3 {
    font-size: 24px;
  }
  .widget_title h5 {
    font-size: 22px;
  }
  .widget-posts-title {
    font-size: 15px;
  }
  .contact-form-right {
    padding: 40px 25px; 
  }
  .medilove_contact_form_title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .medilove_offer_banner_subtitle {
    font-size: 20px;
  }
  .medilove_contact_form_title {
    font-size: 26px;
  }
  .contact-form-right {
    padding: 40px 30px; 
  }
  .breadcrumb-title {
    font-size: 38px;
  }
  .woocommerce .quantity .qty.input-text {
    margin-bottom: 0px;
  }
  .medilove-ch-left {
    margin-bottom: 0px;
  }
  .medilove-content-header {
    flex-direction: row;
  }
  .medi-slider-title {
    font-size: 38px;
  }
  .medi-slider-2 .medi-slider-offertag {
    left: auto;
    top: 15%;
    right: 10%;
  }
  .medi-slider-offertag {
    left: auto;
    top: 15%;
    right: 10%;
  }
  .medi-slider-1 .medi-slider-offertag {
    left: auto;
    top: 15%;
    right: 10%;
  }
  .blogs .blogs__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  blockquote {
    padding-left: 35px;
    padding-left: 35px;
  }
  .blogs__content.blogs__content__single .blog-text.mb-20 > h3 {
    font-size: 26px;
  }
  .post-comments-title h3 {
    font-size: 26px;
  }
  .widget_title h5 {
    font-size: 24px;
  }
  .widget-posts-title {
    font-size: 16px;
  }
  .product.col-12:not(:last-child) .medilove_trending_wrapper {
    border-bottom: 1px solid #E7E9EE !important;
    margin-bottom: 30px;
  }
  .product.col-12 .medilove_trending_wrapper {
    margin-right: 0;

  }
}

.medilove_sidebar_menuwrapp nav.mean-nav #menu-all-pages {
  display: block !important;
}
.medilove_footer_logo img {
  width: 180px;
}

.m-contact-form input, .m-contact-form textarea {
  width: 100%;
  border: 0;
  padding: 17px;
  color: #9E9E9E;
  background: #F6F7F8;
  font-size: 16px;
  resize: none;
  border-radius: 5px;
}

.m-contact-form input::placeholder, .m-contact-form textarea::placeholder {
  color: #777;
  font-size: 14px;
  opacity: 1;
}

.section-title-wrapper .section-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
  text-transform: capitalize;
  color: #777;
}

.single-contact-info {
  border-bottom: 1px solid #E7E9EE;
  padding-top: 30px;
  padding-bottom: 30px;
}
.single-contact-info:hover .contact-info-icon a {
  background-color: #2D61EF;
  color: #fff;
}
.contact-info-text span {
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.single-contact-info:last-child {
  border: none;
}
.contact-info-icon {
  margin-right: 20px;
}
.contact-info-text h5 {
  font-size: 18px;
  font-weight: 600;
}
.contact-info-icon a {
  height: 65px;
  width: 65px;
  background: #F6F7F8;
  display: inline-block;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  color: #2D61EF;
  transition: all 0.3s linear 0s;
}
.section-title-wrapper .section-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
  background-color: #fff !important;
}
#payment.woocommerce-checkout-payment {
  background-color: #F6F7F8 !important;
}
.ms-banner-button .medilove-banner-btn {
  line-height: 32px;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th{
  text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td{
  text-align: center;
}
.medi-slider-desc {
  color: #666;
  line-height: 25px;
  margin-bottom: 18px;
}

.m-blog-btn {
  display: inline-block;
  height: 50px;
  line-height: 52px;
  text-align: center;
  padding: 0 25px;
  color: #ffffff;
  background: #3F85FE;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  transition: .3s;
}
.m-blog-btn:hover{
  background-color: #EC6449;
  color: #fff;
}

.m-blog-form-btn {
  display: inline-block;
  height: 50px;
  line-height: 52px;
  text-align: center;
  padding: 0 25px;
  color: #ffffff;
  background: #3F85FE;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  transition: .3s;
  border: 0;
}
.m-blog-form-btn:hover{
  background-color: #EC6449;
  color: #fff;
}

.medi-contact-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 25px;
  color: #ffffff;
  background: #3F85FE;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  transition: .3s;
  border: 0;
}
.medi-contact-btn:hover {
  background-color: #EC6449;
  color: #fff;
}
.woocommerce-message {
  border-top-color: #3F85FE;
}
.woocommerce-message::before {
  color: #3F85FE;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #F6F7F8;
}
.medilove_grid_product_wrapper.text-center {
  text-align: left !important;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label{
  line-height: 3;
}
.brand-logo-area .brand-active img {
  max-width: 80px !important;
  opacity: 0.3;
  transition: all 0.3s linear 0s;
}
.brand-logo-area .brand-active img:hover {
  opacity: 1;
}

.shop-pagination-wrap .page-numbers.dots {
  background-color: inherit;
  transform: translateY(-5px);
}

.blog-post-items .basic-pagination.basic-pagination-2 .page-numbers.dots {
  background-color: inherit;
  transform: translateY(-5px);
}
.blog-post-items .basic-pagination.basic-pagination-2 .page-numbers.dots:hover {
  color: #0F1D39;
}