* {
  padding: 0;
  margin: 0;
}
:root {
  --primary-color: #000;
  /* --primary-color: #373737; */
  --primary-hover-color: #a01c8c;
  /* --primary-hover-color: #fcd9ec; */
  --secondary-color: #ffffff;
  --secondary-light-color: #1b1b1b;
  --background-color: #efefef;
  --border-color: #d9d9d9;
  --dark-primary-color: #e5289c;
  /* --dark-primary-color: #f8a26f; */
  --pink: #eca5c6;
  /* --dark-primary-color: #F8A26F; */

  --pink-base: #e5289c;
  --pink-m-dark: #a01c8c;
  --pink-light: #ff96ef;
  --pink-e-light: #ffcaf7;
 

}



body {
  font-family: langlock;
  font-weight: 400;
  color: var(--primary-color);
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-color);
  font-size: 22px;
}
a {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  outline: none;
  text-decoration: none;
  color: var(--primary-hover-color);
}
p {
  margin: 0 0 10px;
}

/*----- 
buttons 
-----*/
.buttons {
  margin: 1em 0;
}
.btn {
  background: var(--primary-hover-color);
  color: var(--secondary-color);

  outline: none;
  border: none;
  border-radius: 100px;
  padding: 15px 30px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 15px 16px;
  font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default,
.btn-primary {
  color: var(--secondary-color);
  text-shadow: none;
  background-color: var(--primary-hover-color);
  background-image: none;
  background-repeat: unset;
  border: none;
  border-radius: 100px;
  padding: 15px 30px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;

  box-shadow: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-warning {
  font-weight: 400;
  padding: 15px 25px;
  color: var(--primary-hover-color);
  text-shadow: none;
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-danger {
  font-weight: 400;
  padding: 15px 25px;
  color: var(--secondary-color);
  text-shadow: none;
  background-color: #da4f49;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-danger:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-success {
  font-weight: 400;
  padding: 15px 25px;
  color: var(--primary-hover-color);
  text-shadow: none;
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-info {
  font-weight: 400;
  padding: 15px 30px;
  color: var(--secondary-color);
  text-shadow: none;
  border-radius: 100px;
  font-size: 16px;
  background-color: var(--primary-hover-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: var(--primary-hover-color);
  text-shadow: none;
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 var(--primary-color);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: var(--primary-color);
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.cart-btn:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-light:hover,
.btn-outline-primary:hover,
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.focus,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus {
  outline: none;
  background: var(--primary-color);
  color: var(--secondary-color);
  box-shadow: none;
}
.btn:focus {
  box-shadow: none;
}
.btn.active,
.btn:active {
  box-shadow: none;
}
.btn-close:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .btn,
  .btn-default,
  .btn-primary,
  .btn-warning,
  .btn-danger,
  .btn-success,
  .btn-info {
    padding: 10px 20px;
    font-size: 14px;
  }
}
/*----- 
.buttons 
-----*/

/*----- 
Header 
-----*/
.top {
  background-color: var(--pink-e-light);
  height: 50px;
}
.top-left {
  padding: 15px 0;
}
.contact-info {
  display: flex;
  align-items: center;
}
.contact-info a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.contact-info a i {
  color: var(--secondary-color);
  margin: 0 10px 0 0;
  font-size: 20px;
}
.contact-info a span {
  color: var(--secondary-color);
}
#top > div {
  display: flex;
  justify-content: space-between;
}
.top-right {
  display: flex;
}
.top-right-bg-box {
  background: none;
  color: var(--border-color);
  border: none;
}
.dropbtn {
  background-color: var(--secondary-color);
  color: var(--primary-hover-color);
  font-size: 14px;
  border: none;
  cursor: pointer;
  padding-right: 10px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--background-color);
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  color: var(--primary-color);
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}
element.style {
  background: var(--background-color) url() no-repeat center center;
  background-size: cover;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.top-right-text-euro:hover {
  color: var(--primary-hover-color);
}
i.fa.fa-angle-down {
  color: var(--primary-hover-color);
}
i.fa-regular.fa-calendar-days {
  color: var(--primary-hover-color);
  font-size: 16px;
  padding-right: 5px;
}
#top .pull-left {
  margin: 0 0 0 25px;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 13px;
  padding-bottom: 13px;
}
.header-right > * + * {
  margin: 0 0 0 35px;
}
#header_ac > a,
#cart > .btn,
.search-btn-outer i {
  cursor: pointer;
  font-size: 16px;
  display: block;
  padding: 15px 0;
}
#header_ac > a i,
#cart > button i {
  display: block;
  font-size: 20px;
}
header .fa.fa-spinner.fa-spin {
  color: var(--primary-hover-color);
}
.header-inner {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-bar-text strong {
  font-weight: 400;
  color: var(--primary-color);
}
.active-nav-bar-header {
  margin-left: 15px;
  font-weight: 400;
  color: var(--primary-color);
}
.active-color:hover {
  color: var(--primary-hover-color);
}
.vipodha-tabs ul li a:hover,
.vipodha-tabs ul li a.active {
  color: var(--primary-hover-color);
}
header.home {
  position: relative;
  padding: 0px 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.search-content {
  position: relative;
}
.header-search {
  width: 255px;
}
.header-search {
  display: none;
  position: absolute;
  right: 0;
  z-index: 11;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.header-search #vipodhaSearch,
.header-search > div {
  display: flex;
  flex-wrap: inherit;
  border-radius: 10px;
}
#vipodhaSearch .input-lg.ui-autocomplete-input,
.header-search .input-lg.ui-autocomplete-input {
  padding: 0 15px;
  font-size: 15px;
}
#vipodhaSearch .input-lg,
.header-search .input-lg {
  padding: 5px 15px;
  box-shadow: none;
  background: var(--secondary-color);
  height: 40px;
  border-radius: 10px 0 0 10px;
  color: var(--primary-color);
  width: 210px;
  border: 2px solid var(--primary-hover-color);
}
.btn-search {
  width: auto;
}
#vipodhaSearch .btn-lg,
.header-search .btn-lg {
  padding: 13px 20px;
  margin: 0;
  font-size: 14px;
  box-shadow: none;
  line-height: 10px;
  border-radius: 0px 10px 10px 0px;
  border: none;
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}
#vipodhaSearch .btn-lg:hover,
.header-search .btn-lg:hover {
  color: var(--secondary-color);
  background: var(--primary-color);
}
#cart > .btn {
  color: var(--primary-color);
  background: transparent;
  border: none;
  box-shadow: none;
  text-shadow: none;
}
#cart-total {
  background: var(--primary-hover-color);
  color: var(--secondary-color);
  border-radius: 50%;
  padding: 0 3px;
  line-height: 15px;
  position: absolute;
  right: -5px;
  top: 5px;
  font-size: 12px;
}
.hidden {
  display: none !important;
}
.dropdown,
.dropup {
  position: relative;
}
#cart > .btn:hover {
  color: var(--primary-hover-color);
}
#header_ac > a,
#cart > .btn,
.search-btn-outer i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  color: var(--primary-color);
}
#header_ac > a i,
#cart > button i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  color: var(--primary-color);
}
.search-btn-outer i:hover,
#header_ac > a i:hover,
#cart > button i:hover {
  color: var(--primary-hover-color);
}
.dropdown-menu {
  margin: 0;
  border: none;
  border-top: 2px solid var(--primary-hover-color);
  border-radius: 5px;
  padding: 8px 0;
  width: 200px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--background-color);
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 10;
}
.topbar-device-mobile .mobile-logo a img {
  width: 150px;
}
.topbar-device-mobile .header_text_right a {
  color: var(--primary-hover-color);
}
.header-menu .header_nav_bar {
  background: var(--tb-theme-color);
  font-size: 20px;
  width: 40px;
  height: 40px;
}
#tability-mobile-menu-navbar ul > li.menu-item.current-menu-item a {
  color: var(--tb-theme-color);
}
.img-responsive {
  display: block;
  max-width: 100% !important;
  height: auto;
}
.main-menu {
  display: block;
  font-weight: 500;
  font-size: 14px;

  text-decoration: none;
}
.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu ul ul {
  padding: 5px 15px 0px;
}
.menu ul ul li a:before {
  content: " ";
  margin: 0 6px 0 -10px;
  width: 4px;
  height: 4px;
  background: var(--primary-hover-color);
  display: inline-block;
  vertical-align: middle;
}
.static-menu .menu ul ul li a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  text-decoration: none;
}
span.labeloffer {
  position: absolute;
  left: 10px;
  top: -20px;
}
.sub-menu .content > .row:first-child {
  padding: 0px;
}
.title-submenu {
  font-weight: 500;
  font-size: 15px;
  padding-bottom: 10px;
  display: block;
}
.menu-product-thumb .caption {
  text-align: left;
}
.product-description h4 {
  font-size: 14px;
  margin: 10px 0 7px;
}
.menu-product-thumb .rating {
  margin-bottom: 5px;
}
.rating .fa-stack,
#review .fa-stack {
  font-size: 6px;
  width: 2em;
}
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.rating .fa-star,
#review .fa-star {
  color: #f8a26f;
  font-size: 13px;
}
.menu-product-thumb .price-new {
  color: var(--primary-color);
  font-size: 14px;
}
.menu-product-thumb .price-old {
  text-decoration: line-through;
  font-size: 12px;
  color: var(--secondary-light-color);
}
.menu-product-thumb .price-tax {
  display: none;
}
.price {
  color: var(--primary-color);
  padding: 7px 0 0 0;
  font-weight: 500;
}
ul.route.html-link {
  list-style: none;
  padding: 0px;
}
nav.navbar.navbar-expand-lg.navbar-light .container {
  display: unset;
}
#top {
  background-color: var(--pink-m-dark);
}
.top-right .dropdown-toggle {
  line-height: 20px;

  border: none;
  padding: 15px 0;
}
#top .dropdown-toggle {
  display: flex;
  align-items: center;
  color: var(--secondary-color);
  text-decoration: none;
  box-shadow: none;
  background: transparent;
}
.top-right .symbol {
  display: none;
}
.top-right span.drop-text:after {
  content: ":";
  padding: 0 5px;
}
.top-right .dropdown-toggle i {
  color: var(--secondary-color);
  font-size: 15px;
  vertical-align: middle;
  padding: 0 0 0 4px;
}
.btn-group > .dropdown-menu {
  font-size: 14px;
}
.dropdown-toggle::after {
  display: contents;
}
.top-right img.language-img {
  display: none;
}
.btn-group > .btn {
  font-size: 14px;
}
.header-right #cart {
  display: block;
}
.top-right .btn-group {
  display: block;
}
.dropdown-menu-right {
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  right: 0;
  left: auto;
}
#top #form-currency .currency-select {
  color: var(--primary-color);
  text-shadow: none;
  text-decoration: none;

  text-align: left;
  padding: 5px 15px;
  border: none;
  line-height: 20px;
  font-size: 13px;
  background: transparent;
  font-weight: 400;
}
#top #form-currency .currency-select:hover,
ul li .btn-link:hover {
  text-shadow: none;
  color: var(--primary-hover-color);
  outline: none;
}
ul li .btn-link {
  font-weight: 400;
  color: var(--primary-color);
  text-decoration: none;
}
.search-btn-outer.active i:before {
  content: "\e903";
}
.search-btn-outer i:hover {
  color: var(--primary-hover-color);
}
.menu-product-thumb img.img-responsive {
  width: 62px;
  border-radius: 10px;
}
header.header-fixed {
  position: fixed;
  background: var(--secondary-color);
  top: 0;
  left: 0;
  right: 0;
  animation: fadeInDown 1s ease-out forwards;
  z-index: 9;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
#logo img {
  margin: auto;
  width: 180%;
  max-width: 200px !important;
  border-radius: 0;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#cart .dropdown-menu {
  min-width: unset;
  width: 300px;
  z-index: 1001;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
#cart .dropdown-menu li p {
  margin: 0;
}
.product-cart-empty {
  padding: 20px 0;
}
#top #form-currency .currency-select,
#top #form-language .language-select,
#header_ac .account-link-toggle a {
  text-align: left;
  padding: 5px 15px;
  border: none;
  line-height: 20px;
  font-size: 14px;
  background: transparent;
  font-weight: 400;
  display: block;
}
#cart .dropdown-menu li {
  padding: 0px 20px;
}
.cart_quantity {
  flex-wrap: initial;
  justify-content: center;
}
#cart .dropdown-menu .cart-content-product {
  max-height: 241px;
  overflow-y: auto;
  overflow-x: hidden;
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
  border: none;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr {
  margin-bottom: -12px;
  margin-top: 20px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
  display: block;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--primary-hover-color);
}
#cart .dropdown-menu table td.product-cart-thumb {
  padding: 0;
  width: 60px;
}
#cart .dropdown-menu table td {
  background: none;
  border: none;
  padding: 5px 4px;
  font-weight: 500;
  font-size: 14px;
}
#cart .img-thumbnail {
  padding: 0;
  border-radius: 10px;
  border: none;
}
#cart .dropdown-menu table td.product-cart-details {
  padding-left: 10px;
  padding-right: 10px;
}
#cart .dropdown-menu .btn-danger {
  background: transparent;
  color: var(--primary-color);
  border-radius: 0;
  line-height: 20px;
  font-size: 14px;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#cart .dropdown-menu .table-bordered > :not(caption) > * {
  border-width: 0;
}
#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
#cart .product-cart-info .product-cart-price,
.product-cart-total {
  color: var(--primary-hover-color);
  font-weight: 500;
}
.product-cart-info {
  margin-top: 5px;
}
#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
#cart .dropdown-menu li + li {
  border-top: 1px solid var(--border-color);
  padding: 10px 0 0px 0;
  margin: 0px 20px;
}
#cart .dropdown-menu > li.cart-content-product .table > tbody > tr:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.product-cart-button {
  padding: 0px 0px 20px 0px;
}
.cart-btn:hover {
  outline: none;
  background: var(--primary-color);
  color: var(--secondary-color);
  box-shadow: none;
}
#cart .dropdown-menu p.text-right.product-cart-button {
  text-align: center;
}
a.btn.cart-btn.addtocart-btn,
a.btn.cart-btn.checkout-btn {
  font-size: 14px;
  padding: 10px 20px;
}
#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
  font-weight: 500;
}
#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
  font-size: 16px;
  color: var(--primary-hover-color);
  font-weight: 500;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .header-center {
    border-top: 1px solid var(--border-color);
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .header-inner {
    padding: 10px 0;
  }
  .header-right {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .header-right .search-content .search-btn-outer i,
  .header-right #cart > button i,
  .header-right #header_ac > a i {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: var(--secondary-color);
    background: var(--primary-hover-color);
    font-size: 18px;
    border-radius: 5px;
    padding: 0;
  }
  .search-btn-outer i,
  #cart > button i,
  #header_ac > a i {
    font-size: 22px;
  }
  .search-btn-outer.active {
    padding: 15px 0;
  }
  .header-right > * + * {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 480px) {
  .header-right .search-content .search-btn-outer i,
  .header-right #cart > button i,
  .header-right #header_ac > a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  #logo img {
    max-width: 120px !important;
  }
  .top-left,
  #top .dropdown-toggle {
    padding: 10px 0;
  }
  .contact-info a span {
    display: none;
  }
  #top .pull-left {
    margin: 0 0 0 20px;
  }
  #top .dropdown-toggle .code {
    display: none;
  }
  .top-right span.drop-text:after {
    display: none;
  }
}
/*----------
.Header End
----------*/

/*-----
Slider Section 
-----*/
.vipodha-banner .vipodha-banner-image img {
  width: 100%;
}
.vipodha-banner .banner-owl-carousel.owl-carousel .owl-nav {
  position: unset;
}
.vipodha-banner .banner-owl-carousel.owl-carousel .owl-nav .owl-prev {
  left: 0px;
  right: auto;
}
.vipodha-banner .banner-owl-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 30px;
}
.vipodha-banner .banner-owl-carousel.owl-carousel .owl-nav .owl-prev,
.vipodha-banner .banner-owl-carousel.owl-carousel .owl-nav .owl-next {
  background: var(--secondary-color);
  color: var(--primary-hover-color);
  transform: translateY(50%);
}
.vipodha-banner .banner-owl-carousel.owl-carousel .owl-prev:hover,
.vipodha-banner .banner-owl-carousel.owl-carousel .owl-next:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
@media (max-width: 767px) {
  .vipodha-banner .banner-owl-carousel.owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
  .vipodha-banner .banner-owl-carousel.owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
}
/*-----
.Slider Section 
-----*/

/*-----
Service Section 
-----*/
.service {
  background: var(--background-color);
  border-radius: 50px;
  padding: 25px 20px;
  display: flex;
  align-items: center;
  text-align: left;
}
.service-icon-foor {
  height: 100px;
  min-width: 100px;
  width: 100px;
  line-height: 100px;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
  text-align: center;
  font-size: 50px;
  border-radius: 50%;
  margin-right: 15px;
  display: inline-block;
  box-shadow: 0 0 4px 0px rgb(0 0 0 / 10%);
}
.service-content h4 {
  font-size: 16px;
  margin: -1px;
}
.service-content span {
  font-size: 14px;
  display: block;
  margin-left: -3px;
  margin-top: 8px;
  color: var(--primary-color);
}
.service:hover .service-icon-foor:before {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
@media (max-width: 1550px) {
  .service-icon-foor {
    height: 70px;
    min-width: 70px;
    width: 70px;
    line-height: 70px;
    margin-right: 10px;
    font-size: 32px;
  }
  .service-content h4 {
    font-size: 15px;
  }
}
@media (max-width: 1440px) and (min-width: 992px),
  (max-width: 767px) and (min-width: 481px) {
  .service {
    display: block;
    text-align: center;
    padding: 20px 10px;
    border-radius: 20px;
  }
  .service-icon-foor {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .service {
    justify-content: center;
    padding: 20px 10px;
  }
  .service-item:nth-child(3),
  .service-item:nth-child(4) {
    margin-top: 10px;
  }
  .service-box .service-item {
    padding: 0 5px;
  }
  .service-box .row {
    margin: 0 -5px;
  }
}
@media (max-width: 480px) {
  .service-item:nth-child(2) {
    margin-top: 10px;
  }
  .service-item {
    width: 100%;
  }
  .service {
    justify-content: start;
    padding: 10px 20px;
  }
  .service-icon-foor {
    height: 60px;
    min-width: 60px;
    width: 60px;
    line-height: 60px;
    margin-right: 10px;
    font-size: 28px;
  }
}
/*-----
.Service Section 
-----*/

/*-----
Titles
-----*/
.page-title {
  position: relative;
}
.page-title h3 {
  font-size: 40px;
  margin: 0 0 25px;
  font-weight: 500;

  text-align: center;
}
@media (max-width: 991px) {
  .page-title h3 {
    font-size: 28px;
    margin: 0 0 15px;
  }
}
/*-----
.Titles
-----*/

/*-----
Products
-----*/
.nav-tabs .nav-link.active {
  color: var(--primary-hover-color);
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.vipodha-tabs ul#myTab {
  justify-content: center;
  margin: auto;
  margin-bottom: 30px;
}
.vipodha-tabs ul li {
  display: inline-block;
  outline: none;
  margin: 0;
}
.nav-tabs .nav-link {
  border: none;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--primary-color);
}
.nav-tabs .nav-link {
  background: 0 0;
  border: none;
  margin: 0;
}
.nav-tabs {
  border: none;
  text-align: center;
  margin-bottom: 30px;
  padding: 0;
}
.vipodha-tabs ul li a {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  border: none;
  margin: 0;
  text-decoration: none;
  color: var(--primary-color);
}
.vipodha-tabs ul li a span {
  background: var(--background-color);
  color: var(--primary-color);
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  margin: 0 10px;
  display: inline-block;
  border: none;
}
.vipodha-tabs ul li a span:hover {
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
.product-thumb {
  border: none;
  margin-bottom: 30px;
  align-items: center;
}
.product-thumb .image {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
}
.product-thumb .image .swap-image {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.product-thumb .button-group {
  position: absolute;
  right: 15px;
  background: var(--secondary-color);
  border: none;
  border-radius: 100px;
  padding: 10px 0;
  display: block;
  width: auto !important;
  box-shadow: 0 0 4px 0px rgb(0 0 0 / 10%);
  transition: all 500ms ease 0s;
}
.button-group:hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  margin-bottom: 12px;
  z-index: 1;
}
.product-thumb .button-group button {
  width: 40px;
  height: 40px;
  border: none;
  display: block;
  vertical-align: middle;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0;
  font-size: 18px;
  transition: all 500ms ease 0s;
}
.product-thumb .button-group button i {
  display: block;
}
.product-thumb h4 {
  font-size: 16px;
  line-height: 20px;
  margin: 12px 0 0 0;

  font-weight: 500;
}
.product-thumb .rating {
  display: inline-block;
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
}
.product-thumb .price {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: var(--primary-color);
}
.product-thumb .description {
  display: none;
}
.product-sale {
  position: absolute;
  right: 10px;
  top: 5px;
}
.product-sale span {
  display: block;

  transition: all 500ms ease 0s;
  background: var(--primary-hover-color);
  color: var(--primary-hover-color);
  border-radius: 5px;
  padding: 0 5px;
  font-size: 12px;
  margin: 5px 0;
}
.product-thumb .price-tax {
  display: none;
}
.product-thumb .price-old {
  color: var(--secondary-light-color);
  text-decoration: line-through;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
.product-thumb .button-group {
  position: absolute;
  bottom: 0;
  right: 15px;
  left: auto;
  background: var(--secondary-color);
  color: var(--primary-color);
  border: none;
  border-radius: 100px;
  padding: 10px 0;
  display: block;
  margin: 0;
  width: auto !important;
  box-shadow: 0 0 4px 0px rgb(0 0 0 / 10%);
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.product-thumb .button-group button:hover {
  color: var(--primary-hover-color);
  background-color: transparent;
  text-decoration: none;
}
@media (min-width: 992px) {
  .product-thumb .button-group {
    opacity: 0;
    bottom: -50px !important;
  }
  .product-thumb:hover .button-group {
    opacity: 1;
    bottom: 15px !important;
  }
}
@media (max-width: 991px) {
  .vipodha-tabs ul#myTab {
    margin-bottom: 15px;
  }
  .product-thumb {
    margin-bottom: 20px;
  }
  .product-thumb .button-group button {
    width: 30px;
    height: 30px;
    margin: 0 1px;
    font-size: 14px;
  }
  .product-thumb .caption {
    text-align: center;
  }
  .product-thumb h4 {
    font-size: 14px;
  }
  .product-thumb .rating {
    margin: 4px 0 0 0;
    float: unset;
    display: block;
  }
  .product-thumb .addcart {
    float: unset;
    display: block;
    margin: 7px auto 0 auto;
  }
  .product-thumb .button-group {
    opacity: 1;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .vipodha-tabs ul li a span {
    padding: 5px 15px;
    font-size: 14px;
    margin: 0 5px;
  }
}
/*-----
.Products
-----*/

/* ----- 
Start Banners
----- */
.html1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.html1 .banner-outer > div {
  position: relative;
  overflow: hidden;
}
.html1 .banner-outer {
  padding: 0 15px;
}
.html1 .banner-outer .btn-info {
  margin-top: 20px;
}
.html1 .banner-outer .btn-info:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.html1 .banner1 .inner2 {
  position: absolute;
  left: 50px;
  bottom: 15%;
}
.html1 .banner1 .banner-desc2 {
  font-size: 20px;
}
.html1 .banner2 .banner-title {
  font-size: 32px;
  line-height: 1;
  font-family: "Chonburi";
}
.html1 .banner2 .banner-desc {
  margin-top: 15px;
  font-size: 24px;
  line-height: 1;
  font-family: "Chonburi";
}
.html1 .banner2 .inner2 {
  color: var(--secondary-color);
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.html1 .banner2 .btn-info {
  float: right;
}
.html1 .banner1 .banner-desc {
  font-size: 40px;
  line-height: 1;
  background: var(--background-color);
  position: absolute;
  top: 30px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 40px 30px;
  border: 1px solid var(--secondary-color);
  transform: rotate(-40deg);
  font-weight: 600;
  left: 30%;
}
.html1 .banner1 .banner-title {
  font-size: 80px;
  line-height: 1;
  color: var(--primary-color);

  font-family: "Carattere", cursive;
  margin-top: 15px;
}
.html1 .banner1 .banner-desc1 {
  font-size: 16px;
  font-weight: 500;

  margin-top: 15px;
}
.html1 .banner1 .banner-desc1 {
  font-size: 16px;
  font-weight: 500;
}
.html2 {
  display: flex;
  align-items: flex-end;
}
.inner-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.inner-block:after,
.inner-block:before,
.line-top-right:after,
.line-top-right:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
.line-top-right {
  position: relative;
  width: 100%;
  height: 100%;
}
.inner-block:before,
.line-top-right:after {
  height: 0%;
  transition: height 0.75s ease;
  width: 2px;
}
.inner-block:after,
.line-top-right:before {
  height: 2px;
  transition: width 0.75s ease;
  width: 0%;
}
.html1 .banner2:hover .inner-block:before,
.html1 .banner2:hover .line-top-right:after {
  height: 90%;
}
.html1 .banner2:hover .inner-block:after,
.html1 .banner2:hover .line-top-right:before {
  width: 90%;
}
.line-top-right::after,
.line-top-right::before,
.inner-block:after,
.inner-block:before {
  background: var(--primary-hover-color);
}
.inner-block:before {
  bottom: 0;
  left: 15px;
  top: 0;
  margin: auto;
}
.inner-block:after {
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
}
.line-top-right:before {
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.line-top-right:after {
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .html1 .banner-all {
    display: flex;
    margin: 0 -15px;
  }
}
@media (max-width: 1440px) {
  .html1 .banner1 .banner-title {
    font-size: 50px;
  }
  .html1 .banner2 .banner-desc {
    font-size: 20px;
  }
  .html1 .banner2 .banner-title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .html1 .banner1 .banner-desc {
    font-size: 26px;
    width: 100px;
    height: 100px;
    padding: 23px 15px;
    transform: rotate(-40deg);
  }
  .html1 .banner2 .banner-title {
    font-size: 22px;
  }
  .html1 .banner1 .inner2 {
    bottom: 50%;
    transform: translateY(55%);
    left: 20px;
  }
  .html1 .banner1 .banner-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .html1 .banner-outer {
    padding-left: 5px;
    padding-right: 5px;
  }
  .html1 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .html1 .banner1 .banner-desc {
    font-size: 20px;
    width: 80px;
    height: 80px;
    padding: 19px 15px;
    transform: rotate(-40deg);
    left: unset;
    right: 50%;
  }
  .html1 .banner2 .inner2 {
    left: 10px;
  }
  .html1 .banner2 .banner-title {
    font-size: 18px;
  }
  .html1 .banner2 .banner-desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .html1 .banner-outer .btn-info {
    margin-top: 10px;
  }
  .html1 .banner1 .banner-desc2 {
    font-size: 16px;
  }
  .html1 .banner1 .banner-desc1 {
    font-size: 14px;
  }
  .html1 .banner1 .banner-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .html1 .banner-outer {
    width: 100%;
  }
  .banner2 {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .html1 .banner1 .banner-title {
    font-size: 22px;
    margin-top: 5px;
    font-weight: 600;
  }
  .html1 .banner1 .banner-desc1 {
    margin-top: 5px;
  }
  .html1 .banner1 .banner-desc2 {
    font-size: 14px;
  }
  .html1 .banner-outer .btn-info {
    padding: 3px 12px;
    font-size: 12px;
    margin-top: 5px;
  }
  .html1 .banner1 .banner-desc {
    top: 10px;
    font-size: 14px;
    width: 50px;
    height: 50px;
    padding: 10px 5px;
    right: 35%;
  }
  .html1 .banner1 .inner2 {
    left: 15px;
  }
}

/*----- 
Newsletter Section 
-----*/
.vipodha-newsletter-form {
  background: var(--background-color);
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: none;
}
.vipodha-newsletter-form .row {
  align-items: center;
}
.news-info {
  display: flex;
  align-items: center;
}
.news-info i {
  background: var(--primary-hover-color);
  color: var(--secondary-color);
  height: 100px;
  width: 100px;
  line-height: 100px;
  display: block;
  font-size: 46px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
}
.news-info > * {
  display: inline-block;
  vertical-align: middle;
}
.news-info .page-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.news-description {
  font-size: 18px;
  color: var(--secondary-light-color);
}
.newsletter-email-address {
  width: 100%;
  height: 50px;
  background: transparent;
  border-radius: 100px 0 0 100px;
  border: none;
  padding: 10px 20px;
}
.newsletter-submit {
  border-radius: 0 100px 100px 0;
  padding: 10px 30px;
  font-size: 18px;
  background-color: var(--primary-hover-color);
  color: var(--secondary-color);
  border: none;
}
.newsletter-submit:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.subscribe-form {
  display: flex;
  background: var(--secondary-color);
  padding: 5px;
  border-radius: 100px;
}
@media (max-width: 1440px) {
  .news .news-description {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .vipodha-newsletter-form {
    padding: 30px 20px;
  }
  .news-info i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-right: 10px;
    font-size: 36px;
  }
  .news-info .page-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .vipodha-newsletter-form {
    padding: 20px;
  }
  .newsletter-submit {
    padding: 5px 20px;
    font-size: 14px;
  }
  .newsletter-email-address {
    height: 40px;
  }
  .subscribe-form {
    max-width: 500px;
    margin: 10px auto auto;
    padding: 0;
    display: block;
  }
  .news-info {
    justify-content: center;
  }
  .newsletter-submit {
    border-radius: 100px;
    margin-top: 10px;
    padding: 8px 20px;
  }
  .subscribe-form {
    text-align: center;
    background: transparent;
  }
  .newsletter-email-address {
    background: var(--secondary-color);
    border-radius: 100px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .news-info i {
    margin: auto auto 10px auto;
    height: 75px;
    width: 75px;
  }
  .news-info {
    display: block !important;
    text-align: center;
  }
}
/*----- 
.Newsletter Section 
-----*/

/*----- 
Testimonial Section 
-----*/
.vipodha-testimonial-block .customers-text h3 {
  color: var(--secondary-color);
}
.vipodha-testimonial-block .vipodha-testimonial-images img {
  width: auto;
  border-radius: 100%;
  border: 4px solid var(--secondary-color);
  margin: auto;
}
.vipodha-testimonial-block .row-items {
  max-width: 70%;
  margin: auto;
}
.vipodha-testimonial-block {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
  background-size: cover;
  color: var(--secondary-color);
  z-index: 1;
}
.vipodha-testimonial-block .customers-text {
  color: var(--primary-hover-color);
  margin: 0;
  padding: 0;
}
.slideTestimonial .row-items .vipodha-testimonial-images img {
  width: auto;
  margin: auto;
  margin-top: 40px;
  -webkit-box-shadow: 0 0 40px var(--primary-hover-color);
  box-shadow: 0 0 40px var(--primary-hover-color);
}
.vipodha-testimonial-content {
  margin-top: 20px;
}
.vipodha-testimonial-author {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}
.vipodha-testimonial-customer {
  margin: 15px 0 0;
  font-weight: 400;
}
.vipodha-testimonial-text {
  line-height: 24px;
  font-size: 16px;
  position: relative;
  margin: 15px auto auto auto;
  letter-spacing: 1px;
}
.vipodha-testimonial-text p {
  margin: 0;
}
.testimonial-quotes {
  font-size: 30px;
  margin-top: 20px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .vipodha-testimonial-block {
    padding: 30px 0;
  }
  .vipodha-testimonial-block .row-items {
    max-width: 100%;
  }
}
/*----- 
.Testimonial Section 
-----*/

/*-----
Blog Section
-----*/
.product-block-inner {
  position: relative;
  background: var(--background-color);
  border-radius: 20px;
}
.blog-left {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.blog-image .post_hover {
  position: absolute;
  text-align: center;
  left: 10px;
  margin: 0;
  top: -40px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-block-inner:hover .post_hover {
  top: 10px;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.post_hover .icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
  font-size: 14px;
  border-radius: 100%;
  -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;
  text-align: center;
  margin: 0 3px;
}
.post_hover .icon:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.blog-date-comment .date-time {
  position: absolute;
  top: -25px;
  left: 30px;
  background: var(--primary-hover-color);
  color: var(--background-color);
  font-size: 16px;
  text-align: center;
  padding: 15px 25px;
  border-radius: 100px;
  z-index: 1;
}
.write-comment-count span {
  font-weight: 500;
}
.comment-wrapper {
  text-align: right;
}
.write-comment-count i {
  margin: 0 5px 0 0;
  font-size: 16px;
  vertical-align: middle;
}
.blog-right {
  position: relative;
  background: var(--background-color);
  text-align: center;
  padding: 30px;
  border-radius: 20px;
}
.blog_title {
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 0 0;
}
.blog-desc {
  margin: 20px 0 0 0;
  line-height: 26px;
  color: var(--primary-color);
}
.read-more {
  margin: 20px 0 0 0;
}
.product-block {
  margin-bottom: 30px;
}
.article-blog .blog-image img {
  border-radius: 20px;
}
.article-blog .blog-description {
  padding: 30px;
  position: relative;
  background: var(--background-color);
  margin: -50px 50px 0 50px;
  border-radius: 20px;
}
.article-blog .blog-desc {
  font-size: 16px;
  margin: 15px 0 0 0;
}
.article-blog .blog_title {
  margin: 15px 0 0 0;
}
.view-comment {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.view-comment .view-comment-inner {
  padding: 15px;
  display: flex;
  border-radius: 20px;
  background: var(--secondary-color);
}
.user_icon {
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.user_icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 50%;
  background: var(--primary-hover-color);
  margin: 0 15px 0 0;
  color: var(--secondary-color);
}
.comment_info .name {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 5px;
}
.comment_info .comment-text {
  color: var(--secondary-light-color);
}
.comment_info .date {
  font-weight: 500;
  padding-bottom: 5px;
}
@media (max-width: 1440px) {
  .blog-right {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .blog_title {
    font-size: 18px;
    margin: 15px 0 0 0;
  }
  .blog-date-comment .date-time {
    padding: 10px 25px;
    left: 15px;
  }
  .read-more {
    margin: 15px 0 0 0;
  }
  .blog-desc {
    margin: 10px 0 0 0;
  }
  .product-block {
    margin-bottom: 20px;
  }
  .all-blog .product-block {
    padding: 0 5px;
  }
  .all-blog > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .article-blog .blog-description {
    padding: 20px;
    margin: -20px 20px 0 20px;
  }
}
/*-----
.Blog Section
-----*/

/*-----
Paginations
-----*/
.pagination {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  float: right;
}
.pagination > li {
  display: inline;
}
.pagination-main {
  background: var(--background-color);
  padding: 10px 20px;
  border-radius: 100px;
}
.pagination-main .row {
  align-items: center;
}
.pagination-main .text-left {
  padding: 5px 15px;
  font-weight: 500;
}
.noe {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  margin: 0 0 0 10px;
  border-radius: 50px;
  background: var(--primary-hover-color);
  border: none;
  color: var(--secondary-color);
  outline: none;
}
.page {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  margin: 0 0 0 10px;
  border-radius: 50px;
  background: var(--primary-color);
  border: none;
  color: var(--primary-hover-color);
  outline: none;
}
.page:hover {
  cursor: pointer;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  margin: 0 0 0 10px;
  border-radius: 50px;
  background: var(--primary-hover-color);
  border: none;
  color: var(--secondary-color);
  outline: none;
}
.next:hover {
  cursor: pointer;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  margin: 0 0 0 10px;
  border-radius: 50px;
  background: var(--primary-hover-color);
  border: none;
  color: var(--secondary-color);
  outline: none;
}
.next {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0;
  margin: 0 0 0 10px;
  border-radius: 50px;
  background: var(--primary-color);
  border: none;
  color: var(--backgroynd-color);
  outline: none;
}
.pagination li a {
  color: var(--secondary-color);
}
@media (max-width: 767px) {
  .pagination-main .row div {
    width: 100%;
    text-align: center;
  }
  .pagination {
    float: unset;
    justify-content: center;
  }
}
/*-----
.Paginations
-----*/

/*-----
Next & Prev
-----*/
.owl-carousel .owl-nav > .owl-prev,
.owl-carousel .owl-nav > .owl-next {
  text-align: center;
  position: absolute;
  bottom: 50%;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--secondary-color);
  height: 50px;
  width: 50px;
  font-size: 20px;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all 0.7s ease;
  opacity: 0;
}
.owl-carousel:hover .owl-nav > div {
  opacity: 1;
}
.owl-carousel .owl-nav > div.owl-prev {
  left: 30px;
}
.owl-carousel .owl-nav > div.owl-next {
  right: 30px;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  border-radius: 100%;
  opacity: 1;
}
.vipodha-testimonial .owl-carousel .owl-nav > .owl-prev,
.vipodha-testimonial .owl-carousel .owl-nav > .owl-next {
  background: var(--secondary-color);
  color: var(--primary-hover-color);
}
.vipodha-testimonial .owl-carousel .owl-nav > .owl-prev:hover,
.vipodha-testimonial .owl-carousel .owl-nav > .owl-next:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}

@media (max-width: 991px) {
  .owl-carousel .owl-nav > .owl-prev,
  .owl-carousel .owl-nav > .owl-next {
    height: 30px;
    width: 30px;
    line-height: 30px;
    opacity: 1;
    font-size: 16px;
  }
  .owl-carousel .owl-nav > div.owl-prev {
    left: 15px;
  }
  .owl-carousel .owl-nav > div.owl-next {
    right: 15px;
  }
}
/*-----
.Next & Prev
-----*/

/*-----
Brand Section
-----*/
.brand-featured .brand-thumb img {
  width: auto;
  margin: auto;
}
/*-----
.Brand Section
-----*/

/*-----
Footer Start
-----*/
footer {
  border: none;
  padding-top: 50px;
  margin-top: 50px;
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}
.position-footer-right h4,
footer h5 {
  font-size: 22px;
  font-weight: 500;
  color: var(--secondary-color);

  margin: 0 0 10px 0;
  font-family: "Roboto", sans-serif;
  position: relative;
  display: inline-block;
}
.position-footer-right div + div {
  margin-top: 25px;
}
.footer-top .col-md-3 {
  width: 20%;
}
.footer-top a:hover {
  color: var(--primary-color);
}
.footer-top .position-footer-left ul li > div {
  display: flex;
  padding: 10px 0px;
}
.contact_title {
  padding: 0 10px 0 0;
}
.contact_site {
  font-size: 16px;
  color: var(--secondary-color);
  text-decoration: none;
}
footer a {
  color: var(--secondary-color);
  padding: 10px 0;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
}
.payment-method a,
.social-media a {
  padding: 0;
  background: var(--secondary-color);
  color: var(--primary-hover-color);
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.social-media,
.payment-method {
  margin-top: 10px;
}
.payment-method a + a,
.social-media a + a {
  margin: 0 0 0 6px;
}
p.copyright {
  padding: 30px 0;
  text-align: center;
  border-top: 2px solid var(--secondary-color);
  margin: 20px 0 0 0;
  font-size: 16px;
}
.footer-top .contact_site a {
  padding: 0;
}

@media (max-width: 1199px) {
  .payment-method a,
  .social-media a {
    height: 30px;
    width: 30px;
    line-height: 31px;
  }
  .payment-method a + a,
  .social-media a + a {
    margin: 0 0 0 2px;
  }
  .contact_site {
    font-size: 14px;
  }
  footer a {
    padding: 7px 0;
    font-size: 14px;
  }
  .footer-top .position-footer-left ul li > div {
    display: flex;
    padding: 7px 0px;
  }
}
@media (max-width: 991px) {
  .position-footer-right div + div {
    margin: 0;
  }
  footer {
    margin-top: 30px;
    padding-top: 20px;
  }
  .footer-top .col-md-2,
  .footer-top .col-md-3 {
    width: 100%;
    float: unset;
  }
  .position-footer-right h4,
  footer h5 {
    font-size: 16px;
    margin: 0 0 4px 0;
    display: block;
  }
  footer .col-md-3:after {
    content: "";
    height: 1px;
    width: 100%;
    background: var(--border-color);
    display: block;
    margin: 12px 0;
  }
  .toggled .toggle-open {
    position: absolute;
    right: 0;
  }
  .follow-link {
    display: inline-block;
  }
  .payment-link {
    float: right;
    margin: 0;
  }
  p.copyright {
    margin: 0;
    padding: 3px 0 15px 0;
    border: none;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .position-footer-right div + div {
    margin-top: 10px;
  }
  .follow-link {
    display: block;
  }
  .payment-link {
    float: unset;
    display: block;
  }
}
/*--------
.Footer End
--------*/

/*-----
BackTop
-----*/
.scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 113px;
  width: 100px;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  background: url(assets/images/backtop.png) no-repeat;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@media (max-width: 991px) {
  .scrollToTop {
    height: 90px;
    width: 80px;
    background-size: cover;
  }
}
/*-----
.BackTop
-----*/

/*----------------------------------------------*/
/* loader */
/*----------------------------------------------*/
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-image: url(assets/images/ajax_loader.gif);
  background-position: 50% 50%;
  background-color: var(--primary-hover-color);
  background-repeat: no-repeat;
  opacity: 0.9;
}

/*-----
Cart Page
-----*/
select#input-country,
select#input-zone {
  font-size: 14px;
  height: 50px;
  border-radius: 30px;
  padding: 5px 15px;
  border: 1px solid var(--border-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#checkout-cart-foot td {
  font-weight: 600;
}
#checkout-cart .table-bordered > tbody > tr > td {
  vertical-align: middle;
}
#checkout-cart .pull-left {
  margin: 0;
}
#checkout-cart img.checkout-img {
  max-width: 80px;
  padding: 0;
  border: 1px solid var(--border-color);
  padding: 0.25rem;
}
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
  flex: inherit;
  width: auto;
}
#accordion {
  padding-bottom: 30px;
}
/*-----
.Cart Page
-----*/

/*-----
Category Page
-----*/
#column-left > div,
#column-right > div {
  margin: 0 0 30px;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 20px;
  background: var(--background-color);
}
#column-left h3,
#column-right h3,
.single-blog .block-title legend {
  display: block;
  margin: 0;
  padding: 15px 20px;
  font-size: 18px;
  text-align: left;

  position: relative;
  font-weight: 500;
  line-height: 20px;
  border-radius: 20px 20px 0 0;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
  border: none;
}
.category-content #select-category,
.filter_box,
#column-left .block_box,
#column-right .block_box {
  padding: 20px;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.account-content .list-unstyled,
.sidebar .list-unstyled {
  padding: 20px;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.category-content ul > li:first-child > a.main-item,
.account-content.list-group ul > li:first-child a,
.sidebar li:first-child a {
  padding-top: 0;
}
.category-content ul > li:last-child > a.main-item,
.account-content.list-group ul > li:last-child a,
.sidebar li:last-child a {
  padding-bottom: 0;
}
.category-content .has-more-category .toggled {
  position: absolute;
  right: 0;
}
#column-left > div .container {
  width: auto;
  padding: 0;
}
.child-categories {
  display: none;
  padding: 0;
}
#column-left .product-layout {
  width: 100%;
  padding-left: 0;
}
#column-left .product-thumb h4,
#column-right .product-thumb h4 {
  margin: 0;
  font-size: 14px;
}
#column-left .product-layout .product-thumb {
  border: none;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#column-left .product-layout:last-child .product-thumb {
  margin-bottom: 0;
}
#column-left .product-thumb > .image {
  width: 32%;
  float: left;
  border: 1px solid var(--primary-hover-color);
  border-radius: 10px;
  box-shadow: none;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#column-left .product-thumb .caption {
  text-align: left;
  margin: 0;
  border: none;
  padding: 0 0 0 10px;
}
#column-left .product-thumb .rating {
  float: unset;
  display: block;
  margin: 7px 0 0 0;
}
#column-left .product-thumb .price,
#column-right .product-thumb .price {
  margin: 8px 0 0 0;
  font-size: 14px;
  display: block;
}
.main-item.active .toggled > .fa-plus:before {
  content: "\f068";
}
.category-content .list-group-item,
.sidebar li a,
.account-content.list-group a {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 8px 0;
  background: transparent;

  color: var(--primary-color);
  font-size: 15px;
  font-weight: 400;
  text-shadow: none;
  transition: all 0.3s linear 0s;
}
.category-content .list-group-item:hover,
.sidebar li a:hover,
.account-content.list-group a:hover {
  color: var(--primary-hover-color);
  background: transparent;
}
.category-content .list-group-item {
  padding: 8px 20px 8px 0;
}
.filter_box .list-group a,
.filter_box .list-group-item {
  border: none;
  padding: 0;
  margin: 0;

  text-shadow: none;
  background: transparent;
}
.filter_box .checkbox,
.filter_box .checkbox .radio {
  margin: 6px 0;
}
.filter_box .list-group-item label {
  color: var(--secondary-light-color);
  outline: none;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 500;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
.filter_box .list-group-items + .list-group-items {
  margin: 20px 0 0;
}
#filter .panel-footer {
  text-align: left;
  padding: 0;
  margin-top: 20px;
  background: transparent;
}
.category-img img {
  border: none;
  padding: 0;
  border-radius: 0;
  margin: 0 0 10px;
}
.category-desc p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 24px;
}
.category-refine {
  margin-bottom: 20px;
}
.category-refine > h3 {
  margin: 0 0 13px;
  font-size: 18px;
}
.category-refine ul {
  padding: 0;
  margin: 0;
}
.category-refine ul li {
  margin: 0 5px 10px 0;
  list-style: none;
  display: inline-block;
}
.category-refine ul li a {
  background: var(--background-color);
  color: var(--primary-color);
  padding: 15px 30px;
  display: inline-block;

  font-weight: 500;
  font-size: 14px;
  border-radius: 100px;
}
.category-refine ul li a:hover {
  background: var(--primary-hover-color);
  color: var(--secondary-color);
}
.category-info {
  background: var(--primary-hover-color);
  margin-bottom: 30px;
  padding: 10px 20px;
  border-radius: 100px;
}
#list-view.btn-default:hover,
#grid-view.btn-default:hover,
#grid-view.btn-default.active,
#list-view.btn-default.active {
  color: var(--primary-color);
}
#list-view.btn-default,
#grid-view.btn-default {
  border: none;
  background: transparent;
  color: var(--secondary-color);
  padding: 0;
  box-shadow: none;
  font-size: 30px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
}
#list-view.btn-default {
  margin: 0 0 0 10px;
}
.category-info .category-compare {
  padding: 0 5px;
}
.category-compare .form-group {
  margin: 0 !important;
}
.category-compare #compare-total {
  font-size: 14px;
  border: none;
  padding: 5px 0;
  font-weight: 300;
  line-height: 20px;
  color: var(--secondary-color);
  text-decoration: none;
  background: transparent;
}
.category-sorting {
  text-align: right;
  float: right;
}
.category-sorting .sort-cat {
  margin: 0 10px 0 0;
}
.category-sorting > div {
  display: inline-block;
  vertical-align: middle;
}
.category-sorting > div > * {
  width: auto;
  float: left;
  position: relative;
}
.category-sorting .input-group-addon {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 5px;
  width: auto;
  font-size: 16px;
  color: var(--secondary-color);
  font-weight: 400;
  line-height: 1;
}
.select-cat-limit .form-control,
.select-cat-sort .form-control {
  height: 30px;
  padding: 3px 30px 3px 15px;
  border: none;
  border-radius: 100px;
  background: var(--secondary-color);
}
.select-cat-sort::after,
.select-cat-limit::after {
  font-family: "fontawesome";
  content: "\f107";
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 6px;
  pointer-events: none;
  color: var(--primary-hover-color);
}
.product-list .product-thumb .image {
  max-width: 270px;
}
.product-list .product-thumb .caption {
  text-align: left;
  border: none;
  margin: 0;
  padding: 0 0 0px 30px;
}
.product-list .product-thumb h4 {
  margin: 0;
  font-size: 16px;
}
.product-list .product-thumb .rating {
  margin: 15px 0 0 0;
  display: block;
  float: unset;
}
.product-list .product-thumb .price {
  margin: 20px 0 0 0;
  display: block;
  font-size: 16px;
}
.product-list .product-thumb .description {
  display: block;
  margin: 15px 0 0 0;
  line-height: 28px;
  padding: 0;
  font-size: 16px;
}
@media (min-width: 1200px) {
  #column-left,
  #column-right {
    width: 20%;
  }
  #column-left + .col-sm-9,
  #column-right + .col-sm-9 {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .product-list .product-thumb {
    display: flex;
  }
}
@media (max-width: 991px) {
  #content,
  #column-left,
  #column-right {
    width: 100%;
  }
  #column-left,
  #column-right {
    margin-top: 30px;
  }
  #column-left > div:first-child,
  #column-right > div:first-child {
    margin: 0;
  }
  #column-left h3,
  #column-right h3 {
    padding: 10px 15px;
  }
  #column-left .toggled .toggle-open {
    right: 15px;
  }
  #column-left > div:last-child,
  #column-right > div:last-child,
  #column-left > div,
  #column-right > div {
    margin: 20px 0 0 0;
  }
  #column-left .product-thumb > .image,
  #column-right .product-thumb > .image {
    width: 80px;
  }
  .category-info {
    padding: 10px;
    margin-bottom: 20px;
  }
  .product-list .product-thumb .rating {
    margin: 8px 0 0 0;
  }
  .product-list .product-thumb .price {
    margin: 10px 0 0 0;
  }
  .product-list .product-thumb .description {
    margin: 10px 0 0 0;
  }
  .product-layout.product-list,
  .product-layout.product-grid {
    padding-left: 5px;
    padding-right: 5px;
  }
  .category-row.row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product-list .product-thumb .caption {
    padding: 0 0 0px 20px;
  }
  .product-thumb .price {
    font-size: 14px;
    margin: 5px 0 0 0;
  }
  .category-refine ul li a {
    padding: 10px 20px;
  }
  #column-left .swiper-viewport {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .image {
    margin: auto;
    max-width: unset;
    background: var(--background-color);
  }
  .product-list .product-thumb .image img {
    max-width: 270px !important;
  }
  .product-list .product-thumb .caption {
    padding: 20px 0 0px 0;
  }
  .category-info > div > div {
    width: fit-content;
    float: unset;
    display: inline-block;
  }
  .category-info > div {
    justify-content: center;
  }
  .category-sorting {
    text-align: center;
    padding: 7px 10px 0;
  }
}
@media (max-width: 480px) {
  .category-sorting .sort-cat {
    margin: 0 0 7px 0;
  }
  .category-sorting > div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 575px) and (min-width: 320px) {
  .product-layout.product-grid {
    width: 50%;
  }
}

/*-----
.Category Page
-----*/

/*-----
Product Page
-----*/
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pro-image {
  margin-bottom: 20px;
}
.pro-image img {
  width: 100%;
  border-radius: 20px;
}
#additional-carousel {
  max-width: 580px;
  margin: auto auto 20px;
  padding: 0 50px;
}
.product-right h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.product-rating {
  display: inline-block;
  margin: 0 15px 0 0;
}
.rating .review {
  position: relative;
}
.rating .write-review {
  border-left: 1px solid var(--border-color);
  padding: 0 0 0 15px;
  margin: 0 0 0 13px;
}
div#innput-rating {
  padding: 0 15px;
}
.rating .write-review i {
  padding: 0 5px 0 0;
}
.product-right ul {
  padding: 0;
}
.product-right .disc {
  margin-right: 5px;
  line-height: 30px;
  min-width: 125px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.product-right .disc1 {
  color: var(--secondary-light-color);
}
.pro_price {
  font-size: 20px;
  font-weight: 500;
}
.proquantity-detail,
.pro-cart {
  display: inline-block;
}
.product-right .control-label.quantity-label {
  margin: 0 8px 0 0;
  font-weight: 500;
  font-size: 16px;
}
.product-btn-quantity {
  border: none;
  display: inline-flex;
  border-radius: 100px;
  background: var(--background-color);
}
.product-btn-quantity button {
  height: 30px;
  width: 30px;
  margin: 5px;
  background: var(--secondary-color);
  border-radius: 50%;
  border: none;
}
.product-btn-quantity button:hover,
.product-btn-quantity button:focus {
  color: var(--secondary-color);
  background: var(--primary-hover-color);
}
.product-btn-quantity #input-quantity {
  border: none;
  text-align: center;
  border-radius: 0;
  height: 40px;
  padding: 10px;
  width: auto;
  background: var(--background-color);
}
button#button-cart {
  margin: 0px 0 0px 10px;
}
#quick-cart i,
#button-cart i {
  margin: 0 8px 0 0;
  font-size: 16px;
}
.product-right .pro-buttons button.btn {
  background: transparent;
  padding: 0 20px 5px 0;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
}
.product-right .pro-buttons button:hover i {
  color: var(--secondary-color);
  background: var(--primary-color);
}
.product-right .pro-buttons button:hover span {
  color: var(--primary-hover-color);
}
.product-right .pro-buttons button i {
  font-size: 14px;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: var(--secondary-color);
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: var(--primary-hover-color);
  display: inline-block;
  text-align: center;
  padding: 0;
  text-shadow: none;
  border-radius: 100%;
}
.propage-tab .nav-tabs {
  display: block;
  text-align: center;
  border: none;
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 0 10px;
  background: var(--primary-hover-color);
}
.propage-tab .nav-tabs .nav-link.active,
.propage-tab .nav-tabs li:hover a {
  color: var(--secondary-color);
  border: none;
  background: var(--primary-color);
}
.propage-tab .nav-tabs li {
  float: unset;
  display: inline-block;
  margin: 0;
  position: relative;
}
li.tax {
  padding: 0px 0 5px 0;
}
.propage-tab .nav-tabs li a {
  border: none;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
  padding: 10px 25px;
  background: var(--secondary-color);
  color: var(--primary-color);
  border-radius: 20px;
}
#form-review {
  background: var(--background-color);
  padding: 30px;
  border-radius: 20px;
}
.propage-tab .nav-tabs li + li {
  margin: 0 0 0 20px;
}
#tab-description {
  color: var(--secondary-light-color);
}
.additional-carousel .owl-nav .owl-prev,
.additional-carousel .owl-nav .owl-next {
  opacity: 1;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  background: var(--secondary-color);
  color: var(--primary-hover-color);
}
.additional-carousel.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.additional-carousel.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.additional-carousel .owl-nav .owl-prev:hover,
.additional-carousel .owl-nav .owl-next:hover {
  background: none;
  color: var(--primary-color);
  opacity: 1;
}
#form-review .review-title {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
.product-option #button-cart a {
  color: var(--secondary-color);
}
#innput-rating span.fa.fa-stack {
  width: 1.5em;
  font-size: 12px;
}
@media (max-width: 991px) {
  .propage-tab .nav-tabs {
    margin-bottom: 20px;
  }
  .product-right .pro-buttons button.btn span {
    display: none;
  }
  .product-right .pro-buttons button i {
    margin: 0;
  }
  .product-right .pro-buttons button.btn {
    padding: 0 10px 5px 0;
  }
}
@media (max-width: 480px) {
  .propage-tab .nav-tabs li + li {
    margin: 0 0 0 10px;
  }
  .propage-tab .nav-tabs li a {
    padding: 8px 15px;
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .pro-cart {
    display: block;
    margin-top: 10px;
  }
  button#button-cart {
    margin: 0;
  }
}
/*-----
.Product Page
-----*/

/*-----
Information Page
-----*/
.information-information .title,
#information-contact .contact-title {
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 500;
  padding: 0 0 10px;
  line-height: 20px;
  border-bottom: 1px solid var(--border-color);
}

.information-information .description {
  color: var(--secondary-light-color);
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 26px;
}
/*-----
.Information Page
-----*/

/*-----
Sitemap Page
-----*/
.site_map #content .row a {
  padding: 5px 0;
  display: inline-block;
}
.blog-section #content li::marker {
  color: var(--primary-hover-color);
  font-size: 16px;
}
.site_map ul {
  padding-left: 40px;
}
/*-----
.Sitemap Page
-----*/

/*-----
Contact Page
-----*/
.contact-left .panel-body {
  padding: 20px;
}
.contact-left .panel-body > div {
  text-align: center;
}
.contact-left .panel-body > div + div {
  border-top: 1px solid var(--border-color);
  margin-top: 15px;
  padding-top: 15px;
}
.contact-left .panel-body > div > i {
  height: 30px;
  width: 30px;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
  line-height: 30px;
  border-radius: 5px;
  margin: 0 0 10px;
}
.contact-left .store-title {
  font-size: 18px;

  font-weight: 500;
  margin: 0 0 7px;
}
.store-address .btn-info {
  margin-top: 10px;
}
.contact-title {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 10px;
  line-height: initial;
  font-weight: 500;
  border-bottom: 1px solid var(--border-color);
}
.submitted {
  display: none;
  text-align: center;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
  padding: 5px;
  border-radius: 5px;
}
/*-----
.Contact Page
-----*/

/*-----
Blog Page
-----*/
.comment-list,
.comment-form {
  margin-top: 30px;
  border-radius: 20px;
  background: var(--background-color);
}
.comment-list .view-comment,
.comment-form #add-comment {
  padding: 20px;
}
.block-title legend {
  display: block;
  margin: 0 0 30px 0;
  padding: 15px 20px;
  font-size: 18px;
  text-align: left;

  position: relative;
  font-weight: 500;
  line-height: 20px;
  border-radius: 20px 20px 0 0;
  background: var(--primary-hover-color);
  color: var(--secondary-color);
  border: none;
}
/*-----
.Blog Page
-----*/

/*-----
Account Page
-----*/
.well legend {
  background: transparent;
  color: var(--primary-color);
  font-size: 18px;
  padding: 7px 0px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.well {
  padding: 1rem 1rem;
  background-color: var(--background-color);
  border-radius: 4px;
}
.well h2 {
  font-size: 22px;
  margin: 0 0 10px;
}
.well .form-group label {
  margin-bottom: 5px;
  font-size: 14px;
  padding-bottom: calc(0.35rem + 1px);
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .my-account .well {
    margin-bottom: 20px;
  }
}
/*-----
.Account Page
-----*/

/*-----
Breadcrumb Title
-----*/
.breadcrumb-main {
  text-align: center;
  padding: 100px 0;
  margin-bottom: 50px;
  background: url(assets/images/banners/breadcrumb_img.png);
  background-size: cover !important;
}
.breadcrumb-main .page-title {
  font-size: 34px;

  color: var(--secondary-color);
  text-shadow: none;
  margin-bottom: 10px;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  justify-content: center;
}
.breadcrumb > li a i {
  height: auto;
  width: auto;
  line-height: initial;
  font-size: 18px;
  margin-right: 7px;
  background: transparent;
  color: var(--secondary-color);
}
.breadcrumb a {
  position: relative;
  font-size: 16px;

  color: var(--secondary-color);
}
.breadcrumb > li:hover a {
  color: var(--secondary-color);
}
.breadcrumb > li + li {
  padding: 0 0 0 10px;
}
.breadcrumb > li:last-child a {
  color: var(--secondary-color);
}
.breadcrumb li + li a::before {
  content: "\f101";
  font-family: "FontAwesome";
  padding: 0 15px 0 0;
  color: var(--secondary-color);
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 991px) {
  .breadcrumb-main {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .breadcrumb-main .page-title {
    font-size: 22px;
  }
}
/*-----
.Breadcrumb Title
-----*/

/*-----
Common CSS
-----*/
.accordion-button:focus {
  box-shadow: inset 0 -1px 0 rgb(0 0 0 /13%);
}
#content {
  min-height: auto;
  padding: 40px 0;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1551px) {
  .container {
    max-width: 1500px;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: var(--background-color);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
.form-group {
  margin-bottom: 1rem !important;
}
.form-control {
  font-size: 14px;
  height: 50px;
  border-radius: 30px;
  padding: 5px 15px;
  border: 1px solid var(--border-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-horizontal .control-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--border-color);
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
.col-form-label {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.table-responsive {
  width: 100%;
  margin-bottom: 20px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-bordered {
  border: 1px solid var(--border-color);
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid var(--border-color);
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
/*-----
.Common CSS
-----*/

/* margin css */
.mt-50 {
  margin-top: 50px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.top-margin-all {
  margin: 50px 0 0 0;
}
@media (max-width: 991px) {
  .mt-50 {
    margin-top: 30px;
  }
  .mt-45 {
    margin-top: 30px;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .mt-15 {
    margin-top: 10px;
  }
  .top-margin-all {
    margin: 30px 0 0 0;
  }
  .form-control {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .col-form-label {
    text-align: left;
  }
}

/* Annimation */
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes vipodha_slider_spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
/* .Annimation */


.product-right .disc1 {
  color:#1b1b1b !important;
}
