.AnnouncementBar .AnnouncementBar__Wrapper {
  padding: 0;
}
.AnnouncementBar__Wrapper {
  padding: 12px 15px;
}
@media (max-width: 567px){
  .AnnouncementBar .AnnouncementBar__Wrapper .AnnouncementBar__Content {
    letter-spacing: 0;
    font-size: 10px;
    line-height: 25px;
}
}
#section-announcement {
  background: #b6dbc9;
  color: #1a2034;
}
.AnnouncementBar {
  position: relative;
  text-align: center;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 10px));
  z-index: 1;
}
@media screen and (min-width: 641px){
  .AnnouncementBar {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
}
}

@media (max-width: 1400px){
  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 18px 30px 50px;
}
}

@media screen and (min-width: 1140px){
  .Header--center .Header__Wrapper.Header__Wrapper {
    padding-bottom: 24px;
}
}

@media screen and (min-width: 1140px){
  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 18px 50px;
}
}

.Header .Header__Wrapper {
    padding: 15px 30px;
}
html {
  box-sizing: border-box !important;
}



/*----------------------------------------------------------------------
  * Front - Responsive Website Template version v2.9.0
  * Copyright 2018 Htmlstream
  * Licensed under Bootstrap Themes (https://themes.getbootstrap.com/licenses/)
------------------------------------------------------------------------*/
body { 
  margin: 0px; 
  padding: 0px; 
  font-family: 'Open Sans', sans-serif; 
  background-color: #fff;  
}


.author {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #999;
}

.author a {
  color: #777;
  text-decoration: none;
}

.author a:hover {
  color: blue;
}

header.dark blockquote { color:#fff; }
header.light blockquote { color:#000; }

blockquote { 
  max-width: 1000px; 
  margin:0 auto;
  font-size: 16px; 
  border-left: 0px;
  padding:  20px ;
}

blockquote h2 { padding-right: 40px; margin: 0px; }
header.dark blockquote a {color: orange; text-decoration: underline;}
header.light blockquote a {text-decoration: none;}
header { 
  min-height: 0px; 
  padding-top: 5%;
}
header.dark { background-color: #e11b23; }
header.light { background-color: #fff; }

/* Navigation Styles */
nav { position: relative;  }
/* header.dark nav { background-color:rgba(255,255,255,0.5); } */
/* header.light nav { background-color:rgba(0,0,0,0.5); } */

ul.main-nav { 
  list-style-type: none; 
  padding: 0px;
  font-size: 0px;
  max-width: 1000px;
  margin: 0 auto;
}

ul.main-nav > li { 
  display: inline-block;
  padding: 0; 
}

ul.main-nav > li > a { 
  display: block; 
  padding: 20px 30px; 
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
  font-family: 'Yusei Magic', sans-serif;
}

ul.main-nav > li:hover { background-color: #f9f9f9; }
ul.main-nav > li:hover > a { color: #333; font-weight: 400; }

ul.main-nav > li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type : none;
  display:block;
}

ul.main-nav > li ul.sub-menu-lists > li {
  padding: 2px 0;
}

ul.main-nav > li ul.sub-menu-lists > li > a {
  font-size: 14px;
}

.ic {
  position: fixed; 
  cursor: pointer;
  display: inline-block;
  right: 25px;
  width: 32px;
  height: 24px;
  text-align: center;
  top:0px;
  outline: none;
}

.ic.close { 
  opacity: 0; 
  font-size: 0px; 
  font-weight: 300; 
  color: #fff;
  top:8px;
  height:40px;
  display: block;
  outline: none;
}

/* Menu Icons for Devices*/
.ic.menu { top:25px; z-index : 20; }

.ic.menu .line { 
  height: 4px; 
  width: 100%; 
  display: block; 
  margin-bottom: 6px; 
}
.ic.menu .line-last-child { margin-bottom: 0px;  }

.sub-menu-head { margin: 10px 0; }
.banners-area { margin-top: 20px; padding-top: 15px; }


@media only screen and (max-width:768px) {
  .sub-menu-head { color:orange; }
  .ic.menu { display: block; }
  header.dark .ic.menu .line { background-color: #fff; } 
  header.light .ic.menu .line { background-color: #000; }
  .ic.menu .line {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .ic.menu:focus .line { background-color: #fff !important; }
  
  .ic.menu:focus .line:nth-child(1) { 
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
  }
  
  .ic.menu:focus .line:nth-child(2){ 
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); 
    margin-top: -10px;
  }
  
  .ic.menu:focus .line:nth-child(3){
    transform: translateY(15px);
    opacity: 0;
  }
  
  .ic.menu:focus{ outline: none; }
  .ic.menu:focus ~ .ic.close { opacity: 1; z-index : 21;  outline: none;  }
  
  /*
  
  .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
  .ic.close:focus { opacity: 0; }
  */
  .ic.menu:hover, 
  .ic.menu:focus{ opacity: 1; }
  

  nav { background-color: transparent; }
  
 /* Main Menu for Handheld Devices  */
  ul.main-nav {
    z-index:2; 
    padding: 50px 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 0px;
    background-color:rgba(0,0,0,1);
    height: 100%;
    overflow: auto;
    /*CSS animation applied : Slide from Right*/
   -webkit-transition-property: background, width;
    -moz-transition-property: background, width;
    -o-transition-property: background, width;
    transition-property: background, width;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
  }
  
  .ic.menu:focus ~ .main-nav { width: 300px; background-color:rgba(0,0,0,1); }
  
  ul.main-nav > * { 
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  .ic.menu:focus ~ .main-nav > * {opacity: 1;}
  
  ul.main-nav > li > a:after {display: none;}
  ul.main-nav > li:first-child { border-radius: 0px; }
  ul.main-nav > li {
    display: block;
    border-bottom: 1px solid #444;
  }
  
  ul.main-nav > li > a { font-weight: 600; }
  
  ul.main-nav > li ul.sub-menu-lists > li a { color: #eee; font-size: 14px; }
  .sub-menu-head { font-size: 16px;}
  ul.main-nav > li:hover { background-color: transparent;  }
  ul.main-nav > li:hover > a {color: #fff; text-decoration: none; font-weight: 600;}
 .ic.menu:focus ~ ul.main-nav > li > div.sub-menu-block {
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    position: relative;
    visibility: visible;
    opacity: 1.0;
  }
  
  .sub-menu-block { padding: 0 30px; }
  .banners-area { padding-bottom: 0px;  }
  .banners-area div { margin-bottom: 15px;  }
  .banners-area { border-top: 1px solid #444; }
}

@media only screen and (min-width:769px) {
  .ic.menu { display: none; }
  /* Main Menu for Desktop Devices  */
  ul.main-nav { display: block; position: relative; }
  .sub-menu-block { padding: 15px; }
  
  /* Sub Menu */
  ul.main-nav > li > div.sub-menu-block { 
  visibility: hidden;
  background-color: #f9f9f9;
  position: absolute;
  margin-top: 0px;
  width: 100%;
  color: #333;
  left: 0;
  box-sizing: border-box;
  z-index : 3;
  font-size: 16px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  opacity: 0;
    
  /*CSS animation applied for sub menu : Slide from Top */
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  
  }
  
  ul.main-nav > li:hover > div.sub-menu-block{ 
    background-color: #f9f9f9; 
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  
  ul.main-nav > li > div.sub-menu-block > * {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
  }
  
  ul.main-nav > li:hover > div.sub-menu-block > * {
    opacity: 1;
  }
  
  .sub-menu-head { font-size: 20px;}
  
  /* List Separator: Outer Border */
  header.dark ul.main-nav > li > a { border-right: 1px solid #bbb; }
  header.light ul.main-nav > li > a { border-right: 1px solid #666; }
  
  /* List Separator: Inner Border */
  ul.main-nav > li > a:after {
    content: '';
    width: 1px;
    height: 62px;
    position: absolute;
    right:0px;
    top: 0px;
    z-index : 2;
  }
  header.dark ul.main-nav > li > a:after { background-color: #777; }
  header.light ul.main-nav > li > a:after { background-color: #999; }
  
  /* Drop Down/Up Arrow for Mega Menu */
  ul.main-nav > li > a.mega-menu > span { display: block; vertical-align: middle; }
  ul.main-nav > li > a.mega-menu > span:after {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: '';
    background-color: transparent;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }

  ul.main-nav > li:hover > a.mega-menu span:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 5px solid #666;
  }
  .banners-area { border-top: 1px solid #ccc; }
}

.menu {
  width: 100%;
  background: #b6dbc9;
  color: #fff;
  margin-top: 0%;
  /* padding: 10px; */
}
.menu table {
  width: 100%;
}
.menu table td {
  width: 44%;
}
.menu input {
  padding: 10px;
  outline: none;
  border: 0;
  width: 80%;
}
.menu button {
  background: #eebf4d;
  color: #fff;
  padding: 10px;
  outline: none;
  border: 0;
}
.menu span {
  float: right;
  margin-right: 15%;
}
.menu .logo {
  width: 150px;
  height: 50px;
}
/* other */

html{
  scroll-behavior: smooth;
  }
  
  body{
  margin:0;
  overflow-x:hidden;
  font-family: 'Titillium Web', sans-serif;
  }
  
  /* Thin Scrollbar */
  :root{
    scrollbar-color: rgb(210,210,210) rgb(46,54,69) !important;
    scrollbar-width: thin !important;
  }
  
  .responsive{
  display:none;
  }
  em{
  font-style:normal;
  color:#eebf4d;
  }
  .title{
  font-size:2em;
  display:block;
  font-family: 'Yusei Magic', sans-serif;
  }
  .sub-title{
  font-size:1em;
  display:block;
  font-family: 'Titillium Web', sans-serif;
  }

  .custom-image-banner {
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
}
.blocks-desktop-image, .custom-image-banner-desktop {
  display: block;
  width: 100%;
  height: 100%;
}
  .btn1{
  background:#1e1e1e;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
  color:#fff;
  padding:5px 2px;
  transition:0.5s;
  border:0;
  outline:none;
  display:block;
  width:100px;
  text-align:center;
  /* border-radius:20px; */
  margin:15px 0px;
  }
  .btn1:hover{
  background:#fff;
  color:#000;
  border:1px solid #1e1e1e;
  }
  .btn2{
  color:green;
  display:block;
  }
  .soldout{
  background:#000;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
  color:#fff;
  padding:5px 10px;
  transition:0.5s;
  border:0;
  outline:none;
  display:block;
  width:100px;
  text-align:center;
  /* border-radius:20px; */
  margin:15px 0px;
  }
  .soldout:hover{
  background:none;
  border:none;
  }
  a{
  text-decoration:none;
  }
  li{
  list-style:none;
  
  }
  
  
  
  
  /*HEADER*/
  header{
  width:100%;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
  position:fixed;
  top:0;
  z-index:9;
  }
  
  .menu{
  width:100%;
  background: #fffff2;
  color:#fff;
  /* padding:10px; */
  }
  
  .menu table{
  width:100%;
  }
  
  .menu table td{
  width:43%;
  margin-left: 0%;
  }
  
  .menu .logo{
  width:150px;
  height:50px;
  }
  
  .menu input{
  padding:10px;
  outline:none;
  border:0;
  width:50%;
  }
  
  .menu button{
  background:#e11b23;
  color:#fff;
  padding:10px;
  outline:none;
  border:0;
  }
  
  @media (max-width:900px){
    .menu input{
     width:60%; 
                  
    }
  }
  
  @media (max-width:600px){
  .menu table td{
  width:50%;
  }
  .menu table td:nth-child(3){
  display:none;
  }
  .menu input{
  width:65%;
  }
  }
  
  
  .menu span{
  float:right;
  margin-right:15%;
  }
  
  .menu .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .menu .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: #e11b23;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .value{
  text-align:center;
  padding:2px;
  color:#fff;
  background:red;
  position:relative;
  top:-30px;
  left:10px;
  z-index:1;
  border-radius:50%;
  width:15px;
  height:15px;
  font-size:10px;
  transition:0.5s;
  }
  
  .menu .navbar a:hover,.menu .dropdown:hover .dropbtn {
    background-color: transparent;
  }
  
  .menu .dropdown .cart:hover{
  background:none;
  /* color:#eebf4d; */
  }
  
  .dropdown-content {
    border-top:2px solid #eebf4d;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .cart-content{
  min-width:180px;
  margin-bottom:20px;
  position: absolute;
  right:0;
  }
  
  .cart-content ul:hover{
  background:#fff;
  }
  
  .cart-content ul{
  width:100%;
  padding:10px;
  border-bottom:1px solid rgba(1,1,1,0.1);
  }
  
  .cart-content ul li{
  display:inline-block;
  }
  
  .cart-content ul li img{
  width:100%;
  height:50px;
  }
  
  .cart-content ul li:nth-child(1){
  width:30%;
  }
  
  .cart-content ul li:nth-child(2){
  width:50%;
  }
  
  .cart-content ul li:nth-child(3){
  width:10%;
  }
  
  .cart-content ul li:nth-child(3) i{
  position:relative;
  top:-15px;
  transition:0.5s;
  }
  
  .cart-content ul li:nth-child(3) i:hover{
  color:red;
  }
  
  .cart-content ul li .title{
  font-size:0.7em;
  display:inline-block;
  }
  .cart-content ul li .sub-title{
  font-size:0.6em;
  color:gray;
  display:inline-block;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .topnav {
    overflow-x: hidden;
    overflow-y:auto;
    background-color: #fff;
    padding:0px 2%;
    
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #1e1e1e;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
    margin:0px 20px;
  }
  
  .topnav .icon {
    display: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 15px;    
    border: none;
    outline: none;
    color: #1e1e1e;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0px 30px;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow-y:auto;
  scrollbar-width:none;
  scroll-behavior: smooth;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    /* color: white; */
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  @media (max-width:1000px){
  .dropdown .dropbtn, .topnav a {
  margin:0px 10px;
  font-size:14px;
  padding:14px 8px;
  }
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
    }
    .value{
  text-align:center;
  padding:2px;
  color:#fff;
  background:red;
  position:relative;
  top:-10px;
  left:5px;
  z-index:1;
  border-radius:50%;
  width:20px;
  height:10px;
  font-size:10px;
  transition:0.5s;
  }
  }
  
  @media screen and (max-width: 600px) {
  .topnav{
  padding:0px 0%;
  }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav a,.dropdown .dropbtn {
    margin:0px 0px;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
  }
  
  .column {
    float: left;
    width: 31.33%;
    background-color: #fff;
    height: 250px;
    padding:1%;
  }
  
  .column1 .column{
    float: left;
    width: 23%;
    background-color: #fff;
    height: 250px;
    padding:1%;
  }
  
  .column a {
    float: none;
    color: black;
    padding: 6px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .column a:hover {
    background-color: #ddd;
  }
  
  .column a:before {
  content:"\f0da ";
  font-family:"FontAwesome";
  color:#eebf4d;
  margin:0px 2px;
  }
  
  .column h3:after {
  content:"\f0d7 ";
  font-family:"FontAwesome";
  color:#eebf4d;
  margin:0px 2px;
  }
  
  .mega-dropdown{
  width:100%;
  float:left;
  position:absolute;
  left:0;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      width: 90%;
      height: auto;
      padding:3%;
    }
    .column1 .column{
    float: left;
    width: 90%;
    background-color: #fff;
    height:auto;
    padding:3%;
  }
  
    .responsive{
  display:block;
  
  }
  }
  
  
  
  
  
  /*CAROUSEL*/
  .content-width {
    width: 100%;
    height: 70vh;
    margin: 0 auto;
    /* margin-top:7%; */
  }
  
  .slideshow {
    position: relative;
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  .slideshow-items {
    position: relative;
    width: 100%;
    height: 70vh;
  }
  
  .item {
    position: absolute;
    width: 100%;
    height: auto;
  }
  
  .item-image-container {
    position: relative;
    width: 100%;
    height:70vh;
  }
  
  .item-image-container::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 101%;
    height: 90vh;
    background: #22222A;
    opacity: 0;
   
  }
  
  .item-image {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    /* transition: property name | duration | timing-function | delay  */
    transition: opacity .3s ease-out .45s;
  }
  
  .item.active .item-image {
    opacity: 1;
  }
  
  .item.active .item-image-container::before {
    opacity: .0;
  }
  
  .item-description {
    position: absolute;
    top: 50vh;
    left: 1.8%;
    width: 50%;
    color:#000;
    padding-right: 4%;
    line-height: 1.8;
    font-family: 'Exo 2', sans-serif;
  }
  
  /* Staggered Vertical Items ------------------------------------------------------*/
  .item-header {
    position: absolute;
    top: 40vh;
    left: 1.8%;
  }
  
  .item-header .vertical-part {
    margin: 0 -4px;
    -webkit-font-smoothing: auto;
    font-size: 2vw;
    color: #000;
    font-family: 'Yusei Magic', sans-serif;
  }
  
  .desc b{
  font-family: 'Titillium Web', sans-serif;
  }
  
  @media (max-width:600px){
  .item-header .vertical-part {
  font-size:3vw;
  }
  .content-width{
  height:50vh;
  }
  .slideshow {
    position: relative;
    width: 100%;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  .slideshow-items {
    min-height: 60vh;
  }
  .item-image-container {
    height:60vh;
  }
  
  .item-image-container::before {
    height: 60vh;
  }
  .item-description {
    position: absolute;
    top: 40vh;
    width: 90%;
    font-size:14px;
  }
  .item-header {
    position: absolute;
    top: 30vh;
  }
  }
  .vertical-part {
    overflow: hidden;
    display: inline-block;
  }
  
  .vertical-part b {
    display: inline-block;
    transform: translateY(100%);
  }
  
  .item-header .vertical-part b {
    transition: .5s;
  }
  
  .item-description .vertical-part b {
    transition: .21s;
  }
  
  .item.active .item-header .vertical-part b {
    transform: translateY(0);
  }
  
  .item.active .item-description .vertical-part b {
    transform: translateY(0);
  }
  
  /* Controls ----------------------------------------------------------------------*/
  .controls {
    position: relative;
    text-align: right;
    display:block;
  }
  
  .controls ul {
    list-style: none;
    float:left;
  }
  
  .controls ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    background:#bdbdd5;;
    cursor: pointer;
  }
  
  .controls ul li.active {
    background:#6a6a77;;
  }
  
  
  @media (max-width:600px){
  .content-width {
  /*margin-top:15%;*/
  }
  .controls ul {
    list-style: none;
    position:absolute;
    top:-20vh;
  }
  }
  
  
  
  
  
  
  /*SECTION1*/
  .section1{
  width:100%;
  margin-right:auto;
  margin-left:auto;
  padding:20px;
  overflow-x:hidden;
  scrollbar-width:none;
  scroll-behavior: smooth;
  }
  
  .section1 .add-card{
  padding:20px;
  border-radius:5px;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
  width:29%;
  margin:2%;
  display:inline-block;
  height:250px;
  background-size:cover;
  background: linear-gradient(rgba(1,1,1,.5), rgba(1,1,1,.5));
  }
  
  .section1 section{
  color:#fff;
  padding:30px 0px;
  }
  
  .section1 .btn1:hover{
  background:transparent;
  color:#fff;
  border:1px solid #fff;
  }
  
  .section1 .title{
  color:#eebf4d;
  }
  
  @media (max-width:1280px){
  .section1 .add-card{
  min-width:20%;
  margin:1%;
  }
  }
  
  @media (max-width:600px){
  .section1{
  position:relative;
  /*display:flex;*/
  align-items:left;
  justify-content: left;
  margin-top:10vh;
  }
  .section1 .add-card{
  min-width:100%;
  height:200px;
  }
  }
  
  
  
  
  
  /*SECTION2*/
  .section2{
  width:100%;
  padding:30px;
  padding-top:0px;
  }
  
  .section2-header{
  font-size:1.5em;
  padding:20px;
  }
  
  #timer{
  font-size:16px;
  color:gray;
  }
  
  .section2 .deal-card{
  display:inline-block;
  padding:15px;
  height:330px;
  width:295px;
  position:relative;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
  transition:0.5s;
  margin:10px;
  }
  
  .section2 .deal-card img{
  width:100%;
  height:200px;
  transition:0.5s;
  }
  
  .section2 .deal-card:hover > img{
  transform:scale(1.1);
  }
  
  .section2 .deal-card .discount{
  position:absolute;
  left:20px;
  }
  
  .section2 .deal-card .tag-1 i{
  color:#fff;
  }
  
  .section2 .deal-card .tag-1{
  background:green;
  padding:5px 20px;
  text-align:center;
  color:#fff;
  position:absolute;
  right:20px;
  font-size:13px;
  z-index:1;
  top:20px;
  }
  
  .section2 .deal-card .tag-2{
  background:white;
  padding:5px 20px;
  text-align:center;
  color:black;
  position:absolute;
  right:20px;
  font-size:16px;
  z-index:1;
  top:20px;
  }
  
  .section2 .deal-card .title{
  font-size:1em;
  margin-top: 5%;
  }
  
  .section2 .deal-card .sub-title{
  font-size:0.7em;
  color:gray;
  }
  
  .section2 .advertise-card{
  background-image:url("https://i.ibb.co/VMHGgsk/add-card.png");
  background-size:cover;
  background-position:center;
  height:330px;
  position:relative;
  top:50px;
  width:550px;
  border-radius:5px;
  }
  
  @media (max-width:600px){
  .section2 .title{
  display:block;
  min-width:90%;
  height:10vh;
  }
  .section2 .advertise-card{
  display:none;
  }
  .section2{
  position:relative;
  display:flex;
  align-items:left;
  justify-content: left;
  margin-top:0vh;
  overflow-x:hidden;
  scrollbar-width:none;
  scroll-behavior: smooth;
  }
  
  .section2-header{
  margin-top:10vh;
  }
  
  .section2 .deal-card{
  min-width:80%;
  height:330px;
  }
  }
  
  
  
  
  /*SECTION3*/
  .section3{
  width:100%;
  height:45vh;
  overflow-y:hidden;
  padding:50px 30px;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
  overflow-x:hidden;
  position:relative;
  display:flex;
  align-items:left;
  justify-content: left;
  scrollbar-width:none;
  scroll-behavior: smooth;
  }
  
  .section4{
  width:100%;
  min-height:40vh;
  overflow-y:hidden;
  padding:50px 30px;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
  overflow-x:hidden;
  position:relative;
  display:flex;
  align-items:left;
  justify-content: left;
  scrollbar-width:none;
  scroll-behavior: smooth;
  }
  
  .section3-header,.section4-header{
  padding:20px;
  position:relative;
  }
  
  .section3-header .title,.section4-header .title{
  font-size:1.8em;
  margin-top:5vh;
  }
  
  .section3-header .viewmore,.section4-header .viewmore{
  position:absolute;
  right:20px;
  top:20px;
  background:#2874f0;
  border-radius:3px;
  }
  
  .section3-header .viewmore:hover,.section4-header .viewmore:hover{
  color:#fff;
  background:#3399ff;
  border:0;
  }
  
  .section3-header,.section4-header{
  font-size:1em;
  }
  
  .section3 .discount-card,.section4 .discount-card{
  padding:15px;
  min-width:200px;
  height:350px;
  display:inline-block;
  margin:0px 15px;
  position:relative;
  }
  
  .section3 .discount-card a,.section4 .discount-card a{
  position:absolute;
  top:10px;
  right:10px;
  transition:0.5s;
  }
  
  .section3 .discount-card a:hover,.section4 .discount-card a:hover{
  color:red;
  }
  
  .section3 .discount-card img,.section4 .discount-card img{
  width:60%;
  height:100px;
  }
  
  .section3 .discount-card .title,.section4 .discount-card .title{
  font-size:1em;
  }
  
  .section3 .discount-card .btn1,.section4 .discount-card .btn1{
  display:inline-block;
  }
  
  .section3 .discount-card .rating,.section4 .discount-card .rating{
  color:gray;
  }
  
  .section3 .discount-card .checked,.section4 .discount-card .checked {
    color: orange;
  }
  
  .section3-header button,.section4-header button{
  background:#fff;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
  height:35vh;
  width:50px;
  font-size:30px;
  z-index:111;
  text-align:center;
  border:0;
  outline:none;
  transition:0.5s;
  }
  
  .section3-header .next,.section4-header .next{
  position:absolute;
  right:0px;
  top:25vh;
  z-index:1;
  }
  
  .section3-header .previous,.section4-header .previous{
  position:absolute;
  left:0px;
  top:25vh;
  z-index:1;
  }
  
  .section3-header .next:hover,.section3-header .previous:hover,.section4-header .next:hover,.section4-header .previous:hover{
  background:#eebf4d;
  }
  
  @media (max-width:600px){
  .section3,.section4{
  display:flex;
  align-items:left;
  justify-content: left;
  }
  .section3 .discount-card,.section4 .discount-card{
  min-width:60%;
  margin:0px 40px;
  }
  .section3-header .title,.section4-header .title{
  font-size:1em;
  }
    .section3-header .previous,.section4-header .previous,.section3-header .next,.section4-header .next{
     display:none; 
    }
  }
  
  .section4{
  height:30vh;
  }
  
  
  
  
  
  
  
  
  /*ADDS*/
  .Advertisement{
  width:60%;
  margin-left:auto;
  margin-right:auto;
  margin:10% 0%;
  }
  
  .Advertisement .myAdds{
  height:150px;
  display:none;
  }
  
  
  
  
  /*SECTION6*/
  .section6{
  width:100%;
  background:#eebf4d;
  position:relative;
  height: 50%;
  }
  
  .section6 table{
  width:90%;
  }
  
  .section6 table td{
  width:40%;
  padding:30px;
  }
  
  .section6 table td img{
  width:200px;
  height:50vh;
  position:absolute;
  bottom:0;
  margin-right:auto;
  margin-left:auto;
  pointer-events:none;
  }
  
  @media (max-width:600px){
  .Advertisement{
  width:90%;
  }
  .Advertisement .myAdds{
  display:none;
  }
  
  
  .section6 table td{
  padding:10px;
  }
  .section6 table td img{
  width:40%;
  height:40vh;
  }
  .section6 .title{
  font-size:1.2em;
  }
  .section6 .sub-title{
  font-size:0.8em;
  }
  }
  
  
  
  /*FOOTER*/
  .footer{
  width:100%;
  padding:30px 0px;
  background:#000;
  }
  
  .footer ul{
  width:20%;
  padding:2%;
  display:inline-block;
  font-family: 'Play', sans-serif;
  }
  
  .footer ul .title{
  color:#fff;
  font-size:16px;
  cursor:default;
  }
  
  .footer ul li{
  color:gray;
  font-size:13px;
  padding:5px 0px;
  cursor:pointer;
  transition:0.5s;
  }
  
  .footer ul:not(:first-child) li:hover{
  color:#f8a01a;
  }
  
  .footer ul li a{
  color:gray;
  transition:0.5s;
  font-size:23px;
  margin:0px 10px;
  }
  
  .footer ul li a:hover{
  color:#fff;
  }
  
  .footer ul li input{
  padding:10px 10px;
  border:0;
  outline:none;
  width:100%;
  }
  
  .footer ul li select{
  padding:5px;
  background:#fff;
  border:0;
  outline:none;
  width:60%;
  }
  
  .footer ul li .btn1{
  padding:5px 10px;
  font-size:14px;
  width:50%;
  height:50px;
  }
  
  .sub-footer{
  text-align:center;
  color:gray;
  font-size:13px;
  background:#1e1e1e;
  padding:5px 0px;
  }
  
  @media (max-width:600px){
  .footer ul{
  width:90%;
  display:block;
  }
  
  .footer ul:nth-child(2),.footer ul:nth-child(3){
  width:45%;
  display:inline-block;
  }
  .footer ul li input{
  width:70%;
  }
  }
  
  
  
  
  
  
  
  
  
  /*ADDITIONAL*/
  /* Center the image and position the close button */
  .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
  }
  
  .container {
    padding: 16px;
  }
  
  span.psw {
    float: right;
    padding-top: 16px;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  /* Modal Content/Box */
  /* .modal-content {
    background-image:url("https://i.ibb.co/nmFGXfD/banner.png");
    background-size:cover;
    background-position:center;
    margin: 5% auto 5% auto; 
    border: 1px solid #888;
    width: 80%;
    height:70vh; 
  } */
  
  /* The Close Button (x) */
  .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #eebf4d;
    cursor: pointer;
  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
  }
  
  
  
  .credits{
    background:#1e1e1e;
    padding:10px;
    position:fixed;
    bottom:20px;
    right:0;
    color:gray;
    font-size:12px;
    z-index:9999;
  }
  
  .credits a{
    text-decoration:none;
    color:gray;
  }
  /* product-list */

  .vertical-filters-filters span {
    font-size: 20px;
}
b, strong {
  font-weight: 700;
}
.tntgbhn {
  border: 1px solid #e9e9ed;
  padding: 15px;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title a {
  display: block;
  color: #fff;
  /* padding: 15px; */
  position: relative;
  font-size: 16px;
  /* font-weight: 400; */
}
.vertical-filters-header {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 18px;
  clear: both;
  color: #282c3f !important;
  display: block;
}
.maxer {
  margin-top: 10px;
  margin-bottom: 10px;
}
.customcheckbox {
  display: flex;
}
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.maxer label {
  font-weight: normal !important;
}
.align-items-center {
  align-items: center !important;
}
.d-flex {
  display: flex !important;
}
.label-wrapper {
  margin-left: 10px;
}
.label-wrapper span {
  color: #42a2a2;
}
#next {
  cursor: pointer;
  font-size: 15px;
  color: #ff3f6c;
}
.list .form-check {
  padding: 0px !important;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.list .form-check {
  padding: 0px !important;
}
.maxer label {
  font-weight: normal !important;
}
.common-customCheckbox {
  position: relative;
  cursor: pointer;
}
.colour-colorDisplay {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-left: 27px;
}
.colour-num {
  color: #94969f;
  font-size: 11px;
  margin-left: 4px;
}
.common-checkboxIndicator {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  /* border: 1px solid #c3c2c9; */
  background: #fff;
  border-radius: 2px;
}
.common-checkboxIndicator:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  width: 8px;
  height: 5px;
  border-color: #fff;
  border-style: none none solid solid;
  border-width: 2px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.Content2 {
  margin-bottom: 40px;
}

a:active, a:hover {
outline: 0;
text-decoration: none;
color: #23527c;
}
/* login */
.Hotbg{
  margin-top: 0%;
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2f3640;
    height: 60px;
    border-radius: 12px;
    padding: 10px;
}

.Hotbg:hover > .Hotbg-txt
{
    width: 240px;
    padding: 0 6px;
}

.Hotbg:hover > .Hotbg-btn
{
    background: #eebf4d;
    color: black;
}

.Hotbg-btn
{
    color: #e84118;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 16%;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    color: azure;
    cursor: pointer;
}

.Hotbg-btn > i
{
    font-size-adjust: 30px;
}

a{
    text-decoration: none;
}

.Hotbg-txt
{
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: azure;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 0px;
    font-weight: bold;
}
/* filter */
.faq_heading {
  position: relative;
}

.faq_heading::after {
  content: '';
  height: 2px;
  background: #fff;
  display: inline-block;
  width: 270px;
}

.faq_item {
  /* border: 1px solid #2c3e50; */
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  /* max-width: for small devices */
  max-width: 320px;
}

.faq_title {
  font-weight: normal;
  font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 18px;
    clear: both;
    color: #282c3f !important;
}

.faq_content {
  font-weight: 100;
  font-size: 0.95rem;
  color: #c9c9c9;
  padding: 10px 0 10px 11px;
  border: 1px solid #2c3e50;
  top: 5%;
}

/* about */
.about {
  position: absolute;
  top: 10%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.about_content {
  font-size: 24px;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.breadcrumbs-base {
  margin-top: 30px;
  margin-bottom: 20px;
}
.breadcrumbs-list {
  font-size: 14px;
  overflow: hidden;
  display: inline-block;
  margin: 0 0 0 25px;
  vertical-align: top;
  display: flex;
}
.breadcrumbs-crumb {
  text-decoration: none;
  color: #42a2a2;
  text-transform: capitalize;
  
}
.title{
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
}
.breadcrumbs-item:hover {
  color: #e11b23;
}
.drop-down-right-side {
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 20px;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.align-items-baseline {
  align-items: baseline !important;
}
.panel:last-child {
  border-bottom: none;
}
.tol h4 {
  margin-left: 14px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title a {
  display: block;
  color: #fff;
  margin-left: 5%;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
b, strong {
  font-weight: 700;
  /*color: #dc3545 !important;*/
  color: #6e9769;
}
.listprice {
  color: #42a2a2;
  margin-left: 12px;
  font-weight: normal !important;
}

 .btn-primary{
  background-color: #42a2a2!important;
  border-color: #42a2a2!important;
}
.grfgdfg {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-left: -25%;
}
.grfgdfg option {
  border: none !important;
  padding: 20px 0px;
}
.filterHeadingDesktop {
  padding: 12px 0;
  border: none;
  
}
.filterHeadingDesktop .clearAllBtn {
  float: right;
}
.anchorStyle {
  font-size: 12px;
  color: #42a2a2;
  font-family: montserrat-bold,sans-serif;
  cursor: pointer;
  display: block;
  line-height: 18px;
}
.xyzzxy {
  width: 117px;
  height: 2px;
  background-color: #fbd139;
  display: block;
  margin: 6px 0 0 2px;
}
/* other-card */

.heading h1 {
  text-align: center;
  padding: 25px 0;
  font-weight: bold;
}
.images-section {
  padding-bottom: 50px;
  margin: 0 auto;
  display: table;
  width: 100%;
  text-align: center;
}
  
.images-section .product-box h1 {
  padding: 8 15px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  position: relative;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: linear-gradient(to right, #64af80, rgb(228, 229, 230));
}

/* .images-section .product-box .nowbuy {
  padding: 0 88px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  position: relative;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: linear-gradient(to right, rgb(36 135 128), rgb(228, 229, 230));
} */

.images-section .product-box {
  display: inline-block;
  width: calc(100%/4 - 30px);
	cursor:pointer;
  vertical-align: text-top;
  text-align: center;
  padding: 0px 20px 20px 20px;
}

.price-box {
  margin-top: -50px;
}

.price-box h5 {
  margin: 0;
  position: relative;
  transition: 0.5s;
  z-index: -6;
  font-weight: bold;
  font-size: 20px;
  transform: translateY(-80px);
}
/* .price-box button {
  margin: 0;
  position: relative;
  transition: 0.5s;
  z-index: -6;
  font-weight: bold;
  font-size: 20px;
  transform: translateY(-80px);
} */

.images-section .product-box:hover .price-box h5 {
  opacity: 1;
  z-index: 0;  
  transform: translateY(0px);
}

.images-section .product-box .add-to-cart {
 position: absolute;
  width: 40px;
  display: flex;
  height: 40px;
  margin-top: -145px;
  margin-left: 110px;
}

.image-box {
  position: relative;
  border-radius: 5px;
}

.image-box:after {
  background-color: #98edb45c;
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.images-section .product-box:hover .image-box:after {
  opacity: 0.5;
  transition: opacity 0.5s;
}

.images-section .product-box .add-to-cart i {
  color: #fff;
  z-index: 999;
  position: relative;
  font-size: 30px;
  z-index: -1;
  transform: translateY(116px);
  transition: all 0.5s;
}

.images-section .product-box:hover .add-to-cart i {
  transform: translateY(0px);
  z-index:1;
  transition: all 0.5s;
}
.image-box {
  min-height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px){ 
  .images-section .product-box {
      width: calc(100%/3 - 30px);
      padding: 0px 15px 15px 15px;
  }

  .images-section .product-box h1 {
      font-size: 14px;
      line-height: 28px;
  }

  .image-box {
    min-height: 200px;
      background-position: center;

  }
}

@media only screen and (max-width: 767px){ 
  .images-section .product-box {
    width: calc(100%/2 - 20px);
    padding: 0px 10px 10px 10px;
  }

  .images-section .product-box h1 {
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
  }

  .image-box {
    background-position: center;
    min-height: 150px;
  }
  .price-box h5 {
    font-size: 12px;
  }

  .images-section .product-box:hover .price-box h5 {
    transform: translateY(-2px);
  }
}

