/** Fonts **/

@font-face {
  font-family: 'added-to-cart-popup-woocommerce';
  src: url('fonts/added-to-cart-popup-woocommerce.eot?7r0p13');
  src: url('fonts/added-to-cart-popup-woocommerce.eot?7r0p13#iefix') format('embedded-opentype'), url('fonts/added-to-cart-popup-woocommerce.ttf?7r0p13') format('truetype'), url('fonts/added-to-cart-popup-woocommerce.woff?7r0p13') format('woff'), url('fonts/added-to-cart-popup-woocommerce.svg?7r0p13#added-to-cart-popup-woocommerce') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="xoo-cp-icon-"],
[class*=" xoo-cp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'added-to-cart-popup-woocommerce' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xoo-cp-icon-spinner:before {
  content: "\e97b";
}

.xoo-cp-icon-cross:before {
  content: "\ea0d";
}


/** -- **/

.xoo-cp-opac {
  z-index: 99998;
  background-color: black;
  opacity: 0.6;
  position: fixed;
  display: none;
}

.xoo-cp-opac,
.xoo-cp-modal,
.xoo-cp-cont-opac {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.xoo-cp-modal {
  position: fixed;
  text-align: center;
  z-index: 99998;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
}

.xoo-cp-active {
  transition: visibility 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.xoo-cp-cont-opac {
  z-index: 1;
  background-color: white;
  opacity: 0.5;
  position: absolute;
}

.xoo-cp-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.xoo-cp-container {
  display: inline-block;
  max-width: 650px;
  border: #a0a0a0 solid 1px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  width: 90%;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  border-radius: 5px;
  padding: 15px;
}

span.xoo-cp-close {
  font-size: 29px;
  position: absolute;
  right: -13px;
  top: -11px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.xoo-cp-success,
.xoo-cp-error {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: block;
  text-align: left;
}

.xoo-cp-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  margin-top: 10px;
}

.xoo-cp-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.xoo-cp-atcn {
  overflow: auto;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}

.xoo-cp-atcn .xoo-cp-icon-check {
  margin-right: 5px;
}

.xoo-cp-btns {
  margin: 0 auto;
  clear: both;
  text-align: center;
}

a.xcp-btn {
  width: 30%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding: 8px 0;
  display: inline-block;
  margin-right: 5px;
}

@keyframes xoo-cp-spin {
  100% {
      transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.xoo-cp-icon-spinner {
  animation: xoo-cp-spin 575ms infinite linear;
  display: inline-block;
}

td.xoo-cp-ptitle a {
  font-weight: 600;
  font-size: 18px;
}

td.xoo-cp-pimg {
  width: 20%;
}

.xoo-cp-pdetails {
  width: 100%;
  display: block;
  overflow: auto;
}

td.xoo-cp-pprice {
  font-size: 20px;
  margin: 15px 0;
  width: 15%;
}

td.xoo-cp-pqty {
  min-width: 90px;
}

.xoo-cp-pdetails td.xoo-cp-remove {
  width: 5%;
  font-size: 20px;
}

.xoo-cp-pdetails td {
  vertical-align: middle;
  text-align: center;
}

.xoo-cp-pdetails td.xoo-cp-ptitle {
  text-align: left;
}

.xoo-cp-ptotal {
  display: table;
  float: right;
  margin-right: 25px;
  font-size: 18px;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}

.xcp-ptotal {
  font-size: 23px;
}

td.xoo-cp-remove .xoo-cp-remove-pd {
  font-size: 20px;
  color: #ea0a0a;
  cursor: pointer;
}

td.xoo-cp-ptitle {
  width: 45%;
  padding-left: 5px;
}

.xoo-cp-preloader {
  position: fixed;
  top: 47%;
  left: 47%;
  transform: translate(-50%, -50%);
  z-index: 2;
  animation: xoo-cp-spin 575ms infinite linear;
  font-size: 45px;
}

@keyframes xoo-cp-spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

@-ms-keyframes xoo-cp-spin {
  from {
      -ms-transform: rotate(0deg);
  }
  to {
      -ms-transform: rotate(360deg);
  }
}

@-moz-keyframes xoo-cp-spin {
  from {
      -moz-transform: rotate(0deg);
  }
  to {
      -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes xoo-cp-spin {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(360deg);
  }
}

.xoo-cp-outer {
  display: none;
}

.xoo-cp-variations {
  font-size: 13px;
}

.xoo-cp-variations .variation {
  overflow: auto;
  margin-top: 5px;
}

.xoo-cp-variations .variation dt {
  margin: 0 5px 0 0;
  float: left;
}

.xoo-cp-variations .variation dd {
  margin: 0 10px 0 0;
  float: left;
}


/* When screen size is less than 500px */

@media only screen and (max-width: 500px) {
  a.xcp-btn {
      width: 80%;
      margin: 5px 0;
  }
  span.xcp-ptotal,
  .xoo-cp-ptotal {
      font-size: 15px;
  }
  td.xoo-cp-pimg {
      display: none;
  }
  td.xoo-cp-ptitle a,
  td.xoo-cp-pprice {
      font-size: 14px;
  }
}

span.xcp-minus {
  border-right-width: 1px;
  border-right-style: solid;
}

span.xcp-plus {
  border-left-width: 1px;
  border-left-style: solid;
}

span.xcp-plus,
span.xcp-minus {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  float: left;
  width: 21px;
}

input[type=number].xoo-cp-qty {
  border: 0!important;
  text-align: center;
  display: inline-block;
  max-width: 30px;
  float: left;
  height: 100%;
  line-height: 100%;
  padding: 0;
}

input.xoo-cp-qty::-webkit-outer-spin-button,
input.xoo-cp-qty::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.xoo-cp-qtybox {
  border-width: 1px;
  border-style: solid;
  position: relative;
  display: inline-block;
  font-weight: 700;
  height: 37px;
  line-height: 35px;
}

.xoo-cp-added,
.xoo-cp-adding {
  margin-left: 5px;
}

/*
Theme Name: Wokiee
Theme URI: https://smartdata.tonytemplates.com/wokiee/intro/
Author: SmartDataSoft
Author URI: https://smartdatasoft.com/
Description: Wokiee WooCommerce Theme is more than usual theme. It is a powerful design tool. Wokiee is outstanding Premium WooCommerce theme. It will be perfect solution for your current or future webshop.
Version: 2.3
License: This theme or plugin is comprised of two parts.(1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the terms of your purchased license. Read more about licensing here: http://themeforest.net/licenses
License URI: License.txt
Text Domain: wokiee
Tags: apparel woocommerce templates, clothing woocommerce themes, fashion boutique, fashion store, fashion woocommerce themes, mega menu, multi purpose woocommerce themes, parallax, WooCommerce Themes

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/* GutenBurger */
.wp-block-gallery{
  padding-left:0px !important;
}
.wp-block-gallery li{
  list-style:none !important;
}
/************Color Pallete*****************/
.has-strong-yellow-background-color{
  background-color:#f7bd00 !important;
}
.has-strong-white-background-color{
  background-color:#ffffff !important;
}
.has-light-black-background-color{
  background-color:#242424 !important;
}
.has-very-light-gray-background-color{
  background-color:#797979 !important;
}
.has-very-dark-black-background-color{
  background-color:#000000 !important;
}
.has-strong-yellow-color{
  color:#f7bd00 !important;
}
.has-strong-white-color{
  color:#ffffff !important;
}
.has-light-black-color{
  color:#242424 !important;
}
.has-very-light-gray-color{
  color:#797979 !important;
}
.has-very-dark-black-color{
  color:#000000 !important;
}

/******************Font Size Setting*****************/
.has-small-font-size{
  font-size:10px !important;
}
.has-normal-font-size{
  font-size:15px !important;
}
.has-large-font-size{
  font-size:24px !important;
}
.has-huge-font-size{
  font-size:36px !important;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%;
  clear: both;
}
.tt-post-single .tt-post-content .wp-block-quote.is-large p, .tt-post-single .tt-post-content .wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.tt-post-single .tt-post-content .wp-block-quote.is-large cite, .tt-post-single .tt-post-content .wp-block-quote.is-style-large cite {
  margin-top: 1em;
  display: block;
  text-align: left;
  font-size: 13px;
}
.alignfull {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
}
.with-sidebar-blog .alignfull {
  width: auto;
  margin-left: calc( 50% / .62 - 50vw);
  max-width: 100vw;
}
.with-sidebar-blog .alignfull img {
  width: auto;
}
.tt-post-single .tt-post-content .wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.wp-block-button.alignright {
  float: right;
  margin-left: 2em;
  text-align: right;
  
}

.wp-block-button.alignleft {
  float: left;
  margin-right: 2em;
  margin-top: 15px;
  margin-bottom: 32px;
}
.wp-block-pullquote.alignright {
  max-width: 335px;
  margin: 0px;
  padding: 0px;
  text-align: right;
  margin-left: 20px !important;
  margin-left: 10px;
  margin-bottom: 10px !important;
  float: right;
  margin-top: 20px;
}

.wp-block-pullquote.alignright blockquote {
  padding: 15px 20px !important;
  margin: 0 !important;
  font-size: 17.5px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.wp-block-pullquote.alignleft {
  margin: 0px;
  padding: 0px;
  margin-right: 20px !important;
  text-align: left;
  margin-bottom: 10px !important;
  max-width: 335px;
  float: left;
  margin-top: 20px;
}

.wp-block-pullquote.alignleft blockquote {
  padding: 15px 20px !important;
  margin: 0 !important;
  font-size: 17.5px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 28px;
}
.wp-block-cover.alignleft{
  margin-right: 10px;
  float: left;
  margin-top: 20px;
}
.wp-block-cover.alignright{
  margin-left: 10px;
  float: right;
  margin-top: 20px;
}
.wp-block-cover {
  padding-left: 0%;
  padding-right: 0%;
}
.post-template-default .tt-post-single .tt-post-content blockquote cite, 
.post-template-default .tt-comments-layout blockquote cite {
  display: block;
}


.woocommerce div.product form.cart .variations select {
  min-width: 200px;
  border: 1px solid #ddd;
  padding: 5px 10px;
  background: #f5f5f5;
  display: block;
}
img.load-img {
background-repeat: no-repeat;
background-image: url(assets/images/loader.svg);
}
img.load-img.loaded {
background-image: none;
}


.woocommerce-product-gallery__image.product_type_3 img{
  padding-bottom :20px;
}

.row-subscibe .wpcf7-form-control-wrap {
  position: relative;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.row-subscibe .wpcf7-form-control-wrap input{
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}


/*
Theme Name:     Wokiee Child
Theme URI:      https://smartdata.tonytemplates.com/wokiee/intro/
Description:    Child theme for Wokiee
Author:         Smartdatasoft Team
Author URI:     https://themeforest.net/user/smartdatasoft
Template:       wokiee
Version:        1.0
*/

/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */

 @font-face {
	font-family: 'ElectroluxSans';
	src: url('fonts/electroluxsans.otf') format('otf'),
    	 url('fonts/electroluxsans.woff2') format('woff2'),
    	 url('fonts/electroluxsans.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'ElectroluxSansSemibold';
	src: url('fonts/electroluxsanssemibold.otf') format('otf'),
    	 url('fonts/electroluxsanssemibold.woff2') format('woff2'),
    	 url('fonts/electroluxsanssemibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}


@font-face {
	font-family: 'ElectroluxSansBold';
	src: url('fonts/electroluxsansbold.otf') format('otf'),
    	 url('fonts/electroluxsansbold.woff2') format('woff2'),
    	 url('fonts/electroluxsansbold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}


@font-face {
	font-family: 'ElectroluxSansLight';
	src: url('fonts/electroluxsanslight.otf') format('otf'),
    	 url('fonts/electroluxsanslight.woff2') format('woff2'),
    	 url('fonts/electroluxsanslight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}


@font-face {
	font-family: 'ElectroluxSansThin';
	src: url('fonts/electroluxsansthin.otf') format('otf'),
    	 url('fonts/electroluxsansthin.woff2') format('woff2'),
    	 url('fonts/electroluxsansthin.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

.form-default .form-control21{background:#ccc !important;}
.form-default .form-control10{background-image:url(/wp-content/uploads/2023/06/upload_FILL0_wght400_GRAD0_opsz48.png) !important;background-position: right !important;background-repeat: no-repeat !important;background-origin: content-box !important;}

.form-default .form-control10::-webkit-file-upload-button{display:none;}
.form-default .form-control10:before{content:"Upload CV ";display:inline-block;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;padding-right:5px;}

.panel-menu #mm0.mmpanel a:not(.mm-close){font-family: ElectroluxSans !important;}
.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link){font-family: ElectroluxSans !important;}
.panel-menu .mm-original-link{font-family: ElectroluxSans !important;}
.elementor-14003 .elementor-element.elementor-element-1526689 .premium-persons-container a.carousel-arrow.carousel-prev,.elementor-14003 .elementor-element.elementor-element-1526689 .premium-persons-container a.carousel-arrow.carousel-next{z-index:1;}
.elementor-10260 .elementor-element.elementor-element-15d25e5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-10260 .elementor-element.elementor-element-15d25e5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-10260 .elementor-element.elementor-element-93bdf4a:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-10260 .elementor-element.elementor-element-93bdf4a > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-10260 .elementor-element.elementor-element-0d8dd31:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-10260 .elementor-element.elementor-element-0d8dd31 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-10260 .elementor-element.elementor-element-80862b5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-10260 .elementor-element.elementor-element-80862b5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-10260 .elementor-element.elementor-element-ffd1a35:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-10260 .elementor-element.elementor-element-ffd1a35 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:100% 100% !important;}
.tt-desctop-menu .dropdown .dropdown-menu{margin-top:30px;}

header .tt-color-scheme-01{background: #ffffff !important;color: #5b5d63 !important;border-bottom: 1px solid #e5e5e5;}
.tt-header-row .tt-col-right{display:flex;}
.topbar_right {padding-left: 50px !important;}
body{font-family:ElectroluxSans !important;}
p{font-family:ElectroluxSans !important;}
.tt-logo img{max-width:250px !important;}
.footerlink a{font-family:ElectroluxSansSemibold !important;}
footer .tt-footer-custom{display:none;}
.tt-desctop-menu nav>ul>.bookonline.dropdown>a{padding: 17px 50px 14px 52px !important; background-color: #6fa086 !important; font-size: 14px !important; font-family: ElectroluxSansBold !important; color: #fff !important; margin-left: 30px;}
.tt-desctop-menu nav>ul>li.dropdown>a{font-size:16px !important;color:#53555b !important;font-family:ElectroluxSans !important;padding: 17px 20px 16px !important;}

.tt-header-holder .obj-aligment-right:not(:first-child):not(:last-child)>*{margin-right: 0px !important;}
header .tt-desktop-header .tt-logo{margin-top:5px !important;margin-bottom:0px !important;}
.tt-stuck-parent-menu .tt-desctop-menu {float: right !important;}
.tt-stuck-nav .tt-logo img{max-width:100px !important;margin-top:5px !important;}
.nestheading p{font-family:ElectroluxSansBold !important;}
.nestbutton .elementor-button-text{font-family: ElectroluxSansBold !important;}
.contactbutton{padding: 16px 54px 14px 55px; background-color: #6fa086;font-family: ElectroluxSans !important; font-size: 14px; font-weight: bold;color:#fff !important;}
.contactclass{box-shadow: 30px 30px 50px 0 rgba(83, 85, 91, 0.1);}
footer{margin-top:0px !important;}
.tt-col-left .icon-f-93{display:none;}
.contactfirstsection .elementor-container{background:url(/wp-content/uploads/2023/05/Group-48002x-1.png);background-position:center;background-size:cover;}
.form-default .form-control1{padding-left: 36px !important; border-radius: 5px !important; background-color: #fff !important;font-family: ElectroluxSans !important;font-size: 18px !important;color:#53555b !important;height:55px !important;}
.form-default .form-control{font-family: ElectroluxSans !important;}
.form-default .form-control2{padding-left: 36px !important; border-radius: 5px !important; background-color: #fff !important;font-family: ElectroluxSans !important;font-size: 18px !important;color:#53555b !important;height:120px !important;}
.form-default .form-control{font-family: ElectroluxSans !important;}
.form-default .form-group{margin-bottom:12px !important;}
.newbtn{padding: 13px 68px 13px 69px !important; background-color: #6fa086 !important;float:left !important;font-size: 14px !important;font-family: ElectroluxSansBold !important;color: #fff;border: none;}
.nestheading1 p{font-family: ElectroluxSansSemibold !important;}
.newbtn:focus{background-color: #6fa086 !important;color:#fff !important;}
.newbtn9{padding: 13px 68px 13px 69px !important; background-color: #6fa086 !important;font-size: 14px !important;font-family: ElectroluxSansBold !important;color: #fff;border: none;}

.newbtn9:focus{background-color: #6fa086 !important;color:#fff !important;}
.nestheading10{font-family: ElectroluxSansSemibold !important;}
.form-default .form-control15 {padding-left: 20px !important;border-radius: 10px !important;background-color: #fff !important;font-size: 14px !important;color: #53555b !important;height: 55px !important;
}
.newbtn10{padding: 12.8px 26.9px !important; background-color: #6fa086 !important;float:left !important;font-size: 18px !important;font-family: ElectroluxSans !important;color: #fff;border: none;font-weight:bold;border-radius:6px !important;}
.newbtn10:focus{background-color: #6fa086 !important;color:#fff !important;}
.buttonhome{margin-top:-12px;margin-left:-144px;}
.elementor-10260 .elementor-element.elementor-element-aa2dbfc:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-10260 .elementor-element.elementor-element-aa2dbfc > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:100% 100% !important;}
.tt-blog-masonry .tt-blog-init{opacity: 1 !important;}
#tt-pageContent1,#tt-pageContent2{background-color:#ebe1d1;}
.thirdblog{background:url(/wp-content/uploads/2023/05/Group-4802@2x-1.png);background-size:100% 100%;}
.firstblog{background:url(/wp-content/uploads/2023/05/Group-4803@2x.png);background-size:100% 100%;}
.secondblog{background:url(/wp-content/uploads/2023/05/Group-4804@2x.png);background-size:100% 100%;}
.tt-layout-01-post .tt-post .tt-post-img{text-align:center;}
.tt-layout-01-post .tt-post .tt-post-img+.tt-post-content{margin-top:13px !important;padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; margin-right: 0px !important;}
.tt-layout-01-post .tt-post .tt-post-content .tt-description p{color:#53555b !important;line-height:24px !important;margin-top:24px !important;}
.readmore a{font-size:14px;line-height:20px;color: #6fa086;text-decoration:underline;font-weight:700;font-family:ElectroluxSansBold !important;margin-top:32px;}
.tt-layout-01-post .tt-post .tt-post-content .tt-title{line-height:24px !important;font-family: ElectroluxSansBold !important;font-weight:bold !important; color:#5d5d5d !important; }
	.tt-layout-01-post .tt-post .tt-post-content .tt-title a{color:#5d5d5d !important;}
h1.nestheadingblog,.tt-post-single h1.tt-title{font-family: ElectroluxSansBold !important;font-weight:bold !important;color: #53555b !important;line-height:56px !important;text-align:left;}
.readmore a:hover{color: #6fa086 !important;text-decoration:underline !important;}
.tt-post-img{text-align:center;}
.tt-post-single .tt-autor{margin-top:0px !important;color: #53555b !important;font-family: ElectroluxSans !important;}
.campli{margin-left:22px;}
.campheading{font-family: ElectroluxSansBold !important;}
.campevent .premium-person-container{background:url(/wp-content/uploads/2023/05/Group-3909@2x.png);background-size:100% 100% !important;margin-left:8.5px !important;margin-right:8.5px !important;text-align:center;}
.campevent .premium-person-style2 .premium-person-social{display:none !important;}
h2.premium-person-name{font-size: 20px !important; font-weight: bold !important;font-family: ElectroluxSansBold !important;line-height:24px !important;color:#5d5d5d !important;padding-bottom: 20px !important; padding-top: 30px !important;margin-bottom:0px !important;}
.campevent .premium-person-info{background:transparent !important;}
.campevent .premium-person-info-container{padding:0px !important;}
.maindescription1{font-size:16px !important;color:#53555b !important;font-family: ElectroluxSans !important;line-height:24px !important;font-weight:400;}
.maindescription2{font-size:16px !important;color:#53555b !important;font-family: ElectroluxSansSemibold !important;line-height:18px !important;padding-top: 20px; padding-bottom: 20px;}
.maindescription3 a{font-size:14px !important;color:#6fa086 !important;font-family: ElectroluxSansBold !important;line-height:20px !important;text-decoration:underline !important;}
.campevent .premium-person-content{margin-bottom:0px !important;}
.campevent .premium-persons-container a.carousel-arrow.carousel-prev{background:url(/wp-content/uploads/2023/05/Group-3913.png) !important;background-size:100% 100% !important;top:-8% !important;}
.campevent .premium-persons-container a.carousel-arrow.carousel-prev i:before{content:"" !important;}
.campevent .premium-persons-container a.carousel-arrow.carousel-next{background:url(/wp-content/uploads/2023/05/Group-3912.png) !important;background-size:100% 100% !important;top:-8% !important;right:0px !important;}
.campevent .premium-persons-container a.carousel-arrow.carousel-next i:before{content:"" !important;}
.tt-back-to-top.tt-show{background:#6fa086 !important;}
.wpcf7-spinner{display:none !important;}

.page-id-16000 .tt-pageContent .text-uppercase.tt-title-subpages.noborder{display:none !important;}
.premium-blog-content-wrapper.empty-thumb .wp-block-columns.colfive{max-width: 100% !important;}
.wp-block-columns.colfive .wp-block-column.is-layout-flow {max-width: 15% !important;}
.bimgSize.loading{max-width: 20% !important;}
.wp-block-columns.colfive .wp-block-column.is-layout-flow:nth-child(4) {max-width: 50% !important;}
.bimgSize1.loading{max-width: 5% !important;}
.tt-post-single .tt-post-content img {/* max-width: 10% !important; */ height: auto;margin-top: 0px !important;}
.tt-post-single .tt-autor{display:none !important;}
.elementor-widget-premium-addon-blog .premium-blog-entry-title:hover a{color: #6fa086 !important;}

.tt-post-single .wp-block-columns.colfive{max-width: 80% !important;}
.wpcf7-response-output {    border-color: transparent !important; font-weight: bold;  color: black; padding: 0.2em 15em !important;}



@media (min-width: 1230px)
{
	.elementor-8558 .elementor-element.elementor-element-3135f70:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-3135f70 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer, .elementor-8558 .elementor-element.elementor-element-7a0acc7:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-7a0acc7 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer, .elementor-8558 .elementor-element.elementor-element-848c093:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-848c093 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer, .elementor-8558 .elementor-element.elementor-element-b035210:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-b035210 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer, .elementor-8558 .elementor-element.elementor-element-72582b5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-72582b5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:100% 100% !important;}
	.tt-desktop-header .container,.tt-stuck-nav .container{max-width: 100% !important;padding: 0 5%;}
	.contactfirstsection .elementor-container{max-width: 100% !important;margin-left: 5% !important;margin-right:5% !important;}
	header .tt-color-scheme-01 .container {max-width: 100% !important;padding: 0 5%;padding-top:10px;padding-bottom:10px;}
	#tt-pageContent1 .container{max-width: 100% !important;padding: 5% 5%;}
	#tt-pageContent2 .container{max-width: 100% !important;padding: 0% 5%;}
	.tt-post-content .elementor-section.elementor-section-boxed>.elementor-container{max-width:100% !important;}
	.campevent .premium-person-container{padding: 58px 85px 66px !important;margin-top:30px !important;}
	.campevent .premium-persons-container a.carousel-arrow.carousel-prev{width:80px !important;height:80px !important;left:90% !important;}
	.campevent .premium-persons-container a.carousel-arrow.carousel-next{width:80px !important;height:80px !important;}
	.contactmonday{font-size: 14px !important; margin-top: 10px;margin-left: 40px;}
	.banner1text{font-family: ElectroluxSansBold !important;font-size:22px;line-height:56px;padding-left:35% !important;}
	.banner2text{font-family: ElectroluxSansBold !important;font-size:42px;line-height:56px;padding-left:35% !important;margin-top:15px !important;margin-bottom:50px !important;}
	.bannerbutton a{font-family: ElectroluxSansBold !important;background:#6fa086; color:#fff !important;padding: 16px 57px 14px 58px !important;margin-left:35% !important;text-align:center;width:183px !important;height:48px !important;font-size:14px !important;}
	
}
@media (min-width: 1441px)
{
	
	.tt-layout-01-post .tt-post{margin-top:100px !important;}
	.tt-layout-01-post .tt-post{padding: 58px 80px 79px;}
	.tt-layout-01-post .tt-post .tt-post-img img{width:280px !important;}
	.nestheadingblog{font-size:42px !important;margin-bottom:15px !important; }
	.tt-layout-01-post .tt-post .tt-post-content .tt-description{font-size:16px !important;}
	.tt-post-single h1.tt-title{font-size:42px !important;margin-bottom:10px !important; }
	.campli{font-size:22px !important;line-height:36px; color:#fff;}
	.campevent .premium-person-container .premium-person-image-container img{width:280px !important;margin: 0 auto;}
	.book-appointment{padding: 60px; border-radius: 20px; border: solid 2px #53555b;}
		.elementor-16551 .elementor-element.elementor-element-6d164240 { padding: 2% 5% 5% 5% !important;}
	.elementor-16491 .elementor-element.elementor-element-6d164240 { padding: 2% 5% 5% 5% !important;}
}
@media (max-width: 1024px)
{
	.header-01 .tt-color-scheme-01 {display:none !important;}
	}
@media (max-width: 1440px)
{
	.elementor-8112 .elementor-element.elementor-element-4b93c63:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap{background-size:100% 100% !important;}
	.book-appointment{padding: 30px; border-radius: 20px; border: solid 2px #53555b;}
	.elementor-10260 .elementor-element.elementor-element-7f2139b .elementor-heading-title,.elementor-10260 .elementor-element.elementor-element-1fb628b .elementor-heading-title,.elementor-10260 .elementor-element.elementor-element-74803b7 .elementor-heading-title,.elementor-10260 .elementor-element.elementor-element-e827d5b .elementor-heading-title,.elementor-10260 .elementor-element.elementor-element-e3a178a .elementor-heading-title{font-size:12px !important;line-height:20px !important;}
	.tt-logo img{max-width:150px !important;}
	.tt-desctop-menu nav>ul>li.dropdown>a{font-size:14px !important;}
	header .tt-color-scheme-01 .container{padding-top:0px !important;padding-bottom:0px !important;}
	header .tt-box-info ul li{font-size:12px !important;}
	.homepagethird img{width:166px !important;}
	.form-default .form-control1{font-size: 15px !important;height:48px !important;}
	.form-default .form-control2{font-size: 15px !important;height:100px !important;}
	.form-default .form-group{margin-bottom:0px !important;}
	.elementor-8558 .elementor-element.elementor-element-3135f70:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-3135f70 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-8558 .elementor-element.elementor-element-7a0acc7:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-7a0acc7 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-8558 .elementor-element.elementor-element-848c093:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-848c093 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-8558 .elementor-element.elementor-element-b035210:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-b035210 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-8558 .elementor-element.elementor-element-72582b5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-72582b5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size: 100% 100% !important;}
	h1.nestheadingblog{font-size:32px !important; margin-bottom:35px !important; }
	.tt-post-single h1.tt-title{font-size:32px !important; margin-bottom:10px !important; }
	.tt-layout-01-post .tt-post{padding: 35px 32px 35px;}
	.tt-layout-01-post .tt-post .tt-post-img img{width:166px !important;}
	.tt-layout-01-post .tt-post .tt-post-content .tt-description{font-size:12px !important;}
	.campli{font-size:16px !important;line-height:28px; color:#fff;}
	.campevent .premium-person-container .premium-person-image-container img{width:166px !important;margin: 0 auto;}
	.campevent .premium-person-container{padding: 40px 29px 40px !important;}
	.maindescription1{font-size:12px !important;line-height:18px !important;}
	.campevent .premium-persons-container a.carousel-arrow.carousel-prev{width:40px !important;height:40px !important;left:93% !important;}
	.campevent .premium-persons-container a.carousel-arrow.carousel-next{width:40px !important;height:40px !important;}
	.maindescription2{font-size:12px !important;line-height:16px !important;padding-top:15px !important;padding-bottom:15px !important;}
}
	
@media (max-width: 1280px)
{
	.abouetnestdescription p{font-size:15px !important;line-height:26px !important;}
	.form-default .form-control1{font-size: 16px !important;height:42px !important;}
	.form-default .form-control2{font-size: 16px !important;height:80px !important;}
	.elementor-8112 .elementor-element.elementor-element-5e66901 .elementor-heading-title{font-size:16px !important;}
	.elementor-8112 .elementor-element.elementor-element-6d164240{padding: 18% 5% 19% 5% !important;}
	.elementor-8112 .elementor-element.elementor-element-ee79bd3 .elementor-heading-title{font-size:15px !important;line-height:24px !important;}
	.elementor-8112 .elementor-element.elementor-element-c96f6cc .elementor-heading-title{font-size:15px !important;line-height:24px !important;}
	.elementor-8112 .elementor-element.elementor-element-39ae261 .elementor-heading-title{font-size:15px !important;line-height:24px !important;}
	.elementor-8112 .elementor-element.elementor-element-e2303ed .elementor-heading-title{font-size:15px !important;line-height:24px !important;}
	.elementor-8112 .elementor-element.elementor-element-9d25c29 .elementor-heading-title{font-size:15px !important;line-height:24px !important;}
	.elementor-8112 .elementor-element.elementor-element-2361196 .elementor-heading-title{font-size:15px !important;line-height:24px !important;}
	.elementor-8112 .elementor-element.elementor-element-e5000a8 .elementor-heading-title,.elementor-8112 .elementor-element.elementor-element-9d822b9 .elementor-heading-title{font-size:15px !important;line-height:22px !important;}
	.elementor-8112 .elementor-element.elementor-element-468c9ca > .elementor-element-populated{padding: 160px 25px 100px 66px !important;}
	.elementor-8112 .elementor-element.elementor-element-4b93c63 > .elementor-element-populated{padding: 160px 25px 100px 66px !important;}
	.elementor-8558 .elementor-element.elementor-element-c4a8a25 .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-79467f9 .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-40e311f .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-e8c965d .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-e5fb86a .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-277b443 .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-7104029 .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-f7d6df3 .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-35615f2 .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-6bf576d .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-3567214 .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-8c409d7 .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-bca50ce .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-814fda6 .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-2d2c0ab .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-fbd40de .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-256ce45 .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-af7804b .elementor-heading-title,.elementor-8558 .elementor-element.elementor-element-93c5210 .elementor-heading-title{font-size:15px !important;}
	.elementor-8558 .elementor-element.elementor-element-3135f70 > .elementor-element-populated,.elementor-8558 .elementor-element.elementor-element-7a0acc7 > .elementor-element-populated,.elementor-8558 .elementor-element.elementor-element-848c093 > .elementor-element-populated,.elementor-8558 .elementor-element.elementor-element-b035210 > .elementor-element-populated,.elementor-8558 .elementor-element.elementor-element-72582b5 > .elementor-element-populated{padding: 70px 75px 70px 75px !important;}
	.elementor-10260 .elementor-element.elementor-element-d6ee424{padding: 0% 22% 5% 22% !important;}
	.elementor-10260 .elementor-element.elementor-element-2e92da9{padding: 1% 21% 1% 21% !important;}
	.campevent .premium-persons-container a.carousel-arrow.carousel-prev{left:92% !important;}
	
	
}
	
@media (max-width: 1025px)
{
	
	.elementor-10260 .elementor-element.elementor-element-7f2139b .elementor-heading-title,.elementor-10260 .elementor-element.elementor-element-1fb628b .elementor-heading-title,.elementor-10260 .elementor-element.elementor-element-74803b7 .elementor-heading-title,.elementor-10260 .elementor-element.elementor-element-e827d5b .elementor-heading-title,.elementor-10260 .elementor-element.elementor-element-e3a178a .elementor-heading-title{font-size:10px !important;line-height:14px !important;}
	.banner1text{font-family: ElectroluxSansBold !important;font-size:22px;line-height:56px;padding-left:35% !important;}
	.banner2text{font-family: ElectroluxSansBold !important;font-size:42px;line-height:56px;padding-left:35% !important;margin-top:15px !important;margin-bottom:50px !important;}
	.bannerbutton a{font-family: ElectroluxSansBold !important;background:#6fa086; color:#fff !important;padding: 17px 57px 14px 58px;margin-left:35% !important;text-align:center;width:183px !important;height:48px !important;}
	.tt-color-scheme-01{display:none;}
	.tt-mobile-header .tt-logo-container .tt-logo img{max-height:60px !important;}
	.tt-mobile-header .tt-logo-container{justify-content:left !important;}
	.tt-mobile-header .container-fluid{padding-top: 8px;padding-bottom: 1px;}
	.tt-menu-toggle{float:right;}
	#tt-pageContent1 .container{padding-top: 10% !important;padding-bottom: 10% !important;}
	#tt-pageContent2 .container{padding-top: 10% !important;padding-bottom: 10% !important;}
	.tt-layout-01-post .tt-post .tt-post-img img{width:166px !important;}
	.tt-layout-01-post .tt-post .tt-post-content .tt-title{font-size:14px !important;line-height:13px !important;}
	.tt-layout-01-post .tt-post .tt-post-content .tt-description{font-size:10px !important;line-height:14px !important;}
	.readmore a{font-size:10px !important;line-height:11px !important;}
	.tt-layout-01-post .tt-post .tt-post-content .tt-description p{line-height:14px !important;}
	.tt-layout-01-post .tt-post{padding: 34px 46px 43.4px !important;margin-bottom: 25px !important;}
	
.firstblog{background:url(/wp-content/uploads/2023/05/Group-4802@2x-1.png);background-size:100% 100%;}
.secondblog{background:url(/wp-content/uploads/2023/05/Group-4802@2x-1.png);background-size:100% 100%;}
	h1.nestheadingblog{font-size:18px !important;margin-bottom:0px !important;}
	.tt-post-single h1.tt-title{font-size:18px !important;}
	.elementor-8112 .elementor-element.elementor-element-5e66901 .elementor-heading-title{font-size:12px !important;}
	.elementor-8112 .elementor-element.elementor-element-e5000a8 .elementor-heading-title, .elementor-8112 .elementor-element.elementor-element-9d822b9 .elementor-heading-title{font-size: 12px !important;line-height: 18px !important;}
	.elementor-8112 .elementor-element.elementor-element-468c9ca:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8112 .elementor-element.elementor-element-468c9ca > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-8112 .elementor-element.elementor-element-4b93c63:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8112 .elementor-element.elementor-element-4b93c63 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:100% 100% !important;}
	.elementor-8112 .elementor-element.elementor-element-4b93c63 > .elementor-element-populated,.elementor-8112 .elementor-element.elementor-element-468c9ca > .elementor-element-populated{padding: 130px 25px 60px 60px !important;}
	.elementor-8112 .elementor-element.elementor-element-ee79bd3 .elementor-heading-title{font-size:12px !important;line-height:24px !important;}
	.elementor-8112 .elementor-element.elementor-element-c96f6cc .elementor-heading-title{font-size:12px !important;line-height:24px !important;}
	.elementor-8112 .elementor-element.elementor-element-39ae261 .elementor-heading-title{font-size:12px !important;line-height:24px !important;}
	.elementor-8112 .elementor-element.elementor-element-e2303ed .elementor-heading-title{font-size:12px !important;line-height:24px !important;}
	.elementor-8112 .elementor-element.elementor-element-9d25c29 .elementor-heading-title{font-size:12px !important;line-height:24px !important;}
	.elementor-8112 .elementor-element.elementor-element-2361196 .elementor-heading-title{font-size:12px !important;line-height:24px !important;}
	.elementor-8112 .elementor-element.elementor-element-5226024 .elementor-heading-title{font-size:12px !important;line-height:24px !important;}
	.elementor-14207 .elementor-element.elementor-element-0e4da85 > .elementor-element-populated{padding: 20px 15px 20px 25px !important;}
	.newbtn{float:none !important;}
	.contactmonday{font-size: 12px !important; margin-top: 5px !important;margin-left: 29px !important;}
	.icon1{width:16px !important;}
	.icon2{width:17px !important;}
	.icon3{width:19px !important;}
	.elementor-8558 .elementor-element.elementor-element-c4a8a25 .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-79467f9 .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-40e311f .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-e8c965d .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-e5fb86a .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-277b443 .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-7104029 .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-f7d6df3 .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-35615f2 .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-6bf576d .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-3567214 .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-8c409d7 .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-bca50ce .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-814fda6 .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-2d2c0ab .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-fbd40de .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-256ce45 .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-af7804b .elementor-heading-title, .elementor-8558 .elementor-element.elementor-element-93c5210 .elementor-heading-title{font-size:12px !important;line-height:18px !important;}
	
	.elementor-8558 .elementor-element.elementor-element-3135f70 > .elementor-element-populated, .elementor-8558 .elementor-element.elementor-element-7a0acc7 > .elementor-element-populated, .elementor-8558 .elementor-element.elementor-element-848c093 > .elementor-element-populated, .elementor-8558 .elementor-element.elementor-element-b035210 > .elementor-element-populated, .elementor-8558 .elementor-element.elementor-element-72582b5 > .elementor-element-populated{padding: 40px 20px 40px 20px !important;}
	.elementor-8558 .elementor-element.elementor-element-4bc873c:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-4bc873c > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-8558 .elementor-element.elementor-element-bd2935b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-bd2935b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-8558 .elementor-element.elementor-element-110fdd6:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-110fdd6 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-8558 .elementor-element.elementor-element-17d2eab:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-17d2eab > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer,.elementor-8558 .elementor-element.elementor-element-29366d4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-8558 .elementor-element.elementor-element-29366d4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:100% 100% !important;}
	.abouetnestdescription p{font-size:12px !important;line-height:24px !important;}
	.elementor-10260 .elementor-element.elementor-element-f261a31:not(.elementor-motion-effects-element-type-background), .elementor-10260 .elementor-element.elementor-element-f261a31 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:100% 100% !important;}
	.homepagethird img{width:166px !important;}
	.elementor-10260 .elementor-element.elementor-element-d6ee424{padding: 0% 5% 5% 5% !important;margin-top: -20px !important;}
	.elementor-10260 .elementor-element.elementor-element-2e92da9:not(.elementor-motion-effects-element-type-background), .elementor-10260 .elementor-element.elementor-element-2e92da9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size: 100% 100% !important;}
	.campli {font-size: 12px !important;line-height: 24px;}
	.summerimage{width:29px !important;}
	.campevent .premium-person-container .premium-person-image-container img{width:166px !important;}
	h2.premium-person-name{font-size:14px !important;line-height:13px !important;}
	.maindescription1{font-size:10px !important;line-height:14px !important;}
	.maindescription2{font-size:12px !important;line-height:10px !important;}
	.maindescription3 a{font-size:8px !important;line-height:11px !important;}
	.campevent .premium-person-container{margin-left:0px !important;margin-right:0px !important;}
	.campevent .premium-persons-container a.carousel-arrow.carousel-prev{left:90% !important;}
	.campevent .premium-person-container{padding: 34px 46px 38.4px !important;}
	.tt-post-single .wp-block-columns.colfive{max-width: 100% !important;}
}

@media (max-width: 768px)
{
	
	.campevent .premium-persons-container a.carousel-arrow.carousel-prev{left:86% !important;}
	.tt-back-to-top.tt-show{background:#835D37 !important;color:#fff !important;margin-top: -1px !important; font-family: 'ElectroluxSans';}
	.elementor-8112 .elementor-element.elementor-element-4b93c63 > .elementor-element-populated, .elementor-8112 .elementor-element.elementor-element-468c9ca > .elementor-element-populated{padding: 110px 20px 40px 40px !important;}
	
	
}
@media (max-width: 525px)
{
	.campevent .premium-persons-container a.carousel-arrow.carousel-prev{left:71% !important;top:-11% !important;}
	.campevent .premium-persons-container a.carousel-arrow.carousel-next{top:-11% !important;}
	.newbtn10{margin-top:5px !important;}
	.elementor-10260 .elementor-element.elementor-element-2e92da9{padding:16% 3% 23% 3% !important;}
.tt-mobile-header .tt-header-row{justify-content:space-between !important;}
	.tt-mobile-header .tt-logo-container{width:107px !important;}
	.tt-stuck-nav .tt-header-row{justify-content: space-between !important; padding-left: 0px !important; padding-right: 0px !important;}
	.elementor-8112 .elementor-element.elementor-element-6d164240{padding: 15% 0% 15% 0% !important;}
	.elementor-10260 .elementor-element.elementor-element-f261a31:not(.elementor-motion-effects-element-type-background), .elementor-10260 .elementor-element.elementor-element-f261a31 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover !important;}
}
	
@media (min-width: 1441px)
	
{
	.tt-layout-01-post .tt-post .tt-post-content .tt-title{min-height:96px;}	
}

@media only screen and (max-width: 1440px) and (min-width: 1025px)
{
	.tt-layout-01-post .tt-post .tt-post-content .tt-title,.tt-layout-01-post .tt-post .tt-post-content .tt-description p{min-height:96px;}	
}
	
@font-face {
  font-family: 'wokiee';
  src:  url('fonts/wokiee.eot?rfqclb');
  src:  url('fonts/wokiee.eot?rfqclb#iefix') format('embedded-opentype'),
    url('fonts/wokiee.ttf?rfqclb') format('truetype'),
    url('fonts/wokiee.woff?rfqclb') format('woff'),
    url('fonts/wokiee.svg?rfqclb#wokiee') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wokiee' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sale:before {
  content: "\eae1";
}
.icon-theme:before {
  content: "\eae2";
}
.icon-women:before {
  content: "\eae3";
}
.icon-categories:before {
  content: "\eae4";
}
.icon-men:before {
  content: "\eae5";
}
.icon-new:before {
  content: "\eae6";
}
.icon-paypal-22 .path1:before {
  content: "\ea52";
  color: rgb(70, 155, 219);
}
.icon-paypal-22 .path2:before {
  content: "\ea53";
  margin-left: -3.77734375em;
  color: rgb(40, 59, 130);
}
.icon-paypal-22 .path3:before {
  content: "\ea54";
  margin-left: -3.77734375em;
  color: rgb(40, 59, 130);
}
.icon-paypal-22 .path4:before {
  content: "\ea55";
  margin-left: -3.77734375em;
  color: rgb(70, 155, 219);
}
.icon-paypal-22 .path5:before {
  content: "\ea56";
  margin-left: -3.77734375em;
  color: rgb(40, 59, 130);
}
.icon-paypal-22 .path6:before {
  content: "\ea57";
  margin-left: -3.77734375em;
  color: rgb(70, 155, 219);
}
.icon-shopify2 .path1:before {
  content: "\ea62";
  color: rgb(255, 255, 255);
}
.icon-shopify2 .path2:before {
  content: "\ea63";
  margin-left: -3.0185546875em;
  color: rgb(255, 255, 255);
}
.icon-shopify2 .path3:before {
  content: "\ea64";
  margin-left: -3.0185546875em;
  color: rgb(255, 255, 255);
}
.icon-shopify2 .path4:before {
  content: "\ea65";
  margin-left: -3.0185546875em;
  color: rgb(255, 255, 255);
}
.icon-shopify2 .path5:before {
  content: "\ea66";
  margin-left: -3.0185546875em;
  color: rgb(255, 255, 255);
}
.icon-shopify2 .path6:before {
  content: "\ea67";
  margin-left: -3.0185546875em;
  color: rgb(255, 255, 255);
}
.icon-shopify2 .path7:before {
  content: "\ea68";
  margin-left: -3.0185546875em;
  color: rgb(255, 255, 255);
}
.icon-shopify2 .path8:before {
  content: "\ea69";
  margin-left: -3.0185546875em;
  color: rgb(133, 133, 133);
}
.icon-shopify2 .path9:before {
  content: "\ea6a";
  margin-left: -3.0185546875em;
  color: rgb(133, 133, 133);
}
.icon-shopify2 .path10:before {
  content: "\ea6b";
  margin-left: -3.0185546875em;
  color: rgb(133, 133, 133);
}
.icon-shopify2 .path11:before {
  content: "\ea6c";
  margin-left: -3.0185546875em;
  color: rgb(133, 133, 133);
}
.icon-shopify2 .path12:before {
  content: "\ea6d";
  margin-left: -3.0185546875em;
  color: rgb(133, 133, 133);
}
.icon-shopify2 .path13:before {
  content: "\ea6e";
  margin-left: -3.0185546875em;
  color: rgb(133, 133, 133);
}
.icon-shopify2 .path14:before {
  content: "\ea6f";
  margin-left: -3.0185546875em;
  color: rgb(148, 192, 68);
}
.icon-Stripe2 .path1:before {
  content: "\ea70";
  color: rgb(103, 114, 229);
}
.icon-Stripe2 .path2:before {
  content: "\ea71";
  margin-left: -2.7041015625em;
  color: rgb(255, 255, 255);
}
.icon-Stripe2 .path3:before {
  content: "\ea72";
  margin-left: -2.7041015625em;
  color: rgb(255, 255, 255);
}
.icon-Stripe2 .path4:before {
  content: "\ea73";
  margin-left: -2.7041015625em;
  color: rgb(255, 255, 255);
}
.icon-Stripe2 .path5:before {
  content: "\ea74";
  margin-left: -2.7041015625em;
  color: rgb(255, 255, 255);
}
.icon-Stripe2 .path6:before {
  content: "\ea75";
  margin-left: -2.7041015625em;
  color: rgb(255, 255, 255);
}
.icon-Stripe2 .path7:before {
  content: "\ea76";
  margin-left: -2.7041015625em;
  color: rgb(255, 255, 255);
}
.icon-Stripe2 .path8:before {
  content: "\ea77";
  margin-left: -2.7041015625em;
  color: rgb(255, 255, 255);
}
.icon-Stripe2 .path9:before {
  content: "\ea78";
  margin-left: -2.7041015625em;
  color: rgb(255, 255, 255);
}
.icon-Stripe2 .path10:before {
  content: "\ea79";
  margin-left: -2.7041015625em;
  color: rgb(255, 255, 255);
}
.icon-Stripe2 .path11:before {
  content: "\ea7a";
  margin-left: -2.7041015625em;
  color: rgb(255, 255, 255);
}
.icon-Stripe2 .path12:before {
  content: "\ea7b";
  margin-left: -2.7041015625em;
  color: rgb(255, 255, 255);
}
.icon-visa2 .path1:before {
  content: "\ea7c";
  color: rgb(0, 93, 172);
}
.icon-visa2 .path2:before {
  content: "\ea7d";
  margin-left: -3.22265625em;
  color: rgb(0, 93, 172);
}
.icon-visa2 .path3:before {
  content: "\ea7e";
  margin-left: -3.22265625em;
  color: rgb(0, 93, 172);
}
.icon-visa2 .path4:before {
  content: "\ea7f";
  margin-left: -3.22265625em;
  color: rgb(0, 93, 172);
}
.icon-visa2 .path5:before {
  content: "\ea80";
  margin-left: -3.22265625em;
  color: rgb(251, 177, 32);
}
.icon-american-express2 .path1:before {
  content: "\eae9";
  color: rgb(1, 122, 171);
}
.icon-american-express2 .path2:before {
  content: "\eaea";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express2 .path3:before {
  content: "\eaeb";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express2 .path4:before {
  content: "\eaec";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express2 .path5:before {
  content: "\eaed";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express2 .path6:before {
  content: "\eaee";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express2 .path7:before {
  content: "\eaef";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express2 .path8:before {
  content: "\eaf0";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express2 .path9:before {
  content: "\eaf1";
  margin-left: -2.9443359375em;
  color: rgb(34, 143, 224);
}
.icon-american-express2 .path10:before {
  content: "\eaf2";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express2 .path11:before {
  content: "\eaf3";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-discover2 .path1:before {
  content: "\eaf4";
  color: rgb(245, 130, 30);
}
.icon-discover2 .path2:before {
  content: "\eaf5";
  margin-left: -3.1640625em;
  color: rgb(255, 255, 255);
}
.icon-discover2 .path3:before {
  content: "\eaf6";
  margin-left: -3.1640625em;
  color: rgb(255, 255, 255);
}
.icon-discover2 .path4:before {
  content: "\eaf7";
  margin-left: -3.1640625em;
  color: rgb(255, 255, 255);
}
.icon-discover2 .path5:before {
  content: "\eaf8";
  margin-left: -3.1640625em;
  color: rgb(255, 255, 255);
}
.icon-discover2 .path6:before {
  content: "\eaf9";
  margin-left: -3.1640625em;
  color: rgb(255, 255, 255);
}
.icon-discover2 .path7:before {
  content: "\eafa";
  margin-left: -3.1640625em;
  color: rgb(255, 255, 255);
}
.icon-discover2 .path8:before {
  content: "\eafb";
  margin-left: -3.1640625em;
  color: rgb(255, 255, 255);
}
.icon-discover2 .path9:before {
  content: "\eafc";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-discover2 .path10:before {
  content: "\eafd";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-discover2 .path11:before {
  content: "\eafe";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-discover2 .path12:before {
  content: "\eaff";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-discover2 .path13:before {
  content: "\eb00";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-discover2 .path14:before {
  content: "\eb01";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-discover2 .path15:before {
  content: "\eb02";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-mastercard2 .path1:before {
  content: "\eb03";
  color: rgb(234, 25, 42);
}
.icon-mastercard2 .path2:before {
  content: "\eb04";
  margin-left: -1.6728515625em;
  color: rgb(249, 181, 50);
}
.icon-mastercard2 .path3:before {
  content: "\eb05";
  margin-left: -1.6728515625em;
  color: rgb(234, 25, 42);
}
.icon-mastercard2 .path4:before {
  content: "\eb06";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard2 .path5:before {
  content: "\eb07";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard2 .path6:before {
  content: "\eb08";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard2 .path7:before {
  content: "\eb09";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard2 .path8:before {
  content: "\eb0a";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard2 .path9:before {
  content: "\eb0b";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard2 .path10:before {
  content: "\eb0c";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard2 .path11:before {
  content: "\eb0d";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard2 .path12:before {
  content: "\eb0e";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard2 .path13:before {
  content: "\eb0f";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard .path1:before {
  content: "\ea84";
  color: rgb(234, 25, 42);
}
.icon-mastercard .path2:before {
  content: "\ea85";
  margin-left: -1.6728515625em;
  color: rgb(249, 181, 50);
}
.icon-mastercard .path3:before {
  content: "\ea86";
  margin-left: -1.6728515625em;
  color: rgb(234, 25, 42);
}
.icon-mastercard .path4:before {
  content: "\ea87";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard .path5:before {
  content: "\ea88";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard .path6:before {
  content: "\ea89";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard .path7:before {
  content: "\ea8a";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard .path8:before {
  content: "\ea8b";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard .path9:before {
  content: "\ea8c";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard .path10:before {
  content: "\ea8d";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard .path11:before {
  content: "\ea8e";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard .path12:before {
  content: "\ea8f";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-mastercard .path13:before {
  content: "\ea90";
  margin-left: -1.6728515625em;
  color: rgb(255, 255, 255);
}
.icon-paypal-2 .path1:before {
  content: "\ea91";
  color: rgb(70, 155, 219);
}
.icon-paypal-2 .path2:before {
  content: "\ea92";
  margin-left: -3.77734375em;
  color: rgb(40, 59, 130);
}
.icon-paypal-2 .path3:before {
  content: "\ea93";
  margin-left: -3.77734375em;
  color: rgb(40, 59, 130);
}
.icon-paypal-2 .path4:before {
  content: "\ea94";
  margin-left: -3.77734375em;
  color: rgb(70, 155, 219);
}
.icon-paypal-2 .path5:before {
  content: "\ea95";
  margin-left: -3.77734375em;
  color: rgb(40, 59, 130);
}
.icon-paypal-2 .path6:before {
  content: "\ea96";
  margin-left: -3.77734375em;
  color: rgb(70, 155, 219);
}
.icon-shopify .path1:before {
  content: "\ea97";
  color: rgb(20, 20, 20);
}
.icon-shopify .path2:before {
  content: "\ea98";
  margin-left: -3.0185546875em;
  color: rgb(20, 20, 20);
}
.icon-shopify .path3:before {
  content: "\ea99";
  margin-left: -3.0185546875em;
  color: rgb(20, 20, 20);
}
.icon-shopify .path4:before {
  content: "\ea9a";
  margin-left: -3.0185546875em;
  color: rgb(20, 20, 20);
}
.icon-shopify .path5:before {
  content: "\ea9b";
  margin-left: -3.0185546875em;
  color: rgb(20, 20, 20);
}
.icon-shopify .path6:before {
  content: "\ea9c";
  margin-left: -3.0185546875em;
  color: rgb(20, 20, 20);
}
.icon-shopify .path7:before {
  content: "\ea9d";
  margin-left: -3.0185546875em;
  color: rgb(20, 20, 20);
}
.icon-shopify .path8:before {
  content: "\ea9e";
  margin-left: -3.0185546875em;
  color: rgb(133, 133, 133);
}
.icon-shopify .path9:before {
  content: "\ea9f";
  margin-left: -3.0185546875em;
  color: rgb(133, 133, 133);
}
.icon-shopify .path10:before {
  content: "\eaa0";
  margin-left: -3.0185546875em;
  color: rgb(133, 133, 133);
}
.icon-shopify .path11:before {
  content: "\eaa1";
  margin-left: -3.0185546875em;
  color: rgb(133, 133, 133);
}
.icon-shopify .path12:before {
  content: "\eaa2";
  margin-left: -3.0185546875em;
  color: rgb(133, 133, 133);
}
.icon-shopify .path13:before {
  content: "\eaa3";
  margin-left: -3.0185546875em;
  color: rgb(133, 133, 133);
}
.icon-shopify .path14:before {
  content: "\eaa4";
  margin-left: -3.0185546875em;
  color: rgb(148, 192, 68);
}
.icon-Stripe .path1:before {
  content: "\eaa5";
  color: rgb(103, 114, 229);
}
.icon-Stripe .path2:before {
  content: "\eaa6";
  margin-left: -2.7041015625em;
  color: rgb(255, 255, 255);
}
.icon-Stripe .path3:before {
  content: "\eaa7";
  margin-left: -2.7041015625em;
  color: rgb(20, 20, 20);
}
.icon-Stripe .path4:before {
  content: "\eaa8";
  margin-left: -2.7041015625em;
  color: rgb(0, 0, 0);
}
.icon-Stripe .path5:before {
  content: "\eaa9";
  margin-left: -2.7041015625em;
  color: rgb(0, 0, 0);
}
.icon-Stripe .path6:before {
  content: "\eaaa";
  margin-left: -2.7041015625em;
  color: rgb(0, 0, 0);
}
.icon-Stripe .path7:before {
  content: "\eaab";
  margin-left: -2.7041015625em;
  color: rgb(0, 0, 0);
}
.icon-Stripe .path8:before {
  content: "\eaac";
  margin-left: -2.7041015625em;
  color: rgb(0, 0, 0);
}
.icon-Stripe .path9:before {
  content: "\eaad";
  margin-left: -2.7041015625em;
  color: rgb(0, 0, 0);
}
.icon-Stripe .path10:before {
  content: "\eaae";
  margin-left: -2.7041015625em;
  color: rgb(0, 0, 0);
}
.icon-Stripe .path11:before {
  content: "\eaaf";
  margin-left: -2.7041015625em;
  color: rgb(0, 0, 0);
}
.icon-Stripe .path12:before {
  content: "\eab0";
  margin-left: -2.7041015625em;
  color: rgb(0, 0, 0);
}
.icon-visa .path1:before {
  content: "\eab1";
  color: rgb(0, 93, 172);
}
.icon-visa .path2:before {
  content: "\eab2";
  margin-left: -3.22265625em;
  color: rgb(0, 93, 172);
}
.icon-visa .path3:before {
  content: "\eab3";
  margin-left: -3.22265625em;
  color: rgb(0, 93, 172);
}
.icon-visa .path4:before {
  content: "\eab4";
  margin-left: -3.22265625em;
  color: rgb(0, 93, 172);
}
.icon-visa .path5:before {
  content: "\eab5";
  margin-left: -3.22265625em;
  color: rgb(251, 177, 32);
}
.icon-AES256 .path1:before {
  content: "\eab6";
  color: rgb(40, 121, 254);
}
.icon-AES256 .path2:before {
  content: "\eab7";
  margin-left: -1.9072265625em;
  color: rgb(20, 20, 20);
}
.icon-AES256 .path3:before {
  content: "\eab8";
  margin-left: -1.9072265625em;
  color: rgb(20, 20, 20);
}
.icon-AES256 .path4:before {
  content: "\eabb";
  margin-left: -1.9072265625em;
  color: rgb(20, 20, 20);
}
.icon-AES256 .path5:before {
  content: "\eabc";
  margin-left: -1.9072265625em;
  color: rgb(20, 20, 20);
}
.icon-AES256 .path6:before {
  content: "\eabd";
  margin-left: -1.9072265625em;
  color: rgb(20, 20, 20);
}
.icon-AES256 .path7:before {
  content: "\eabe";
  margin-left: -1.9072265625em;
  color: rgb(20, 20, 20);
}
.icon-AES256 .path8:before {
  content: "\eabf";
  margin-left: -1.9072265625em;
  color: rgb(20, 20, 20);
}
.icon-AES256 .path9:before {
  content: "\eac0";
  margin-left: -1.9072265625em;
  color: rgb(20, 20, 20);
}
.icon-AES256 .path10:before {
  content: "\eac1";
  margin-left: -1.9072265625em;
  color: rgb(20, 20, 20);
}
.icon-AES256 .path11:before {
  content: "\eac2";
  margin-left: -1.9072265625em;
  color: rgb(40, 121, 254);
}
.icon-american-express .path1:before {
  content: "\eac3";
  color: rgb(1, 122, 171);
}
.icon-american-express .path2:before {
  content: "\eac4";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express .path3:before {
  content: "\eac5";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express .path4:before {
  content: "\eac6";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express .path5:before {
  content: "\eac7";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express .path6:before {
  content: "\eac8";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express .path7:before {
  content: "\eac9";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express .path8:before {
  content: "\eaca";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express .path9:before {
  content: "\eacb";
  margin-left: -2.9443359375em;
  color: rgb(34, 143, 224);
}
.icon-american-express .path10:before {
  content: "\eacc";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-american-express .path11:before {
  content: "\eacd";
  margin-left: -2.9443359375em;
  color: rgb(1, 122, 171);
}
.icon-discover .path1:before {
  content: "\eace";
  color: rgb(245, 130, 30);
}
.icon-discover .path2:before {
  content: "\eacf";
  margin-left: -3.1640625em;
  color: rgb(20, 20, 20);
}
.icon-discover .path3:before {
  content: "\ead0";
  margin-left: -3.1640625em;
  color: rgb(20, 20, 20);
}
.icon-discover .path4:before {
  content: "\ead1";
  margin-left: -3.1640625em;
  color: rgb(20, 20, 20);
}
.icon-discover .path5:before {
  content: "\ead2";
  margin-left: -3.1640625em;
  color: rgb(20, 20, 20);
}
.icon-discover .path6:before {
  content: "\ead3";
  margin-left: -3.1640625em;
  color: rgb(20, 20, 20);
}
.icon-discover .path7:before {
  content: "\ead4";
  margin-left: -3.1640625em;
  color: rgb(20, 20, 20);
}
.icon-discover .path8:before {
  content: "\ead5";
  margin-left: -3.1640625em;
  color: rgb(77, 77, 77);
}
.icon-discover .path9:before {
  content: "\ead6";
  margin-left: -3.1640625em;
  color: rgb(20, 20, 20);
}
.icon-discover .path10:before {
  content: "\ead7";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-discover .path11:before {
  content: "\ead8";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-discover .path12:before {
  content: "\ead9";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-discover .path13:before {
  content: "\eada";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-discover .path14:before {
  content: "\eadb";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-discover .path15:before {
  content: "\eadc";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-discover .path16:before {
  content: "\eadd";
  margin-left: -3.1640625em;
  color: rgb(133, 133, 133);
}
.icon-03:before {
  content: "\ea81";
}
.icon-01:before {
  content: "\ea82";
}
.icon-02:before {
  content: "\ea83";
}
.icon-n-07:before {
  content: "\ea61";
}
.icon-n-02:before {
  content: "\ea5e";
}
.icon-n-05:before {
  content: "\ea5f";
}
.icon-n-06:before {
  content: "\ea60";
}
.icon-h-58:before {
  content: "\ea59";
}
.icon-h-59:before {
  content: "\ea5a";
}
.icon-h-60:before {
  content: "\ea5b";
}
.icon-h-61:before {
  content: "\ea5c";
}
.icon-h-62:before {
  content: "\ea5d";
}
.icon-e-01:before {
  content: "\e900";
}
.icon-e-02:before {
  content: "\e901";
}
.icon-e-03:before {
  content: "\e902";
}
.icon-e-04:before {
  content: "\e903";
}
.icon-e-05:before {
  content: "\e904";
}
.icon-e-06:before {
  content: "\e905";
}
.icon-e-07:before {
  content: "\e906";
}
.icon-e-08:before {
  content: "\e907";
}
.icon-e-09:before {
  content: "\e908";
}
.icon-e-10:before {
  content: "\e909";
}
.icon-e-11:before {
  content: "\e90a";
}
.icon-e-12:before {
  content: "\e90b";
}
.icon-e-13:before {
  content: "\e90c";
}
.icon-e-14:before {
  content: "\e90d";
}
.icon-e-15:before {
  content: "\e90e";
}
.icon-e-16:before {
  content: "\e90f";
}
.icon-e-17:before {
  content: "\e910";
}
.icon-e-18:before {
  content: "\e911";
}
.icon-e-19:before {
  content: "\e912";
}
.icon-e-20:before {
  content: "\e913";
}
.icon-e-21:before {
  content: "\e914";
}
.icon-e-22:before {
  content: "\e915";
}
.icon-e-23:before {
  content: "\e916";
}
.icon-e-24:before {
  content: "\e917";
}
.icon-e-25:before {
  content: "\e918";
}
.icon-e-26:before {
  content: "\e919";
}
.icon-e-27:before {
  content: "\e91a";
}
.icon-e-28:before {
  content: "\e91b";
}
.icon-e-29:before {
  content: "\e91c";
}
.icon-e-30:before {
  content: "\e91d";
}
.icon-e-31:before {
  content: "\e91e";
}
.icon-e-32:before {
  content: "\e91f";
}
.icon-e-33:before {
  content: "\e920";
}
.icon-e-34:before {
  content: "\e921";
}
.icon-e-35:before {
  content: "\e922";
}
.icon-e-36:before {
  content: "\e923";
}
.icon-e-37:before {
  content: "\e924";
}
.icon-e-38:before {
  content: "\e925";
}
.icon-e-39:before {
  content: "\e926";
}
.icon-e-40:before {
  content: "\e927";
}
.icon-e-41:before {
  content: "\e928";
}
.icon-e-42:before {
  content: "\e929";
}
.icon-e-43:before {
  content: "\e92a";
}
.icon-e-44:before {
  content: "\e92b";
}
.icon-e-45:before {
  content: "\e92c";
}
.icon-e-46:before {
  content: "\e92d";
}
.icon-e-47:before {
  content: "\e92e";
}
.icon-e-48:before {
  content: "\e92f";
}
.icon-e-49:before {
  content: "\e930";
}
.icon-e-50:before {
  content: "\e931";
}
.icon-e-51:before {
  content: "\e932";
}
.icon-e-52:before {
  content: "\e933";
}
.icon-e-53:before {
  content: "\e934";
}
.icon-e-54:before {
  content: "\e935";
}
.icon-e-55:before {
  content: "\e936";
}
.icon-e-56:before {
  content: "\e937";
}
.icon-e-57:before {
  content: "\e938";
}
.icon-e-58:before {
  content: "\e939";
}
.icon-e-59:before {
  content: "\e93a";
}
.icon-e-60:before {
  content: "\e93b";
}
.icon-e-61:before {
  content: "\e93c";
}
.icon-e-62:before {
  content: "\e93d";
}
.icon-e-63:before {
  content: "\e93e";
}
.icon-e-64:before {
  content: "\e93f";
}
.icon-e-65:before {
  content: "\e940";
}
.icon-e-66:before {
  content: "\e941";
}
.icon-e-67:before {
  content: "\e942";
}
.icon-e-68:before {
  content: "\e943";
}
.icon-e-69:before {
  content: "\e944";
}
.icon-e-70:before {
  content: "\e945";
}
.icon-e-71:before {
  content: "\e946";
}
.icon-e-72:before {
  content: "\e947";
}
.icon-e-73:before {
  content: "\e948";
}
.icon-e-74:before {
  content: "\e949";
}
.icon-e-75:before {
  content: "\e94a";
}
.icon-e-76:before {
  content: "\e94b";
}
.icon-e-77:before {
  content: "\e94c";
}
.icon-e-78:before {
  content: "\e94d";
}
.icon-e-79:before {
  content: "\e94e";
}
.icon-e-80:before {
  content: "\e94f";
}
.icon-e-81:before {
  content: "\e950";
}
.icon-e-82:before {
  content: "\e951";
}
.icon-e-83:before {
  content: "\e952";
}
.icon-e-84:before {
  content: "\e953";
}
.icon-e-85:before {
  content: "\e954";
}
.icon-e-86:before {
  content: "\e955";
}
.icon-e-87:before {
  content: "\e956";
}
.icon-e-88:before {
  content: "\e957";
}
.icon-e-89:before {
  content: "\e958";
}
.icon-e-90:before {
  content: "\e959";
}
.icon-e-91:before {
  content: "\e95a";
}
.icon-e-92:before {
  content: "\e95b";
}
.icon-e-93:before {
  content: "\e95c";
}
.icon-e-94:before {
  content: "\e95d";
}
.icon-e-95:before {
  content: "\e95e";
}
.icon-e-96:before {
  content: "\e95f";
}
.icon-f-01:before {
  content: "\e960";
}
.icon-f-02:before {
  content: "\e961";
}
.icon-f-03:before {
  content: "\e962";
}
.icon-f-04:before {
  content: "\e963";
}
.icon-f-05:before {
  content: "\e964";
}
.icon-f-06:before {
  content: "\e965";
}
.icon-f-07:before {
  content: "\e966";
}
.icon-f-08:before {
  content: "\e967";
}
.icon-f-09:before {
  content: "\e968";
}
.icon-f-10:before {
  content: "\e969";
}
.icon-f-11:before {
  content: "\e96a";
}
.icon-f-12:before {
  content: "\e96b";
}
.icon-f-13:before {
  content: "\e96c";
}
.icon-f-14:before {
  content: "\e96d";
}
.icon-f-15:before {
  content: "\e96e";
}
.icon-f-16:before {
  content: "\e96f";
}
.icon-f-17:before {
  content: "\e970";
}
.icon-f-18:before {
  content: "\e971";
}
.icon-f-19:before {
  content: "\e972";
}
.icon-f-20:before {
  content: "\e973";
}
.icon-f-21:before {
  content: "\e974";
}
.icon-f-22:before {
  content: "\e975";
}
.icon-f-23:before {
  content: "\e976";
}
.icon-f-24:before {
  content: "\e977";
}
.icon-f-25:before {
  content: "\e978";
}
.icon-f-26:before {
  content: "\e979";
}
.icon-f-27:before {
  content: "\e97a";
}
.icon-f-28:before {
  content: "\e97b";
}
.icon-f-29:before {
  content: "\e97c";
}
.icon-f-30:before {
  content: "\e97d";
}
.icon-f-31:before {
  content: "\e97e";
}
.icon-f-32:before {
  content: "\e97f";
}
.icon-f-33:before {
  content: "\e980";
}
.icon-f-34:before {
  content: "\e981";
}
.icon-f-35:before {
  content: "\e982";
}
.icon-f-36:before {
  content: "\e983";
}
.icon-f-37:before {
  content: "\e984";
}
.icon-f-38:before {
  content: "\e985";
}
.icon-f-39:before {
  content: "\e986";
}
.icon-f-40:before {
  content: "\e987";
}
.icon-f-41:before {
  content: "\e988";
}
.icon-f-42:before {
  content: "\e989";
}
.icon-f-43:before {
  content: "\e98a";
}
.icon-f-44:before {
  content: "\e98b";
}
.icon-f-45:before {
  content: "\e98c";
}
.icon-f-46:before {
  content: "\e98d";
}
.icon-f-47:before {
  content: "\e98e";
}
.icon-f-48:before {
  content: "\e98f";
}
.icon-f-49:before {
  content: "\e990";
}
.icon-f-50:before {
  content: "\e991";
}
.icon-f-51:before {
  content: "\e992";
}
.icon-f-52:before {
  content: "\e993";
}
.icon-f-53:before {
  content: "\e994";
}
.icon-f-54:before {
  content: "\e995";
}
.icon-f-55:before {
  content: "\e996";
}
.icon-f-56:before {
  content: "\e997";
}
.icon-f-57:before {
  content: "\e998";
}
.icon-f-58:before {
  content: "\e999";
}
.icon-f-59:before {
  content: "\e99a";
}
.icon-f-60:before {
  content: "\e99b";
}
.icon-f-61:before {
  content: "\e99c";
}
.icon-f-62:before {
  content: "\e99d";
}
.icon-f-63:before {
  content: "\e99e";
}
.icon-f-64:before {
  content: "\e99f";
}
.icon-f-65:before {
  content: "\e9a0";
}
.icon-f-66:before {
  content: "\e9a1";
}
.icon-f-67:before {
  content: "\e9a2";
}
.icon-f-68:before {
  content: "\e9a3";
}
.icon-f-69:before {
  content: "\e9a4";
}
.icon-f-70:before {
  content: "\e9a5";
}
.icon-f-71:before {
  content: "\e9a6";
}
.icon-f-72:before {
  content: "\e9a7";
}
.icon-f-73:before {
  content: "\e9a8";
}
.icon-f-74:before {
  content: "\e9a9";
}
.icon-f-75:before {
  content: "\e9aa";
}
.icon-f-76:before {
  content: "\e9ab";
}
.icon-f-77:before {
  content: "\e9ac";
}
.icon-f-78:before {
  content: "\e9ad";
}
.icon-f-79:before {
  content: "\e9ae";
}
.icon-f-80:before {
  content: "\e9af";
}
.icon-f-81:before {
  content: "\e9b0";
}
.icon-f-82:before {
  content: "\e9b1";
}
.icon-f-83:before {
  content: "\e9b2";
}
.icon-f-84:before {
  content: "\e9b3";
}
.icon-f-85:before {
  content: "\e9b4";
}
.icon-f-86:before {
  content: "\e9b5";
}
.icon-f-87:before {
  content: "\e9b6";
}
.icon-f-88:before {
  content: "\e9b7";
}
.icon-f-89:before {
  content: "\e9b8";
}
.icon-f-90:before {
  content: "\e9b9";
}
.icon-f-91:before {
  content: "\e9ba";
}
.icon-f-92:before {
  content: "\e9bb";
}
.icon-f-93:before {
  content: "\e9bc";
}
.icon-f-94:before {
  content: "\e9bd";
}
.icon-f-95:before {
  content: "\e9be";
}
.icon-f-96:before {
  content: "\e9bf";
}
.icon-g-01:before {
  content: "\e9c0";
}
.icon-g-02:before {
  content: "\e9c1";
}
.icon-g-03:before {
  content: "\e9c2";
}
.icon-g-04:before {
  content: "\e9c3";
}
.icon-g-05:before {
  content: "\e9c4";
}
.icon-g-06:before {
  content: "\e9c5";
}
.icon-g-07:before {
  content: "\e9c6";
}
.icon-g-08:before {
  content: "\e9c7";
}
.icon-g-09:before {
  content: "\e9c8";
}
.icon-g-10:before {
  content: "\e9c9";
}
.icon-g-11:before {
  content: "\e9ca";
}
.icon-g-12:before {
  content: "\e9cb";
}
.icon-g-13:before {
  content: "\e9cc";
}
.icon-g-14:before {
  content: "\e9cd";
}
.icon-g-15:before {
  content: "\e9ce";
}
.icon-g-16:before {
  content: "\e9cf";
}
.icon-g-17:before {
  content: "\e9d0";
}
.icon-g-18:before {
  content: "\e9d1";
}
.icon-g-19:before {
  content: "\e9d2";
}
.icon-g-20:before {
  content: "\e9d3";
}
.icon-g-21:before {
  content: "\e9d4";
}
.icon-g-22:before {
  content: "\e9d5";
}
.icon-g-23:before {
  content: "\e9d6";
}
.icon-g-24:before {
  content: "\e9d7";
}
.icon-g-25:before {
  content: "\e9d8";
}
.icon-g-26:before {
  content: "\e9d9";
}
.icon-g-27:before {
  content: "\e9da";
}
.icon-g-28:before {
  content: "\e9db";
}
.icon-g-29:before {
  content: "\e9dc";
}
.icon-g-30:before {
  content: "\e9dd";
}
.icon-g-31:before {
  content: "\e9de";
}
.icon-g-32:before {
  content: "\e9df";
}
.icon-g-33:before {
  content: "\e9e0";
}
.icon-g-34:before {
  content: "\e9e1";
}
.icon-g-35:before {
  content: "\e9e2";
}
.icon-g-36:before {
  content: "\e9e3";
}
.icon-g-37:before {
  content: "\e9e4";
}
.icon-g-38:before {
  content: "\e9e5";
}
.icon-g-39:before {
  content: "\e9e6";
}
.icon-g-40:before {
  content: "\e9e7";
}
.icon-g-41:before {
  content: "\e9e8";
}
.icon-g-42:before {
  content: "\e9e9";
}
.icon-g-43:before {
  content: "\e9ea";
}
.icon-g-44:before {
  content: "\e9eb";
}
.icon-g-45:before {
  content: "\e9ec";
}
.icon-g-46:before {
  content: "\e9ed";
}
.icon-g-47:before {
  content: "\e9ee";
}
.icon-g-48:before {
  content: "\e9ef";
}
.icon-g-49:before {
  content: "\e9f0";
}
.icon-g-50:before {
  content: "\e9f1";
}
.icon-g-51:before {
  content: "\e9f2";
}
.icon-g-52:before {
  content: "\e9f3";
}
.icon-g-53:before {
  content: "\e9f4";
}
.icon-g-54:before {
  content: "\e9f5";
}
.icon-g-55:before {
  content: "\e9f6";
}
.icon-g-56:before {
  content: "\e9f7";
}
.icon-g-57:before {
  content: "\e9f8";
}
.icon-g-58:before {
  content: "\e9f9";
}
.icon-g-59:before {
  content: "\e9fa";
}
.icon-g-60:before {
  content: "\e9fb";
}
.icon-g-61:before {
  content: "\e9fc";
}
.icon-g-62:before {
  content: "\e9fd";
}
.icon-g-63:before {
  content: "\e9fe";
}
.icon-g-64:before {
  content: "\e9ff";
}
.icon-g-65:before {
  content: "\ea00";
}
.icon-g-66:before {
  content: "\ea01";
}
.icon-g-67:before {
  content: "\ea02";
}
.icon-g-68:before {
  content: "\ea03";
}
.icon-g-69:before {
  content: "\ea04";
}
.icon-g-70:before {
  content: "\ea05";
}
.icon-g-71:before {
  content: "\ea06";
}
.icon-g-72:before {
  content: "\ea07";
}
.icon-g-73:before {
  content: "\ea08";
}
.icon-g-74:before {
  content: "\ea09";
}
.icon-g-75:before {
  content: "\ea0a";
}
.icon-g-76:before {
  content: "\ea0b";
}
.icon-g-77:before {
  content: "\ea0c";
}
.icon-g-78:before {
  content: "\ea0d";
}
.icon-g-79:before {
  content: "\ea0e";
}
.icon-g-80:before {
  content: "\ea0f";
}
.icon-g-81:before {
  content: "\ea10";
}
.icon-g-82:before {
  content: "\ea11";
}
.icon-g-83:before {
  content: "\ea12";
}
.icon-g-84:before {
  content: "\ea13";
}
.icon-g-85:before {
  content: "\ea14";
}
.icon-g-86:before {
  content: "\ea15";
}
.icon-g-87:before {
  content: "\ea16";
}
.icon-g-88:before {
  content: "\ea17";
}
.icon-g-89:before {
  content: "\ea18";
}
.icon-g-90:before {
  content: "\ea19";
}
.icon-g-91:before {
  content: "\ea1a";
}
.icon-g-92:before {
  content: "\ea1b";
}
.icon-g-93:before {
  content: "\ea1c";
}
.icon-g-94:before {
  content: "\ea1d";
}
.icon-g-95:before {
  content: "\ea1e";
}
.icon-g-96:before {
  content: "\ea1f";
}
.icon-h-01:before {
  content: "\ea20";
}
.icon-h-02:before {
  content: "\ea21";
}
.icon-h-03:before {
  content: "\ea22";
}
.icon-h-04:before {
  content: "\ea23";
}
.icon-h-05:before {
  content: "\ea24";
}
.icon-h-06:before {
  content: "\ea25";
}
.icon-h-07:before {
  content: "\ea26";
}
.icon-h-08:before {
  content: "\ea27";
}
.icon-h-09:before {
  content: "\ea28";
}
.icon-h-10:before {
  content: "\ea29";
}
.icon-h-11:before {
  content: "\ea2a";
}
.icon-h-12:before {
  content: "\ea2b";
}
.icon-h-13:before {
  content: "\ea2c";
}
.icon-h-14:before {
  content: "\ea2d";
}
.icon-h-15:before {
  content: "\ea2e";
}
.icon-h-16:before {
  content: "\ea2f";
}
.icon-h-17:before {
  content: "\ea30";
}
.icon-h-18:before {
  content: "\ea31";
}
.icon-h-19:before {
  content: "\ea32";
}
.icon-h-20:before {
  content: "\ea33";
}
.icon-h-21:before {
  content: "\ea34";
}
.icon-h-22:before {
  content: "\ea35";
}
.icon-h-23:before {
  content: "\ea36";
}
.icon-h-24:before {
  content: "\ea37";
}
.icon-h-25:before {
  content: "\ea38";
}
.icon-h-26:before {
  content: "\ea39";
}
.icon-h-27:before {
  content: "\ea3a";
}
.icon-h-28:before {
  content: "\ea3b";
}
.icon-h-29:before {
  content: "\ea3c";
}
.icon-h-30:before {
  content: "\ea3d";
}
.icon-h-31:before {
  content: "\ea3e";
}
.icon-h-32:before {
  content: "\ea3f";
}
.icon-h-33:before {
  content: "\ea40";
}
.icon-h-34:before {
  content: "\ea41";
}
.icon-h-35:before {
  content: "\ea42";
}
.icon-h-36:before {
  content: "\ea43";
}
.icon-h-37:before {
  content: "\ea44";
}
.icon-h-38:before {
  content: "\ea45";
}
.icon-h-39:before {
  content: "\ea46";
}
.icon-h-40:before {
  content: "\ea47";
}
.icon-h-41:before {
  content: "\ea48";
}
.icon-h-42:before {
  content: "\ea49";
}
.icon-h-43:before {
  content: "\ea4a";
}
.icon-h-44:before {
  content: "\ea4b";
}
.icon-h-45:before {
  content: "\ea4c";
}
.icon-h-46:before {
  content: "\ea4d";
}
.icon-h-47:before {
  content: "\ea4e";
}
.icon-h-48:before {
  content: "\ea4f";
}
.icon-h-49:before {
  content: "\ea50";
}
.icon-h-50:before {
  content: "\ea51";
}
.icon-h-57:before {
  content: "\ea58";
}
.icon-Nowishlist .path1:before {
  content: "\eade";
  color: rgb(255, 255, 255);
}
.icon-Nowishlist .path2:before {
  content: "\eadf";
  margin-left: -1em;
  color: rgb(196, 196, 196);
}
.icon-Nowishlist .path3:before {
  content: "\eae0";
  margin-left: -1em;
  color: rgb(25, 25, 25);
}
.icon-n-01:before {
  content: "\eb10";
}
.icon-n-022:before {
  content: "\eb11";
}
.icon-n-03:before {
  content: "\eb12";
}
.icon-n-04:before {
  content: "\eb13";
}
.icon-n-052:before {
  content: "\eb14";
}
.icon-n-062:before {
  content: "\eb15";
}
.icon-n-072:before {
  content: "\eb16";
}
.icon-Vector:before {
  content: "\eb17";
}
.icon-n-08:before {
  content: "\eb18";
}
.icon-tumblr:before {
  content: "\eab9";
}
.icon-tumblr2:before {
  content: "\eaba";
}

