@import url("https://fonts.googleapis.com/css2?family=Italiana&amp;family=Prompt:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family:myFirstFont;
  src:url("../fonts/Soligant.otf");
}

:root {
  --body-font:Poppins, sans-serif !important;
  --primary-color:#121111;
  --secondary-color:#65819a;
  --border-color:#3D3D3D;
  --border-gray:#DEDEDE;
  --border-dark:#242424;
  --light-stroke:#E8E8E8;
  --white-color:#ffffff;
  --light-color:#F6F6F6;
  --gray-color:#EDEDED;
  --gray-200:#EFEFEF;
  --gray-100:#F1F1F1;
  --primary-overlay:rgba(18, 17, 17, 0.9);
  --primary-light-overlay:rgba(18, 17, 17, 0.6);
  --shadow-light:0px 30px 23px rgba(0, 0, 0, 0.07);
  --box-shadow:0px 12px 16px rgba(0, 0, 0, 0.04);
  --transition-base:all 0.3s;
  --ur3-stroke:#292828;
}

.bg-mian {
  background-color:rgb(101, 129, 154);
}

.poppins-thin {
  font-family:Poppins, sans-serif;
  font-weight:100;
  font-style:normal;
}

h2 {
  font-size:50px !important;
  letter-spacing:0.01em !important;
}

body {
  margin:0px;
  font-family:var(--body-font);
  background-color:var(--light-color);
  overflow-x:hidden;
}

input {
  outline:0px;
}

select {
  outline:0px;
  border:0px;
}

a {
  text-decoration:none;
  transition:all 0.3s ease 0s;
}

ul {
  list-style-type:none;
  padding:0px;
  margin-bottom:0px;
}

button {
  border:0px;
  background-color:transparent;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family:myFirstFont;
  color:var(--primary-color);
}

h1,
.h1,
h2,
.h2 {
  font-family:myFirstFont;
  text-transform:capitalize;
}

.h1,
h1 {
  font-size:48px;
}

@media (max-width:991.98px) {

  .h1,
  h1 {
    font-size:42px;
  }
}

.h2,
h2 {
  font-size:40px;
}

@media (max-width:991.98px) {

  .h2,
  h2 {
    font-size:32px;
  }
}

.h3,
h3 {
  font-size:32px;
}

@media (max-width:991.98px) {

  .h3,
  h3 {
    font-size:28px;
  }
}

.pt-120 {
  /* padding-top: 100px !important; */
}

@media (max-width:767.98px) {
    .hero-title {
    font-size: 19px !important;
}
.hero-left-content {
    padding: 50px 0px 50px 9px !important;
}
    .ur-hero-section {
    padding-top: 0!important;
}
    .mobile-menu .logo {
     background-color:transparent!important; 
}
  .pt-120 {
    padding-top:70px;
  }
}

.ptb-120 {
  padding:80px 0px;
}

@media (max-width:767.98px) {
  .ptb-120 {
    padding: 50px 0px;
  }
}

.ptb-60 {
  padding:60px 0px;
}

.pt-30 {
  padding-top:30px;
}

.pt-40 {
  padding-top:40px;
}

.pb-30 {
  padding-bottom:30px;
}

.pb-40 {
  padding-bottom:40px;
}

.pb-120 {
  padding-bottom:100px;
}

@media (max-width:767.98px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}

.mt-32 {
  margin-top:32px;
}

.mt-40 {
  margin-top:40px;
}

.mt-50 {
  margin-top:50px;
}

.mt-60 {
  margin-top:60px;
}

.mt-80 {
  margin-top:80px;
}

.mb-32 {
  margin-bottom:32px;
}

.mb-40 {
  margin-bottom:40px;
}

.mb-50 {
  margin-bottom:50px;
}

.mb-60 {
  margin-bottom:60px;
}

.container-large {
  max-width:1704px;
  margin:0px auto;
  padding:0px 12px;
}

.primary-text-color {
  color:rgb(101, 101, 101);
}

.text-color {
  color:var(--text-color);
}

.primary-bg-color {
  background-color:rgb(74 100 123);
}

.secondary-bg-color {
  background-color:var(--secondary-color);
}

.secondary-text-color {
  color:rgb(101, 129, 154);
}

.gap-48 {
  gap:48px;
}

.bottom-border {
  border-bottom:1px solid rgb(231, 231, 231);
  background:rgb(101, 129, 154);
}

.z--1 {
  z-index:-1;
}

.light-bg {
  background-color:var(--light-color);
}

.fs-sm {
  font-size:14px;
}

.fs-xs {
  font-size:12px;
}

.theme-input {
  width:100%;
  outline:0px;
  padding:7px 15px;
  background-color:var(--light-color);
  font-weight:300;
  border:1px solid rgb(217, 217, 217);
}

.theme-devider {
  width:100%;
  height:1px;
  background-color:var(--gray-200);
  display:block;
}

.gray-border-bottom {
  border:1px solid var(--gray-200);
}

.mx-340 {
  max-width:340px;
}

.text-font-family {
  font-family:var(--body-font);
}

.hover-secondary:hover {
  color:var(--secondary-color);
}

@-webkit-keyframes ticker {
  0% {
    transform:translate3d(0px, 0px, 0px);
    visibility:visible;
  }

  100% {
    transform:translate3d(-100%, 0px, 0px);
  }
}

@keyframes ticker {
  0% {
    transform:translate3d(0px, 0px, 0px);
    visibility:visible;
  }

  100% {
    transform:translate3d(-100%, 0px, 0px);
  }
}

@-webkit-keyframes theme_fadeInUp {
  0% {
    transform:translateY(30px);
    opacity:0;
  }

  50% {
    transform:translateY(30px);
    opacity:0;
  }

  100% {
    transform:translateY(0px);
    opacity:1;
  }
}

@keyframes theme_fadeInUp {
  0% {
    transform:translateY(30px);
    opacity:0;
  }

  50% {
    transform:translateY(30px);
    opacity:0;
  }

  100% {
    transform:translateY(0px);
    opacity:1;
  }
}

@-webkit-keyframes theme_fadeInDown {
  0% {
    opacity:0;
    transform:translate3d(0px, -50px, 0px);
  }

  100% {
    opacity:1;
    transform:translate3d(0px, 0px, 0px);
  }
}

@keyframes theme_fadeInDown {
  0% {
    opacity:0;
    transform:translate3d(0px, -50px, 0px);
  }

  100% {
    opacity:1;
    transform:translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes product-hover {
  0% {
    transform:translate(-50%, -50%) scale(0.8);
  }

  100% {
    transform:translate(-50%, -50%) scale(1);
  }
}

@keyframes product-hover {
  0% {
    transform:translate(-50%, -50%) scale(0.8);
  }

  100% {
    transform:translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes toTopFromBottom {
  49% {
    transform:translateY(-100%);
  }

  50% {
    opacity:0;
    transform:translateY(100%);
  }

  51% {
    opacity:1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform:translateY(-100%);
  }

  50% {
    opacity:0;
    transform:translateY(100%);
  }

  51% {
    opacity:1;
  }
}

@-webkit-keyframes shine {
  100% {
    left:125%;
  }
}

@keyframes shine {
  100% {
    left:125%;
  }
}

@-webkit-keyframes flipimage {
  0% {
    transform:scale(1) rotateY(0deg);
  }

  50% {
    transform:scale(0.8) rotateY(90deg);
  }

  100% {
    transform:scale(1) rotateY(0deg);
  }
}

@keyframes flipimage {
  0% {
    transform:scale(1) rotateY(0deg);
  }

  50% {
    transform:scale(0.8) rotateY(90deg);
  }

  100% {
    transform:scale(1) rotateY(0deg);
  }
}

@-webkit-keyframes loading {
  0% {
    width:0px;
  }

  100% {
    width:100%;
  }
}

@keyframes loading {
  0% {
    width:0px;
  }

  100% {
    width:100%;
  }
}

.topbar-info {
  gap:48px;
  margin-bottom: 7px;
}

.topbar-info .item-single+.item-single {
  position:relative;
}

.topbar-info .item-single+.item-single::before {}

.topbar-info span {
  font-size:14px;
  color: rgb(255 255 255);
  font-family:Poppins, sans-serif;
  letter-spacing:0.05em;
  font-weight:400;
}

.topbar-info a {
  font-size:14px;
  color:rgb(255, 255, 255);
  font-family:Poppins, sans-serif;
  font-weight:400;
}

.topbar-info>a {
  color:var(--white-color);
}

.topbar-info>a:hover {
  color:var(--secondary-color);
}

@media (max-width:1399.98px) {
  .topbar-info {
    gap:24px;
  }

  .topbar-info .item-single+.item-single::before {
    left:-12px;
  }
}

.ur-header-right {
  gap:48px;
}

@media (max-width:1700px) {
  .ur-header-right {
    gap:32px;
  }
}

@media (max-width:1460px) {
  .ur-header-right {
    gap:14px;
  }

  .ur-header-right .user-cart .cart-btn .btn-text {
    display:none;
  }
}

@media (max-width:575.98px) {
  .ur-header-right {
    gap:1px;
  }
}

.ur-header-select select {
  background-color:var(--primary-color);
  color:var(--white-color);
  font-size:14px;
}

.ur-navmenu {
  text-align:center;
}

.ur-navmenu>ul {
  display:inline-block;
}

.ur-navmenu>ul>li>a {
  text-transform:uppercase;
}

.ur-navmenu ul {
  text-align:left;
}

.ur-navmenu ul li {
  display:inline-block;
}

.ur-navmenu ul li a {
  display:block;
  padding:10px 25px;
  color:rgb(0, 0, 0);
  font-size:14px;
  letter-spacing:0.05em;
  font-family:Poppins, sans-serif;
  font-weight:600;
}

.ur-navmenu ul li.has-submenu {
  position:relative;
}

.ur-navmenu ul li.has-submenu::after {
  content:"";
  position:absolute;
  font-family:FontAwesome;
  right:10px;
  top:13px;
  font-size:13px;
  color:var(--white-color);
  transition:var(--transition-base);
}

.ur-navmenu ul li.has-submenu>.submenu-wrapper {
  position:absolute;
  top:calc(100% + 10px);
  left:0px;
  min-width:220px;
  background-color:var(--white-color);
  z-index:10;
  padding:6px 0px;
  opacity:0;
  visibility:hidden;
  transition:var(--transition-base);
}

.ur-navmenu ul li.has-submenu>.submenu-wrapper li {
  display:block;
}

.ur-navmenu ul li.has-submenu>.submenu-wrapper li a {
  color:var(--primary-color);
  padding:10px 24px;
  font-size:16px;
}

.ur-navmenu ul li.has-submenu>.submenu-wrapper li:hover>a {
  padding-left:30px;
  color:var(--secondary-color);
}

.ur-navmenu ul li.has-submenu>.submenu-wrapper li.has-submenu::after {
  content:"";
  top:10px;
  color:var(--primary-color);
}

.ur-navmenu ul li.has-submenu>.submenu-wrapper li.has-submenu>.submenu-wrapper {
  content:"";
  position:absolute;
  left:100%;
  top:10px;
}

.ur-navmenu ul li.has-submenu>.submenu-wrapper li.has-submenu:hover>.submenu-wrapper {
  top:0px;
}

.ur-navmenu ul li.has-submenu:hover>.submenu-wrapper {
  top:100%;
  opacity:1;
  visibility:visible;
}

.ur-navmenu ul li.has-submenu:hover>.ur-megamenu {
  opacity:1;
  visibility:visible;
  top:100%;
}

.ur-navmenu ul li:hover {
  background:rgba(229, 229, 229, 0.43);
}

.ur-navmenu ul li:hover::after {
  color:var(--secondary-color);
}

.ur-megamenu {
  position:absolute;
  background-color:var(--white-color);
  top:calc(100% + 10px);
  left:-500px;
  z-index:10;
  width:1320px;
  padding:60px;
  opacity:0;
  visibility:hidden;
  transition:var(--transition-base);
  box-shadow:var(--box-shadow);
}

.ur-megamenu .megamenu-row {
  display:flex;
  gap:60px;
  -webkit-box-pack:justify;
  justify-content:space-between;
}

.ur-megamenu .megamenu-row .megamenu-column {
  width:15%;
}

.ur-megamenu .megamenu-row .megamenu-column.border-r {
  position:relative;
}

.ur-megamenu .megamenu-row .megamenu-column.border-r::after {
  content:"";
  position:absolute;
  right:0px;
  top:0px;
  width:1px;
  height:100%;
  background-color:var(--light-stroke);
}

.ur-megamenu .megamenu-row .megamenu-column.banner {
  width:20%;
}

.ur-megamenu .megamenu-row .megamenu-column .column-title {
  font-size:14px;
  text-transform:uppercase;
  margin-bottom:15px;
}

.ur-megamenu .megamenu-row .megamenu-column .pages-list li {
  display:block;
}

.ur-megamenu .megamenu-row .megamenu-column .pages-list li a {
  padding:9px 0px;
  color:var(--primary-color);
  font-weight:300;
  font-size:15px;
}

.ur-megamenu .megamenu-row .megamenu-column .pages-list li a:hover {
  color:var(--secondary-color);
  padding-left:6px;
}

@media (max-width:1460px) {
  .ur-megamenu {
    left:-450px;
  }
}

@media (max-width:1399.98px) {
  .ur-megamenu {
    width:1160px;
    padding:45px;
    left:-430px;
  }
}

.ur-user-links button {
  color:var(--white-color);
  font-size:14px;
  padding:30px 15px;
  transition:var(--transition-base);
}

.ur-user-links button:hover {
  color:var(--secondary-color);
}

.ur-user-links .user-menu {
  min-width:220px;
  padding:8px 0px;
  background-color:var(--white-color);
  top:calc(110px);
  left:0px;
  box-shadow:var(--shadow-light);
  opacity:0;
  visibility:hidden;
  transition:var(--transition-base);
  z-index:10;
}

.ur-user-links .user-menu li {
  display:block;
}

.ur-user-links .user-menu li a {
  display:block;
  padding:7px 24px;
  color:var(--primary-color);
}

.ur-user-links .user-menu li a:hover {
  color:var(--secondary-color);
  padding-left:30px;
}

.ur-user-links:hover .user-menu {
  opacity:1;
  visibility:visible;
  top:100%;
}

@media (max-width:1460px) {
  .ur-user-links .user-menu {
    min-width:180px;
    max-width:180px;
  }
}

.user-cart {
  padding:28px 0px;
}

.user-cart .cart-btn {
  color:var(--white-color);
  font-size:14px;
  transition:var(--transition-base);
}

.user-cart .cart-btn:hover {
  color:var(--secondary-color);
}

.user-cart:hover .header-cart-box {
  opacity:1;
  visibility:visible;
  top:100%;
}
.img-title{    
    justify-content: center;
    display: flex;
    font-size: 13px !important;
    color: #000 !important;
}
.selling-price {
    margin-top: 5px;
}
.product_variant.color h4 {
    font-size: 22px;
}
.enquire-btn {
    margin-top: 22px;
}
.whatsapp-btn{
    margin-left: 5px;
}
.enquire-btn{
    margin-left: 5px;
}
.badge {
        font-weight: 400 !important;
        font-size: 13px;
    background: red;
    color: #fff !important;
    padding: 6px;
  background-color: red;
  margin-left: 10px;
  border-radius: inherit;
}
.sale-price {
    color: #000;
}
.header-search .search-btn {
    font-size:22px;
    color: var(--secondary-color);
    transition:var(--transition-base);
    cursor: pointer;
    margin-left: 10px;
}

.header-search .search-btn:hover {
  color:var(--secondary-color);
}

.header-search .search-form {
  min-width:320px;
  /* padding:0px 12px; */
  /* background: #fff; */
}

.header-search .search-form input {
  border:1px solid var(--light-stroke);
}

.header-search .search-form .submit-btn {
  width:55px;
  height:43px;
  background-color:var(--secondary-color);
  color:var(--white-color);
  flex-shrink:0;
  transition:var(--transition-base);
}

.header-search .search-form .submit-btn:hover {
  background-color:var(--secondary-color);
}

.header-link {
  color:var(--white-color);
  padding:24px 15px;
}

.header-link:hover {
  color:var(--secondary-color);
}

.header-toggle button span {
  background-color:var(--white-color);
}

.ur-header-right>div+div {
  position:relative;
}

.ur-header-right>div+div::before {
  content:"";
  position:absolute;
  left:-24px;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:20px;
  background-color:var(--border-color);
}

@media (max-width:1460px) {
  .ur-header-right>div+div::before {
    left:-7px;
  }
}

.header-style-2 .ur2-navmenu>ul>li>a {
  color:var(--primary-color);
}

.header-style-2 .ur2-navmenu>ul>li.has-submenu::after {
  color:var(--primary-color);
}

.header-style-2 .ur2-navmenu>ul>li:hover>a {
  color:var(--secondary-color);
}

.header-style-2 .ur2-navmenu>ul>li:hover::after {
  color:var(--secondary-color);
}

.header-style-2 .ur-user-links .user-btn {
  color:var(--primary-color);
}

.header-style-2 .ur-user-links .user-btn:hover {
  color:var(--secondary-color);
}

.header-style-2 .user-cart .cart-btn {
  color:var(--primary-color);
}

.header-style-2 .user-cart .cart-btn:hover {
  color:var(--secondary-color);
}

.header-style-2 .header-link {
  color:var(--primary-color);
}

.header-style-2 .header-link:hover {
  color:var(--secondary-color);
}

.header-style-2 .header-search .search-btn {
  color:var(--primary-color);
}

.header-style-2 .header-search .search-btn:hover {
  color:var(--secondary-color);
}

.header-style-2 .header-toggle button span {
  background-color:var(--primary-color);
}

.header-style-2 .ur-header-right>div+div::before {
  background-color:var(--light-stroke);
}

.ur3-infobar p span svg {
  transform:translateY(-1px);
}

.ur3-infobar .info-link {
  color:var(--white-color);
}

.ur3-infobar .info-link:hover {
  color:var(--secondary-color);
}

.ur3-header-select .icon {
  transform:translateY(-3px);
}

.ur3-header-select .nice_select {
  background-color:transparent;
  border:0px;
  color:var(--primary-color);
  font-weight:300;
}

.ur3-header-select .nice_select::after {
  border-color:var(--primary-color);
  border-width:1px;
  right:15px;
  margin-top:-6px;
}

.ur3-header-select .nice_select .list li {
  font-weight:300;
}

.ur3-header-select .ur3-currency-select {
  position:relative;
}

.ur3-header-select .ur3-currency-select::before {
  content:"";
  position:absolute;
  left:-24px;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:15px;
  background-color:rgb(202, 202, 202);
}

@media (max-width:575.98px) {
  .ur3-header-select .ur3-currency-select::before {
    left:-8px;
  }
}

.ur3-header-middle {
  padding:1px 0px;
  border-bottom:1px solid var(--gray-color);
  position:relative;
  overflow: hidden;
}

.ur3-header-search .submit-btn {
  font-size:14px;
}

.ur3-header-search input {
  border:0px;
  font-size:14px;
  color:var(--primary-color);
  text-transform:uppercase;
}

.ur3-header-search input::-webkit-input-placeholder {
  color:var(--primary-color);
}

.ur3-header-search input::placeholder {
  color:var(--primary-color);
}

.ur3-header-btns a {
  color:var(--primary-color);
  position:relative;
}

.ur3-header-btns a svg path {
  transition:var(--transition-base);
}

.ur3-header-btns a:hover {
  color:var(--secondary-color);
}

.ur3-header-btns a:hover svg path {
  fill:var(--secondary-color);
}

.ur3-header-btns a+a {
  position:relative;
}

.ur3-header-btns a+a::before {
  /* content:""; */
  /* position:absolute; */
  left:-14px;
  top:0px;
  width:1px;
  height:32px;
  background-color:rgb(202, 202, 202);
}

@media (max-width:575.98px) {
  .ur3-header-btns a+a::before {
    left:-10px;
    top:4px;
  }
}

@media (max-width:991.98px) {
  .ur3-nav-header {
    padding:16px 0px;
  }
}

.ur3-header-toggle {
  width: 24px;
  display:inline-block;
}

.ur3-header-toggle span {
  width:100%;
  height:1px;
  background-color: #ffffff;
  display:block;
  transition:var(--transition-base);
  position:relative;
  z-index:1;
}

.ur3-header-toggle span::before {
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:0px;
  z-index:-1;
  background-color:var(--secondary-color);
  transition:var(--transition-base);
}

.ur3-header-toggle span+span {
  margin-top:6px;
}

.ur3-header-toggle span:nth-child(1)::before,
.ur3-header-toggle span:nth-child(3)::before {
  right:0px;
  left:auto;
}

.ur3-header-toggle:hover span::before {
  right:0px;
  left:auto;
  width:100%;
}

.ur3-header-toggle:hover span:nth-child(1)::before,
.ur3-header-toggle:hover span:nth-child(3)::before {
  left:0px;
  right:auto;
}

.ur3-nav-menu>ul>li>a {
  color:rgb(0 0 0);
  position:relative;
  z-index:1;
}

.ur3-nav-menu>ul>li>a:hover::before {
  opacity:1;
  border-radius:50%;
}

.ur3-nav-menu>ul>li.has-submenu::after {
  color:var(--primary-color);
}

.ur3-nav-menu>ul>li:hover::after {
  color:var(--secondary-color);
}

@media (max-width:1199.98px) {
  .ur3-nav-menu>ul>li>a {
    padding:30px 20px;
  }

  .ur3-nav-menu>ul>li>a::before {
    width:85px;
  }

  .ur3-nav-menu>ul>li.has-submenu::after {
    right:5px;
  }
}

.ur3-nav-menu .ur-megamenu {
  left:-550px;
}

@media (max-width:1399.98px) {
  .ur3-nav-menu .ur-megamenu {
    left:-470px;
  }
}

@media (max-width:1199.98px) {
  .ur3-nav-menu .ur-megamenu {
    width:960px;
    left:-375px;
  }

  .ur3-nav-menu .ur-megamenu .megamenu-row {
    gap:20px;
  }

  .ur3-nav-menu .ur-megamenu .megamenu-row .megamenu-column.border-r::after {
    display:none;
  }
}

.header-sticky {
  transition:var(--transition-base);
  box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header-sticky.sticky-on {
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  z-index:100;
  animation:0.3s ease 0s 1 normal none running theme_fadeInDown;
  background:rgb(255, 255, 255);
}

.header-sticky.sticky-on .topbar {
  /* display:none !important; */
}

.header-sticky.sticky-on .header-style-2 {
  box-shadow:var(--box-shadow);
}

.header-sticky.sticky-on .ur3-infobar,
.header-sticky.sticky-on .ur3-header-middle {
  display:none;
}

.header-sticky.sticky-on .ur3-nav-header {
  box-shadow:var(--box-shadow);
}

.preloader {
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100vh;
  background-color:var(--white-color);
  z-index:200;
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  flex-direction:column;
}

.preloader h1 {
  font-family:var(--heading-font);
}

.preloader .preload-progress {
  width:250px;
  height:8px;
  border-radius:30px;
}

.preloader .preload-progress span {
  width:100%;
  height:100%;
  display:inline-block;
  border-radius:30px;
  background-color:var(--primary-color);
  animation:6s ease 0s 1 normal none running loading;
}

.scroll-top-btn {
  width:40px;
  height:40px;
  background-color:var(--primary-color);
  color:var(--white-color);
  border-radius:3px;
  position:fixed;
  bottom:40px;
  right:40px;
  z-index:100;
  font-size:15px;
}

.template-btn {
  display:inline-block;
  font-weight:500;
  transition:var(--transition-base);
  padding:0px;
}

.template-btn.primary-btn {
  background-color:rgb(101, 129, 154);
  color:var(--white-color);
  position:relative;
  z-index:1;
  border:1px solid rgb(101, 129, 154);
  /*margin-top:15px;*/
}

.template-btn.primary-btn::before,
.template-btn.primary-btn::after {
  position:absolute;
  right:0px;
  bottom:0px;
  background-color:var(--secondary-color);
  transition:all 0.5s ease 0s;
}

.template-btn.primary-btn::before {
  height:0px;
  width:2px;
}

.template-btn.primary-btn::after {
  width:0px;
  height:2px;
}

.template-btn.primary-btn span {
  padding:10px 25px;
  position:relative;
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  letter-spacing:0.06em;
  font-weight:500;
  text-transform:uppercase;
  width:100%;
  height:100%;
  border:1px solid rgba(255, 255, 255, 0.21);
}

.template-btn.primary-btn span::before,
.template-btn.primary-btn span::after {
  position:absolute;
  left:0px;
  top:0px;
  background-color:var(--secondary-color);
  transition:all 0.5s ease 0s;
}

.template-btn.primary-btn span::before {
  width:2px;
  height:0px;
}

.template-btn.primary-btn span::after {
  width:0px;
  height:2px;
}

.template-btn.primary-btn:hover {
  background-color:white;
  color:rgb(101, 129, 154);
  border:1px solid rgb(101, 129, 154);
}

.template-btn.primary-btn:hover::before {
  height:100%;
}

.template-btn.primary-btn:hover::after {
  width:100%;
}

.template-btn.primary-btn:hover span::before {
  height:100%;
}

.template-btn.primary-btn:hover span::after {
  width:100%;
}

.template-btn.outline-btn {
  border:1px solid var(--primary-color);
  color:var(--primary-color);
  background-color:transparent;
  position:relative;
}

.template-btn.outline-btn::before,
.template-btn.outline-btn::after {
  content:"";
  position:absolute;
  background-color:var(--secondary-color);
  left:0px;
  top:0px;
  transition:var(--transition-base);
}

.template-btn.outline-btn::before {
  width:2px;
  height:0px;
}

.template-btn.outline-btn::after {
  width:0px;
  height:2px;
}

.template-btn.outline-btn span {
  padding:14px 36px;
  display:inline-block;
  position:relative;
}

.template-btn.outline-btn span::before,
.template-btn.outline-btn span::after {
  content:"";
  position:absolute;
  bottom:0px;
  right:0px;
  background-color:var(--secondary-color);
  transition:var(--transition-base);
}

.template-btn.outline-btn span::before {
  width:0px;
  height:2px;
}

.template-btn.outline-btn span::after {
  width:2px;
  height:0px;
}

.template-btn.outline-btn:hover {
  color:var(--secondary-color);
  border-color:transparent;
}

.template-btn.outline-btn:hover::before {
  height:100%;
}

.template-btn.outline-btn:hover::after {
  width:100%;
}

.template-btn.outline-btn:hover span::before {
  width:100%;
}

.template-btn.outline-btn:hover span::after {
  height:100%;
}

.template-btn.outline-btn-white {
  border:1px solid var(--white-color);
  color:var(--white-color);
  background-color:transparent;
  position:relative;
}

.template-btn.outline-btn-white::before,
.template-btn.outline-btn-white::after {
  content:"";
  position:absolute;
  background-color:var(--secondary-color);
  left:0px;
  top:0px;
  transition:var(--transition-base);
}

.template-btn.outline-btn-white::before {
  width:2px;
  height:0px;
}

.template-btn.outline-btn-white::after {
  width:0px;
  height:2px;
}

.template-btn.outline-btn-white span {
  padding:14px 36px;
  display:inline-block;
  position:relative;
}

.template-btn.outline-btn-white span::before,
.template-btn.outline-btn-white span::after {
  content:"";
  position:absolute;
  bottom:0px;
  right:0px;
  background-color:var(--secondary-color);
  transition:var(--transition-base);
}

.template-btn.outline-btn-white span::before {
  width:0px;
  height:2px;
}

.template-btn.outline-btn-white span::after {
  width:2px;
  height:0px;
}

.template-btn.outline-btn-white:hover {
  color:var(--secondary-color);
  border-color:transparent;
}

.template-btn.outline-btn-white:hover::before {
  height:100%;
}

.template-btn.outline-btn-white:hover::after {
  width:100%;
}

.template-btn.outline-btn-white:hover span::before {
  width:100%;
}

.template-btn.outline-btn-white:hover span::after {
  height:100%;
}

.template-btn.secondary-btn {
  background-color:var(--secondary-color);
  color:var(--white-color);
  position:relative;
  z-index:1;
}

.template-btn.secondary-btn::before,
.template-btn.secondary-btn::after {
  content:"";
  position:absolute;
  right:0px;
  bottom:0px;
  background-color:var(--secondary-color);
  transition:all 0.5s ease 0s;
}

.template-btn.secondary-btn::before {
  height:0px;
  width:2px;
}

.template-btn.secondary-btn::after {
  width:0px;
  height:2px;
}

.template-btn.secondary-btn span {
  padding:14px 36px;
  position:relative;
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  width:100%;
  height:100%;
}

.template-btn.secondary-btn span::before,
.template-btn.secondary-btn span::after {
  content:"";
  position:absolute;
  left:0px;
  top:0px;
  background-color:var(--secondary-color);
  transition:all 0.5s ease 0s;
}

.template-btn.secondary-btn span::before {
  width:2px;
  height:0px;
}

.template-btn.secondary-btn span::after {
  width:0px;
  height:2px;
}

.template-btn.secondary-btn:hover {
  background-color:transparent;
  color:var(--secondary-color);
}

.template-btn.secondary-btn:hover::before {
  height:100%;
}

.template-btn.secondary-btn:hover::after {
  width:100%;
}

.template-btn.secondary-btn:hover span::before {
  height:100%;
}

.template-btn.secondary-btn:hover span::after {
  width:100%;
}

.template-video-btn {
  width:120px;
  height:120px;
  background-color:transparent;
  color:var(--white-color);
  border:1px solid var(--white-color);
  border-radius:50%;
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  font-size:24px;
}

.ur-hero-feature-card {
  max-width:430px;
  border:16px solid var(--primary-color);
  gap:30px;
  padding:15px 20px;
  transition:var(--transition-base);
  position:absolute;
  bottom:130px;
  right:124px;
}

.ur-hero-feature-card h5 {
  line-height:1.4em;
}

.ur-hero-feature-card .wish-btn,
.ur-hero-feature-card .card-btn {
  color:var(--text-color);
}

.ur-hero-feature-card .wish-btn:hover,
.ur-hero-feature-card .card-btn:hover {
  color:var(--secondary-color);
}

.ur-hero-feature-card:hover {
  transform:translateY(-6px);
}

@media (max-width:767.98px) {
  .ur-hero-feature-card {
    right:12px;
    bottom:30px;
  }
}

@media (max-width:460px) {
  .ur-hero-feature-card {
    max-width:calc(100% - 24px);
  }
}

@media (max-width:400px) {
  .ur-hero-feature-card {
    display:none !important;
  }
}

.pp-overlay-card img {
  transition:var(--transition-base);
}

.pp-overlay-card .category-title {
  background-color:var(--white-color);
  padding:0px 30px;
  display:inline-block;
  bottom:60px;
  left:50%;
  transform:translateX(-50%);
  min-width:176px;
  height:70px;
  font-size:24px;
  text-align:center;
  line-height:70px;
  transition:var(--transition-base);
}

.pp-overlay-card .pp-overlay {
  width:calc(100% - 60px);
  height:calc(100% - 60px);
  top:30px;
  left:30px;
  background-color:var(--primary-overlay);
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  transform:scale(0.7);
  opacity:0;
  visibility:hidden;
  transition:var(--transition-base);
}

.pp-overlay-card .pp-overlay span {
  font-size:24px;
  color:var(--white-color);
}

.pp-overlay-card:hover img {
  transform:scale(1.1);
}

.pp-overlay-card:hover .category-title {
  bottom:80px;
  opacity:0;
  visibility:hidden;
}

.pp-overlay-card:hover .pp-overlay {
  transform:scale(1);
  opacity:1;
  visibility:visible;
}

.ur-product-card .ur-badge {
  padding:4px 12px;
  box-shadow:rgba(0, 0, 0, 0.1) 0px 4px 23px;
  right:20px;
  top:20px;
  z-index:2;
  font-size:14px;
  transition:var(--transition-base);
}

.ur-product-card .ur-badge.sale-badge {
  background-color:var(--secondary-color);
  color:var(--white-color);
}

.ur-product-card .ur-badge.coupon-badge {
  background-color:var(--white-color);
  color:var(--primary-color);
}

.ur-product-card .feature-image {
  padding:45px 36px;
  overflow:hidden;
}

.ur-product-card .feature-image img {
  transition:var(--transition-base);
}

.ur-product-card .feature-image .product-overlay {
  width:120%;
  height:120%;
  border-radius:90px;
  background-color:var(--primary-color);
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%) scale(0.4);
  transition:all 0.5s ease 0s;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
}

.ur-product-card .feature-image .product-overlay .product-btns {
  width:150px;
  height:50px;
  background-color:var(--white-color);
  overflow:hidden;
}

.ur-product-card .feature-image .product-overlay .product-btns a {
  background-color:var(--white-color);
  color:var(--primary-color);
  width:50px;
  height:50px;
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  flex-shrink:0;
}

.ur-product-card .feature-image .product-overlay .product-btns a:hover {
  color:var(--secondary-color);
}

.ur-product-card .feature-image .product-overlay .product-btns a:hover i,
.ur-product-card .feature-image .product-overlay .product-btns a:hover svg {
  animation:0.3s ease 0s 1 normal forwards running toTopFromBottom;
}

.ur-product-card .feature-image .product-overlay .product-btns a+a {
  position:relative;
}

.ur-product-card .feature-image .product-overlay .product-btns a+a::before {
  content:"";
  position:absolute;
  left:0px;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:20px;
  background-color:var(--border-gray);
}

.ur-product-card .product-title {
  transition:var(--transition-base);
}

.ur-product-card .product-title:hover {
  color:var(--secondary-color);
}

.ur-product-card:hover .coupon-badge {
  background-color:var(--secondary-color);
  color:var(--white-color);
}

.ur-product-card:hover .feature-image img {
  transform:scale(1.1);
}

.ur-product-card:hover .feature-image .product-overlay {
  transform:translate(-50%, -50%) scale(1) rotate(0deg);
  opacity:1;
  visibility:visible;
}

@media (max-width:575.98px) {
  .ur-product-card.card-sm-small {
    max-width:400px;
    margin-left:auto;
    margin-right:auto;
  }
}

.quantity-box {
  padding:10px 12px;
  border:1px solid var(--light-stroke);
  width:max-content;
}

.quantity-box button {
  width:30px;
  height:30px;
  background-color:var(--light-stroke);
  font-size:19px;
  padding:0px;
  transition:var(--transition-base);
}

.quantity-box input {
  max-width:50px;
  text-align:center;
  padding:0px;
  border:0px;
  font-weight:300;
  font-size:18px;
}

.horizontal-product-card {
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  gap:40px;
}

.horizontal-product-card .feature-image {
  width:300px;
  flex-shrink:0;
}

.horizontal-product-card .feature-image img {
  transition:var(--transition-base);
}

.horizontal-product-card .category-btn {
  font-size:12px;
  text-transform:uppercase;
  color:var(--secondary-color);
  display:inline-block;
  margin-bottom:8px;
}

.horizontal-product-card .product-title {
  display:block;
  margin-bottom:10px;
}

.horizontal-product-card .product-title h5 {
  transition:var(--transition-base);
}

.horizontal-product-card .product-title h5:hover {
  color:var(--secondary-color);
}

.horizontal-product-card .pricing span {
  font-size:14px;
}

.horizontal-product-card .pricing .current-price {
  color:var(--primary-color);
  font-weight:500;
}

.horizontal-product-card .pricing .sale-price {
  font-weight:300;
  position:relative;
}

.horizontal-product-card .pricing .sale-price::before {
  content:"";
  position:absolute;
  left:0px;
  top:50%;
  transform:translateY(-50%);
  width:100%;
  height:1px;
  background-color:var(--text-color);
}

.horizontal-product-card .add_to_cart_btn {
  padding:12px 32px;
  border:1px solid var(--primary-color);
  color:var(--primary-color);
  text-transform:uppercase;
  font-weight:500;
  transition:var(--transition-base);
}

.horizontal-product-card .add_to_cart_btn span {
  display:inline-block;
  transform:translateY(-2px);
}

.horizontal-product-card .add_to_cart_btn:hover {
  background-color:var(--primary-color);
  color:var(--white-color);
}

.horizontal-product-card .action_btn {
  width:50px;
  height:50px;
  border:1px solid var(--light-stroke);
  transition:var(--transition-base);
  border-radius:2px;
}

.horizontal-product-card .action_btn svg path {
  transition:var(--transition-base);
}

.horizontal-product-card .action_btn:hover {
  background-color:var(--primary-color);
  color:var(--white-color);
}

.horizontal-product-card .action_btn:hover svg path {
  fill:var(--white-color);
}

.horizontal-product-card:hover .feature-image img {
  transform:scale(1.05);
}

@media (max-width:1399.98px) {
  .horizontal-product-card {
    display:block;
  }

  .horizontal-product-card .feature-image {
    width:100%;
    margin-bottom:20px;
  }
}

.white-btn {
  background-color:var(--white-color);
  color:var(--primary-color);
}

.white-btn:hover {
  background-color:var(--primary-color);
  color:var(--white-color);
}

.ur3-product-card {
  background-color:var(--white-color);
  position:relative;
}

.ur3-product-card::before,
.ur3-product-card::after {
  content:"";
  position:absolute;
  left:0px;
  top:0px;
  background-color:var(--light-stroke);
  transition:all 0.6s ease 0s;
}

.ur3-product-card::before {
  width:0px;
  height:2px;
}

.ur3-product-card::after {
  width:2px;
  height:2px;
}

.ur3-product-card .card-items {
  padding:0px 24px 60px;
  position:relative;
}

.ur3-product-card .card-items::before,
.ur3-product-card .card-items::after {
  content:"";
  position:absolute;
  right:0px;
  bottom:0px;
  background-color:var(--light-stroke);
  transition:all 0.6s ease 0s;
}

.ur3-product-card .card-items::before {
  width:2px;
  height:0px;
}

.ur3-product-card .card-items::after {
  width:0px;
  height:3px;
}

.ur3-product-card .ur-badge {
  padding:4px 12px;
  box-shadow:rgba(0, 0, 0, 0.1) 0px 4px 23px;
  right:20px;
  top:20px;
  z-index:2;
  font-size:14px;
  transition:var(--transition-base);
}

.ur3-product-card .ur-badge.sale-badge {
  background-color:var(--secondary-color);
  color:var(--white-color);
}

.ur3-product-card .ur-badge.coupon-badge {
  background-color:var(--primary-color);
  color:var(--white-color);
}

.ur3-product-card .feature-image img {
  transition:var(--transition-base);
}

.ur3-product-card h4 {
  transition:var(--transition-base);
}

.ur3-product-card h4:hover {
  color:var(--secondary-color);
}

.ur3-product-card:hover::before {
  width:100%;
}

.ur3-product-card:hover::after {
  height:100%;
}

.ur3-product-card:hover .card-items::before {
  height:100%;
}

.ur3-product-card:hover .card-items::after {
  width:100%;
}

.ur3-product-card:hover .feature-image img {
  transform:scale(1.03);
}

.ur3-product-card-2 {
  background:rgb(255, 255, 255);
  transition:var(--transition-base);
  position:relative;
  border: 1px solid #e6e6e691;
  padding: 6px;
  min-height:337px;
}

.ur3-product-card-2.right-border::after {}

.ur3-product-card-2 .coupon-badge {
  background-color:rgb(101, 129, 154);
  box-shadow:var(--box-shadow);
  transition:var(--transition-base);
  font-size:13px;
  padding:2px 10px;
  right:15px;
  top:15px;
  z-index:2;
  color:rgb(255, 255, 255);
}

.ur3-product-card-2 .feature-image {
  /* padding: 5px; */
  position:relative;
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
}

.ur3-product-card-2 .feature-image .product-image {
  transition:var(--transition-base);
  /* max-width:200px; */
}

.ur3-product-card-2 .feature-image .hover-product {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  max-width:200px;
  opacity:0;
}

.ur3-product-card-2 .feature-image .product-btns {
  width:140px;
  height:37px;
  background-color:#65819a;
  position:absolute;
  left:50%;
  top:calc(50% + 10px);
  transform:translate(-50%, -50%) scale(0.8);
  opacity:0;
  visibility:hidden;
  overflow:hidden;
  box-shadow:rgba(0, 0, 0, 0.1) 0px 12px 16px;
  transition:var(--transition-base);
}

.ur3-product-card-2 .feature-image .product-btns a {
  background-color:#65819a;
  color:#ffffff;
  width:100%;
  height:35px;
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  flex-shrink:0;
  font-size:14px !important;
  text-transform:uppercase;
}

.ur3-product-card-2 .feature-image .product-btns a:hover {
  color:#ffffff;
}

.ur3-product-card-2 .feature-image .product-btns a:hover i,
.ur3-product-card-2 .feature-image .product-btns a:hover svg {
  animation:0.3s ease 0s 1 normal forwards running toTopFromBottom;
}

.ur3-product-card-2 .feature-image .product-btns a+a {
  position:relative;
}

.ur3-product-card-2 .feature-image .product-btns a+a::before {
  content:"";
  position:absolute;
  left:0px;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:20px;
  background-color:var(--border-gray);
}

.ur3-product-card-2 h4 {
  font-size:15px;
  transition:var(--transition-base);
  font-family:Poppins, sans-serif;
  font-weight:500 !important;
  color:rgb(101, 101, 101);
}

.ur3-product-card-2 h4:hover {
  color:var(--secondary-color);
}

.ur3-product-card-2:hover .coupon-badge {
  background-color:var(--primary-color);
  color:var(--white-color);
}

.ur3-product-card-2:hover .feature-image .product-image {
  /* opacity:0; */
}

.ur3-product-card-2:hover .feature-image .hover-product {
  opacity:0.7;
  animation:1s linear 0s 1 normal none running product-hover;
}

.ur3-product-card-2:hover .feature-image .product-btns {
  opacity:1;
  top:90%;
  transform:translate(-50%, -50%) scale(1);
  visibility:visible;
}

@media (max-width:1199.98px) {
  .ur3-product-card-2 {
    background-color:var(--white-color);
    box-shadow:var(--box-shadow);
  }

  .ur3-product-card-2.right-border::after {
    display:none;
  }
}

@media (max-width:575.98px) {
  .ur3-product-card-2 {
    max-width:350px;
    margin:0px auto;
  }
}

.ur3-featured-product-box {
  padding:40px;
}

.footer-widget {
  margin-bottom:40px;
}

.footer-widget p {
  color:rgb(246, 246, 246);
}

.footer-social {
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  gap:10px;
}

.footer-social a {
  width:44px;
  height:44px;
  display:inline-block;
  border:1px solid var(--border-gray);
  border-radius:50%;
  text-align:center;
  line-height:44px;
  color:var(--primary-color);
}

.footer-social a:hover {
  background-color:var(--primary-color);
  color:var(--white-color);
  border-color:var(--primary-color);
}

.footer-links li+li {
  margin-top:10px;
}

.footer-links li a {
  font-weight:300;
  color:rgb(255, 255, 255);
  position:relative;
}



.footer-links li a:hover {
  color:rgb(226, 226, 226);
  padding-left:10px;
}

.footer-links li a:hover::before {
  opacity:1;
}

.footer-contact-list li {
  font-weight:300;
  color:var(--text-color);
}

.footer-contact-list li+li {
  margin-top:16px;
}

.footer-copyright {
  padding:40px 0px;
  border-top:1px solid var(--gray-200);
}

.footer-copyright .copyright-links li {
  display:inline-block;
}

.footer-copyright .copyright-links li a {
  display:block;
  color:var(--black-color);
  padding:6px 8px;
}

.footer-copyright .copyright-links li a:hover {
  color:var(--secondary-color);
}

.footer-social-style-2 a {
  color:rgb(255, 255, 255);
  margin-right:18px;
  border:1px solid rgba(255, 255, 255, 0.19);
  height:30px;
  width:30px;
  padding:5px;
  display:inline-block;
  text-align:center;
  line-height:20px;
  font-size:13px;
}

.footer-social-style-2 a:hover {
  color:var(--secondary-color);
  background:rgb(255, 255, 255);
}

.footer-social-style-2 a:hover i {
  animation:0.4s ease 0s 1 normal forwards running toTopFromBottom;
}

.ur2-footer-newsletter {
  border-top:1px solid rgba(255, 255, 255, 0.14);
  border-bottom:1px solid rgba(255, 255, 255, 0.14);
}

.ur2-newsletter-form {
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  gap:15px;
}

.ur2-newsletter-form input[type="email"] {
  width:100%;
}

.ur2-newsletter-form button {
  flex-shrink:0;
}

@media (max-width:400px) {
  .ur2-newsletter-form {
    flex-wrap:wrap;
  }
}

@media (max-width:1460px) {
  .ur3-footer-widget h3 {
    font-size:30px;
  }

  .ur3-footer-widget .widget-title {
    font-size:19px;
  }
}

@media (max-width:1399.98px) {
  .ur3-footer-widget .widget-title {
    font-size:18px;
  }
}

.footer-instagram-gallery {
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
  max-width:500px;
}

.footer-instagram-gallery li {
  width:calc(33% - 15px);
  position:relative;
  overflow:hidden;
}

.footer-instagram-gallery li::before {
  content:"";
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color:rgba(0, 0, 0, 0.45);
  z-index:1;
  transform:scale(0.7);
  opacity:0;
  transition:var(--transition-base);
}

.footer-instagram-gallery li img {
  transform:scale(1.1);
  transition:var(--transition-base);
}

.footer-instagram-gallery li a {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%) scale(0);
  width:50px;
  height:50px;
  background-color:var(--white-color);
  border-radius:50%;
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  z-index:2;
  color:var(--secondary-color);
  transition:var(--transition-base);
}

.footer-instagram-gallery li a:hover {
  background-color:var(--primary-color);
  color:var(--white-color);
}

.footer-instagram-gallery li:hover::before {
  opacity:1;
  transform:scale(1);
}

.footer-instagram-gallery li:hover img {
  transform:scale(1);
}

.footer-instagram-gallery li:hover a {
  transform:translate(-50%, -50%) scale(1);
}

@media (max-width:1199.98px) {
  .footer-instagram-gallery {
    gap:15px;
    -webkit-box-pack:start;
    justify-content:flex-start;
  }

  .footer-instagram-gallery li {
    width:calc(33% - 10px);
  }
}

@media (max-width:575.98px) {
  .footer-instagram-gallery {
    gap:10px;
  }

  .footer-instagram-gallery li {
    width:calc(33% - 6px);
  }
}

.ur3-footer-links li {
  display:block;
}

.ur3-footer-links li+li {}

.ur3-footer-links li a {
  color:rgb(141, 141, 141);
  position:relative;
  display:block;
}

.ur3-footer-links li a::before {
  position:absolute;
  left:0px;
  top:12px;
  width:5px;
  height:5px;
  background-color:var(--secondary-color);
  border-radius:50%;
}

.ur3-footer-links li a:hover {}

.ur3-footer-social {
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  gap:10px;
}

.ur3-footer-social a {
  width:44px;
  height:44px;
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  border:1px solid rgb(255, 255, 255);
  color:var(--white-color);
  border-radius:50%;
}

.ur3-footer-social a:hover {
  color:rgb(255, 255, 255);
  border-color:rgb(255, 255, 255);
}

.ur3-footer-social a:hover i {
  animation:0.4s ease 0s 1 normal forwards running toTopFromBottom;
}

.ur3-newsletter-box {
  padding:60px 0px;
  border-top:1px solid var(--ur3-stroke);
  border-bottom:1px solid var(--ur3-stroke);
}

.ur3-newsletter-content {
  max-width:370px;
}

.ur3-footer-copyright {
  padding:15px 0px;
  border-top:1px solid rgba(255, 255, 255, 0.15);
  margin-top:40px;
}

.offcanvus-box {
  width:425px;
  z-index:100;
  top:0px;
  right:-430px;
  height:100vh;
  overflow-y:scroll;
  transition:var(--transition-base);
}

.offcanvus-box.active {
  right:0px;
}

.offcanvus-box .offcanvus-close {
  position:absolute;
  left:30px;
  top:30px;
  color:var(--primary-color);
}

.offcanvus-box .offcanvus-close:hover {
  color:var(--secondary-color);
}

.offcanvus-box .content-top {
  text-align:center;
  padding:120px 60px 100px;
}

.offcanvus-box .content-top p {
  line-height:26px;
}

.offcanvus-box .offcanvus-gallery {
  padding:0px 40px;
  gap:10px;
}

.offcanvus-box .offcanvus-gallery a {
  width:calc(33% - 6px);
  overflow:hidden;
}

.offcanvus-box .offcanvus-gallery a img {
  max-width:100%;
  transition:var(--transition-base);
}

.offcanvus-box .offcanvus-gallery a img:hover {
  transform:scale(1.1);
}

.offcanvus-box .offcanvus-newsletter {
  padding:100px 40px;
}

.offcanvus-box .offcanvus-bottom {
  border-top:1px solid var(--gray-color);
  padding:20px 40px;
}

.offcanvus-box .user-links a {
  color:var(--primary-color);
}

.offcanvus-box .user-links a:hover {
  color:var(--secondary-color);
}

.language-switcher button {
  font-size:15px;
}

.language-switcher button img {
  margin-right:8px;
}

.language-switcher .dropdown-menu {
  border-radius:0px;
  border-color:var(--gray-color);
}

.language-switcher .dropdown-menu li+li {
  border-top:1px solid var(--light-color);
}

.language-switcher .dropdown-menu li a {
  padding:4px 12px;
  display:block;
  color:var(--primary-color);
  font-size:15px;
}

.language-switcher .dropdown-menu li a img {
  margin-right:8px;
  max-width:29px;
}

.mobile-menu {
  width:300px;
  height:100vh;
  position:fixed;
  top:0px;
  left:-310px;
  background-color:var(--white-color);
  z-index: 999999;
  padding:60px 24px;
  overflow-y:scroll;
  transition:var(--transition-base);
}

.mobile-menu .close {
  position:absolute;
  right:20px;
  top:20px;
  color:var(--primary-color);
}

.mobile-menu .close:hover {
  color:var(--secondary-color);
}

.mobile-menu .logo {
  width:100%;
  display:block;
  background-color:var(--primary-color);
  text-align:center;
}

.mobile-menu .mobile-nav-menu {
  margin-top:32px;
}

.mobile-menu .mobile-nav-menu li {
  display:block;
}

.mobile-menu .mobile-nav-menu li+li {
  border-top:1px solid var(--light-stroke);
}

.mobile-menu .mobile-nav-menu li a {
  display:block;
  color:var(--primary-color);
  padding:10px 0px;
}

.mobile-menu .mobile-nav-menu li.has-submenu {
  position:relative;
}

.mobile-menu .mobile-nav-menu li.has-submenu>i {
  position:absolute;
  right:0px;
  top:6px;
  padding:8px;
  transition:var(--transition-base);
}

.mobile-menu .mobile-nav-menu li.has-submenu>i.icon-rotate {
  transform:rotate(180deg);
}

.mobile-menu .mobile-nav-menu li.has-submenu>.submenu-wrapper {
  padding-left:15px;
  display:none;
}

.mobile-menu .mobile-search input {
  width:100%;
}

.mobile-menu .mobile-search button span {
  padding:0px;
  width:50px;
  height:50px;
}

.mobile-menu.active {
  left:0px;
}

.ur-search-form {
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100vh;
  background-color:var(--primary-overlay);
  z-index:100;
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:var(--transition-base);
}

.ur-search-form .close {
  position:absolute;
  right:24px;
  top:24px;
  font-size:18px;
  color:var(--white-color);
}

.ur-search-form .close:hover {
  color:var(--secondary-color);
}

.ur-search-form form {
  background-color:var(--white-color);
}

.ur-search-form form input {
  background-color:var(--white-color);
}

.ur-search-form form button {
  border-left:1px solid var(--light-stroke);
  width:60px;
  transition:var(--transition-base);
  font-weight:700;
}

.ur-search-form form button:hover {
  color:var(--secondary-color);
}

.ur-search-form.active {
  opacity:1;
  visibility:visible;
}

.cart-drawer {
  top:0px;
  right:-390px;
  background-color:var(--white-color);
  z-index:200;
  width:380px;
  height:100vh;
  padding:30px;
  box-shadow:var(--box-shadow);
  transition:var(--transition-base);
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  flex-direction:column;
  -webkit-box-pack:justify;
  justify-content:space-between;
}

.cart-drawer .cart-list {
  margin-top:100px;
  max-height:calc(-100px + 100vh);
  overflow-y:scroll;
  padding-bottom:15px;
}

.cart-drawer .cart-list::-webkit-scrollbar {
  display:none;
}

.cart-drawer li+li {
  margin-top:20px;
}

.cart-drawer .feature-image {
  max-width:90px;
  flex-shrink:0;
  padding:10px;
}

.cart-drawer .feature-image img {
  transition:var(--transition-base);
}

.cart-drawer .feature-image:hover img {
  transform:scale(1.05);
}

.cart-drawer h6 {
  transition:var(--transition-base);
}

.cart-drawer h6:hover {
  color:var(--secondary-color);
}

.cart-drawer .quantity input {
  max-width:50px;
  border:1px solid var(--light-stroke);
  padding:4px;
  text-align:center;
}

.cart-drawer .quantity .step-btns::before {
  content:"";
  position:absolute;
  left:0px;
  top:50%;
  width:100%;
  height:1px;
  background-color:var(--light-stroke);
}

.cart-drawer .quantity .step-btns button {
  font-size:10px;
  padding:0px;
  display:block;
}

.cart-drawer .close {
  font-size:14px;
  color:var(--text-color);
}

.cart-drawer .close:hover {
  color:var(--secondary-color);
}

.cart-drawer .drawer-close {
  font-size:15px;
  color:var(--primary-color);
}

.cart-drawer .drawer-close:hover {
  color:var(--secondary-color);
}

.cart-drawer.active {
  right:0px;
}

@media (max-width:460px) {
  .cart-drawer {
    width:360px;
  }
}

.ur-icon-box h6 {
  font-size:16px;
}

.ur-icon-box span {
  color:var(--text-color);
}

.ur2-banner-box {
  padding:160px 100px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:right center;
}

.ur2-banner-box .ur2-banner-title {
  font-size:80px;
  line-height:1.1em;
}

@media (max-width:1600px) {
  .ur2-banner-box .ur2-banner-title {
    font-size:70px;
  }
}

@media (max-width:1399.98px) {
  .ur2-banner-box .ur2-banner-title {
    font-size:55px;
  }
}

@media (max-width:991.98px) {
  .ur2-banner-box .ur2-banner-title {
    font-size:48px;
  }
}

@media (max-width:767.98px) {
  .ur2-banner-box {
    padding:130px 80px;
  }
}

@media (max-width:575.98px) {
  .ur2-banner-box {
    padding:120px 24px;
  }
}

.breadcrumb-section {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:right center;
  padding:10px 0;
      display: none;
}

.breadcrumb-text a {
  margin-right:5px;
  color:var(--text-color);
  display:inline-block;
  font-size:12px;
}

.breadcrumb-text a:hover {
  color:var(--secondary-color);
}

.breadcrumb-text span {
  margin-left:5px;
  color: #000000;
  font-weight: 500;
  font-size: 12px;
}

.sidebar-widget .widget-title::before {
  content:"";
  position:absolute;
  left:0px;
  bottom:-15px;
  width:50px;
  height:1px;
  background-color:var(--primary-color);
}

.sidebar-widget .sidebar-check-fields li {
  display:block;
}

.sidebar-widget .sidebar-check-fields li label {
  position:relative;
  display:block;
}

.sidebar-widget .sidebar-check-fields li label>span {
  padding-left:32px;
  display:block;
  position:relative;
  font-weight:300;
}

.sidebar-widget .sidebar-check-fields li label>span::before {
 content: '\f00c';
  font-family:FontAwesome;
  font-size:12px;
  text-align:center;
  line-height:17px;
  position:absolute;
  left:0px;
  top:50%;
  transform:translateY(-50%);
  width:18px;
  height:18px;
  border:1px solid var(--border-gray);
  color:transparent;
  transition:var(--transition-base);
}

.sidebar-widget .sidebar-check-fields li label>span span {
  float:right;
}

.sidebar-widget .sidebar-check-fields li label input {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:0;
}

.sidebar-widget .sidebar-check-fields li label input:checked~span::before {
  background-color:var(--primary-color);
  color:var(--white-color);
  border-color:var(--primary-color);
}

.sidebar-widget .sidebar-check-fields li+li {
  margin-top:18px;
}

.sidebar-widget .color-select li label {
  position:relative;
  display:block;
}

.sidebar-widget .color-select li label>span {
  padding-left:32px;
  display:block;
  font-weight:300;
  position:relative;
}

.sidebar-widget .color-select li label>span::before {
  content: '\f00c';
  font-family:FontAwesome;
  color:transparent;
  font-size:12px;
  text-align:center;
  line-height:20px;
  position:absolute;
  left:0px;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  border-radius:50%;
}

.sidebar-widget .color-select li label>span span {
  float:right;
}

.sidebar-widget .color-select li label>span.bg-soft-gold::before {
  background-color:rgb(235, 154, 60);
}

.sidebar-widget .color-select li label>span.bg-light-pink::before {
  background-color:rgb(250, 169, 217);
}

.sidebar-widget .color-select li label>span.bg-green-touch::before {
  background-color:rgb(153, 200, 141);
}

.sidebar-widget .color-select li label>span.bg-navy-blue::before {
  background-color:rgb(169, 191, 250);
}

.sidebar-widget .color-select li label>span.bg-gray-white::before {
  background-color:rgb(238, 234, 202);
}

.sidebar-widget .color-select li label input {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  opacity:0;
}

.sidebar-widget .color-select li label input:checked~span::before {
  color:var(--white-color);
}

.sidebar-widget .color-select li+li {
  margin-top:18px;
}

.products-widget .sidebar-products li .thumbnail {
  max-width:90px;
}

.products-widget .sidebar-products li+li {
  margin-top:24px;
}

.filter-widget .ur-pricing-range {
  border:0px;
  background-color:var(--border-gray);
  height:5px;
}

.filter-widget .ur-pricing-range .ui-slider-range {
  background-color:var(--secondary-color);
}

.filter-widget .ur-pricing-range .ui-slider-handle {
  width:15px;
  height:15px;
  border:2px solid var(--secondary-color);
  border-radius:0px;
  background-color:var(--white-color);
  padding:0px;
  outline:0px;
}

.filter-widget .ur-pricing-range .ui-slider-handle::before {
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  width:5px;
  height:5px;
  background-color:var(--secondary-color);
}

.filter-widget p {
  font-weight:300;
}

.filter-widget input {
  border:0px;
  font-weight:300;
}

.filter-widget .submit-btn {
  transition:var(--transition-base);
}

.filter-widget .submit-btn:hover {
  color:var(--secondary-color);
}

.latest-post-widget .latest-posts li+li {
  margin-top:25px;
}

.latest-post-widget .latest-posts .feature-image {
  width:90px;
  flex-shrink:0;
  overflow:hidden;
}

.latest-post-widget .latest-posts .feature-image img {
  transition:var(--transition-base);
}

.latest-post-widget .latest-posts .feature-image img:hover {
  transform:scale(1.05);
}

.latest-post-widget .latest-posts h6 {
  transition:var(--transition-base);
}

.latest-post-widget .latest-posts h6:hover {
  color:var(--secondary-color);
}

.tags-widget .tags {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.tags-widget .tags a {
  display:inline-block;
  padding:10px 22px;
  border:1px solid var(--light-stroke);
  font-size:14px;
  text-transform:uppercase;
  font-weight:400;
  color:var(--primary-color);
}

.tags-widget .tags a:hover {
  color:var(--white-color);
  background-color:var(--primary-color);
}

.instagram-widget .insta-posts {
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  gap:15px;
  flex-wrap:wrap;
}

.instagram-widget .insta-posts li {
  width:calc(33% - 10px);
  overflow:hidden;
}

.instagram-widget .insta-posts li img {
  transition:var(--transition-base);
}

.instagram-widget .insta-posts li img:hover {
  transform:scale(1.08);
}

.template-pagination li a {
  display:inline-block;
  background-color:var(--light-color);
  padding:9px 12px;
  color:var(--primary-color);
  font-size:14px;
}

.template-pagination li a:hover {
  background-color:var(--primary-color);
  color:var(--white-color);
}

.template-pagination li a.active {
  background-color:#4a647b;
  color:var(--white-color);
}

.theme-form {
  padding:20px;
  border:1px solid var(--light-stroke);
}

.theme-form label {
  font-size:18px;
  color:var(--primary-color);
  margin-bottom:20px;
  display:block;
}

.theme-form .theme-input {
  width:100%;
  display:block;
  background-color:transparent;
  border:1px solid var(--light-stroke);
  font-weight:300;
}

.theme-form .theme-input:focus {
  border-color:var(--primary-color);
}

@media (max-width:575.98px) {
  .theme-form {
    padding:30px;
  }
}

.help-box {
  border:1px solid var(--light-stroke);
  padding:32px 40px;
}

#product_quickview .modal-dialog {
  max-width:1400px;
}

#product_quickview .modal-dialog .modal-content {
  padding:32px;
  position:relative;
}

#product_quickview .modal-dialog .modal-content .btn-close {
  position:absolute;
  right:10px;
  top:10px;
  outline:0px;
  box-shadow:none;
}

#product_quickview .modal-dialog .modal-content .feature-image {
  height:100%;
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  padding:48px;
}

@media (max-width:1399.98px) {
  #product_quickview .modal-dialog {
    max-width:1200px;
  }

  #product_quickview .modal-dialog .modal-content .feature-image {
    min-height:450px;
  }

  #product_quickview .modal-dialog .modal-content .single-product-info {
    margin-top:32px;
  }
}

@media (max-width:1199.98px) {
  #product_quickview .modal-dialog {
    max-width:900px;
  }
}

@media (max-width:991.98px) {
  #product_quickview .modal-dialog {
    max-width:700px;
  }
}

@media (max-width:575.98px) {
  #product_quickview .modal-dialog .modal-content .feature-image {
    min-height:300px;
  }
}

.ur-hero-section {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.ur-hero-section .circle-white {
  width:1090px;
  height:1090px;
  background-color:var(--white-color);
  right:-60px;
  bottom:-380px;
}

@media (max-width:1399.98px) {
  .ur-hero-section .circle-white {
    width:900px;
    height:900px;
  }

  .ur-hero-section .circle-color {
    max-width:750px;
  }
}

@media (max-width:1199.98px) {
  .ur-hero-section {
    padding-top:100px;
  }
}

@media (max-width:460px) {
  .ur-hero-section .circle-color {
    display:none;
  }
}

.hero-title {
  font-size:53px;
  font-weight:700;
  letter-spacing:0.05em;
  color:rgb(0, 0, 0);
  text-transform:uppercase;
}

@media (max-width:1399.98px) {
  .video-sec {
    overflow:hidden;
    /* background:rgb(0, 0, 0); */
    /* height:370px !important; */
  }

  .hero-title {
    font-size:46px;
    line-height:1.2em;
  }

  .hero-left-content {
    padding: 150px 0px;
  }
}

@media (max-width:575.98px) {
  .hero-title {
    font-size:70px;
  }
}

@media (max-width:460px) {
  .hero-title {
    font-size:60px;
  }
}

.ur-hero-slider {
  width:100%;
}

.ur-hero-slider .slick-slide.slick-active .hero-subtitle {
  animation:1s ease 0s 1 normal none running theme_fadeInUp;
  color:rgb(101, 101, 101);
  font-size:14px;
  letter-spacing:0.02em;
  text-transform:uppercase;
  line-height:22px;
  font-family:Poppins, sans-serif;
  /*font-weight:500 !important;*/
}

.ur-hero-slider .slick-slide.slick-active .hero-title {
  animation:1.2s ease 0s 1 normal none running theme_fadeInUp;
}

.ur-hero-slider .slick-slide.slick-active .template-btn {
  animation:1.5s ease 0s 1 normal none running theme_fadeInUp;
}

.ur-hero-slider .slick-dots {
  text-align:center;
  width:40px;
  position:absolute;
  left:-140px;
  top:50%;
  transform:translateY(-50%);
}

.ur-hero-slider .slick-dots li {
  display:block;
  line-height:0;
}

.ur-hero-slider .slick-dots li+li {
  margin-top:20px;
}

.ur-hero-slider .slick-dots li button {
  width:22px;
  height:2px;
  background-color:var(--primary-color);
  opacity:0.2;
  font-size:0px;
  padding:0px;
  transition:var(--transition-base);
}

.ur-hero-slider .slick-dots li.slick-active button {
  opacity:1;
  width:40px;
}

.ur-hero-slider .prev-arrow,
.ur-hero-slider .next-arrow {
  position:absolute;
  font-size:21px;
}

.ur-hero-slider .prev-arrow {
  top:43%;
}

.ur-hero-slider .next-arrow {
  bottom:43%;
}

@media (max-width:1600px) {
  .ur-hero-slider .slick-dots {
    left:-70px;
  }

  .ur-hero-slider .prev-arrow,
  .ur-hero-slider .next-arrow {
    right:19px;
    z-index:22;
    color:rgb(0, 0, 0);
    background:rgb(255, 255, 255);
    height:30px;
    border:1px solid rgba(255, 255, 255, 0.33);
    width:30px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
  }
}

@media (max-width:1399.98px) {
  .ur-hero-slider {
    width:100%;
  }
}

@media (max-width:1260px) {
  .ur-hero-slider .slick-dots {
    display:none;
  }

  .ur-hero-slider .prev-arrow,
  .ur-hero-slider .next-arrow {
    display:none;
  }
}

.newsletter-form {
  padding:7px;
  border:1px solid var(--border-gray);
}

.newsletter-form input {
  width:100%;
  background-color:transparent;
  border:0px;
  padding-left:22px;
  font-weight:300;
}

.newsletter-form input::-webkit-input-placeholder {
  color:var(--primary-color);
}

.newsletter-form input::placeholder {
  color:var(--primary-color);
}

.newsletter-form .primary-btn {
  flex-shrink:0;
}

.newsletter-form .primary-btn span {
  padding:14px 42px;
}

.slider-spacing .slick-list {
  margin:0px -12px;
}

.slider-spacing .slick-list .slick-slide {
  margin:0px 2px;
}

.ur-ticker-wrapper {
  box-sizing:content-box;
  width:100%;
  padding-left:100%;
}

.ur-ticker-wrapper .ur-ticker {
  display:inline-block;
  white-space:nowrap;
  padding:26px 100% 26px 0px;
  animation:30s linear 0s infinite normal none running ticker;
  box-sizing:content-box;
}

.ur-ticker-wrapper .ur-ticker span {
  font-size:18px;
  font-weight:500;
  position:relative;
  display:inline-block;
  transition:var(--transition-base);
}

.ur-ticker-wrapper .ur-ticker span+span {
  margin-left:120px;
}

.ur-ticker-wrapper .ur-ticker span+span::before {
  content:"";
  position:absolute;
  left:-80px;
  width:40px;
  height:1px;
  background-color:var(--white-color);
  top:50%;
  transform:translateY(-50%);
  transition:var(--transition-base);
}

.ur-ticker-wrapper .ur-ticker span:hover {
  transform:translateY(-6px);
}

.ur-ticker-wrapper .ur-ticker span:hover::before {
  top:calc(50% + 6px);
}

.ur-ticker-wrapper .ur-ticker:hover {
  animation-play-state:paused;
}

.ur-cta-section .bg-shape {
  width:1600px;
  height:500px;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
}

.ur-cta-section .shape-image {
  right:-125px;
  bottom:120px;
}

@media (max-width:767.98px) {
  .ur-cta-section .bg-shape {
    display:none;
  }
}

.ur-cta-content h2 {
  line-height:70px;
}

.ur-cta-content h6 {
  line-height:1.5em;
}

@media (max-width:1199.98px) {
  .ur-cta-content h2 {
    line-height:1.2em;
  }
}

.feature-product-slider .prev-arrow,
.feature-product-slider .next-arrow {
  position:absolute;
  right:-6px;
  top:-90px;
  font-size:14px;
  color:var(--text-color);
  transition:var(--transition-base);
}

.feature-product-slider .prev-arrow:hover,
.feature-product-slider .next-arrow:hover {
  color:var(--primary-color);
}

.feature-product-slider .prev-arrow {
  right:25px;
}

.feature-product-slider .prev-arrow::after {
  content:"";
  width:1px;
  height:16px;
  background-color:var(--primary-color);
  position:absolute;
  right:-6px;
  opacity:0.2;
}

@media (max-width:575.98px) {

  .feature-product-slider .prev-arrow,
  .feature-product-slider .next-arrow {
    right:auto;
    bottom: -25px;
    top:auto;
  }

  .feature-product-slider .prev-arrow {
    right:auto;
    left: calc(50% - 35px);
  }

  .feature-product-slider .next-arrow {
    left:calc(50% + 14px);
  }
}

.ur-brand-slider .slick-track {
  display:flex;
  -webkit-box-align:center;
  align-items:center;
}

.ur-brand-single:hover img {
  animation:0.4s ease 0s 1 normal forwards running toTopFromBottom;
}

.ur-blog-card .feature-image {
  position:relative;
}

.ur-blog-card .feature-image img {
  transition:var(--transition-base);
}

.ur-blog-card .feature-image::before {
  content:"";
  position:absolute;
  top:0px;
  left:-75%;
  z-index:2;
  display:block;
  width:50%;
  height:100%;
  background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform:skewX(-25deg);
}

.ur-blog-card .explore-btn {
  font-size:14px;
  font-weight: 700;
  color:var(--primary-color);
  text-transform:uppercase;
  /* text-decoration:underline; */
  /* text-align: right; */
}

.ur-blog-card .explore-btn:hover {
  color:var(--secondary-color);
}

.ur-blog-card h4 {
  transition:var(--transition-base);
}

.ur-blog-card h4:hover {
  color:var(--secondary-color);
}

.ur-blog-card:hover .feature-image img {
  /* transform:scale(1.1); */
}

.ur-blog-card:hover .feature-image::before {
  animation:0.75s ease 0s 1 normal none running shine;
}

.feedback-section {
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

@media (max-width:1399.98px) {
  .feedback-section .neaklace-shape {
    max-width:190px;
  }
}

.ur-feedback-slider .slick-dots {
  margin-top: 20px;
  /* text-align: center; */
}

.ur-feedback-slider .slick-dots li {
  width:21px;
  height:21px;
  border: 1px solid #4a647b;
  border-radius:50%;
  display:inline-block;
  padding:5px;
  margin-right:6px;
  transition:var(--transition-base);
}

.ur-feedback-slider .slick-dots li button {
  width:100%;
  height:100%;
  background-color: #4a647b;
  border-radius:50%;
  padding:0px;
  font-size:0px;
  display:block;
}

.ur-feedback-slider .slick-dots li.slick-active {
  background: #4a647b;
}

.ur-feedback-single p {
  /* font-size: 15px; */
  color:var(--text-color);
}

.deal-section {
  padding:180px 0px;
}

.deal-section .dark-overlay {
  width:calc(100% - 120px);
  height:calc(100% - 120px);
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  background-color:var(--border-dark);
  z-index:-1;
}

@media (max-width:1399.98px) {
  .deal-section {
    padding:120px 0px;
  }
}

@media (max-width:767.98px) {
  .deal-section {
    padding:70px 0px;
  }
}

.ur-tab-control {
  display:block;
}

.ur-tab-control li {
  display:block;
}

.ur-tab-control li+li {
  margin-top:32px;
}

.ur-tab-control li a {
  font-size:24px;
  font-weight:300;
  color:var(--white-color);
  position:relative;
}

.ur-tab-control li a::before {
  content:"";
  position:absolute;
  left:0px;
  width:0px;
  height:1px;
  background-color:var(--secondary-color);
  bottom:7px;
  transition:var(--transition-base);
}

.ur-tab-control li a.active {
  padding-left:70px;
  color:var(--secondary-color);
}

.ur-tab-control li a.active::before {
  width:40px;
}

.instagram-slide-single .item-overlay {
  width:100%;
  height:100%;
  overflow:hidden;
  background-color:rgba(0, 0, 0, 0.6);
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  position:absolute;
  left:0px;
  top:0px;
  transition:var(--transition-base);
}

.instagram-slide-single .item-overlay i {
  width:50px;
  height:50px;
  background-color:var(--white-color);
  border-radius:50%;
  text-align:center;
  line-height:50px;
  color:var(--secondary-color);
  font-size:18px;
  transition:var(--transition-base);
}

.instagram-slide-single .item-overlay i:hover {
  transform:translateY(-10px);
}

.instagram-slider .prev-arrow,
.instagram-slider .next-arrow {
  position:absolute;
  width:350px;
  height:330px;
  z-index:2;
  top:50%;
  transform:translateY(-50%);
  opacity:0;
}

.instagram-slider .prev-arrow {
  left:40px;
}

.instagram-slider .next-arrow {
  right:40px;
}

.instagram-slider .slick-slide {
  transform:scale(0.8);
  transition:var(--transition-base);
}

.instagram-slider .slick-slide .instagram-slide-single .item-overlay {
  width:0px;
  right:0px;
  left:auto;
}

.instagram-slider .slick-slide.slick-center {
  transform:scale(1);
}

.instagram-slider .slick-slide.slick-center .instagram-slide-single .item-overlay {
  left:0px;
  right:auto;
  width:100%;
}

@media (max-width:1399.98px) {

  .instagram-slider .prev-arrow,
  .instagram-slider .next-arrow {
    width:290px;
    height:280px;
  }
}

@media (max-width:1199.98px) {

  .instagram-slider .prev-arrow,
  .instagram-slider .next-arrow {
    width:240px;
    height:230px;
  }
}

@media (max-width:991.98px) {

  .instagram-slider .prev-arrow,
  .instagram-slider .next-arrow {
    width:170px;
    height:170px;
  }

  .instagram-slider .prev-arrow {
    left:30px;
  }

  .instagram-slider .next-arrow {
    right:30px;
  }
}

@media (max-width:767.98px) {

  .instagram-slider .prev-arrow,
  .instagram-slider .next-arrow {
    display:none;
  }

  .instagram-slider .slick-list {
    margin:0px -12px;
  }

  .instagram-slider .slick-slide {
    transform:scale(1);
    margin:0px 12px;
  }

  .instagram-slider .slick-slide .instagram-slide-single:hover .item-overlay {
    left:0px;
    right:auto;
    width:100%;
  }
}

.ur2-hero-section {
  background-size:0px;
  background-repeat:no-repeat;
  background-position:center center;
  z-index:1;
}

.ur2-hero-section::before {
  content:"";
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color:var(--primary-light-overlay);
  z-index:-1;
  display:none;
}

.ur2-hero-section .banner-1 {
  animation:1.1s ease 0s 1 normal none running theme_fadeInUp;
}

.ur2-hero-section .banner-2 {
  animation:1.2s ease 0s 1 normal none running theme_fadeInUp;
}

.ur2-hero-section .banner-3 {
  animation:1.5s ease 0s 1 normal none running theme_fadeInUp;
}

@media (max-width:1199.98px) {
  .ur2-hero-section {
    background-size:cover;
    padding:350px 0px;
  }

  .ur2-hero-section::before {
    display:block;
  }
}

@media (max-width:767.98px) {
  .ur2-hero-section {
    padding:225px 0px 250px;
  }
}

.ur2-hero-content {
  gap:140px;
}

.ur2-hero-social {
  position:absolute;
  left:12px;
  bottom:80px;
  gap:24px;
}

.ur2-hero-social a {
  font-size:14px;
  font-weight:300;
  color:var(--primary-color);
  text-transform:uppercase;
  position:relative;
}

.ur2-hero-social a::before {
  content:"";
  position:absolute;
  right:0px;
  top:50%;
  transform:translateY(-50%);
  width:0px;
  height:1px;
  background-color:var(--primary-color);
  transition:var(--transition-base);
}

.ur2-hero-social a:hover::before {
  right:auto;
  left:0px;
  width:100%;
}

@media (max-width:1199.98px) {
  .ur2-hero-social {
    bottom:-200px;
    left:50%;
    transform:translateX(-50%);
  }

  .ur2-hero-social a {
    color:var(--white-color);
  }
}

@media (max-width:767.98px) {
  .ur2-hero-social {
    bottom:-170px;
  }
}

.ur2-hero-text {
  position:absolute;
  left:0px;
  top:54%;
  width:100%;
  transform:translateY(-50%);
  text-align:center;
}

.ur2-hero-text h1 {
  font-size:120px;
  text-align:right;
}

.ur2-hero-text h1 span {
  color:var(--white-color);
  margin:0px 100px;
}

.ur2-hero-text>.title {
  position:relative;
  color:var(--white-color);
  display:inline-block;
  font-weight:300;
  text-transform:uppercase;
}

.ur2-hero-text>.title::before {
  content:"";
  position:absolute;
  right:calc(100% + 10px);
  top:50%;
  transform:translateY(-50%);
  width:253px;
  height:1px;
  background-color:var(--white-color);
}

.ur2-hero-text>.title::after {
  content:"";
  position:absolute;
  left:calc(100% + 10px);
  top:50%;
  transform:translateY(-50%);
  width:253px;
  height:1px;
  background-color:var(--white-color);
}

@media (max-width:1600px) {
  .ur2-hero-text h1 {
    font-size:110px;
  }
}

@media (max-width:1460px) {
  .ur2-hero-text h1 {
    font-size:100px;
  }
}

@media (max-width:1399.98px) {
  .ur2-hero-text h1 span {
    margin:0px 50px;
  }
}

@media (max-width:1260px) {
  .ur2-hero-text h1 span {
    margin:0px;
  }
}

@media (max-width:1199.98px) {
  .ur2-hero-text h1 {
    text-align:center;
    color:var(--white-color);
  }
}

@media (max-width:767.98px) {
  .ur2-hero-text h1 {
    font-size:60px;
  }

  .ur2-hero-text>.title::before {
    width:60px;
  }

  .ur2-hero-text>.title::after {
    width:60px;
  }
}

@media (max-width:460px) {
  .ur2-hero-text h1 {
    font-size:50px;
  }
}

.ur2-ct-box {
  border-radius:30px;
  overflow:hidden;
  background-color:var(--white-color);
  border:1px solid var(--gray-100);
  box-shadow:var(--box-shadow);
  transition:var(--transition-base);
  position:relative;
  z-index:1;
}

.ur2-ct-box::after {
  content:"";
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  height:0px;
  background-color:var(--secondary-color);
  transition:all 0.5s ease 0s;
  z-index:-1;
}

.ur2-ct-box .feature-image {
  border-radius:30px;
}

.ur2-ct-box .feature-image img {
  border-radius:30px;
  transition:var(--transition-base);
}

.ur2-ct-box h4 {
  font-size:22px;
  transition:var(--transition-base);
}

.ur2-ct-box span {
  transition:var(--transition-base);
}

.ur2-ct-box:hover {
  transform:translateY(-10px);
  background-color:var(--secondary-color);
}

.ur2-ct-box:hover::after {
  height:50%;
}

.ur2-ct-box:hover h4 {
  color:var(--white-color);
}

.ur2-ct-box:hover span {
  color:var(--white-color);
}

.ur2-ct-box:hover .feature-image img {
  transform:scale(1.1);
}

@media (max-width:1199.98px) {
  .ur2-ct-box {
    width:calc(33% - 14px);
  }
}

@media (max-width:991.98px) {
  .ur2-ct-box {
    width:calc(33% - 15px);
  }
}

@media (max-width:767.98px) {
  .ur2-ct-box {
    width:calc(50% - 15px);
  }
}

@media (max-width:400px) {
  .ur2-ct-box {
    width:auto;
    max-width:360px;
  }
}

.ur2-feedback-slider {
  max-width:1010px;
  margin:0px auto;
  position:relative;
}

.ur2-feedback-slider .prev-arrow,
.ur2-feedback-slider .next-arrow {
  position:absolute;
  top:calc(50% + 40px);
  color:var(--text-color);
  transition:var(--transition-base);
}

.ur2-feedback-slider .prev-arrow svg path,
.ur2-feedback-slider .next-arrow svg path {
  fill:var(--text-color);
  transition:var(--transition-base);
}

.ur2-feedback-slider .prev-arrow:hover,
.ur2-feedback-slider .next-arrow:hover {
  color:var(--primary-color);
}

.ur2-feedback-slider .prev-arrow:hover svg path,
.ur2-feedback-slider .next-arrow:hover svg path {
  fill:var(--primary-color);
}

.ur2-feedback-slider .prev-arrow {
  left:-115px;
}

.ur2-feedback-slider .next-arrow {
  right:-115px;
}

@media (max-width:1399.98px) {
  .ur2-feedback-slider .prev-arrow {
    left:-80px;
  }

  .ur2-feedback-slider .next-arrow {
    right:-80px;
  }
}

@media (max-width:1199.98px) {
  .ur2-feedback-slider {
    padding-bottom:60px;
  }

  .ur2-feedback-slider .prev-arrow,
  .ur2-feedback-slider .next-arrow {
    top:auto;
    bottom:-40px;
  }

  .ur2-feedback-slider .prev-arrow {
    left:calc(50% - 60px);
  }

  .ur2-feedback-slider .next-arrow {
    right:calc(50% - 60px);
  }
}

@media (max-width:767.98px) {

  .ur2-feedback-slider .prev-arrow,
  .ur2-feedback-slider .next-arrow {
    bottom:0px;
  }
}

@media (max-width:767.98px) {
  .ur2-feedback-single h2 {
    font-size:24px;
    line-height:1.5em;
  }
}

@media (max-width:400px) {
  .ur2-feedback-single h2 {
    font-size:20px;
  }
}

.ur2-blog-card {
  transition:var(--transition-base);
}

.ur2-blog-card .blog-author {
  background-color:var(--primary-color);
  color:var(--white-color);
  padding:4px 20px;
}

.ur2-blog-card .feature-image {
  position:relative;
}

.ur2-blog-card .feature-image::before {
  content:"";
  position:absolute;
  top:0px;
  left:-76%;
  z-index:2;
  display:block;
  width:50%;
  height:100%;
  background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform:skewX(-25deg);
}

.ur2-blog-card .feature-image img {
  transition:var(--transition-base);
}

.ur2-blog-card h4 {
  transition:var(--transition-base);
}

.ur2-blog-card h4:hover {
  color:var(--secondary-color);
}

.ur2-blog-card .explore-btn {
  color:var(--primary-color);
  text-decoration:underline;
  text-transform:uppercase;
}

.ur2-blog-card .explore-btn:hover {
  color:var(--secondary-color);
}

.ur2-blog-card:hover .feature-image img {
  transform:scale(1.1);
}

.ur2-blog-card:hover .feature-image::before {
  animation:0.75s ease 0s 1 normal none running shine;
}

.ur-instagram-slider {
  max-width:calc(100% - 80px);
  margin:0px auto;
}

.ur-instagram-post {
  overflow:hidden;
}

.ur-instagram-post img {
  transition:var(--transition-base);
  transform:scale(1.1);
}

.ur-instagram-post .post-overlay {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  overflow:hidden;
  background-color:var(--primary-light-overlay);
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  flex-direction:column;
  transform:scale(0.7);
  opacity:0;
  visibility:hidden;
  transition:var(--transition-base);
}

.ur-instagram-post .post-overlay p {
  font-size:24px;
  text-align:center;
  padding:0px 30px;
}

.ur-instagram-post .post-overlay .explore-btn {
  bottom:60px;
  width:50px;
  height:50px;
  background-color:var(--white-color);
  color:var(--secondary-color);
  border-radius:50%;
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
}

.ur-instagram-post .post-overlay .explore-btn:hover {
  bottom:65px;
  background-color:var(--primary-color);
  color:var(--white-color);
}

.ur-instagram-post:hover img {
  transform:scale(1);
}

.ur-instagram-post:hover .post-overlay {
  transform:scale(1);
  opacity:1;
  visibility:visible;
}

@media (max-width:767.98px) {
  .ur-instagram-post .post-overlay p {
    font-size:20px;
  }
}

.ur2-offer-section .overlay-shape {
  background-repeat:no-repeat;
  background-size:cover;
  opacity:0.15;
}

@media (max-width:1600px) {
  .ur2-offer-section .image-shape {
    display:none;
  }
}

@media (max-width:1199.98px) {
  .ur2-offer-section .offer-product-banner {
    display:none;
  }
}

.offer-product-banner {
  width:40%;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.offer-product-banner .save-badge {
  position:absolute;
  top:80px;
  left:80px;
  width:100px;
  height:100px;
  background-color:var(--secondary-color);
  border-radius:50%;
  color:var(--white-color);
  font-size:20px;
  font-weight:400;
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  text-align:center;
  line-height:1.3em;
}

.offer-countdown {
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  gap:60px;
}

.offer-countdown li {
  display:inline-block;
  position:relative;
}

.offer-countdown li .title {
  font-size:60px;
  color:var(--secondary-color);
  font-weight:600;
  display:block;
}

.offer-countdown li .subtitle {
  display:block;
  color:var(--white-color);
  text-transform:uppercase;
}

.offer-countdown li+li::before {
  content:":";
  position:absolute;
  left:-32px;
  top:10px;
  color:var(--secondary-color);
  font-size:40px;
}

@media (max-width:575.98px) {
  .offer-countdown {
    gap:40px;
  }

  .offer-countdown li .title {
    font-size:36px;
  }

  .offer-countdown li+li::before {
    font-size:32px;
    top:0px;
    left:-20px;
  }
}

.video-box {
  width:100%;
  height:550px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.video-box .template-video-btn {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  z-index:2;
}

.video-box .template-video-btn:hover {
  transform:translate(-50%, -55%);
}

.about-mission-box {
  border-left:1px solid var(--light-stroke);
  border-right:1px solid var(--light-stroke);
  padding:0px 32px;
}

.ur2-accordion .accordion-item {
  border-right:0px;
  border-left:0px;
  border-image:initial;
  border-top:1px solid var(--gray-color);
  border-bottom:1px solid var(--gray-color);
  padding:22px 0px;
}

.ur2-accordion .accordion-item .accordion-header a {
  color:var(--primary-color);
}

.ur2-accordion .accordion-item+.accordion-item {
  border-top:0px;
}

.ab-feature-box {
  padding: 20px 15px;
  /* margin-top:30px; */
}

.ab-feature-box .icon-wrapper svg path {
  transition:var(--transition-base);
}

.ab-feature-box p {
  color:rgb(255, 255, 255);
}

.ab-feature-box .explore-btn {
  color:var(--white-color);
  position:relative;
}

.ab-feature-box .explore-btn::before {
  content:"";
  position:absolute;
  left:0px;
  bottom:-1px;
  width:calc(100% - 24px);
  height:1px;
  background-color:var(--white-color);
  transition:var(--transition-base);
}

.ab-feature-box .explore-btn:hover::before {
  width:0px;
}

.ab-feature-box:hover .icon-wrapper svg path {
  fill:var(--secondary-color);
}

.ur-team-card img {
  transition:var(--transition-base);
}

.ur-team-card .team-social {
  padding:22px 16px;
  background-color:var(--primary-color);
  text-align:center;
  position:absolute;
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  gap:15px;
  width:100%;
  left:0px;
  bottom:-100px;
  transition:var(--transition-base);
}

.ur-team-card .team-social a {
  width:42px;
  height:42px;
  border:1px solid var(--border-dark);
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  color:var(--white-color);
  border-radius:50%;
}

.ur-team-card .team-social a:hover {
  background-color:var(--white-color);
  color:var(--primary-color);
}

.ur-team-card:hover img {
  transform:scale(1.1);
}

.ur-team-card:hover .team-social {
  bottom:0px;
}

.layout-grid {
  padding:8px 12px;
  gap:12px;
  border:1px solid var(--light-stroke);
}

.layout-grid a {
  opacity:0.4;
}

.layout-grid a.active {
  opacity:1;
}

.coupon-banner {
  padding:60px 0px 60px 60px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:left bottom;
}

.product-single-slider {
  gap: 20px;
}

@media (max-width:767.98px) {
  .product-single-slider {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
  }

  .product-single-slider .product-nav-slider-wrapper {
    -webkit-box-ordinal-group:3;
    order:2;
  }

  .product-single-slider .product-main-slider-wrapper {
    -webkit-box-ordinal-group:2;
    order:1;
  }
}

.product-nav-slider-wrapper {
  width:125px;
  flex-shrink:0;
}

.product-nav-slider-wrapper .feature-image {
  height:100%;
  border:1px solid #dedede8c;
  padding: 0 !important;
}

.product-nav-slider-wrapper .product-nav-slider {
  height: 532px;
  overflow:hidden;
}

.product-nav-slider-wrapper .product-nav-slider .slick-slide+.slick-slide {
  margin-top:15px;
}

@media (max-width:767.98px) {
  .product-nav-slider-wrapper {
    width:100%;
  }

  .product-nav-slider-wrapper .product-nav-slider {
    height:auto;
  }

  .product-nav-slider-wrapper .product-nav-slider .slick-list {
    margin:0px -8px;
  }

  .product-nav-slider-wrapper .product-nav-slider .slick-list .slick-slide {
    margin:0px 8px;
  }
}

.product-main-slider-wrapper {
  width:100%;
  height:100%;
  overflow:hidden;
  /* border:1px solid #dedede8c; */
}

.single-product-slider .feature-image {
  width:100%;
  /* min-height:530px; */
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  /* padding:24px; */
  /* border:1px solid; */
}

@media (max-width:767.98px) {
  .single-product-slider .feature-image {
    min-height:auto;
  }
}

.single-product-info .pricing span {
  font-size: 22px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 500;
}
.mrp-text{
    font-size: 18px !important;
}

.single-product-info .pricing span.pricing-devider {
  margin:0px 4px;
}

.single-product-info .short-description {
  padding: 0;
  /*border-top:1px solid var(--light-stroke);*/
  /*border-bottom:1px solid var(--light-stroke);*/
  margin-top: 10px;
}

.single-product-info .add_to_cart_btn {
  padding: 10px 20px;
  background-color: #65819a;
  color:var(--white-color);
  border: 1px solid #65819a;
  transition:var(--transition-base);
  text-transform:capitalize;
}

.single-product-info .add_to_cart_btn svg path {
  transition:var(--transition-base);
}

.single-product-info .add_to_cart_btn:hover {
  background-color:transparent;
  border-color:var(--light-stroke);
  color:var(--primary-color);
}

.single-product-info .add_to_cart_btn:hover svg path {
  fill:var(--primary-color);
}

.single-product-info .wish_btn {
  transition:var(--transition-base);
  text-transform:uppercase;
}

.single-product-info .wish_btn:hover {
  color:var(--secondary-color);
}

.single-product-info .product-meta li {
  color:var(--text-color);
}

.single-product-info .product-meta li+li {
  margin-top:6px;
}

.single-product-features li {
  color:var(--primary-color);
  display: inline-block;
  width: 33%;
  text-align: center;
  /* border: 1px solid #efefef; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 13px;
}
.second-point-description{
    /* margin-left: 10px; */
    /* border-left: 1px solid #ccc; */
    /* padding-left: 16px; */
}
.single-product-features li+li {
  /* margin-top:16px; */
}
.single-product-tab .nav li a:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.single-product-tab .nav {
  gap:0;
  /*border-bottom:1px solid var(--light-stroke);*/
}
.description-box{
    border-bottom: none !important;
}
.single-product-tab .nav li a {
  font-size: 16px;
  color:var(--text-color);
  display:inline-block;
  padding:6px 0px;
  /* font-weight:600; */
  padding:6px 15px;
  background:#fff;
  border:1px solid #e8e8e8;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 29px;
}

.single-product-tab .nav li a.active {
  color:var(--primary-color);
  background:#000;
  /* padding:6px 10px; */
  color:#fff;
}

.single-product-tab .video-content {
  width:42%;
}

.single-product-tab .video-content .video-popup-btn {
  width:102px;
  height:102px;
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  border:1px solid var(--white-color);
  border-radius:50%;
  color:var(--white-color);
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  z-index:1;
  font-size:30px;
}

.single-product-tab .video-content .video-popup-btn:hover {
  transform:translate(-50%, -55%);
}

@media (max-width:991.98px) {
  .single-product-tab .video-content {
    width:100%;
  }
}

.prduct-reviews>li+li {
  margin-top:30px;
}

.prduct-reviews>li>img {
  width:130px;
  flex-shrink:0;
}

.product2-slider-system .rtl-slider-flex {
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  flex-direction:row;
  -webkit-box-pack:center;
  justify-content:center;
  box-sizing:border-box;
}

@media (max-width:1199.98px) {
  .product2-slider-system .rtl-slider-flex {
    display:block;
  }
}

.product2-slider-system .rtl-slider-flex .rtl-slider {
  width:70%;
  margin-right:25px;
  min-height:600px;
}

.product2-slider-system .rtl-slider-flex .rtl-slider .slick-list {
  margin:0px -12px;
}

.product2-slider-system .rtl-slider-flex .rtl-slider .slick-list .slick-slide {
  margin:0px 12px;
}

@media (max-width:1399.98px) {
  .product2-slider-system .rtl-slider-flex .rtl-slider {
    width:85%;
  }
}

@media (max-width:1199.98px) {
  .product2-slider-system .rtl-slider-flex .rtl-slider {
    width:100%;
    min-height:auto;
  }
}

.product2-slider-system .rtl-slider-flex .rtl-slider img {
  width:980px;
}

@media (max-width:1199.98px) {
  .product2-slider-system .rtl-slider-flex .rtl-slider img {
    width:97%;
  }
}

.product2-slider-system .rtl-slider-nav .rtl-slider-slide {
  margin-bottom:15px;
}

@media (max-width:1199.98px) {
  .product2-slider-system .rtl-slider-nav {
    margin-top:24px;
  }

  .product2-slider-system .rtl-slider-nav .slick-list {
    margin:0px -12px;
  }

  .product2-slider-system .rtl-slider-nav .slick-list .slick-slide {
    margin:0px 12px;
  }
}

.product2-slider-system .slick-slide.slick-current.slick-active .rtl-slider-slide {
  opacity:1;
}

.product-2-info-left {
  position:relative;
  padding-top:60px;
}

.product-2-info-left .single-product-info .countdown-content {
  max-width:590px;
  background-color:var(--primary-color);
  color:var(--white-color);
}

.product-2-info-left .single-product-info .countdown-content .countdown-flexign {
  display:flex;
  flex-wrap:wrap;
  -webkit-box-align:center;
  align-items:center;
  position:relative;
  gap:34px;
  padding:10px 30px;
}

@media (max-width:1399.98px) {
  .product-2-info-left .single-product-info .countdown-content .countdown-flexign {
    gap:10px;
  }
}

@media (max-width:1199.98px) {
  .product-2-info-left .single-product-info .countdown-content .countdown-flexign {
    flex-wrap:wrap;
  }
}

@media (max-width:1199.98px) {
  .product-2-info-left .single-product-info .countdown-content .countdown-flexign .conutdown-text {
    text-align:center;
    padding-bottom:10px;
  }
}

.product-2-info-left .single-product-info .countdown-content .countdown-flexign .conutdown-text span {
  font-size:14px;
  font-weight:400;
}

.product-2-info-left .single-product-info .countdown-content .countdown-flexign .conutdown-text i {
  margin-right:5px;
}

@media (max-width:1199.98px) {
  .product-2-info-left .single-product-info .countdown-content .countdown-flexign .countdown {
    text-align:center;
  }
}

.product-2-info-left .single-product-info .countdown-content .countdown-flexign .countdown ul li {
  display:inline-block;
  margin:0px 13px;
  font-size:12px;
  font-weight:400;
  font-family:var(--body-font);
  position:relative;
}

.product-2-info-left .single-product-info .countdown-content .countdown-flexign .countdown ul li .timer-count-number {
  display:block;
  text-align:center;
  font-size:20px;
  font-weight:500;
}

.product-2-info-left .single-product-info .countdown-content .countdown-flexign .countdown ul li .countdown-dots {
  position:absolute;
  top:13%;
  left:143%;
}

.accodinon-box {
  border:1px solid var(--light-stroke);
  padding:30px 40px;
}

@media (max-width:991.98px) {
  .accodinon-box {
    margin-top:30px;
  }
}

.accodinon-box .accordion .accordion-item {
  border-bottom:1px solid rgb(229, 229, 229);
}

.accodinon-box .accordion .accordion-item:last-child {
  border-bottom:none;
}

.accodinon-box .accordion button {
  position:relative;
  display:block;
  text-align:left;
  width:100%;
  padding:1em 0px;
  font-size:18px;
  font-style:normal;
  font-weight:500;
  line-height:normal;
  border:none;
  background:none;
  outline:none;
  font-family:prompt;
}

.accodinon-box .accordion button:hover,
.accodinon-box .accordion button:focus {
  cursor:pointer;
}

.accodinon-box .accordion button .accordion-title {
  padding:20px 0px;
}

.accodinon-box .accordion button .icon {
  display:inline-block;
  position:absolute;
  top:18px;
  right:0px;
  width:22px;
  height:22px;
}

.accodinon-box .accordion-item {
  border:none;
}

.accodinon-box .accordion button .icon::before {
  display:block;
  position:absolute;
  content:"";
  top:9px;
  left:5px;
  width:10px;
  height:2px;
  background:currentcolor;
}

.accodinon-box .accordion button .icon::after {
  display:block;
  position:absolute;
  content:"";
  top:5px;
  left:9px;
  width:2px;
  height:10px;
  background:currentcolor;
}

.accodinon-box .accordion button[aria-expanded="true"] .icon::after {
  width:0px;
}

.accodinon-box .accordion button[aria-expanded="true"]+.accordion-content {
  opacity:1;
  max-height:15em;
  transition:all 200ms linear 0s;
  will-change:opacity, max-height;
}

.accodinon-box .accordion .accordion-content {
  opacity:0;
  max-height:0px;
  overflow:hidden;
  transition:opacity 200ms linear 0s, max-height 200ms linear 0s;
  will-change:opacity, max-height;
}

.accodinon-box .accordion .accordion-content p {
  font-size:16px;
  font-style:normal;
  font-weight:300;
  line-height:26px;
  font-family:prompt;
}

.inner-product-details3 {
  background-color:rgb(249, 249, 249);
}

.inner-product-details3 .single-product-tab {
  background-color:var(--white-color);
  padding:100px;
  margin-top:50px;
}

.inner-product-details3 .product-details-3-area-bg {
  background:var(--white-color);
  padding:100px;
}

.pd-3-slider-wrapper {
  width:200px;
}

.pd-3-slider-wrapper .slick-slide {
  margin-bottom:15px;
}

.pd-3-slider-wrapper .slick-slide .feature-image {
  background-color:var(--white-color);
  text-align:center;
  height:210px;
}

.pd-3-slider-wrapper .slick-slide .feature-image img {
  max-width:100%;
  display:inline-block;
}

@media (max-width:991.98px) {
  .pd-3-slider-wrapper .product-nav-slider2 .slick-list {
    margin:0px -12px;
  }

  .pd-3-slider-wrapper .product-nav-slider2 .slick-list .slick-slide {
    margin:0px 12px;
  }
}

@media (max-width:991.98px) {
  .pd-3-slider-wrapper {
    width:100%;
  }

  .pd-3-slider-wrapper .feature-image {
    height:auto;
  }
}

.rtl-slider .rtl-slider-slide {
  position:relative;
}

.rtl-slider .rtl-slider-slide .sale-badge {
  width:50px;
  height:50px;
  background-color:var(--primary-color);
  color:var(--white-color);
  border-radius:50%;
  position:absolute;
  left:50px;
  top:50px;
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  font-size:15px;
}

.cart-table {
  width:100%;
  border:1px solid var(--light-stroke);
  background:#f6f6f6c2;
}

.cart-table tr {
  border-top:1px solid var(--light-stroke);
}

.cart-table th {
  font-weight:400;
  text-transform:uppercase;
  padding:24px 40px;
}

.cart-table .remove_product {
  transition:var(--transition-base);
  background:#65819a;
  color:#fff;
  border:1px solid ;
  border-radius:100%;
  font-size:10px;
  box-shadow:none;
}

.cart-table .remove_product:hover {
  color:var(--secondary-color);
}

.cart-table td {
  padding:30px 40px;
  vertical-align:middle;
}

.cart-table td .product-box {
  min-width:350px;
}

.cart-table td .feature-image {
  width:90px;
  padding:10px;
  border:1px solid #e9e9e9;
  background:#fff;
}

.cart-table td .quantity input {
  max-width:50px;
  border:1px solid var(--light-stroke);
  padding:10px;
  text-align:center;
}

.cart-table td .quantity .step-btns::before {
  content:"";
  position:absolute;
  left:0px;
  top:50%;
  width:100%;
  height:1px;
  background-color:var(--light-stroke);
}

.cart-table td .quantity .step-btns button {
  font-size:12px;
  padding:0px;
  display:block;
}

.cart-coupon-form {
  max-width:475px;
  gap:10px;
}

.cart-coupon-form input {
  width:100%;
  background-color:transparent;
  border:1px solid var(--light-stroke);
  font-weight:300;
  font-size:14px;
}

.cart-coupon-form .submit-btn {
  border:1px solid var(--light-stroke);
  flex-shrink:0;
  padding:13px 30px;
  transition:var(--transition-base);
}

.cart-coupon-form .submit-btn:hover {
  background-color:var(--primary-color);
  color:var(--white-color);
}

.cart-calculator-form table {
  width:100%;
  border:1px solid var(--light-stroke);
  background:#fff;
}

.cart-calculator-form table tr {
  border-top:1px solid var(--light-stroke);
}

.cart-calculator-form table td {
  font-size:17px;
  vertical-align:top;
  padding:10px 16px;
  color:rgb(101, 101, 101);
}

.cart-calculator-form table td .shipping-method {
  min-width:250px;
}

.cart-calculator-form table td .shipping-method label {
  display:block;
}

.cart-calculator-form table td .shipping-method label span {
  position:relative;
  padding-left:24px;
  margin-left:-20px;
}

.cart-calculator-form table td .shipping-method label span::before {
  content:"";
  position:absolute;
  left:0px;
  top:6px;
  width:18px;
  height:18px;
  border:1px solid var(--primary-color);
  border-radius:50%;
}

.cart-calculator-form table td .shipping-method label span::after {
  content:"";
  position:absolute;
  left:5px;
  top:11px;
  width:8px;
  height:8px;
  background-color:var(--primary-color);
  border-radius:50%;
  opacity:0;
}

.cart-calculator-form table td .shipping-method label input {
  opacity:0;
}

.cart-calculator-form table td .shipping-method label input:checked~span::after {
  opacity:1;
}

.cart-calculator-form table td .shipping-method label+label {
  margin-top:12px;
}

.cart-calculator-form table td .shipping-method p {
  max-width:270px;
}

.wishlist-table tr th {
  background-color:var(--primary-color);
  color:var(--white-color);
  padding:24px 32px;
  font-weight:400;
}

.wishlist-table tr td {
  padding:30px 40px;
  vertical-align:middle;
}

.wishlist-table tr td .product-box {
  min-width:340px;
}

.wishlist-table tr td .stock-status {
  min-width:290px;
  gap:10px;
}

.wishlist-table tr td .remove_product {
  transition:var(--transition-base);
}

.wishlist-table tr td .remove_product:hover {
  color:var(--secondary-color);
}

.wishlist-table tr td .feature-image {
  width:80px;
  padding:10px;
}

.not-found-area {
  padding:265px 0px;
  min-height:100vh;
}

.not-found-area .overlay-bg {
  background-size:cover;
  background-repeat:no-repeat;
}

.not-found-area .content-404 h1 {
  font-size:300px;
  font-weight:500;
  line-height:260px;
}

.not-found-area .content-404 p {
  font-size:18px;
}

@media (max-width:991.98px) {
  .not-found-area .content-404 h1 {
    font-size:250px;
  }
}

@media (max-width:767.98px) {
  .not-found-area .content-404 h1 {
    font-size:200px;
    line-height:200px;
  }
}

@media (max-width:575.98px) {
  .not-found-area .content-404 h1 {
    font-size:150px;
  }
}

@media (max-width:575.98px) {
  .not-found-area {
    padding:150px 0px;
  }
}

.contact-form-box {
  padding: 36px;
}

@media (max-width:767.98px) {
  .contact-form-box {
    padding:32px;
  }
}

.location-map {
  opacity:0.8;
}

.location-map iframe {
  width:100%;
  height: 340px;
}

.location-box {
  padding:70px 60px;
}

.location-box::before {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background-color:transparent;
  z-index:-1;
  border:1px solid var(--secondary-color);
  left:0px;
  top:0px;
  transition:var(--transition-base);
  opacity:0;
}

.location-box h3 {
  position:relative;
}

.location-box h3::before {
  content:"";
  position:absolute;
  left:50%;
  bottom:-7px;
  transform:translateX(-50%);
  width:30px;
  height:1px;
  background-color:var(--primary-color);
}

.location-box:hover::before {
  opacity:1;
  top:15px;
  left:-15px;
}

.faq-form {
  border:1px solid var(--light-stroke);
  padding:40px 40px 80px;
}

.faq-form input,
.faq-form textarea {
  background-color:transparent;
  border:1px solid var(--light-stroke);
  margin-bottom:20px;
}

.faq-accordion .accordion-item {
  border-right:0px;
  border-left:0px;
  border-image:initial;
  border-top:1px solid var(--light-stroke);
  border-bottom:1px solid var(--light-stroke);
  padding:30px 0px;
}

.faq-accordion .accordion-item+.accordion-item {
  border-top:0px;
}

.faq-accordion .accordion-item .accordion-header a {
  font-size:18px;
  color:var(--primary-color);
  font-weight:500;
}

.returning-box {
  padding:18px 30px;
  position:relative;
  padding:10px 30px;
  border:1px solid var(--light-stroke);
  border-top:3px solid rgb(101 129 154);


 

  a:hover,
  a:focus {
    outline:none;
    text-decoration:none;
  }

  p {
    margin-bottom:8px;
  }

  p:last-child {
    margin-bottom:0px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color:rgb(34, 34, 34);
    font-weight:700;
    margin:0px;
    line-height:1.2;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin:0px;
    line-height:1.5;
  }

  h1,
  .h1 {
    font-size:36px;
  }

  h2,
  .h2 {
    font-size:30px;
  }

  h3,
  .h3 {
    font-size:24px;
  }

  h4,
  .h4 {
    font-size:20px;
  }

  h5,
  .h5 {
    font-size:18px;
  }

  h6,
  .h6 {
    font-size:16px;
  }

  ul {
    margin:0px;
    padding:0px;
  }

  ul li {
    list-style:none;
  }

  strong,
  b {
    font-weight:700;
  }

  figure {
    margin:0px;
  }

  img {
    max-width:100%;
    transition:all 0.4s ease 0s;
  }

  .bg-img {
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
  }

  .btn,
  button {
    border:none;
    cursor:pointer;
    outline:none;
    padding:0px;
    box-shadow:none;
    transition:all 0.4s ease 0s;
    background-color:transparent;
  }

  .btn:active,
  .btn:focus,
  button:active,
  button:focus {
    outline:none;
    box-shadow:none;
  }

  input,
  textarea {
    resize:none;
  }

  input:focus,
  textarea:focus {
    outline:none;
  }

  .form-control:focus {
    border-color:rgb(83, 112, 142);
    box-shadow:none;
  }

  .form-group {
    margin-bottom:1rem;
  }

  ::selection {
    color:rgb(255, 255, 255);
    background:rgb(83, 112, 142);
  }

  ::-webkit-input-placeholder {
    color:rgb(153, 153, 153);
    font-size:13px;
    opacity:1;
  }

  ::placeholder {
    color:rgb(153, 153, 153);
    font-size:13px;
    opacity:1;
  }

  .tab-content .tab-pane {
    display:block;
    height:0px;
    max-width:100%;
    opacity:0;
    overflow:hidden;
    visibility:hidden;
  }

  .tab-content .tab-pane.active {
    height:auto;
    opacity:1;
    overflow:visible;
    visibility:visible;
  }

  .modal-dialog {
    max-width:1000px;
  }

  @media only screen and (min-width:992px) and (max-width:1199px) {
    .modal-dialog {
      max-width:800px;
    }
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .modal-dialog {
      max-width:700px;
    }
  }

  .modal {
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    z-index:-99;
    display:block !important;
  }

  .modal.show {
    opacity:1;
    visibility:visible;
    pointer-events:visible;
    z-index:99999999;
    animation:0.4s ease 0s 1 normal forwards running slideInDown;
  }

  .modal .modal-header {
    padding:0px 10px;
    border-bottom:none;
  }

  .modal .modal-header .close {
    color:rgb(34, 34, 34);
    font-size:34px;
    opacity:1;
    display:block;
    position:absolute;
    padding:0px;
    width:30px;
    height:30px;
    margin:0px;
    right:10px;
    top:10px;
    font-weight:500;
    z-index:999;
    line-height:30px;
    border-radius:50%;
  }

  .modal .modal-body {
    padding:20px;
  }

  @media only screen and (max-width:479.98px) {
    .modal .modal-body {
      padding:10px;
    }
  }

  .slick-slider .slick-slide>div>div {
    vertical-align:middle;
  }

  .slick-arrow-style button.slick-arrow {
    top:50%;
    left:0px;
    font-size:70px;
    color:rgb(119, 119, 119);
    cursor:pointer;
    position:absolute;
    transform:translateY(-50%);
    line-height:1;
    opacity:0;
    visibility:hidden;
    transition:all 0.4s ease 0s;
  }

  .slick-arrow-style button.slick-arrow.slick-next {
    left:auto;
    right:0px;
  }

  .slick-arrow-style button.slick-arrow:hover {
    color:rgb(83, 112, 142);
  }

  .slick-arrow-style:hover button.slick-arrow {
    opacity:1;
    visibility:visible;
    transform:translateY(-50%);
    z-index:1;
  }

  .slick-arrow-style:hover button.slick-arrow.slick-prev {
    left:-60px;
    right:auto;
  }

  @media only screen and (min-width:1200px) and (max-width:1499px),
  only screen and (min-width:992px) and (max-width:1199px),
  only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .slick-arrow-style:hover button.slick-arrow.slick-prev {
      left:-20px;
    }
  }

  .slick-arrow-style:hover button.slick-arrow.slick-next {
    left:auto;
    right:-60px;
  }

  @media only screen and (min-width:1200px) and (max-width:1499px),
  only screen and (min-width:992px) and (max-width:1199px),
  only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .slick-arrow-style:hover button.slick-arrow.slick-next {
      right:-20px;
    }
  }

  .slick-arrow-style_hero button.slick-arrow {
    font-size:60px;
    left:0px;
    width:inherit;
    height:inherit;
    background-color:transparent;
    z-index:1;
  }

  .slick-arrow-style_hero button.slick-arrow.slick-next {
    right:0px;
  }

  .slick-arrow-style_hero button.slick-arrow:hover {
    color:rgb(83, 112, 142);
    background-color:transparent;
  }

  .slick-arrow-style_hero:hover button.slick-arrow.slick-next {
    right:15px;
  }

  .slick-arrow-style_hero:hover button.slick-arrow.slick-prev {
    left:15px;
  }

  .slick-append {
    background-color:rgb(255, 255, 255);
    z-index:2;
    margin-top:-2px;
  }

  .slick-append button {
    font-size:30px;
    line-height:1;
    position:inherit;
    display:inline-block;
    background-color:transparent;
    color:rgb(85, 85, 85);
  }

  .slick-append button:hover {
    color:rgb(83, 112, 142);
  }

  .slick-dot-style ul.slick-dots {
    bottom:15px;
    left:50%;
    position:absolute;
    transform:translateX(-50%);
  }

  .slick-dot-style ul.slick-dots li {
    display:inline-block;
    margin-right:10px;
  }

  .slick-dot-style ul.slick-dots li:last-child {
    margin-right:0px;
  }

  .slick-dot-style ul.slick-dots li button {
    width:14px;
    height:14px;
    padding:0px;
    display:block;
    text-indent:-5000px;
    cursor:pointer;
    border-radius:50%;
    transition:all 0.4s ease 0s;
    border:2px solid rgb(119, 119, 119);
    background-color:transparent;
  }

  .slick-dot-style ul.slick-dots li.slick-active button {
    border-color:rgb(83, 112, 142);
    background-color:rgb(83, 112, 142);
  }

  .slick-row-3 .slick-list {
    margin:0px -3px;
  }

  .slick-row-3 .slick-list .slick-slide {
    margin:0px 3px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-3 .slick-list {
      margin:0px -3px !important;
    }

    .slick-sm-row-3 .slick-list .slick-slide {
      margin:0px 3px !important;
    }
  }

  .slick-row-4 .slick-list {
    margin:0px -4px;
  }

  .slick-row-4 .slick-list .slick-slide {
    margin:0px 4px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-4 .slick-list {
      margin:0px -4px !important;
    }

    .slick-sm-row-4 .slick-list .slick-slide {
      margin:0px 4px !important;
    }
  }

  .slick-row-5 .slick-list {
    margin:0px -5px;
  }

  .slick-row-5 .slick-list .slick-slide {
    margin:0px 5px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-5 .slick-list {
      margin:0px -5px !important;
    }

    .slick-sm-row-5 .slick-list .slick-slide {
      margin:0px 5px !important;
    }
  }

  .slick-row-6 .slick-list {
    margin:0px -6px;
  }

  .slick-row-6 .slick-list .slick-slide {
    margin:0px 6px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-6 .slick-list {
      margin:0px -6px !important;
    }

    .slick-sm-row-6 .slick-list .slick-slide {
      margin:0px 6px !important;
    }
  }

  .slick-row-7 .slick-list {
    margin:0px -7px;
  }

  .slick-row-7 .slick-list .slick-slide {
    margin:0px 7px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-7 .slick-list {
      margin:0px -7px !important;
    }

    .slick-sm-row-7 .slick-list .slick-slide {
      margin:0px 7px !important;
    }
  }

  .slick-row-8 .slick-list {
    margin:0px -8px;
  }

  .slick-row-8 .slick-list .slick-slide {
    margin:0px 8px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-8 .slick-list {
      margin:0px -8px !important;
    }

    .slick-sm-row-8 .slick-list .slick-slide {
      margin:0px 8px !important;
    }
  }

  .slick-row-9 .slick-list {
    margin:0px -9px;
  }

  .slick-row-9 .slick-list .slick-slide {
    margin:0px 9px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-9 .slick-list {
      margin:0px -9px !important;
    }

    .slick-sm-row-9 .slick-list .slick-slide {
      margin:0px 9px !important;
    }
  }

  .slick-row-10 .slick-list {
    margin:0px -10px;
  }

  .slick-row-10 .slick-list .slick-slide {
    margin:0px 10px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-10 .slick-list {
      margin:0px -10px !important;
    }

    .slick-sm-row-10 .slick-list .slick-slide {
      margin:0px 10px !important;
    }
  }

  .slick-row-11 .slick-list {
    margin:0px -11px;
  }

  .slick-row-11 .slick-list .slick-slide {
    margin:0px 11px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-11 .slick-list {
      margin:0px -11px !important;
    }

    .slick-sm-row-11 .slick-list .slick-slide {
      margin:0px 11px !important;
    }
  }

  .slick-row-12 .slick-list {
    margin:0px -12px;
  }

  .slick-row-12 .slick-list .slick-slide {
    margin:0px 12px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-12 .slick-list {
      margin:0px -12px !important;
    }

    .slick-sm-row-12 .slick-list .slick-slide {
      margin:0px 12px !important;
    }
  }

  .slick-row-13 .slick-list {
    margin:0px -13px;
  }

  .slick-row-13 .slick-list .slick-slide {
    margin:0px 13px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-13 .slick-list {
      margin:0px -13px !important;
    }

    .slick-sm-row-13 .slick-list .slick-slide {
      margin:0px 13px !important;
    }
  }

  .slick-row-14 .slick-list {
    margin:0px -14px;
  }

  .slick-row-14 .slick-list .slick-slide {
    margin:0px 14px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-14 .slick-list {
      margin:0px -14px !important;
    }

    .slick-sm-row-14 .slick-list .slick-slide {
      margin:0px 14px !important;
    }
  }

  .slick-row-15 .slick-list {
    margin:0px -15px;
  }

  .slick-row-15 .slick-list .slick-slide {
    margin:0px 15px;
  }

  @media only screen and (max-width:767.98px) {
    .slick-sm-row-15 .slick-list {
      margin:0px -15px !important;
    }

    .slick-sm-row-15 .slick-list .slick-slide {
      margin:0px 15px !important;
    }
  }

  .slick-slider .slick-slide>div {
    margin-bottom:30px;
  }

  .slick-slider .slick-slide>div:last-child {
    margin-bottom:0px;
  }

  .scroll-top {
    bottom:50px;
    cursor:pointer;
    height:50px;
    position:fixed;
    right:20px;
    text-align:center;
    width:50px;
    z-index:9999;
    transition:all 0.4s ease 0s;
    border-radius:50%;
    background-color:rgb(83, 112, 142);
    box-shadow:rgba(255, 255, 255, 0.5) 0px 0px 1px;
  }

  @media only screen and (max-width:767.98px) {
    .scroll-top {
      display:none;
    }
  }

  .scroll-top i {
    line-height:50px;
    color:rgb(255, 255, 255);
    font-size:25px;
  }

  .scroll-top.not-visible {
    bottom:-50px;
    visibility:hidden;
    opacity:0;
  }

  .scroll-top:hover {
    background-color:rgb(34, 34, 34);
  }

  .container {
    padding-right:var(--bs-gutter-x, 15px);
    padding-left:var(--bs-gutter-x, 15px);
  }

  @media only screen and (min-width:1200px) {
    .container {
      max-width:1140px;
    }
  }

  .container-fluid {
    padding-right:var(--bs-gutter-x, 15px);
    padding-left:var(--bs-gutter-x, 15px);
  }

  .row {
    --bs-gutter-x:30px;
  }

  .custom-container {
    max-width:1800px;
  }

  .row-0 {
    margin-left:0px;
    margin-right:0px;
  }

  .row-0>[ class*="col"] {
    padding-left:0px;
    padding-right:0px;
  }

  .row-1 {
    margin-left:-0.5px;
    margin-right:-0.5px;
  }

  .row-1>[ class*="col"] {
    padding-left:0.5px;
    padding-right:0.5px;
  }

  .row-2 {
    margin-left:-1px;
    margin-right:-1px;
  }

  .row-2>[ class*="col"] {
    padding-left:1px;
    padding-right:1px;
  }

  .row-3 {
    margin-left:-1.5px;
    margin-right:-1.5px;
  }

  .row-3>[ class*="col"] {
    padding-left:1.5px;
    padding-right:1.5px;
  }

  .row-4 {
    margin-left:-2px;
    margin-right:-2px;
  }

  .row-4>[ class*="col"] {
    padding-left:2px;
    padding-right:2px;
  }

  .row-5 {
    margin-left:-2.5px;
    margin-right:-2.5px;
  }

  .row-5>[ class*="col"] {
    padding-left:2.5px;
    padding-right:2.5px;
  }

  .row-6 {
    margin-left:-3px;
    margin-right:-3px;
  }

  .row-6>[ class*="col"] {
    padding-left:3px;
    padding-right:3px;
  }

  .row-7 {
    margin-left:-3.5px;
    margin-right:-3.5px;
  }

  .row-7>[ class*="col"] {
    padding-left:3.5px;
    padding-right:3.5px;
  }

  .row-8 {
    margin-left:-4px;
    margin-right:-4px;
  }

  .row-8>[ class*="col"] {
    padding-left:4px;
    padding-right:4px;
  }

  .row-9 {
    margin-left:-4.5px;
    margin-right:-4.5px;
  }

  .row-9>[ class*="col"] {
    padding-left:4.5px;
    padding-right:4.5px;
  }

  .row-10 {
    margin-left:-5px;
    margin-right:-5px;
  }

  .row-10>[ class*="col"] {
    padding-left:5px;
    padding-right:5px;
  }

  .row-11 {
    margin-left:-5.5px;
    margin-right:-5.5px;
  }

  .row-11>[ class*="col"] {
    padding-left:5.5px;
    padding-right:5.5px;
  }

  .row-12 {
    margin-left:-6px;
    margin-right:-6px;
  }

  .row-12>[ class*="col"] {
    padding-left:6px;
    padding-right:6px;
  }

  .row-13 {
    margin-left:-6.5px;
    margin-right:-6.5px;
  }

  .row-13>[ class*="col"] {
    padding-left:6.5px;
    padding-right:6.5px;
  }

  .row-14 {
    margin-left:-7px;
    margin-right:-7px;
  }

  .row-14>[ class*="col"] {
    padding-left:7px;
    padding-right:7px;
  }

  .row-15 {
    margin-left:-7.5px;
    margin-right:-7.5px;
  }

  .row-15>[ class*="col"] {
    padding-left:7.5px;
    padding-right:7.5px;
  }

  .row-16 {
    margin-left:-8px;
    margin-right:-8px;
  }

  .row-16>[ class*="col"] {
    padding-left:8px;
    padding-right:8px;
  }

  .row-17 {
    margin-left:-8.5px;
    margin-right:-8.5px;
  }

  .row-17>[ class*="col"] {
    padding-left:8.5px;
    padding-right:8.5px;
  }

  .row-18 {
    margin-left:-9px;
    margin-right:-9px;
  }

  .row-18>[ class*="col"] {
    padding-left:9px;
    padding-right:9px;
  }

  .row-19 {
    margin-left:-9.5px;
    margin-right:-9.5px;
  }

  .row-19>[ class*="col"] {
    padding-left:9.5px;
    padding-right:9.5px;
  }

  .row-20 {
    margin-left:-10px;
    margin-right:-10px;
  }

  .row-20>[ class*="col"] {
    padding-left:10px;
    padding-right:10px;
  }

  .row-21 {
    margin-left:-10.5px;
    margin-right:-10.5px;
  }

  .row-21>[ class*="col"] {
    padding-left:10.5px;
    padding-right:10.5px;
  }

  .row-22 {
    margin-left:-11px;
    margin-right:-11px;
  }

  .row-22>[ class*="col"] {
    padding-left:11px;
    padding-right:11px;
  }

  .row-23 {
    margin-left:-11.5px;
    margin-right:-11.5px;
  }

  .row-23>[ class*="col"] {
    padding-left:11.5px;
    padding-right:11.5px;
  }

  .row-24 {
    margin-left:-12px;
    margin-right:-12px;
  }

  .row-24>[ class*="col"] {
    padding-left:12px;
    padding-right:12px;
  }

  .row-25 {
    margin-left:-12.5px;
    margin-right:-12.5px;
  }

  .row-25>[ class*="col"] {
    padding-left:12.5px;
    padding-right:12.5px;
  }

  .row-26 {
    margin-left:-13px;
    margin-right:-13px;
  }

  .row-26>[ class*="col"] {
    padding-left:13px;
    padding-right:13px;
  }

  .row-27 {
    margin-left:-13.5px;
    margin-right:-13.5px;
  }

  .row-27>[ class*="col"] {
    padding-left:13.5px;
    padding-right:13.5px;
  }

  .row-28 {
    margin-left:-14px;
    margin-right:-14px;
  }

  .row-28>[ class*="col"] {
    padding-left:14px;
    padding-right:14px;
  }

  .row-29 {
    margin-left:-14.5px;
    margin-right:-14.5px;
  }

  .row-29>[ class*="col"] {
    padding-left:14.5px;
    padding-right:14.5px;
  }

  .row-30 {
    margin-left:-15px;
    margin-right:-15px;
  }

  .row-30>[ class*="col"] {
    padding-left:15px;
    padding-right:15px;
  }

  .section-padding {
    padding-top:80px;
    padding-bottom:80px;
  }

  @media only screen and (max-width:767.98px) {
    .section-padding {
      padding-top:63px;
      padding-bottom:63px;
    }
  }

  .mb-30 {
    margin-bottom:30px;
  }

  .mt-20 {
    margin-top:20px;
  }

  .mb-20 {
    margin-bottom:20px;
  }

  .mt-30 {
    margin-top:30px;
  }

  .mtn-20 {
    margin-top:-20px;
  }

  .mbn-30 {
    margin-bottom:-30px;
  }

  .mtn-30 {
    margin-top:-30px;
  }

  .ptb-30 {
    padding:30px 0px;
  }

  @media only screen and (min-width:1600px) {
    .header-wide {
      padding:0px 85px;
    }
  }

  @media only screen and (min-width:1200px) {
    .header-wide .container {
      max-width:100%;
    }
  }

  .header-top-settings ul li a {
    color:#fff;
  }

  .header-top {
    padding-bottom:3px;
    border-bottom:1px solid rgba(255, 255, 255, 0.11);
    background:rgb(83, 112, 142);
    padding-top:3px;
  }

  .header-top-settings ul li {
    color:rgb(255, 255, 255);
    cursor:pointer;
    font-size:14px;
    position:relative;
    margin-left:20px;
    padding-left:20px;
  }

  .header-top-settings ul li::before {
    top:50%;
    left:0px;
    width:1px;
    height:15px;
    content:"";
    position:absolute;
    background-color:rgb(239, 239, 239);
    transform:translateY(-50%);
  }

  .header-top-settings ul li:first-child {
    padding-left:0px;
    margin-left:0px;
  }

  .header-top-settings ul li:first-child::before {
    display:none;
  }

  .header-top-settings ul li .dropdown-list {
    top:100%;
    right:0px;
    position:absolute;
    opacity:0;
    visibility:hidden;
    transform:translateY(30px);
    transition:all 0.4s ease 0s;
    padding:15px 15px 20px;
    width:150px;
    z-index:9;
    text-align:left;
    background-color:rgb(255, 255, 255);
    pointer-events:none;
    border:1px solid rgb(239, 239, 239);
  }

  .header-top-settings ul li .dropdown-list li {
    margin-left:0px;
    padding:0px;
  }

  .header-top-settings ul li .dropdown-list li a {
    color:rgb(85, 85, 85);
    font-size:13px;
    display:block;
    padding:5px 0px 3px;
    text-transform:capitalize;
  }

  .header-top-settings ul li .dropdown-list li a:hover {
    color:rgb(83, 112, 142);
  }

  .header-top-settings ul li .dropdown-list li a img {
    vertical-align:inherit;
  }

  .header-top-settings ul li .dropdown-list li::before {
    display:none;
  }

  .header-top-settings ul li:hover .dropdown-list {
    opacity:1;
    visibility:visible;
    pointer-events:visible;
    transform:translateY(0px);
  }

  .welcome-message p {
    color:rgb(255, 255, 255);
    font-size:14px;
    line-height:1;
  }

  .header-configure-area {
    padding-right:10px;
  }

  .header-configure-area ul li {
    display:inline-block;
    margin-left:25px;
    line-height:1;
  }

  @media only screen and (min-width:1200px) and (max-width:1499px) {
    .header-configure-area ul li {
      margin-left:14px;
    }
  }

  .header-configure-area ul li a {
    font-size:26px;
    line-height:1;
    color:rgb(34, 34, 34);
    position:relative;
  }

  .header-configure-area ul li a .notification {
    top:-8px;
    right:-6px;
    position:absolute;
    width:18px;
    height:18px;
    text-align:center;
    line-height:18px;
    font-size:10px;
    color:rgb(255, 255, 255);
    border-radius:50%;
    background-color:rgb(83, 112, 142);
  }

  .header-configure-area ul li a:hover {
    color:rgb(83, 112, 142);
  }

  .header-configure-area ul li:first-child {
    margin-left:0px;
  }

  .header-configure-area ul li.user-hover {
    position:relative;
  }

  .header-configure-area ul li.user-hover .dropdown-list {
    position:absolute;
    top:100%;
    right:0px;
    width:150px;
    padding:20px;
    background-color:rgb(255, 255, 255);
    z-index:11;
    transform:translateY(30px);
    transition:all 0.4s ease 0s;
    opacity:0;
    visibility:hidden;
    border:1px solid rgb(239, 239, 239);
  }

  .header-configure-area ul li.user-hover .dropdown-list li {
    display:block;
    margin-left:0px;
  }

  .header-configure-area ul li.user-hover .dropdown-list li a {
    color:rgb(85, 85, 85);
    font-size:13px;
    line-height:1;
    display:block;
    padding:8px 0px;
    text-transform:capitalize;
  }

  .header-configure-area ul li.user-hover .dropdown-list li a:hover {
    color:rgb(83, 112, 142);
  }

  .header-configure-area ul li.user-hover:hover .dropdown-list {
    opacity:1;
    visibility:visible;
    transform:none;
  }

  .header-search-container {
    position:relative;
  }

  .header-search-box {
    position:relative;
  }

  .header-search-box:hover .header-search-btn {
    color:rgb(83, 112, 142);
  }

  .header-search-btn {
    font-size:25px;
    line-height:1;
    left:10px;
    top:50%;
    width:30px;
    position:absolute;
    transform:translateY(-50%);
  }

  .header-search-field {
    border:none;
    background-color:rgb(247, 247, 247);
    border-radius:30px;
    padding:10px 20px 10px 50px;
    width:100%;
  }

  .search-trigger {
    font-size:26px;
    color:rgb(34, 34, 34);
  }

  .search-box-open {
    top:100%;
    right:0px;
    width:300px;
    position:absolute;
    z-index:5;
    display:block !important;
  }

  .search-box-open .header-search-field {
    height:44px;
    border:1px solid rgb(221, 221, 221);
  }

  .header-social-link a {
    color:rgb(119, 119, 119);
    font-size:17px;
    display:inline-block;
    line-height:1;
    margin-right:20px;
  }

  .header-social-link a:last-child {
    margin-right:0px;
  }

  .header-social-link a:hover {
    color:rgb(83, 112, 142);
  }

  .main-menu ul {
    display:flex;
    flex-wrap:wrap;
  }

  .main-menu ul li {
    position:relative;
  }

  .main-menu ul li a {
    color:rgb(34, 34, 34);
    font-size:15px;
    padding:10px 15px;
    font-weight:400;
    display:block;
    text-transform:capitalize;
  }

  .main-menu ul li a i {
    font-size:14px;
    padding:0px 3px;
  }

  .main-menu ul li:first-child a {
    padding-left:0px;
  }

  .main-menu ul li:hover>a,
  .main-menu ul li.active>a {
    color:rgb(0, 0, 0);
  }

  .main-menu ul li ul.dropdown {
    top:calc(100% - 1px);
    left:0px;
    width:220px;
    position:absolute;
    transition:all 0.4s ease 0s;
    background-color:rgb(255, 255, 255);
    opacity:0;
    visibility:hidden;
    z-index:99999;
    pointer-events:none;
    transform:translateY(20px);
    border:1px solid rgb(239, 239, 239);
  }

  .main-menu ul li ul.dropdown li {
    margin-right:0px;
    border-right:none;
    flex-basis:100%;
  }

  .main-menu ul li ul.dropdown li a {
    color:rgb(85, 85, 85);
    font-size:14px;
    font-weight:400;
    padding:10px 20px;
    text-transform:capitalize;
    position:relative;
    border-bottom:1px dashed rgb(239, 239, 239);
    z-index:1;
  }

  .main-menu ul li ul.dropdown li a::before {
    width:10px;
    height:1px;
    left:20px;
    top:50%;
    content:" ";
    position:absolute;
    background-color:rgb(83, 112, 142);
    transform:translateY(-50%);
    opacity:0;
    visibility:hidden;
    transition:all 0.4s ease 0s;
    z-index:-1;
  }

  .main-menu ul li ul.dropdown li a i {
    float:right;
    padding-top:5px;
  }

  .main-menu ul li ul.dropdown li:hover>a {
    color:rgb(83, 112, 142);
    background-color:rgb(255, 255, 255);
    padding-left:35px;
  }

  .main-menu ul li ul.dropdown li:hover>a::before {
    opacity:1;
    visibility:visible;
  }

  .main-menu ul li ul.dropdown li:hover>ul.dropdown {
    top:0px;
    opacity:1;
    visibility:visible;
  }

  .main-menu ul li ul.dropdown li ul.dropdown {
    top:100%;
    left:100%;
    position:absolute;
    width:250px;
    opacity:0;
    visibility:hidden;
  }

  .main-menu ul li ul.dropdown li:last-child a {
    border-bottom:none;
  }

  .main-menu ul li ul.megamenu {
    width:100%;
    max-width:1110px;
    padding:30px;
    left:50%;
    transform:translate(-50%, 20px);
  }

  @media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu ul li ul.megamenu {
      max-width:100%;
    }
  }

  .main-menu ul li ul.megamenu li {
    flex-basis:25%;
  }

  .main-menu ul li ul.megamenu li.mega-title {
    color:rgb(34, 34, 34);
    font-size:16px;
    font-weight:600;
    text-transform:capitalize;
  }

  .main-menu ul li ul.megamenu li.mega-title span {
    position:relative;
    margin-bottom:15px;
    display:inline-block;
  }

  .main-menu ul li ul.megamenu li.mega-title span::before,
  .main-menu ul li ul.megamenu li.mega-title span::after {
    bottom:-6px;
    left:0px;
    width:100%;
    height:2px;
    content:" ";
    position:absolute;
    background-color:rgb(235, 235, 235);
  }

  .main-menu ul li ul.megamenu li.mega-title span::after {
    width:50%;
    background-color:rgb(83, 112, 142);
  }

  .main-menu ul li ul.megamenu li a {
    padding:6px 0px;
    border-bottom:none;
  }

  .main-menu ul li ul.megamenu li a::before {
    left:0px;
  }

  .main-menu ul li ul.megamenu li ul li {
    flex-basis:100%;
  }

  .main-menu ul li ul.megamenu li:hover>a {
    color:rgb(83, 112, 142);
    padding-left:15px;
  }

  .main-menu ul li ul.megamenu li.megamenu-banners {
    flex-basis:50%;
    margin-top:25px;
    transition:all 0.5s ease 0s;
    padding-right:10px;
  }

  .main-menu ul li ul.megamenu li.megamenu-banners img {
    width:100%;
  }

  .main-menu ul li ul.megamenu li.megamenu-banners a::before {
    display:none;
  }

  .main-menu ul li ul.megamenu li.megamenu-banners:last-child {
    padding-right:0px;
    padding-left:10px;
  }

  .main-menu ul li ul.megamenu li.megamenu-banners:hover {
    opacity:0.6;
  }

  .main-menu ul li ul.megamenu li.megamenu-banners:hover a {
    padding-left:0px !important;
  }

  .main-menu ul li:hover ul.dropdown {
    opacity:1;
    visibility:visible;
    pointer-events:visible;
    transform:translate(0px);
  }

  .main-menu ul li:hover ul.megamenu {
    opacity:1;
    visibility:visible;
    transform:translate(-50%, 0px);
  }

  .main-menu ul.header-style-4>li a {
    padding:25px 15px;
  }

  .main-menu ul.header-style-4>li:first-child>a {
    padding-left:0px;
  }

  .header-transparent {
    top:0px;
    left:0px;
    right:0px;
    width:100%;
    position:absolute;
    z-index:1;
  }

  .sticky.is-sticky {
    top:0px;
    left:0px;
    position:fixed;
    width:100%;
    z-index:9;
    background-color:rgb(255, 255, 255);
    box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 8px 1px;
    animation:900ms cubic-bezier(0.2, 1, 0.22, 1) 0s 1 normal none running fadeInDown;
  }

  @media only screen and (min-width:1600px) {
    .sticky.is-sticky {
      padding:0px 85px;
    }
  }

  .sticky.is-sticky .main-menu li a {
    padding:20px 15px;
  }

  .sticky.is-sticky .main-menu li:first-child a {
    padding-left:0px;
  }

  .sticky.is-sticky .main-menu li .dropdown li a {
    padding:10px 20px;
  }

  .sticky.is-sticky .main-menu li .dropdown li:hover>a {
    padding-left:35px;
  }

  .sticky.is-sticky .main-menu li .megamenu li a {
    padding:6px 0px;
  }

  .sticky.is-sticky .main-menu li .megamenu li:hover>a {
    padding-left:15px;
  }

  .btn {
    font-size:14px;
    color:rgb(34, 34, 34);
    line-height:1;
  }

  .btn-text {
    font-size:16px;
    position:relative;
    pointer-events:visible;
    text-transform:capitalize;
  }

  .btn-text::before {
    bottom:-4px;
    left:0px;
    width:100%;
    height:2px;
    content:"";
    position:absolute;
    background-color:rgb(34, 34, 34);
  }

  .btn-text:hover {
    color:rgb(83, 112, 142);
  }

  .btn-text:hover::before {
    background-color:rgb(83, 112, 142);
  }

  .btn-cart {
    padding:12px 25px;
    background-color:rgb(255, 255, 255);
    border-radius:30px;
    text-transform:capitalize;
    box-shadow:rgba(0, 0, 0, 0.05) 0px 2px 1px 0.5px;
  }

  .btn-cart:hover {
    color:rgb(255, 255, 255);
    background-color:rgb(83, 112, 142);
  }

  .btn-cart2 {
    height:40px;
    color:rgb(255, 255, 255);
    line-height:40px;
    border-radius:50px;
    padding:0px 25px;
    background-color:rgb(83, 112, 142);
  }

  .btn-cart2:hover {
    color:rgb(255, 255, 255);
    background-color:rgb(34, 34, 34);
  }

  .btn-sqr {
    color:rgb(255, 255, 255);
    font-size:15px;
    border-radius:0px;
    background-color:rgb(83, 112, 142);
    padding:12px 25px;
  }

  .btn-sqr:hover {
    color:rgb(255, 255, 255);
    background-color:rgb(34, 34, 34);
  }

  .mobile-header {
    padding:10px 0px;
  }

  .mobile-header-top {
    border-bottom:1px solid rgb(239, 239, 239);
  }

  .mobile-header-top .header-top-settings {
    float:none;
  }

  .mobile-logo {
    max-width:140px;
    width:100%;
  }

  .mobile-main-header {
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    justify-content:space-between;
  }

  .mobile-main-header .mobile-menu-toggler {
    display:flex;
    -webkit-box-align:center;
    align-items:center;
  }

  .mobile-main-header .mobile-menu-toggler .mini-cart-wrap {
    line-height:1;
  }

  .mobile-main-header .mobile-menu-toggler .mini-cart-wrap a {
    font-size:25px;
    line-height:1;
    color:rgb(34, 34, 34);
    position:relative;
  }

  .mobile-main-header .mobile-menu-toggler .mini-cart-wrap a:hover {
    color:rgb(83, 112, 142);
  }

  .mobile-main-header .mobile-menu-toggler .mini-cart-wrap .notification {
    font-size:13px;
    color:rgb(255, 255, 255);
    width:16px;
    height:16px;
    line-height:16px;
    border-radius:50%;
    text-align:center;
    font-weight:600;
    right:-4px;
    top:-4px;
    position:absolute;
    background-color:rgb(83, 112, 142);
  }

  .mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
    margin-left:25px;
  }

  .mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
    width:25px;
    height:2px;
    display:block;
    transition:all 0.4s ease 0s;
    background-color:rgb(34, 34, 34);
    transform-origin:left center;
  }

  .mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(2),
  .mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(3) {
    margin-top:5px;
  }

  .mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
    background-color:rgb(83, 112, 142);
  }

  .mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(1),
  .mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(3) {
    width:20px;
  }

  .mobile-navigation {
    overflow:hidden;
    max-height:250px;
  }

  .mobile-navigation nav {
    height:100%;
  }

  .mobile-menu {
    margin-top:30px;
    height:100%;
    overflow:auto;
    padding-right:30px;
    margin-right:-30px;
  }

  @media only screen and (max-width:479.98px) {
    .mobile-menu {
      margin-top:15px;
    }
  }

  .mobile-menu li>a {
    font-size:15px;
    color:rgb(34, 34, 34);
    text-transform:capitalize;
    line-height:18px;
    position:relative;
    display:inline-block;
    padding:10px 0px;
  }

  .mobile-menu li>a:hover {
    color:rgb(83, 112, 142);
  }

  .mobile-menu li ul li {
    border:none;
  }

  .mobile-menu li ul li a {
    font-size:14px;
    text-transform:capitalize;
    padding:10px 0px 8px;
  }

  .mobile-menu li.menu-item-has-children {
    display:block;
    position:relative;
  }

  .mobile-menu li.menu-item-has-children .dropdown {
    padding-left:15px;
  }

  .mobile-menu li.menu-item-has-children .menu-expand {
    line-height:50;
    top:-5px;
    left:95%;
    width:30px;
    position:absolute;
    height:50px;
    text-align:center;
    cursor:pointer;
  }

  .mobile-menu li.menu-item-has-children .menu-expand i {
    display:block;
    position:relative;
    width:10px;
    margin-top:25px;
    border-bottom:1px solid rgb(34, 34, 34);
    transition:all 250ms ease-out 0s;
  }

  .mobile-menu li.menu-item-has-children .menu-expand i::before {
    top:0px;
    width:100%;
    content:"";
    display:block;
    position:absolute;
    transform:rotate(90deg);
    border-bottom:1px solid rgb(34, 34, 34);
    transition:all 0.4s ease 0s;
  }

  .mobile-menu li.menu-item-has-children.active>.menu-expand i::before {
    transform:rotate(0deg);
  }

  .offcanvas-widget-area {
    margin-top:auto;
    padding-bottom:30px;
  }

  @media only screen and (max-width:479.98px) {
    .offcanvas-widget-area {
      padding-bottom:0px;
    }
  }

  .off-canvas-contact-widget li {
    color:rgb(85, 85, 85);
    font-size:15px;
    margin-bottom:5px;
  }

  .off-canvas-contact-widget li i {
    width:20px;
  }

  .off-canvas-contact-widget li a {
    color:rgb(85, 85, 85);
  }

  .off-canvas-contact-widget li a:hover {
    color:rgb(83, 112, 142);
  }

  .off-canvas-social-widget {
    margin-top:20px;
  }

  .off-canvas-social-widget a {
    color:rgb(85, 85, 85);
    font-size:18px;
    display:inline-block;
    margin-right:15px;
  }

  .off-canvas-social-widget a:hover {
    color:rgb(83, 112, 142);
  }

  .off-canvas-wrapper {
    position:fixed;
    top:0px;
    left:0px;
    height:100vh;
    width:100vw;
    opacity:0;
    visibility:hidden;
    transition:all 0.4s ease 0s;
    z-index:9999;
  }

  .off-canvas-wrapper.open {
    opacity:1;
    visibility:visible;
  }

  .off-canvas-wrapper.open .off-canvas-inner-content {
    transform:none;
  }

  .off-canvas-wrapper .off-canvas-overlay {
    background-color:rgba(0, 0, 0, 0.4);
    content:"";
    cursor:url("../img/icon/cancel.png"), auto;
    position:absolute;
    left:0px;
    top:0px;
    height:100%;
    width:100%;
  }

  .off-canvas-wrapper .off-canvas-inner-content {
    background-color:rgb(255, 255, 255);
    width:300px;
    padding:20px;
    height:100%;
    position:relative;
    transform:translateX(calc(-100% - 50px));
    transition:all 0.4s ease 0s;
  }

  @media only screen and (max-width:479.98px) {
    .off-canvas-wrapper .off-canvas-inner-content {
      width:260px;
      padding:15px;
    }
  }

  .off-canvas-wrapper .btn-close-off-canvas {
    top:0px;
    left:100%;
    width:40px;
    height:40px;
    font-size:20px;
    color:rgb(255, 255, 255);
    line-height:40px;
    text-align:center;
    cursor:pointer;
    position:absolute;
    transition:all 0.4s ease 0s;
    background-color:rgb(83, 112, 142);
  }

  .off-canvas-wrapper .btn-close-off-canvas i {
    font-size:40px;
    transform:rotate(0deg);
    transition:all 0.4s ease 0s;
    display:block;
    line-height:40px;
  }

  .off-canvas-wrapper .btn-close-off-canvas:hover i {
    transform:rotate(-90deg);
  }

  .off-canvas-wrapper .off-canvas-inner {
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    margin-left:auto;
    height:100%;
  }

  .search-box-offcanvas form {
    position:relative;
  }

  .search-box-offcanvas form input {
    color:rgb(102, 102, 102);
    font-size:13px;
    width:100%;
    height:40px;
    border:none;
    padding:0px 40px 0px 10px;
    background-color:rgb(242, 242, 242);
  }

  .search-box-offcanvas form .search-btn {
    top:0px;
    right:0px;
    width:40px;
    height:40px;
    line-height:42px;
    font-size:20px;
    color:rgb(34, 34, 34);
    position:absolute;
  }

  .search-box-offcanvas form .search-btn:hover {
    color:rgb(83, 112, 142);
  }

  .mobile-settings {
    padding-top:15px;
    margin-top:15px;
    border-top:1px solid rgb(239, 239, 239);
  }

  .mobile-settings li {
    margin-bottom:5px;
  }

  .mobile-settings .nav {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
  }

  .mobile-settings .nav .mobile-top-dropdown .dropdown-toggle {
    font-size:14px;
    color:rgb(85, 85, 85);
    cursor:pointer;
  }

  .mobile-settings .nav .mobile-top-dropdown .dropdown-toggle i {
    font-size:12px;
    padding-left:5px;
    vertical-align:middle;
  }

  .mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:hover {
    color:rgb(83, 112, 142);
  }

  .mobile-settings .nav .mobile-top-dropdown .dropdown-toggle::after {
    display:none;
  }

  .mobile-settings .nav .mobile-top-dropdown .dropdown-menu {
    padding:0px;
    border-color:rgb(239, 239, 239);
    transform:translateY(30px);
    transition:all 0.4s ease 0s;
  }

  .mobile-settings .nav .mobile-top-dropdown .dropdown-menu.show {
    transform:translateY(0px);
  }

  .mobile-settings .nav .mobile-top-dropdown .dropdown-menu .dropdown-item {
    font-size:13px;
    color:rgb(85, 85, 85);
    padding:6px 15px;
  }

  .minicart-inner {
    top:0px;
    left:0px;
    position:fixed;
    width:100vw;
    height:100vh;
    transition:all 0.4s ease 0s;
    z-index:9;
    opacity:0;
    visibility:hidden;
  }

  .minicart-inner .offcanvas-overlay {
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    content:"";
    position:absolute;
    background-color:rgba(0, 0, 0, 0.5);
    cursor:url("../img/icon/cancel.png"), auto;
  }

  .minicart-inner.show {
    opacity:1;
    visibility:visible;
  }

  .minicart-inner.show .minicart-inner-content {
    transform:none;
  }

  .minicart-inner .minicart-close {
    width:50px;
    height:50px;
    text-align:center;
    background-color:rgb(83, 112, 142);
    color:rgb(255, 255, 255);
    font-size:50px;
    cursor:pointer;
    top:0px;
    right:375px;
    position:absolute;
  }

  .minicart-inner .minicart-close i {
    display:block;
    line-height:50px;
    transition:all 0.6s ease 0s;
  }

  .minicart-inner .minicart-close:hover i {
    transform:rotate(180deg);
  }

  .minicart-inner .minicart-inner-content {
    top:0px;
    right:0px;
    height:100vh;
    width:100%;
    max-width:375px;
    position:absolute;
    background-color:rgb(255, 255, 255);
    transform:translateX(calc(100% + 50px));
    transition:all 0.4s ease 0s;
    padding:50px 20px;
  }

  .minicart-content-box {
    overflow:auto;
    height:100%;
    padding-right:30px;
    margin-right:-15px;
  }

  .minicart-item-wrapper {
    border-bottom:1px solid rgb(239, 239, 239);
  }

  .minicart-item-wrapper ul li {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid rgb(239, 239, 239);
  }

  .minicart-item-wrapper ul li:last-child {
    border-bottom:none;
    padding-bottom:0px;
  }

  .minicart-item {
    display:flex;
    flex-wrap:wrap;
  }

  .minicart-thumb {
    max-width:85px;
    flex-basis:85px;
  }

  .minicart-content {
    padding:0px 10px;
    max-width:calc(100% - 115px);
    flex-basis:calc(100% - 115px);
  }

  .minicart-content .product-name {
    font-size:14px;
    font-weight:700;
    line-height:1.5;
    padding-bottom:10px;
  }

  .minicart-content .product-name a {
    color:rgb(34, 34, 34);
  }

  .minicart-content .product-name a:hover {
    color:rgb(83, 112, 142);
  }

  .minicart-content .cart-quantity {
    font-size:12px;
    color:rgb(85, 85, 85);
    line-height:1;
  }

  .minicart-content .cart-quantity strong {
    font-size:16px;
    font-weight:400;
    vertical-align:text-bottom;
  }

  .minicart-content .cart-price {
    color:rgb(83, 112, 142);
    font-size:14px;
    line-height:1;
  }

  .minicart-remove {
    max-width:30px;
    flex-basis:30px;
    text-align:center;
    font-size:18px;
    line-height:1;
    color:rgb(34, 34, 34);
  }

  .minicart-remove:hover {
    color:rgb(83, 112, 142);
  }

  .minicart-pricing-box {
    border-bottom:1px solid rgb(239, 239, 239);
    padding-bottom:20px;
    margin-bottom:20px;
    padding-top:15px;
  }

  .minicart-pricing-box li {
    margin-bottom:5px;
    display:flex;
    -webkit-box-pack:justify;
    justify-content:space-between;
  }

  .minicart-pricing-box li span {
    font-size:14px;
    color:rgb(34, 34, 34);
    text-transform:capitalize;
  }

  .minicart-pricing-box li span strong {
    color:rgb(83, 112, 142);
    font-weight:400;
  }

  .minicart-pricing-box li.total span {
    font-size:16px;
  }

  .minicart-pricing-box li:last-child {
    margin-bottom:0px;
  }

  .minicart-button a {
    color:rgb(34, 34, 34);
    font-size:14px;
    display:block;
    font-weight:700;
    line-height:1;
    padding:17px 0px;
    background-color:rgb(243, 243, 243);
    border-radius:40px;
    text-align:center;
    margin-bottom:10px;
  }

  .minicart-button a i {
    padding-right:5px;
  }

  .minicart-button a:hover {
    color:rgb(255, 255, 255);
    letter-spacing:1.1px;
    background-color:rgb(83, 112, 142);
  }

  .minicart-button a:last-child {
    margin-bottom:0px;
  }

  .hero-slider-item {
    height:530px;
    display:flex;
    -webkit-box-align:center;
    align-items:center;
  }

  @media only screen and (min-width:1600px) {
    .hero-slider-item {
      height:670px;
    }
  }

  @media only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .hero-slider-item {
      height:400px;
    }
  }

  @media only screen and (max-width:575.98px) {
    .hero-slider-item {
      height:350px;
    }
  }

  .hero-style-five .hero-slider-item {
    height:800px;
  }

  @media only screen and (min-width:1200px) and (max-width:1599px),
  only screen and (min-width:992px) and (max-width:1199px) {
    .hero-style-five .hero-slider-item {
      height:530px;
    }
  }

  @media only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .hero-style-five .hero-slider-item {
      height:400px;
    }
  }

  @media only screen and (max-width:575.98px) {
    .hero-style-five .hero-slider-item {
      height:350px;
    }
  }

  .hero-slider-content {
    position:relative;
  }

  @media only screen and (max-width:767.98px) {
    .hero-slider-content {
      padding-right:150px;
    }
  }

  @media only screen and (max-width:575.98px) {
    .hero-slider-content {
      padding-right:90px;
    }
  }

  @media only screen and (max-width:479.98px) {
    .hero-slider-content {
      padding-right:0px;
    }
  }

  .hero-slider-content .slide-title {
    font-size:60px;
    font-weight:normal;
    line-height:1;
    font-family:myFirstFont;
  }

  .hero-slider-content .slide-title span {
    display:block;
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slider-content .slide-title {
      font-size:50px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .hero-slider-content .slide-title {
      font-size:40px;
      line-height:1.2;
    }
  }

  @media only screen and (max-width:575.98px) {
    .hero-slider-content .slide-title {
      font-size:35px;
    }
  }

  @media only screen and (max-width:479.98px) {
    .hero-slider-content .slide-title {
      font-size:30px;
    }
  }

  .hero-slider-content .slide-desc {
    font-size:20px;
    font-weight:300;
    line-height:1.3;
    color:rgb(34, 34, 34);
    padding-top:20px;
  }

  @media only screen and (max-width:575.98px) {
    .hero-slider-content .slide-desc {
      padding-top:10px;
    }
  }

  .btn-hero {
    color:rgb(255, 255, 255);
    font-size:15px;
    line-height:1;
    padding:14px 30px;
    display:inline-block;
    border-radius:50px;
    background-color:rgb(83, 112, 142);
    margin-top:38px;
  }

  @media only screen and (max-width:575.98px) {
    .btn-hero {
      margin-top:25px;
    }
  }

  .btn-hero:hover {
    color:rgb(255, 255, 255);
    background-color:rgb(34, 34, 34);
  }

  .hero-overlay {
    position:relative;
  }

  .hero-overlay::before {
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    content:"";
    position:absolute;
    background-color:rgba(255, 255, 255, 0.7);
    display:none;
  }

  @media only screen and (max-width:767.98px) {
    .hero-overlay::before {
      display:block;
    }
  }

  .slick-active .hero-slider-content.slide-1 h2 {
    animation:2s linear 0s 1 alternate none running bounceIn;
  }

  .slick-active .hero-slider-content.slide-1 h4 {
    animation:1s linear 0s 1 alternate none running zoomIn;
  }

  .slick-active .hero-slider-content.slide-1 a {
    animation:0.5s linear 0s 1 alternate none running slideInUp;
  }

  .slick-active .hero-slider-content.slide-2 h2 {
    animation:1.5s linear 0s 1 alternate none running bounceIn;
  }

  .slick-active .hero-slider-content.slide-2 h4 {
    animation:1s linear 0s 1 alternate none running fadeInLeft;
  }

  .slick-active .hero-slider-content.slide-2 a {
    animation:0.5s linear 0s 1 alternate none running slideInUp;
  }

  .slick-active .hero-slider-content.slide-3 h2 {
    animation:1000ms linear 0s 1 alternate none running fadeInUp;
  }

  .slick-active .hero-slider-content.slide-3 h4 {
    animation:600ms linear 0s 1 alternate none running bounceIn;
  }

  .slick-active .hero-slider-content.slide-3 a {
    animation:1400ms linear 0s 1 alternate none running fadeInUp;
  }

  .slider-item {
    position:relative;
    overflow:hidden;
  }

  .slider-item::before {
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    content:"";
    position:absolute;
    background-color:rgb(0, 0, 0);
    pointer-events:none;
    opacity:0;
    visibility:hidden;
    z-index:1;
    transition:all 0.4s ease 0s;
  }

  @media only screen and (max-width:767.98px) {
    .slider-item::before {
      opacity:0.6;
      visibility:visible;
    }
  }

  .slider-item:hover::before {
    opacity:0.6;
    visibility:visible;
  }

  .slider-item:hover .slider-thumb img {
    transform:scale(1.1);
  }

  .slider-item:hover .slider-item-content {
    transform:translateY(-50%) scale(1);
    opacity:1;
    visibility:visible;
  }

  .slider-item .slider-thumb img {
    width:100%;
  }

  .slider-item-content {
    top:50%;
    left:0px;
    right:0px;
    margin:auto;
    position:absolute;
    text-align:center;
    padding:0px 30px;
    z-index:2;
    transition:all 0.4s ease 0s;
    transform:translateY(-50%) scale(0.8);
    opacity:0;
    visibility:hidden;
  }

  @media only screen and (max-width:767.98px) {
    .slider-item-content {
      opacity:1;
      visibility:visible;
      transform:translateY(-50%) scale(1);
    }
  }

  .slider-item-content h2 {
    color:rgb(255, 255, 255);
    font-size:36px;
    font-weight:700;
    line-height:1.1;
    padding-bottom:6px;
    overflow-wrap:break-word;
    text-transform:uppercase;
    font-family:Lato, sans-serif;
  }

  @media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-item-content h2 {
      font-size:30px;
    }
  }

  @media only screen and (max-width:479.98px) {
    .slider-item-content h2 {
      font-size:26px;
    }
  }

  .slider-item-content h3 {
    color:rgb(255, 255, 255);
    font-size:30px;
    font-weight:400;
    line-height:1.2;
    text-transform:capitalize;
    font-family:Lato, sans-serif;
  }

  @media only screen and (max-width:479.98px) {
    .slider-item-content h3 {
      font-size:22px;
    }
  }

  .slider-item-content .btn-text {
    margin-top:15px;
    color:rgb(255, 255, 255);
  }

  .slider-item-content .btn-text::before {
    background-color:rgb(255, 255, 255);
  }

  .slider-item-content .btn-text:hover {
    color:rgb(83, 112, 142);
  }

  .slider-item-content .btn-text:hover::before {
    background-color:rgb(83, 112, 142);
  }

  .policy-block {
    border-bottom:1px solid rgb(239, 239, 239);
  }

  .policy-item {
    display:flex;
    margin-top:30px;
    margin-bottom:-3px;
  }

  @media only screen and (max-width:767.98px) {
    .policy-item {
      margin-bottom:-6px;
    }
  }

  @media only screen and (max-width:575.98px) {
    .policy-item {
      display:block;
      text-align:center;
    }
  }

  .policy-icon {
    font-size:30px;
    line-height:1;
    color:rgb(83, 112, 142);
    padding-right:10px;
  }

  @media only screen and (min-width:992px) and (max-width:1199px) {
    .policy-icon {
      padding-right:12px;
    }
  }

  @media only screen and (max-width:575.98px) {
    .policy-icon {
      padding-right:0px;
      margin-bottom:10px;
    }
  }

  .policy-content p {
    color:rgb(119, 119, 119);
    padding-top:1px;
  }

  .banner-statistics {
    position:relative;
  }

  .banner-statistics img {
    width:100%;
  }

  .banner-statistics:hover img {
    opacity:0.7;
  }

  .banner-content {
    right:55px;
    top:50%;
    position:absolute;
    pointer-events:none;
    transform:translateY(-50%);
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .banner-content {
      right:30px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .banner-content {
      right:20px;
    }
  }

  @media only screen and (max-width:575.98px) {
    .banner-content {
      right:55px;
    }
  }

  @media only screen and (max-width:479.98px) {
    .banner-content {
      right:20px;
    }
  }

  .banner-content_style2 {
    left:40px;
    top:auto;
    bottom:40px;
    transform:translateY(0px);
  }

  .banner-content_style2 .banner-text3 {
    transition:all 0.4s ease 0s;
  }

  .banner-content_style2 .banner-text3 a {
    color:rgb(34, 34, 34);
    pointer-events:visible;
  }

  .banner-content_style2 .banner-text3 a:hover {
    color:rgb(83, 112, 142);
  }

  .banner-content_style3 {
    left:40px;
    right:auto;
  }

  .banner-text1 {
    font-size:15px;
    line-height:1.1;
    padding-bottom:15px;
    color:rgb(119, 119, 119);
    text-transform:uppercase;
  }

  @media only screen and (max-width:767.98px) {
    .banner-text1 {
      font-size:14px;
      padding-bottom:10px;
    }
  }

  @media only screen and (max-width:575.98px) {
    .banner-text1 {
      font-size:15px;
      padding-bottom:15px;
    }
  }

  @media only screen and (max-width:479.98px) {
    .banner-text1 {
      font-size:14px;
      padding-bottom:10px;
    }
  }

  .banner-text2 {
    padding-bottom:34px;
    transition:all 0.4s ease 0s;
  }

  .banner-text2 span {
    display:block;
  }

  @media only screen and (max-width:767.98px),
  only screen and (max-width:479.98px) {
    .banner-text2 span {
      display:inline-block;
    }
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .banner-text2 {
      font-size:20px;
      padding-bottom:15px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .banner-text2 {
      font-size:17px;
      padding-bottom:10px;
    }
  }

  @media only screen and (max-width:575.98px) {
    .banner-text2 {
      font-size:25px;
      padding-bottom:34px;
    }
  }

  @media only screen and (max-width:479.98px) {
    .banner-text2 {
      font-size:17px;
      padding-bottom:10px;
    }
  }

  .section-title {
    margin-top:-7px;
    margin-bottom:37px;
  }

  .section-title .title {
    font-size:40px;
    font-family:myFirstFont;
    font-weight:500;
    text-transform:capitalize;
    background:linear-gradient(90deg, rgb(83, 112, 142), rgb(0, 0, 0), rgb(83, 112, 142)) 0% 0% / 90% no-repeat text;
    -webkit-text-fill-color:rgba(255, 255, 255, 0);
  }

  @media only screen and (max-width:767.98px) {
    .section-title .title {
      font-size:26px;
    }
  }

  .section-title .sub-title {
    font-size:15px;
    padding-top:6px;
    color:rgb(85, 85, 85);
  }

  @-webkit-keyframes shine {
    0% {
      background-position:-500% center;
    }

    100% {
      background-position:100% center;
    }
  }

  @keyframes shine {
    0% {
      background-position:-500% center;
    }

    100% {
      background-position:100% center;
    }
  }

  .section-title-append {
    display:flex;
    -webkit-box-pack:justify;
    justify-content:space-between;
    position:relative;
    margin-top:-4px;
    margin-bottom:18px;
    line-height:1;
  }

  .section-title-append::after {
    top:50%;
    right:0px;
    width:100%;
    height:1px;
    content:"";
    position:absolute;
    background-color:rgb(239, 239, 239);
    transform:translateY(-50%);
    z-index:1;
    margin-top:-3px;
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .section-title-append::after {
      margin-top:2px;
    }
  }

  .section-title-append h4 {
    display:inline-block;
    line-height:1;
    text-transform:capitalize;
    background-color:rgb(255, 255, 255);
    position:relative;
    z-index:2;
    padding-right:5px;
  }

  @media only screen and (min-width:992px) and (max-width:1199px) {
    .section-title-append h4 {
      font-size:16px;
    }
  }

  .custom-checkbox.custom-control,
  .custom-radio.custom-control {
    min-height:auto;
    padding-left:1.5rem;
  }

  .custom-checkbox .custom-control-label,
  .custom-radio .custom-control-label {
    font-size:14px;
    line-height:1;
    /* padding-left:10px; */
    font-weight:bolder;
    display:block;
    cursor:pointer;
    position:relative;
  }

  .custom-checkbox .custom-control-label::before,
  .custom-radio .custom-control-label::before {
    background-color:transparent;
    border:2px solid rgb(83 112 142);
    border-radius:0px;
    height:15px;
    top:0px;
    width:15px;
    content:"";
    position:absolute;
    left:-1.5rem;
  }

  .custom-checkbox .custom-control-label::after,
  .custom-radio .custom-control-label::after {
    background-size:10px 10px;
    height:15px;
    top:0px;
    content:"";
    position:absolute;
    left:-1.5rem;
  }

  .custom-checkbox .custom-control-label a,
  .custom-radio .custom-control-label a {
    color:rgb(34, 34, 34);
    font-weight:500;
  }

  .custom-checkbox .custom-control-label a:hover,
  .custom-radio .custom-control-label a:hover {
    color:rgb(83, 112, 142);
  }

  .custom-checkbox input,
  .custom-checkbox .custom-control-input,
  .custom-radio input,
  .custom-radio .custom-control-input {
    outline:none;
    display:none;
  }

  .custom-checkbox input:focus~.custom-control-label::before,
  .custom-checkbox input:focus label::before,
  .custom-checkbox .custom-control-input:focus~.custom-control-label::before,
  .custom-checkbox .custom-control-input:focus label::before,
  .custom-radio input:focus~.custom-control-label::before,
  .custom-radio input:focus label::before,
  .custom-radio .custom-control-input:focus~.custom-control-label::before,
  .custom-radio .custom-control-input:focus label::before {
    box-shadow:none;
  }

  .custom-checkbox input:checked~.custom-control-label::before,
  .custom-checkbox input:checked label::before,
  .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
  .custom-checkbox .custom-control-input:checked label::before,
  .custom-radio input:checked~.custom-control-label::before,
  .custom-radio input:checked label::before,
  .custom-radio .custom-control-input:checked~.custom-control-label::before,
  .custom-radio .custom-control-input:checked label::before {
    background-color:rgb(83 112 142);
    border-color:rgb(83, 112, 142);
  }

  .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    width:15px;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  }

  .custom-radio label::before,
  .custom-radio .custom-control-label::before {
    border-radius:50%;
    height:14px;
    width:14px;
  }

  .custom-radio label::after,
  .custom-radio .custom-control-label::after {
    background-size:10px 10px;
    left:-21px;
    top:3px;
    height:8px;
    width:8px;
  }

  .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-size:cover;
  }

  .bg-gray {
    background-color:rgb(244, 244, 244);
  }

  .twitter-feed-content {
    padding:32px 0px;
    border-bottom:1px solid rgb(239, 239, 239);
  }

  .twitter-feed-content p {
    color:rgb(136, 136, 136);
  }

  .twitter-feed-content p a {
    color:rgb(83, 112, 142);
  }

  .twitter-feed-content p a:hover {
    text-decoration:underline;
  }

  .product-tab-menu {
    margin-top:-6px;
    margin-bottom:35px;
  }

  .product-tab-menu ul li {
    margin-right:35px;
  }

  @media only screen and (max-width:479.98px) {
    .product-tab-menu ul li {
      margin-right:15px;
    }
  }

  .product-tab-menu ul li:last-child {
    margin-right:0px;
  }

  .product-tab-menu ul li a {
    font-size:16px;
    font-weight:400;
    line-height:1.2;
    color:rgb(119, 119, 119);
  }

  .product-tab-menu ul li a:hover,
  .product-tab-menu ul li a.active {
    color:rgb(83, 112, 142);
  }

  .tab-content .tab-pane.show.active .product-item {
    animation-name:zoomIn;
    animation-duration:1s;
  }

  .brand-logo-carousel {
    padding:30px 0px;
    border-top:1px solid rgb(239, 239, 239);
    border-bottom:1px solid rgb(239, 239, 239);
  }

  .brand-item img {
    margin:auto;
  }

  .hot-deals-item {
    border:1px solid rgb(83, 112, 142);
    border-radius:5px;
  }

  .hot-deals-item .product-caption {
    padding:20px;
  }

  @media only screen and (max-width:767.98px) {
    .hot-deals-item .product-caption {
      padding:20px 10px;
    }
  }

  .hot-deals-item .manufacturer-name {
    padding-bottom:5px;
  }

  .hot-deals-item .product-name {
    font-size:20px;
    padding-bottom:30px;
  }

  .hot-deals-item .price-box {
    font-size:21px;
    padding-top:8px;
  }

  .progress {
    height:15px;
    border-radius:50px;
  }

  .progress-quantity {
    position:relative;
    margin-top:52px;
  }

  .progress-bar {
    width:60%;
    background-color:rgb(83, 112, 142) !important;
  }

  .progress-bar:nth-child(2) {
    width:70%;
  }

  .progress-title {
    display:flex;
    position:absolute;
    top:calc(-100% - 8px);
    left:0px;
    width:100%;
    line-height:1;
    -webkit-box-pack:justify;
    justify-content:space-between;
  }

  .product-sold,
  .product-available {
    font-size:14px;
    color:rgb(119, 119, 119);
  }

  .product-sold span,
  .product-available span {
    color:rgb(83, 112, 142);
    font-weight:700;
  }

  .product-countdown {
    display:flex;
    -webkit-box-pack:center;
    justify-content:center;
    margin:30px 0px;
  }

  .product-countdown .single-countdown {
    height:45px;
    width:45px;
    text-align:center;
    line-height:45px;
    margin-right:10px;
    border-radius:50%;
    background-color:rgb(234, 234, 234);
  }

  .product-countdown .single-countdown__time {
    font-size:16px;
    display:inline-block;
    color:rgb(34, 34, 34);
  }

  .product-countdown .single-countdown__text {
    font-size:11px;
    display:block;
    color:rgb(34, 34, 34);
    line-height:1;
    margin-top:5px;
    text-transform:uppercase;
  }

  .product-countdown .single-countdown:last-child {
    margin-right:0px;
  }

  .product-countdown--style-two {
    -webkit-box-pack:start;
    justify-content:flex-start;
  }

  .product-details-des .product-countdown {
    margin:20px 0px 30px;
    display:flex;
    -webkit-box-pack:start;
    justify-content:flex-start;
  }

  .instagram-item {
    position:relative;
    z-index:1;
  }

  .instagram-item::before {
    background-color:rgba(0, 0, 0, 0.4);
    content:"";
    position:absolute;
    left:0px;
    top:0px;
    transition:all 0.4s ease 0s;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    height:100%;
    width:100%;
  }

  .instagram-item .instagram-hvr-content {
    position:absolute;
    top:50%;
    left:50%;
    transition:all 0.4s ease 0s;
    opacity:0;
    visibility:hidden;
    transform:translate(-50%, -50%);
    z-index:1;
  }

  .instagram-item .instagram-hvr-content span {
    color:rgb(255, 255, 255);
    margin-right:20px;
  }

  .instagram-item .instagram-hvr-content span:last-child {
    margin-right:0px;
  }

  .instagram-item .instagram-hvr-content span i.fa {
    margin-right:5px;
  }

  .instagram-item:hover::before {
    opacity:1;
    visibility:visible;
  }

  .instagram-item:hover .instagram-hvr-content {
    opacity:1;
    visibility:visible;
  }

  .policy-list:not(:last-child) {
    margin-bottom:40px;
  }

  @media only screen and (max-width:767.98px) {
    .policy-list:not(:last-child) {
      margin-bottom:25px;
    }
  }

  .policy-list a {
    color:rgb(83, 112, 142);
  }

  .policy-title {
    margin-bottom:10px;
  }

  .product-item {
    overflow:hidden;
    border:1px solid rgb(241, 241, 241);
    padding-bottom:10px;
    background:rgb(248, 248, 248);
  }

  .product-item .color-categories {
    padding:13px 0px 6px;
  }

  .product-item:hover .product-thumb .sec-img,
  .product-list-item:hover .product-thumb .sec-img {
    opacity:1;
    visibility:visible;
  }

  .product-item:hover .product-thumb .pri-img,
  .product-list-item:hover .product-thumb .pri-img {
    opacity:0;
    visibility:hidden;
  }

  .product-item:hover .button-group a,
  .product-list-item:hover .button-group a {
    opacity:1;
    visibility:visible;
    transform:scale(1);
  }

  .product-item:hover .cart-hover,
  .product-list-item:hover .cart-hover {
    bottom:15px;
    opacity:1;
    visibility:visible;
  }

  .product-thumb {
    position:relative;
  }

  .product-thumb img {
    width:100%;
  }

  .product-thumb .sec-img {
    top:0px;
    left:0px;
    position:absolute;
    opacity:0;
    visibility:hidden;
  }

  .product-caption {
    padding-top:17px;
    padding-bottom:10px;
  }

  .product-caption .product-name {
    font-weight:400;
    line-height:1.2;
    padding-bottom:8px;
  }

  .product-caption .product-name a {
    color:rgb(34, 34, 34);
    text-transform:capitalize;
  }

  .product-caption .product-name a:hover {
    color:rgb(83, 112, 142);
  }

  .manufacturer-name {
    padding-bottom:5px;
    line-height:1;
  }

  .manufacturer-name a {
    font-size:14px;
    line-height:1;
    color:rgb(119, 119, 119);
    text-transform:capitalize;
  }

  .manufacturer-name a:hover {
    color:rgb(83, 112, 142);
  }

  .color-categories {
    line-height:1;
  }

  .color-categories li {
    display:inline-block;
    padding:1px;
    border-radius:50%;
    border:1px solid rgb(239, 239, 239);
    transition:all 0.4s ease 0s;
  }

  .color-categories li:hover {
    border-color:rgb(83, 112, 142);
  }

  .color-categories li a {
    height:12px;
    width:12px;
    display:block;
    border-radius:50%;
  }

  .c-lightblue {
    background-color:rgb(176, 196, 222);
  }

  .c-darktan {
    background-color:rgb(170, 158, 120);
  }

  .c-grey {
    background-color:rgb(128, 128, 128);
  }

  .c-brown {
    background-color:rgb(150, 75, 0);
  }

  .button-group {
    right:15px;
    top:15px;
    position:absolute;
  }

  .button-group a {
    width:38px;
    height:38px;
    display:block;
    font-size:18px;
    line-height:42px;
    color:rgb(34, 34, 34);
    text-align:center;
    border-radius:50%;
    margin-bottom:10px;
    background-color:rgb(255, 255, 255);
    transform:scale(0.6);
    transition:all 0.4s ease 0s;
    opacity:0;
    visibility:hidden;
  }

  .button-group a span {
    display:block;
  }

  .button-group a:hover {
    color:rgb(83, 112, 142);
  }

  .cart-hover {
    bottom:0px;
    left:0px;
    right:0px;
    position:absolute;
    text-align:center;
    opacity:0;
    visibility:hidden;
    transition:all 0.4s ease 0s;
  }

  .product-label {
    background:rgb(83, 112, 142);
    border-radius:20px;
    color:rgb(255, 255, 255);
    font-size:12px;
    font-weight:400;
    /* left:20px; */
    line-height:1;
    min-width:46px;
    padding:4px 12px;
    position:absolute;
    text-align:center;
    text-transform:capitalize;
    z-index:3;
  }

  .product-label span {
    display:block;
    margin-top:-1px;
  }

  .product-label.discount {
    background-color:rgb(34, 34, 34);
  }

  .product-label:nth-child(1) {
    top:10px;
    left:10px;
  }

  .product-label:nth-child(2) {
    top:10px;
    right:10px;
    /* left:100%; */
  }

  .ratings {
    color:rgb(249, 189, 34);
    font-size:14px;
  }

  .ratings span {
    margin-right:3px;
  }

  .price-box {
    font-size:15px;
    line-height:1;
  }

  .price-regular {
    color:rgb(83, 112, 142);
    font-weight:500;
  }

  .price-old {
    color:rgb(153, 153, 153);
    padding-left:5px;
    font-weight:300;
  }

  .product-list-item {
    display:flex;
  }

  @media only screen and (max-width:767.98px) {
    .product-list-item {
      display:block !important;
    }
  }

  .product-list-item .product-thumb {
    max-width:30%;
    flex-basis:30%;
    height:100%;
  }

  @media only screen and (max-width:767.98px) {
    .product-list-item .product-thumb {
      max-width:100%;
      flex-basis:100%;
    }
  }

  .product-content-list {
    padding-left:20px;
    max-width:70%;
    flex-basis:70%;
  }

  @media only screen and (max-width:767.98px) {
    .product-content-list {
      padding-left:0px;
      max-width:100%;
      flex-basis:100%;
      margin-top:30px;
    }
  }

  .product-content-list .manufacturer-name {
    padding-bottom:10px;
  }

  .product-content-list .ratings {
    padding-bottom:10px;
  }

  .product-content-list .product-name {
    padding:10px 0px 12px;
  }

  .product-content-list .product-name a {
    color:rgb(34, 34, 34);
    font-weight:400;
  }

  .product-content-list .product-name a:hover {
    color:rgb(83, 112, 142);
  }

  .product-content-list p {
    padding-top:15px;
    margin-top:22px;
    border-top:1px solid rgb(239, 239, 239);
  }

  @media only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .group-product-banner {
      margin-bottom:80px;
    }
  }

  .group-item {
    display:flex;
  }

  .group-item-thumb {
    max-width:80px;
    flex-basis:80px;
  }

  .group-item-desc {
    position:relative;
    padding-left:10px;
    max-width:calc(100% - 80px);
    flex-basis:calc(100% - 80px);
  }

  .group-item-desc .group-product-name {
    font-size:16px;
    line-height:1.5;
    font-weight:400;
    text-transform:capitalize;
    padding-bottom:18px;
  }

  .group-item-desc .group-product-name a {
    color:rgb(34, 34, 34);
  }

  .group-item-desc .group-product-name a:hover {
    color:rgb(83, 112, 142);
    text-decoration:underline;
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .categories-group-wrapper {
      margin-bottom:78px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .categories-group-wrapper {
      margin-bottom:60px;
    }
  }

  .row [ class*="col-"]:last-child .categories-group-wrapper {
    margin-bottom:0px;
  }

  .group-list-item-wrapper .slick-slider .slick-slide>div {
    margin-bottom:20px;
  }

  .group-list-item-wrapper .slick-slider .slick-slide>div:last-child {
    margin-bottom:0px;
  }

  .testimonial-thumb-wrapper {
    max-width:290px;
    margin:auto;
  }

  .testimonial-thumb {
    cursor:pointer;
    transform:scale(0.7);
    transition:all 0.4s ease 0s;
    width:100px;
    height:100px;
    border-radius:50%;
    overflow:hidden;
  }

  .slick-slide.slick-current .testimonial-thumb {
    transform:scale(1);
  }

  .testimonial-content-wrapper {
    max-width:910px;
    margin:25px auto auto;
  }

  @media only screen and (min-width:992px) and (max-width:1199px) {
    .testimonial-content-wrapper {
      max-width:750px;
    }
  }

  .testimonial-content {
    padding:0px 15px;
    text-align:center;
  }

  .testimonial-content p {
    font-size:15px;
  }

  .testimonial-content .ratings {
    margin-top:30px;
    margin-bottom:5px;
  }

  .testimonial-author {
    font-size:17px;
    font-weight:700;
    line-height:1;
    text-transform:capitalize;
  }

  .breadcrumb-area {
    background-color:rgb(245, 245, 245);
  }

  .breadcrumb-wrap {
    padding:10px 0px;
    text-align:center;
  }

  .breadcrumb-wrap .breadcrumb {
    background:transparent;
    margin-bottom:0px;
    padding:0px;
    display:flex;
    -webkit-box-align:center;
    align-items:center;
  }

  .breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    color:rgb(34, 34, 34);
    font-size:14px;
    font-weight:400;
    line-height:1;
    text-transform:capitalize;
  }

  .breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover {
    color:rgb(83, 112, 142);
  }

  .breadcrumb-wrap .breadcrumb .breadcrumb-item::before {
    color:rgb(126, 126, 126);
    content:"/";
    font-size:12px;
    margin:0px 5px;
  }

  .breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child::before {
    display:none;
  }

  .breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
    color:rgb(83, 112, 142);
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
  }

  .sidebar-wrapper .sidebar-single:last-child {
    margin-bottom:0px;
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar-wrapper {
      margin-top:80px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .sidebar-wrapper {
      margin-top:62px;
    }
  }

  .sidebar-single {
    margin-bottom:35px;
  }

  .sidebar-single .sidebar-title {
    position:relative;
    line-height:1;
    margin-top:-3px;
    padding-bottom:20px;
    margin-bottom:20px;
    text-transform:capitalize;
  }

  .sidebar-single .sidebar-title::before {
    width:100%;
    height:1px;
    left:0px;
    bottom:0px;
    content:" ";
    position:absolute;
    background-color:rgb(239, 239, 239);
  }

  .price-range-wrap {
    padding-top:8px;
  }

  .price-range-wrap .price-range {
    border-radius:0px;
    margin-right:13px;
    margin-bottom:20px;
  }

  .price-range-wrap .price-range.ui-widget-content {
    border:none;
    background:rgb(238, 238, 238);
    height:6px;
    border-radius:20px;
  }

  .price-range-wrap .price-range.ui-widget-content .ui-slider-range {
    background-color:rgb(83, 112, 142);
    border-radius:0px;
  }

  .price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    border:none;
    background-color:rgb(255, 255, 255);
    height:12px;
    width:12px;
    outline:none;
    cursor:ew-resize;
    border-radius:50%;
    box-shadow:rgba(0, 0, 0, 0.6) 0px 0px 5px 0px;
  }

  .price-range-wrap .price-range.ui-widget-content .ui-slider-handle::before {
    top:50%;
    left:50%;
    content:"";
    width:6px;
    height:6px;
    position:absolute;
    background-color:rgb(83, 112, 142);
    border-radius:50%;
    transform:translate(-50%, -50%);
  }

  .price-range-wrap .range-slider {
    color:rgb(34, 34, 34);
    margin-top:30px;
  }

  .price-range-wrap .range-slider .price-input label {
    color:rgb(34, 34, 34);
    margin-bottom:0px;
  }

  .price-range-wrap .range-slider .price-input input {
    color:rgb(85, 85, 85);
    border:none;
    outline:none;
    max-width:80px;
    pointer-events:none;
  }

  .price-range-wrap .range-slider button.filter-btn {
    border:none;
    color:rgb(34, 34, 34);
    font-size:14px;
    font-weight:400;
    cursor:pointer;
    text-transform:uppercase;
    padding:4px 15px;
    border-radius:3px;
    background-color:rgb(235, 235, 235);
  }

  .price-range-wrap .range-slider button.filter-btn:hover {
    color:rgb(255, 255, 255);
    background-color:rgb(83, 112, 142);
  }

  .categories-list li {
    color:rgb(85, 85, 85);
    margin-bottom:20px;
    text-transform:capitalize;
  }

  .categories-list li:last-child {
    margin-bottom:0px;
  }

  .categories-list li:hover {
    color:rgb(83, 112, 142);
  }

  .shop-categories {
    margin-top:-4px;
  }

  .shop-categories li a {
    color:rgb(85, 85, 85);
    display:block;
    line-height:1;
    padding:10px 0px;
    text-transform:capitalize;
  }

  .shop-categories li:first-child a {
    padding-top:0px;
  }

  .shop-categories li:last-child a {
    padding-bottom:0px;
  }

  .shop-categories li:hover a {
    color:rgb(83, 112, 142);
  }

  .paginatoin-area {
    margin-top:30px;
    padding:20px;
    border:1px solid rgb(239, 239, 239);
  }

  .paginatoin-area .pagination-box {
    display:flex;
    -webkit-box-pack:center;
    justify-content:center;
  }

  .paginatoin-area .pagination-box li {
    margin-right:5px;
    display:inline-block;
  }

  .paginatoin-area .pagination-box li:last-child {
    margin-right:0px;
  }

  .paginatoin-area .pagination-box li a {
    color:rgb(34, 34, 34);
    height:36px;
    width:36px;
    font-size:14px;
    display:inline-block;
    text-align:center;
    line-height:36px;
    background-color:rgb(245, 245, 245);
    border-radius:50%;
  }

  .paginatoin-area .pagination-box li a i {
    font-size:30px;
    line-height:36px;
  }

  .paginatoin-area .pagination-box li a:hover {
    color:rgb(255, 255, 255);
    border-color:rgb(83, 112, 142);
    background-color:rgb(83, 112, 142);
  }

  .paginatoin-area .pagination-box li.active a {
    color:rgb(255, 255, 255);
    background-color:rgb(83, 112, 142);
  }

  .blog-post-item:hover .blog-thumb img {
    transform:scale(1.1);
    opacity:0.7;
  }

  .blog-thumb {
    overflow:hidden;
  }

  .blog-thumb img {
    width:100%;
  }

  .blog-content {
    padding-top:15px;
  }

  .blog-title {
    line-height:1.3;
    text-transform:capitalize;
  }

  .blog-title a {
    color:rgb(106, 106, 106);
    display:block;
    font-size:14px;
  }

  .blog-title a:hover {
    color:rgb(83, 112, 142);
  }

  .blog-meta {
    padding-bottom:15px;
  }

  .blog-meta p {
    font-size:13px;
    line-height:1;
    font-weight:400;
    color:rgb(119, 119, 119);
  }

  .blog-meta p a {
    color:rgb(83, 112, 142);
  }

  .blog-list-inner .blog-post-item {
    display:flex;
  }

  @media only screen and (max-width:767.98px) {
    .blog-list-inner .blog-post-item {
      display:block;
    }
  }

  .blog-list-inner .blog-post-item .blog-thumb {
    width:40%;
  }

  @media only screen and (max-width:767.98px) {
    .blog-list-inner .blog-post-item .blog-thumb {
      width:100%;
    }
  }

  .blog-list-inner .blog-post-item .blog-content {
    padding-top:0px;
    padding-left:20px;
    width:60%;
  }

  @media only screen and (max-width:767.98px) {
    .blog-list-inner .blog-post-item .blog-content {
      width:100%;
      padding-left:0px;
      padding-top:30px;
    }
  }

  .blog-list-inner .blog-post-item .blog-content .blog-title {
    margin-top:-5px;
  }

  .blog-list-inner .blog-post-item .blog-content .blog-meta {
    padding-top:15px;
  }

  .blog-list-inner .blog-post-item .blog-content .blog-read-more {
    color:rgb(34, 34, 34);
    display:inline-block;
    margin-top:10px;
  }

  .blog-list-inner .blog-post-item .blog-content .blog-read-more:hover {
    color:rgb(83, 112, 142);
    text-decoration:underline;
  }

  @media only screen and (min-width:992px) and (max-width:1199px) {
    .blog-sidebar-wrapper {
      margin-bottom:-5px;
    }
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .blog-sidebar-wrapper {
      margin-top:77px;
      margin-bottom:-5px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .blog-sidebar-wrapper {
      margin-top:60px;
      margin-bottom:-5px;
    }
  }

  .blog-sidebar-wrapper .blog-sidebar:last-child {
    margin-bottom:0px;
  }

  .blog-sidebar {
    margin-bottom:30px;
  }

  .blog-sidebar .title {
    line-height:1;
    margin-top:-2px;
    margin-bottom:40px;
    position:relative;
    text-transform:capitalize;
  }

  .blog-sidebar .title::before {
    width:100%;
    height:1px;
    bottom:-10px;
    left:0px;
    background-color:rgb(239, 239, 239);
    content:"";
    position:absolute;
  }

  .blog-sidebar .search-field {
    width:calc(100% - 50px);
    border:1px solid rgb(204, 204, 204);
    padding:0px 10px;
    color:rgb(85, 85, 85);
    font-size:14px;
    height:50px;
    float:left;
    text-transform:capitalize;
  }

  .blog-sidebar .search-btn {
    width:50px;
    height:50px;
    margin-left:-4px;
    text-align:center;
    cursor:pointer;
    background-color:rgb(248, 248, 248);
    border:1px solid rgb(204, 204, 204);
    transition:all 0.4s ease 0s;
  }

  .blog-sidebar .search-btn i {
    font-size:20px;
    line-height:50px;
    color:rgb(34, 34, 34);
    transition:all 0.4s ease 0s;
  }

  .blog-sidebar .search-btn:hover {
    background-color:rgb(83, 112, 142);
    border-color:rgb(83, 112, 142);
  }

  .blog-sidebar .search-btn:hover i {
    color:rgb(255, 255, 255);
  }

  .blog-sidebar .blog-archive {
    margin-top:-10px;
  }

  .blog-sidebar .blog-archive li a {
    color:rgb(85, 85, 85);
    font-size:14px;
    line-height:1;
    text-transform:capitalize;
    padding:13px 0px;
    display:inline-block;
  }

  .blog-sidebar .blog-archive li a:hover {
    color:rgb(83, 112, 142);
  }

  .blog-sidebar .blog-archive li:last-child a {
    padding-bottom:0px;
  }

  .blog-sidebar .blog-archive li:first-child a {
    padding-top:0px;
  }

  .blog-sidebar .blog-tags li {
    display:inline-block;
    margin-bottom:5px;
  }

  .blog-sidebar .blog-tags li a {
    color:rgb(34, 34, 34);
    font-size:14px;
    border:1px solid rgb(204, 204, 204);
    padding:6px 15px 4px;
    display:inline-block;
    text-transform:capitalize;
  }

  .blog-sidebar .blog-tags li a:hover {
    color:rgb(255, 255, 255);
    background-color:rgb(83, 112, 142);
    border-color:rgb(83, 112, 142);
  }

  .blog-category {
    margin-top:-10px;
  }

  .recent-post .recent-post-item:last-child {
    margin-bottom:0px;
  }

  .recent-post-item {
    margin-bottom:30px;
    display:flex;
  }

  .recent-post-item .product-thumb {
    max-width:70px;
    -webkit-box-flex:1;
    flex:1 0 70px;
  }

  .recent-post-item .recent-post-description {
    padding-left:10px;
  }

  .recent-post-item .recent-post-description h6 {
    font-size:14px;
    padding-bottom:5px;
    text-transform:capitalize;
  }

  @media only screen and (min-width:992px) and (max-width:1199px) {
    .recent-post-item .recent-post-description h6 {
      font-size:13px;
      padding-bottom:5px;
    }
  }

  .recent-post-item .recent-post-description h6 a {
    color:rgb(34, 34, 34);
  }

  .recent-post-item .recent-post-description h6 a:hover {
    color:rgb(83, 112, 142);
  }

  .recent-post-item .recent-post-description p {
    text-transform:capitalize;
  }

  .entry-summary {
    padding-top:25px;
  }

  blockquote {
    border-left:5px solid rgb(83, 112, 142);
    margin:25px 32px 25px 30px;
    background-color:rgb(248, 248, 248);
    padding:15px;
  }

  .blog-details-post .blog-content .blog-title {
    padding-top:10px;
  }

  @media only screen and (max-width:767.98px) {
    .blog-details-post .blog-content .blog-title {
      font-size:20px;
    }
  }

  @media only screen and (max-width:479.98px) {
    .blog-details-post .blog-content .blog-title {
      font-size:18px;
    }
  }

  .blog-details-post .blog-content .blog-meta {
    padding-top:15px;
    padding-bottom:0px;
  }

  .blog-details-post:hover .blog-thumb img {
    transform:none;
  }

  .blog-post-item .tag-line {
    padding:10px 0px;
    margin-top:20px;
    border-top:1px solid rgb(239, 239, 239);
    border-bottom:1px solid rgb(239, 239, 239);
  }

  .blog-post-item .tag-line h6 {
    font-size:14px;
    display:inline-block;
    padding-right:5px;
  }

  .blog-post-item .tag-line a {
    font-size:13px;
    color:rgb(34, 34, 34);
  }

  .blog-post-item .tag-line a:hover {
    color:rgb(83, 112, 142);
  }

  .blog-share-link {
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    padding-top:30px;
  }

  @media only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .blog-share-link {
      padding-top:15px;
    }
  }

  .blog-share-link h6 {
    font-size:14px;
    padding-right:15px;
  }

  .blog-share-link .blog-social-icon a {
    width:36px;
    height:36px;
    font-size:15px;
    line-height:36px;
    text-align:center;
    display:inline-block;
    color:rgb(255, 255, 255);
    border-radius:50%;
    margin-right:5px;
  }

  .blog-share-link .blog-social-icon a.facebook {
    background-color:rgb(59, 89, 153);
  }

  .blog-share-link .blog-social-icon a.twitter {
    background-color:rgb(29, 161, 242);
  }

  .blog-share-link .blog-social-icon a.pinterest {
    background-color:rgb(203, 32, 40);
  }

  .blog-share-link .blog-social-icon a.google {
    background-color:rgb(254, 109, 76);
  }

  .blog-share-link .blog-social-icon a:hover.facebook {
    background-color:rgb(45, 68, 116);
  }

  .blog-share-link .blog-social-icon a:hover.twitter {
    background-color:rgb(12, 133, 208);
  }

  .blog-share-link .blog-social-icon a:hover.pinterest {
    background-color:rgb(159, 25, 31);
  }

  .blog-share-link .blog-social-icon a:hover.google {
    background-color:rgb(254, 68, 25);
  }

  @media only screen and (max-width:479.98px) {
    .blog-share-link .blog-social-icon a {
      width:30px;
      height:30px;
      line-height:30px;
      font-size:13px;
      margin-right:0px;
    }
  }

  .comment-section {
    margin-top:-3px;
  }

  .comment-section h5 {
    line-height:1;
    padding-bottom:15px;
  }

  .comment-section ul li {
    display:flex;
    padding:10px 20px;
    margin-bottom:30px;
    border:1px solid rgb(239, 239, 239);
  }

  .comment-section ul li:last-child {
    margin-bottom:5px;
  }

  @media only screen and (max-width:479.98px) {
    .comment-section ul li {
      display:block;
    }
  }

  .comment-section ul li .author-avatar {
    flex-basis:66px;
    max-height:62px;
    margin-right:10px;
  }

  @media only screen and (max-width:479.98px) {
    .comment-section ul li .author-avatar {
      flex-basis:100%;
      max-width:66px;
      height:62px;
    }
  }

  .comment-section ul li.comment-children {
    margin-left:40px;
  }

  @media only screen and (max-width:479.98px) {
    .comment-section ul li.comment-children {
      margin-left:20px;
    }
  }

  .comment-section ul li .comment-body {
    flex-basis:100%;
  }

  .comment-section ul li .comment-body h5 {
    font-size:14px;
    padding-bottom:5px;
  }

  .comment-section ul li .comment-body .comment-post-date {
    color:rgb(85, 85, 85);
    padding-bottom:10px;
  }

  .comment-section ul li .comment-body .reply-btn {
    float:right;
  }

  .comment-section ul li .comment-body .reply-btn a {
    color:rgb(34, 34, 34);
    font-size:12px;
    display:inline-block;
    padding:4px 15px;
    border-radius:20px;
    text-transform:capitalize;
    border:1px solid rgb(239, 239, 239);
  }

  .comment-section ul li .comment-body .reply-btn a:hover {
    border-color:rgb(83, 112, 142);
    background-color:rgb(83, 112, 142);
    color:rgb(255, 255, 255) !important;
  }

  .blog-comment-wrapper {
    margin-top:-10px;
  }

  .blog-comment-wrapper h3 {
    color:rgb(34, 34, 34);
    font-size:18px;
    line-height:1;
    font-weight:500;
    padding-bottom:15px;
    text-transform:uppercase;
    border-bottom:1px solid rgb(240, 240, 240);
  }

  .blog-comment-wrapper p {
    margin-bottom:10px;
    padding-top:10px;
  }

  .blog-comment-wrapper .comment-post-box label {
    color:rgb(34, 34, 34);
    font-weight:500;
    margin-bottom:10px;
    display:block;
    text-transform:capitalize;
  }

  .blog-comment-wrapper .comment-post-box .coment-field {
    background:rgb(248, 248, 248);
    border:none;
    color:rgb(85, 85, 85);
    padding:8px 10px;
    width:100%;
  }

  @media only screen and (max-width:767.98px) {
    .blog-comment-wrapper .comment-post-box .coment-field {
      margin-bottom:20px;
    }
  }

  .blog-comment-wrapper .comment-post-box textarea {
    height:130px;
    margin-bottom:20px;
    padding:10px;
    width:100%;
    background:rgb(248, 248, 248);
    border:none;
  }

  .blog-comment-wrapper .comment-post-box .coment-btn {
    margin-top:30px;
  }

  @media only screen and (max-width:767.98px) {
    .blog-comment-wrapper .comment-post-box .coment-btn {
      margin-top:10px;
    }
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .about-thumb {
      text-align:center;
    }
  }

  @media only screen and (max-width:767.98px) {
    .about-thumb {
      text-align:center;
    }

    .about-thumb img {
      width:100%;
    }
  }

  .about-title {
    font-size:48px;
    color:rgb(209, 209, 209);
    display:block;
    line-height:1.1;
    margin-bottom:38px;
  }

  @media only screen and (max-width:767.98px) {
    .about-title {
      font-size:26px;
      color:rgb(34, 34, 34);
      margin-bottom:25px;
    }
  }

  .about-sub-title {
    line-height:1.5;
    padding-bottom:20px;
  }

  @media only screen and (max-width:767.98px) {
    .about-sub-title {
      font-size:16px;
    }
  }

  @media only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .about-content {
      text-align:center;
      padding:52px 30px 0px;
      margin-bottom:-6px;
    }
  }

  @media only screen and (max-width:479.98px) {
    .about-content {
      padding:52px 0px 0px;
    }
  }

  .about-content p {
    font-size:15px;
    line-height:1.8;
    padding-bottom:12px;
  }

  .about-content p:last-child {
    padding-bottom:0px;
  }

  .choosing-area {
    margin-bottom:-4px;
  }

  @media only screen and (max-width:767.98px) {
    .single-choose-item {
      padding:0px 20px;
    }
  }

  .single-choose-item i {
    color:rgb(150, 156, 167);
    font-size:44px;
    transition:all 0.4s ease 0s;
  }

  .single-choose-item h4 {
    color:rgb(34, 34, 34);
    font-size:18px;
    font-weight:500;
    padding:15px 0px 10px;
    text-transform:capitalize;
  }

  .single-choose-item:hover i {
    color:rgb(83, 112, 142);
  }

  .team-member {
    transition:all 0.4s ease 0s;
  }

  .team-member .team-thumb {
    position:relative;
    text-align:center;
    overflow:hidden;
  }

  .team-member .team-thumb img {
    width:100%;
  }

  .team-member .team-thumb .team-social {
    bottom:0px;
    left:0px;
    width:100%;
    padding:10px 0px;
    position:absolute;
    background-color:rgb(255, 255, 255);
    transform:translateY(100%);
    transition:all 0.4s ease 0s;
    opacity:0;
    visibility:hidden;
  }

  .team-member .team-thumb .team-social a {
    color:rgb(34, 34, 34);
    width:30px;
    height:30px;
    font-size:14px;
    display:inline-block;
    text-align:center;
    line-height:30px;
    background-color:rgb(245, 245, 245);
    border-radius:5px;
    margin-right:5px;
  }

  .team-member .team-thumb .team-social a:hover {
    color:rgb(255, 255, 255);
    background-color:rgb(83, 112, 142);
    border-color:rgb(83, 112, 142);
  }

  .team-member .team-content .team-member-name {
    padding-top:15px;
  }

  .team-member .team-content p {
    font-size:14px;
    line-height:1;
    padding-top:5px;
    color:rgb(83, 112, 142);
  }

  .team-member:hover .team-social {
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
  }

  .team-member:hover .team-thumb img {
    opacity:0.5;
  }

  .shop-top-bar {
    margin-bottom:30px;
  }

  .top-bar-left {
    display:flex;
    -webkit-box-align:center;
    align-items:center;
  }

  @media only screen and (max-width:767.98px) {
    .top-bar-left {
      padding-top:15px;
      -webkit-box-pack:justify;
      justify-content:space-between;
    }
  }

  .top-bar-left .product-view-mode {
    margin-right:60px;
  }

  @media only screen and (max-width:479.98px) {
    .top-bar-left .product-view-mode {
      margin-right:0px;
    }
  }

  .top-bar-left .product-view-mode a {
    color:rgb(182, 182, 182);
    display:inline-block;
    text-align:center;
    margin-right:10px;
  }

  .top-bar-left .product-view-mode a i {
    font-size:20px;
    margin-top:6px;
  }

  .top-bar-left .product-view-mode a:hover {
    color:rgb(83, 112, 142);
  }

  .top-bar-left .product-view-mode a.active {
    color:rgb(83, 112, 142);
  }

  .top-bar-left .product-amount p {
    color:rgb(119, 119, 119);
    font-size:14px;
    text-transform:capitalize;
  }

  .top-bar-right {
    display:flex;
    -webkit-box-pack:end;
    justify-content:flex-end;
  }

  @media only screen and (max-width:767.98px) {
    .top-bar-right {
      -webkit-box-pack:center;
      justify-content:center;
    }
  }

  .top-bar-right .product-short {
    display:flex;
    -webkit-box-align:center;
    align-items:center;
  }

  .top-bar-right .product-short p {
    margin-right:10px;
  }

  .nice-select {
    height:36px;
    line-height:34px;
    width:200px;
    padding:0px 10px;
  }

  @media only screen and (min-width:992px) and (max-width:1199px) {
    .nice-select {
      width:170px;
    }
  }

  @media only screen and (max-width:479.98px) {
    .nice-select {
      width:190px;
    }
  }

  .nice-select.open {
    border-color:rgb(83, 112, 142);
  }

  .nice-select .list {
    right:0px;
    left:auto;
    width:100%;
  }

  .nice-select .option {
    font-size:13px;
    line-height:34px;
    min-height:34px;
    text-transform:capitalize;
  }

  .nice-select::after {
    height:6px;
    width:6px;
    border-bottom:1px solid rgb(153, 153, 153);
    border-right:1px solid rgb(153, 153, 153);
  }

  .shop-product-wrap.list-view .product-item {
    display:none;
  }

  .shop-product-wrap.grid-view .product-item {
    display:block;
    animation-name:zoomIn;
    animation-duration:1s;
    padding:0px;
  }

  .shop-product-wrap.grid-view .product-list-item {
    display:none !important;
  }

  .shop-product-wrap.list-view .product-list-item {
    display:flex;
    animation-name:fadeInRight;
    animation-duration:1s;
  }

  .shop-product-wrap.row.list-view .col-md-4 {
    -webkit-box-flex:0;
    flex:0 0 100%;
    max-width:100%;
  }

  .shop-product-wrap [ class*="col-"] {
    margin-bottom:30px;
  }

  .pro-large-img {
    position:relative;
    cursor:pointer;
    border:1px solid #e5e5e5;
  }

  .pro-large-img img {
    width:100%;
    transition:none 0s ease 0s;
  }

  .pro-nav-thumb {
    cursor:pointer;
    border:1px solid #e5e5e5;
  }

  .pro-nav {
    margin-top:20px;
  }

  .option-title {
    line-height:1;
    font-weight:400;
    margin-right:10px;
    text-transform:capitalize;
  }

  .product-details-des .product-name {
    font-weight:400;
    padding-top:5px;
    padding-bottom:5px;
  }

  @media only screen and (max-width:575.98px) {
    .product-details-des .product-name {
      font-size:17px;
    }
  }

  .product-details-des .pro-review {
    padding-left:10px;
  }

  .product-details-des .pro-review span {
    font-size:14px;
    line-height:1;
    color:rgb(85, 85, 85);
  }

  .product-details-des .price-box {
    padding-top:10px;
    padding-bottom:10px;
  }

  .product-details-des .customer-rev {
    padding-top:10px;
  }

  .product-details-des .customer-rev a {
    color:rgb(34, 34, 34);
    font-size:13px;
    text-transform:capitalize;
  }

  .product-details-des .customer-rev a:hover {
    color:rgb(83, 112, 142);
  }

  .product-details-des .offer-text {
    font-weight:400;
  }

  .product-details-des .quantity-cart-box {
    margin-bottom:20px;
  }

  .product-details-des .quantity {
    margin-right:15px;
  }

  .product-details-des .quantity .pro-qty {
    width:90px;
    height:40px;
    border:1px solid rgb(221, 221, 221);
    padding:0px 15px;
    border-radius:40px;
    float:left;
  }

  .product-details-des .quantity .pro-qty .qtybtn {
    width:15px;
    display:block;
    float:left;
    line-height:40px;
    cursor:pointer;
    text-align:center;
    font-size:16px;
    color:rgb(85, 85, 85);
  }

  .product-details-des .quantity .pro-qty input {
    width:28px;
    float:left;
    border:none;
    height:40px;
    line-height:40px;
    padding:0px;
    text-align:center;
    background-color:transparent;
  }

  .product-details-des .pro-desc {
    margin-bottom:20px;
  }

  .product-details-des .availability {
    margin-bottom:15px;
  }

  .product-details-des .availability i {
    color:rgb(129, 202, 51);
  }

  .product-details-des .availability span {
    color:rgb(85, 85, 85);
    font-size:13px;
    font-weight:500;
    line-height:1;
    padding-left:3px;
    text-transform:uppercase;
  }

  .product-details-des .useful-links {
    display:flex;
    margin-bottom:20px;
  }

  .product-details-des .useful-links a {
    font-size:14px;
    font-weight:500;
    color:rgb(34, 34, 34);
    margin-right:20px;
    text-transform:capitalize;
  }

  .product-details-des .useful-links a:hover {
    color:rgb(83, 112, 142);
  }

  .product-details-des .useful-links a i {
    font-size:20px;
    padding-right:5px;
    vertical-align:middle;
  }

  .product-details-des .like-icon {
    padding-top:20px;
    border-top:1px solid rgb(239, 239, 239);
  }

  .product-details-des .like-icon a {
    color:rgb(255, 255, 255);
    text-align:center;
    display:inline-block;
    font-size:12px;
    line-height:22px;
    padding:0px 8px;
    margin-right:6px;
    border-radius:3px;
    text-transform:capitalize;
  }

  @media only screen and (max-width:479.98px) {
    .product-details-des .like-icon a {
      margin-right:0px;
    }
  }

  .product-details-des .like-icon a i {
    padding-right:5px;
  }

  .product-details-des .like-icon a.facebook {
    background-color:rgb(59, 89, 153);
  }

  .product-details-des .like-icon a.twitter {
    background-color:rgb(29, 161, 242);
  }

  .product-details-des .like-icon a.pinterest {
    background-color:rgb(203, 32, 40);
  }

  .product-details-des .like-icon a.google {
    background-color:rgb(254, 109, 76);
  }

  .product-details-des .like-icon a:hover.facebook {
    background-color:rgb(45, 68, 116);
  }

  .product-details-des .like-icon a:hover.twitter {
    background-color:rgb(12, 133, 208);
  }

  .product-details-des .like-icon a:hover.pinterest {
    background-color:rgb(159, 25, 31);
  }

  .product-details-des .like-icon a:hover.google {
    background-color:rgb(254, 68, 25);
  }

  .product-details-des .share-icon {
    display:flex;
    flex-wrap:wrap;
    -webkit-box-align:center;
    align-items:center;
  }

  .product-details-des .share-icon a {
    color:rgb(85, 85, 85);
    text-align:center;
    display:inline-block;
    font-size:16px;
    padding:0px 8px;
    margin-right:5px;
  }

  @media only screen and (max-width:479.98px) {
    .product-details-des .share-icon a {
      padding:0px 5px;
    }
  }

  .product-details-des .share-icon a:hover {
    color:rgb(83, 112, 142);
  }

  .product-details-des .color-option {
    display:flex;
    flex-wrap:wrap;
    -webkit-box-align:center;
    align-items:center;
    margin-bottom:18px;
  }

  .product-details-des .pro-size {
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    margin-bottom:18px;
  }

  .product-details-des .pro-size .nice-select {
    width:100px;
    height:40px;
    line-height:40px;
    border-radius:40px;
  }

  .product-details-des .group-product-table {
    margin-top:30px;
    margin-bottom:20px;
    display:block;
  }

  .product-details-des .group-product-table.table-bordered {
    border:none;
  }

  .product-details-des .group-product-table td {
    width:33.33%;
    padding:8px;
    vertical-align:middle;
  }

  .product-details-des .group-product-table td a {
    color:rgb(85, 85, 85);
    text-transform:capitalize;
  }

  .product-details-des .group-product-table td a:hover {
    color:rgb(83, 112, 142);
  }

  .product-details-des .group-product-table td .pro-qty {
    width:90px;
    height:35px;
    border:1px solid rgb(221, 221, 221);
    padding:0px 15px;
    float:left;
  }

  .product-details-des .group-product-table td .pro-qty .qtybtn {
    width:15px;
    display:block;
    float:left;
    line-height:31px;
    cursor:pointer;
    text-align:center;
    font-size:15px;
    font-weight:700;
    color:rgb(85, 85, 85);
  }

  .product-details-des .group-product-table td .pro-qty input {
    width:28px;
    float:left;
    border:none;
    height:33px;
    line-height:33px;
    padding:0px;
    text-align:center;
    background-color:transparent;
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .product-details-des {
      margin-top:76px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .product-details-des {
      margin-top:58px;
    }
  }

  .product-details-des.quick-details {
    margin-top:0px;
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .product-details-des.quick-details {
      margin-top:0px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .product-details-des.quick-details {
      margin-top:30px;
    }
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .product-details-des.quick-details .product-name {
      font-size:20px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .product-details-des.quick-details .product-name {
      font-size:18px;
    }
  }

  .product-details-des.box-layout {
    padding-top:47px;
    text-align:center;
    display:flex;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
  }

  @media only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .product-details-des.box-layout {
      margin-top:0px;
    }
  }

  .product-details-des.box-layout p {
    max-width:80%;
  }

  @media only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .product-details-des.box-layout p {
      max-width:100%;
      padding:0px 15px;
    }
  }

  @media only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .product-details-des.sidebar-sticky {
      margin-top:0px;
    }
  }

  .product-details-des.quick-des p {
    padding-top:0px;
  }

  .product-review-info .nav.review-tab li a {
    color:rgb(0 0 0);
    display:block;
    font-size:16px;
    line-height:1;
    text-transform:capitalize;
    padding:8px 10px;
    /* border-top:1px solid rgb(83, 112, 142); */
    /* border-right:1px solid rgb(83, 112, 142); */
    /* border-left:1px solid rgb(83, 112, 142); */
    border-image:initial;
    border-bottom:none;
    background-color:rgb(255 255 255);
  }

  .product-review-info .nav.review-tab li a:hover,
  .product-review-info .nav.review-tab li a.active {
    color:rgb(255 255 255);
    background-color:rgb(83 112 142);
    border-color:rgb(221, 221, 221);
  }

  @media only screen and (max-width:479.98px) {
    .product-review-info .nav.review-tab li a {
      font-size:14px;
    }
  }

  .product-review-info .tab-content.reviews-tab {
    border:1px solid rgb(239, 239, 239);
    padding:15px 20px 20px;
  }

  .product-review-info .tab-content.reviews-tab .table {
    margin-bottom:0px;
  }

  .product-review-info .tab-content.reviews-tab .table tr {
    text-transform:capitalize;
  }

  .product-review-info .tab-content .review-description {
    padding-top:25px;
    padding-bottom:25px;
    display:flex;
    -webkit-box-align:center;
    align-items:center;
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .product-review-info .tab-content .review-description {
      padding:15px 0px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .product-review-info .tab-content .review-description {
      display:block;
    }
  }

  .product-review-info .tab-content .review-description .tab-thumb {
    flex-basis:300px;
  }

  @media only screen and (max-width:767.98px) {
    .product-review-info .tab-content .review-description .tab-thumb {
      flex-basis:220px;
    }
  }

  .product-review-info .tab-content .review-description .tab-des {
    padding-left:40px;
    flex-basis:calc(100% - 300px);
  }

  @media only screen and (max-width:767.98px) {
    .product-review-info .tab-content .review-description .tab-des {
      padding-left:14px;
      flex-basis:calc(100% - 220px);
    }
  }

  .product-review-info .tab-content .review-description .tab-des h3 {
    color:rgb(83, 112, 142);
    font-size:20px;
    font-weight:700;
    text-transform:capitalize;
    padding-bottom:10px;
  }

  .product-review-info .tab-content .review-description .tab-des ul li {
    font-size:13px;
    list-style:inherit;
  }

  .review-form h5 {
    font-size:18px;
    font-weight:500;
    padding-bottom:20px;
    text-transform:capitalize;
  }

  @media only screen and (max-width:575.98px) {
    .review-form h5 {
      font-size:16px;
    }
  }

  .total-reviews {
    display:flex;
    padding-bottom:50px;
  }

  @media only screen and (max-width:479.98px) {
    .total-reviews {
      display:block;
    }
  }

  .total-reviews .rev-avatar {
    flex-basis:60px;
    max-height:60px;
  }

  @media only screen and (max-width:479.98px) {
    .total-reviews .rev-avatar {
      margin-bottom:20px;
    }
  }

  .total-reviews .review-box {
    margin-left:10px;
    border:1px solid rgb(239, 239, 239);
    padding:10px;
    flex-basis:calc(100% - 70px);
  }

  @media only screen and (max-width:479.98px) {
    .total-reviews .review-box {
      margin-left:0px;
    }
  }

  .total-reviews .review-box .post-author {
    padding-bottom:10px;
  }

  .total-reviews .review-box .post-author p {
    font-size:12px;
    font-style:italic;
    text-transform:capitalize;
  }

  .total-reviews .review-box .post-author p span {
    font-size:13px;
  }

  .total-reviews .review-box p {
    font-size:14px;
    font-style:italic;
  }

  .checkout-page-wrapper {
    margin-bottom:-8px;
  }

  @media only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .checkout-page-wrapper {
      margin-bottom:0px;
    }
  }

  .checkoutaccordion {
    margin-bottom:46px;
  }

  .checkoutaccordion h6 {
    background-color:rgb(247, 247, 247);
    border-top:3px solid rgb(83, 112, 142);
    font-size:14px;
    padding:15px 20px;
    position:relative;
    text-transform:capitalize;
  }

  .checkoutaccordion h6 span {
    color:rgb(83, 112, 142);
    cursor:pointer;
    transition:all 0.4s ease 0s;
    margin-left:10px;
  }

  @media only screen and (max-width:479.98px) {
    .checkoutaccordion h6 span {
      display:block;
      padding-top:5px;
      margin-left:0px;
    }
  }

  .checkoutaccordion h6 span:hover {
    color:rgb(34, 34, 34);
  }

  @media only screen and (max-width:479.98px) {
    .checkoutaccordion h6 {
      font-size:14px;
    }
  }

  .checkoutaccordion .card {
    border:none;
    padding:0px;
    transition:all 0.4s ease 0s;
    margin-bottom:30px;
  }

  .checkoutaccordion .card:last-child {
    margin-bottom:0px;
  }

  .checkoutaccordion .card .card-body {
    border:1px solid rgb(204, 204, 204);
    font-size:14px;
    padding:20px;
  }

  .checkoutaccordion .card .card-body .cart-update-option {
    border:none;
    padding:0px;
  }

  .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
    padding:12px 10px;
    background-color:rgb(247, 247, 247);
    border:1px solid rgb(204, 204, 204);
    margin-right:15px;
  }

  @media only screen and (max-width:479.98px) {
    .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
      margin-bottom:15px;
    }
  }

  .checkout-box-wrap .custom-control {
    padding-left:0px;
    margin-left:1.5rem;
  }

  .checkout-billing-details-wrap .billing-form-wrap {
    /* margin-top:-20px; */
  }

  .checkout-title {
    border-bottom:1px solid rgb(239, 239, 239);
    padding-bottom:15px;
    margin-bottom:30px;
  }

  @media only screen and (max-width:767.98px) {
    .checkout-title {
      margin-bottom:26px;
    }
  }

  .forget-pwd {
    color:rgb(83, 112, 142);
    font-size:12px;
    margin-top:-6px;
  }

  .single-form-row {
    margin-top:15px;
    display:none;
  }

  .single-form-row p {
    margin:0px;
    font-size:14px;
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .order-summary-details {
      margin-top:70px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .order-summary-details {
      margin-top:52px;
    }
  }

  .order-summary-table {
    background-color:rgb(247, 247, 247);
    margin-top:34px;
  }

  .order-summary-table .table,
  .order-summary-table table {
    color:rgb(34, 34, 34);
    margin-bottom:0px;
    font-size:15px;
    white-space:nowrap;
  }

  .order-summary-table .table tr td,
  .order-summary-table .table tr th,
  .order-summary-table table tr td,
  .order-summary-table table tr th {
    font-weight:400;
    /* vertical-align:middle; */
    padding:10px 15px;
    border-width:1px;
    text-align:left;
  }

  .order-summary-table .table tr td a,
  .order-summary-table .table tr th a,
  .order-summary-table table tr td a,
  .order-summary-table table tr th a {
    color:rgb(34, 34, 34);
    font-weight:400;
  }

  .order-summary-table .table tr td strong,
  .order-summary-table .table tr th strong,
  .order-summary-table table tr td strong,
  .order-summary-table table tr th strong {
    font-weight:400;
  }

  .order-summary-table .shipping-type {
    text-align:left;
  }

  .order-summary-table .shipping-type li {
    margin-bottom:5px;
  }

  .order-summary-table .shipping-type li:last-child {
    margin-bottom:0px;
  }

  .order-summary-table .table> :not(:last-child)> :last-child>* {
    border-bottom-color:inherit;
  }

  .order-payment-method {
    background-color:rgb(247, 247, 247);
    padding:40px 20px 30px;
  }

  @media only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .order-payment-method {
      padding:32px 20px 36px;
    }
  }

  .single-payment-method {
    margin-bottom:20px;
  }

  .single-payment-method:last-child {
    margin-bottom:0px;
  }

  .single-payment-method:first-child .payment-method-details {
    display:block;
  }

  .single-payment-method label,
  .single-payment-method .custom-control-label {
    font-weight:700;
  }

  .single-payment-method .paypal-card {
    max-width:150px;
    height:50px;
    margin-top:10px;
    display:block;
  }

  .single-payment-method .payment-method-details {
    background-color:rgb(241, 241, 241);
    color:rgb(34, 34, 34);
    font-weight:400;
    font-size:13px;
    padding:10px;
    position:relative;
    margin-top:20px;
    display:none;
  }

  .single-payment-method .payment-method-details::after {
    content:"";
    position:absolute;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid rgb(241, 241, 241);
    bottom:100%;
  }

  .single-payment-method .payment-method-details * {
    margin:0px;
  }

  .summary-footer-area .btn-brand {
    margin-top:40px;
  }

  .single-input-item {
    margin-top:20px;
  }

  .single-input-item label {
    color:rgb(34, 34, 34);
    text-transform:capitalize;
    font-size:14px;
  }

  .single-input-item label.required::after {
    content:"*";
    color:red;
    font-size:14px;
    margin-left:3px;
    margin-top:5px;
  }

  .single-input-item input,
  .single-input-item textarea {
    color:rgb(85, 85, 85);
    border:1px solid rgb(204, 204, 204);
    padding:7px 10px;
    width:100%;
    font-size:14px;
    background:rgb(247, 247, 247);
  }

  .single-input-item input:active,
  .single-input-item input:focus,
  .single-input-item textarea:active,
  .single-input-item textarea:focus {
    border-color:rgb(83, 112, 142);
    background-color:rgb(255, 255, 255);
  }

  .single-input-item .nice-select {
    width:100%;
    border-radius:0px;
    height:48px;
    border-color:rgb(204, 204, 204);
    background-color:rgb(247, 247, 247);
  }

  .single-input-item .nice-select .current {
    color:rgb(85, 85, 85);
  }

  .single-input-item .nice-select .list {
    max-height:200px;
    overflow:auto;
    width:100%;
  }

  .cart-table .table {
    margin:0px;
    white-space:nowrap;
  }

  .cart-table .table thead {
    background-color:rgb(83, 112, 142);
  }

  .cart-table .table thead tr th {
    border-color:rgb(83, 112, 142) rgb(83, 112, 142) transparent;
    border-bottom-width:0px;
    border-bottom-style:solid;
    color:rgb(255, 255, 255);
    font-size:14px;
    font-weight:700;
    padding:15px 20px;
    text-align:center;
    text-transform:capitalize;
  }

  .cart-table .table tbody tr td {
    border-color:rgb(204, 204, 204);
    text-align:center;
    padding:10px 20px;
    vertical-align:middle;
    font-weight:500;
    color:rgb(34, 34, 34);
  }

  .cart-table .table tbody tr td a {
    color:rgb(34, 34, 34);
    font-weight:400;
    text-transform:capitalize;
  }

  .cart-table .table tbody tr td a:hover {
    color:rgb(83, 112, 142);
  }

  .cart-table .table tbody tr td a.btn {
    color:rgb(255, 255, 255);
  }

  .cart-table .table tbody tr td a.btn:hover {
    color:rgb(255, 255, 255);
  }

  .cart-table .table tbody tr td a.check-btn {
    color:rgb(255, 255, 255);
  }

  .cart-table .table tr .pro-thumbnail,
  .cart-table .table tr .pro-price,
  .cart-table .table tr .pro-quantity,
  .cart-table .table tr .pro-subtotal,
  .cart-table .table tr .pro-remove {
    width:140px;
  }

  .cart-table .table tr .pro-qty {
    width:90px;
    height:40px;
    border:1px solid rgb(221, 221, 221);
    padding:0px 15px;
    float:left;
  }

  .cart-table .table tr .pro-qty .qtybtn {
    width:15px;
    display:block;
    float:left;
    line-height:38px;
    cursor:pointer;
    text-align:center;
    font-size:22px;
    font-weight:400;
    color:rgb(85, 85, 85);
  }

  .cart-table .table tr .pro-qty input {
    width:28px;
    float:left;
    border:none;
    height:40px;
    line-height:34px;
    padding:0px;
    text-align:center;
    background-color:transparent;
  }

  .cart-update-option {
    border:1px solid rgb(204, 204, 204);
    margin-top:15px;
    padding:15px 20px;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    justify-content:space-between;
  }

  @media only screen and (min-width:1200px),
  only screen and (min-width:992px) and (max-width:1199px) {
    .cart-update-option {
      margin-top:0px;
      border-top:0px solid transparent;
    }
  }

  .cart-update-option .apply-coupon-wrapper {
    width:55%;
  }

  @media only screen and (max-width:767.98px),
  only screen and (min-width:768px) and (max-width:991px) {
    .cart-update-option .apply-coupon-wrapper {
      width:auto;
    }
  }

  .cart-update-option .apply-coupon-wrapper form {
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:center;
    justify-content:center;
    white-space:nowrap;
  }

  .cart-update-option .apply-coupon-wrapper form input {
    border:1px solid rgb(204, 204, 204);
    font-size:14px;
    padding:9px 10px;
    outline:none;
    margin-right:15px;
    width:100%;
    transition:all 0.4s ease 0s;
  }

  .cart-update-option .apply-coupon-wrapper form input:focus,
  .cart-update-option .apply-coupon-wrapper form input:active {
    border-color:rgb(83, 112, 142);
  }

  @media only screen and (max-width:767.98px) {
    .cart-update-option .apply-coupon-wrapper button {
      display:block;
      width:100%;
      margin-top:15px;
      border-radius:0px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .cart-update-option .cart-update {
      margin-top:15px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .cart-update-option .cart-update .btn {
      width:100%;
    }
  }

  .cart-calculator-wrapper {
    margin-top:30px;
    background-color:rgb(248, 248, 248);
  }

  .cart-calculator-wrapper h6 {
    padding:20px 15px 18px;
    margin-bottom:0px;
  }

  .cart-calculator-wrapper .cart-calculate-items {
    font-weight:500;
  }

  .cart-calculator-wrapper .cart-calculate-items .table {
    margin-bottom:0px;
  }

  .cart-calculator-wrapper .cart-calculate-items .table tr td {
    color:rgb(34, 34, 34);
    padding:15px 20px;
  }

  .cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
    color:rgb(34, 34, 34);
    text-align:right;
  }

  .cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
    color:rgb(83, 112, 142);
    font-weight:700;
  }

  .cart-calculator-wrapper a {
    border-radius:0px;
    text-align:center;
  }

  .compare-table .table tbody tr td {
    text-align:center;
    padding:20px;
    vertical-align:middle;
    border-color:rgb(204, 204, 204);
  }

  .compare-table .table tbody tr td.first-column {
    min-width:175px;
    font-size:15px;
    font-weight:500;
    color:rgb(34, 34, 34);
    margin:0px;
  }

  @media only screen and (max-width:767.98px) {
    .compare-table .table tbody tr td.first-column {
      min-width:115px;
    }
  }

  .compare-table .table tbody tr td.product-image-title {
    min-width:310px;
    vertical-align:bottom;
  }

  @media only screen and (max-width:767.98px) {
    .compare-table .table tbody tr td.product-image-title {
      min-width:220px;
    }
  }

  .compare-table .table tbody tr td.product-image-title .image {
    clear:both;
    width:100%;
    margin-bottom:15px;
    display:block;
  }

  .compare-table .table tbody tr td.product-image-title .category {
    float:left;
    clear:both;
    color:rgb(83, 112, 142);
    text-transform:capitalize;
    letter-spacing:0.5px;
  }

  .compare-table .table tbody tr td.product-image-title .title {
    float:left;
    clear:both;
    font-size:16px;
    color:rgb(34, 34, 34);
    font-weight:500;
    text-transform:capitalize;
  }

  .compare-table .table tbody tr td.product-image-title .title:hover {
    color:rgb(83, 112, 142);
  }

  .compare-table .table tbody tr td.pro-desc p {
    text-align:left;
    margin:0px;
  }

  .compare-table .table tbody tr td.pro-price,
  .compare-table .table tbody tr td.pro-color,
  .compare-table .table tbody tr td.pro-stock {
    font-size:14px;
    font-weight:400;
  }
.table{
    margin-bottom: 0 !important;
}
  .compare-table .table tbody tr td.pro-remove button {
    border:none;
    background-color:transparent;
    padding:0px;
    cursor:pointer;
    transition:all 0.4s ease 0s;
  }

  .compare-table .table tbody tr td.pro-remove button:hover {
    color:rgb(231, 76, 60);
  }

  .compare-table .table tbody tr td.pro-remove button i {
    font-size:20px;
  }

  .compare-table .table tbody tr td.pro-ratting i {
    color:rgb(83, 112, 142);
  }

  .myaccount-tab-menu {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
  }

  .myaccount-tab-menu a {
    border-top:1px solid rgb(239, 239, 239);
    border-right:1px solid rgb(239, 239, 239);
    border-left:1px solid rgb(239, 239, 239);
    border-image:initial;
    border-bottom:none;
    color:rgb(34, 34, 34);
    font-weight:400;
    font-size:15px;
    display:block;
    padding:10px 15px;
    text-transform:capitalize;
  }

  .myaccount-tab-menu a:last-child {
    border-bottom:1px solid rgb(239, 239, 239);
  }

  .myaccount-tab-menu a:hover,
  .myaccount-tab-menu a.active {
    background-color:rgb(83, 112, 142);
    border-color:rgb(83, 112, 142);
    color:rgb(255, 255, 255);
  }

  .myaccount-tab-menu a i.fa {
    font-size:14px;
    text-align:center;
    width:25px;
  }

  @media only screen and (max-width:767.98px) {
    #myaccountContent {
      margin-top:30px;
    }
  }

  .myaccount-content {
    border:1px solid rgb(238, 238, 238);
    padding:30px;
  }

  @media only screen and (max-width:575.98px) {
    .myaccount-content {
      padding:20px 15px;
    }
  }

  .myaccount-content form {
    margin-top:-20px;
  }

  .myaccount-content h5 {
    border-bottom:1px dashed rgb(204, 204, 204);
    padding-bottom:10px;
    margin-bottom:25px;
  }

  .myaccount-content .welcome a {
    color:rgb(34, 34, 34);
  }

  .myaccount-content .welcome a:hover {
    color:rgb(83, 112, 142);
  }

  .myaccount-content .welcome strong {
    font-weight:500;
    color:rgb(83, 112, 142);
  }

  .myaccount-content fieldset {
    margin-top:20px;
  }

  .myaccount-content fieldset legend {
    color:rgb(34, 34, 34);
    font-size:20px;
    margin-top:20px;
    font-weight:400;
    border-bottom:1px dashed rgb(204, 204, 204);
  }

  .myaccount-table {
    white-space:nowrap;
    font-size:14px;
  }

  .myaccount-table table th,
  .myaccount-table .table th {
    color:rgb(34, 34, 34);
    padding:10px;
    font-weight:400;
    background-color:rgb(248, 248, 248);
    border-top-color:rgb(204, 204, 204);
    border-right-color:rgb(204, 204, 204);
    border-left-color:rgb(204, 204, 204);
    border-bottom:0px;
  }

  .myaccount-table table td,
  .myaccount-table .table td {
    padding:10px;
    vertical-align:middle;
    border-color:rgb(204, 204, 204);
  }

  .saved-message {
    background-color:rgb(244, 245, 247);
    border-top:3px solid rgb(83, 112, 142);
    border-radius:5px 5px 0px 0px;
    font-weight:400;
    font-size:15px;
    color:rgb(85, 85, 85);
    padding:20px;
  }

  .login-reg-form-wrap {
    background-color:rgb(181 181 181 / 10%);
    box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 6px;
    padding:22px;
    /* padding-left:0; */
  }

  @media only screen and (max-width:575.98px) {
    .login-reg-form-wrap {
      padding:23px 15px 30px;
    }
  }

  .login-reg-form-wrap form .create-account {
    margin-top:25px;
  }

  .login-reg-form-wrap .login-reg-form-meta a {
    color:rgb(83, 112, 142);
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .sign-up-form {
      margin-top:80px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .sign-up-form {
      margin-top:62px;
    }
  }

  #google-map {
    height:500px;
    width:100%;
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    #google-map {
      height:400px;
    }
  }

  @media only screen and (max-width:767.98px) {
    #google-map {
      height:350px;
    }
  }

  .contact-area {
    /* margin-top:-4px; */
    padding-top:80px !important;
  }

  @media only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .contact-area {
      margin-bottom:-5px;
    }
  }

  .contact-message h2 {
    color:rgb(34, 34, 34);
    font-size:22px;
    font-weight:500;
    line-height:1;
    padding-bottom:28px;
    text-transform:capitalize;
  }

  @media only screen and (max-width:575.98px) {
    .contact-message h2 {
      font-size:18px;
      padding-bottom:15px;
    }
  }

  .contact-message form input,
  .contact-message form textarea {
    width:100%;
    border-top:none;
    border-right:none;
    border-left:none;
    border-image:initial;
    padding:10px;
    border-bottom:3px solid transparent;
    background-color:rgb(247, 247, 247);
    margin-bottom:30px;
  }

  .contact-message form textarea {
    height:150px;
  }

  .contact-info {
    height:100%;
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .contact-info {
      margin-top:77px;
    }
  }

  @media only screen and (max-width:767.98px) {
    .contact-info {
      margin-top:60px;
    }
  }

  .contact-info p {
    padding-bottom:30px;
  }

  @media only screen and (min-width:768px) and (max-width:991px) {
    .contact-info p {
      padding-bottom:10px;
    }
  }

  .contact-info ul li {
    border-bottom:1px solid rgb(239, 239, 239);
    padding-bottom:15px;
    margin-bottom:15px;
    display:flex;
    -webkit-box-align:center;
    align-items:center;
  }

  @media only screen and (max-width:479.98px) {
    .contact-info ul li {
      -webkit-box-align:baseline;
      align-items:baseline;
    }
  }

  .contact-info ul li:last-child {
    border-bottom:none;
  }

  .contact-info ul li i {
    font-size:18px;
    padding-right:10px;
  }

  .contact-info .working-time h6 {
    padding-bottom:5px;
  }

  .contact-info .working-time p {
    padding-bottom:0px;
  }

  .contact-info .working-time p span {
    color:rgb(34, 34, 34);
    padding-right:10px;
  }

  .contact-title {
    line-height:1;
    padding-bottom:22px;
  }

  @media only screen and (max-width:575.98px) {
    .contact-title {
      font-size:18px;
      padding-bottom:8px;
    }
  }

  .footer-top {
    background-color:rgb(83, 112, 142);
  }

  @media only screen and (min-width:768px) and (max-width:991px),
  only screen and (max-width:767.98px) {
    .footer-top [class*="col-"] .widget-item {
      margin-bottom:30px;
    }
  }

  .footer-top [ class*="col-"]:last-child .widget-item {
    margin-bottom:0px;
  }

  .widget-title {
    color:rgb(255, 255, 255);
    margin-bottom:22px;
    text-transform:uppercase;
  }

  .contact-block li {
    font-size:14px;
    margin-bottom:15px;
    color:rgb(255, 255, 255);
    font-weight:100;
  }

  .contact-block li:last-child {
    margin-bottom:0px;
  }

  .contact-block li i {
    font-size:18px;
    padding-right:5px;
    color:rgb(255, 255, 255);
    vertical-align:middle;
  }

  .contact-block li a {
    color:rgb(255, 255, 255);
    font-weight:100;
  }

  .contact-block li a:hover {
    color:rgb(223 223 223);
    letter-spacing:1.01px;
    /* font-weight:500; */
  }

  .info-list {
    grid-template-columns:auto auto;
  }

  .info-list li {
    margin-bottom:15px;
  }

  .info-list li a {
    font-size:14px;
    color:rgb(255, 255, 255);
    text-transform:capitalize;
    font-weight:100;
  }

  .info-list li a:hover {
    color:rgb(223 223 223);
  }

  .social-link {
    margin-top:30px;
  }

  .social-link a {
    width:40px;
    height:40px;
    font-size:18px;
    line-height:40px;
    margin-right:10px;
    color:rgb(83 112 142);
    display:inline-block;
    text-align:center;
    border-radius:7%;
    background:#fff;
  }

  .social-link a:last-child {
    margin-right:0px;
  }

  .social-link a:hover {
    color:rgb(255, 255, 255);
    background-color:rgb(83, 112, 142);
    border-color:rgb(83, 112, 142);
  }

  @media only screen and (max-width:767.98px) {
    .newsletter-wrapper {
      margin-top:8px;
    }
  }

  .newsletter-inner {
    position:relative;
    margin-top:16px;
  }

  @media only screen and (max-width:767.98px) {
    .newsletter-inner {
      margin-top:5px;
    }
  }

  .newsletter-inner .news-field {
    width:100%;
    height:40px;
    border-top:none;
    border-right:none;
    border-left:none;
    border-image:initial;
    padding:10px 80px 10px 0px;
    color:rgb(255, 255, 255);
    background-color:transparent;
    border-bottom:1px solid rgb(188, 188, 188);
  }

  .newsletter-inner .news-btn {
    top:0px;
    right:0px;
    line-height:40px;
    position:absolute;
    font-size:14px;
    font-weight:700;
    color:rgb(83, 112, 142);
    padding:0px 10px;
    background:rgb(255, 255, 255);
  }

  .newsletter-inner .news-btn:hover {
    color:rgb(34, 34, 34);
  }

  .footer-payment {
    text-align:right;
  }

  @media only screen and (max-width:767.98px) {
    .footer-payment {
      text-align:center;
      margin-top:30px;
    }
  }

  .footer-bottom {
    padding:20px 0px;
    background:rgb(70, 101, 133);
    color:rgb(255, 255, 255);
  }

  .copyright-text p a {
    color:rgb(255, 255, 255);
  }

  .widget-body p {
    color:rgb(255, 255, 255);
  }

  .w-100 {
    width:100%;
  }

  .w-50 {
    width:50%;
  }

  .w-30 {
    width:30%;
  }

  .w-40 {
    width:39.55%;
  }

  .cat-sec {
    padding:0px 30px;
  }

  .item-product-cat-content {
    position:relative;
  }

  .item-product-cat-content img {
    width:100%;
  }

  .item-product-cat-content .product-cat-content-info {
    position:absolute;
    bottom:0px;
    left:50%;
    transform:translate(-50%, -50%);
    width:100%;
    text-align:center;
  }

  .item-title {
    font-size:21px;
    font-family:myFirstFont;
  }

  .item-image {
    border:1px solid rgb(223, 223, 223);
  }

  .item-image:hover img {
    animation:0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s 1 normal both running shake;
    transform:translate3d(0px, 0px, 0px);
    perspective:1000px;
  }

  @keyframes shake {

    10%,
    90% {
      transform:translate3d(-3px, 0px, 0px);
    }

    20%,
    80% {
      transform:translate3d(3px, 0px, 0px);
    }

    30%,
    50%,
    70% {
      transform:translate3d(-3px, 0px, 0px);
    }

    40%,
    60% {
      transform:translate3d(3px, 0px, 0px);
    }
  }

  footer .social-link {
    margin-top:0px;
  }

  .fz-special-offer-bg {
    background:url("../img/special-offer-bg.b88f9a97.png") 50% center / cover no-repeat;
    padding:0px 87px;
    border-radius:10px;
  }

  @media screen and (max-width:1199px) {
    .fz-special-offer-bg {
      padding:0px 50px;
    }
  }

  @media screen and (max-width:767px) {
    .fz-special-offer-bg {
      padding:0px 30px;
    }
  }

  @media screen and (max-width:575px) {
    .fz-special-offer-bg {
      padding:0px 25px;
    }
  }

  @media screen and (max-width:1399px) {
    .fz-special-offer__txt {
      padding:50px 0px;
    }
  }

  @media screen and (max-width:991px) {
    .fz-special-offer__txt {
      padding:30px 0px;
    }
  }

  @media screen and (max-width:575px) {
    .fz-special-offer__txt {
      padding:25px 0px;
    }
  }

  .fz-special-offer-sub-title {
    font-size:24px;
    font-weight:300;
    margin-bottom:10px;
  }

  @media screen and (max-width:991px) {
    .fz-special-offer-sub-title {
      font-size:20px;
    }
  }

  @media screen and (max-width:767px) {
    .fz-special-offer-sub-title {
      font-size:18px;
    }
  }

  .fz-special-offer-title {
    font-family:myFirstFont;
    font-size:60px;
    margin-bottom:9px;
  }

  @media screen and (max-width:1199px) {
    .fz-special-offer-title {
      font-size:50px;
    }
  }

  @media screen and (max-width:991px) {
    .fz-special-offer-title {
      font-size:45px;
    }
  }

  @media screen and (max-width:767px) {
    .fz-special-offer-title {
      font-size:35px;
    }
  }

  .fz-special-offer-description {
    margin-bottom:31px;
  }

  @media screen and (max-width:991px) {
    .fz-special-offer-description {
      margin-bottom:26px;
    }
  }

  @media screen and (max-width:767px) {
    .fz-special-offer-description {
      font-size:14px;
      line-height:24px;
    }
  }

  .fz-special-offer-btn {
    background:rgb(34, 34, 34);
    color:rgb(255, 255, 255);
    padding:15px 45px;
    text-transform:capitalize;
    font-weight:500;
    font-size:16px;
  }

  .section-title .title {
    position:relative;
    margin-bottom:15px;
    padding-bottom:9px;
  }

  .section-title .title span {
    position:absolute;
    bottom:0px;
    left:50%;
    transform:translateX(-50%);
    width:8px;
    height:8px;
    border-radius:50%;
    border:1px solid rgb(51, 51, 51);
  }

  .section-title .title span::before {
    position:absolute;
    content:"";
    bottom:2px;
    left:-50px;
    width:42px;
    height:1px;
    background-color:rgb(51, 51, 51);
  }

  .section-title .title span::after {
    position:absolute;
    content:"";
    bottom:2px;
    right:-50px;
    width:42px;
    height:1px;
    background-color:rgb(51, 51, 51);
  }

  .footer-top2 {
    padding-bottom:25px;
    border-bottom:1px solid rgba(255, 255, 255, 0.11);
    background:rgb(83, 112, 142);
    margin-bottom:30px;
  }

  address {
    margin-top:20px;
  }

  .widget-logo img {
    width:300px;
    margin-bottom:10px;
  }

  .follow-head {
    color:#fff;
    font-size:13px;
    margin-bottom:9px;
  }

  ul.shop-categories li a.active {
    color:#53708e;
    font-weight:bold;
    padding-left:0px;
    display:inline-block;
    /* background:#f5f5f5; */
    /* padding:10px; */
  }

  .delivery-address-box {
    /* border-radius:8px; */
    padding:calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
    background-color:#f7f7f7;
    height:100%;
    -webkit-box-shadow:0 0 9px rgba(0, 0, 0, 0.07);
    box-shadow:0 0 9px rgba(0, 0, 0, 0.07);
    border:1px solid #c5c5c582;
  }

  .delivery-address-box>div .label {
    position:absolute;
    top:0;
    right:0;
    background-color:#53708e;
    padding:2px 8px;
    border-radius:4px;
    color:#fff;
    font-size:12px;
    letter-spacing:0.8px;
  }

  .delivery-address-box>div {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position:relative;
  }

  .delivery-address-detail li {
    margin-bottom:13px;
  }

  ul.delivery-address-detail p {
    font-weight:bold;
  }

  ul.delivery-address-detail h6 span {
    font-weight:500;
    font-size:15px;
  }

  ul.delivery-address-detail h6 {
    font-weight:300;
    font-size:14px;
  }

  ul.delivery-address-detail h4 {
    font-size:17px;
  }

  .breadscrumb-order {
    display:block;
    padding:50px;
  }

  .breadscrumb-order .order-box .order-image {
    width:calc(170px + (250 - 170) * ((100vw - 320px) / (1920 - 320)));
    height:auto;
    margin:0 auto calc(16px + (28 - 16) * ((100vw - 320px) / (1920 - 320)));
    display:flex;
    justify-content:center;
  }

  .breadscrumb-order .order-box .order-image .checkmark {
    position:relative;
    padding:30px;
    -webkit-animation:checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
    animation:checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
    display:inline-block;
    -webkit-transform:scale(0.8);
    transform:scale(0.8);
    margin:-20px
  }

  .breadscrumb-order .order-box .order-image .checkmark__check {
    position:absolute;
    top:50%;
    left:50%;
    z-index:10;
    -webkit-transform:translate3d(-50%, -50%, 0);
    transform:translate3d(-50%, -50%, 0);
    fill:white
  }

  .breadscrumb-order .order-box .order-image .checkmark__background {
    fill:#53708e;
    -webkit-animation:rotate 35s linear both infinite;
    animation:rotate 35s linear both infinite
  }

  .breadscrumb-order .order-box .order-image .star {
    position:absolute;
    -webkit-animation:grow 3s infinite;
    animation:grow 3s infinite;
    fill:#53708e;
    opacity:0
  }

  .breadscrumb-order .order-box .order-image .star:nth-child(1) {
    width:12px;
    height:12px;
    left:12px;
    top:16px
  }

  .breadscrumb-order .order-box .order-image .star:nth-child(2) {
    width:18px;
    height:18px;
    left:168px;
    top:84px
  }

  .breadscrumb-order .order-box .order-image .star:nth-child(3) {
    width:10px;
    height:10px;
    left:32px;
    top:162px
  }

  .breadscrumb-order .order-box .order-image .star:nth-child(4) {
    height:20px;
    width:20px;
    left:82px;
    top:-12px
  }

  .breadscrumb-order .order-box .order-image .star:nth-child(5) {
    width:14px;
    height:14px;
    left:125px;
    top:162px
  }

  .breadscrumb-order .order-box .order-image .star:nth-child(6) {
    width:10px;
    height:10px;
    left:16px;
    top:16px
  }

  .breadscrumb-order .order-box .order-image .star:nth-child(1) {
    -webkit-animation-delay:1.5s;
    animation-delay:1.5s
  }

  .breadscrumb-order .order-box .order-image .star:nth-child(2) {
    -webkit-animation-delay:3s;
    animation-delay:3s
  }

  .breadscrumb-order .order-box .order-image .star:nth-child(3) {
    -webkit-animation-delay:4.5s;
    animation-delay:4.5s
  }

  .breadscrumb-order .order-box .order-image .star:nth-child(4) {
    -webkit-animation-delay:6s;
    animation-delay:6s
  }

  .breadscrumb-order .order-box .order-image .star:nth-child(5) {
    -webkit-animation-delay:7.5s;
    animation-delay:7.5s
  }

  .breadscrumb-order .order-box .order-image .star:nth-child(6) {
    -webkit-animation-delay:9s;
    animation-delay:9s
  }

  .breadscrumb-order .order-box .order-image .checkmark {
    position:relative;
    padding:30px;
    -webkit-animation:checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
    animation:checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
    display:inline-block;
    -webkit-transform:scale(0.8);
    transform:scale(0.8);
    margin:-20px
  }

  .breadscrumb-order .order-box .order-image .checkmark__check {
    position:absolute;
    top:50%;
    left:50%;
    z-index:10;
    -webkit-transform:translate3d(-50%, -50%, 0);
    transform:translate3d(-50%, -50%, 0);
    fill:white
  }

  @-webkit-keyframes grow {

    0%,
    100% {
      -webkit-transform:scale(0);
      transform:scale(0);
      opacity:0
    }

    50% {
      -webkit-transform:scale(1);
      transform:scale(1);
      opacity:1
    }
  }

  @keyframes grow {

    0%,
    100% {
      -webkit-transform:scale(0);
      transform:scale(0);
      opacity:0
    }

    50% {
      -webkit-transform:scale(1);
      transform:scale(1);
      opacity:1
    }
  }

  .order-contain h3 {
    font-size:calc(23px + (24 - 21) * ((100vw - 320px) / (1920 - 320)));
    font-weight:800;
    margin-bottom:6px;
  }

  .order-contain h5 {
    margin-bottom:8px;
    line-height:1.4;
    font-weight:400;
    font-size:17px;
  }

  .order-contain {
    text-align:center;
  }

  .order-contain h6 {
    font-size:12px;
  }

  /* DASHBOARD PAGE CSS START */
  /* DASHBOARD PAGE CSS START */
  /* DASHBOARD PAGE CSS START */
  /* DASHBOARD PAGE CSS START */
  /* DASHBOARD PAGE CSS START */
  /* DASHBOARD PAGE CSS START */
  .account-nav {
    background-color:#fff;
    box-shadow:0 1px 17px rgb(0 0 0 / 9%);
    width:100%;
    border:1px solid rgba(0, 0, 0, .125);
  }

  .account-nav__title {
    padding:1rem 1.5rem;
    font-size:20px;
    font-weight:bold;
    margin-bottom:0;
  }

  .account-nav__list {
    list-style:none;
    /* padding:0 20px; */
    margin:0;
    font-size:15px;
    padding-bottom:15px;
    line-height:20px;
  }

  .account-nav__item a {
    cursor:pointer;
    display:block;
    color:#373838;
    padding:11px 0 11px 0;
    border-bottom:1px solid #ededed;
  }

  .account-nav__item--active a {
    color:inherit;
    font-weight:500;
  }

  .account-nav__item--active a {
    box-shadow:inset 3px 0 #f4b80f;
  }

  .account-nav__divider {
    height:1px;
    background:#ebebeb;
    margin:10px 0;
  }

  .dashboard {
    display:-ms-table-cell;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }

  .dashboard .col-md-6 {
    margin-bottom:20px;
  }

  .profile-card__avatar {
    border-radius:50%;
    border:1px solid #f7f7f7;
    margin-top:30px;
    margin-bottom:10px;
    text-align:center;
    padding:5px;
  }

  .profile-card__avatar img {
    border-radius:50%;
    max-width:20%;
  }

  .profile-card__name {
    font-weight:bold;
    line-height:20px;
    font-size:19px;
  }

  .profile-card__email {
    font-size:15px;
    margin-bottom:15px;
  }

  .profile-card__edit {
    padding-bottom:15px;
  }

  .order-table .product-card__image {
    width:60px;
    margin:0;
  }

  .addresses-list__item {
    -ms-flex-negative:0;
    flex-shrink:0;
  }

  .addresses-list__item--new {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-align:center;
    align-items:center;
    padding:3.5rem 2rem;
    background-color:#fff;
    box-shadow:0 1px 17px rgb(0 0 0 / 9%);
    border:1px solid rgba(0, 0, 0, .125);
  }

  .addresses-list__plus {
    width:60px;
    height:60px;
    position:relative;
    border-radius:30px;
    margin-bottom:24px;
    color:#e0e0e0;
    border:2px solid currentColor;
    transition:color .2s;
  }

  .addresses-list__plus:after,
  .addresses-list__plus:before {
    content:"";
    position:absolute;
    width:32px;
    height:4px;
    background:currentColor;
    border-radius:1.5px;
    top:calc(50% - 2px);
    left:calc(50% - 16px);
  }

  .addresses-list__plus:after {
    transform:rotate(90deg);
  }

  .address-card__footer {
    margin-top:1.625rem;
  }

  /* DASHBOARD PAGE CSS END */
  /* DASHBOARD PAGE CSS END */
  /* DASHBOARD PAGE CSS END */
  /* DASHBOARD PAGE CSS END */
  /* DASHBOARD PAGE CSS END */
  /* DASHBOARD PAGE CSS END */
  .ptb-100 {
    padding:100px 0;
  }

  .address-card__badge {
    position:absolute;
    top:12px;
    right:12px;
  }

  .tag-badge--theme {
    color:#fff;
  }

  .tag-badge {
    display:inline-block;
    text-transform:uppercase;
    font-size:11px;
    font-weight:500;
    line-height:1;
    z-index:0;
    height:18px;
    padding:4px 14px 0;
  }

  .tag-badge--theme:before {
    background:#53708e;
  }

  .tag-badge:before {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    z-index:-1;
    border-radius:2.5px;
    transform-origin:center;
    left:3.5px;
    right:3.5px;
    transform:skewX(-20deg);
  }

  .address-card__body {
    padding:15px;
    font-size:14px;
    line-height:20px;
    color:#5e5e5e;
    border-bottom:1px solid #ebe8e8;
  }

  .address-card--featured .address-card__name {
    font-weight:bold;
    font-size:16px;
    margin-bottom:1.125rem;
    color:#000;
  }

  .address-card__row+.address-card__row {
    margin-top:0.75rem;
  }

  .address-card__row-title {
    font-size:13px;
    color:#6c757d;
  }

  .address-card__row+.address-card__row {
    margin-top:0.75rem;
  }

  .address-card__row-title {
    font-size:13px;
    color:#000000;
    font-weight:800;
  }

  .card-body--padding--2 label {
    margin-bottom:0;
    color:#000;
    padding:10px 0;
  }

  .address-card__footer a {
    color:#53708e;
  }

  .account-nav__list .account-nav__item {
    padding:0 20px;
  }

  .account-nav__list .account-nav__item.active {
    background-color:#efefefa8;
  }

  .account_form form {
    border:1px solid #ebebeb;
    padding:23px 20px 29px;
    border-radius:5px;
    padding-top:0;
  }

  .table>:not(:last-child)>:last-child>* {
    border:1px solid #ebebeb;
  }

  ;
}

.returning-box .checkout-login-form {
  background-color:var(--white-color);
  padding:24px;
  margin-top:24px;
  display:none;
}

.returning-box .checkout-login-form .theme-input {
  background-color:transparent;
  border:1px solid var(--light-stroke);
  margin-bottom:20px;
}

.checkout-coupon-box {
  padding:10px 30px;
  border:1px solid var(--light-stroke);
  border-top:3px solid rgb(101 129 154);
}

.checkout-coupon-box .checkout-coupon-form {
  margin-top:24px;
  max-width:400px;
  display:none;
}

.checkout-coupon-box .checkout-coupon-form input {
  margin-bottom:20px;
}

.checkout-form .input-field label {
  margin-bottom:10px;
  font-size: 13px;
}

.checkout-form .input-field .nice-select {
  height:54px;
  line-height:54px;
}

.checkout-form .input-field .nice-select.open .list {
  width:100%;
}

.checkout-form .theme-input {
  border:1px solid var(--light-stroke);
  font-weight:300;
}

.order-table {
  width:100%;
  padding:25px;
  border:1px solid var(--light-stroke);
}

.order-table table {
  width:100%;
}

.order-table table tr {
  border-bottom:1px solid var(--light-stroke);
}

.order-table table th {
  text-transform:uppercase;
  font-weight:500;
  padding:10px 0px;
  padding-top: 0;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}

.order-table table td {
padding:15px 0px;
  vertical-align:middle;
}

.order-table table td .product-box {
  min-width:340px;
}

.order-table table td .pp-price {
  min-width:100px;
}

.order-table table .feature-image {
  width:80px;
  padding:10px;
}

.checkout-payment-methods label {
  display:flex;
  position:relative;
  /* align-items:center; */
  flex-direction:column;
  justify-content:start;
}

.checkout-payment-methods label input {
  opacity:0;
  display:none;
}

.checkout-payment-methods label input:checked~span::after {
  opacity:1;
}

.checkout-payment-methods label span.radio {
  position:relative;
  padding-left:15px;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.checkout-payment-methods label span.radio::before {
  content:"";
  position:absolute;
  left:-10px;
  top:3px;
  width:18px;
  height:18px;
  border:1px solid var(--primary-color);
  background-color:transparent;
  border-radius:50%;
}

.checkout-payment-methods label span.radio::after {
  content:"";
  position:absolute;
  left:-5px;
  top:8px;
  width:8px;
  height:8px;
  background-color:var(--primary-color);
  border-radius:50%;
  opacity:0;
}

.checkout-payment-methods label p {
  margin-top:4px;
}

.checkout-payment-methods label+label {
  margin-top:12px;
}

.checkout-payment-methods label input:checked~.description {
  display:block;
  font-size:15px;
  background:#e8e8e8;
  padding:6px;
}

.checkout-payment-methods label input:checked~span.checkbox::before {
  background-color:var(--primary-color);
  border-color:var(--primary-color);
}

.checkout-payment-methods label .description {
  display:none;
  margin-top:10px;
}

.checkout-payment-methods label span.checkbox {
  position:relative;
  padding-left:10px;
}

.checkout-payment-methods label span.checkbox::before {
  content:'\f00c';
  font-family:FontAwesome;
  font-size:10px;
  text-align:center;
  line-height:12px;
  position:absolute;
  left:-15px;
  top:3px;
  width:15px;
  height:15px;
  border:1px solid var(--border-gray);
  color:var(--white-color);
}

.tags-social span {
  color:var(--primary-color);
  text-transform:uppercase;
}

.tags-social .tags-list {
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  flex-wrap:wrap;
  gap:15px;
}

.tags-social .tags-list a {
  padding:10px 20px;
  border:1px solid var(--light-stroke);
  color:var(--primary-color);
  font-size:15px;
}

.tags-social .tags-list a:hover {
  background-color:var(--primary-color);
  color:var(--white-color);
  border-color:var(--primary-color);
}

.tags-social .social-share a {
  display:inline-block;
  color:var(--primary-color);
  padding:0px 6px;
}

.tags-social .social-share a:hover {
  color:var(--secondary-color);
}

.blog-author-box .author-thumb {
  width:210px;
  flex-shrink:0;
}

.blog-author-box .author-socials a {
  width:40px;
  height:40px;
  border:1px solid var(--light-stroke);
  color:var(--primary-color);
  display:inline-block;
  text-align:center;
  line-height:40px;
  margin-right:10px;
}

.blog-author-box .author-socials a:hover {
  color:var(--white-color);
  background-color:var(--primary-color);
  border-color:var(--primary-color);
}

.spacer {
  border-top:1px solid var(--light-stroke);
}

.blog-comment-list li {
  padding:30px 0px;
}

.blog-comment-list li+li {
  border-top:1px solid var(--light-stroke);
}

.blog-comment-list .client-thumb {
  width:120px;
  flex-shrink:0;
}

.blog-comment-list .reply-btn {
  font-weight:500;
  position:absolute;
  right:0px;
  top:0px;
  text-transform:uppercase;
}

@media (max-width:767.98px) {
  .blog-comment-list .reply-btn {
    position:initial;
    margin-top:15px;
  }
}

.ur3-hero-box {
  padding:333px 0px 160px;
  background-repeat:no-repeat;
  background-size:100% 100%;
  transition:all 2s ease 0s;
}

.ur3-hero-box::before {
  content:"";
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color:rgba(0, 0, 0, 0.25);
  z-index:-1;
}

.ur3-hero-box:hover {
  background-size:110% 110%;
}

@media (max-width:1199.98px) {
  .ur3-hero-box {
    padding:130px 12px;
    text-align:center;
    background-size:cover;
  }

  .ur3-hero-box:hover {
    background-size:cover;
  }
}

.ur3-hero-product-box {
  background-color:rgb(245, 245, 238);
  padding:254px 60px 60px;
  position:relative;
}

.ur3-hero-product-box .feature-image {
  position:absolute;
  right:0px;
  top:0px;
  mix-blend-mode:multiply;
  transition:var(--transition-base);
}

.ur3-hero-product-box h2 {
  position:relative;
  display:inline-block;
}

.ur3-hero-product-box h2::before {
  content:"";
  position:absolute;
  right:0px;
  bottom:0px;
  width:0px;
  height:2px;
  background-color:var(--primary-color);
  transition:var(--transition-base);
}

.ur3-hero-product-box:hover .feature-image {
  transform:scale(1.1);
}

.ur3-hero-product-box:hover h2::before {
  width:100%;
  left:0px;
  right:auto;
}

@media (max-width:1199.98px) {
  .ur3-hero-product-box .feature-image {
    max-width:300px;
  }
}

@media (max-width:991.98px) {
  .ur3-hero-product-box {
    padding:254px 40px 40px;
  }
}

.ur3-hero-box .hero-box-content {
  max-width:640px;
  margin:0px auto;
  padding-left:7%;
}

@media (max-width:1600px) {
  .ur3-hero-box .hero-box-content {
    padding-left:0px;
  }
}

.ur3-cta-section {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:left center;
}

.trending-filter-nav {
  gap:20px;
}

.trending-filter-nav li a {
  color:var(--text-color);
  font-size:20px;
  position:relative;
  transition:var(--transition-base);
}

.trending-filter-nav li a::before {
  content:"";
  position:absolute;
  right:0px;
  bottom:0px;
  width:0px;
  height:1px;
  background-color:var(--secondary-color);
  transition:var(--transition-base);
}

.trending-filter-nav li a:hover {
  color:var(--secondary-color);
}

.trending-filter-nav li a.active {
  color:var(--secondary-color);
}

.trending-filter-nav li a.active::before {
  width:100%;
  right:auto;
  left:0px;
}

.ur3-featured-product .overlay-content {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  text-align:center;
  background-color:rgba(255, 255, 255, 0.8);
  width:calc(100% - 120px);
  height:calc(100% - 120px);
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  flex-direction:column;
}

.ur3-featured-product .overlay-content h3 {
  margin-bottom:40px;
  margin-top:24px;
}

@media (max-width:1199.98px) {
  .ur3-featured-product .overlay-content {
    width:calc(100% - 60px);
    height:calc(100% - 60px);
  }
}

@media (max-width:991.98px) {
  .ur3-featured-product .overlay-content h3 {
    margin-bottom:24px;
    margin-top:16px;
  }
}

@media (max-width:767.98px) {
  .ur3-featured-product .overlay-content h3 {
    margin-bottom:40px;
    margin-top:24px;
  }
}

@media (max-width:460px) {
  .ur3-featured-product .overlay-content {
    width:calc(100% - 40px);
    height:calc(100% - 40px);
  }

  .ur3-featured-product .overlay-content h3 {
    margin-bottom:24px;
    margin-top:16px;
  }
}

.ur3-category-box {
  text-align:center;
  /* width:19%; */
  /* margin-bottom:50px; */
  padding: 18px;
}

.ur3-category-box .thumb-wrapper {
  /* width:200px; */
  /* height:200px; */
  /* padding:40px; */
  display:inline-flex;
  -webkit-box-align:center;
  align-items:center;
  -webkit-box-pack:center;
  justify-content:center;
  z-index:1;
  border:1px solid rgb(231, 231, 231);
  background:rgb(243, 243, 243);
  overflow: hidden;
}

.ur3-category-box .thumb-wrapper::before {
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  border-radius:50%;
  border:2px solid rgba(0, 0, 0, 0.15);
  width:230px;
  height:230px;
  transition:var(--transition-base);
  z-index:-1;
  opacity:0;
}

.ur3-category-box .thumb-wrapper img {
  transition:var(--transition-base);
}

.ur3-category-box .ct-title {
  transition:var(--transition-base);
}

.ur3-category-box .ct-title h6 {
  margin-top:10px;
  transition:var(--transition-base);
  font-family:Poppins, sans-serif;
  color: rgb(0 0 0);
}

.ur3-category-box .ct-title h6:hover {
  color:var(--secondary-color);
}

.ur3-category-box:hover .thumb-wrapper::before {
  opacity:1;
  transform:translate(-50%, -50%) scale(0.9);
}

.ur3-category-box:hover .thumb-wrapper img {
  transform:scale(1.05);
}

.ur3-featured-box .ur-tooltip {
  position:absolute;
}

.ur3-featured-box .ur-tooltip button {
  width:30px;
  height:30px;
  background-color:var(--white-color);
  color:var(--primary-color);
  border-radius:50%;
  box-shadow:rgba(255, 255, 255, 0.3) 0px 0px 0px 10px;
}

.ur3-featured-box .ur-tooltip.tooltip-1 {
  left:36%;
  top:20%;
}

.ur3-featured-box .ur-tooltip.tooltip-2 {
  left:42%;
  top:40%;
}

.ur3-featured-box .ur-tooltip.tooltip-3 {
  left:20%;
  top:67%;
}

.ur3-featured-box .ur-tooltip .ur-tooltip-product {
  opacity:0;
  visibility:hidden;
  transition:var(--transition-base);
  position:absolute;
  z-index:2;
  left:calc(100% + 10px);
  top:-40px;
  width:280px;
}

.ur3-featured-box .ur-tooltip:hover .ur-tooltip-product {
  opacity:1;
  visibility:visible;
}

@media (max-width:767.98px) {
  .ur3-featured-box .ur-tooltip .ur-tooltip-product {
    width:180px;
  }

  .ur3-featured-box .ur-tooltip .ur-tooltip-product .feature-image {
    display:none;
  }
}

@media (max-width:460px) {
  .ur3-featured-box .ur-tooltip .ur-tooltip-product {
    left:-60px;
  }
}

.ur-tooltip-product {
  padding:12px;
  border-radius:3px;
  background-color:var(--white-color);
}

.ur-tooltip-product .feature-image {
  max-width:90px;
  padding:8px;
}

.ur-tooltip-product .feature-image img {
  transition:var(--transition-base);
}

.ur-tooltip-product h6 {
  transition:var(--transition-base);
}

.ur-tooltip-product h6:hover {
  color:var(--secondary-color);
}

.ur-tooltip-product:hover .feature-image img {
  transform:scale(1.06);
}

.store-search-box {
  border:1px solid var(--primary-color);
  padding:42px 60px;
}

.store-search-box input[type="text"] {
  border:0px;
  font-weight:300;
}

.store-search-box .primary-btn span {
  width:45px;
  height:45px;
  text-align:center;
  line-height:45px;
  padding:0px;
}

.store-search-box .primary-btn:hover svg path {
  fill:var(--primary-color);
}

@media (max-width:460px) {
  .store-search-box {
    padding:32px 24px;
  }
}

.hero-left-content {
  padding:150px 0px;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 50%;
}

.ur-hero-single-slide {
  background-repeat:no-repeat;
  background-size:cover !important;
  padding: 0 10px;
}

a.logo-white img {
  width:150px;
}

.top-social a {
  color:rgb(255, 255, 255);
  margin-left:22px;
}

.top-social {
  display:flex;
  justify-content:end;
}

#shopFeatures,
#shopRings {
  padding:35px 0px;
}

.ur3-category-slider button.next-arrow.slick-arrow {
  position:absolute;
  top:50%;
  right:-40px;
  z-index:1;
  background:rgb(101, 129, 154);
  color:rgb(255, 255, 255);
  transform:translate(-50%, -15px);
}

.ur3-category-slider button.prev-arrow.slick-arrow {
  position:absolute;
  top:50%;
  left:-15px;
  z-index:1;
  background:rgb(101, 129, 154);
  color:rgb(255, 255, 255);
  transform:translate(-50%, -15px);
}

button.prev-arrow.slick-arrow svg {
  fill:rgb(0, 0, 0);
}

.gallery {
  column-width:300px;
  column-gap:5px;
}

.gallery .product-item {
  width:100%;
  cursor:pointer;
  margin-bottom:5px;
  position:relative;
}

.gallery .product-item img {
  width:100%;
  cursor:pointer;
}

a.footer-logo img {
  width:200px;
  margin-bottom:20px;
}

.promo-video-wrap {
  height: 100%;
  position:relative;
  width:100%;
  background:url(../images/bg/cta.webp);
}

.promo-video-wrap .content-title {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  width:100%;
  padding: 28px 50px;
}

.content-title {
  color:rgb(255, 255, 255);
}

.video-sec {
  /* height: 480px; */
  overflow:hidden;
  /* background:rgb(0, 0, 0); */
}

.video-sec h2 {
  color: rgb(0 0 0);
}

.ur3-footer-widget li {
  color:rgb(255, 255, 255);
  margin-bottom:15px;
}

.ur3-footer-widget li a {
  color:rgb(255, 255, 255);
  display:flex;
  align-items:center;
}

.ur3-footer-widget ul {
  display:flex;
  flex-direction:column;
}

.ur3-footer-widget li i {
  margin-right:11px;
}

.mtb-10 {
  margin-top:10px;
  margin-bottom:10px;
}

ul.ur3-footer-links.ur3-footer-links2 {
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-around;
}

ul.ur3-footer-links.ur3-footer-links2 li {
  margin-right:30px;
  margin-bottom:0px;
}

.ur3-footer-widget2 {
  padding:2px;
  display:flex;
  align-items:center;
}

.footer-logo {}

.f-19 {
  font-size:19px;
}

.ur-navmenu ul li.active {
  background:rgba(231, 231, 231, 0.68);
}

.product-c {
  position:absolute;
  bottom:0px;
  left:50%;
  width:100%;
  transform:translateX(-50%);
  padding:0px 10px;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
}

.product-c h3 {
  background:rgba(255, 255, 255, 0.71);
  font-size:18px;
  width:max-content;
  padding:5px 10px;
}

.template-btn2.primary-btn:hover {
  background-color:rgb(255, 255, 255);
  color:rgb(0, 0, 0);
}

.ring_sec {
  position:relative;
  padding-bottom:120px;
  /* margin-top:130px; */
}

.ring_sec .diamond_j_cont {
  position:absolute;
  width:652px;
  right:0px;
  top: 0;
}

.diamond_j {
  background-image:url("../images/Diamond_Sprite.png");
  width:180px;
  height:150px;
  background-size:100%;
  margin-left:auto;
  margin-right:auto;
  background-position:left 3px top -2837px;
  position:sticky;
  z-index:99;
  top: 360px;
}

.diamond_b {
  margin-top:0px;
  margin-right:9px;
  height:156px;
  overflow:visible;
}

.ring_sec.home-2-ring {
  position:relative;
  margin-top:100px;
}

.contct-btn span {
  background:rgb(142, 168, 191);
}

.contct-btn span:hover {
  background:rgb(255, 255, 255);
}

.call_me {
  border-radius:50%;
  cursor:pointer;
  z-index:100000 !important;
}

.call_me,
.call_me::before {
  width:60px;
  height:60px;
  position:fixed;
  left:30px;
  bottom:30px;
  display:flex;
  align-items:center;
}

.call_me,
.call_me::before {
  background:radial-gradient(rgb(51, 169, 60), rgb(51, 169, 60), rgb(24, 121, 31));
}

.call_me i {
  color:rgb(255, 255, 255);
  font-size:24px;
  line-height:60px;
  animation:1.5s linear 0s infinite normal none running uptocallphone;
  position:relative;
  z-index:10001;
  margin-left:auto;
  margin-right:auto;
}

.call_me::before {
  content:"";
  transform:scale(1, 1);
  opacity:0.5;
  display:block;
  border-radius:100%;
  z-index:9999;
  animation:1.5s ease 0s infinite normal none running uptocallmini;
}

@-webkit-keyframes uptocallmini {

  0%,
  100% {
    transform:scale(1, 1);
    opacity:0.5;
  }

  80% {
    opacity:0;
    transform:scale(1.5, 1.5);
  }

  85% {
    transform:scale(0.5, 0.5);
    opacity:0;
  }
}

@keyframes uptocallmini {

  0%,
  100% {
    transform:scale(1, 1);
    opacity:0.5;
  }

  80% {
    opacity:0;
    transform:scale(1.5, 1.5);
  }

  85% {
    transform:scale(0.5, 0.5);
    opacity:0;
  }
}

.form-box {
  margin:0px auto;
  display:flex;
}

.contact-form-box p {
  font-size:15px;
}

a.logo img {
  width:168px;
}

.ur3-header-btns a img {
  width:35px;
}

.cart-number {
  position:absolute;
  top:-11px;
  color:rgb(101, 129, 154);
  border-radius:100%;
  font-weight:600;
  font-size:14px;
  right:0px;
  background:rgb(255, 255, 255);
  width:20px;
  text-align:center;
  line-height:22px;
  height:20px;
  box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border:1px solid rgb(210, 210, 210);
}

.top-menu a {
  color:rgb(255, 255, 255);
  display:inline-block;
  margin-left:20px;
  font-size:14px;
  position:relative;
  font-family:Poppins, sans-serif;
}

.top-menu {
  text-align:right;
}

.top-menu a::before {
  content:"";
  position:absolute;
  top:0px;
  width:1px;
  height:19px;
  background-color:rgba(255, 255, 255, 0.16);
  right:-12px;
}

.top-menu a:last-child::before {
  display:none;
}

.ur3-nav-header {
  background:rgb(246, 246, 246);
}

.ur3-category-box-main {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}

.ur3-product-card-2 i.fas.fa-star {
  color:rgb(252, 173, 2);
  font-size:11px;
  margin:0px 1px;
}

.product-price del {
  color:rgb(167, 167, 167);
  font-size:14px;
  margin-right:5px;
  font-weight:600;
}

.product-price {
  font-weight:700;
}

.rating {
  border-top:1px solid rgba(226, 226, 226, 0.49);
  padding-top:10px;
}

.choose-silver {
  /* text-align:center; */
  color:rgb(255, 255, 255);
  z-index:2;
  position:relative;
  padding-right: 65px;
}

.choose-silver h2 {
  color:rgb(255, 255, 255);
  margin-bottom: 20px;
  font-size: 40px !important;
}

.ab-feature-box img {
  width: 55px;
}

.ab-feature-box h6 {
  font-size: 19px;
  letter-spacing:0.06em;
  margin-bottom: 0;
}

.ab-feature-box {
  position:relative;
  border: 1px solid #ffffff12;
  /* text-wrap: wrap; */
  background: #ffffff0a;
}

.ab-feature-section .ab-feature-box::after {
  content:"";
  width:1px;
  height:100%;
  background-color:rgba(255, 255, 255, 0.11);
  position:absolute;
  right:-25px;
  top:0px;
}

.ab-feature-box2::after {
  display:none;
}

.ab-feature-section {
  background-size:cover;
  background-position:center center;
  background-attachment:fixed;
  position:relative;
}

.ab-feature-section::after {
  content:"";
  background-color:rgba(101, 129, 154, 0.81);
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:1;
}

.ab-feature-section .container {
  z-index:2;
  position:relative;
}

.footer-widget.pl-80 {
  padding-left:80px;
}

.footer-widget h5 {
  font-size:17px;
  font-family:Poppins, sans-serif;
  text-transform:uppercase;
  margin-bottom:40px;
  font-weight:600 !important;
}

.footer-widget li a {
  color:rgb(246, 246, 246);
  display:flex;
  align-items:start;
}

.footer-widget li {
  color:rgb(255, 255, 255);
  margin-bottom:20px;
  width:100%;
}

.footer-widget li a i {
  margin-right:9px;
  margin-top:4px;
}

footer.footer-style-2.primary-bg-color {
  padding-top:80px;
}

.ur2-footer-copyright {
  padding:15px 0px;
  border-top:1px solid rgba(255, 255, 255, 0.09);
  background:rgb(83 106 127);
}

.footer-social-style-2 {
  margin-top:15px;
}

.footer-widget h5 {
  position:relative;
}

.footer-widget h5::after {
  width:40px;
  height:2px;
  background-color:rgb(255, 255, 255);
  position:absolute;
  bottom:-11px;
  left:0px;
  content:"";
}

.why-silver-mian {
  position:relative;
}

.why-silver-mian::after {
  content:"";
  background-color: rgb(0 0 0 / 64%);
  width:100%;
  height:100%;
  left:0px;
  top:0px;
  position:absolute;
  z-index:1;
}

.ur3-product-card-2 .feature-image .product-btns a i {
  margin-right:7px;
}

button.user-btn img {
  width:35px;
}

a.cart {
  border:1px solid #65819a;
  /* display:flex; */
  background:#65819a;
  display:flex;
  padding:5px 15px;
  align-items:center;
}

span.cart_title {
  display:flex;
  flex-direction:column;
  color:#fff;
  /* font-size:13px; */
}

span.cart_icon {
  margin-right:30px;
}

span.cart_icon img {
  width:22px;
}

span.cart_icon {
  position:relative;
}

span.cart_icon::after {
  content:'';
  background:#ffffff38;
  width:1px;
  height:100%;
  position:absolute;
  top:0;
  right:-12px;
}

span.cart_quantity {
  font-size:14px;
  line-height:19px;
}

span.cart_price {
  font-size:17px;
  font-weight:700;
  line-height:20px;
}

.contact-location {
  border-radius:6px;
  background:#f9f9f9;
  color:#060606;
  padding:20px;
  min-height:115px;
}

.contact-bx {
  padding:10px;
  border-bottom:1px solid #878987;
}

.contact-ikon {
  padding:21px 0;
  display:flex;
  border-bottom: 2px solid #a9a9a982;
  margin-bottom:15px;
  background:#fff;
}

.contact-location span {
  display:block;
  padding:0px 16px;
}

.address i {
  box-shadow:rgb(100 100 111 / 11%) -1px 3px 20px 0;
  display:flex;
  font-size:21px !important;
  height:45px;
  border-radius:25px;
  background-color:#fff;
  font-size:14px;
  color:#383c47;
  width:45px;
  align-items:center;
  justify-content:center;
}

.phone i {
  box-shadow:rgb(100 100 111 / 11%) 1px 7px 20px 3px;
  display:flex;
  font-size:21px !important;
  height:45px;
  border-radius:25px;
  background-color:#fff;
  font-size:14px;
  color:#383c47;
  width:45px;
  align-items:center;
  justify-content:center;
}

.email i {
  box-shadow:rgb(100 100 111 / 11%) 1px 7px 20px 3px;
  display:flex;
  font-size:21px !important;
  height:45px;
  border-radius:25px;
  background-color:#fff;
  font-size:14px;
  color:#383c47;
  width:45px;
  align-items:center;
  justify-content:center;
}

.cntct-box {
  display:flex;
  align-items:center;
  justify-content:center;
}

.contact-bx h3 {
  padding:10px;
}

.contact_message h3 {
  font-size:16px;
  text-transform:capitalize;
  font-weight:700;
  line-height:19px;
  margin-bottom:25px;
}

.cntct-box a {
  color:#000;
}

.sidebar-widget .color-select li label>span.bg-light-silver::before {
  background-color:#C0C0C0;
}

.single-product-slider button.next-arrow.slick-arrow {
  position:absolute;
  right:0;
  top:50%;
  background:#65819a69;
  color:#fff;
  padding:10px;
}

.single-product-slider button.prev-arrow.slick-arrow {
  position:absolute;
  left:0;
  top:50%;
  z-index:1;
  background:#65819a69;
  color:#fff;
  padding:10px;
}

ul.single-product-features {
  margin-top:19px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #efefef;
  padding: 10px;
}

.single-product-tab.pt-120 {
  /* background:#efefef91; */
  /* padding:30px; */
  /*border:1px solid #efefef91;*/
  margin-top: 100px;
}

.short-description li {
  list-style:none;
  /* background:#ececec; */
  display:inline-block;
  padding: 0px 3px;
  font-weight:600;
  font-size: 13px;
  line-height:26px;
  /* border:1px solid #e6e6e6; */
  margin-bottom:10px;
  font-family: Poppins, sans-serif;
}
.login-page-img img {
    width: 100%;
    height: 434px;
}
.sign-up-page-img img{
    width: 493px;
}
a.product-title.h6.mt-2.d-block {
  font-family:var(--body-font);
  font-size:17px;
}

.cart-calculator {
  background:#f7f7f7;
  border:1px solid #ececec;
  padding:30px;
}

.cart-calculator h3 {
  margin-bottom:20px;
}

.cart-calculator h3 {
  margin-bottom:20px;
  font-size:25px;
}

.delivery-address-box {
  /* border-radius:8px; */
  padding:calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
  background-color:#f7f7f7;
  height:100%;
  -webkit-box-shadow:0 0 9px rgba(0, 0, 0, 0.07);
  box-shadow:0 0 9px rgba(0, 0, 0, 0.07);
  border:1px solid #c5c5c582;
  position:relative;
  padding-left:30px;
}

.delivery-address-box>div .label {
  position:absolute;
  top:5px;
  right:5px;
  background-color:#53708e;
  padding:2px 8px;
  border-radius:4px;
  color:#fff;
  font-size:12px;
  letter-spacing:0.8px;
}

.delivery-address-box>div {
  display:flex;
}

.checkout-payment-methods .delivery-address-box label span.radio::before {
  top:2px !important;
}

.checkout-payment-methods .delivery-address-box label span.radio::after {
  top:7px !important;
}

.delivery-address-detail h6 {
  font-family:var(--body-font);
  font-size:12px;
  color: #484848;
}

.delivery-address-detail h6 span {
  font-weight:700;
}

.delivery-address-detail p {
  color: #484848;
  font-size:15px;
}

.Ship-d span {
  display:flex
}

.ship-main {
  background:#f7f7f7;
  border:1px solid #c5c5c582;
  margin-top:25px;
  /* box-shadow:0 0 9px rgba(0, 0, 0, 0.07); */
  padding: 26px 30px;
}

.Ship-d h4 {
  margin-bottom:0;
}

.payment-m {
  background:#f7f7f7;
  padding-left:25px !important;
  border:1px solid #c5c5c582;
  padding:10px;
}


/* DASHBOARD PAGE CSS START */
/* DASHBOARD PAGE CSS START */
/* DASHBOARD PAGE CSS START */
/* DASHBOARD PAGE CSS START */
/* DASHBOARD PAGE CSS START */
/* DASHBOARD PAGE CSS START */

.account-nav {
  background-color:#fff;
  /* box-shadow:0 1px 17px rgb(0 0 0 / 9%); */
  width:100%;
  border:1px solid rgba(0, 0, 0, .125);
}

.account-nav__title {
  padding:1rem 1.5rem;
  font-size:20px;
  font-weight:bold;
  margin-bottom:0;
}

.account-nav__list {
  list-style:none;
  /* padding:0 20px; */
  margin:0;
  font-size:15px;
  padding-bottom:15px;
  line-height:20px;
}

.account-nav__item a {
  cursor:pointer;
  display:block;
  color:#373838;
  padding:11px 0 11px 0;
  border-bottom:1px solid #ededed;
}

.account-nav__item--active a {
  color:inherit;
  font-weight:500;
}

.account-nav__item--active a {
  box-shadow:inset 3px 0 #f4b80f;
}

.account-nav__divider {
  height:1px;
  background:#ebebeb;
  margin:10px 0;
}

.dashboard {
  display:-ms-table-cell;

  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.dashboard .col-md-6 {
  margin-bottom:20px;
}

.profile-card__avatar {
  border-radius:50%;
  border:1px solid #f7f7f7;
  margin-top:30px;
  margin-bottom:10px;
  text-align:center;
  padding:5px;
}

.profile-card__avatar img {
  border-radius:50%;
  max-width:20%;
}

.profile-card__name {
  font-weight:bold;
  line-height:20px;
  font-size:19px;
}

.profile-card__email {
  font-size:15px;
  margin-bottom:15px;
}

.profile-card__edit {
  padding-bottom:15px;
}

.order-table .product-card__image {
  width:60px;
  margin:0;
}

.addresses-list__item {
  -ms-flex-negative:0;
  flex-shrink:0;
}

.addresses-list__item--new {
  display:-ms-flexbox;
  display:flex;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-align:center;
  align-items:center;
  padding:3.5rem 2rem;
  background-color:#fff;
  /* box-shadow:0 1px 17px rgb(0 0 0 / 9%); */
  border:1px solid rgba(0, 0, 0, .125);
}

.addresses-list__plus {
  width:60px;
  height:60px;
  position:relative;
  border-radius:30px;
  margin-bottom:24px;
  color:#e0e0e0;
  border:2px solid currentColor;
  transition:color .2s;
}

.addresses-list__plus:after,
.addresses-list__plus:before {
  content:"";
  position:absolute;
  width:32px;
  height:4px;
  background:currentColor;
  border-radius:1.5px;
  top:calc(50% - 2px);
  left:calc(50% - 16px);
}

.addresses-list__plus:after {
  transform:rotate(90deg);
}

.address-card__footer {
  margin-top:1.625rem;
}

.account-nav__title {
  padding:1rem 1.5rem;
  font-size:20px;
  font-weight:bold;
  margin-bottom:0;
}

.account-nav__list .account-nav__item.active {
  background-color:#efefefa8;
}

.account-nav__list .account-nav__item {
  padding:0 20px;
}

.address-card__body {
  padding:15px;
  font-size:14px;
  line-height:20px;
  color:#5e5e5e;
  border-bottom:1px solid #ebe8e8;
}

/* DASHBOARD PAGE CSS END */
/* DASHBOARD PAGE CSS END */
/* DASHBOARD PAGE CSS END */
/* DASHBOARD PAGE CSS END */
/* DASHBOARD PAGE CSS END */
/* DASHBOARD PAGE CSS END */
.address-card--featured .address-card__name {
  font-weight:bold;
  font-size:16px;
  margin-bottom:1.125rem;
  color:#000;
}

.address-card__row+.address-card__row {
  margin-top:0.75rem;
}

.address-card__row-title {
  font-size:13px;
  color:#6c757d;
}

.address-card__row+.address-card__row {
  margin-top:0.75rem;
}

.address-card__row-title {
  font-size:13px;
  color:#000000;
  font-weight:800;
}


.card-body--padding--2 label {
  margin-bottom:0;
  color:#000;
  padding:10px 0;
}

.address-card__footer a {
  color:#53708e;
}

.account-nav__list .account-nav__item {
  padding:0 20px;
}

.account-nav__list .account-nav__item.active {
  background-color:#efefefa8;
}

.account_form form {
  border:1px solid #ebebeb;
  padding:23px 20px 29px;
  border-radius:5px;
  /* padding-top:0; */
  background: #fff;
}

.table>:not(:last-child)>:last-child>* {
  border:1px solid #ebebeb;
}

.tag-badge:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  z-index:-1;
  border-radius:2.5px;
  transform-origin:center;
  left:3.5px;
  right:3.5px;
  transform:skewX(-20deg);
}

.tag-badge--theme:before {
  background:#53708e;
}

.address-card__badge {
  position:absolute;
  top:12px;
  right:12px;
}

.tag-badge {
  display:inline-block;
  text-transform:uppercase;
  font-size:11px;
  font-weight:500;
  line-height:1;
  z-index:0;
  height:18px;
  padding:4px 14px 0;
}

.tag-badge--theme {
  color:#fff;
}
.single-input-item {
  margin-bottom: 20px;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}}
form.checkout-form .input-field {
  margin-bottom: 20px;
}
table.table.ec-table.mb-0 img {
  width: 100px;
}
.breadscrumb-order {
  display: block;
  padding: 50px;
}

.breadscrumb-order .order-box .order-image {
  width: calc(170px + (250 - 170) * ((100vw - 320px) / (1920 - 320)));
  height: auto;
  margin: 0 auto calc(16px + (28 - 16) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  justify-content: center;
}

 .breadscrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  -webkit-animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  display: inline-block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin: -20px
}

.breadscrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  fill: white
}

.breadscrumb-order .order-box .order-image .checkmark__background {
  fill: #53708e;
  -webkit-animation: rotate 35s linear both infinite;
  animation: rotate 35s linear both infinite
}

.breadscrumb-order .order-box .order-image .star {
  position: absolute;
  -webkit-animation: grow 3s infinite;
  animation: grow 3s infinite;
  fill: #53708e;
  opacity: 0
}

.breadscrumb-order .order-box .order-image .star:nth-child(1) {
  width: 12px;
  height: 12px;
  left: 12px;
  top: 16px
}

.breadscrumb-order .order-box .order-image .star:nth-child(2) {
  width: 18px;
  height: 18px;
  left: 168px;
  top: 84px
}

.breadscrumb-order .order-box .order-image .star:nth-child(3) {
  width: 10px;
  height: 10px;
  left: 32px;
  top: 162px
}
.breadscrumb-order .order-box .order-image .star:nth-child(4) {
  height: 20px;
  width: 20px;
  left: 82px;
  top: -12px
}

.breadscrumb-order .order-box .order-image .star:nth-child(5) {
  width: 14px;
  height: 14px;
  left: 125px;
  top: 162px
}

.breadscrumb-order .order-box .order-image .star:nth-child(6) {
  width: 10px;
  height: 10px;
  left: 16px;
  top: 16px
}

.breadscrumb-order .order-box .order-image .star:nth-child(1) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}

.breadscrumb-order .order-box .order-image .star:nth-child(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.breadscrumb-order .order-box .order-image .star:nth-child(3) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s
}

.breadscrumb-order .order-box .order-image .star:nth-child(4) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s
}

.breadscrumb-order .order-box .order-image .star:nth-child(5) {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s
}

.breadscrumb-order .order-box .order-image .star:nth-child(6) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s
}

.breadscrumb-order .order-box .order-image .checkmark {
  position: relative;
  padding: 30px;
  -webkit-animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  animation: checkmark 5m cubic-bezier(0.42, 0, 0.275, 1.155) both;
  display: inline-block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  margin: -20px
}

.breadscrumb-order .order-box .order-image .checkmark__check {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  fill: white
}
@-webkit-keyframes grow {

  0%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0
  }

  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1
  }
}

@keyframes grow {

  0%,
  100% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0
  }

  50% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1
  }
}
.order-contain {
  text-align: center;
}
.order-contain {
  font-family: Poppins, sans-serif;
}

.order-contain h3 {
  font-family: Poppins, sans-serif;
}

.order-contain h5 {
  font-family: Poppins, sans-serif;
  font-size: 17px;
}



.order-contain h6 {
  font-family: Poppins, sans-serif;
  color: #494949;
  font-size: 14px;
}
article.ur-blog-card{
  border: 1px solid #dfdfdf;
}

article.ur-blog-card .card-content{
  padding: 10px;
}
ul.blog-cat {
  display: flex;
}

ul.blog-cat li a {
  background: #e8e8e8;
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 30px;
  display: block;
  color: #000;
  text-transform: capitalize;
  width: max-content;
}
ul.blog-cat .active a {
  background: #4a647b;
  color: #fff;
}
ul.blog-cat li a:hover {
  background: #4a647b;
  color: #fff;
}
.delivery-address-detail h4 {
  font-family: Poppins, sans-serif;
  font-size: 17px;
}
.Ship-d h4{
  font-family: Poppins, sans-serif;
  font-size: 17px;
}
.pricing del {
    font-size: 15px !important;
    color: #767575;
}
.pricing del span {
    font-size: 15px !important;
    color: #767575;
}
.why-s-j {
    /* z-index: 222222222; */
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 45px;
}
.why-s-j h2 {
    /* font-size: 40px !important; */
    margin-bottom: 24px;
    text-align: center;
}
.ur-feedback-slider .slick-dots li.slick-active button{
    background-color:#fff;
}
.ur-feedback-single {
    border: 1px solid #e6e6e64d;
    padding: 20px;
    background: #ffffff73;
}
.ur-feedback-single h3 {
    font-size: 23px;
}

.gift-section img{
    width:100%;
    /* margin-bottom: 30px; */
    /* height: 360px; */
    /* object-fit: cover; */
    /* object-position: bottom; */
}
.gift-section {
    background: #f6f6f6;
}
.video-div {
  height: 480px;
  overflow: hidden;
}

.btn2-new{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  white-space: nowrap;
  appearance: none;
  background-color: #627d95;
  transition: all .3s ease-in-out;
  font-family: var(--font-body-family);
  font-weight: 500;
  transition: all 300ms linear;
  position: relative;
  z-index: 1;
  padding:10px 20px;
  /* margin-top: 1.5rem; */
  margin-left: 7px;
}

.btn2-new::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -7px;
  left: -7px;
  z-index: -1;
  border: 1px solid #627d95;
  overflow: visible;
  transition: all 300ms linear;
  transform: scale(1);
}
.btn2-new::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

}
.btn2-new:hover{
  transform: scale(0.98);
}
.btn2-new:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 7px;
  top: 7px;
  border: 1px solid #627e96;
  z-index: -1;
  transition: all 300ms linear;
}


.btn2-new2{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  color: #65819a;
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  white-space: nowrap;
  appearance: none;
  background-color: #ffffff;
  transition: all .3s ease-in-out;
  font-family: var(--font-body-family);
  font-weight: 500;
  transition: all 300ms linear;
  position: relative;
  z-index: 1;
  padding:10px 20px;
  margin-top: 1.5rem;
  margin-left: 7px;
}

.btn2-new2::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -7px;
  left: -7px;
  z-index: -1;
  border: 1px solid #ffffff;
  overflow: visible;
  transition: all 300ms linear;
  transform: scale(1);
}
.btn2-new2::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

}
.btn2-new2:hover{
  transform: scale(0.98);
}
.btn2-new2:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 7px;
  top: 7px;
  border: 1px solid #fff;
  z-index: -1;
  transition: all 300ms linear;
}
.multicolumn-card__info {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  background: transparent;
  opacity: 1;
  transition: all .3s linear;
  /* gap: 4rem; */
  padding: 3rem 4rem 3rem 1rem;
}
 .multicolumn-top {
  /* text-align: end; */
  color: #fff;
  position: relative;
  z-index: 2;
}
.multicolumn-card__info .rte{
  font-size: calc(var(--font-heading-scale)* 1.2rem);
  letter-spacing: 1.8px;
  color: rgb(var(--color-base-accent-3));
}
.gift-main {
  position: relative;
}
.multicolumn-bottom {
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
  /* align-items: flex-end; */
}
.multicolumn-top h3 {
  color: #fff;
  font-size: 36px;
}

.rte_1 p {
  color: #fff;
}
.multicolumn-card__info{
  overflow: hidden;
}
.multicolumn-card__info::after{
  content:'';
  width:100%;
  height:100%;
  background: rgb(238,190,62);
  background: linear-gradient(287deg, rgba(238, 190, 62, 0) 0%, rgb(0 0 0 / 51%) 61%, rgb(0 0 0 / 59%) 100%);
  position:absolute;
  top:0;
  left:0;
}
.rte p {
  font-size: 15px;
  text-transform: capitalize;
}
.video-sec p {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  margin-bottom: 40px;
}
.why-s-j {
    background: url(../images/bg/cta.webp);
}
.border-ab{
  position: relative;
}
.border-ab::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #00000012;
  position: absolute;
  top: 50%;
  left: 10px;
}
.border-ab::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #00000012;
  position: absolute;
  top: 0;
  left: 50%;
}
.cta2>.row>.col-md-6{
  padding:0 !important
}
.feature-image .slick-slide img {
  display: block;
  width: 100%;
}
.border-top{
  border:none !important
}
.margin-top{
  margin-top:30px
}
.gift-main {
  border: 2px solid #d5d5d5;
  padding: 2px;
  margin-bottom: 20px;
}

.contact-p-img img{
    height: 530px;
    object-fit: cover;
    object-position: center;
}
.mt-100{
    margin-top:100px;
}
.light-bg.contact-form-box label {
    margin-bottom: 3px;
    font-size: 14px;
    color: #4f4f4f;
}
img.banner-img {
    /* position: absolute; */
    /* z-index: -1; */
    height: 100%;
    width: 100%;
}
.ur-hero-single-slide{
    pading:10px
}

.bg-grey{
   background: #F6F6F6;
}

  .img-cta-2{  
      width:100%;
     height: 100%;
    object-fit: cover;}
    
    .product_variant.color label{
        position:relative;
    }
.single-product-info h3 {
    font-size: 40px;
}
.product-detail-under-img img{
    width:100%;
}

.mt-20{
    margin-top:20px;
}
.sticky-on .ur3-nav-header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
}
button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #65819a;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #65819a;
  font-size: 25px;
  right: 25px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
.dropdown-menu.show{
    inset: -51px 44px auto auto !important;
    border: none;
}
.price-box-coupon{
    padding: 0 !important;
    border: none !important;
     border-top: none !important;
}
.enquiry-btn{
    padding: 10px 20px;
    background-color: #65819a;
    color: var(--white-color);
    border: 1px solid #65819a;
    transition: var(--transition-base);
    text-transform: capitalize;
}
.enquiry-btn:hover{
        background-color: transparent;
    border-color: var(--light-stroke);
    color: var(--primary-color);
}
.login-box {
    display: flex;
    justify-content: center;
}

.for-mobile{
    display:none;
}
label:before{
    display:none !important;
}

.drop-sown-sub {
    display: block !important;
}



.dropdown:hover>.dropdown-menu {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    border :1px solid rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
}

.dropdown .search-btn:hover>.dropdown-menu li a{
    font-weight: 400 !important;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

li.second-point-description img {
    width: 55px;
}

.search-dropdown{
    display:flex;
    align-items:center
}
.search-bar-box {
    border: 1px solid #ededed;
    padding: 4px 7px;
    /* background: #f2f2f2; */
    display:none;
}

.search-open{
    display:block;
}















  @media only screen and (max-width:767.98px) {
      .topbar-info{
                  justify-content: space-between;
      }
      span.cart_price,
      .cart-name{
          display:none;
      }
      span.cart_title{
              position: absolute;
              top: -15px;
              background: #fff;
              padding: 2px;
              border-radius: 100px;
              width: 20px;
              height: 20px;
              text-align: center;
                      right: 0;
      }
      .cart_icon{
          margin-right:0 !important;
      }
      span.cart_quantity{
          color: #65819a;
          font-weight: 600;
      }
      span.cart_icon::after{
          display:none;
      }
      a.cart{
          padding:6px 8px !important;
      }
      .ur3-nav-header {
          display:none;
      }
      p.hero-subtitle {
    font-size: 13px !important;
    line-height: 13px !important;
    color: #000;
    font-weight: 600;
}
a.logo img {
    width: 145px;
}
.ur-hero-slider .prev-arrow, .ur-hero-slider .next-arrow{
            background: transparent;
        height: 30px;
        border: none;
        color:#fff;
        
}
.ur-hero-slider .prev-arrow {
    top: 33% !important;
}
.ur-hero-slider .next-arrow {
    bottom: 30%;
}
.for-pc{
    display:none;
}
.for-mobile{
    display:block;
}
h2{
    font-size:35px !important;
}
.ur3-product-card-2{
        min-height: 305px;
        margin-bottom: 15px;
}
.promo-video-wrap .content-title{
    position:static !important;
    transform: none;
}
.diamond_j_cont{
    display:none;
}
.ring_sec{
    padding-bottom:50px;
}
.ur2-footer-copyright p {
    text-align: center !important;
}
.ur2-footer-copyright{
    padding-bottom: 70px;
}
.feature-product-slider .prev-arrow::after{
    display:none;
}
.shop-sidebar{
    margin-top:0 !important;
}
.single-product-info h3 {
    font-size: 28px;
}
.single-product-info .pricing span{
    font-size:19px;
}
li.second-point-description img{
    width:40px;
}
.single-product-features li{
    justify-content:start;
}
textarea{
    height:100px;
}
 .modal-title{
    font-size: 32px !important;
    text-align: center;
}
.product-detail-under-img{
    margin-bottom:20px;
}
.cart-name{
    display:none;
}
.cart-table td .feature-image{
    width:235px;
}
.cart-table td {
    padding: 19px 20px;
 
}
.order-table table .feature-image {
    width: 150px;
     padding: 0px; 
}
a.product-title.h6.mt-2.d-block {
    font-family: var(--body-font);
    font-size: 15px;
    margin-right: 16px;
}
.order-table table td .pp-price{
    font-size:14px;
}
.login-page-img img,
.sign-up-page-img img{
    width:100%;
    margin-bottom:20px;
    height: auto;
}
.dashboard__address.card.address-card.address-card--featured {
    margin-top: 13px;
}
  }
  