/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  --accent-color: #ffffff;
  --white-color: #fff;
  --black-color: #000;
  --gray-color: #F3F3F3;
  --gray-color-300: #D8D8D8;
  --gray-color-500: #AEAEAE;
  --gray-color-800: #3A3A3A;
  --light-gray-color: #D7DDDF;
  --primary-color: #70c6f4;
  --bs-primary-rgb: 114, 174, 200;
  --light-color: #f8f9fa;
  --dark-color: #ffffff;
  --light-blue-color: #000000;
  --navbar-color-color: #131814;
  --swiper-theme-color: #4A4A4A;
  --swiper-pagination-color: #4A4A4A;

}
/*Youtube iFrame*/
.container {
  position: relative;
  overflow: hidden;
}

.contt {
  padding-top: 35%;
  width: 70%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Responsive */

@media only screen and (max-width: 2000px) {
  
  /* 
---------------------------------------------
Best Deal Style
--------------------------------------------- 
*/

.best-deal {
  background-color: #fafafa;
  padding: 30px 0px;
}

.best-deal .tab-content img {
  padding: 0px 45px;
}

.best-deal .tabs-content .nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: #1e1e1e !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
}

.best-deal .tabs-content .nav-tabs .nav-link.active {
  background-color: #f35525 !important;
  color: #fff;
}

.best-deal .tabs-content ul.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 80px;
  align-items: end;
  justify-content: end;
  margin-top: -130px;
}

.best-deal .tabs-content ul.nav-tabs li {
  padding-right: 0px;
  border-right: none;
  margin-left: 20px;
}

.best-deal .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.best-deal .info-table ul li {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.best-deal .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.best-deal .info-table ul li span {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  float: right;
  display: inline-block;
}

.best-deal .tabs-content {
  padding: 0px;
  background-color: transparent;
}

.best-deal .tabs-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

.best-deal .icon-button {
  margin-top: 30px;
}
  
  .btn {
    position: relative;
    letter-spacing: 0.25em;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    background: transparent;
    outline: none;
    font-size: 28px;
    color: #333333;
  }

  .btn::after,
  .btn::before {
    content: "";
    position: absolute;
    height: 70%;
    width: 50%;
    transform: skewX(30deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -2;
  }

  /*si*/
  .btn::before {
    background-color: #007fcd;
    top: .2rem;
    left: 1rem;
  }

  /*si*/
  .btn::after {
    background-color: #a0a4a0;
    top: 1.5rem;
    left: 28rem;
  }

  /*si*/
  .btn:hover::before,
  .btn:hover::after {
    top: 0;
    transform: skewx(0deg);
  }

  /*si*/
  .btn:hover::after {
    left: 1rem;
    top: 1rem;
  }

  /*si*/
  .btn:hover::before {
    left: 28rem;
    top: 1rem;
  }

  .col-lg-9 {
    width: 65%;
    padding-left: 10px;
    padding-right: 0;
}

}

.text-black{
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {

  .subscription-form input.form-control,
  .subscription-form button {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn-primary {
    background-color: #bd12a1;
    position: relative;
    letter-spacing: 0.25em;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    outline: none;
    font-size: 20px;
    color: #333333;
  }
  .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

  .col-lg-9 {
    width: 75%;
    padding-left: 10px;
    padding-right: 0;
}

  .btn {
    position: relative;
    letter-spacing: 0.25em;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    background: transparent;
    outline: none;
    font-size: 28px;
    color: #333333;
  }

  .btn::after,
  .btn::before {
    content: "";
    position: absolute;
    height: 70%;
    width: 40%;
    transform: skewX(30deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -2;
  }

  /*si*/
  .btn::before {
    background-color: #007fcd;
    top: .9rem;
    left: 7rem;
  }

  /*si*/
  .btn::after {
    background-color: #a0a4a0;
    top: 1.5rem;
    left: 29rem;
  }

  /*si*/
  .btn:hover::before,
  .btn:hover::after {
    top: 0;
    transform: skewx(0deg);
  }

  /*si*/
  .btn:hover::after {
    left: 7rem;
    top: 1rem;
  }

  /*si*/
  .btn:hover::before {
    left: 28rem;
    top: 1rem;
  }
  
  ol, ul {
    padding-left: 0rem;
}
}

@media (min-width:992px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}

/*padding fontdis div*/
.fontdis {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {

  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.425em;
  }


    /* 
---------------------------------------------
Best Deal Style
--------------------------------------------- 
*/

.best-deal {
  background-color: #fafafa;
  padding: 30px 0px;
}

.best-deal .tab-content img {
  padding: 0px 20px;
  padding-top: 10%;
}

.best-deal .tabs-content .nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: #1e1e1e !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
}

.best-deal .tabs-content .nav-tabs .nav-link.active {
  background-color: #f35525 !important;
  color: #fff;
}

.best-deal .tabs-content ul.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 80px;
  align-items: end;
  justify-content: end;
  margin-top: -130px;
}

.best-deal .tabs-content ul.nav-tabs li {
  padding-right: 0px;
  border-right: none;
  margin-left: 20px;
}

.best-deal .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.best-deal .info-table ul li {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.best-deal .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.best-deal .info-table ul li span {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  float: right;
  display: inline-block;
}

.best-deal .tabs-content {
  padding: 0px;
  background-color: transparent;
}

.best-deal .tabs-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

.best-deal .icon-button {
  margin-top: 30px;
}

.col-lg-9 {
  width: 100%;
  padding-left: 0px;
  padding-right: 0;
}


  .conttt {
  padding-top: 0%;
  width: 80%;

  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.conttt1 {
  padding-top: 0%;
  width: 80%;
  padding-bottom: 550px;

  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.conttt2 {
  padding-top: 0%;
  width: 100%;
  padding-bottom: 2500px;

  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


  .btnclo {
    padding: 0rem 0rem;
    margin-top: -.5rem;
    margin-right: 0px;
    margin-bottom: -.5rem;
    background-color: transparent;
    border: 1px solid #000000;
  }

  .btn-secondary {
    background-color: #74c135;
    position: relative;
    letter-spacing: 0.25em;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    outline: none;
    font-size: 20px;
    color: #333333;
  }



  .btn-seco {
    background-color: #0b94f0;
    position: relative;
    letter-spacing: 0rem;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    outline: none;
    font-size: 20px;
    color: #333333;
  }

  .btn {
    position: relative;
    letter-spacing: 0.25em;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    background: transparent;
    outline: none;
    font-size: 28px;
    color: #333333;
  }

  .btn::after,
  .btn::before {
    content: "";
    position: absolute;
    height: 70%;
    width: 40%;
    transform: skewX(30deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -2;
  }

  /*si*/
  .btn::before {
    background-color: #007fcd;
    top: .9rem;
    left: 4rem;
  }

  /*si*/
  .btn::after {
    background-color: #a0a4a0;
    top: 1.5rem;
    left: 21rem;
  }

  /*si*/
  .btn:hover::before,
  .btn:hover::after {
    top: 0;
    transform: skewx(0deg);
  }

  /*si*/
  .btn:hover::after {
    left: 5rem;
    top: 1rem;
  }

  /*si*/
  .btn:hover::before {
    left: 22rem;
    top: 1rem;
  }

  .vidyoutube {
    padding-left: 50px;
    padding-right: 50px;
    width: "460";
    height: "200";
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    height: 500px;
  }

  .row1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    height: 5000px;
    padding-bottom: 200px;
  }

  #navbar .user-items {
    display: none;
  }

  .navbar-dark .navbar-toggler {
    width: 50px;
    border-color: transparent;
  }

  .navbar {
    padding-top: 0rem;
  }

  #company-services .icon-box {
    flex-wrap: wrap;
  }

  .widget-search-bar form {
    flex-wrap: wrap;
  }

  .product-info-tabs .tabs-listing button {
    font-size: 1.2em;
    padding-right: 20px !important;
  }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }

}

@media (max-width: 768px) {
  .conttt {
    padding-top: 0%;
    width: 80%;
  
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  .conttt1 {
    padding-top: 0%;
    width: 80%;
    padding-bottom: 550px;
  
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  .conttt2 {
    padding-top: 0%;
    width: 100%;
    padding-bottom: 2500px;
  
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  .carousel-header .carousel-inner .carousel-item img,
  .carousel-header .carousel-inner .carousel-item .carousel-caption {
    height: 700px;
    margin-top: 70px;
  }

  .carousel-header {
    height: 700px !important;
  }

  .carousel-header .carousel-control-prev .carousel-control-prev-icon,
  .carousel-header .carousel-control-next .carousel-control-next-icon {
    opacity: 0;
  }

  .search-bar {
    margin-top: -100px;
    transition: 0.5s;
  }





  .margin-small,
  .margin-medium,
  .margin-large {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .btn-secondary {
    background-color: #007fcd;
    position: relative;
    letter-spacing: 0.25em;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    outline: none;
    font-size: 2px;
    color: #333333;
  }

  .fontdis {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 235px;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    height: 400px;
  }
  
}

@media only screen and (max-width: 767px) {
  .search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }

  .conttt {
    padding-top: 0%;
    width: 80%;
  
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  .conttt1 {
    padding-top: 0%;
    width: 80%;
    padding-bottom: 550px;
  
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  .conttt2 {
    padding-top: 0%;
    width: 100%;
    padding-bottom: 8300px;
  
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  #testimonials blockquote {
    font-size: 2em;
  }

  .review-content .swiper-arrow {
    bottom: -420px;
  }

  #instagram figure.instagram-item {
    width: 30%;
  }

  .btn {
    position: relative;
    letter-spacing: 0.25em;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    background: transparent;
    outline: none;
    font-size: 28px;
    color: #333333;
  }

  .btn::after,
  .btn::before {
    content: "";
    position: absolute;
    height: 90%;
    width: 40%;
    transform: skewX(30deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -2;
  }

  /*si*/
  .btn::before {
    background-color: #007fcd;
    top: 0rem;
    left: 4rem;
  }

  /*si*/
  .btn::after {
    background-color: #a0a4a0;
    top: 1.5rem;
    left: 17rem;
  }

  /*si*/
  .btn:hover::before,
  .btn:hover::after {
    top: 0;
    transform: skewx(0deg);
  }

  /*si*/
  .btn:hover::after {
    left: 4rem;
    top: 1rem;
  }

  /*si*/
  .btn:hover::before {
    left: 16rem;
    top: 1rem;
  }

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }

  /* on mobile devices below 600px
 */
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }

  .btn {
    position: relative;
    letter-spacing: 0.25em;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    background: transparent;
    outline: none;
    font-size: 28px;
    color: #333333;
  }

  .btn::after,
  .btn::before {
    content: "";
    position: absolute;
    height: 90%;
    width: 40%;
    transform: skewX(30deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -2;
  }

  /*si*/
  .btn::before {
    background-color: #007fcd;
    top: 0rem;
    left: 4rem;
  }

  /*si*/
  .btn::after {
    background-color: #a0a4a0;
    top: 1.5rem;
    left: 17rem;
  }

  /*si*/
  .btn:hover::before,
  .btn:hover::after {
    top: 0;
    transform: skewx(0deg);
  }

  /*si*/
  .btn:hover::after {
    left: 4rem;
    top: 1rem;
  }

  /*si*/
  .btn:hover::before {
    left: 16rem;
    top: 1rem;
  }
}

@media only screen and (max-width: 575px) {

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
    margin-right: auto;
    margin-left: auto;
}
  .conttt {
    padding-top: 0%;
    width: 80%;
  
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  .conttt1 {
    padding-top: 0%;
    width: 80%;
    padding-bottom: 550px;
  
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  .conttt2 {
    padding-top: 0%;
    width: 100%;
    padding-bottom: 8300px;
  
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.125em;
  }

  .search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }

  .product-store .product-card .card-detail {
    padding: 10px;
  }

  .btn-secondary {
    background-color: #007fcd;
    position: relative;
    letter-spacing: 0.25em;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    outline: none;
    font-size: 15px;
    color: #333333;
  }

  .btn {
    position: relative;
    letter-spacing: 0.25em;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    background: transparent;
    outline: none;
    font-size: 28px;
    color: #333333;
  }

  .btn::after,
  .btn::before {
    content: "";
    position: absolute;
    height: 90%;
    width: 40%;
    transform: skewX(30deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -2;
  }

  /*si*/
  .btn::before {
    background-color: #007fcd;
    top: 0rem;
    left: 4rem;
  }

  /*si*/
  .btn::after {
    background-color: #a0a4a0;
    top: 1.5rem;
    left: 17rem;
  }

  /*si*/
  .btn:hover::before,
  .btn:hover::after {
    top: 0;
    transform: skewx(0deg);
  }

  /*si*/
  .btn:hover::after {
    left: 4rem;
    top: 1rem;
  }

  /*si*/
  .btn:hover::before {
    left: 16rem;
    top: 1rem;
  }

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }

  /* on mobile devices below 600px
 */
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }

  .btn {
    position: relative;
    letter-spacing: 0.25em;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    background: transparent;
    outline: none;
    font-size: 28px;
    color: #333333;
  }

  .btn::after,
  .btn::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 50%;
    transform: skewX(30deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -2;
  }

  /*si*/
  .btn::before {
    background-color: #007fcd;
    top: 0rem;
    left: 2.5rem;
  }

  /*si*/
  .btn::after {
    background-color: #a0a4a0;
    top: 1.5rem;
    left: 15.4rem;
  }

  /*si*/
  .btn:hover::before,
  .btn:hover::after {
    top: 0;
    transform: skewx(0deg);
  }

  /*si*/
  .btn:hover::after {
    left: 1rem;
    top: 1rem;
  }

  /*si*/
  .btn:hover::before {
    left: 16rem;
    top: 1rem;
  }


}

@media only screen and (max-width: 560px) {
  #instagram figure.instagram-item {
    width: 100%;
  }
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
    margin-right: auto;
    margin-left: auto;
}

.conttt {
  padding-top: 0%;
  width: 80%;

  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.conttt1 {
  padding-top: 0%;
  width: 80%;
  padding-bottom: 550px;

  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.conttt2 {
  padding-top: 0%;
  width: 100%;
  padding-bottom: 8300px;

  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
}
@media only screen and (max-width: 501px) {
  #instagram figure.instagram-item {
    width: 100%;
  }
}


/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/

.fun-facts {
  text-align: center;
  margin-top: 15px;
}

.fun-facts .counter {
  background-color: #000000;
  position: relative;
  border-radius: 10px;
  width: 270px;
  padding: 20px 0px;
  display: inline-block;
}

.fun-facts .counter h2,
.fun-facts .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.fun-facts .counter p {
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  line-height: 28px;
}

.fun-facts .counter h2 {
  margin-right: 25px;
  font-size: 40px;
  color: #ffffff;
}

.fun-facts .counter:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #7a7e96;
  border-radius: 50%;
  content: '';
  right: -25px;
  top: -25px;
}

/*borrado y recuperar*/
/*.btn {
  position: relative;
  letter-spacing: 0.25em;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  background: transparent;
  outline: none;
  font-size: 28px;
  color: #333333;
}*/





/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties .item {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.properties .item img {
  border-radius: 10px;
}

.properties .item span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
}

.properties .item h4 {
  font-size: 19px;
  margin: 25px 0px;
}

.properties .item h4 a {
  color: #1e1e1e;
}

.properties .item ul li {
  display: inline-block;
  font-size: 15px;
  color: #4a4a4a;
  margin-right: 20px;
}

.properties .item ul li span {
  font-weight: 600;
  color: #1e1e1e;
}

.properties .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.properties .item h6 {
  font-size: 20px;
  color: #f35525;
  margin-top: 6px;
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.properties .item .main-button {
  text-align: center;
}

/*** Events Start ***/
.event .tab-class .nav-item a.active {
  background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(212, 167, 98, 0.7);
  border-radius: 8px;
  transition: 0.5s;
  opacity: 0;
  z-index: 1;
}

.event .event-img:hover .event-overlay {
  opacity: 1;
}

/*** Events End ***/

.fcdarkgray {
  color: #606060 !important;
}

.fcbrown {
  color: #967654 !important;
}

.fcdarkgreen {
  color: #1b887d !Important;
}

.lnh100 {
  line-height: 100% !important;
}

.fs60 {
  font-size: 80px !important;
}

.fs45 {
  font-size: 65px !important;
}

@font-face {
  font-family: 'tt_wellingtons_trlit';
  src: url('fonts/TT\ Wellingtons\ Trial\ Italic.otf') format('woff2'), url('fonts/tt_wellingtons_trial_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.fttwregular_it {
  font-family: 'tt_wellingtons_trlit' !important;
}

@font-face {
  font-family: 'tt_wellingtons_trlbold';
  src: url('fonts/TT\ Wellingtons\ Trial\ Bold.otf') format('woff2'), url('fonts/tt_wellingtons_trial_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.fttwbold {
  font-family: 'tt_wellingtons_trlbold' !important;
}

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
  background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 25px 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 50px;
  background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 25px 30px;
  border-top-left-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 0;
  background-size: 60% 60%;

}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
  opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
  position: relative;
  min-height: 100vh
}

.carousel-header .carousel-inner .carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));*/
  background-size: cover;
}



/*** Carousel Hero Header End ***/
/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
gmp-map {
  height: 70%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}



/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}








.btn-secondary {
  background-color: #007fcd;
  position: relative;
  letter-spacing: 0.25em;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  outline: none;
  font-size: 28px;
  color: #333333;
  text-decoration: none;
}

.nemdio {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}




/* Fonts */
:root {
  --body-font: "Lato", sans-serif;
  --heading-font: "Jost", sans-serif;
}

/*----------------------------------------------*/
/* 1 GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 1.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

p {
  font-size: 1.2em;
  color: var(--gray-color-500);
}

ul.inner-list li {
  font-size: 1.2em;
}

a {
  color: var(--dark-color);
  text-decoration: none;
  transition: 0.3s color ease-out;
}

a.light {
  color: var(--light-color);
}

a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

/*------------ Background Color -----------*/
.bg-gray {
  background: var(--gray-color);
}

.bg-dark {
  background: var(--dark-color);
}

.bg-light {
  background: var(--light-color);
}

.bg-light-blue {
  background: var(--light-blue-color);
}

/* - Section Padding
--------------------------------------------------------------*/
.padding-xsmall {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.padding-small {
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding-large {
  padding-top: 7em;
  padding-bottom: 7em;
}

.padding-xlarge {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

/*** Destination Start 
.destination .tab-class .tab-content .tab-pane .destination-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 3;
  transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: end;
  padding: 20px 20px 0 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.5s;

}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {
  opacity: 0;
  transition: 0.5s;
}

.destination .tab-class .nav-item {
  padding: 0 0 20px 0;
}
.destination .tab-class .nav-item a.active {
  background: var(--bs-primary) !important;
}

.destination .tab-class .nav-item a.active span {
  color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
  background: rgba(19, 53, 123, 0.4);
}

.destination .tab-class .tab-content .destination-img:hover .destination-overlay {
  bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
  opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
  transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
  transform: scale(1.2);
}
/*** Destination End ***/


/* no padding */
.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-gutter {
  padding: 0 !important;
}

/* no padding and margin */
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

/* - Section margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 3em;
  margin-bottom: 3em;
}

.margin-medium {
  margin-top: 5em;
  margin-bottom: 5em;
}

.margin-large {
  margin-top: 7em;
  margin-bottom: 7em;
}

.margin-xlarge {
  margin-top: 9em;
  margin-bottom: 9em;
}




/* - Section Title
--------------------------------------------------------------*/
h3.card-title,
h3.cart-title {
  font-size: 1.5em;
}

/* - Section width
--------------------------------------------------------------*/
.u-full-width {
  width: 100%;
  border: none;
}

/*--------------------------------------------------------------
/** 2.10 Buttons
--------------------------------------------------------------*/
/* - Button Sizes
------------------------------------------------------------- */
.btn.btn-small {
  padding: 0.8em 1.8em;
  font-size: 0.65em;
}

.btn.btn-medium {
  padding: 0.8em 2.8em;
  font-size: 1.1em;
  letter-spacing: 2px;
}

.btn.btn-large {
  padding: 2.4em 5.1em;
  font-size: 1.8em;
}

/* - Button Shapes
------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 6px;
}

.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}

/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}

.btn.btn-outline-dark {
  border-color: rgba(0, 0, 0, 1);
  color: var(--dark-color);
}

.btn.btn-outline-dark:hover {
  background: var(--dark-color);
  color: var(--light-color);
}

.btn.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--light-color);
}

.btn.btn-outline-light:hover {
  background: var(--primary-color);
  color: var(--light-color);
  border-color: var(--primary-color);
}

.btn.btn-outline-accent {
  background: transparent;
  border-color: var(--accent-color);
  color: var(--dark-color);
}

.btn.btn-outline-accent:hover {
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}

.btn.btn-full {
  display: block;
  margin: .85em 0;
  width: 100%;
  letter-spacing: 0.12em;
}

/* no border radius */
.btn-rounded-none,
.btn-rounded-none::after {
  border-radius: 0;
}

/* - Buttons Color Scheme
------------------------------------------------------------- */
.btn.btn-normal {
  text-decoration: underline;
  border: none;
}

.btn.btn-normal:hover {
  text-decoration: none;
}

.btn.btn-accent {
  color: var(--light-color);
  background-color: var(--accent-color);
  border: none;
}

.btn.btn-accent:hover {
  color: var(--light-color) !important;
  background-color: var(--primary-color);
}

.btn.btn-black {
  background-color: var(--dark-color);
  color: var(--light-color);
  border: none;
}

.btn.btn-black:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}

.btn.btn-light {
  background-color: var(--light-color);
  color: var(--dark-color);
  border: none;
}

.btn.btn-light:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}

.btn.btn-primary {
  background: var(--primary-color);
  color: var(--light-color);
  border: none;
}

.btn.btn-primary:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
}

/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left {
  text-align: left;
  display: block;
}

.btn-center {
  text-align: center;
  display: block;
}

.btn-right {
  text-align: right;
  display: block;
}

/*----------------------------------------------*/
/* 2 SITE STRUCTURE */
/*----------------------------------------------*/

/* - Search Bar
------------------------------------------------------------- */
.search-box {
  background: var(--gray-color);
  position: relative;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 120px;
  cursor: pointer;
  z-index: 9;
}

.search-box input.search-input {
  font-size: 1.3em;
  width: 70%;
  height: 30px;
  padding: 25px;
  border-radius: 80px;
  border-color: rgb(0 0 0 / 25%);
  background: transparent;
}

.search-box svg {
  width: 22px;
  height: 22px;
  color: var(--primary-color);
}

.search-box svg.search {
  margin-left: -50px;
}


/** Search Form
--------------------------------------------------------------*/
.search-form input[type="search"].search-field {
  border: none;
  background: #f1f1f1;
  width: 100%;
  border-radius: 50px;
  padding: 10px 40px;
}

.search-form input[type="search"].search-field::focus {
  border-color: #af9aaa;
}

.search-form button {
  position: absolute;
  top: 6px;
  right: 9px;
  background: transparent;
  border: none;
}

/** Search Popup
--------------------------------------------------------------*/
.search-popup {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.search-popup.is-visible {
  opacity: 1;
  visibility: visible;
  cursor: -webkit-image-set(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 1x, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 2x), pointer;
  cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"), pointer;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.search-popup-container {
  background-color: transparent;
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
  box-shadow: none;
  cursor: default;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.is-visible .search-popup-container {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-popup-form {
  position: relative;
  margin: 0 0 3em 0;
}

.search-popup-form .form-control {
  padding: 0 0 .375em 0;
  font-size: 2em;
}

.search-popup-form #search-popup-submit {
  display: none;
}

.search-popup .search-popup-close {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  margin: -0.5em;
  padding: 0.5em;
  line-height: 0;
}

.search-popup .search-popup-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-popup .search-popup-close i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  fill: rgba(0, 0, 0, 0.5);
}

.search-popup .search-popup-close:hover i {
  fill: rgba(0, 0, 0, 1);
}

.search-popup .cat-list-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.6em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.search-popup .cat-list {
  margin: 0;
  list-style-type: none;
}

.search-popup .cat-list-item {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.015em;
  font-size: 2em;
}

.search-popup .cat-list-item a {
  position: relative;
}

.search-popup .cat-list-item a::after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 1px;
  border-bottom: 1px solid #ff9697;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.search-popup .cat-list-item a:hover::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.search-popup .cat-list-item::after {
  content: "/";
  padding: 0 5px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: text-top;
}

.search-popup .cat-list-item:last-child::after {
  display: none;
}

.search-popup input[type="search"] {
  font-size: 24px;
  height: 60px;
  padding: 26px;
}

.search-popup .search-form button {
  top: 12px;
  right: 15px;
}

.search-popup .search-form button svg {
  height: 28px;
  width: 28px;
}


/* 1. Header
/*----------------------------------------------*/
.site-header {
  position: fixed;
  width: 100%;
  height: 8%;
  z-index: 10;
  transition: background 0.3s ease-out;
}

.navbar-toggler svg.navbar-icon {
  width: 30px;
  height: 30%;
}

.navbar-nav .nav-item a.nav-link {
  color: var(--accent-color);
}

.navbar-nav .nav-item a.nav-link.active,
.navbar-nav .nav-item a.nav-link:focus,
.navbar-nav .nav-item a.nav-link:hover {
  color: var(--primary-color);
}

/*------------ Offcanvas -------------- */
#header-nav .navbar-toggler:focus {
  box-shadow: none;
}

#header-nav .offcanvas.show {
  z-index: 9999;
  background-color: var(--light-blue-color);
}

#header-nav .offcanvas-end {
  width: 500px;
}

.offcanvas.show .nav-item a.nav-link {
  font-size: 2em;
}

.offcanvas.show .offcanvas-body .navbar-nav {
  align-items: unset !important;
  padding-left: 20px;
}

/*------------ Top User Icons -----------*/
.site-header .user-items svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}


/* 2. Billboard
/*----------------------------------------------*/
/*------------Swiper Arrow -----------*/
#billboard .swiper-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}

.swiper-icon.swiper-arrow svg {
  fill: var(--light-gray-color);
}

.swiper-icon.swiper-arrow:hover svg,
.swiper-icon.swiper-arrow:focus svg {
  fill: var(--primary-color);
}

#billboard .swiper-arrow.swiper-arrow-prev {
  left: 0;
}

#billboard .swiper-arrow.swiper-arrow-next {
  right: 0;
}

/* 3. Icon Box - Company Services
/*----------------------------------------------*/
.icon-box .icon-box-icon svg {
  width: 26px;
  height: 26px;
  fill: var(--primary-color);
}


/* 4. Product
/*----------------------------------------------*/
.product-store .product-card .cart-concern {
  bottom: 75px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.product-store .product-card:hover .cart-concern {
  bottom: 90px;
  opacity: 1;
}

.product-card .cart-concern svg {
  width: 16px;
  height: 16px;
  fill: var(--light-color);
  margin-left: 9px;
}

.product-card .card-detail span {
  font-size: 1.5em;
}



/*------------Swiper Pagination -----------*/
.product-store .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 35px;
}

.swiper-pagination span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

/* 5. Testimonial
/*----------------------------------------------*/
.review-item blockquote {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
}

.rating svg.star {
  width: 16px;
  height: 16px;
  fill: var(--primary-color);
}

#testimonials .swiper-arrow svg {
  width: 45px;
  height: 45px;
  fill: var(--light-gray-color);
}

.review-content .swiper-arrow {
  top: 0;
  bottom: 0;
  z-index: 2;
}

.review-content .swiper-arrow.swiper-arrow-next {
  right: 0;
}

.review-content .quotation svg.quote {
  color: var(--light-blue-color);
}



/* 6. Subscribe
/*----------------------------------------------*/
.subscribe-content p {
  color: var(--gray-color-500);
}



/* 7. Instagram
/*----------------------------------------------*/
#instagram figure.instagram-item {
  width: 20%;
}

figure.instagram-item img.insta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-item .icon-overlay {
  top: 30px;
  left: 0;
  width: 100%;
  height: auto;
  color: var(--light-color);
  opacity: 0;
  transition: 0.9s ease-out;
}

.instagram-item:hover .icon-overlay {
  top: 0;
  opacity: 1;
}

.instagram-item .icon-overlay svg.instagram {
  height: 50px;
}





/* 8. Footer
/*----------------------------------------------*/
/*------------ Social Icon -----------*/
.social-links svg {
  width: 250px;
  height: 30px;
  color: var(--light-gray-color);
}

.social-links svg:hover {
  color: var(--primary-color);
}

.social-links li {
  padding-right: 30px;
}


/* 9. About Us Page
/*----------------------------------------------*/
/*------------ Video Icon -----------*/
.video-item a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-item svg.video-player {
  width: 80px;
  height: 80px;
  padding: 19px;
  border-radius: 50%;
}

/* - Shop Page
--------------------------------------------------------------*/
/* ----------- Search Bar -----------*/
.shopify-grid select#input-sort {
  font-size: 1.2em;
  color: var(--dark-grey-color);
  border: none;
  padding: 0;
  text-align: center;
}

/* ----------- SideBar -----------*/
.sidebar input.search-field {
  width: 290px;
  height: 50px;
  box-shadow: 5px 5px 15px 5px #eee;
  border: 1px solid #eee;
  padding-left: 20px;
  outline-offset: 0;
}

.sidebar .search-icon {
  padding: 14px;
}

.sidebar svg.search {
  width: 20px;
  height: 20px;
}

.sidebar h5.widget-title {
  font-size: 1.4em;
  margin-bottom: 15px;
}

.sidebar .sidebar-list li {
  font-size: 1.2em;
}

.sidebar .sidebar-list li a {
  color: var(--dark-30);
}

.sidebar .sidebar-list li a:hover {
  color: var(--primary-color);
}


/* ----------- Pagination -----------*/
.paging-navigation .pagination .page-numbers {
  font-size: 1.4em;
  color: var(--gray-color-500);
}

.paging-navigation .pagination .page-numbers:hover {
  color: var(--primary-color);
}

.paging-navigation .pagination svg {
  width: 35px;
}


/* 10. Single Product Page
/*----------------------------------------------*/
/*------------ Product Info -----------*/
.product-info .rating svg.star-fill {
  fill: var(--dark-color);
}

.product-info .select-list li.select-item {
  font-size: 1.2em;
}

.product-quantity .input-group {
  width: 140px;
  gap: 2px;
}

.product-quantity #quantity {
  height: auto;
  width: 20px;
  border: none;
  margin: 0;
  padding: 0;
}

.product-quantity #quantity,
.product-quantity .btn-number {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}

.single-product .cart-wrap h4.item-title {
  font-size: 1.5em;
}

.single-product .product-quantity .stock-number {
  font-size: 1.2em;
}

.meta-product h4.item-title {
  font-size: 1.2em;
}

/*------------ Product Info Tabs -----------*/
.product-info-tabs .tabs-listing button {
  font-size: 2em;
  color: var(--dark-color);
}

.product-info-tabs .nav-tabs .nav-link {
  border: none;
}

.product-info-tabs .nav-tabs .nav-item.show .nav-link,
.product-info-tabs .nav-tabs .nav-link.active {
  color: var(--primary-color);
}





/* 10. Cart Page
-----------------------------------------------------*/
.shopify-cart .card-price .money {
  font-size: 1.5em;
}

.shopify-cart .total-price .money {
  font-size: 2.9em;
}

.total-price .cart-totals {
  font-size: 1.5em;
}

.shopify-cart .table th {
  width: 30%;
}


/* 11. Checkout Page
--------------------------------------------------------------*/
.list-group-item span {
  font-size: 1.2em;
}


/* 12. Blog Page
--------------------------------------------------------------*/
/*------------ Sidebar -----------*/
.sidebar-post-item h4.card-title {
  font-size: 1.2em;
}

/* 13. Sibgle Post Page
--------------------------------------------------------------*/
#single-post-navigation .post-navigation span.page-nav-title {
  font-size: 1.5em;
}

.post-navigation svg {
  width: 30px;
  height: 45px;
}

.post-navigation:hover svg,
.post-navigation:focus svg {
  fill: var(--primary-color);
}