    @font-face {
  font-family: 'Atlas';
  src: url('../fonts/Atlas/atlas-light-aaa.woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlas';
  src: url('../fonts/Atlas/atlas-regular-aaa.woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atlas';
  src: url('../fonts/Atlas/atlas-bold-aaa.woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.under-header-price {
  display:flex !important
}
.woocommerce-checkout main#primary, .woocommerce-cart main#primary {
    margin-top: 2rem;
}
.checkout-arrow {
    right: 0;
    position: absolute;
}
.checkout-arrow {
    display: flex;
    align-items: center;
    gap: 10px;
}
.aws-search-result .aws_result_item .aws_result_excerpt, .woocommerce-pagination{
  display: none;
}
.woocommerce-pagination{display: none!important;}
.aws-search-result .aws_result_image img{
  height: auto;
  width: auto;
}
li.wc_payment_method.payment_method_wc-pelecard label:after {
    content: "";
    background-image: url(https://tzemer.co.il/wp-content/uploads/2023/12/credit-cards.png);
    position: relative;
    display: inline-block;
    width: 108px;
    height: 16px;
    top: 3px;
    margin-right: 6px;
}
.aws-search-result .aws_result_image{
  height: 70px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.archive-content > .inner-container{
  position: relative;
}
.misha_loadmore{
position: absolute;
    display: inline-flex;
    width: 190px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    background: rgb(221, 173, 75);
    color: #fff;
    height: 45px;
    line-height: 45px;
}
.misha_loadmore:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background-color: #e3aa37;
  display:none;
}
aside{
  display: none;
}
body {
    color: #000;
    font-family: Atlas, sans-serif!important;
    direction: rtl;
    margin: 0;
}
form.checkout{
  margin-bottom: 50px;
}
.mobile-menu-container, .woocommerce-password-hint{
  display: none;
}
.mobile-menu-container .menu-item .menu-arrow{
  display: none;
}

.archive .single-prod-item .inner-image{
  display: flex;
  width: 100%;
  overflow: hidden;
  max-height: 420px;
}
.archive .single-prod-item .inner-image .slick-track{
  display: flex;
  align-items: center;
}
.archive .single-prod-item .inner-image .image-item{
  position: relative;
  display: flex !important;
  width: 100%;
  min-width: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.archive .inner-container.inner-bread .woocommerce-breadcrumb{
    margin: 20px 0;
}
.archive .single-prod-item .inner-image .image-item .prod-back-image,
.single-prod-item .prod-back-image{
  position: absolute;
  opacity: 0;
  transition: .5s;
  top: 0;
  left:0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  margin: 0;
}
@media(min-width: 991px) {
    .archive .single-prod-item .inner-image .image-item:hover .prod-front-image,
    .single-prod-item .prod-front-image {
        transition: .5s;
        opacity: 0;
    }

    .archive .single-prod-item .inner-image .image-item .prod-front-image,
    .single-prod-item .prod-front-image {
        opacity: 1;
        transition: .5s;
        object-fit: cover;
    }

    .archive .single-prod-item .inner-image .image-item:hover .prod-back-image,
    .single-prod-item .image-item:hover .prod-back-image {
        transition: .5s;
        opacity: 1;
    }
}
body.single-product .upper-block .product-gallery .gallery-thumbs{
  overflow: hidden;
}

.gallery-thumbs .gallery-item{
  position: relative;
  padding-bottom: 10px;
}
ul{
  padding: 0;
  list-style: none;
}
h2 {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}
header .left-side {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-width: 550px;
}
header .header-lower-menu .menu-item .menu-arrow{
  display: none;
}
.image-filters .count_attr{
  display: none;
}
.archive-content .filters-block .count_attr{
  margin-right: 0;
      color: gray;
      float: left;
      margin-left: 30px;
      margin-top: 6px;
}
p{
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
ol{font-size: 16px;
    padding-right: 15px;}
body.page-id-2949 .entry-content ol{margin-top: 25px;}
a{
  text-decoration: none;
  color: black;
  font-weight: 700;
}
span{
  font-weight: 700;
}
strong{
  font-weight: bold;
}
section{
  margin: 3% 0;
}
section.banner{
  margin-top: 0;
  margin-bottom: 0;
}
.inner-container{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
body .page{
  padding: 0;
}
.home.page{
  padding: 0;
}
header .inner-container{
  width: 95%;
}
.home .cat-block{
  display: none;
}
.mobile-menu{
  display: none !important;
}
.section-heading, .main-heading{
  font-size: 20px;
  line-height: 24px;
  position: relative;
  text-align: right;
  text-decoration: none;
  color: black;
  margin-bottom: 30px;
}
.home .section-heading, .home .main-heading{
  text-align: center;
}
.section-heading::after, .main-heading::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #e3aa37;left: 0;
}
.product-content .main-heading::after{left: auto;}
.page.contacts .main-heading::after{    left: auto;}
body.page-id-11 .not-logged-in .main-heading::after{left: auto;}
.home .section-heading::after, .home .main-heading::after{
  left: 0;
}
.section-heading{
  margin-bottom: 50px;
}
/* Header */
header{
  display: flex;
  flex-direction: column;
}
header .cat-block{
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
header .cat-block img:first-child{
  transform: rotate(180deg);
}
header .cat-block p{
  margin: 0 50px;
  font-size: 17px;
  -webkit-text-stroke: 0.3px black;
}
header .upper-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f6f6f6;
}
header .main-menu, header .upper-block .header-wc, header .lower-block{
  display: flex;
  align-items: center;
}
.main-menu li{
  margin-left: 20px;
}
.main-menu li a{
  text-decoration: unset;
  font-size: 16px;
  color: #6e6e6e;
}
header .upper-block .header-wc .wc-single-item{
  display: flex;
  align-items: center;
  padding: 15px;
  margin-right: 15px;
  cursor: pointer;
}
header .upper-block .header-wc .wc-single-item.cart{
  border: 1px solid #e3aa37;
}
.quantity-item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-item span{
  margin-right: 5px;
  display: flex;
}
.quantity-item span p{
  padding: 0 2px;margin: 0;
}
header .upper-block .header-wc .wc-single-item span{
  font-size: 16px;
  color: #6e6e6e;
  display: flex;
}
header .upper-block .header-wc .wc-single-item img{
  margin-right: 10px;
}
header .lower-block{
  padding: 10px 0;
  border-bottom: 2px solid #f6f6f6;
}
header .lower-block > img{
  max-width: 205px;
}
header .lower-block .header-btn{
  text-decoration: none;
  padding: 10px;
  border: 1px solid #e3aa37;
  color: #e3aa37;
  margin: 0 20px;
}

/* Footer */
footer{
  background-color: #f6f6f6;
}
footer .upper-block, footer .middle-block, footer .lower-block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
footer .upper-block, footer .middle-block{
  padding: 80px 0;
  border-bottom: 1px solid #d4d4d4;
}
footer .upper-block .menu-block{
  width: 45%;
}
footer .upper-block .social-items{
  display: flex;
  align-items: center;
}
footer .upper-block .social-items img{
  margin-left: 10px;
}
footer .upper-block .newsletter-block{
  width: 50%;
}
footer .upper-block .newsletter-block .newsletter-item{
  margin: 20px 0;
}
footer .upper-block .newsletter-block .newsletter-item form{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .upper-block .newsletter-block .newsletter-item form input{
  border: unset;
  background-color: transparent;
}
footer .upper-block .newsletter-block .newsletter-item form .tnp-field-email{
  width: 75%;
}
footer .upper-block .newsletter-block .newsletter-item form .tnp-field-email input{
  background-color: white;
  width: 100%;
  padding: 18px;
}
footer .upper-block .newsletter-block .newsletter-item form .tnp-field-button{
  position: relative;

}
footer .upper-block .newsletter-block .newsletter-item form .tnp-field-button input{
  font-size: 16px;
  padding: 0;
  cursor: pointer;
}
footer .upper-block .newsletter-block .newsletter-item form .tnp-field-button:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background-color: #e3aa37;
}
footer .upper-block .newsletter-block > h2{
  font-size: 20px;
  line-height: 24px;
}
footer .upper-block .newsletter-block > p{
  font-size: 14px;
}
footer .middle-block .menu-block{
  width: 100%;
}
footer .footer-menu{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 80px;
}
footer .middle-block ul{
  height: 140px;
      padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}
footer .footer-menu li{
  width: 24%;
  height: 25px;
  display: flex;
  align-items: center;
}
footer .footer-menu li a{
  font-size: 14px;
}
footer .footer-menu li.un-link a{
    pointer-events: none;
  color: #e3aa37;
    -webkit-text-stroke: 0.3px #e3aa37;
}
footer .middle-block .contacts-block{
  display: flex;
  align-items: center;
}
footer .middle-block .contacts-block img{
  margin-left: 20px;
}
footer .middle-block .contacts-block .contacts-items{
  display: flex;
  flex-direction: column;
}
footer .middle-block .contacts-block .contacts-items .contacts-single-item{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
footer .middle-block .contacts-block .contacts-items .contacts-single-item img{
  margin-left: 10px;
}
@media (max-width: 767px){
  footer .footer-menu li.un-link{display:none}
}
/* Homepage */

.banner .banner-list{
  position: relative;
  height: auto;
}
.banner .banner-list .banner-inner .banner-item{
  height: auto;
  position: relative;
}
.banner .banner-list .banner-inner .banner-item .banner-content{
  position: absolute;
  right: 10%;
  top: 0;
  height: 35%;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.banner .banner-list .banner-inner .banner-item .banner-content h2{
    font-size: 7em;
}
.banner .banner-list .banner-inner .banner-item .banner-content .upper-text{
    font-size: 26px;
}
.banner .banner-list .banner-inner .banner-item .banner-content .lower-text{
    font-size: 16px;
    margin-bottom: 20px;
}
.banner .banner-list .banner-inner .banner-item .banner-content a{
  text-decoration: none;
  font-size: 16px;
  color: black;
  position: relative;
}
.banner .banner-list .banner-inner .banner-item .banner-content a:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #e3aa37;
}
.banner .banner-list .banner-arrows .prev{
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 34px;
  transform: rotate(180deg);
}
.banner .banner-list .banner-arrows .next{
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 34px;
}
.banner .links-list{
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 25px 10%;
}
.banner .links-list .link-item{
  padding: 0 5%;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid #d4d4d4;
}
.banner .links-list .link-item:last-child{
  border-left: unset;
}
.banner .links-list .link-item img{
  margin-top: 10px;
}
.best-prod-items, .prod-cats, .dimension-cats .cat-items{
  display: flex;
  justify-content: space-between;
}
.image-cats .image-cat-items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.image-cats .image-cat-items .image-cat-item{
  width: 24%;

}
.image-cats .image-cat-items .image-cat-item img{
  width: 100%;
}
.best-prod-items{
  margin-bottom: 60px;
}
.best-prod-items .single-prod-item{
  width: 20%;
  text-align: center;
  transition: .5s;
  padding-bottom: 20px;
}
.best-prod-items .single-prod-item:hover{
  -webkit-box-shadow: 0px 0px 23px -3px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 23px -3px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 23px -3px rgba(34, 60, 80, 0.2);
transition: .5s;
}
.single-prod-item h2{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.archive-content .single-prod-item h2{
  text-align: right;
}
.single-prod-item p{
  font-size: 14px;
  color: #9e9e9d;
}
.single-prod-item .price{
  font-size: 16px;
  font-weight: 700;
    margin: 5px 0 15px;
}
.single-prod-item .price ins{
  color: #e02b2b;
  text-decoration: unset;
}
.single-prod-item .price del{
  color: #8b8b8b;
}
.single-prod-item .add-to-cart{
  text-decoration: none;
  font-size: 16px;
  color: black;
  display: inline-flex;
  position: relative;
  opacity: 0;
  margin-bottom: 20px;
  transition: .5s;
}
.archive section.banner img{
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.single-prod-item:hover .add-to-cart{
  opacity: 1;
  transition: .5s;
}
.single-prod-item .add-to-cart::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #e3aa37;
}
.prod-cats .prod-cat-item:first-child{
  width: 680px;
}
.prod-cats .prod-cat-item img{
  margin-bottom: 20px;
}
.prod-cats .prod-cat-item h2{
  font-size: 18px;
}
.description-block{
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
}
.description-block.first{
  margin-right: 12.5%;
  justify-content: flex-start;
}
.description-block.second{
  margin-left: 12.5%;
  justify-content: flex-end;
}
.description-block .image-part{
  width: 50%;
}
.description-block .text-part{
  padding: 60px;
  width: 30%;
  text-align: right;
}
.description-block .text-part .main-heading{
  display: inline-flex;
  margin-bottom: 50px;
  text-align: right;
}
.description-block .text-part .main-heading::after{
  left: unset;
}
.dimension-cats .dimension-cat-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18%;
}
.dimension-cats .dimension-cat-item img{
  margin: auto;
  margin-bottom: 20px;
  width: auto;
}


/* Contact Us */
.page.contacts .inner-container{
  display: flex;
  justify-content: space-between;
}
.page.contacts .form-block{
  width: 40%;
}
.page.contacts .form-block > p{
    margin-bottom: 20px;
    font-weight: 600;
}
.page.contacts .form-block .form-item{
  margin-top: 20px;
  margin-bottom: 30px;
  width: 85%;
}
.page.contacts .form-block .map-item{
  height: 300px;
  width: 144%;
  max-width: unset;
  margin-right: -42%;
}

.form-block .form-item .caldera-grid .row{
  margin: 0 !important;
}
.form-block .form-item .caldera-grid .form-group{
  margin-bottom: 10px !important;
}
.form-block .form-item .caldera-grid .form-group .form-control{
  min-height: 50px !important;
  padding-right: 15px !important;
  border: 1px solid #e2e2e2 !important;
  box-shadow: unset !important;
}
.form-block .form-item .caldera-grid .form-group .btn{
  width: 100%;
  height: 45px;
  color: white;
  border: unset;
  margin-top: 10px;
}
.page.contacts .locations-block{
  width: 56%;
}
.page.contacts .locations-block .locations-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
}
.page.contacts .locations-block .locations-list .location-single{
    width: 33.3333%;
    min-height: 228px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px;padding-left: 10px;
}
    .page.contacts .locations-block .locations-list .location-single .item{background-color: #f8f8f8;    height: 100%;    padding: 20px 20px 20px 20px;
        padding-left: 15px;
        padding-right: 15px;}
.page.contacts .locations-block .locations-list .location-single .waze-link{display: block;
    font-weight: normal;
    border: 1px solid;
    text-align: center;
    margin-top: 10px;
    max-width: 135px;
    text-decoration: none;padding: 7px 0;}
    @media(min-width: 768px){
        .page.contacts .locations-block .locations-list .location-single .waze-link{display:none}
    }
.page.contacts .locations-block .locations-list .location-single h2{
  color: #e3aa37;
  margin-bottom: 15px;
  font-size: 16px;
  white-space: nowrap;
}

/* Gallery */
.page.gallery .common-content, .page.gallery .main-heading, .page.describe-2 .main-heading{
  text-align: center;
}
.page.gallery .main-heading::after, .page.describe-2 .main-heading::after{
  left: 0;
}
.page.gallery .common-content .date-field{
  margin-bottom: 20px;
}
.page.gallery .masonry-block{
  column-count: 5;
  column-gap: 1em;
}
.page.gallery .masonry-block .masonry-single{
  display: flex;
  margin: 0 0 1em;
  width: 100%;
}
/* .page.gallery .masonry-block .masonry-single.item-14{
  width: 500px;
  max-width: 500px;
} */



.blog-items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-items .blog-single-item{
  width: 33%;margin-bottom: 50px;
}
.blog-items .blog-single-item img{
  margin-bottom: 10px;
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.blog-items .blog-single-item h2{
  font-size: 16px;
  line-height: 20px;
  -webkit-text-stroke: 0.3px black;
}
.blog-items .blog-single-item .blog-item-date{
  font-size: 14px;
  line-height: 20px;
  color: #878787;
  margin-bottom: 15px;
}
.blog-items .blog-single-item a.link{
  font-size: 16px;
  position: relative;
}
.blog-items .blog-single-item a.link::after{
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -10px;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #e3aa37;
}

.blog .blog-items .blog-single-item{
  margin-bottom: 30px;
}

/* Design */
.page.describe-2 .common-content p{
  text-align: center;
}
.page.describe-2 .steps-content{
  background-color: #f6f6f6;
  text-align: center;
  padding: 30px 0;
}
.page.describe-2 .steps-content .main-heading{
  margin-top: 20px;
  margin-bottom: 40px;
}
.page.describe-2 .single-step{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}
.page.describe-2 .single-step.reverse{
  flex-direction: row-reverse;
}
.page.describe-2 .single-step .text-block{
  position: relative;
  width: 20%;
  height: 116px;
  max-height: 116px;
  padding: 4% 12%;
  border: 1px solid #e3aa37;
  margin-left: -1px;
  overflow: hidden;
  box-sizing: unset;
}
.woocommerce-billing-fields #billing_email_field > label{
  display: none !important;
}
.inner-cart .shop_table .woocommerce-cart-form__cart-item .product-price{
  display: none;
}
.order-thanks{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10% 0;
}
.woocommerce-order-received .entry-header{
  display: none;
}
.order-thanks h2{
  font-size: 22px;
  margin: 15px 0;
}
.order-thanks p{

}
.order-thanks a.main-heading{
      margin-top: 50px;
}
.order-thanks a.main-heading:after{
  left: 0;
}




.page.describe-2 .single-step .text-block .floating-number{
  position: absolute;
  right: -7%;
  top: -39%;
  bottom: 0;
  margin: auto;
  color: #ececec;
  font-weight: 600;
  font-size: 340px;
}
.checkout-cont .product-name .product-name__text .additional-info-block{
  /* margin-top: 10px; */
}
.checkout-cont .product-total span{
  -webkit-text-stroke: 0.3px black;
}
.page.describe-2 .single-step.reverse .text-block .floating-number{
  left: -12%;
  right: unset;
}
.page.describe-2 .single-step .image-block{
  width: 50%;
  z-index: 1;
  display: flex;
}
.page.describe-2 .single-step .image-block img{
  height: 265px;
  width: 100%;
  object-fit: cover;
}
.page.describe-2 .video-content{
  text-align: center;
}
.page.describe-2 .video-content .warn-block{
  margin-top: 30px;
  background-color: #f9f9f9;
  padding: 30px;
  border: 1px solid #e3aa37;
}
/* Like */
.page.like .common-content.heading, .page.like .main-heading, .page.like section{
  text-align: center;
}
.page.like .main-heading::after{
  left: 0;
}
.page.like .choose-content{
  background-color: #f6f6f6;
  padding: 30px 0;
}
.page.like .choose-content .choose-items{
  display: flex;
  justify-content: space-around;
}
.page.like .choose-content .choose-items .choose-single{
  width: 40%;
  text-align: center;
}
.page.like .choose-content .choose-items .choose-single img{
  margin-bottom: 20px;
}
.page.like .choose-content .choose-items .choose-single h2{
  color: #e3aa37;
  margin-bottom: 15px;
  font-weight: 700;
}
.page.our-team .our-team .team-items, .page.our-team .checklist-block .inner-container, .page.like .cats-content .cats-items, .page.like .steps-content .step-items{
  display: flex;
  justify-content: space-between;
}
    .page.our-team .our-team .team-items{justify-content: center;}
.page.like .cats-content .cats-items .cat-single{
  width: 13%;
}
.page.like .cats-content .cats-items img{
  margin-bottom: 15px;
}
.page.like .common-content.second, .woocommerce-breadcrumb{
  text-align: right;
}
.woocommerce .woocommerce-breadcrumb{
  margin: 30px auto;
  margin-top: 0;
  width: 100%;
}
.page-template-our-team .woocommerce-breadcrumb{
  width: 75%;
}
.checklist-block .slider-items .prev{
  position: absolute;
  top: 130px;
  margin: auto;
  width: 7px;
  height: 20px;
  right: -25px;
  transform: rotate(180deg);
}
  .checklist-block .slider-items .next{
    position: absolute;
    top: 130px;
    margin: auto;
    width: 7px;
    height: 20px;
    left: -25px;
  }
    .checklist-block .slider-items{
      position: relative;

    }
    .checklist-block .slider-items .slick-slide img{
      height: 270px;
      width: 100%;
      object-fit: cover;
    }
.page.like .common-content.second p{
  margin-bottom: 10px;
}
.page.like .steps-content .step-items .step-single-item{
  width: 21%;
}
.page.like .steps-content .step-items img{
  align-self: flex-start;
  margin: 0 10px;
}
.page.like .steps-content .step-items .middle-arrow{
  align-self: center;
}
.page.like .steps-content .step-items .number{
  color: white;
  background-color: black;
  display: inline-flex;
  height: 55px;
  width: 55px;
  align-items: center;
  font-size: 25px;
  justify-content: center;
  border-radius: 100%;
}
.page.like .steps-content .step-items h2{
  margin: 10px 0;
  color: #e3aa37;
}
.page.like .steps-content .step-items p, .page.like .common-content.heading p, .page.like .common-content.second p{
  font-weight: 600;
}
.page.like .cats-content{
  margin: 2% 0;
}
.page.like .cats-content .inner-container{
  padding: 3% 0;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}
.page.like .steps-content{
  background-color: #f6f6f6;
  padding: 3% 0;
}
.page.like .steps-content .step-items{
  margin-top: 50px;
}
.page.like .common-content.first .inner-container p:last-child{
  color: #e3aa37;
  margin-top: 10px;
}








.page.our-team .our-team .main-heading, .archive-info, .archive-info .main-heading {
  text-align: center;
}
.page.our-team .our-team .main-heading:after, .archive-info .main-heading::after{
  left: 0;
}
.page.our-team .our-team .team-items .single-team{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page.our-team .our-team .team-items .single-team img{
  border-radius: 100%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}
.page.our-team .checklist-items .single-checklist{
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.page.our-team .checklist-items .single-checklist img{
  margin-left: 20px;
}
.page.our-team .checklist-block .checklist-part{
  width: 45%;
  display: flex;
    flex-direction: column;
    justify-content: center;
}
.page.our-team .checklist-block .content-part{
  width: 55%;
}
.page.our-team .related-posts{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.page.our-team .checklist-block .content-part{
  background-color: #f6f6f6;
}
.page.our-team .checklist-block .content-part .content-inner{
  padding: 50px;
  margin-left: auto;
  width: 73%;
}
.page.our-team .checklist-block .content-part .content-inner .main-heading{
  text-align: center;
  max-width: 100%;
}
.page.our-team .checklist-block .content-part .content-inner .main-heading:after{
  left: 0;
}
.page.our-team .checklist-block .content-part p{
  text-align: center;
  line-height: 1.5;
}
.page.our-team .checklist-block .content-part p.lines{
  margin: 20px 0;
  color: #e3aa37;
}
.page.our-team .checklist-block .inner-container{
  width: 87.5%;
  margin-left: 0;
}
.page.our-team .subscribe-block .inner-container{
  background-color: #f9f9f9;
  padding: 30px;
  border: 1px solid #e3aa37;
}
.page.our-team .subscribe-block .inner-container h2{
  text-align: center;
  color: #e3aa37;
  margin-bottom: 20px;
}
.page.our-team .subscribe-block .inner-container .row.single > .single{
  display: flex !important;
  justify-content: space-between;
  max-width: 90%;
  margin-right: auto;
}
.page.our-team .subscribe-block .inner-container .row.single .form-group{
    margin-bottom: 0 !important;
    width: 23%;
}
.page.our-team .subscribe-block .inner-container .row.single .form-group input{
  height: 45px !important;
}
.page.our-team .subscribe-block .inner-container .row.single .form-group .btn-default{
  background-color: black !important;
  color: white !important;
  height: 45px !important;
  width: 180px !important;
}


.main-heading{
  z-index: 1 !important;
}
.main-heading:before{
  display: none;
}

.archive-content > .inner-container{
  display: flex;
  justify-content: space-between;
}
.archive-content .filters-block{
  width: 20%;
}
.archive-content .filters-block .berocket_single_filter_widget{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.archive-content .filters-block .berocket_single_filter_widget .bapf_hascolarr{
  padding-right: 0;
  padding-left: 25px;
}
.archive-content .filters-block .berocket_single_filter_widget .bapf_hascolarr i{
  right: unset;
  left: 0;
  color: #e3aa37;
}
.archive-content .products-block{
  width: 75%;
}
.archive-content .product-items{
  width: 100%;
  margin-right: auto;
}
.product-items .products{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.product-items .products .single-prod-item{
  margin: 0 7px;
  margin-bottom: 30px;
  width: 31%;
}
.product-items .products .single-prod-item a img{
  width: 100%;
  max-height: 420px;
object-fit: cover;
}
.minicart-custom{
  position: fixed;
  left: 0;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: .5s;
  top: 0;
  bottom: 0;
  background-color: white;
  padding: 30px 15px;
}
.minicart-custom.show{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .5s;
}
.minicart-custom .cart_list {
  height: 100%;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  width: 100px;
  height: 140px;
  object-fit: cover;
  padding: 10px;
  border: 1px solid;
  margin-left: 15px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
  position: relative;
}
.woocommerce ul.product_list_widget li .remove{
  position: absolute;
  left: 0;
  top: 0;
}
.minicart-custom .woocommerce-mini-cart__total{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.minicart-custom .woocommerce-mini-cart__buttons{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.minicart-custom .woocommerce-mini-cart__buttons .button{
  width: 100%;
  text-align: center;
  padding: 0;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 0;
  background-color: black;
  color: white;
  font-size: 18px;
  margin-bottom: 15px;
}
.minicart-custom .woocommerce-mini-cart__buttons .button:hover{
  background-color: black;
  color: white;
}
.minicart-custom .woocommerce-mini-cart__buttons .button.checkout, .minicart-custom .woocommerce-mini-cart__buttons .button.checkout:hover {
  background-color: #e3aa37;
  color: white;
}



.woocommerce-cart .entry-content > .woocommerce{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-cart .entry-content > .woocommerce .woocommerce-notices-wrapper, .woocommerce-cart .entry-content > .woocommerce .first-prods{
  width: 100%;
}
.woocommerce-cart .entry-content > .woocommerce .woocommerce-cart-form{
  width: 60%;
}
.woocommerce-cart .entry-content > .woocommerce .cart-collaterals{
  width: 30%;
}
.woocommerce-cart .woocommerce-cart-form .actions{
   display: none;
 }
.inner-cart .cart_item .cart-product-actions{
  padding-right: 0;
}
.entry-footer{
  display: none;
}
.header-search{
  width: 100%;
  overflow: hidden;
}
.aws-container .aws-show-clear .aws-search-field{
  border: unset;
  background-color: #f6f6f6;
}
#menu-header-upper{
  list-style: none;
}
.best-prod-inner{
  width: 100%;
}
/* Login */
#customer_login{
  background-repeat: no-repeat;
  padding: 90px 0;
  background-size: contain;
  height: 630px;
}
#customer_login .inner-container{
  display: flex;
  justify-content: flex-start;
}
#customer_login .inner-container .u-column1, #customer_login .inner-container .u-column2{
  width: 25%;
}
#customer_login .inner-container .u-column1{
  margin-left: 30px;
}
.inner-container.not-logged-in{
  /* width: 100%; */
}
 .woocommerce form.register{
   margin-top: 10px;
 }
.woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
    text-align: right;
  }
#customer_login form .woocommerce-form-row input{
  height: 50px;
  padding-right: 15px;
  border-radius: 0;
  border: 1px solid #e2e2e2;
}
#customer_login form .form-row button,
.black_404{
  width: 100%;
  margin-top: 15px;
  height: 45px;
  color: white;
  background-color: black;
  border-radius: 0;
}
#customer_login form .form-row button.woocommerce-form-register__submit{
  background-color: #e3aa37;
}

#customer_login form .form-row .show-password-input{
  display: none;
}

.cart_totals .totals-coupon-block{
  padding: 0 40px;
  display: flex;
  margin-bottom: 20px;
}
.cart_totals .totals-coupon-block #coupon_code_total{
  padding: 0;
  border-radius: 0;
  padding-right: 10px;
  border: 0px;
  background-color: #f4f4f4;
  width: 80%;
}
.cart_totals .cart-discount{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 10px;
}
.cart_totals .totals-label{
  width: 33%;
}
.cart_totals .shop_table > div > div:last-child{
  width: auto;
}
.cart_totals .shop_table > .cart-discount > div:last-child{
  font-size: 0;    direction: ltr;
}
    .cart_totals .shop_table > .cart-discount > div:last-child span.woocommerce-Price-amount:before{content:"-";display: inline-block}
.cart_totals .shop_table > .cart-discount > div:last-child a, .cart_totals .shop_table > .cart-discount > div:last-child span{
  font-size: 16px;
}
.cart_totals .totals-coupon-block .button{
  padding: 0;
  color: white;
  font-weight: 400;
  width: 100px;
  height: 45px;
  background-color: #f6ac25;
  border-radius: 0;
}
.entry-content.cart{
  margin-top: 40px;
}

.cart .inner-cart{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}



/* Single Product */
.single-product .upper-block .product-subscribe, .single-product .upper-block, .single-product .upper-block .product-content .heading-block, .single-product .upper-block .product-content .product-share{
  display: flex;
  justify-content: space-between;
}
.single-product .upper-block .product-content{
  width: 50%;
}
.single-product .upper-block .product-gallery{
  width: 40%;
}
.single-product .upper-block .product-content .product-share{
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.single-product .upper-block .product-subscribe .text-part{
  width: 40%;
}
.single-product .upper-block .product-subscribe .text-part b{
  font-size: 17px;
}
.single-product .upper-block .product-subscribe .text-part p{
  font-size: 12px;
}
.single-product .upper-block .product-subscribe .subscribe-part .caldera-grid input{
  min-height: 40px;
  box-shadow: unset !important;
  border-radius: 8px !important;
}
.single-product .upper-block .product-subscribe .subscribe-part .caldera-grid .col-sm-4{
  padding: 0 3px !important;
}
.single-product .upper-block .product-subscribe .subscribe-part .caldera-grid .row{
  margin: 0 !important;
}
.single-product .upper-block .product-subscribe .subscribe-part .caldera-grid .first_col input{
  width: 100% !important;
  color: white !important;
  border: unset !important;
  background-color: #e3aa37 !important;
}
.single-product .upper-block .product-gallery .gallery-inner{
  width: 100%;
  justify-content: space-between;
}
.single-product .upper-block .product-gallery .gallery-thumbs{
  width: 18%;
  position: relative;
  padding: 20px 0;
}
.single-product .upper-block .product-gallery .gallery-thumbs img{
  height: 140px;
  cursor: pointer;
}
.single-product .upper-block .product-gallery .gallery-thumbs .prev-arrow{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top:0;
  width: 20px;
  height: 10px;
  cursor: pointer;
  border: 0 !important;
}
.single-product .upper-block .product-gallery .gallery-thumbs .gallery-item .prev-arrow{
  top: -15px;
}
.cat-block .cat-block__inner{
  position: relative;
}
.cat-block .cat-block__inner img{
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}
.cat-block .cat-block__inner img:first-child{
  right: 0;
  left: unset;
}
.header-lower-menu .menu-item:nth-child(2), .header-lower-menu .menu-item:nth-child(2) > a, .header-lower-menu .menu-item:nth-child(2) .side-block .cat-items a{
  cursor: default;
}



.single-product .upper-block .product-gallery .gallery-thumbs .next-arrow{
  position: absolute;
  border: 0 !important;
  left: 0;
  right: 0;
  margin: auto;
  bottom:0;
  width: 20px;
  height: 10px;
  transform: rotate(180deg);
  cursor: pointer;
}
.single-product .upper-block .product-gallery .gallery-thumbs .gallery-item .next-arrow{
  bottom: 0;
}
.single-product .upper-block .product-gallery .gallery-main-image{
  width: 80%;
  padding: 15px 25px;
  height: 100%;
  border: 1px solid #eeeeee;
  position: relative;
}
.single-product .upper-block .product-gallery .gallery-main-image .slick-track{
  display: flex !important;
  align-items: center;
}
.single-product .upper-block .product-gallery .gallery-main-image .attribute-images{
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 35px;
  bottom: 30px;
}
.single-product .upper-block .product-gallery .gallery-main-image .attribute-images img{
  margin-top: 10px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields input, .woocommerce-MyAccount-content .woocommerce-address-fields select{
  border: 1px solid #d0d0d0;
  height: 50px;
  padding-right: 20px;
}
.single-product .upper-block .product-gallery .onsale{
    width: 82px;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 64px;
    height: 89px;
    border-radius: 0;
    left: auto!important;
    right: 0;
    margin: auto;
    top: 0!important;
    background-color: transparent;
    background-image: url(../images/sale-tag.png);
    background-repeat: no-repeat;
    color: #fff;
}
    .single-product .upper-block .product-gallery .iconic-woothumbs-images-wrap .onsale{display:none}
.page-template-masonry .woocommerce-breadcrumb{
  margin-top: 0;
}
.page-template-like .woocommerce-breadcrumb, .page-template-contact_us .woocommerce-breadcrumb, .page-template-design .woocommerce-breadcrumb{
  width: 75%;
}
.woocommerce-account .woocommerce-address-fields .button{
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #e3aa37;
  margin-top: 30px;
  border-radius: 0;
  background-color: transparent;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single{
  height: 40px;
  border-radius: 0;
}
.page-template-about .woocommerce-breadcrumb{
  width: 80%;
}
.page-template-about .woocommerce-breadcrumb, .blog .woocommerce-breadcrumb{
  margin-top: 0;
}
.woocommerce-account .woocommerce-breadcrumb{
  margin-bottom: 0;
  margin-top: 30px;
}
.page.woocommerce-account .woocommerce-breadcrumb{
  width: 75%;
}
.page.woocommerce-cart .return-to-shop{
display: none;
}
.page.woocommerce-account.logged-in .woocommerce-breadcrumb{
  width: 100%;
}
.page-template-default .woocommerce-breadcrumb{
  margin-top: 30px;
}
/* .page-template-default .entry-title{
  text-align: right;
  margin-top: 0;
} */
.single-product .woocommerce-breadcrumb{
  width: 75%;
  margin-top: 30px;
}
.product-content .wcppec-checkout-buttons{
  display: none;
}
.page.our-team{
  padding-top: 30px;
}
.page.our-team .common-content{
  margin-top: 0;
}
.page.woocommerce-cart .entry-content.cart{
  /* width: 75%; */
  margin-left: auto;
  margin-right: auto;
}
.page.woocommerce-cart.logged-in .entry-content.cart{
  width: 100%;
}


.page.woocommerce-checkout article > .inner-container.not-logged-in{
  /* width: 75%; */
  margin-left: auto;
  margin-right: auto;
}
.page.woocommerce-checkout .woocommerce-breadcrumb{
  margin-bottom: 0;
}


.page.woocommerce-cart .woocommerce-breadcrumb{
  margin-bottom: 0;
  margin-top: 30px;
  width: 75%;
}
.page.woocommerce-cart.logged-in .woocommerce-breadcrumb{
  margin-bottom: 0;
  margin-top: 30px;
  width: 100%;
}
.single-product .upper-block .product-gallery .main-heading{
  width: 80%;
  text-align: center;
  margin-top: 20px;
}
.single-product .upper-block .product-gallery .main-heading:after{
  left: 0;
}
.single-product .upper-block .product-gallery .gallery-main-image img{
  width: 100%;
}
.single-product .middle-block{
  padding: 5% 0;
  margin: 20px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-product .middle-block .tab-items{
  width: 20%;
  border-left: 1px solid #eeeeee;
}
.single-product .middle-block .tab-items .tab-single-item{
  cursor: pointer;
  padding: 20px 0;
  font-size: 14px;
  color: #c1c1c1;
  font-weight: 700;
  position: relative;
  transition: .5s;
}
.single-product .middle-block .tab-items .tab-single-item.active{
  color: black;
  transition: .5s;
}
.single-product .middle-block .tab-items .tab-single-item.active::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #000000;
}
.single-product .variations label[for="pa_size"]{
  display: flex !important;
}
.single-product .variations label[for="pa_size"] .size-chart-toggle{
  margin-right: 10px;
  text-decoration: underline;
  color: #f6ac25;
  cursor: pointer;
}
.single-product .middle-block .tab-content .tab-content-single.second{
  display: flex;
  justify-content: space-between;
}
.single-product .middle-block .tab-content{
  width: 75%;
}
.single-product .middle-block .tab-content .tab-content-single{
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
.single-product .middle-block .tab-content .tab-content-single.active{
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: .5s;
}
.single-product .middle-block .tab-content .tab-content-single .attr-table{
    background-color: #eeeeee;
}
.single-product .middle-block .tab-content .tab-content-single .attr-table .attr-table-line{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height:auto;
  padding: 10px;
}
.single-product .middle-block .tab-content .tab-content-single .attr-table .attr-table-line.white{
  background-color: white;
}


.fader{
  position: fixed;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: black;
  z-index: -1;
  opacity: .6;
  visibility: hidden;
}
.fader.active{
  z-index: 10;
  opacity: .6;
  visibility: visible;
}
.size-chart-block{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 45%;
  margin: auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  background-color: white;
}
.size-chart-block.active{
  z-index: 11;
  opacity: 1;
  visibility: visible;
  transition: .5s;
}
.size-chart-block .size-inner{
  position: relative;
  padding: 35px;
}
.size-chart-block .size-inner .cross{
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
}
.size-chart-block .size-inner .main-heading{
  margin-top: 20px;
  text-align: center;
}
.size-chart-block .size-inner .main-heading:after{
  left: 0;
}
.single-product .upper-block .product-gallery .gallery-thumbs .slick-slide img{

  border: 1px solid #efefef;
}
.single-product .upper-block .product-content .product-share .btns-part, .single-product .upper-block .product-content .starting-price, .single-product .upper-block .product-gallery .gallery-inner{
  display: flex;
}
.single-product .upper-block .product-content .product-share .btns-part .btn-item .btn-inner{
  display: flex;
  align-items: center;
  height: 35px;
  border: 1px solid #f6ac25;
  padding: 5px 25px 5px 15px;
  margin-left: 10px;
  position: relative;
  font-weight: 700;
}
.single-product .upper-block .product-content .product-share .btns-part .btn-item .btn-inner:before{
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #f6ac25;
}
.single-product .upper-block .product-content .product-share .btns-part .btn-item{
  position: relative;
}
.single-product .upper-block .product-content .product-share .btns-part .btn-item:before{
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  box-sizing: inherit;
  position: absolute;
  bottom: 130%;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 7px 15px rgb(0 0 0 / 30%);
  transition: opacity .3s linear,bottom .3s linear;
  margin-bottom: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 7px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51,51,51,.9);
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  min-width: 100px;
  content: attr(data-wvstooltip);
}
.single-product .upper-block .product-content .product-share .btns-part .btn-item:hover:before{
  bottom: 120%;
  visibility: visible;
  opacity: 1;
}
.caldera-grid input[type="phone"]{
  direction: ltr;
  text-align: right;
}
.single-product .upper-block .product-content .product-share .btns-part .btn-item:after{
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  box-sizing: inherit;
  position: absolute;
  bottom: 130%;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 7px 15px rgb(0 0 0 / 30%);
  transition: opacity .3s linear,bottom .3s linear;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51,51,51,.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.single-product .upper-block .product-content .product-share .btns-part .btn-item:hover:after{
  bottom: 120%;
  visibility: visible;
  opacity: 1;
}
.single-product .upper-block .product-content .product-share .share-part{
  display: flex;
  align-items: center;
  font-size: 13px;
}
.single-product .upper-block .product-content .product-share .share-part img{
  margin-right: 10px;
}
.single-product .upper-block .product-content .product-share .btns-part .btn-item img{
  margin-right: 10px;
}
.single-product .upper-block .product-content .product-excerpt{
  margin: 15px 0;
}
.single-product .upper-block .product-content .product-add-to-cart .woocommerce-product-details__short-description , .single-product .upper-block .product-content .product-add-to-cart .product_title, .single-product .upper-block .product-content .product-add-to-cart .product_meta{
  display: none;
}
.single-product .upper-block .product-content .starting-price{
  align-items: flex-end;
}
.single-product .upper-block .product-content .starting-price .price-item{
margin-left: 25px;
}
.single-product .upper-block .product-content .starting-price .price-item .upper-price{
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 700;
  color: #c0c0c0;
  margin-bottom: 5px;
}
.single-product .upper-block .product-content .starting-price .price-item .lower-price{
  font-size: 23px;
  font-weight: 700;
  color: #f6ac25;
}
.single-product .upper-block .product-content .product-excerpt p{
  font-size: 14px;
}
.single-product .upper-block .product-content .product-add-to-cart > .price{
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
}
.single-product .upper-block .product-content .product-add-to-cart > .price ins{
  text-decoration: unset;
  color: #f6ac25;
}
.single-product .upper-block .product-content .product-add-to-cart > .price del{
  font-size: 23px;
  color: #c0c0c0;
}
.single-product .upper-block .product-content .product-add-to-cart form{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.single-product .upper-block .product-content .product-add-to-cart > .price{
  display: none;
}
.single-product .upper-block .product-content .product-add-to-cart form .qib-button-wrapper{
  float: unset;
  display: flex;
  margin-left: 10px;
  margin-top: 0;
  flex-direction: row-reverse;
}
.single-product .upper-block .product-content .variations tr td.label{
  margin-top: 20px;
}
.single-product .upper-block .product-content .variations tr td.label .woo-selected-variation-item-name{
  display: none;
}
.single-product .upper-block .product-content .product-add-to-cart form .qib-button-wrapper button, .single-product .upper-block .product-content .product-add-to-cart form .qib-button-wrapper input{
  height: 45px;
}
.single-product .upper-block .product-content .woocommerce-variation-add-to-cart{
  display: flex;
  flex-wrap:wrap;
  margin-top: 20px;
}
.single-product .upper-block .product-content .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .custom_add_to_cart_button,
.single-product .upper-block .product-content .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .quickcheckout{
    opacity: 0.65;
    filter: alpha(opacity=65);
    cursor: not-allowed;
}
    .woocommerce div.product p.stock{background: red;
        color: #fff;
        padding: 5px;}
    .single-product .upper-block .product-content .woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-disabled .quickcheckout a{cursor: not-allowed;}
.single-product .upper-block .product-content .product-add-to-cart form > button, .single-product .upper-block .product-content .product-add-to-cart form .single_add_to_cart_button, .single-product .upper-block .product-content .product-add-to-cart form .custom_add_to_cart_button, .single-product .upper-block .product-content .product-add-to-cart form .quickcheckout {
  background-color: black;
  border-radius: 0;
  height: 45px;
  width: 30%;
  margin-left: 10px;
}
.WOO_CK_WUVIC_buttom{
  display: none !important;
}
.single-product .upper-block .product-content .product-add-to-cart form .quickcheckout{
  background-color: #ddad4b;
}
.single-product .upper-block .product-content .product-add-to-cart form .quickcheckout a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.single-product .upper-block .product-content .product-add-to-cart .yith-wcwl-add-to-wishlist{
  display: none;
}
.single-product .upper-block .product-content .button-variable-wrapper li{
  min-width: 120px;
  height: 40px;
  border-radius: 0;
}
.single-product .upper-block .product-content .image-variable-wrapper li{
  border-radius: 100%;
  min-width: 52px;
  height: 52px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 2px rgb(246 172 37) !important;
}

.single-product .upper-block .product-content .woocommerce-variation-price del{
  display: none;
}
.single-product .upper-block .product-content .woocommerce-variation-price{
  color: #f6ac25 !important;
  font-size: 40px;
  margin-top: 10px;
}

.woocommerce.single-product .upper-block .product-content .woocommerce-variation-price span.price{
  color: #f6ac25;
}

.single-product .upper-block .product-content .woocommerce-variation-price .woocommerce-Price-amount{
  font-weight: 700;
}
.single-product .upper-block .product-content .woocommerce-variation-price ins{
  text-decoration: unset;
}
.single-product .upper-block .product-content .heading-block .main-heading{
  font-size: 25px;
  margin-top: 0;
}
.single-product .product-related{
  margin-bottom: 0;
  padding-top: 40px;
}
.single-product .product-related .best-prod-items{
  margin-bottom: 40px;
}
.best-prod-items{
  position: relative;
}
.best-prod-items .slick-slide .wp-post-image{
  width: 100%;
}
.best-prod-items .slick-track{
  padding-bottom: 30px;
}
.best-prod-items .slick-slide{
  margin: 0 7px;
}
.best-prod-items .best-prod-arrows .prev{
  position: absolute;
  right: -30px;
  top: -28%;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transform: rotate(180deg);
}
.best-prod-items .best-prod-arrows .next{
  position: absolute;
  left: -30px;
  top: -28%;
  bottom: 0;
  cursor: pointer;
  margin: auto;
}
.single-product .lower-block .section-heading, .single-product .product-related .section-heading{
  text-align: center;
}
.single-product .lower-block .section-heading::after, .single-product .product-related .section-heading::after{
  left: 0;
}
.woocommerce-account .entry-header{
  margin: 15px 0;
}
.woocommerce-account .entry-header .main-heading:after{
  left: 0;
}
.woocommerce-account .woocommerce{
  display: block;
  border-top: 1px solid #e4e4e4;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation{
  width: 20%;
  border-left: 1px solid #e4e4e4;
  padding: 30px 0;
  float: unset;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info{
  display: flex;
  align-items: center;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info img{
  margin-left: 30px;
  width: 100px;
  height: 100px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation .user-info .user-name{
    font-size: 18px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li{
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #e4e4e4;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li{
  font-size: 16px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
  border-top: 1px solid #e3aa37;
  border-left: 1px solid #e3aa37;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
  font-size: 18px;
}
.woocommerce-account .woocommerce-MyAccount-content{
  float: unset;
  padding: 40px;
}
.woocommerce-account .woocommerce-MyAccount-content .dash-text{
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .dash-buttons{
  display: flex;
}
.woocommerce-account .woocommerce-MyAccount-content .dash-buttons a{
  width: 300px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e4e4e4;
  margin-left: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .dash-buttons a.orange{
  border: 1px solid #e3aa37;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table{
  text-align: right;
  border-collapse: collapse;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr{
  border-top: 1px solid #e4e4e4;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:last-child{
  border-bottom: 1px solid #e4e4e4;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions a{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #e3aa37;
  border-radius: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Input{
  border: 1px solid #d0d0d0;
  height: 50px;
  padding-right: 20px;
}
.checkout_coupon {
  width: 100%;
  margin: auto !important;
  /* margin-bottom: 20px !important; */
}

.checkout_coupon .clear{
  height: 18px;
}

.woocommerce .cart__coupon button.button, #coupon_code::placeholder{
  font-size: 14px;
}
.checkout_coupon .form-row{
  margin-bottom: 0 !important;
  /* margin-top: 10px !important; */
  float: right !important;
}
.checkout_coupon .form-row input, .checkout_coupon .form-row button{
  height: 45px;
}
.checkout_coupon .form-row button{
  color: white;
  float: left !important;
}
.aws-container .aws-search-form .aws-form-btn{
  border: unset;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button{
  width: 300px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #e3aa37;
  margin-top: 30px;
  border-radius: 0;
}
.checkout-cont .checkout_coupon .current{
  margin-top: 0;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 10px 8px;
  }
.reset_variations{
  display: none !important;
}
.archive-content .products-block .woocommerce-ordering, .archive-content .products-block .woocommerce-result-count{
  margin-bottom: 0;
}
.archive-info .woocommerce-breadcrumb{
  width: 100%;
}
.archive-content{
  margin-top: 15px;
}
.archive-info{
  margin-bottom: 15px;
}
.archive-content .products-block .filter-items .ordering-block, .archive-content .products-block .filter-items .bapf_ckbox, .archive-content .products-block .image-filters{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.archive-content .products-block .filter-items{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
.archive-content .products-block .filter-items .ordering-block .orderby{
  height: 40px;
  border-radius: 0;
  margin-right: 20px;
  border: 1px solid #efefef;
  padding: 10px;
}
.minicart-custom .minicart-custom-header{
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.minicart-custom .minicart-custom-header .cross{
  position: absolute;
  right: 0;
  width: 20px;
  cursor: pointer;
}
.minicart-custom .minicart-custom-header .upper-row{
      margin-bottom: 20px;
}
.minicart-custom .minicart-custom-header .lower-row{
    padding: 20px;
    box-shadow: 0px 0px 16px 4px rgba(34, 60, 80, 0.2);
}
.archive-content .products-block .filter-items .bapf_ckbox{
  margin-left: 20px;
}
.archive-content .product-items .products .single-prod-item{
  width: 31%;
  transition: .5s;
}
.archive-content .product-items .products .single-prod-item:hover{
  -webkit-box-shadow: 0px 0px 23px -3px rgb(34 60 80 / 20%);
      -moz-box-shadow: 0px 0px 23px -3px rgba(34, 60, 80, 0.2);
      box-shadow: 0px 0px 23px -3px rgb(34 60 80 / 20%);
      transition: .5s;
}
.archive-content .product-items .products .single-prod-item .content-block{
    padding: 0 15px;
}
.archive-content .products-block .filter-items .bapf_ckbox h3{
  font-size: 14px;margin: 0;
}
.archive-content .products-block .filter-items .bapf_ckbox li span{
  width: 20px;
  height: 20px;
  border: unset;
  background-size: contain !important;
}
.archive-content .products-block .single-prod-item > a{
  display: flex;
  width: 100%;
  position: relative;
}
.archive-content .products-block .single-prod-item .attribute-images{
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
}
.archive-content .products-block .single-prod-item .attribute-images img{
  width: 40px;
  margin-top: 5px;
}
.single-prod-item{
  position: relative;
}
.archive-content .products-block .single-prod-item .onsale,
.single-prod-item span.onsale{
width: 82px;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 64px;
    height: 89px;
    border-radius: 0;
    left: auto;
    right: 0;
    top: 0;
    background-color: transparent;
/*     background-image: url(../images/sale-tag.png); */
    background-repeat: no-repeat;
    color: #fff;
    min-height: auto;
    min-width: auto;
	position: static;
}

.minicart-custom{
  width: auto;
}
.minicart-custom .woocommerce-mini-cart__total{
  margin-top: 30px;
    font-size: 26px;
}
.minicart-custom .minicart_table{
  display: flex;
}
.minicart-custom .minicart_table .cart_item{
  display: flex;
  padding-top: 10px;
  border-bottom: 1px solid #efefef;
}
.woocommerce-cart .cart .woo_pp_cart_buttons_div{
  display: none;
}
.woocommerce-cart .cart .cart-totals-shipping ul{
  margin-top: 5px !important;
}
.woocommerce-cart .cart .cart-totals-shipping .woocommerce-shipping-destination{
  display: none;
}
.woocommerce-cart .cart .cart_totals .wc-proceed-to-checkout a{
  margin-top: 10px;
}
.woocommerce-cart .cart .cart-totals-shipping li, .cart .cart-totals-shipping li label{
  display: flex !important;
  align-items: center;
}
.woocommerce-cart .cart .cart-totals-shipping li input{
  margin: 0;
  margin-left: 10px;
}
.woocommerce-cart .cart .additional-info-block{
  font-weight: 700;
}
.woocommerce-cart .cart .additional-info-block span{
  font-weight: 400;
}
.woocommerce-cart .cart .product-subtotal .woocommerce-Price-amount{
  font-weight: 700 !important;
}
.minicart-custom .first-prods, .minicart-custom .WOO_CK_WUVIC_buttom{
  display: none;
}
.minicart-custom .product-edit, .minicart-custom .product-remove{
  height: auto !important;
  border: unset !important;
  padding: 0 !important;
}
.home .image-cats > .inner-container{
  padding-bottom: 3%;
  border-bottom: 1px solid #efefef;
}
.home .last-prods{
  margin-top: 100px;
}
.minicart-custom .product-remove .remove-img{
  width: 17px !important;
  height: 15px !important;
}
.minicart-custom .product-remove {
  margin-bottom: 15px;
}
.minicart-custom .product-thumbnail{
  margin-top: 0 !important;
  margin-left: 15px;
}
.minicart-custom .product-name{
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  width: 60%;
}
.minicart-custom .product-name > a{
  width: 85%;
  display: flex;
}
.minicart-custom #new_row .WOO_CK_WUVIC_thumbnail{
  width: 130px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #d0d0d0 !important;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
}
.minicart-custom #new_row .WOO_CK_WUVIC_thumbnail img, .inner-cart #new_row .WOO_CK_WUVIC_thumbnail img{
  height: 100%;
}
.inner-cart #new_row .WOO_CK_WUVIC_thumbnail{
  width: 140px;
}
.inner-cart .WOO_CK_WUVIC_buttom{
  display: none;
}
.inner-cart .cart-totals-shipping{
  padding: 0 40px;
}
.inner-cart #new_row .WOO_CK_WUVIC_thumbnail img{
  width: 100%;
  height: 180px;
  padding: 10px;
  border: 1px solid #efefef;
}
.minicart-custom #new_row .variations tr td, .inner-cart #new_row .variations tr td{
  display: flex;
}
.minicart-custom #new_row .single_variation_wrap .woocommerce-variation-add-to-cart, .inner-cart #new_row .single_variation_wrap .woocommerce-variation-add-to-cart{
  display: flex;
  margin-top: 10px;
}
.minicart-custom #new_row .single_variation_wrap .woocommerce-variation-add-to-cart .quantity{
  margin-left: 10px;
  margin-right: 0;
}
.minicart-custom #new_row .single_variation_wrap .woocommerce-variation-add-to-cart .wqpmb_quantity, .inner-cart #new_row .single_variation_wrap .woocommerce-variation-add-to-cart .wqpmb_quantity{
  margin-left: 0;
}
#new_row .quantity{
  margin-left: 10px;
}
.inner-cart #new_row .single_variation_wrap .woocommerce-variation-add-to-cart .wqpmb_quantity{
  margin-right: 0;
}
.minicart-custom #new_row .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button, .inner-cart #new_row .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button{
  cursor: pointer;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: black;
  min-width: 25%;
  float: unset;
  order: 3;
}
.minicart-custom #new_row .single_variation_wrap .woocommerce-variation-add-to-cart #cancel, .inner-cart #new_row .single_variation_wrap .woocommerce-variation-add-to-cart #cancel{
  cursor: pointer;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background-color: black;
  min-width: 25%;
  float: unset;
  order: 2;
}
.minicart-custom .product-remove .remove:hover{
  background-color: unset;
}
.minicart-custom .update_variation_form .WOO_CK_WUVIC_thumbnail img{
  padding: 0 !important;
  border: unset !important;
  height: 100% !important;
}
.product-items .variations_form .single_variation_wrap, .product-items .variations_form td.label, .product-items .variations_form ul[data-attribute_name="attribute_pa_size"]{
  display: none !important;
}
.product-items .variations_form .variations{
  margin-bottom: 10px;
}
.product-items .image-variable-item {
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  box-shadow: unset !important;
}
.product-items .image-variable-item img{
  border-radius: 100%;
}
.page.quiz{
  padding-top: 0;
}
.page.quiz .heading{
  text-align: center;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F6F6F6 0% 0% no-repeat padding-box;
  margin-top: 0;
  direction: ltr;
  font-size: 20px;
}
.page.quiz .step-container, .page.quiz .step-inner-container, .page.quiz section.found-products{
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  margin: 0;
}
.page.quiz .step-container.active, .page.quiz .step-inner-container.active, .page.quiz section.found-products.active{
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: .5s;
  padding: 3% 0;
}
.page.quiz .products-not-found{
  text-align: center;
}
.page.quiz section .step-heading{
  text-align: center;
  -webkit-text-stroke: 0.3px black;
}
.page.quiz section .step-heading:after{
  left: 0;
}
.page.quiz section .step-content, .page.quiz section .step-content .step-inner-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page.quiz section .step-content .step-inner-container{
  margin: 0;
}
.page.quiz .found-products .products{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page.quiz .found-products .single-prod-item{
  width: 19%;
  margin: 0 7px;
  margin-bottom: 30px;
  transition: .5s;
}
.page.quiz .found-products .single-prod-item > a{
  /* display: flex;
  width: 100%; */
  position: relative;
}

.image-item_my{
  display: flex;
  width: 100%;
  position: relative;
}


.page.quiz .found-products .single-prod-item .content-block{
  padding: 0 15px;
}
.page.quiz .found-products .single-prod-item > a img{
    margin: 0 auto;
}
.page.quiz .found-products .single-prod-item > h2{
  text-align: right;
}
.page.quiz form{
  overflow: hidden;
}
.page.quiz .found-products .single-prod-item .onsale{
width: 82px!important;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 20px!important;
    line-height: 64px!important;
    height: 89px;
    border-radius: 0;
    left: auto;
    right: 0;
    margin: auto;
    top: 0;
    background-color: transparent;
    background-image: url(../images/sale-tag.png);
    background-repeat: no-repeat;
    color: #fff;
    min-height: auto!important;
    min-width: auto!important;
}
.page.quiz .found-products .single-prod-item .content-block{
  padding: 0 15px;
}
.page.quiz .found-products .single-prod-item{
  text-align: center;
}
.page.quiz .found-products .single-prod-item .content-block h2{
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.page.quiz .found-products .single-prod-item:hover{
  -webkit-box-shadow: 0px 0px 23px -3px rgb(34 60 80 / 20%);
  -moz-box-shadow: 0px 0px 23px -3px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 23px -3px rgb(34 60 80 / 20%);
  transition: .5s;
}
.page.quiz section .step-content .single-item{
  position: relative;
  margin: 0 10px;
  margin-bottom: 20px;
  background-color: white;
  cursor: pointer;
  min-width: 215px;
  min-height: 53px;
}
.page.quiz section .step-content .fourth-item.single-item, .page.quiz section .step-content .fifth-item.single-item, .page.quiz section .step-content .sixth-item.single-item{
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 6px #0000004d;
  border: 3px solid white;
  transition: .5s;
  cursor: pointer;
}
.page.quiz section .step-content .fourth-item.single-item label, .page.quiz section .step-content .fifth-item.single-item label, .page.quiz section .step-content .sixth-item.single-item label{
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page.quiz section .step-content .fourth-item.single-item.active, .page.quiz section .step-content .fourth-item.single-item.active, .page.quiz section .step-content .fifth-item.single-item.active, .page.quiz section .step-content .sixth-item.single-item.active{
  border: 3px solid black;
  transition: .5s;
}
.page.quiz section .step-content .single-item input{
  position: absolute;
  z-index: -1;
}
.page.quiz section .step-content .single-item p{
  -webkit-text-stroke: 0.3px black;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
}
.page.quiz section .step-content .fourth-item.single-item p, .page.quiz section .step-content .fifth-item.single-item p, .page.quiz section .step-content .sixth-item.single-item p{
  margin: 0;
}
.page.quiz section .step-content .single-item p strong{
  font-size: 14px;
  font-weight: 14px;
}
.page.quiz section .step-content .single-item img{
  box-shadow: 2px 2px 6px #0000004d;
  border: 3px solid white;
  width: 215px;
  height: 135px;
  object-fit: cover;
  transition: .5s;
  cursor: pointer;
}
.page.quiz section .step-content .single-item .price{
  font-size: 0;
}
.page.quiz section .step-content .single-item .price .price_add, .page.quiz section .step-content .single-item .price span{
  font-size: 16px;
}

.page.quiz section .step-content .single-item.active img{
  border: 3px solid black;
  transition: .5s;
}
.page.quiz section .step-content label{

}
.page.quiz section.seventh-step{
  display: flex;
  justify-content: center;
}

.page.quiz section.seventh-step button{
  font-size: 20px;
  font-weight: 400;
  color: white;
  height: 50px;
  width: 190px;
  border: none;
  background-color: #DAAC2F;
  cursor: pointer;
  margin: 0 10px;
  display: none;
}
.page.quiz section.seventh-step button.active{
  display: block;
}
.page.quiz > .inner-container{
  min-height: 350px;
}
.page.quiz section.seventh-step a.reset{
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 50px;
  border: none;
  cursor: pointer;
  margin: 0 10px;
  background-color: black;
  width: 190px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  display: none;
}
.page.quiz section.seventh-step a.reset.active{
  width: 190px;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: .5s;
  display: flex;
}
.page.quiz section.found-products > h2{
  text-align: center;
}
.page.quiz section.found-products > h2:after{
  left: 0;
}
.page.quiz .fourth-step .step-content{
  flex-direction: column;
}
.page.quiz .main-heading::after{
  width: 50px;
}
@media(max-width: 1440px){
  .page.quiz .heading{
    font-size: 26px;
  }
  .page.quiz .found-products .single-prod-item {
    width: 22%;
  }
}
@media(max-width: 768px){
	header .left-side {
		min-width: unset;
	}
  .single-product .upper-block .product-content .product-share .btns-part .btn-item .btn-inner span{    width: 80%;}
  .page.quiz .heading{
    font-size: 16px;
  }
  .page.quiz .found-products .single-prod-item {
    width: 100%;
  }
  .page.quiz section.seventh-step{
    flex-direction: column-reverse;
    align-items: center;
  }
  .page.quiz section.seventh-step button{
    margin: 10px 0;
  }
  .page.quiz > .inner-container{
    width: 100%;
  }
  .page.quiz form{
    padding: 0 15px;
  }
}
header .header-lower-menu{
  width: 55%;
}

#mega-menu-wrap-header-lower #mega-menu-header-lower{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-lower-menu .menu-item,
#mega-menu-wrap-header-lower #mega-menu-header-lower > li.mega-menu-item{
  position: relative;
  margin: 0 10px 0 10px;
  cursor: pointer;
  padding: 20px 0;
}

header .header-lower-menu .menu-item .sub-menu-items{
  position: absolute;
  transform: translateX(42%);
  padding: 30px;
  display: flex;
  z-index: -1;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  border-top: 2px solid #f6ac25;
  top: 70px;
}
.product-name .info-block{
  font-weight: 700;
  margin-top: 10px;
}
.product-name .info-block span{
  font-weight: 400;
}
.product-name > br{
  display: none;
}
header .header-lower-menu .menu-item:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  margin: auto;
  border-style: solid;
  border-width: 0 15px 7px 15px;
  border-color: transparent transparent #f6ad25 transparent;
  z-index: 9;
}
header .header-lower-menu .menu-item:hover:after{
  opacity: 1;
  visibility: visible;
  transition: .5s;
}
header .header-lower-menu .menu-item.no-sub:after{
  display: none;
}
header .header-lower-menu .menu-item:hover .sub-menu-items{
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transition: .5s;
}
header .header-lower-menu .menu-item .sub-menu-items.side-block{
  flex-direction: column;
}
header .header-lower-menu .menu-item .sub-menu-items.side-block .cat-items{
  margin-bottom: 30px;
}
header .header-lower-menu .menu-item .sub-menu-items.side-block .cat-items a:last-child{
  margin-left: 0;
}
header .header-lower-menu .menu-item .sub-menu-items.side-block .cat-items img{
  height: 112px;
  min-width: 130px;
  object-fit: cover;
}
header .header-lower-menu .menu-item .sub-menu-items.side-block .side-items{
  display: flex;
  justify-content: space-between;
}
header .header-lower-menu .menu-item .sub-menu-items.side-block .side-items a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

header .header-lower-menu .menu-item .sub-menu-items.side-block .side-items .left-items{
  max-height: 165px;
}

header .header-lower-menu .menu-item .sub-menu-items.side-block .side-items .left-items, header .header-lower-menu .menu-item .sub-menu-items.side-block .side-items .right-items{
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

header .header-lower-menu .menu-item .sub-menu-items .items-block{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 30px;
  width: 200px;
  max-height: 240px;

}
header .header-lower-menu .menu-item .sub-menu-items .items-block a{
  margin: 9.5px 0;
}
header .header-lower-menu .menu-item .sub-menu-items .cat-items{
  display: flex;
}
header .header-lower-menu .menu-item .sub-menu-items .cat-items img{
  min-width: 150px;
  margin-bottom: 20px;
}
header .header-lower-menu .menu-item .sub-menu-items .cat-items a{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 200px;
  margin-left: 10px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item img{
  border-radius: 100%;    object-fit: cover;
}
.aws-container .aws-search-form .aws-search-btn svg{
    transform: scale(.8);
}
.rtl .aws-container .aws-show-clear .aws-search-field {
    padding: 6px 0 6px 10px;
}
.minicart-custom .inner-cart .woocommerce-cart-form{
  height: calc(100% - 290px);
  overflow-y: auto;
}
.minicart-custom .inner-cart{
  height: 100%;
}
.side-items .right-items a:hover, .side-items .left-items a:hover, header .header-lower-menu .menu-item .sub-menu-items .items-block a:hover{
  font-weight: 900;
  position: relative;
  display: inline-flex;
}
.side-items .right-items a:hover:after, .side-items .left-items a:hover:after, header .header-lower-menu .menu-item .sub-menu-items .items-block a:hover:after{
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e3aa37;
}
.aws-container .aws-search-form .aws-form-btn, .aws-container .aws-search-form .aws-form-btn:hover{
  background: #f6f6f6;
}
.page.single-blog .content p{margin-bottom: 25px;font-weight: normal;line-height: 26px;}
@media(max-width: 1000px){
    .page.our-team .checklist-block .content-part .content-inner{    width: 90%;}
}
@media(max-width: 768px){
  .archive-info{
    margin-top: 15px !important;
  }
  .bapf_sfilter.bapf_clr_txt_right .bapf_img_span{
        margin: 5px 5px 5px 0 !important;
  }
  .archive-content .products-block .filter-items .bapf_ckbox li span.bapf_clr_text {
    font-size: 10px !important;
    display: flex !important;
    align-items: center !important;
}
  body.woo-variation-swatches.rtl .variable-items-wrapper .image-variable-item.variable-item {
      width: 40px !important;
      height: 40px !important;
    }
    #new_row .image-variable-wrapper img {
  width: 50px !important;
  height: 35px !important;
}
header .upper-block .header-wc .wc-single-item span{
  display: block
}
    .blog-items .blog-single-item img{height: 110px;}
}
@media(min-width:2000px){
  .archive .single-prod-item .inner-image .image-item .prod-back-image, .single-prod-item .prod-back-image{left: 0;right: 0;margin: 0 auto;width: 345px;}
}

.minicart-custom {
    padding: 30px 0 0 0 !important;
}
.minicart-custom .minicart-custom-header .cross {
    right: 15px;
}
header .quantity-item span p, .quantity-number {
    padding: 0px;
    margin: 0;
    background: #EA6848;
    color: #fff !important;
    display: flex;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 11px;
    width: 20px;
    height: 20px;
    top: 24px;
}
.minicart-custom .quantity-item span p {
    position: static;
}
.minicart-custom .inner-cart .woocommerce-cart-form, .minicart-custom .woocommerce-mini-cart__total, .minicart-custom .woocommerce-mini-cart__buttons {
    padding: 0 15px !important;
}
.cart .product-thumbnail a {
    padding: 5px 10px;
    border: 1px solid #D9D9D9;
    border-radius: 5px !important;
}
@media(min-width: 993px) {
    body .archive-content .filters-block .filter-close {
        display:none
    }

    .single-product .upper-block .product-content .product-share .btns-part .btn-item .btn-inner br {
        display: none
    }

    .product-gallery .slick-dots,.iconic-woothumbs-zoom-bullets {
        display: none!important
    }

    body>header {
        position: relative;
        z-index: 11;
        background-color: #fff;
        position: fixed;
        left: 0;
        right: 0;
        top: 0
    }

    body {
        padding-top: 169px!important
    }

    body.home {
        padding-top: 122px!important
    }

    body.woocommerce-checkout {
        padding-top: 81px!important
    }

    .mega-sub-menu li a {
        padding-bottom: 10px;
        border-bottom: 1px solid transparent!important;
        text-align: right
    }

    .mega-sub-menu .mega-menu-item a:hover {
        border-bottom: 1px solid #EA6848!important
    }

    .mega-sub-menu .widget_media_image:hover>a {
        border-bottom: 1px solid transparent!important
    }

    .mega-sub-menu a:hover {
        -webkit-text-stroke: .3px #000!important
    }

    header .header-lower-menu .menu-item,#mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item {
        flex-grow: 1;
        margin-left: 0!important;
        margin-right: 0!important;
        padding-left: 10px!important;
        padding-right: 10px!important
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item {
        margin: 0 10px!important
    }

    body #mega-menu-wrap-header-lower,#mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        background: 0 0
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        position: absolute;
        left: 7px
    }

    .home .image-cats.blog-home>.inner-container .image-cat-items .image-cat-item img {
        height: 235px
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-megamenu.mega-menu-item {
        position: relative!important
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-item>ul.mega-sub-menu {
        position: absolute;
        padding: 30px;
        z-index: -1;
        background-color: #fff;
        opacity: 0;
        transition: .5s;
        border-top: 1px solid #f6ac25;
        top: 68px;
        z-index: 999;
        right: 0;
        left: 50%!important;
        right: auto!important
    }

    .mega__1 {
        width: 100px!important;
        margin-left: -50px!important
    }

    .mega__2 {
        width: 200px!important;
        margin-left: -100px!important
    }

    .mega__3 {
        width: 300px!important;
        margin-left: -150px!important
    }

    .mega__4 {
        width: 430px!important;
        margin-left: -215px!important
    }

    .mega__5 {
        width: 530px!important;
        margin-left: -265px!important
    }

    .mega__6 {
        width: 600px!important;
        margin-left: -300px!important
    }

    .mega__7 {
        width: 700px!important;
        margin-left: -350px!important
    }

    .mega__8 {
        width: 850px!important;
        margin-left: -425px!important
    }

    .mega__9 {
        width: 900px!important;
        margin-left: -450px!important
    }

    .mega__10 {
        width: 1064px!important;
        margin-left: -532px!important
    }

    .mega__11 {
        width: 1100px!important;
        margin-left: -550px!important
    }

    .mega__12 {
        width: 1200px!important;
        margin-left: -600px!important
    }

    .size_560_good {
        width: 560px!important;
        margin-left: -280px!important
    }

    .product_size img {
        object-fit: none!important
    }

    #mega-menu-item-284 .mega-menu-columns-1-of-10:nth-child(1) {
        margin-left: 5px
    }

    #mega-menu-item-284 .mega-menu-columns-1-of-10:nth-child(2) {
        margin-right: 30px!important
    }

    #mega-menu-item-284 .mega-menu-columns-1-of-10:nth-child(1),#mega-menu-item-284 .mega-menu-columns-1-of-10:nth-child(2) {
        width: 8%!important
    }

    body #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 15px 10px 0;
        margin-bottom: 0!important;
        padding-bottom: 0!important
    }

    body #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-8.mega-size-2-column .mega-sub-menu li.mega-menu-item-type-custom {
        float: none;
        width: 37%;
        display: inline-block!important
    }

    body #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-4-of-8.mega-size-2-column .mega-sub-menu {
        text-align: center
    }

    body #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.prod>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0 10px 0;
        margin-bottom: 0!important;
        padding-bottom: 0!important
    }

    .mega-sub-menu .prod li a {
        padding-bottom: 0
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-item>ul.mega-sub-menu * {
    }

    .menu_1 li {
        padding: 10px 0 0!important
    }

    .menu_1 .widget_media_image a {
        padding-bottom: 0!important
    }

    .menu_1>.mega-sub-menu>li {
        padding-right: 14px!important
    }

    .menu_1>.mega-sub-menu>li:last-child {
        padding-right: 0!important
    }

    .mega-sub-menu .mega-menu-link {
        text-align: center!important;
        font-weight: 700!important;
        font-size: 16px!important;
        margin: 0!important
    }

    .mega-sub-menu .mega-sub-menu>li {
        margin-bottom: 12px!important;
        display: flex!important;
        justify-content: center!important
    }

    .links .mega-sub-menu li.mega-menu-item-object-custom a {
        position: relative!important;
        overflow: hidden;
        max-width: fit-content
    }

    .mega-sub-menu li.mega-menu-item-object-custom a:before {
        content: ""!important;
        position: absolute!important;
        top: 101%!important;
        left: 0!important;
        right: 0!important;
        background: #EA6848!important;
        height: 1px!important;
        display: none!important
    }

    .mega-sub-menu li.mega-menu-item-object-custommega-sub-menu a:hover:before {
        display: block!important
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        color: #000!important
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-item>ul.mega-sub-menu {
        padding: 17px 27px!important
    }

    .mega-sub-menu li img {
        height: 180px!important;
        width: 200px!important;
        object-fit: contain
    }

    .mega-sub-menu .widget_media_image a {
        width: 100%
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
        position: relative
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item.mega-toggle-on>a.mega-menu-link:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 26px);
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        margin: auto;
        border-style: solid;
        border-width: 0 15px 7px;
        border-color: transparent transparent #f6ad25 transparent;
        z-index: 9;
        display: block!important;
        opacity: 1;
        visibility: hidden;
        transition: 0s
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item>a.mega-menu-link {
        justify-content: center!important
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item.mega-toggle-on>a.mega-menu-link:before {
        visibility: visible
    }

    .mega-indicator {
        display: none!important
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item>a.mega-menu-link {
        color: #000!important
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
        background: 0 0!important
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        font-weight: 700;
        font-size: 16px;
        margin: 0
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item>a.mega-menu-link {
        height: auto;
        line-height: 1;
        padding: 0;
        display: flex;
        font-size: 16px!important;
        font-weight: 700!important;
        text-align: center
    }

    .menu_1 .mega-menu-column:nth-child(2),.menu_1 .mega-menu-column:nth-child(3),.menu_1 .mega-menu-column:nth-child(4) {
        padding-right: 14px!important
    }

    body #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column.menu_small>ul.mega-sub-menu>li.mega-menu-item {
        padding-right: 0!important
    }

    .iconic-woothumbs-thumbnails {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .iconic-woothumbs-images-wrap {
        height: 750px
    }

    .none_image .iconic-woothumbs-images-wrap {
        width: 536px!important
    }

    .none_image .iconic-woothumbs-images__slide {
        width: 468px!important
    }

    .iconic-woothumbs-images__slide {
        height: 700px!important;
        display: flex!important;
        align-items: center;
        justify-content: center
    }

    .iconic-woothumbs-images .slick-slide {
    }

    .iconic-woothumbs-all-images-wrap {
    }

    .iconic-woothumbs-thumbnails__image-wrapper {
        height: 160px!important;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

body #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {
    float: right
}

.order__ship {
    flex-direction: row-reverse;
    justify-content: space-between
}

.order__money {
    font-weight: 700;
    -webkit-text-stroke: .3px #000
}

.image-variable-wrapper .variable-item:not(.radio-variable-item).disabled {
    cursor: pointer!important;
    pointer-events: auto!important
}

.image-variable-wrapper .variable-item:not(.radio-variable-item).disabled img {
    opacity: 1!important
}

.image-variable-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,.image-variable-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:after {
    display: none!important
}

body>.single-prod-item {
    display: none!important
}

.disable_variation {
    color: red
}

.gallery__left {
    width: 100%
}

.disable_variation {
    display: none
}

.disable_variation.active {
    display: block
}

.iconic-woothumbs-images-wrap {
    padding: 0;
    border: 0
}

.iconic-woothumbs-thumbnails__slide {
    border: 1px solid #e1e1e1
}

.iconic-woothumbs-thumbnails__image-wrapper {
    border: 1px solid #e1e1e1
}

.gallery__left {
    position: relative
}

.product-template-default .attribute-images {
    position: absolute;
    bottom: 60px;
    right: 45px;
    z-index: 9
}

.register_inner_checkout {
    display: none
}

input.not_valid {
    box-shadow: 0 0 0 3px red
}

.iconic-woothumbs-thumbnails__image-wrapper {
}

.iconic-woothumbs-thumbnails__image-wrapper img {
    width: 100%;
    height: 100%;
    background-position: center
}

.iconic-woothumbs-zoom-enabled .iconic-woothumbs-images__image {
    height: 700px;
    object-fit: contain;
    width: 100%!important
}

body .zm-viewer {
    z-index: 5
}

body .zm-viewer .iconic-woothumbs-play {
    display: none!important
}

.attr-inner img {
    width: 35px;
    height: 35px
}

.iconic-woothumbs-play {
    bottom: auto;
    top: 0;
    z-index: 10;
    top: 10px;
    left: 30px
}

.iconic-woothumbs-icon.iconic-woothumbs-icon-play {
    color: #EA6848;
    font-size: 50px!important;
    font-weight: 700;
    opacity: 1
}

.iconic-woothumbs-zoom-next {
    display: none!important
}

.iconic-woothumbs-icon.iconic-woothumbs-icon-fullscreen {
    display: none
}

#mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,#mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,#mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: 0 0;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 16px
}

.display__mobile {
    display: none!important
}

.display__pc {
    display: block!important
}

html {
    overflow-x: hidden
}

.product__color,.product__image {
    display: none
}

.archive-content .price {
    justify-content: initial
}

.description-link {
    -webkit-text-stroke: .3px #000;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    display: inline-flex;
    position: relative;
    margin-bottom: 20px;
    transition: .5s;
    margin-top: 30px
}

.coupon_button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    color: #fff;
    font-weight: 400;
    width: 100px;
    height: 45px;
    background-color: #f6ac25
}

.woocommerce-shipping-methods {
    display: inline-block;
    width: 100%
}

.woocommerce ul#shipping_method .amount {
    float: none;
    font-size: 16px
}

.woocommerce div.product form.cart .variations label {
    color: #000;
    -webkit-text-stroke: unset
}

.woocommerce div.product form.cart .variations td.label {
    text-align: right;
    font-weight: 400;
    font-size: 15px
}

.totals-coupon-block button {
    display: none!important
}

.rtl .aws-search-result .aws_onsale {
    float: left;
    padding-top: 0;
    position: relative;
    right: auto;
    left: 4px;
    top: 4px;
    transform: rotate(0deg);
    width: 56px;
    height: 20px;
    background-image: url(../images/SaleTag.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    color: transparent
}

body .aws-search-result .aws_result_sale {
    overflow: initial
}

.products-block .bapf_head {
    visibility: hidden
}

.products-block .bapf_head.active {
    visibility: visible
}

.mega-menu,.mega-menu a,.mega-menu a * {
    background: 0 0!important
}

.description-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #EA6848
}

body {
    overflow-x: hidden
}

.about .first-section .floating-text {
    max-width: 600px;
    width: 100%
}

.order-thanks a.main-heading {
    margin-bottom: 42px;
    font-size: 18px
}

footer .footer-menu li.menu-item-301 {
    width: 140px
}

.checkout_bottom {
    color: #000;
    font-size: 16px;
    -webkit-text-stroke: .3px #000;
    padding-bottom: 20px
}

.price-not_sale {
    text-decoration: auto;
    color: #000
}

.best-prod-items .price {
    display: flex;
    justify-content: center;
    align-items: center
}

body .single-prod-item .price .main-price {
    text-decoration: line-through;
    color: #656565;
    direction: ltr
}

body .single-prod-item .price.price-not_sale .main-price {
    text-decoration: none!important;
    color: #000
}

.bapf_sfilter ul li.active_star .bapf_img_span {
    background: url(../images/star.svg)!important;
    background-repeat: no-repeat!important;
    width: 28px!important;
    height: 28px
}

.bapf_sfilter ul li.active_star {
    order: -3
}

body.page-id-30 .vertical-steps .text-block a {
    display: block;
    background: #00d34d;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 30px!important;
    margin: 5px auto
}

body.page-id-30 .vertical-steps .text-block a span {
    background: #00d34d url(../images/whatsapp-white.svg) right 8px no-repeat;
    padding-right: 25px;
    display: inline-block
}

.bapf_sfilter ul li.active_lapa .bapf_img_span {
    background: url(../images/lapa.svg)!important;
    background-repeat: no-repeat!important;
    width: 28px!important;
    height: 28px
}

.single-product .upper-block .product-content .woocommerce-variation-price del {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    opacity: 1
}

.single-product .upper-block .product-content .woocommerce-variation-price del span {
    text-decoration: line-through;
    font-weight: 700;
    color: silver!important;
    font-size: 20px
}

.single-product .upper-block .product-content .woocommerce-variation-price .price {
    position: static
}

.bapf_sfilter ul li.active_lapa {
    order: -1
}

.bapf_sfilter ul li.active_kolo .bapf_img_span {
    background-image: url(../images/kolo.svg)!important;
    width: 28px!important;
    height: 28px
}

.bapf_sfilter ul li.active_kolo {
    order: -2
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 14px;
    font-weight: 700
}

.woocommerce-billing-fields h3 {
    font-size: 16px;
    margin-top: 27px
}

.cart-subtotal .woocommerce-Price-amount.amount,.order-total .woocommerce-Price-amount.amount {
    -webkit-text-stroke: .3px #000
}

.prod-cats__image {
    display: none
}

.product-content .variations_button {
    visibility: hidden!important
}

.attribute-images .attr-inner {
    position: relative;
    cursor: pointer
}

.single-product .upper-block .product-gallery .gallery-main-image {
    padding-bottom: 0
}

.single-product .upper-block .product-gallery .gallery-main-image .attribute-images {
    bottom: 37px
}

.attribute-images span {
    opacity: 0;
    pointer-events: none;
    box-sizing: inherit;
    position: absolute;
    bottom: 130%;
    z-index: 999;
    box-shadow: 0 7px 15px rgb(0 0 0/30%);
    transition: opacity .3s linear,bottom .3s linear;
    position: absolute;
    left: 50%;
    display: block;
    margin-bottom: 5px;
    padding: 7px;
    border-radius: 3px;
    background-color: #000;
    background-color: rgba(51,51,51,.9);
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    width: 100px;
    bottom: 92%;
    left: -30px
}

.attribute-images span:before {
    content: "";
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid rgba(51,51,51,.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
    opacity: 0;
    pointer-events: none;
    box-sizing: inherit;
    position: absolute;
    bottom: -10%;
    left: 50%;
    z-index: 999;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 7px 15px rgb(0 0 0/30%);
    transition: opacity .3s linear,bottom .3s linear
}

.attribute-images .attr-inner:hover span,.attribute-images .attr-inner:hover span:before {
    opacity: 1
}

.single_prod .upper-block .product-content .product-add-to-cart form {
    flex-direction: row;
  flex-wrap:wrap;
}

.woocommerce-variation-price {
    position: relative
}

.single-product .single_prod .upper-block .product-content .product-add-to-cart form>button,.single-product .upper-block .product-content .product-add-to-cart form .single_add_to_cart_button,.single-product .single_prod .upper-block .product-content .product-add-to-cart form .quickcheckout {
    width: 100%
}

.single_prod .woocommerce-variation__inner {
    display: none
}

.new_gallery {
    display: flex;
    flex-direction: row-reverse
}

.variations_button.active {
    visibility: visible!important
}

.archive-content .products-block .filter-items .bapf_ckbox li span.bapf_clr_text {
    width: auto;
    padding-right: 3px;
    font-size: 14px
}

.minicart-custom {
    width: 450px
}

.attr-inner {
    max-width: 39px;
    max-height: 38px;
    margin-bottom: 5px
}

body .archive-content .products-block .filter-items .bapf_ckbox li span {
    width: 17px
}

.bapf_sfilter.bapf_clr_txt_right .bapf_body ul {
    display: flex
}

.bapf_sfilter.bapf_ckbox.brchecked_default,.woocommerce-result-count {
    color: #757575;
    font-size: 14px
}

.archive-content .product-items .products .single-prod-item .content-block {
    display: flex;
    gap:4px;
    flex-direction: column;
    padding-bottom: 20px;
    margin-top: 10px
}

.single-prod-item .content-block .cat-vars {
    display: flex;
    gap: 10px;
    margin: 10px 0
}

.single-prod-item .content-block .cat-vars .cat-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative
}

.single-prod-item .content-block .cat-vars img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    max-width: 40px;
    cursor: pointer;
    object-fit: cover
}

.single-prod-item .content-block .cat-vars .cat-img:hover img {
    box-shadow: 0 0 0 2px rgb(246 172 37)!important
}

.variations_form.cart.wvs-loaded {
    order: -1
}

table.variations {
    width: 100%
}

body header .upper-block,body header .lower-block {
    border-bottom: 1px solid #e2e2e2
}

.register_not {
    width: 100%;
    font-size: 14px
}

.filter-items {
    font-size: 14px
}

.bapf_sfilter.bapf_clr_txt_right .bapf_body ul {
    margin-left: 19px
}

.single-prod-item .add-to-cart {
    margin-left: auto
}

header .quantity-item span p {
    padding: 0;
    margin: 0
}

.order-thanks a.main-heading::after {
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px
}

header .lower-block .header-btn {
    padding: 5.5px 0;
    margin-right: 48px;
    margin-left: 30px;
    width: 185px;
    text-align: center
}

.image-cat-item h2 {
    margin-top: 13px;
    margin-bottom: 40px
}

.menu-block h2,.tnp-field .tnp-submit {
    font-size: 19px!important;
    font-weight: 700
}

.woocommerce-lost-password .entry-header {
    width: 75%;
    margin: 15px auto;
    margin-bottom: 0
}

.woocommerce-lost-password .entry-content,.woocommerce-lost-password .woocommerce-breadcrumb {
    width: 75%!important;
    margin: 30px auto;
    margin-bottom: 0
}

.checkout-cont .main-heading {
    margin-bottom: 28px
}

.not-logged-in .main-heading {
    margin-bottom: 40px
}

.woocommerce-checkout #mega-menu-header-lower,.woocommerce-checkout .woocommerce-breadcrumb {
    display: none!important
}

.woocommerce-lost-password article .inner-container {
    width: 100%;
    min-height: 630px;
    margin-top: -9px
}

.checkout-cont .main-heading {
    margin-top: 40px
}

.rtl .woocommerce .col2-set .col-1 {
    border-radius: 1px;
    border-top: 1px solid #dadada
}

.woocommerce-lost-password .not-logged-in .woocommerce-breadcrumb {
    margin-top: 20px
}

.woocommerce-cart .cart .woocommerce-message {
    display: none
}

.about-img__mobile {
    display: none
}

.rtl .woocommerce .col2-set#customer_login .col-1 {
    border-top: none
}

.woocommerce-variation__inner {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-right: 25px
}

.woocommerce-variation-price {
    display: flex;
    align-items: center
}

.cat-block__inner {
    max-height: 20px;
    overflow: hidden
}

.cat-image__left {
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.sub-menu-items .side-items {
    flex-direction: row-reverse
}

.cat-image__right {
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: rotate(180deg)
}

body header .cat-block p {
    margin: 0 20px;
    text-align: center
}

.cat-block__cont {
    position: relative;
    margin: auto;
    width: 250px!important
}

.banner .banner-list .banner-inner .banner-item .banner-content h2 {
    font-weight: 600
}

header .cat-block {
}

.banner-list {
    overflow: hidden
}

.banner .banner-list .banner-inner .banner-item .banner-content .upper-text {
    font-size: 35px;
    font-weight: 300
}

.gallery .main-heading,.single-post .content-part h2,.single-post .content-part h1 {
    margin-bottom: 32px
}

.single-post .content-part h1 {
    font-size: 24px;
    position: relative
}

.single-post .content-part h1:before {
    position: absolute;
    content: "";
    background-color: #EA6848;
    width: 30px;
    height: 1px;
    right: 0;
    bottom: -15px;
    display: block
}

.checklist-block p {
    font-weight: 700
}

.our-team {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 70px
}

.related-posts .main-heading {
    text-align: center
}

.our-team:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    height: 1px;
    background: #e2e2e2
}

.cart .inner-cart {
    margin-bottom: 40px
}

.woocommerce-cart .page.type-page {
    margin-bottom: 10px
}

.description_mobile_title {
    display: none
}

.woocommerce-shipping-totals.shipping {
    display: table-row
}

.woocommerce-shipping-totals.shipping>* {
    display: table-row
}

.checklist-block p span {
    display: block;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.page-template-our-team .checklist-block .main-heading {
    max-width: 359px
}

.page-template-our-team .common-content .inner-container * {
    text-align: center;
    line-height: 1.5
}

.page-template-about .about p {
    font-weight: 300
}

.page-template-our-team .common-content .main-heading::after,body.page.gallery .main-heading::after {
    left: 50%;
    margin-left: -15px;
    right: auto
}

.size-chart-block.active {
    z-index: 999
}

div.size-chart-block {
    display: flex;
    align-items: center;
    bottom: 0;
    background: 0 0
}

.description_image {
    display: none;
    width: 38px
}

.page.type-page .main-heading::after {
}

.woocommerce-account.page-id-11 .page.type-page {
    margin-bottom: 0
}

#customer_login .inner-container .u-column1,#customer_login .inner-container .u-column2 {
    width: 350px
}

.page.type-page {
    margin-bottom: 50px;
    line-height: 150%
}

.archive-content .products-block .filter-items .ordering-block .orderby {
    color: #757575;
    font-weight: 700
}

.bapf_sfilter.brchecked_default input:checked+label .bapf_clr_span,.bapf_sfilter.brchecked_default input:checked+label .bapf_img_span,.bapf_sfilter.brchecked_rotate input:checked+label .bapf_clr_span,.bapf_sfilter.brchecked_rotate input:checked+label .bapf_img_span {
    transform: rotate(0deg)!important
}

.size-chart-block .size-inner {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

.size-chart-block .size-inner .cross {
    width: 18px
}

.size-chart-block .size-inner .main-heading {
    margin-bottom: 0;
    font-size: 16px;
    display: none
}

header div .header-lower-menu {
    width: 55%
}

.size-chart-block .size-inner .main-heading:after {
    bottom: -5px;
    width: 100%
}

body .archive-info {
    margin-bottom: 25px
}

.archive-content .single-prod-item h2 {
    margin-top: 0
}

.woocommerce-cart .woocommerce-cart-form {
    display: none
}

.woocommerce-cart .woocommerce-cart-form:last-of-type {
    display: block
}

.single-product .fader.active {
    opacity: .8
}

body .fader {
    z-index: 10px
}

.single-prod-item .content-block .qib-button,.single-prod-item .content-block .single_add_to_cart_button,.single-prod-item .content-block.quickcheckout {
    display: none
}

.single_prod_card .content-block {
    margin-top: 10px
}

.single_prod_card .quickcheckout {
    display: none
}

.checkout_password {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    display: none
}

.checkout_password.active {
    display: flex
}

.checkout_password input {
    width: 49.3%;
    border: 1px solid #d0d0d0;
    height: 50px
}

.checkout_password input:last-child {
}

.single_prod_card .add-to-cart {
}

.checkout_login_my {
    display: none!important
}

.checkout_login_my.active {
    display: block!important
}

.checkout_login_my {
    max-width: 450px;
    height: auto!important
}

.image-item_my .prod-back-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cart-empty__my {
    text-align: center;
    font-size: 22px;
    margin-bottom: 70px;
    width: 100%
}

.fader2,.fader_cart {
    position: fixed;
    cursor: pointer;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: -1;
    opacity: .6;
    visibility: hidden
}

.minicart-custom #new_row {
    padding-left: 8px
}

.quiz .price {
    justify-content: center
}

.fader2.active,.fader_cart.active {
    z-index: 999;
    opacity: .7;
    visibility: visible
}

.minicart-custom_not-fader .fader2.active {
    visibility: hidden
}

.page-template-our-team .checklist-block .main-heading {
    margin-bottom: 70px
}

.single-post .content-part h2:before {
    bottom: -15px
}

.header-checkout {
    display: none;
    align-items: center
}

.woocommerce .header-checkout a.button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #000;
    margin-right: 35px;
    font-size: 14px;
    color: #fff;
    padding: 0 35px
}

.woocommerce-checkout .header-checkout {
    display: flex
}

.woocommerce-checkout>header {
    box-shadow: 0 5px 30px rgba(0,0,0,.1)
}

.woocommerce-checkout>footer {
    display: none
}

.woocommerce-checkout .header-btn,.woocommerce-checkout .header-search,.woocommerce-checkout .upper-block,.woocommerce-checkout .cat-block,.woocommerce-checkout .header-lower-menu {
    display: none
}

.header-checkout__text p {
    color: #000;
    font-size: 14px
}

.header-checkout__text b {
    display: block;
    font-size: 16px;
    color: #EA6848
}

.burger_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 40px
}

.burger_menu span {
    height: 2px;
    width: 100%;
    background: #000
}

.burger_menu span:nth-child(2) {
    width: 32px
}

.single_variation {
    display: flex;
    align-items: center
}

.upper-block .mega-menu-link,.upper-block .mega-menu-item,.upper-block #mega-menu-wrap-header-upper {
    background: 0 0!important;
    color: #6e6e6e!important
}

.woocommerce-checkout .lower-block {
    display: flex;
    justify-content: space-between
}

.single-prod-item .woocommerce-Price-amount.amount {
    position: relative
}

.single-prod-item .woocommerce-Price-amount.amount:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 13px;
    top: 6px;
    height: 12px;
    background: #fff
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    max-width: 340px
}

.single-product .middle-block .tab-items {
    height: 173px
}

.woocommerce-variation-add-to-cart-disabled .quickcheckout {
    background: #cea85c!important
}

body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    padding-bottom: 0;
    margin-bottom: 50px
}

.blog p,.gallery p {
    font-weight: 600
}

.blog-single-item a:last-child {
    position: relative
}

.page.gallery .masonry-block .masonry-single {
    display: inline-flex
}

.masonry-img__inner {
    width: 100%;
    height: 250px;
    background-size: cover
}

.blog-single-item a:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #EA6848
}

.banner .links-list .link-item p {
    font-weight: 300
}

.woocommerce .woocommerce-breadcrumb {
    font-weight: 700;
    font-size: 12px;
    color: #000
}

.count_prod {
    display: none
}

.woocommerce-breadcrumb a {
    color: #979797
}

.woocommerce-breadcrumb span {
    color: #979797
}

.banner .banner-list .banner-inner .banner-item .banner-content .lower-text {
    font-size: 20px;
    margin-top: 8px
}

.woocommerce .woocommerce-breadcrumb a {
    font-weight: 700
}

.woocommerce-account.woocommerce-lost-password .woocommerce {
    display: flex;
    flex-direction: column;
    max-width: 500px
}

.woocommerce-account.woocommerce-lost-password .woocommerce-message {
    margin-right: 0;
    display: none
}

body .single-product .upper-block .product-content .product-share .btns-part .btn-item:before {
    min-width: 150px
}

body .section-heading {
    margin-bottom: 70px
}

.page.woocommerce-cart.logged-in .entry-content.cart {
    margin-top: 20px
}

.page-id-11.logged-in .entry-header {
    display: block
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 12px
}

.woocommerce-lost-password .woocommerce-form {
    max-width: 351px
}

.woocommerce.woocommerce-lost-password form.login {
    margin-top: 0
}

.woocommerce-lost-password .form-row {
    width: 100%!important
}

.description-block .image-part {
    max-width: 700px
}

.description-block.first .text-part {
    padding-right: 99px
}

.description-block.second .text-part {
    padding-left: 99px;
    width: 32%
}

body .caldera-grid .col-sm-4 {
    width: auto
}

.single-product .upper-block .product-content .variations_button .button {
    width: 100%!important
}

body .qib-button-wrapper button.qib-button {
    width: 30px;
    font-size: 16px;
    padding: 0
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 16px!important;
    font-weight: 300
}

.single-product .upper-block .product-content .product-add-to-cart form .quickcheckout {
    margin-left: 0
}

.single-product .quantity .qty {
    width: 55px
}

.single-product .upper-block .product-subscribe .subscribe-part .caldera-grid .row {
    display: flex;
    flex-direction: row-reverse
}

body.single-product .upper-block .product-subscribe .text-part b {
    font-weight: 700
}

.single-product .upper-block .product-subscribe .text-part {
    width: 41%
}

.single-product .upper-block .product-subscribe .subscribe-part .caldera-grid input {
    max-width: 140px
}

.single-product .upper-block .product-content {
    max-width: 650px
}

.single-product .woocommerce-breadcrumb {
    font-size: 12px;
    margin-bottom: 12px
}

.woocommerce-lost-password input.input-text {
    border: 1px solid #d0d0d0;
    height: 50px;
    padding-right: 20px;
    width: 100%;
    margin-top: 20px!important;
    margin-bottom: 25px!important
}

.woocommerce-lost-password button.button {
    width: 100%;
    height: 45px;
    color: #fff;
    background-color: #000;
    border-radius: 0
}

.woocommerce-lost-password .entry-title {
    text-align: right;
    margin-bottom: 35px
}

.woocommerce-account.woocommerce-lost-password .woocommerce {
    border-top: 0
}

.woocommerce-lost-password .main-heading::after {
    bottom: -15px;
    right: 0;
    left: auto!important
}

.woocommerce-lost-password article .inner-container {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/login_image.png);
    background-position-x: -97px
}

.woocommerce-lost-password section {
    margin-top: 0
}

.select2-container {
    z-index: 1
}

.update_totals_on_change.validate-required .select2-selection__arrow {
    width: 400px
}

.blog .main-heading {
    text-align: center
}

.blog p {
    text-align: center
}

.ordering-text {
    display: none
}

.image-cats .image-cat-items .image-cat-item img {
    height: 340px;
    object-fit: cover
}

.best-prod-items {
    visibility: hidden
}

.best-prod-items.active {
    visibility: visible
}

section.dimension-cats {
    margin-top: 3.5%;
    margin-bottom: 6%
}

.blog-items {
    margin-top: 50px
}

.product-prices {
    display: none
}

.image-cats .slider-arrows {
    display: none
}

.main-heading::after {
    bottom: -20px
}

.main-heading {
    margin-bottom: 60px
}

.main-heading p {
    font-weight: 400
}

.page.contacts .form-block>p {
    font-size: 15px
}

.page.contacts .form-block>p strong {
    font-weight: 700
}

.page.contacts textarea {
    resize: none
}

.menu-item-312 a,.menu-item-302 a {
    color: #EA6848
}

.menu-footer-upper-container .menu-item a span {
    color: #EA6848
}

.woocommerce-form-register__submit {
    margin-top: 50px!important
}

.order-thanks p {
    font-weight: 400
}

.order-thanks .order-num p span {
    font-weight: 700
}

#customer_login .main-heading {
    margin-bottom: 28px
}

.not-logged-in .woocommerce-breadcrumb {
    margin-top: 10px
}

.single_prod .starting-price {
    display: flex;
    flex-direction: row-reverse!important;
    justify-content: flex-end!important
}

.single_prod .starting-price .price_count {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding-bottom: 6px
}

#customer_login form .woocommerce-form-row input {
    border: 1px solid #c8c8c8
}

.not-logged-in .woocommerce form .form-row {
    margin: 0 0 9px
}

.acc__mytext {
    margin: 14px 0 12px
}

#customer_login {
    padding: 63px 0;
    background-position-x: -97px;
    margin-top: -33px
}

.woocommerce-lost-password article .inner-container {
}

.lost_password a {
    text-decoration: underline
}

.not-logged-in #customer_login .inner-container .u-column1 {
    margin-left: 60px
}

.lost_password {
    margin-top: 10px;
    margin-bottom: 7px
}

.woocommerce form.login {
    margin-top: 1em
}

.woocommerce form .form-row {
    padding-left: 0;
    padding-right: 0
}

.quickcheckout {
    position: relative
}

.page_404 .inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 510px
}

.page_404 {
    margin-bottom: 4%
}

.page_404 .header-search {
    margin-right: auto;
    width: 100%;
    max-width: 100%
}

.page_404 h2 {
    text-align: center;
    font-size: 25px
}

.page_404 h3 {
    text-align: center;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 35px;
    font-size: 21px
}

.page_404 h3:after,.last-prods__404 .section-heading:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.last-prods__404 .section-heading {
    text-align: center
}

.last-prods__404 {
    background-color: #eee;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 0
}

.page_404 p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px
}

.buttons_404 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px
}

.black_404 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%!important;
    width: 50%;
    margin-left: 5px;
    margin-top: 0!important;
    cursor: pointer
}

.yellow_404 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px!important;
    width: 100%!important;
    width: 50%;
    cursor: pointer
}

.last-prods__404 .best-prod-items {
    margin-bottom: 0
}

.last-prods__404 {
    padding-bottom: 0
}

.woocommerce-variation-add-to-cart-disabled .quickcheckout:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 212%;
    background-color: transparent;
    display: none
}

.single-prod-item .woocommerce-product-gallery__image {
    display: none
}

.minicart-custom.show {
    z-index: 999;
    box-shadow: 0 10px 50px rgba(0,0,0,.2)
}

.content-part h2 {
    font-size: 24px;
    margin-bottom: 62px;
    position: relative
}

.content-part h2:before {
    position: absolute;
    content: "";
    background-color: #EA6848;
    width: 30px;
    height: 1px;
    right: 0;
    bottom: -30px
}

.date-blog {
    margin-bottom: 30px
}

.content-wrap {
    display: flex;
    justify-content: space-between
}

.content-wrap .image-part {
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    width: 800px;
    height: max-content;
    margin-right: 50px
}

.content-wrap .image-part img {
    max-width: 100%;
    max-height: 100%
}

.content-wrap .content {
    width: 100%
}

.single-blog .main-heading {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 60px
}

.single-blog .main-heading::after {
    text-align: center;
    right: auto
}

.upper-block {
    position: relative
}

.mobile-menu__btn {
    display: none;
    z-index: 10
}

.mobile-menu__btn span {
    display: flex;
    width: 40px;
    height: 1px;
    transition: .5s all
}

.mobile-menu__btn span:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px
}

.mobile-menu {
    position: fixed;
    top: -105vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: .5s all;
    background-color: rgba(255,255,255,.9)
}

.mobile-menu.__active {
    display: flex;
    top: 0;
    z-index: 5
}

.mobile-menu .lower-block {
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-heading {
    z-index: -1
}

.mobile-menu li {
    margin-left: 0;
    margin-bottom: 10px
}

.mobile-menu .header-btn {
    text-decoration: none;
    padding: 10px;
    border: 1px solid #EA6848;
    color: #EA6848;
    margin: 0 20px
}

.mobile-menu img {
    margin-bottom: 20px
}

.mobile-menu .menu-upper {
    display: flex;
    justify-content: center
}

.mobile-menu__btn.__active span:nth-child(1) {
}

.mobile-menu__btn.__active span:nth-child(2) {
}

.mobile-menu__btn.__active span:nth-child(3) {
}

.second-section {
    margin-right: 50px
}

.woocommerce-cart-form__cart-item.cart_item {
    display: flex!important;
    opacity: 1!important
}

.inner-container header {
    z-index: 1
}

#new_row {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 13%;
    height: max-content;
    width: 100%;
    margin: auto;
    background-color: #fff;
    max-width: 340px;
    z-index: 9999;
    padding-top: 10px;
    padding-right: 10px
}

.minicart_table #new_row .woocommerce-variation-price,.minicart_table #new_row .WOO_CK_WUVIC_thumbnail {
    display: none
}

#new_row button#single_add_to_cart_button_id {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px
}

.bapf_sfilter.bapf_clr_txt_right .bapf_body ul {
    padding-right: 0
}

.bapf_body li:nth-child(2) {
    order: 1
}

body .archive-content .filters-block {
    width: 18%
}

.woo-variation-swatches.wvs-show-label #new_row .variations td label {
    font-size: 14px;
    font-weight: 700
}

.bapf_sfilter.bapf_clr_txt_right .bapf_img_span {
    margin: 5px 19px 5px 0
}

body .archive-content .products-block .filter-items .bapf_ckbox li span {
    background-size: 35px!important;
    margin-top: 0;
    width: 35px
}

body .archive-content .products-block .filter-items .bapf_ckbox li label[for=bapf_6_553] span.bapf_img_span {
    background-size: 30px!important;
    width: 30px
}

.archive-content .products-block .filter-items .bapf_ckbox h3 {
    margin-top: -5px
}

#new_row .WOO_CK_WUVIC_thumbnail {
    display: none
}

#new_row .woocommerce-variation-add-to-cart-enabled {
    display: flex!important;
    flex-direction: column
}

#new_row #cancel {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: transparent!important;
    font-size: 0;
    background-image: url(../images/cancel-copy.png)!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    width: 18px!important;
    max-height: 16px;
    margin-top: 3px;
    margin-left: 14px
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
    display: none!important
}

#new_row .image-variable-wrapper .variable-item:not(.radio-variable-item) {
    width: auto;
    height: auto
}

#new_row .image-variable-wrapper img {
    width: 50px!important;
    height: 50px!important
}

#new_row .value.woo-variation-items-wrapper {
    padding-top: 0
}

.woocommerce table.shop_table #new_row td.label {
    padding-bottom: 0
}

body.woo-variation-swatches #new_row ul.variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

#new_row .variations tr:first-child ul.variable-items-wrapper {
    justify-content: initial
}

#new_row .variations tr:first-child ul.variable-items-wrapper li {
    box-shadow: none;
    border: 1px solid transparent
}

#new_row .variations tr:first-child ul.variable-items-wrapper li.selected {
    border: 1px solid #EA6848
}

.cart_simple .product-edit {
    visibility: hidden!important;
    height: 1px!important;
    overflow: hidden;
    padding-top: 0!important;
    padding-bottom: 0!important
}

.cart_simple .product-remove {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important
}

body.woo-variation-swatches #new_row ul.variable-items-wrapper li {
    width: 48%;
    margin-left: 5px;
    height: 40px;
    border-radius: 0
}

.woocommerce-cart #new_row .variations_form.cart.wvs-loaded {
    width: 268px
}

.woocommerce-cart #new_row .single_variation {
    margin-top: 10px
}

button,input,a {
    border-radius: 0!important
}

body .variable-items-wrapper.image-variable-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 50%!important
}

#new_row .qib-button-wrapper {
    margin-bottom: 20px;
    direction: ltr;
    display: flex;
    justify-content: end
}

#new_row .qib-button-wrapper button.qib-button,#new_row .qib-button-wrapper .quantity input.input-text.qty.text {
    border: 1px solid #e1e1e1
}

#new_row .qib-button-wrapper .quantity input.input-text.qty.text {
    border-left: none;
    border-right: none
}

.second-section .image-block:first-child {
    margin-bottom: 40px
}

.first-section .image-block {
    margin-top: 40px
}

.second-section .floating-text {
    margin-top: 20px
}

.first-section .image-block .floating-text {
    margin-top: 20px
}

.team-items {
    flex-wrap: wrap
}

.page.our-team .our-team .team-items .single-team {
    min-width: 200px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px
}

.product-gallery {
    visibility: hidden
}

.product-gallery.active {
    visibility: visible
}

.insd {
    overflow: hidden
}

.slick-slider {
    touch-action: auto!important
}

.checkout_coupon .form-row {
    width: 50%!important
}

.woocommerce-page .banner-image {
    height: 503px
}

.single-product .middle-block * {
    transition: .2s all
}

.single-product .middle-block {
    min-height: 390px
}

.tab-content-single.first>div {
    width: 100%
}

.product-name__text .additional-info-block .sku-info {
    margin-bottom: 8px
}

.product-name__inner {
    position: relative;
    max-width: 40px
}

.checkout__name {
    width: 404px;
    right: 0;
    position: relative
}

body .single-product .middle-block .tab-content .tab-content-single {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: 0s;
    display: none!important
}

body .single-product .middle-block .tab-content .tab-content-single.active {
    display: block!important;
    align-items: center
}

.banner-item__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.homepage .banner-item__img {
    position: static
}

.first-prods .prod-cat-item, .top-prods .prod-cat-item {
    margin-right: 7px;
    margin-left: 7px
}

.page.about .inner-container {
    flex-direction: column
}

.about .first-section {
    display: flex
}

.about .inner-container {
    width: 100%
}

.about .inner-container .image-block {
    width: 100%;
    max-width: 800px;
    margin-right: 100px;
    position: relative;
    margin-top: 0
}

.about .inner-container .image-block {
    min-width: 810px
}

.about .first-section .floating-text {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 75px;
    padding-right: 50px;
    position: absolute;
    top: 40px;
    right: -50px
}

.woocommerce-form-register .form-row.form-row-wide {
}

.woocommerce .register_inner .woocommerce-form-register__submit {
    margin-top: 30px!important
}

#customer_login form .form-row a.woocommerce-form-register__submit,.woocommerce .register_inner .woocommerce-form-register__submit,.yellow_404 {
    background-color: #EA6848;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    right: auto;
    color: #515151;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0
}

.page-template-registration .u-column2.col-2 {
    background-repeat: no-repeat;
    padding: 90px 0;
    background-size: contain;
    height: 630px;
    padding: 20px 0;
    background-position-x: -97px;
    width: 100%;
    background-image: url(../images/login_image.png)
}

.page-id-11 .entry-header {
    display: none
}

#menu-item-293,#menu-item-294,#menu-item-295 {
    position: relative;
    left: -22px
}

.page-template-registration .u-column2.col-2 .inner-container {
    display: flex;
    flex-direction: column;
    align-items: start
}

.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover {
    background-color: #efb643;
    color: #fff
}

#customer_login .u-column2.col-2 .form-row.form-row-wide {
    display: none
}

.register_inner {
    max-width: 710px
}

.register_inner .form-row {
    width: 49.2%!important;
    float: none;
    margin-bottom: 10px!important
}

.register_inner .form-row:nth-child(3) {
    width: 100%!important
}

.register_inner .woocommerce-form-register.register {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.register_inner .woocommerce-form.woocommerce-form-register.register input {
    height: 50px;
    padding-right: 15px;
    border-radius: 0;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.show-password-input {
    display: none
}

.register_inner .woocommerce-privacy-policy-text {
    display: none
}

.register_inner .main-heading {
    margin-bottom: 36px;
    text-align: center
}

.register_inner label {
    display: none!important
}

.about .main-heading {
    z-index: 1
}

.about .first-section {
    padding-right: 10%
}

.about .second-section {
    display: flex;
    padding-left: 10%
}

.about .second-section .second {
    margin-top: 200px
}

.about .second-section .second {
    position: relative
}

.about .second-section .second .floating-text {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 75px;
    padding-right: 50px;
    position: absolute;
    top: 40px;
    right: 90px;
    width: 100%;
    max-width: 700px
}

.team_bold {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px
}

.none_product .main-heading {
    display: none
}

.none_product.quiz .main-heading {
    display: block
}

.woocommerce-account .inner-container.not-logged-in {
    width: 100%
}

.cart_none .cart-empty {
    display: none
}

.woocommerce-cart .wac-qty-button {
    border: 1px solid #efefef;
    width: 30px;
    font-size: 16px;
    padding: 0;
    float: none!important;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center
}

.woocommerce-cart .wqpmb_quantity {
    display: flex
}

.woocommerce-cart .quantity {
    display: flex
}

.woocommerce-cart .qib-button-wrapper {
    margin: 0
}

.woocommerce-cart .qib-button-wrapper button.qib-button {
    display: none!important
}

.cart_none {
    width: 100%
}

.cart_p_none {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    display: none
}

.cart_p_none.active {
    display: block
}

.link_under_checkout {
    margin-right: 5px;
    display: block;
    color: #EA6848
}

.banner .links-list .link-item p strong,.banner .banner-list .banner-inner .banner-item .banner-content a,footer *,.checklist-items p,.team_bold {
    -webkit-text-stroke: .3px #000
}

body footer .upper-block .newsletter-block>p {
    -webkit-text-stroke: 0 #000
}

.menu-footer-upper-container .menu-item a span,.menu-item-312 a,.menu-item-302 a,.woocommerce-form-coupon-toggle .woocommerce-info a,.page.our-team .checklist-block .content-part p.lines {
    -webkit-text-stroke: .3px #EA6848
}

.woocommerce-orders .woocommerce-MyAccount-content {
    position: relative
}

div.single-prod-item .price {
    margin: 5px 0 20px
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions a {
    max-width: 140px
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    direction: ltr
}

.single-product .best-prod-items .slick-next,.woocommerce-cart .best-prod-items .slick-next {
    background-image: url(../images/left2.png);
    width: 13px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 33%
}

.single-product .lower-block .section-heading span {
    color: #EA6848
}

.woocommerce-account .addresses .title h3 {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 18px;
    padding-left: 80px!important
}

.woocommerce-Address {
    width: auto!important;
    float: right!important;
    margin-left: 100px;
    position: relative
}

header .upper-block .header-wc .wc-single-item {
    padding: 13px 9px
}

header .upper-block .header-wc .wc-single-item span {
    font-size: 13px
}

.banner .links-list .link-item p strong {
    font-size: 16px
}

.banner .links-list .link-item p {
    font-size: 14px;
    margin: 0
}

.description-block p {
    margin: 0
}

.product-down__text {
    display: flex;
    justify-content: center;
    width: 80%
}

header .upper-block .header-wc .wc-single-item {
    padding: 13.5px 11.3px
}

.woocommerce-account.page.page-id-11 .woocommerce {
    border: none
}

body .single-product .upper-block .product-gallery .main-heading::after {
    bottom: -10px
}

.custom-price-text {
    font-size: 13px
}

.single-product .upper-block .product-content .product-share .btns-part .btn-item {
    font-size: 14px
}

body.single-product .upper-block .product-subscribe .text-part b {
    font-size: 16px
}

body.single-product .upper-block .product-subscribe .text-part p {
    font-size: 14px
}

body .single-product .upper-block .product-gallery .main-heading {
    width: auto;
    display: block
}

header .upper-block {
    height: 49px;
    box-sizing: border-box
}

.single-product .upper-block .product-content .heading-block .main-heading {
    margin-bottom: 42px
}

.single-product .upper-block .product-content .heading-block .main-heading,.single-product .upper-block .product-content .variations tr td.label {
    font-weight: 700
}

.single-product .upper-block .product-gallery .main-heading:after {
    width: 100%
}

body header .upper-block .header-wc .wc-single-item span,body .main-menu li a {
    font-size: 13px
}

.product_size .widget_media_image {
    padding-bottom: 0!important;
    padding-top: 0!important;
    margin-bottom: 0!important
}

.product_size .textwidget {
    font-weight: 700;
    color: #000
}

.product_size .widget_text {
    padding-bottom: 0!important;
    margin-bottom: 0!important
}

.product-content {
    border-top: 1px solid #e1e1e1;
    padding-top: 30px
}

.aws-search-result .aws_result_title {
    color: #000;
    font-weight: 700
}

.rtl .aws-container .aws-show-clear .aws-search-field {
}

.rtl .aws-container .aws-show-clear .aws-search-field::placeholder {
    font-size: 14px;
    color: #828282;
    font-weight: 300;
    font-family: Atlas,sans-serif!important
}

.header-search {
    max-width: 380px
}

.aws-container .aws-search-form {
    border: 1px solid #EA6848
}

.aws-container .aws-search-form .aws-search-btn svg {
    color: #EA6848
}

.aws-container .aws-search-form .aws-form-btn,.aws-container .aws-search-form .aws-form-btn:hover,.aws-container .aws-show-clear .aws-search-field {
    background-color: transparent
}

*:not([class*=" eicon-"], [class^=eicon], [class^="vcm-ic-"], [class*=" vcm-ic-"]) {
    font-family: Atlas,sans-serif!important
}

div .main-menu li {
    margin-left: 35px
}

#menu-header-upper {
    padding-right: 0
}

.aws-search-btn_icon {
    position: relative;
    left: 9px
}

.aws-container .aws-search-form .aws-wrapper {
    display: flex;
    justify-content: flex-end
}

.woocommerce-Address .edit {
    position: absolute;
    left: 0;
    top: 21px;
    color: #fff;
    font-size: 0;
    width: 21px;
    height: 21px;
    background-image: url(../images/pencil.png);
    background-size: contain;
    background-repeat: no-repeat
}

.woocommerce-Address address {
    font-weight: 300
}

.rtl.woocommerce-edit-address .woocommerce .col2-set .col-1 {
    border-top: none
}

.woocommerce-orders-table__cell-order-number a {
    font-weight: 700
}

.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
    visibility: hidden
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button {
    font-weight: 700
}

.single-product .tab-content p,.single-product .table-contents {
    font-weight: 700
}

.about .second-section .second p {
    max-width: 500px
}

.about .second-section .first p {
    max-width: 580px
}

.product-gallery .main-heading {
    font-size: 16px
}

body .single-product .upper-block .product-gallery .main-heading::after {
    bottom: -8px
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    border: 1px solid #d1d1d1;
    width: 20px;
    height: 20px;
    margin-left: 11px;
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 7px
}

.fa-chevron-up:before,.fa-chevron-down:before {
    content: "";
    width: 18px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow_down.png);
    position: absolute;
    left: 0;
    top: -5px
}

.iconic-woothumbs-thumbnails__control i:before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow_down.png);
    position: absolute;
    left: 41%;
    top: 0;
    transform: rotate(180deg);
    width: 21px;
    height: 17px;
    opacity: 1
}

.iconic-woothumbs-thumbnails__control--down i:before {
    transform: rotate(0)
}

.iconic-woothumbs-thumbnails__control {
    opacity: 1
}

body .single-prod-item p {
    font-size: 16px;
    margin: 0
}

.single-prod-item .price *:nth-child(3) {
}

.woocommerce-Price-amount.amount {
    position: relative
}

footer .footer-menu {
    padding-right: 0
}

body footer .upper-block .newsletter-block>p {
    font-size: 16px
}

footer .upper-block .newsletter-block .newsletter-item form input {
    max-width: 530px
}

footer .upper-block .newsletter-block .newsletter-item form .tnp-field-button {
    margin-right: 43px
}

body .single-prod-item .price ins {
}

body .single-prod-item .price {
    display: flex
}

body .single-prod-item .price .sale-price {
    color: #de0000;
    margin-right: 10px;
    direction: ltr
}

.single-prod-item p {
    font-weight: 300
}

.added_to_cart.wc-forward {
    display: none!important
}

.banner .links-list .link-item {
    width: 100%
}

.slick-dots li::marker {
    font-size: 0
}

.page.like .choose-content .choose-items .choose-single {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px
}

.page.like .choose-content .choose-items .choose-single:nth-child(1) {
    border-left: 1px solid #e0e0e0
}

.page.like .choose-content {
    padding-bottom: 77px;
    padding-top: 60px
}

.page.like .choose-content .choose-items .choose-single * {
    max-width: 480px
}

footer .lower-block .logo {
    display: flex;
    align-items: center
}

footer .lower-block .logo a {
    padding-bottom: 5px;
    padding-left: 4px;
    font-size: 14px;
    color: #6c3b3a
}

body.single-product .middle-block .tab-items .tab-single-item {
    -webkit-text-stroke: .3px #c1c1c1
}

.single-prod-item h2,.description-block .text-part .main-heading,.inner-container>.section-heading,.woo-variation-swatches.wvs-show-label .variations td label,.single-prod-item .price,.product-share .btn-item span,.woocommerce-account .woocommerce-MyAccount-content .dash-buttons a,.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active,body.single-product .upper-block .product-subscribe .text-part b,body .single-product .upper-block .product-gallery .main-heading,.single-prod-item .price span,#order_review_heading,.woocommerce-checkout-review-order-table thead,.checkout-cont .product-total span,.woocommerce-checkout-review-order-table .product-name__text,.woocommerce-billing-fields h3,.woocommerce-orders-table__header span,.checkout-cont .product-name .product-name__text .additional-info-block>div,.woo-variation-swatches.wvs-show-label #new_row .variations td label,.inner-container>.section-heading,.inner-container>.main-heading,.woocommerce-shipping-totals.shipping>th,#order_review_heading,.woocommerce table.shop_table th,.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount.amount,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions a,.single-prod-item:hover .add-to-cart,body.single-product .tab-content p,.single-product .table-contents,body.single-product .middle-block .tab-items .tab-single-item.active,.label-checkout,.product_size .textwidget *,.menu_1 .mega-menu-column:nth-child(2),.menu_1 .mega-menu-column:nth-child(3),.menu_1 .mega-menu-column:nth-child(4),.prod,.cart-totals_left,.page_404 h2,.product-name,.product-total,.cart__my_ship,.product-excerpt h3 {
    -webkit-text-stroke: .3px #000
}

.product-name,.product-total,.cart__my_ship {
    font-weight: 700
}

.sale-price {
    -webkit-text-stroke: .3px #de0000!important
}

body header .cat-block p {
    -webkit-text-stroke: .1px #000
}

.cart-totals_left {
    display: flex;
    font-weight: 700
}

.woocommerce-cart .cart .shop_table .woocommerce-Price-amount {
}

.cart_totals .shop_table>div>div,.woocommerce-cart .cart .shop_table .woocommerce-Price-amount {
    text-align: right;
    justify-content: end;
    font-weight: 700
}

.woocommerce .cart__coupon button.button {
    width: 120px
}

.form-row-last {
    display: flex
}

.woocommerce form.checkout_coupon {
}

.menu_small li {
    padding-left: 0!important
}

.menu_1 .mega-sub-menu li.mega-menu-column:nth-child(2) img,.menu_1 .mega-sub-menu li.mega-menu-column:nth-child(3) img,.menu_1 .mega-sub-menu li.mega-menu-column:nth-child(4) img {
    width: 200px!important;
    object-fit: cover!important
}

.woocommerce-checkout-review-order-table .product-total,.woocommerce-checkout-review-order-table .cart-subtotal td,.woocommerce-checkout-review-order-table .order-total td {
    padding-left: 0!important;
    text-align: end
}

.wc_payment_method.payment_method_cod {
    font-weight: 700
}

.woocommerce-shipping-totals.shipping {
    position: relative
}

.best-prod-inner .slick-slide .wp-post-image,.single-prod-item .prod-front-image {
    height: 400px
}

body.archive .single-prod-item .prod-front-image {
    height: 100%!important;
}
.archive .single-prod-item .inner-image, .product-items .products .single-prod-item a img {
    height: 100%;
}
.single-product .table-contents {
    text-align: left;
    padding-right: 45px
}

.best-prod-inner .image-item_my {
    position: relative;
    height: 400px;
    display: block;
    overflow: hidden
}

.woocommerce-shipping-totals.shipping>th {
    height: 54px;
    display: flex;
    width: 100%;
    border: none;
    padding-top: 20px!important;
    border: none!important
}

#order_review_heading {
    margin-bottom: 2px;
    font-size: 16px;
    margin-top: 0
}

.checkout__row,.cart-subtotal,.order-total {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.woocommerce-checkout-review-order-table .cart_item {
    display: flex;
    flex-direction: row-reverse
}

body .size-chart-block.active {
    transition: 0s all
}

body .active_fader_size {
    z-index: 9998!important
}

body .size-chart-block.active {
    z-index: 9999!important
}

.woocommerce ul#shipping_method {
    padding-top: 12px
}

.woocommerce table.shop_table th,.woocommerce ul#shipping_method li label,.payment_methods label {
    font-size: 14px
}

.woocommerce #payment #place_order,.woocommerce-page #payment #place_order {
    padding: 14px 10px
}

.woocommerce-shipping-totals.shipping>th:before {
    content: "";
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #dadada;
    display: none
}

.woocommerce-checkout-review-order-table .product-name {
    padding-right: 0!important
}

.checkout-cont .product-name .product-name__text .additional-info-block>div {
    font-size: 14px;
    line-height: 17px
}

.woocommerce form .form-row {
    padding: 0
}

.prod-cats .prod-cat-item .main-heading::after,.main-heading::after {
    bottom: -13px
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    font-size: 16px
}

.woocommerce table.my_account_orders {
    font-size: 16px;
    font-weight: 700
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0
}

body .woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th {
    padding: 16px 8px
}

.woocommerce-MyAccount-navigation ul {
    padding-right: 0
}

body.woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 65px
}

.dash-buttons {
    margin-top: 35px
}

.checkout-cont .product-name .product-name__text {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.woocommerce-account.page.page-id-11.logged-in .woocommerce {
    border-top: 1px solid #e4e4e4
}

.single-product .variations label[for=pa_size] .size-chart-toggle,.checkout-cont .product-name .product-name__text .additional-info-block>div span,.woocommerce-checkout-review-order-table .additional-info-block,.links a,.checkout-cont .cart-subtotal th,.checkout-cont .order-total th,.order__ship label,.page_404 h3,.product-name__text .additional-info-block .sku-info {
    -webkit-text-stroke: 0 #000!important
}

.cart__coupon p {
    font-size: 14px;
    color: #747474;
    font-weight: 700
}

.cart__coupon span {
    color: #335c8c;
    padding-right: 20px;
    cursor: pointer
}

.cart-totals-shipping .dots {
    margin-right: 40px;
    margin-left: 35px!important;
    width: 76%!important
}

.insta-gallery-feed,.qligg-mfp-wrap {
    width: 100%!important
}

.prod-cats {
    width: 100%
}

.insta-gallery-feed .insta-gallery-list .insta-gallery-item.insta-gallery-cols-1,.qligg-mfp-wrap .insta-gallery-list .insta-gallery-item.insta-gallery-cols-1 {
    width: 20%!important
}

.insta-gallery-actions {
    display: none!important
}

#coupon_code_total::placeholder {
    color: #000;
    font-weight: 700
}

.links a:hover {
}

body .section-heading::after,.main-heading::after,body .single-prod-item .add-to-cart::after,body footer .upper-block .newsletter-block .newsletter-item form .tnp-field-button:after,body .banner .banner-list .banner-inner .banner-item .banner-content a:after {
    height: 1px!important
}

.video-content iframe {
    width: 100%;
    max-width: 1000px;
    max-height: 450px;
    height: 40vw
}

body .qib-button-wrapper .quantity input.input-text.qty.text {
    border-left: 0;
    border-right: 0
}

body .image-cats .image-cat-items .image-cat-item {
    width: calc(25% - 8px);
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px
}

.home .image-cats.blog-home>.inner-container {
    border: none
}

body .image-cats .image-cat-items .image-cat-item:nth-child(4n) {
    margin-left: 0
}

body .image-cats .image-cat-items .image-cat-item:nth-child(4n - 3) {
    margin-right: 0
}

body.single-product .image-cats .image-cat-items .image-cat-item {
    width: calc(20% - 10px);
    margin-right: 5px;
    margin-left: 5px
}

body.single-product .image-cats .image-cat-items .image-cat-item:nth-child(5n) {
    margin-left: 0
}

body.single-product .image-cats .image-cat-items .image-cat-item:nth-child(5n - 3) {
    margin-right: 0
}

body .image-cats .image-cat-items {
    display: flex;
    justify-content: center
}

.single-product .product-content .woocommerce-Price-amount,.cart__coupon p {
    -webkit-text-stroke: 0 #000!important
}

.cart-totals-shipping {
    display: flex;
    align-items: center;
    justify-content: space-between
}

body.single-product .upper-block .product-content .starting-price .price-item .upper-price,body.single-product .upper-block .product-content .woocommerce-variation-price .woocommerce-Price-amount,body.single-product .upper-block .product-content .woocommerce-variation-price .woocommerce-Price-amount span,body.single-product .upper-block .product-content .starting-price .price-item .lower-price {
    font-weight: 300
}

body.single-product .upper-block .product-content .woocommerce-variation-price {
    margin-top: 0
}

.single_variation {
    margin-top: 30px
}

body .button-variable-item span {
    font-size: 15px;
    font-weight: 300
}

body #new_row .button-variable-item span,#order_review_heading,.order-total,.order__ship {
    font-weight: 700
}

.checkout__row,.cart__coupon,.cart__my_ship,.order-total,.order__ship {
    border-bottom: 1px solid #dadada;
    min-height: 49px
}

.checkout #order_review {
    font-size: 16px
}

.order__ship {
    min-height: 66px
}

.cart__my_ship {
    min-height: 54px;
    padding-top: 6px;
    font-size: 14px!important
}

.cart__coupon_inner,.cart-subtotal {
    font-weight: 700
}

.woocommerce table.shop_table th,.woocommerce ul#shipping_method li label,.payment_methods label {
    font-weight: 700
}

.cart__coupon_inner,.cart-subtotal,.cart__my_ship,.order__ship {
    min-height: 49px;
    display: flex;
    align-items: center
}

.cart__my_ship {
    display: block
}

.cart-discount {
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.woocommerce-checkout-payment {
    margin-top: 30px
}

.checkout_item__my {
    padding-top: 20px
}

.woocommerce-checkout-review-order-table .cart_item {
    margin-bottom: 20px
}

body .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,body .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    box-shadow: none!important;
    border: 1px solid #EA6848
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected span {
    color: #EA6848
}

body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: 0 0 0 2px rgb(0 0 0/10%)!important
}

body.single-product .woocommerce-breadcrumb {
    margin-top: 70px
}

body.single-product .upper-block .product-content .starting-price .price-item .upper-price,body.single-product .upper-block .product-content .product-excerpt p {
    font-size: 14px;
  color:#767676
}

body.single-product .upper-block .product-content .starting-price .price-item .lower-price {
    font-size: 25px
}

body .custom-price-text {
    font-size: 14px;
    margin-right: 40px
}

body.single-product .upper-block .product-content .product-excerpt {
    margin-bottom: 5px
}

body.single-product .product-type-simple .upper-block .product-content .product-excerpt {
    margin-bottom: 30px
}

.product-gallery {
    margin-top: -40px
}

body.woo-variation-swatches .variable-items-wrapper {
    margin-top: 10px!important
}

body.single-product .upper-block .product-gallery {
    width: 47%
}

.product-related .single-prod-item .woocommerce-Price-amount.amount:before {
    background: #eee
}

.single-product .tab-content p {
    max-width: 475px
}

.single-product .tab-content p.table-item-name {
    margin: 0
}

body .custom-price-text {
    font-weight: 700
}

body.single-product .upper-block .product-gallery .gallery-thumbs {
    width: 18%;
    padding: 40px 0
}

body.single-product .upper-block .product-gallery .gallery-thumbs img {
    height: 160px;
    object-fit: cover
}

.price del {
}

.fa-chevron-down:before {
    transform: rotate(180deg)
}

.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
    content: "";
    width: 14px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/checked.svg);
    position: absolute;
    top: 3px;
    left: 2px;
    border: none;
    transform: rotate(0)
}

.term-description p {
    font-size: 15px
}

.checkout_coupon.active {
    display: block!important
}

.checkout_coupon p {
}

.checkout_coupon .form-row button {
    border-radius: 0
}

.first-prods, .top-prods {
    margin-bottom: 0
}

.woocommerce-cart,.best-prod-items {
    margin-bottom: 0
}

.checkbox__ckeckout_label {
    cursor: pointer
}

.woocommerce-checkout .woocommerce-form-login-toggle,.form-row-wide.create-account.woocommerce-validated {
    display: none
}

.woocommerce-shipping-fields .checkbox input[type=checkbox] {
    position: relative;
    margin: 0;
    top: 1px
}

.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox span {
    font-size: 16px
}

ul.variable-items-wrapper.button-variable-wrapper [data-wvstooltip]:before,ul.variable-items-wrapper.button-variable-wrapper [data-wvstooltip]:after {
    display: none
}

.woocommerce-variation.single_variation {
    justify-content: space-between
}

.single_variation .woocommerce-variation-description {
    display: none
}

.single-product .middle-block .tab-content .tab-content-single .attr-table .attr-table-line:nth-child(2n) {
    background: #fff
}

.single-product .middle-block .tab-content .tab-content-single .attr-table .attr-table-line:nth-child(2n-1) {
    background: #eee
}

.checkbox__ckeckout {
    margin-top: 15px;
    margin-bottom: 15px
}

.checkout_coupon .form-row input,.checkout_coupon .form-row button {
    height: 45px!important
}

.woocommerce form.checkout_coupon {
    border: none;
    padding: 0;
    position: relative
}

.checkout-cont .woocommerce form.checkout_coupon .form-row.form-row-first {
    width: 100%!important
}

.checkout-cont .woocommerce form.checkout_coupon .form-row.form-row-last {
    position: absolute;
    left: 0;
    max-width: 130px
}

.bapf_sfilter.bapf_ckbox label {
    font-size: 16px
}

.woocommerce>.checkout_coupon {
    display: none!important
}

.cart__coupon .woocommerce-info {
    display: none
}

.archive-info {
    margin-top: 35px
}

.archive-info .main-heading {
    margin-bottom: 50px
}

.filters-block .bapf_body>ul {
    padding-right: 0;
    max-height: 240px;
    overflow: auto;
    direction: rtl
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #e6e6e6;
    height: 3px
}

::-webkit-scrollbar-thumb {
    background-color: #EA6848
}

.about .second-section .first {
    position: relative
}

.about .second-section .first .floating-text {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 75px;
    padding-right: 50px;
    position: absolute;
    top: 40px;
    right: 30px
}

.image-block.second {
    margin-right: 0!important
}

.entry-title {
    text-align: center
}

.cart-table-head {
    display: none
}

.cart .product-thumbnail {
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: none;
    border: none!important;
    margin-top: 20px;
    margin-bottom: 20px
}
.cart .product-thumbnail img {
  height:180px !important;
  object-fit: cover;

}
.woocommerce table.shop_table {
    border: none
}

.cart .product-thumbnail a {
    width: 100%;
    height: 100%
}

#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img {
    width: auto!important
}

.cart .product-thumbnail a {
    display: flex;
    align-items: center;
    justify-content: center
}

.cart .product-name a {
    font-weight: 600
}

.cart .woocommerce table.shop_table {
    border-right: none
}

.cart .woocommerce-cart-form__cart-item {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cart-table-body {
    display: flex;
    flex-direction: column
}

.woocommerce-cart .cart .shop_table .woocommerce-Price-amount {
}

.remove-img {
    width: 12px;
    height: 12px;
    background-image: url(../images/cancel-copy.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px
}

.cart .product-subtotal .woocommerce-Price-amount {
    display: flex
}

.woocommerce table.shop_table td {
    border-top: none
}

.cart .qib-button-wrapper {
    display: flex
}

.woocommerce a.remove {
    position: relative;
    display: flex;
    width: auto;
    height: auto;
    color: #000!important;
    align-items: center
}

.cart .product-edit {
    display: flex;
    flex-direction: row-reverse;
    border-top: 1px solid #d0d0d0;
    cursor: pointer
}

.cart .product-edit img {
    width: 17px!important;
    height: 17px!important;
    margin-left: 10px
}

.cart .cart-product-actions {
    height: 242px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column
}

.cart .cart-product-actions {
    border-right: 1px solid#d0d0d0
}

.cart .product-edit,.cart .product-remove {
    height: 50%;
    display: flex;
    align-items: flex-end;
    padding: 15px
}

.cart .product-edit {
    align-items: flex-start
}

.cart .cart-product-actions a {
    font-size: 16px;
    font-weight: 600
}

.cart .cart-product-actions a:hover {
    background-color: transparent;
    color: #000!important
}

.cart .product-name a,.cart .woocommerce-Price-amount {
    -webkit-text-stroke: .3px #000
}

.cart .shop_table {
    display: flex
}

.cart .cart-table-body {
    width: 100%
}

.cart .inner-container {
    display: flex;
    width: 100%
}

.cart .first-prods .inner-container {
    display: block
}

body .single-product .product-related .best-prod-items {
    margin-bottom: 0
}

.cart .woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none
}

.cart .cart_totals .woocommerce-Price-amount {
    display: flex
}

.cart .cart_totals .shop_table {
    flex-direction: column
}

.cart .cart_totals .cart-subtotal,.cart .cart_totals .order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px
}

.cart .cart_totals .cart-subtotal {
    margin-bottom: 2px
}

.cart-totals-shipping {
    margin-bottom: 15px
}

.cart .cart_totals .wc-proceed-to-checkout {
    padding-left: 40px;
    padding-right: 40px
}

.cart .cart_totals .wc-proceed-to-checkout a {
    background-color: #000;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0;
    width: 100%;
    height: 45px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.page.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #000!important
}

.page.woocommerce-checkout .checkout-cont .woocommerce-info {
    width: 100%;
    margin-bottom: 5px;
    padding-top: 0
}

.minicart-custom #new_row .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    display: flex
}

.minicart-custom .update_variation_form {
    width: 311px
}

.minicart-custom #new_row {
    top: 0;
    padding-right: 13px
}

.woocommerce-cart .single_variation_wrap .woocommerce-variation-price {
    display: none
}

.minicart-custom #new_row button#single_add_to_cart_button_id {
    margin-left: 0;
    margin-right: 0
}

.woocommerce form .form-row input.input-text::placeholder,.woocommerce form .form-row textarea::placeholder {
    color: #747474;
    font-size: 14px;
    font-weight: 300
}

.cart .cart_totals .wc-proceed-to-checkout a.shop-button {
    background-color: transparent;
    color: #000;
    margin-top: 0
}

.cart .woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals {
    border: 1px solid #d0d0d0
}

* {
    box-sizing: border-box
}

.cart .dots {
    width: 39%;
    border-bottom: 1px dotted #d0d0d0
}

.cart .cart_totals h2 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    -webkit-box-shadow: 0 4px 24px 0 rgba(34,60,80,.2);
    -moz-box-shadow: 0 4px 24px 0 rgba(34,60,80,.2);
    box-shadow: 0 4px 24px 0 rgba(34,60,80,.2)
}

.cart .first-prods .section-heading {
    text-align: center
}

.woocommerce-billing-fields__user-info {
    display: none
}

.checkout .col2-set {
    display: inline-block;
    flex-direction: column;
    width: 60%;
    padding-left: 50px
}

.checkout .form-row input.input-text,.checkout .form-row textarea {
    border: 1px solid #d0d0d0;
    height: 50px;
    width: 100%
}

.checkout .woocommerce-billing-fields__field-wrapper .form-row {
    position: relative;
    display: flex;
    align-items: center
}

.checkout .woocommerce-billing-fields__field-wrapper .form-row span {
    width: 100%
}

.checkout .woocommerce-billing-fields__field-wrapper label {
    position: absolute;
    right: 15px;
    transition: .5s all;
    margin-top: -70px
}

#billing_address_1_field label {
    display: none
}

.checkout-cont {
    width: 100%;
    margin: auto
}

form.checkout {
    display: block;
    min-width: 780px
}

form.checkout .col-1,form.checkout .col-2 {
    width: 100%!important
}

.checkout-cont .woocommerce-checkout-review-order {
    margin-right: 50px;
    padding: 27px
}

.checkout-cont .product-name_img {
    min-width: 101px;
    max-width: 101px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center
}

.checkout-cont .product-name_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 100%
}

.checkout .place-order,.checkout .wc_payment_methods {
    padding-left: 0!important;
    padding-right: 0!important
}

.checkout-cont .product-name {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end
}

.checkout-cont .product-name .product-name__text {
    -webkit-text-stroke: .3px #000;
    margin-right: 30px
}

.checkout-cont .cart-subtotal th,.checkout-cont .order-total th {
    display: flex
}

.checkout #order_review {
    background-color: #f6f6f6;
    width: 40%;
    display: inline-block;
    float: left;
    margin: 0
}

.checkout #order_review table.shop_table td {
    width: 25%
}

.checkout #order_review table.shop_table td.product-name {
    width: 100%
}

.checkout #order_review table.shop_table .cart-discount th {
    text-align: right;
    display: flex
}

.checkout #payment {
    background-color: transparent
}

.checkout-cont .payment_box {
    display: none!important
}

.checkout-cont .woocommerce-privacy-policy-text {
    display: none
}

.checkout-cont .button {
    background-color: #000!important;
    width: 100%
}

.checkout-cont .wc_payment_method {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.checkout-cont .wc_payment_method input[type=radio] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.order__ship input {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.payment_methods label {
    margin-bottom: 0
}

.checkout-cont .wc_payment_method input[type=radio]:before,.order__ship input:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #EA6848;
    background-color: #fff
}

.woocommerce ul#shipping_method li input:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #EA6848;
    background-color: #fff;
    top: -1px;
    left: -1px
}

.woocommerce ul#shipping_method li input {
    margin: 3px 0 0 10px;
    position: relative
}

.checkout-cont .wc_payment_method input[type=radio]:checked:after,.order__ship input:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EA6848;
    position: absolute
}

.cart__my_ship .select2-container {
    min-width: 250px;
    margin-bottom: 15px
}

.cart__my_ship .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 10px
}

.woocommerce ul#shipping_method li input:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EA6848;
    position: absolute;
    left: 2px;
    top: 2px
}

.product-name_img {
    border: none;
    padding: 0
}

.checkout-cont thead .product-total {
    width: 200px
}

form.woocommerce-checkout .woocommerce-checkout-review-order {
    height: max-content
}

#order_review_heading {
}

.label-checkout {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #010101
}

.label-checkout input {
    border: 1px solid #d1d1d1;
    background-color: #f6f6f6;
    width: 20px;
    height: 20px;
    margin-left: 10px
}

.checkout .woocommerce-checkout-payment {
}

.checkout .select2-container .select2-selection--single,.checkout .select2-selection__rendered,.checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px
}

.checkout .select2-selection__rendered {
    text-align: right;
    display: flex!important;
    align-items: center;
    justify-content: flex-start
}

.checkout input {
    padding-right: 20px
}

.checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 5%
}

.checkout-cont .main-heading {
    text-align: center
}

.checkout-cont .woocommerce-info {
    border-top: none;
    background-color: #fff;
    padding-right: 0
}

.checkout-cont .woocommerce-info a {
    color: #EA6848
}

.checkout-cont .woocommerce-info::before {
    display: none;
    content: ""
}

.checkout-cont .woocommerce form .form-row {
    margin-bottom: 15px;
    display: block;
    width: 49%
}

.checkout-cont .current {
    margin-top: -70px;
    font-size: 16px
}

.checkout-cont .woocommerce form .form-row#shipping_company_field {
    display: none
}

.checkout-cont .woocommerce-additional-fields__field-wrapper label {
    display: none!important
}

.checkout-cont #order_comments {
    min-height: 120px;
    padding-right: 20px
}

.checkout-cont .woocommerce-billing-fields__field-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.checkout-cont .woocommerce-billing-fields__field-wrapper p:first-child {
    width: 100%
}

.checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(2) {
    width: 49.3%
}

.checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(3) {
    width: 49.3%
}

.checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(3) {
    width: 49.3%
}

.checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(4) {
    width: 49.3%
}

.checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(5) {
    width: 49.3%
}

.checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(6) {
    width: 49.3%
}

.checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(7) {
    width: 49.3%
}

.checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(8) {
    width: 100%
}

.checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(9) {
    width: 49.3%
}

.checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(10) {
    width: 49.3%
}

.checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(11) {
    width: 100%
}

.woocommerce-checkout-review-order-table {
}

.woocommerce-checkout-review-order-table .cart-subtotal,.woocommerce-checkout-review-order-table thead tr,.woocommerce-checkout-review-order-table tfoot tr.order-total {
    -webkit-box-shadow: 0 1px 0 0 #dadada;
    -moz-box-shadow: 0 1px 0 0 #dadada;
    box-shadow: 0 1px 0 0 #dadada
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
    margin-right: 6px
}

.woocommerce-checkout #payment ul.payment_methods {
    padding-top: 0
}

.woocommerce-checkout-review-order-table .cart-subtotal {
    padding-right: 0
}

.woocommerce table.shop_table tfoot th {
    padding-right: 0
}

.mega-sub-menu .links .mega-sub-menu>li {
    display: flex!important;
    justify-content: start!important;
    padding-right: 27px!important
}

.mega-sub-menu .links .mega-sub-menu>li a {
    text-align: right!important
}

body .mega-menu-285-0-0 li {
    padding-left: 0!important
}

.archive .single-prod-item .inner-image,.product-items .products .single-prod-item a img {
    max-height: auto!important
}

@media screen and (max-width: 1800px) {
    .archive .single-prod-item .inner-image,.product-items .products .single-prod-item a img {
        max-height:420px!important
    }

    .about .second-section {
        margin-top: 100px
    }

    .archive .single-prod-item .inner-image,.product-items .products .single-prod-item a img {
        max-height: 420px!important
    }

    .about .inner-container .image-block {
        min-width: 80px
    }
}

@media screen and (max-width: 1600px) {
    .dimension-cats .dimension-cat-item img {
        width:125px
    }

    .about .first-section {
        padding-right: 5%
    }

    .about .inner-container .image-block {
        margin-right: 0
    }

    .about .content-block {
        margin-left: 100px
    }

    .about .second-section .second {
        margin-top: 300px
    }

    .about .first-section .content-block {
        max-width: 40%
    }

    .single-product .upper-block .product-gallery {
        width: 45%
    }

    .banner .links-list {
        padding: 25px
    }

    .inner-container {
    }

    .page-template-registration .u-column2.col-2 {
    }
}

@media screen and (max-width: 1450px) {
    .page.our-team .our-team .team-items .single-team {
        min-width:max-content
    }

    .page.our-team .our-team .team-items .single-team img {
        width: 150px;
        height: 150px
    }

    .about .first-section {
        padding-right: 3%
    }

    .about .second-section {
        padding-left: 50px
    }
}

@media screen and (max-width: 1300px) {
    footer .upper-block .newsletter-block .newsletter-item form .tnp-field-email {
        width:50%
    }
}

@media screen and (max-width: 1200px) {
    .second-section {
        flex-direction:column
    }

    .about .second-section .second {
        margin-top: 0
    }

    .about .second-section .second {
        margin-right: auto
    }

    .archive-content .products-block .filter-items {
        display: flex;
        flex-direction: column-reverse;
        align-items: start
    }

    .ordering-block {
        border-bottom: 1px solid #dadada;
        padding-bottom: 19px
    }
}

@media screen and (max-width: 1100px) {
  .cart .product-thumbnail img {
    height: 100px!important;
    object-fit: cover;
}
    .link-item p {
        font-size:14px
    }

    .inner-container {
        width: 90%
    }

    .mobile-menu__btn {
        display: block
    }

    .upper-block .menu-upper,body header .lower-block {
        display: none
    }

    header .inner-container {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .header-wc {
        margin-right: auto
    }

    footer .footer-menu li {
        height: auto
    }

    footer .upper-block {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    footer .newsletter-block {
        margin-bottom: 40px
    }

    footer .upper-block .menu-block,footer .upper-block .newsletter-block {
        width: 100%
    }

    .about .inner-container {
        display: flex;
        flex-direction: column
    }

    .second-section {
        margin-top: 50px;
        display: flex;
        margin-right: 0
    }

    .about .second-section img {
        max-height: 202px
    }

    .about .second-section .image-block {
        width: 33%;
        margin-left: 30px
    }

    .about .second-section {
        display: flex
    }

    .about .second-section .first .floating-text,.about .second-section .second .floating-text,.about .first-section .floating-text {
        padding: 0;
        position: static;
        top: auto;
        left: auto;
        background-color: transparent
    }

    .about .second-section {
        flex-direction: row
    }

    .about .second-section img {
        max-height: 202px;
        width: 100%;
        object-fit: cover
    }

    .about .second-section .image-block {
        width: 50%
    }

    .about .second-section {
        padding-left: 0
    }

    .about .second-section .second {
        margin-left: 0
    }

    .about .second-section {
        width: 90%;
        margin: auto;
        margin-top: 50px
    }

    .first-section {
        display: flex;
        flex-direction: column-reverse
    }

    .about .first-section .content-block {
        max-width: 100%
    }

    .about .inner-container .image-block {
        margin-top: 0;
        margin-bottom: 50px;
        margin: auto
    }

    .about .first-section {
        padding-right: 0;
        flex-direction: column
    }

    .about .first-section .content-block {
        max-width: 90%;
        margin: auto;
        margin-bottom: 50px
    }

    .about .second-section .second {
        margin-top: 0
    }

    .about .second-section .image-block {
        width: 45%
    }

    .about .inner-container .image-block {
        max-width: 90%
    }

    .ordering-block span {
        position: relative;
        border: 1px solid #e1e1e1;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 50px;
        width: 150px;
        padding-left: 13px;
        padding-right: 13px
    }

    .ordering-block span:before {
        content: "";
        background-image: url(../images/filter.png);
        width: 20px;
        height: 18px;
        position: absolute;
        left: 13px;
        top: 16px;
        background-size: contain;
        background-repeat: no-repeat
    }

    .archive-content .products-block .filter-items .bapf_ckbox {
        margin-left: 0;
        margin-right: 20px
    }

    .archive-content .products-block .filter-items .ordering-block .orderby {
        height: 50px
    }

    .filters-block {
        display: none
    }

    .archive-content .products-block {
        width: 100%
    }

    .ordering-block {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    .filters-count {
        display: none
    }

    .ordering-text {
        display: inline-block
    }

    .archive-content .products-block .filter-items {
        border-bottom: none;
        margin-bottom: 10px
    }

    .filters-block.active {
        display: block
    }

    .minicart-custom {
        width: 100%
    }

    .minicart-custom .minicart-custom-header .lower-row {
        padding: 10px
    }

    .filters-block.active {
        display: block;
        position: absolute;
        top: 14px;
        right: 0;
        z-index: 11;
        background: #fff;
        width: 320px;
        direction: ltr;
        padding-left: 15px;
        padding-right: 15px
    }

    .archive-content .products-block .filter-items .ordering-block .orderby {
        width: -webkit-fill-available;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../images/mobile-sort-open.png) 0 17px no-repeat;
        font-weight: 700;
        padding-right: 5px;
        background-size: 25px
    }

    .site-main .single-product .upper-block {
        flex-direction: column-reverse;
        align-items: center
    }

    .site-main .single-product .upper-block .product-gallery {
        width: 100%
    }

    .site-main .single-product .upper-block .product-content {
        width: 100%
    }

    .product-gallery {
        max-width: 100%
    }
}

@media screen and (max-width: 993px) {
    .iconic-woothumbs-zoom-enabled .iconic-woothumbs-images__image {
        height:500px;
        object-fit: cover
    }

    footer .middle-block {
        display: flex;
        flex-direction: column-reverse
    }

    footer .middle-block .contacts-block {
        width: 100%;
        margin-bottom: 40px;
        padding-bottom: 30px;
        margin-top: 30px;
        justify-content: center
    }

    footer .middle-block .menu-block {
        width: 100%
    }

    .content-wrap {
        display: flex;
        flex-direction: column-reverse
    }

    .content-wrap .image-part {
        margin-right: 0;
        margin-bottom: 40px;
        margin-left: auto;
        width: 100%
    }

    .blog-items .blog-single-item {
        margin-bottom: 40px
    }

    .dimension-cats .cat-items {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .banner .links-list {
        padding: 25px 0
    }
}

@media screen and (max-width: 992px) {
    .product-gallery .slick-dots {
        display:flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        padding-right: 0
    }

    .minicart-custom .inner-cart .woocommerce-cart-form {
        height: 62%
    }

    .home .last-prods {
        margin-top: 30px
    }

    .single-product .upper-block .product-gallery .onsale {
        left: 0;
        margin-left: auto
    }

    .single_prod .upper-block .product-content .product-add-to-cart form {
        flex-direction: row
    }

    .single-product .single_prod .upper-block .product-content .product-add-to-cart form .quickcheckout,.single-product .single_prod .upper-block .product-content .product-add-to-cart form>button {
        width: 48%
    }

    .single-product .upper-block .product-content .product-add-to-cart form .qib-button-wrapper {
        padding-top: 10px
    }

    .single-product .upper-block .product-gallery .onsale {
        top: 11px
    }

    .iconic-woothumbs-images .iconic-woothumbs-images__slide {
        width: 100%!important
    }

    body.single-product .woocommerce-breadcrumb {
        margin-top: 0
    }

    .product-template-default .attribute-images {
        bottom: 42px;
        right: 27px
    }

    .iconic-woothumbs-all-images-wrap--thumbnails-left .iconic-woothumbs-thumbnails-wrap--sliding {
    }

    .iconic-woothumbs-thumbnails__slide--active .iconic-woothumbs-thumbnails__image-wrapper:after {
        display: none!important
    }

    .iconic-woothumbs-thumbnails-wrap--hidden {
        opacity: 1!important;
        height: 0!important;
        position: absolute!important;
        left: 100px!important;
        bottom: 0;
        right: 0;
        z-index: 6
    }

    .iconic-woothumbs-thumbnails-wrap--hidden .iconic-woothumbs-thumbnails {
        display: flex!important;
        justify-content: center
    }

    .iconic-woothumbs-all-images-wrap--thumbnails-left .iconic-woothumbs-thumbnails__control,.iconic-woothumbs-thumbnails__image-wrapper * {
        display: none
    }

    .iconic-woothumbs-thumbnails__slide--active .iconic-woothumbs-thumbnails__image-wrapper {
        background: #fff
    }

    .iconic-woothumbs-images-wrap {
        padding: 10px 0
    }

    .iconic-woothumbs-play {
        top: 15px;
        left: 25px
    }

    body.single-product .upper-block .product-gallery {
        width: 100%;
        margin-top: 15px
    }

    .iconic-woothumbs-all-images-wrap--thumbnails-below .iconic-woothumbs-thumbnails-wrap--sliding {
        display: none
    }

    .woocommerce-variation__inner {
        width: 300px
    }

    .single-product .upper-block .product-content .woocommerce-variation-price del span {
        font-size: 15px
    }

    .qib-button-wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end
    }

    .cart-empty__my {
        margin-top: 30px
    }

    .bapf_sfilter.bapf_clr_txt_right .bapf_body ul {
        flex-direction: row-reverse
    }

    .archive section.banner img {
        height: 200px
    }

    .woocommerce-variation__inner {
        margin-right: 0
    }

    .single_variation {
        position: relative;
        margin-right: 0
    }

    .woocommerce-variation-price span.price {
        position: absolute;
        right: 141px;
        bottom: -81px
    }

    .woocommerce-variation__inner {
        position: static;
        top: 86px
    }

    .woocommerce-variation-price {
        flex-wrap: wrap
    }

    .single_variation_wrap .product-prices {
        visibility: hidden
    }

    .single-product .upper-block .product-gallery .gallery-main-image.active {
        position: fixed;
        left: 0;
        top: 180px;
        right: 0;
        z-index: 9999;
        padding: 15px 46px;
        height: 130vw;
        border: none
    }

    body.overflow_hidden {
        overflow: hidden;
        max-height: 100vh
    }

    .fader.gallery_fader {
        z-index: 30
    }

    .single-product .upper-block .product-gallery .gallery-main-image.active .attribute-images {
        right: 55px
    }

    .single-product .upper-block .product-gallery .gallery-main-image .zoom img {
        height: 120vw;
        width: auto
    }

    .single-product .upper-block .product-gallery .gallery-inner {
    }

    .product-gallery .gallery-main-image .slick-dots {
    }

    .single-product .middle-block .tab-items {
        height: auto
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
        display: flex;
        flex-direction: column
    }

    .product-excerpt h3 {
        margin-bottom: 5px;
        font-size: 17px
    }

    .row.single {
        padding-bottom: 10px;
        border-bottom: 1px solid #dadada
    }

    .cart__coupon span {
        padding-right: 13px
    }

    .cart__coupon p {
        font-size: 13px
    }

    .entry-content.cart .cart_item {
        min-height: 166px
    }

    .cart .first-prods .section-heading {
        font-size: 17px
    }

    .cart_totals {
        padding-top: 20px
    }

    .woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th {
        font-size: 14px
    }

    .cart .cart_totals h2 {
        display: none
    }

    .inner-cart .cart-totals-shipping,.cart .cart_totals .cart-subtotal,.cart .cart_totals .order-total,.cart .cart_totals .wc-proceed-to-checkout,.cart_totals .totals-coupon-block {
        padding: 0 15px
    }

    .checkout-cont .woocommerce-checkout-review-order {
        padding: 15px
    }

    body.woocommerce-checkout {
        padding-top: 0!important
    }

    .woocommerce-checkout .header-search {
        display: none!important
    }

    .archive .single-prod-item .inner-image .image-item img {
        height: 65vw
    }

    body.woo-variation-swatches .variable-items-wrapper {
        margin-top: 5px!important
    }

    .woo-variation-swatches .variable-items-wrapper {
    }

    .archive-content .product-items .products .single-prod-item .content-block {
        padding-left: 5px;
        padding-right: 5px
    }

    body .archive-content .filters-block {
        width: 100%;
        position: fixed;
        top: 0;
        height: 100%;
        overflow: scroll
    }

    body .archive-content .filters-block .filter-close {
        float: right;
        margin: 20px 0;
        width: 20px
    }

    body .archive-content .filters-block button.filter-close {
        background-color: #000;
        height: 45px;
        width: 100%;
        margin-left: 0;
        border: none;
        color: #fff;
        font-size: 18px
    }

    body .archive-content .filters-block .filters-block-content {
        display: inline-block;
        width: 100%;
        height: 80%;
        position: relative;
        overflow: hidden;
        overflow-y: auto;
        padding-right: 10px
    }

    .woocommerce .banner-image {
        height: 270px
    }

    .archive-content .product-items .products .single-prod-item .content-block {
        padding-bottom: 0
    }

    .archive-content div.single-prod-item .price {
        margin-bottom: 5px
    }

    .archive .single-prod-item .inner-image .image-item {
        min-height: 100px;
        height: auto
    }

    .single-product .upper-block .product-content .starting-price {
        flex-direction: column;
        align-items: baseline
    }

    .custom-price-text {
        margin-top: 8px
    }

    .mobile-menu-container {
        z-index: 12!important
    }

    .display__mobile {
        display: block!important
    }

    .display__pc {
        display: none!important
    }

    .header-search {
        max-width: 100%
    }

    body>header .upper-block {
        position: relative;
        z-index: 11;
        background-color: #fff;
        position: fixed !important;
        left: 0;
        right: 0;
        top: 30px;
    }

    body {
        padding-top: 60px!important
    }

    body.home {
        padding-top: 60px!important
    }

    .mega-menu-toggle {
        display: none!important
    }

    #mega-menu-wrap-header-lower {
        width: 100%
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,#mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,#mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,#mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
        background: 0 0;
        text-decoration: none;
        color: #000;
        font-weight: 700;
        font-size: 16px;
        font-size: 18px;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 300
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,#mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 14px;
        margin-bottom: 6px
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item>a.mega-menu-link {
        padding: 0
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
        content: "";
        background-image: url(../images/mobile-menu-arrow.png);
        width: 7px;
        height: 17px;
        background-repeat: no-repeat;
        background-size: contain;
        top: 10px;
        transition: .2s all
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
        content: "";
        transform: rotate(-90deg)
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding-right: 0!important
    }

    #mega-menu-header-lower img {
        display: none
    }

    .mega-sub-menu * {
        padding: 0!important;
        -webkit-text-stroke: 0 #de0000!important
    }

    .mega-menu-item.mega-toggle-on>ul {
        padding-bottom: 15px!important
    }

    .mega-sub-menu .links .mega-sub-menu>li {
        padding: 0!important
    }

    header .header-lower-menu .menu-item,#mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-item {
        margin: 0;
        padding: 7px 0;
        border-top: 1px solid #d4d4d4
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-megamenu>ul.mega-sub-menu {
        background: 0 0
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower>li.mega-menu-megamenu * {
        text-align: right!important
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.product_size>ul.mega-sub-menu>li.mega-menu-column {
        width: 50%;
        clear: none
    }

    #mega-menu-wrap-header-lower #mega-menu-header-lower li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row.product_size ul.mega-sub-menu {
        display: block
    }

    .image-part__bottom,.decs__bottom_text {
        position: relative
    }

    .image-part__bottom img {
        position: absolute;
        left: -178px;
        top: -5px
    }

    .decs__bottom_text img {
        position: absolute;
        left: 50%;
        margin-left: -90px;
        top: 22px
    }

    .home .description-block .text-part {
        height: auto!important
    }

    .product-content .upper-price~.lower-price {
        color: #EA6848!important
    }

    section.dimension-cats {
        margin-top: 5%
    }

    body section.dimension-cats .section-heading {
        font-size: 17px
    }

    .dimension-cat-item h2 {
        font-size: 13px
    }

    .dimension-cats .dimension-cat-item .inner-cat img {
        max-width: 90px;
        margin-left: 30px
    }

    body .dimension-cats .dimension-cat-item .inner-cat {
        display: flex;
        align-items: center;
        width: 94%
    }

    .archive .single-prod-item .inner-image,.product-items .products .single-prod-item a img {
        max-height: none!important
    }

    #menu-item-302,#menu-item-312 {
        display: none!important
    }

    .insta-gallery-feed[data-feed_layout=masonry] .insta-gallery-list .insta-gallery-item,.qligg-mfp-wrap[data-feed_layout=masonry] .insta-gallery-list .insta-gallery-item,.insta-gallery-feed[data-feed_layout=gallery] .insta-gallery-list .insta-gallery-item,.qligg-mfp-wrap[data-feed_layout=gallery] .insta-gallery-list .insta-gallery-item {
        min-width: 100%!important
    }

    .prod-cats__mobile {
    }

    .prod-cats__pc {
    }

    .home .last-prods .inner-container {
        height: auto
    }

    .last-prods__404 {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .buttons_404 {
        flex-direction: column
    }

    .black_404 {
        margin: 0;
        margin-bottom: 10px
    }

    .page_404 {
        margin: 5% 0
    }

    .yellow_404 {
        margin: 0!important
    }

    .last-prods__404 .section-heading {
        margin-bottom: 50px
    }

    .prod-cats .prod-cat-item:first-child,.best-prod-items .single-prod-item>a img,.prod-cats .prod-cat-item,.home .description-block .text-part {
        height: 400px
    }

    .image-cats .inner-container {
        width: 95%
    }

    body .image-cats .section-heading {
        margin-bottom: 50px
    }

    .single-product .image-cat-item {
        padding-left: 4px!important;
        padding-right: 4px!important
    }

    .single-product .lower-block .section-heading,.single-product .product-related .section-heading {
        margin-bottom: 45px
    }

    body.single-product footer .upper-block {
        flex-direction: column;
        padding-bottom: 0
    }

    body.single-product footer {
        margin-top: 0
    }

    .single-product .upper-block .product-content .product-share .btns-part .btn-item .btn-inner {
        height: auto
    }

    header .upper-block .header-wc .wc-single-item span {
        display: flex
    }

    body footer .footer-menu li {
        text-align: right
    }

    body footer .footer-menu li {
        height: auto!important;
        margin-bottom: 10px
    }

    footer .footer-menu li a {
        line-height: 147%
    }

    body footer .inner-container .footer-menu {
        flex-direction: column;
        height: auto;
        display: block;
        column-count: 3
    }

    body footer .inner-container .second .footer-menu {
        height: auto
    }

    body footer .inner-container .third .footer-menu {
        height: auto
    }

    body footer .middle-block ul {
        height: auto
    }

    .footer-menu {
        margin-bottom: 0
    }

    .description-block.second {
        border-bottom: 1px solid #e2e2e2
    }

    footer .inner-container .footer-menu li {
        width: 50%
    }

    .image-cats .image-cat-items .image-cat-item img {
        height: 200px
    }

    .best-prod-items .best-prod-inner {
        display: flex;
        overflow-x: scroll
    }

    .description-block.second .main-heading {
        display: none
    }

    .woocommerce-cart main .inner-container {
        margin: 0;
        width: 100%
    }

    .woocommerce-cart .inner-cart .free-shipping {
        margin-top: 0;
        padding: 13px;
        box-shadow: 0 0 20px rgba(0,0,0,.1)
    }

    body .inner-cart .free-shipping {
        margin-bottom: 15px
    }

    .cart .product-thumbnail {
        margin-top: 15px
    }

    .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
        display: none
    }

    .woocommerce-cart-form__cart-item.cart_item {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .woocommerce-cart .entry-header .main-heading {
        margin-bottom: 10px
    }

    .woocommerce-cart .inner-cart,.woocommerce-cart .page-breadcrumb {
        padding-left: 15px;
        padding-right: 15px
    }

    .cart .first-prods .section-heading {
        margin-bottom: 40px;
        padding-left: 20px
    }

    .woocommerce-cart .first-prods {
        background-color: #eee;
        margin-top: 40px;
        padding-top: 40px;
        width: 100%;
        padding-right: 20px
    }

    .woocommerce-cart .cart .cart_totals .wc-proceed-to-checkout a {
        font-size: 16px
    }

    .woocommerce-cart .best-prod-items {
        margin-bottom: 20px
    }

    .best-prod-items .slick-track {
        padding-bottom: 0
    }

    .cart_totals .totals-coupon-block,.cart .cart_totals .cart-subtotal,.cart .cart_totals .order-total,.cart-totals-shipping,.order-total,.wc-proceed-to-checkout {
    }

    .cart_totals .shop_table>div>div:last-child {
        direction: inherit
    }

    .page.woocommerce-checkout article>.inner-container.not-logged-in {
        width: 93%
    }

    .woocommerce-checkout-review-order-table,.checkout #payment {
    }

    #order_review_heading {
    }

    .page.woocommerce-cart .entry-content.cart {
        width: 100%
    }

    .cart_totals .shop_table>div>div:last-child {
        width: 22%
    }

    .woocommerce-checkout .lower-block {
        flex-direction: column;
        padding: 25px 20px
    }

    .header-checkout {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 35px
    }

    .woocommerce .header-checkout a.button {
        padding: 0 20px;
        margin-right: 15px;
        text-align: center
    }

    body.woo-variation-swatches.rtl .variable-items-wrapper .image-variable-item.variable-item {
        width: 40px!important;
        height: 40px!important
    }

    #new_row .image-variable-wrapper img {
        width: 50px!important;
        height: 35px!important
    }

    .page-template-registration .u-column2.col-2 {
        background-image: none
    }

    .register_inner .form-row {
        width: 100%!important
    }

    .checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(2) {
        width: 49%
    }

    .checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(3) {
        width: 49%
    }

    .checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(3) {
        width: 49%
    }

    .checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(4) {
        width: 49%
    }

    .checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(5) {
        width: 49%
    }

    .checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(6) {
        width: 49%
    }

    .checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(7) {
        width: 49%
    }

    .checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(8) {
        width: 100%
    }

    .checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(9) {
        width: 49%
    }

    .checkout-cont .woocommerce-billing-fields__field-wrapper p:nth-child(10) {
        width: 49%
    }

    .product-gallery {
        margin-top: 0
    }

    body .checkout #order_review table.shop_table td {
        width: 14%
    }

    body .checkout-cont .product-name .product-name__text {
        font-weight: 700;
        margin-right: 15px
    }

    .checkout #payment {
        padding-top: 0
    }

    .checkout-cont .product-name_img {
        border: none;
        padding: 0;
        min-width: 71px;
        max-width: 71px;
        height: 90px
    }

    body .checkout #order_review {
        background: #f6f6f6
    }

    .product-total>span {
        width: 100%;
        display: flex;
        text-align: left;
        justify-content: end
    }

    .cart-subtotal td,.order-total td,thead .product-total {
        text-align: left
    }

    .archive-content .products-block .filter-items .bapf_ckbox li span.bapf_clr_text {
        font-size: 12px
    }

    .archive-content .products-block .filter-items .bapf_ckbox {
        display: flex
    }

    .archive-content .products-block .image-filters {
        justify-content: center;
        width: 100%
    }

    .bapf_sfilter.bapf_clr_txt_right .bapf_body ul li label {
        display: inline-block!important;
        margin-bottom: 0
    }

    .bapf_sfilter.bapf_clr_txt_right .bapf_body ul {
        margin-left: 0;
        padding-left: 0
    }

    .products-block .ordering-block {
        border-top: 1px solid #dadada;
        padding-top: 20px
    }

    .page.our-team .our-team .main-heading,.archive-info,.archive-info .main-heading {
        margin-bottom: 30px
    }

    .page.our-team .our-team .main-heading,.archive-info,.archive-info .main-heading::after {
        bottom: -16px
    }

    .cart-product-actions {
        position: absolute;
        left: 20px;
        display: block!important
    }

    .entry-content.cart .cart-product-actions .product-remove {
        display: inline-flex!important
    }

    .entry-content.cart .cart-product-actions {
        padding-top: 13px
    }

    .woocommerce-cart-form__cart-item.cart_item .product-quantity {
        display: none!important
    }

    .cart_totals h2 {
        display: none
    }

    .cart .cart-product-actions a {
        font-size: 0!important
    }

    .entry-content.cart .cart_item .product-thumbnail {
        position: absolute;
        right: 20px
    }

    .entry-content.cart .cart_item .product-name {
        padding-right: 120px;
        text-align: right!important;
        padding-left: 33px
    }

    .entry-content.cart .cart-product-actions .product-remove {
        padding-bottom: 26px!important
    }

    .woocommerce.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page.woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent
    }

    .custom-price-text {
        font-size: 10px
    }

    .single-product .upper-block .sku-block span,.single-product .upper-block .product-content .starting-price .price-item .lower-price {
        font-weight: 300
    }

    .prod-cats__image {
        display: block;
        width: auto;
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: 0;
        background-position: center
    }

    footer .upper-block .newsletter-block .newsletter-item form {
        justify-content: unset
    }

    .description-block .text-part {
        padding-left: 60px!important
    }

    .description-block.second .main-heading::after {
        bottom: -10px;
        width: 87px
    }

    .description-block.second p {
        font-weight: 300
    }

    .description_mobile_title {
        display: block;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 10px
    }

    body .image-cats .image-cat-items .image-cat-item {
        margin-bottom: 0
    }

    body .image-cats .main-heading::after {
        bottom: -9px
    }

    .prod-cat-item:nth-child(1) .prod-cats__image {
        background-position-y: 0
    }

    .prod-cats .prod-cat-item img {
        display: none
    }

    .description-block.first .text-part .main-heading {
        margin-bottom: 15px
    }

    .description-block.first .text-part .main-heading:after {
        display: none
    }

    .first-prods .prod-cat-item .main-heading::after, .top-prods .prod-cat-item .main-heading::after {
        bottom: -13px
    }

    .first-prods .prod-cat-item .main-heading, .top-prods .prod-cat-item .main-heading {
        margin-top: 10px
    }

    .description_image {
        display: block;
        margin: auto;
        margin-top: 10px
    }

    .single-product .upper-block .product-gallery .gallery-main-image .onsale {
        left: 0;
        right: 28px;
        margin: 0;
        top: 25px
    }

    .about-img__mobile {
        display: block;
        margin-bottom: 20px
    }

    .product-content {
        padding-top: 1px
    }

    .description-block.first .text-part {
        padding-right: 60px
    }

    .description-block.first {
        border-bottom: 1px solid #e2e2e2;
        background: 0 0
    }

    .about .first-section .content-block .main-heading:after {
        left: 50%;
        bottom: -15px;
        margin-left: -15px
    }

    .first-section .content-block {
        margin-bottom: 120px!important
    }

    .about .content-block .main-heading {
        margin-bottom: 40px;
        text-align: center
    }

    .about .image-block .main-heading {
        margin-bottom: 30px;
        margin-top: 0
    }

    .about .image-block .main-heading::after {
        bottom: -12px
    }

    .about .floating-text {
        background-color: #f8f8f8!important;
        padding-top: 30px!important;
        padding-bottom: 30px!important;
        padding-left: 55px!important;
        padding-right: 50px!important;
        position: absolute!important;
        right: 20px!important;
        left: 20px!important;
        top: -98px!important;
        width: auto!important
    }

    .about .second-section {
        margin-top: 120px;
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .second-section .second {
        margin-top: 90px!important
    }

    .about .inner-container .image-block {
        max-width: 100%!important;
        width: 100%!important
    }

    .home .mobile-menu-container {
        top: 0
    }

    .single-product header .upper-block {
        flex-direction: row!important
    }

    .product-gallery .slick-dots button {
        visibility: hidden
    }

    .product-gallery .slick-dots li {
        width: 22px;
        height: 22px;
        border: 1px solid rgba(255,255,255,.7);
        border-radius: 50%;
        margin-left: 3px;
        margin-right: 3px;
        background: rgba(255,255,255,.7)
    }

    .product-gallery .slick-dots li.slick-active {
        background: #d7ae5c
    }

    .product-gallery {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .single-product .upper-block .product-gallery .main-heading {
        width: auto;
        display: inline-flex!important;
        align-items: center;
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
        height: 50px;
        background-color: #000;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 20px
    }

    body .single-product .upper-block .product-gallery .main-heading::after {
        display: none
    }

    .banner img {
        min-height: 200px;
        height: 200px;
        max-width: initial
    }

    .banner {
        overflow: hidden
    }

    .archive-content .products-block .filter-items .bapf_ckbox h3 {
        text-align: right
    }

    section.banner {
        display: flex;
        justify-content: center
    }

    .archive-info .inner-container {
        display: flex;
        flex-direction: column
    }

    .archive-info .woocommerce-breadcrumb {
        order: -1
    }

    .woocommerce .woocommerce-breadcrumb {
        margin-bottom: 10px
    }

    .main-heading {
        margin-top: 10px
    }

    body .archive-content .product-items .products .single-prod-item {
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px
    }

    .woocommerce .products ul,.woocommerce ul.products {
        margin-left: -5px;
        margin-right: -5px
    }

    .content-block {
        display: flex;
        flex-direction: column
    }

    .archive-content .single-prod-item h2 {
        margin-top: 0
    }

    body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        margin: 15px 0 0 8px
    }

    .product-items .variations_form .variations {
        margin-bottom: 17px
    }

    .single-prod-item h2 {
        font-size: 20px
    }

    .ordering-text {
        margin-right: 15px;
        text-align: center
    }

    .single-prod-item p {
        font-size: 18px
    }
	.single-prod-item .price_add {
		width: 100%;
	}
    .single-prod-item .price {
        font-size: 16px;
        margin-top: 6px;
        margin-bottom: 0;
		flex-wrap: wrap;
    }

    .product-items .products .single-prod-item {
        margin-bottom: 30px
    }

    .single-prod-item .add-to-cart {
        display: none
    }

    .variations_form {
        order: -1
    }

    .filters-block {
        display: none
    }

    .blog-items .blog-single-item {
        width: 45%
    }

    .copyright p {
        font-size: 12px
    }

    .about .second-section {
        display: flex;
        flex-direction: column
    }

    .about .second-section .image-block {
        width: 100%;
        margin: 0;
        margin-bottom: 30px
    }

    .about .second-section img {
        max-height: 100%
    }

    .checklist-block .inner-container {
        display: flex;
        flex-direction: column-reverse
    }

    .page.our-team .checklist-block .checklist-part,.page.our-team .checklist-block .content-part {
        width: 100%
    }

    .content-part {
        margin-bottom: 40px
    }

    header .upper-block .header-wc .wc-single-item span {
        font-size: 14px
    }

    header .upper-block .header-wc .wc-single-item {
        padding: 5px
    }

    .best-prod-items .single-prod-item,.best-prod-items .single-prod-item,.first-prods .prod-cat-item,.top-prods .prod-cat-item {
        margin-right: 5px;
        margin-left: 5px
    }

    .description-block.second {
        margin-left: 0;
        padding-left: 40px
    }

    .first-prods .single-prod-item,.top-prods .single-prod-item,.last-prods .single-prod-item {
        width: 25%
    }

    .first-prods .best-prod-items,.top-prods .best-prod-items,.last-prods .best-prod-items {
        flex-wrap: wrap
    }

    .link-item p {
        font-size: 12px
    }

    .description-block {
        flex-direction: column-reverse
    }

    .description-block .text-part,.description-block .image-part {
        width: 100%
    }

    .description-block.second {
        padding-left: 0
    }

    .banner .banner-list .banner-inner .banner-item .banner-content h2 {
        font-size: 5em
    }

    .popup-fon {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: .8;
        background: #000
    }

    body .single-product .woocommerce-breadcrumb {
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #dadada;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0
    }

    .single-product .upper-block .product-content .heading-block {
        margin-top: 30px
    }

    .single-product {
    }

    .product-content .main-heading {
        position: relative
    }

    .main-heading:before {
        content: "";
        position: absolute;
        bottom: -15px;
        right: 0;
        width: 30px;
        height: 2px;
        border-radius: 1px;
        background-color: #EA6848
    }

    .single-product .upper-block .product-content .starting-price .price-item .lower-price {
        color: #000;
        font-size: 20px
    }

    .single-product .upper-block .product-content .starting-price .price-item {
        margin-left: 12px
    }

    .product-add-to-cart .share-part {
        display: flex;
        align-items: center;
        position: static;
        left: 0;
        top: 20px
    }

    .woocommerce div.product form.cart {
        margin-bottom: 0
    }

    .product-add-to-cart .share-part a {
        margin-right: 15px
    }

    .product-add-to-cart {
        position: relative
    }

    body.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        height: 50px!important
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        box-shadow: none;
        border: 1px solid #c2c2c2
    }

    body .button-variable-item span {
        font-size: 20px
    }

    .qib-button-wrapper .quantity input.input-text.qty.text {
        width: 60px!important
    }

    .share-part img {
        max-width: 16px;
        max-height: 19px
    }

    .product-add-to-cart .share-part a {
        margin-right: 12px
    }

    .product-prices {
        display: flex;
        align-items: end;
        font-size: 36px;
        font-weight: 300;
        font-style: normal;
        width: 40%;
        margin-bottom: 20px
    }

    .single-product .upper-block .product-content .woocommerce-variation-add-to-cart {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap
    }

    .single-product .upper-block .product-content .variations_button .button {
        width: calc(50% - 5px)!important
    }

    .single-product .upper-block .product-content .product-add-to-cart form .single_add_to_cart_button,.single-product .upper-block .product-content .product-add-to-cart form .quickcheckout {
        width: calc(50% - 5px);
        margin-left: 0;
        margin-right: 0
    }

    .single-product .upper-block .product-content .product-add-to-cart form .single_add_to_cart_button {
        margin-left: 10px
    }

    .single-product .upper-block .product-content .product-add-to-cart form .qib-button-wrapper button,.single-product .upper-block .product-content .product-add-to-cart form .qib-button-wrapper input {
        height: 50px
    }

    .single-product .upper-block .product-content .product-add-to-cart form .qib-button-wrapper {
        margin-bottom: 20px
    }

    .single-product .upper-block .product-content .product-add-to-cart form .woocommerce-variation-add-to-cart-enabled .qib-button-wrapper {
        margin-bottom: 20px
    }

    .product-subscribe {
        flex-direction: column
    }

    .single-product .upper-block .product-subscribe .text-part,.single-product .upper-block .product-subscribe .text-part p,.single-product .upper-block .product-subscribe .text-part b {
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        text-align: center;
        text-align: center;
        width: 100%;
        color: #000
    }

    body.single-product .upper-block .product-subscribe .text-part b {
        font-size: 20px;
        font-weight: 700
    }

    body.single-product .upper-block .product-subscribe .text-part p {
        font-size: 16px;
        font-weight: 300
    }

    .single-product .upper-block .product-subscribe .text-part {
        margin-bottom: 20px;
        margin-top: 5px
    }

    .single-product .upper-block .product-subscribe .subscribe-part .caldera-grid .row {
        margin: 0!important;
        display: flex;
        flex-direction: row-reverse
    }

    .product-add-to-cart {
        border-top: none
    }

    footer .dropdown-heading {
        position: relative
    }

    footer .dropdown-heading:before {
        content: "";
        position: absolute;
        left: 0;
        top: 7px;
        width: 11px;
        height: 10px;
        background-repeat: no-repeat;
        background-size: contain;
   /*     background-image: url("https://tzemer.co.il/wp-content/themes/dev-theme/assets/images/plus.svg")*/
    }

    footer .dropdown-single.active .dropdown-heading:before {
        transform: rotate(45deg)
    }

    footer .inner-container .footer-menu li {
        justify-content: initial
    }

    body .mobile-menu-container.active {
        transform: translateY(60px)
    }

    body .mobile-menu-container.active {
        transform: translateY(60px);
        position: fixed;
        max-height: 550px;
        overflow: scroll;
        display: block
    }

    body .image-cats .image-cat-items .image-cat-item:nth-child(5n - 4) {
        margin-right: 0
    }

    body .image-cats .image-cat-items .image-cat-item:nth-child(5n) {
        margin-right: 0
    }

    body .image-cats .image-cat-items .image-cat-item:nth-child(2n) {
        margin-left: 0
    }

    body .image-cats .image-cat-items .image-cat-item {
        width: calc(50% - 10px);
        margin-right: 7px;
        margin-left: 7px;
        padding-left: 0;
        padding-right: 0
    }

    body .image-cats .image-cat-items .image-cat-item:nth-child(2n - 1) {
        margin-right: 0;
        margin-left: 5px
    }

    body .image-cats .image-cat-items .image-cat-item:nth-child(2n) {
        margin-right: 5px;
        margin-left: 0
    }

    .image-cat-item h2 {
        margin-top: 8px;
        margin-bottom: 33px
    }

    .menu-item.no-sub img {
        display: none!important
    }

    footer .inner-container .dropdown-blocks .dropdown-single h2 {
        text-align: right!important
    }

    footer .inner-container .dropdown-blocks .dropdown-content {
        margin-top: 15px
    }

    .mobile-menu-container .menu-item>a {
        font-weight: 300
    }

    .dropdown-single.active h2 {
        text-align: center!important
    }

    footer .inner-container .footer-menu {
        align-content: space-between;
        justify-content: unset
    }

    .single-product footer .middle-block {
        background-color: transparent
    }

    .single-product footer .middle-block {
        margin-left: 0;
        margin-right: 0;
        border: none;
        padding-bottom: 0;
        margin-top: 0
    }

    .product-excerpt {
        display: none
    }

    .starting-price {
        padding-bottom: 30px
    }

    .single-product .middle-block {
        background-color: #f3f3f3;
        margin-left: -20px;
        margin-right: -20px
    }

    .middle-block {
        flex-direction: column
    }

    .single-product .middle-block .tab-items {
        display: flex;
        justify-content: flex-start;
        width: -webkit-fill-available;
        margin-left: 20px;
        margin-right: 20px;
        border-bottom: 1px solid #000
    }

    .tab-single-item {
        width: 45%
    }

    .single-product .middle-block .tab-items .tab-single-item {
        padding: 0 3px;
        padding-bottom: 14px;
        text-align: center
    }

    .single-product .inner-container {
        width: 100%
    }

    .single-product .middle-block .tab-items .tab-single-item.active::after {
        transform: rotate(90deg);
        bottom: -45px;
        left: 44%
    }

    .tab-content {
        margin-top: 30px
    }

    .single-product .middle-block .tab-content {
        width: 100%
    }

    .single-product .middle-block .tab-content .tab-content-single .attr-table {
        background-color: #e1e1e1
    }

    .single-product .middle-block .tab-content .tab-content-single.second {
        display: block;
        padding-left: 15px;
        padding-right: 15px
    }

    .single-product .middle-block .tab-content .tab-content-single.active p {
        font-weight: 700
    }

    .single-product .table-contents {
        font-size: 13px
    }

    .tab-content-single.third {
        padding-left: 15px;
        padding-right: 15px
    }

    .single-product .upper-block .product-content .product-share .btns-part .btn-item {
        width: 50%
    }

    .single-product .upper-block .product-content .product-share .btns-part,.single-product .upper-block .product-content .product-share .btns-part {
        width: 100%
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        box-shadow: none!important
    }

    .single-product .upper-block .product-content .product-share .btns-part .btn-item:nth-child(2) {
        margin-left: 0
    }

    .single-product .upper-block .product-content .product-share .btns-part .btn-item {
        height: auto
    }

    .single-product .upper-block .product-content .product-share .btns-part .btn-item {
    }

    .single-product .upper-block .product-content .product-share .btns-part .btn-item:before {
    }

    .single-product .middle-block {
        min-height: 100px
    }

    body.single-product .upper-block .product-content .product-share .btns-part .btn-item .btn-inner {
        padding-left: 10px
    }

    .single-product .upper-block .product-content .product-share .btns-part .btn-item:nth-child(1) {
        margin-left: 10px
    }

    .single-product .upper-block .product-content .product-share .btns-part .btn-item {
        padding: 5px 0
    }

    .single-product .upper-block .product-content .product-share .btns-part .btn-item .btn-inner {
        margin-left: 0
    }

    .page.woocommerce-checkout .checkout-cont .woocommerce-info {
        font-size: 14px;
        padding-left: 0
    }

    .woocommerce-checkout .entry-header .main-heading::after {
        bottom: -13px
    }

    .image-cats .image-cat-items .image-cat-item {
        padding-left: 6px;
        padding-right: 6px
    }

    .image-cats .prev-arrow {
        position: absolute;
        top: 55%;
        left: -17px;
        width: 13px
    }

    .image-cats .next-arrow {
        position: absolute;
        top: 55%;
        right: -17px;
        transform: rotate(180deg);
        width: 13px
    }

    .image-cats {
        position: relative
    }

    .image-cats .slider-arrows {
        display: block
    }

    body .section-heading {
        font-size: 21px
    }

    footer .upper-block .newsletter-block .newsletter-item form .tnp-field-button {
        margin-right: 19px
    }

    .tnp-field .tnp-submit {
        font-size: 15px!important
    }

    #menu-item-293,#menu-item-294,#menu-item-295 {
        left: 0
    }

    .image-cats {
        margin-top: 30px;
        margin-bottom: 35px
    }

    .home .image-cats>.inner-container {
        padding-bottom: 30px
    }

    .home .image-cats.blog-home>.inner-container {
        padding: 0
    }

    .home .image-cats.blog-home>.inner-container .image-cat-items .image-cat-item {
        width: 100%
    }

    .single-product .inner-container {
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%!important
    }

    body .banner .banner-list .banner-inner .banner-item .banner-content .upper-text {
        font-weight: 700
    }

    .banner .banner-list .banner-inner .banner-item .banner-content h2 {
        margin-top: 5px
    }

    .rtl .aws-container .aws-show-clear .aws-search-field {
        max-width: 100%
    }

    .banner .banner-list .banner-inner .banner-item .banner-content .lower-text {
        font-size: 16px
    }

    body .banner .links-list .link-item strong {
        font-weight: 700
    }

    body .banner .links-list .link-item strong {
        font-size: 14px
    }

    .banner .links-list .link-item p {
        font-size: 12px
    }

    .prod-cats .prod-cat-item h2 {
        margin-bottom: 30px;
        position: relative
    }

    .prod-cats .prod-cat-item .main-heading:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -8px;
        margin: auto;
        width: 30px;
        height: 2px;
        background-color: #EA6848
    }

    .single-product .middle-block .tab-items .tab-single-item.active::after {
        top: auto!important
    }

    .single-product .middle-block .tab-items .tab-single-item.active::after {
        bottom: -15px
    }

    .tab-content .first p,.tab-conten .second .page-template-about {
        font-weight: 300
    }

    .single-product .middle-block .tab-content .tab-content-single.second {
        display: flex;
        flex-direction: column-reverse
    }

    .single-product .middle-block .tab-content .tab-content-single.second img {
        margin-bottom: 30px
    }

    .first-prods .single-prod-item,.top-prods .single-prod-item,.last-prods .single-prod-item,.product-related .single-prod-item {
        min-width: 40vw;
        margin-left: 10px!important
    }
}

@media(max-width: 992px) and (min-width:780px) {
    .prod-cats .prod-cat-item:first-child,.best-prod-items .single-prod-item>a img,.prod-cats .prod-cat-item,.home .description-block .text-part {
        height:500px
    }

    .best-prod-inner .image-item_my {
        height: 500px
    }
}

@media screen and (max-width: 480px) {
    .bapf_sfilter.bapf_clr_txt_right .bapf_body ul li label {
        display:flex!important
    }

    body footer .inner-container .footer-menu {
        column-count: 1
    }

    .prod-cats__image {
        display: block;
        width: 100%;
        height: 300px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: -68px
    }

    .ordering-block {
        display: flex;
        flex-wrap: wrap
    }

    .first-prods .single-prod-item,.top-prods .single-prod-item,.last-prods .single-prod-item,.product-related .single-prod-item {
        min-width: 70vw
    }

    .iconic-woothumbs-images__slide {
        height: 110vw;
        display: flex!important;
        align-items: center;
        justify-content: center
    }

    .ordering-block span,.archive-content .products-block .woocommerce-ordering {
        width: 50%
    }

    .ordering-text {
        order: 2
    }

    .ordering-text,.woocommerce-result-count {
        text-align: center;
        width: 100%;
        margin-right: 0
    }

    .woocommerce-result-count {
        margin-top: 15px!important
    }

    .berocket_single_filter_widget_436 .bapf_ckbox {
        margin-right: 0!important
    }

    .archive-content .products-block .filter-items .bapf_ckbox {
        margin-right: 10px
    }
}

@media screen and (max-width: 600px) {
    .description-block.second .image-part {
        display:inline-block;
        width: auto
    }

    .description-block.second .image-part__bottom img {
        left: -55px;
        top: 25px
    }

    .woocommerce ul#shipping_method li input:checked:after {
        left: 3px;
        top: 3px
    }

    .woocommerce ul#shipping_method li input:before {
        top: 0;
        left: 0
    }
}

@media screen and (max-width: 410px) {
    .page.our-team .our-team .team-items .single-team img {
        width:80px!important;
        height: 80px!important
    }

    .single-product .upper-block .product-content .product-share .btns-part .btn-item {
        width: 100%
    }

    .single-product .upper-block .product-content .product-share .btns-part {
        display: flex
    }

    .single-product .upper-block .product-content .product-share .btns-part .btn-item:nth-child(1) {
    }
}

@media screen and (max-width: 410px) {
}

@media(max-width: 993px) and (min-width:600px) {
    .dimension-cats .cat-items {
        flex-wrap:wrap!important;
        justify-content: space-between!important;
        flex-direction: row!important
    }

    .dimension-cats .dimension-cat-item {
        width: 40%!important;
        margin-bottom: 40px
    }

    body .dimension-cats .dimension-cat-item .inner-cat {
        display: block
    }
}

.carpet-page .inner-container {
    max-width: 1220px
}

.carpet-page h1 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    position: relative
}

.carpet-page h1:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -13px;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #EA6848;
    left: 0
}

.carpet-page .carpet-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.carpet-page .carpet-grid .item {
    flex: 1 0 21%
}

.carpet-page .carpet-grid .img {
    position: relative;
    height: 177px;
    overflow: hidden
}

.carpet-page .carpet-grid .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%;
    object-fit: cover;
    height: 100%
}

.carpet-page .carpet-grid .item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.carpet-page .carpet-grid h3 {
    text-align: center;
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
    font-weight: 700
}

.carpet-page .carpet-grid h3 a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid transparent
}

.carpet-page .carpet-grid .item:hover h3 a {
    border-color: #EA6848
}

.iconic-woothumbs-images__arrow i {
    opacity: 1;
    color: #000;
    background: #fff;
    border-radius: 100%
}

@media screen and (min-width: 600px) {
    .iconic-woothumbs-images__arrow {
        display:none!important
    }
}

@media screen and (max-width: 600px) {
    .carpet-page .carpet-grid {
        display:block
    }

    .carpet-page .carpet-grid .item {
        margin-bottom: 30px
    }

    .carpet-page .carpet-grid .img {
        height: 230px
    }

    body .archive-content .product-items .products .single-prod-item {
        width: 47%
    }

    .archive-content .product-items,.archive-content .products-block {
        display: inline-block
    }

    .archive-content .products-block .filter-items .bapf_ckbox h3 {
        margin-top: 0
    }

    body.page-id-30 .vertical-steps .text-block a {
        max-width: 70%
    }

    .iconic-woothumbs-zoom-enabled .iconic-woothumbs-images__image {
        width: 100%!important
    }
}

.rtl .aws-container .aws-show-clear .aws-search-field {
    padding: 6px 5px 6px 0
}

#mega-menu-wrap-header-lower {
    width: auto
}

.call-us {
    position: fixed;
    right: 20px;
    bottom: 75px;
    cursor: pointer;
    z-index: 99999999
}

.call-us a {
    color: #fff;
    -webkit-text-stroke: 0;
    display: flex;
    background-color: #EA6848;
    border-radius: 25px!important;
    height: 44px;
    gap: 10px;
    align-items: center;
    width: 182px
}

.call-us span {
    display: block;
    padding-right: 15px
}

.call-us span img {
    max-width: 20px
}

.footer-btm{
  padding: 10px 0;
}
.grecaptcha-badge{
  visibility: hidden !important;
}
.recaptcha{
  font-size: 12px;
  display: block;
  text-align: center;
}

@media(min-width: 2000px) {
    .archive .single-prod-item .inner-image .image-item .prod-back-image,.single-prod-item .prod-back-image,.product-items .products .single-prod-item a img {
        left:0;
        right: 0;
        margin: 0 auto;
        width: 345px
    }
}

@media(max-width: 767px) {
    .call-us {
        right:15px
    }

    .call-us a {
        width: 44px;
        gap: 0;
        font-size: 0;
        justify-content: center
    }

    .call-us span {
        padding-right: 0
    }
}

.rtl .bapf_sfilter ul li {
    text-align: right!important
}


/* Replacing the forms from caldera to cf7  Start*/



.wpcf7-not-valid-tip {
    color: #a94442;
    font-weight: 700;
}

.wpcf7-response-output {
    top: 100%;
}

.wpcf7 form.submitting [type="submit"]:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .8;
    pointer-events: none;
}

.wpcf7 form.submitting .btn[type="submit"]:before {
    border-radius: unset !important;
}

.wpcf7 form.submitting [type="submit"]:after {
    content: '';
    animation: spin 650ms infinite linear;
    border: 2px solid transparent;
    border-radius: 32px;
    border-top: 2px solid #fdb913 !important;
    border-right: 2px solid #fdb91366 !important;
    border-bottom: 2px solid #fdb913 !important;
    border-left: 2px solid #fdb91366 !important;
    content: "";
    display: block;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    position: absolute;
    width: 20px;
}

.wpcf7 form.submitting .btn[type="submit"]:before,
.wpcf7 form.submitting .btn[type="submit"]:after {
    border-radius: 2.5rem;
}

.wpcf7 {
    direction: unset !important;
    position: relative;

    /*font-size: 1em;*/
}

.wpcf7 .wpcf7-not-valid {
    color: #fff;
    /*font-size: 1em;*/
    font-weight: normal;
    display: block;
    color: #B94A48 !important;
    background-color: #F2DEDE !important;
}

.wpcf7 form:not(.submitting) .wpcf7-spinner {
    display: none;
}

.wpcf7 form.submitting .wpcf7-spinner {
    display: inline-block;
    position: absolute;
}

.wpcf7 .wpcf7-spinner {
    /*height: auto !important;*/
    z-index: 2;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-100%);
}

.wpcf7 .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible;
}

.wpcf7 form.submitting .wpcf7-submit {
    pointer-events: none;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Form loader */
.form-loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.form-loader div {
    /*position: absolute;*/
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #336699;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.form-loader div:nth-child(1) {
    left: 8px;
    animation: form-loader1 0.6s infinite;
}

.form-loader div:nth-child(2) {
    left: 8px;
    animation: form-loader2 0.6s infinite;
}

.form-loader div:nth-child(3) {
    left: 32px;
    animation: form-loader2 0.6s infinite;
}

.form-loader div:nth-child(4) {
    left: 56px;
    animation: form-loader3 0.6s infinite;
}

@keyframes form-loader1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes form-loader3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes form-loader2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* End CF7 Styles */



.dot-spin {
    position: relative;
    width: 7px;
    height: 7px !important;
    border-radius: 50%;
    background-color: transparent;
    color: transparent;
    box-shadow: 0 -12px 0 0 #fff, 8.72984px -8.72984px 0 0 #fff, 12px 0 0 0 #fff, 8.72984px 8.72984px 0 0 rgba(152, 128, 255, 0), 0 12px 0 0 rgba(152, 128, 255, 0), -8.72984px 8.72984px 0 0 rgba(152, 128, 255, 0), -12px 0 0 0 rgba(152, 128, 255, 0), -8.72984px -8.72984px 0 0 rgba(152, 128, 255, 0);
    animation: dotSpin 1.5s infinite linear;
}

@keyframes dotSpin {

    0%,
    100% {
        box-shadow: 0 -12px 0 0 #fff, 8.72984px -8.72984px 0 0 #fff, 12px 0 0 0 #fff, 8.72984px 8.72984px 0 -5px rgba(152, 128, 255, 0), 0 12px 0 -5px rgba(152, 128, 255, 0), -8.72984px 8.72984px 0 -5px rgba(152, 128, 255, 0), -12px 0 0 -5px rgba(152, 128, 255, 0), -8.72984px -8.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    12.5% {
        box-shadow: 0 -12px 0 -5px rgba(152, 128, 255, 0), 8.72984px -8.72984px 0 0 #fff, 12px 0 0 0 #fff, 8.72984px 8.72984px 0 0 #fff, 0 12px 0 -5px rgba(152, 128, 255, 0), -8.72984px 8.72984px 0 -5px rgba(152, 128, 255, 0), -12px 0 0 -5px rgba(152, 128, 255, 0), -8.72984px -8.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    25% {
        box-shadow: 0 -12px 0 -5px rgba(152, 128, 255, 0), 8.72984px -8.72984px 0 -5px rgba(152, 128, 255, 0), 12px 0 0 0 #fff, 8.72984px 8.72984px 0 0 #fff, 0 12px 0 0 #fff, -8.72984px 8.72984px 0 -5px rgba(152, 128, 255, 0), -12px 0 0 -5px rgba(152, 128, 255, 0), -8.72984px -8.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    37.5% {
        box-shadow: 0 -12px 0 -5px rgba(152, 128, 255, 0), 8.72984px -8.72984px 0 -5px rgba(152, 128, 255, 0), 12px 0 0 -5px rgba(152, 128, 255, 0), 8.72984px 8.72984px 0 0 #fff, 0 12px 0 0 #fff, -8.72984px 8.72984px 0 0 #fff, -12px 0 0 -5px rgba(152, 128, 255, 0), -8.72984px -8.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    50% {
        box-shadow: 0 -12px 0 -5px rgba(152, 128, 255, 0), 8.72984px -8.72984px 0 -5px rgba(152, 128, 255, 0), 12px 0 0 -5px rgba(152, 128, 255, 0), 8.72984px 8.72984px 0 -5px rgba(152, 128, 255, 0), 0 12px 0 0 #fff, -8.72984px 8.72984px 0 0 #fff, -12px 0 0 0 #fff, -8.72984px -8.72984px 0 -5px rgba(152, 128, 255, 0);
    }

    62.5% {
        box-shadow: 0 -12px 0 -5px rgba(152, 128, 255, 0), 8.72984px -8.72984px 0 -5px rgba(152, 128, 255, 0), 12px 0 0 -5px rgba(152, 128, 255, 0), 8.72984px 8.72984px 0 -5px rgba(152, 128, 255, 0), 0 12px 0 -5px rgba(152, 128, 255, 0), -8.72984px 8.72984px 0 0 #fff, -12px 0 0 0 #fff, -8.72984px -8.72984px 0 0 #fff;
    }

    75% {
        box-shadow: 0 -12px 0 0 #fff, 8.72984px -8.72984px 0 -5px rgba(152, 128, 255, 0), 12px 0 0 -5px rgba(152, 128, 255, 0), 8.72984px 8.72984px 0 -5px rgba(152, 128, 255, 0), 0 12px 0 -5px rgba(152, 128, 255, 0), -8.72984px 8.72984px 0 -5px rgba(152, 128, 255, 0), -12px 0 0 0 #fff, -8.72984px -8.72984px 0 0 #fff;
    }

    87.5% {
        box-shadow: 0 -12px 0 0 #fff, 8.72984px -8.72984px 0 0 #fff, 12px 0 0 -5px rgba(152, 128, 255, 0), 8.72984px 8.72984px 0 -5px rgba(152, 128, 255, 0), 0 12px 0 -5px rgba(152, 128, 255, 0), -8.72984px 8.72984px 0 -5px rgba(152, 128, 255, 0), -12px 0 0 -5px rgba(152, 128, 255, 0), -8.72984px -8.72984px 0 0 #fff;
    }
}



.wpcf7-response-output {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 15px;
}


.single-product .upper-block .product-subscribe .subscribe-part .caldera-grid .first_col button {
    width: 100% !important;
    color: #fff !important;
    /* border: unset !important; */
    /* background-color: #e3aa37 !important; */
}

body.single-product .upper-block .product-subscribe .subscribe-part .caldera-grid .first_col button {
    background-color: #323B40 !important;
}


.single-product .upper-block .product-subscribe .subscribe-part .caldera-grid button {
    min-height: 50px;
    max-width: 100%;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:first-of-type) {
    display: none;
}
.wpcf7-form .btn{
    position: relative;
}
.wpcf7-form .form-control{
    font-weight: 400;
}

/* Old form Css starts from here  */

/*! GENERATED SOURCE FILE caldera-forms - v1.9.6 - 2021-12-13 */
@media (min-width: 768px) {
.caldera-grid .container {
width:750px
}
}

@media (min-width: 992px) {
.caldera-grid .container {
width:970px
}
}

@media (min-width: 1200px) {
.caldera-grid .container {
width:1170px
}
}

.caldera-grid article,.caldera-grid aside,.caldera-grid details,.caldera-grid figcaption,.caldera-grid figure,.caldera-grid footer,.caldera-grid header,.caldera-grid hgroup,.caldera-grid main,.caldera-grid nav,.caldera-grid section,.caldera-grid summary {
display: block
}

.caldera-grid a {
background: 0 0;
text-decoration: none
}

.caldera-grid img {
vertical-align: middle
}

.caldera-grid pre {
overflow: auto
}

.caldera-grid *,.caldera-grid :after,.caldera-grid :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}

.caldera-grid html {
font-size: 62.5%;
-webkit-tap-highlight-color: transparent
}

.caldera-grid body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff
}

.caldera-grid button,.caldera-grid input,.caldera-grid select,.caldera-grid textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}

.caldera-grid a:focus,.caldera-grid a:hover {
color: #2a6496;
text-decoration: underline
}

.caldera-grid a:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}

.caldera-grid .img-responsive {
display: block;
max-width: 100%;
height: auto
}

.caldera-grid .img-rounded {
border-radius: 6px
}

.caldera-grid .img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto
}

.caldera-grid .img-circle {
border-radius: 50%
}

.caldera-grid hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee
}

.caldera-grid .sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0
}

.caldera-grid .container,.caldera-grid .container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 7.5px;
padding-right: 7.5px
}

@media (min-width: 768px) {
.caldera-grid .container {
width:735px
}
}

@media (min-width: 992px) {
.caldera-grid .container {
width:955px
}
}

@media (min-width: 1200px) {
.caldera-grid .container {
width:1155px
}
}

.caldera-grid .row {
margin-left: -7.5px;
margin-right: -7.5px;
max-width: 100%
}

.caldera-grid .col-lg-1,.caldera-grid .col-lg-10,.caldera-grid .col-lg-11,.caldera-grid .col-lg-12,.caldera-grid .col-lg-2,.caldera-grid .col-lg-3,.caldera-grid .col-lg-4,.caldera-grid .col-lg-5,.caldera-grid .col-lg-6,.caldera-grid .col-lg-7,.caldera-grid .col-lg-8,.caldera-grid .col-lg-9,.caldera-grid .col-md-1,.caldera-grid .col-md-10,.caldera-grid .col-md-11,.caldera-grid .col-md-12,.caldera-grid .col-md-2,.caldera-grid .col-md-3,.caldera-grid .col-md-4,.caldera-grid .col-md-5,.caldera-grid .col-md-6,.caldera-grid .col-md-7,.caldera-grid .col-md-8,.caldera-grid .col-md-9,.caldera-grid .col-sm-1,.caldera-grid .col-sm-10,.caldera-grid .col-sm-11,.caldera-grid .col-sm-12,.caldera-grid .col-sm-2,.caldera-grid .col-sm-3,.caldera-grid .col-sm-4,.caldera-grid .col-sm-5,.caldera-grid .col-sm-6,.caldera-grid .col-sm-7,.caldera-grid .col-sm-8,.caldera-grid .col-sm-9,.caldera-grid .col-xs-1,.caldera-grid .col-xs-10,.caldera-grid .col-xs-11,.caldera-grid .col-xs-12,.caldera-grid .col-xs-2,.caldera-grid .col-xs-3,.caldera-grid .col-xs-4,.caldera-grid .col-xs-5,.caldera-grid .col-xs-6,.caldera-grid .col-xs-7,.caldera-grid .col-xs-8,.caldera-grid .col-xs-9 {
position: relative;
padding-left: 7.5px;
padding-right: 7.5px
}

.caldera-grid .col-xs-1,.caldera-grid .col-xs-10,.caldera-grid .col-xs-11,.caldera-grid .col-xs-12,.caldera-grid .col-xs-2,.caldera-grid .col-xs-3,.caldera-grid .col-xs-4,.caldera-grid .col-xs-5,.caldera-grid .col-xs-6,.caldera-grid .col-xs-7,.caldera-grid .col-xs-8,.caldera-grid .col-xs-9 {
float: left
}

.caldera-grid .col-xs-12 {
width: 100%
}

.caldera-grid .col-xs-11 {
width: 91.66666667%
}

.caldera-grid .col-xs-10 {
width: 83.33333333%
}

.caldera-grid .col-xs-9 {
width: 75%
}

.caldera-grid .col-xs-8 {
width: 66.66666667%
}

.caldera-grid .col-xs-7 {
width: 58.33333333%
}

.caldera-grid .col-xs-6 {
width: 50%
}

.caldera-grid .col-xs-5 {
width: 41.66666667%
}

.caldera-grid .col-xs-4 {
width: 33.33333333%
}

.caldera-grid .col-xs-3 {
width: 25%
}

.caldera-grid .col-xs-2 {
width: 16.66666667%
}

.caldera-grid .col-xs-1 {
width: 8.33333333%
}

.caldera-grid .col-xs-pull-12 {
right: 100%
}

.caldera-grid .col-xs-pull-11 {
right: 91.66666667%
}

.caldera-grid .col-xs-pull-10 {
right: 83.33333333%
}

.caldera-grid .col-xs-pull-9 {
right: 75%
}

.caldera-grid .col-xs-pull-8 {
right: 66.66666667%
}

.caldera-grid .col-xs-pull-7 {
right: 58.33333333%
}

.caldera-grid .col-xs-pull-6 {
right: 50%
}

.caldera-grid .col-xs-pull-5 {
right: 41.66666667%
}

.caldera-grid .col-xs-pull-4 {
right: 33.33333333%
}

.caldera-grid .col-xs-pull-3 {
right: 25%
}

.caldera-grid .col-xs-pull-2 {
right: 16.66666667%
}

.caldera-grid .col-xs-pull-1 {
right: 8.33333333%
}

.caldera-grid .col-xs-pull-0 {
right: 0
}

.caldera-grid .col-xs-push-12 {
left: 100%
}

.caldera-grid .col-xs-push-11 {
left: 91.66666667%
}

.caldera-grid .col-xs-push-10 {
left: 83.33333333%
}

.caldera-grid .col-xs-push-9 {
left: 75%
}

.caldera-grid .col-xs-push-8 {
left: 66.66666667%
}

.caldera-grid .col-xs-push-7 {
left: 58.33333333%
}

.caldera-grid .col-xs-push-6 {
left: 50%
}

.caldera-grid .col-xs-push-5 {
left: 41.66666667%
}

.caldera-grid .col-xs-push-4 {
left: 33.33333333%
}

.caldera-grid .col-xs-push-3 {
left: 25%
}

.caldera-grid .col-xs-push-2 {
left: 16.66666667%
}

.caldera-grid .col-xs-push-1 {
left: 8.33333333%
}

.caldera-grid .col-xs-push-0 {
left: 0
}

.caldera-grid .col-xs-offset-12 {
margin-left: 100%
}

.caldera-grid .col-xs-offset-11 {
margin-left: 91.66666667%
}

.caldera-grid .col-xs-offset-10 {
margin-left: 83.33333333%
}

.caldera-grid .col-xs-offset-9 {
margin-left: 75%
}

.caldera-grid .col-xs-offset-8 {
margin-left: 66.66666667%
}

.caldera-grid .col-xs-offset-7 {
margin-left: 58.33333333%
}

.caldera-grid .col-xs-offset-6 {
margin-left: 50%
}

.caldera-grid .col-xs-offset-5 {
margin-left: 41.66666667%
}

.caldera-grid .col-xs-offset-4 {
margin-left: 33.33333333%
}

.caldera-grid .col-xs-offset-3 {
margin-left: 25%
}

.caldera-grid .col-xs-offset-2 {
margin-left: 16.66666667%
}

.caldera-grid .col-xs-offset-1 {
margin-left: 8.33333333%
}

.caldera-grid .col-xs-offset-0 {
margin-left: 0
}

@media (min-width: 768px) {
.caldera-grid .col-sm-1,.caldera-grid .col-sm-10,.caldera-grid .col-sm-11,.caldera-grid .col-sm-12,.caldera-grid .col-sm-2,.caldera-grid .col-sm-3,.caldera-grid .col-sm-4,.caldera-grid .col-sm-5,.caldera-grid .col-sm-6,.caldera-grid .col-sm-7,.caldera-grid .col-sm-8,.caldera-grid .col-sm-9 {
float:left
}

.caldera-grid .col-sm-12 {
width: 100%
}

.caldera-grid .col-sm-11 {
width: 91.66666667%
}

.caldera-grid .col-sm-10 {
width: 83.33333333%
}

.caldera-grid .col-sm-9 {
width: 75%
}

.caldera-grid .col-sm-8 {
width: 66.66666667%
}

.caldera-grid .col-sm-7 {
width: 58.33333333%
}

.caldera-grid .col-sm-6 {
width: 50%
}

.caldera-grid .col-sm-5 {
width: 41.66666667%
}

.caldera-grid .col-sm-4 {
width: 33.33333333%
}

.caldera-grid .col-sm-3 {
width: 25%
}

.caldera-grid .col-sm-2 {
width: 16.66666667%
}

.caldera-grid .col-sm-1 {
width: 8.33333333%
}

.caldera-grid .col-sm-pull-12 {
right: 100%
}

.caldera-grid .col-sm-pull-11 {
right: 91.66666667%
}

.caldera-grid .col-sm-pull-10 {
right: 83.33333333%
}

.caldera-grid .col-sm-pull-9 {
right: 75%
}

.caldera-grid .col-sm-pull-8 {
right: 66.66666667%
}

.caldera-grid .col-sm-pull-7 {
right: 58.33333333%
}

.caldera-grid .col-sm-pull-6 {
right: 50%
}

.caldera-grid .col-sm-pull-5 {
right: 41.66666667%
}

.caldera-grid .col-sm-pull-4 {
right: 33.33333333%
}

.caldera-grid .col-sm-pull-3 {
right: 25%
}

.caldera-grid .col-sm-pull-2 {
right: 16.66666667%
}

.caldera-grid .col-sm-pull-1 {
right: 8.33333333%
}

.caldera-grid .col-sm-pull-0 {
right: 0
}

.caldera-grid .col-sm-push-12 {
left: 100%
}

.caldera-grid .col-sm-push-11 {
left: 91.66666667%
}

.caldera-grid .col-sm-push-10 {
left: 83.33333333%
}

.caldera-grid .col-sm-push-9 {
left: 75%
}

.caldera-grid .col-sm-push-8 {
left: 66.66666667%
}

.caldera-grid .col-sm-push-7 {
left: 58.33333333%
}

.caldera-grid .col-sm-push-6 {
left: 50%
}

.caldera-grid .col-sm-push-5 {
left: 41.66666667%
}

.caldera-grid .col-sm-push-4 {
left: 33.33333333%
}

.caldera-grid .col-sm-push-3 {
left: 25%
}

.caldera-grid .col-sm-push-2 {
left: 16.66666667%
}

.caldera-grid .col-sm-push-1 {
left: 8.33333333%
}

.caldera-grid .col-sm-push-0 {
left: 0
}

.caldera-grid .col-sm-offset-12 {
margin-left: 100%
}

.caldera-grid .col-sm-offset-11 {
margin-left: 91.66666667%
}

.caldera-grid .col-sm-offset-10 {
margin-left: 83.33333333%
}

.caldera-grid .col-sm-offset-9 {
margin-left: 75%
}

.caldera-grid .col-sm-offset-8 {
margin-left: 66.66666667%
}

.caldera-grid .col-sm-offset-7 {
margin-left: 58.33333333%
}

.caldera-grid .col-sm-offset-6 {
margin-left: 50%
}

.caldera-grid .col-sm-offset-5 {
margin-left: 41.66666667%
}

.caldera-grid .col-sm-offset-4 {
margin-left: 33.33333333%
}

.caldera-grid .col-sm-offset-3 {
margin-left: 25%
}

.caldera-grid .col-sm-offset-2 {
margin-left: 16.66666667%
}

.caldera-grid .col-sm-offset-1 {
margin-left: 8.33333333%
}

.caldera-grid .col-sm-offset-0 {
margin-left: 0
}
}

@media (min-width: 992px) {
.caldera-grid .col-md-1,.caldera-grid .col-md-10,.caldera-grid .col-md-11,.caldera-grid .col-md-12,.caldera-grid .col-md-2,.caldera-grid .col-md-3,.caldera-grid .col-md-4,.caldera-grid .col-md-5,.caldera-grid .col-md-6,.caldera-grid .col-md-7,.caldera-grid .col-md-8,.caldera-grid .col-md-9 {
float:left
}

.caldera-grid .col-md-12 {
width: 100%
}

.caldera-grid .col-md-11 {
width: 91.66666667%
}

.caldera-grid .col-md-10 {
width: 83.33333333%
}

.caldera-grid .col-md-9 {
width: 75%
}

.caldera-grid .col-md-8 {
width: 66.66666667%
}

.caldera-grid .col-md-7 {
width: 58.33333333%
}

.caldera-grid .col-md-6 {
width: 50%
}

.caldera-grid .col-md-5 {
width: 41.66666667%
}

.caldera-grid .col-md-4 {
width: 33.33333333%
}

.caldera-grid .col-md-3 {
width: 25%
}

.caldera-grid .col-md-2 {
width: 16.66666667%
}

.caldera-grid .col-md-1 {
width: 8.33333333%
}

.caldera-grid .col-md-pull-12 {
right: 100%
}

.caldera-grid .col-md-pull-11 {
right: 91.66666667%
}

.caldera-grid .col-md-pull-10 {
right: 83.33333333%
}

.caldera-grid .col-md-pull-9 {
right: 75%
}

.caldera-grid .col-md-pull-8 {
right: 66.66666667%
}

.caldera-grid .col-md-pull-7 {
right: 58.33333333%
}

.caldera-grid .col-md-pull-6 {
right: 50%
}

.caldera-grid .col-md-pull-5 {
right: 41.66666667%
}

.caldera-grid .col-md-pull-4 {
right: 33.33333333%
}

.caldera-grid .col-md-pull-3 {
right: 25%
}

.caldera-grid .col-md-pull-2 {
right: 16.66666667%
}

.caldera-grid .col-md-pull-1 {
right: 8.33333333%
}

.caldera-grid .col-md-pull-0 {
right: 0
}

.caldera-grid .col-md-push-12 {
left: 100%
}

.caldera-grid .col-md-push-11 {
left: 91.66666667%
}

.caldera-grid .col-md-push-10 {
left: 83.33333333%
}

.caldera-grid .col-md-push-9 {
left: 75%
}

.caldera-grid .col-md-push-8 {
left: 66.66666667%
}

.caldera-grid .col-md-push-7 {
left: 58.33333333%
}

.caldera-grid .col-md-push-6 {
left: 50%
}

.caldera-grid .col-md-push-5 {
left: 41.66666667%
}

.caldera-grid .col-md-push-4 {
left: 33.33333333%
}

.caldera-grid .col-md-push-3 {
left: 25%
}

.caldera-grid .col-md-push-2 {
left: 16.66666667%
}

.caldera-grid .col-md-push-1 {
left: 8.33333333%
}

.caldera-grid .col-md-push-0 {
left: 0
}

.caldera-grid .col-md-offset-12 {
margin-left: 100%
}

.caldera-grid .col-md-offset-11 {
margin-left: 91.66666667%
}

.caldera-grid .col-md-offset-10 {
margin-left: 83.33333333%
}

.caldera-grid .col-md-offset-9 {
margin-left: 75%
}

.caldera-grid .col-md-offset-8 {
margin-left: 66.66666667%
}

.caldera-grid .col-md-offset-7 {
margin-left: 58.33333333%
}

.caldera-grid .col-md-offset-6 {
margin-left: 50%
}

.caldera-grid .col-md-offset-5 {
margin-left: 41.66666667%
}

.caldera-grid .col-md-offset-4 {
margin-left: 33.33333333%
}

.caldera-grid .col-md-offset-3 {
margin-left: 25%
}

.caldera-grid .col-md-offset-2 {
margin-left: 16.66666667%
}

.caldera-grid .col-md-offset-1 {
margin-left: 8.33333333%
}

.caldera-grid .col-md-offset-0 {
margin-left: 0
}
}

@-ms-viewport {
width: device-width
}

@media (min-width: 1200px) {
.caldera-grid .col-lg-1,.caldera-grid .col-lg-10,.caldera-grid .col-lg-11,.caldera-grid .col-lg-12,.caldera-grid .col-lg-2,.caldera-grid .col-lg-3,.caldera-grid .col-lg-4,.caldera-grid .col-lg-5,.caldera-grid .col-lg-6,.caldera-grid .col-lg-7,.caldera-grid .col-lg-8,.caldera-grid .col-lg-9 {
float:left
}

.caldera-grid .col-lg-12 {
width: 100%
}

.caldera-grid .col-lg-11 {
width: 91.66666667%
}

.caldera-grid .col-lg-10 {
width: 83.33333333%
}

.caldera-grid .col-lg-9 {
width: 75%
}

.caldera-grid .col-lg-8 {
width: 66.66666667%
}

.caldera-grid .col-lg-7 {
width: 58.33333333%
}

.caldera-grid .col-lg-6 {
width: 50%
}

.caldera-grid .col-lg-5 {
width: 41.66666667%
}

.caldera-grid .col-lg-4 {
width: 33.33333333%
}

.caldera-grid .col-lg-3 {
width: 25%
}

.caldera-grid .col-lg-2 {
width: 16.66666667%
}

.caldera-grid .col-lg-1 {
width: 8.33333333%
}

.caldera-grid .col-lg-pull-12 {
right: 100%
}

.caldera-grid .col-lg-pull-11 {
right: 91.66666667%
}

.caldera-grid .col-lg-pull-10 {
right: 83.33333333%
}

.caldera-grid .col-lg-pull-9 {
right: 75%
}

.caldera-grid .col-lg-pull-8 {
right: 66.66666667%
}

.caldera-grid .col-lg-pull-7 {
right: 58.33333333%
}

.caldera-grid .col-lg-pull-6 {
right: 50%
}

.caldera-grid .col-lg-pull-5 {
right: 41.66666667%
}

.caldera-grid .col-lg-pull-4 {
right: 33.33333333%
}

.caldera-grid .col-lg-pull-3 {
right: 25%
}

.caldera-grid .col-lg-pull-2 {
right: 16.66666667%
}

.caldera-grid .col-lg-pull-1 {
right: 8.33333333%
}

.caldera-grid .col-lg-pull-0 {
right: 0
}

.caldera-grid .col-lg-push-12 {
left: 100%
}

.caldera-grid .col-lg-push-11 {
left: 91.66666667%
}

.caldera-grid .col-lg-push-10 {
left: 83.33333333%
}

.caldera-grid .col-lg-push-9 {
left: 75%
}

.caldera-grid .col-lg-push-8 {
left: 66.66666667%
}

.caldera-grid .col-lg-push-7 {
left: 58.33333333%
}

.caldera-grid .col-lg-push-6 {
left: 50%
}

.caldera-grid .col-lg-push-5 {
left: 41.66666667%
}

.caldera-grid .col-lg-push-4 {
left: 33.33333333%
}

.caldera-grid .col-lg-push-3 {
left: 25%
}

.caldera-grid .col-lg-push-2 {
left: 16.66666667%
}

.caldera-grid .col-lg-push-1 {
left: 8.33333333%
}

.caldera-grid .col-lg-push-0 {
left: 0
}

.caldera-grid .col-lg-offset-12 {
margin-left: 100%
}

.caldera-grid .col-lg-offset-11 {
margin-left: 91.66666667%
}

.caldera-grid .col-lg-offset-10 {
margin-left: 83.33333333%
}

.caldera-grid .col-lg-offset-9 {
margin-left: 75%
}

.caldera-grid .col-lg-offset-8 {
margin-left: 66.66666667%
}

.caldera-grid .col-lg-offset-7 {
margin-left: 58.33333333%
}

.caldera-grid .col-lg-offset-6 {
margin-left: 50%
}

.caldera-grid .col-lg-offset-5 {
margin-left: 41.66666667%
}

.caldera-grid .col-lg-offset-4 {
margin-left: 33.33333333%
}

.caldera-grid .col-lg-offset-3 {
margin-left: 25%
}

.caldera-grid .col-lg-offset-2 {
margin-left: 16.66666667%
}

.caldera-grid .col-lg-offset-1 {
margin-left: 8.33333333%
}

.caldera-grid .col-lg-offset-0 {
margin-left: 0
}
}

.caldera-grid .clearfix:after,.caldera-grid .clearfix:before,.caldera-grid .container-fluid:after,.caldera-grid .container-fluid:before,.caldera-grid .container:after,.caldera-grid .container:before,.caldera-grid .row:after,.caldera-grid .row:before {
content: " ";
display: table
}

.caldera-grid .clearfix:after,.caldera-grid .container-fluid:after,.caldera-grid .container:after,.caldera-grid .row:after {
clear: both
}

.caldera-grid .center-block {
display: block;
margin-left: auto;
margin-right: auto
}

.caldera-grid .pull-right {
float: right!important
}

.caldera-grid .pull-left {
float: left!important
}

.caldera-grid .hide {
display: none!important
}

.caldera-grid .show {
display: block!important
}

.caldera-grid .hidden,.caldera-grid .visible-lg,.caldera-grid .visible-md,.caldera-grid .visible-sm,.caldera-grid .visible-xs {
display: none!important
}

.caldera-grid .invisible {
visibility: hidden
}

.caldera-grid .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}

.caldera-grid .hidden {
visibility: hidden!important
}

.caldera-grid .affix {
position: fixed
}

@-ms-viewport {
width: device-width
}

@media (max-width: 767px) {
.caldera-grid .visible-xs {
display:block!important
}

.caldera-grid table.visible-xs {
display: table
}

.caldera-grid tr.visible-xs {
display: table-row!important
}

.caldera-grid td.visible-xs,.caldera-grid th.visible-xs {
display: table-cell!important
}
}

@media (min-width: 768px) and (max-width:991px) {
.caldera-grid .visible-sm {
display:block!important
}

.caldera-grid table.visible-sm {
display: table
}

.caldera-grid tr.visible-sm {
display: table-row!important
}

.caldera-grid td.visible-sm,.caldera-grid th.visible-sm {
display: table-cell!important
}
}

@media (min-width: 992px) and (max-width:1199px) {
.caldera-grid .visible-md {
display:block!important
}

.caldera-grid table.visible-md {
display: table
}

.caldera-grid tr.visible-md {
display: table-row!important
}

.caldera-grid td.visible-md,.caldera-grid th.visible-md {
display: table-cell!important
}
}

@media (min-width: 1200px) {
.caldera-grid .visible-lg {
display:block!important
}

.caldera-grid table.visible-lg {
display: table
}

.caldera-grid tr.visible-lg {
display: table-row!important
}

.caldera-grid td.visible-lg,.caldera-grid th.visible-lg {
display: table-cell!important
}

.caldera-grid .hidden-lg {
display: none!important
}
}

@media (max-width: 767px) {
.caldera-grid .hidden-xs {
display:none!important
}
}

@media (min-width: 768px) and (max-width:991px) {
.caldera-grid .hidden-sm {
display:none!important
}
}

@media (min-width: 992px) and (max-width:1199px) {
.caldera-grid .hidden-md {
display:none!important
}
}

.caldera-grid .visible-print {
display: none!important
}

@media print {
.caldera-grid .visible-print {
display: block!important
}

.caldera-grid table.visible-print {
display: table
}

.caldera-grid tr.visible-print {
display: table-row!important
}

.caldera-grid td.visible-print,.caldera-grid th.visible-print {
display: table-cell!important
}

.caldera-grid .hidden-print {
display: none!important
}
}

input.parsley-success,select.parsley-success,textarea.parsley-success {
color: #468847;
background-color: #DFF0D8;
border: 1px solid #D6E9C6
}

input.parsley-error,select.parsley-error,textarea.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border: 1px solid #EED3D7
}

.parsley-errors-list {
margin: 2px 0 3px;
padding: 0;
list-style-type: none;
font-size: .9em;
line-height: .9em;
opacity: 0;
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in
}

.parsley-errors-list.filled {
opacity: 1
}

.caldera-grid .alert {
padding: 8px;
margin-bottom: 18px;
border-radius: 2px
}

.caldera-grid .alert .alert-link {
font-weight: 700
}

.caldera-grid .alert-dismissable {
padding-right: 28px
}

.caldera-grid .alert-success {
background-color: #dff0d8;
border-color: #a3d48e;
color: #3c763d
}

.caldera-grid .alert-success hr {
border-top-color: #93cd7c
}

.caldera-grid .alert-success .alert-link {
color: #2b542c
}

.caldera-grid .alert-info {
background-color: #d9edf7;
border-color: #85c5e5;
color: #31708f
}

.caldera-grid .alert-info hr {
border-top-color: #70bbe1
}

.caldera-grid .alert-info .alert-link {
color: #245269
}

.caldera-grid .alert-warning {
background-color: #f9edbe;
border-color: #f0c36d;
color: #333
}

.caldera-grid .alert-warning hr {
border-top-color: #eeb956
}

.caldera-grid .alert-warning .alert-link {
color: #1a1a1a
}

.caldera-grid .alert-danger,.caldera-grid .alert-error {
background-color: #f2dede;
border-color: #d59595;
color: #a94442
}

.caldera-grid .alert-danger hr,.caldera-grid .alert-error hr {
border-top-color: #ce8383
}

.caldera-grid .alert-danger .alert-link,.caldera-grid .alert-error .alert-link {
color: #843534
}

.caldera-grid .alert-danger,.caldera-grid .alert-error,.caldera-grid .alert-info,.caldera-grid .alert-success,.caldera-grid .alert-warning {
text-shadow: 0 1px 0 rgba(255,255,255,.5)
}

.caldera-grid .has-error .form-control:focus,.caldera-grid .has-error .form-control:hover {
border-color: #dd4b39
}

.caldera-grid.cf_processing {
/*background: url(../images/loading.gif) center center/30px auto no-repeat rgba(0,0,0,0)*/
}

.caldera-grid.cf_processing>* {
opacity: .5
}

.caldera-grid html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}

.caldera-grid body {
margin: 0
}

.caldera-grid article,.caldera-grid aside,.caldera-grid details,.caldera-grid figcaption,.caldera-grid figure,.caldera-grid footer,.caldera-grid header,.caldera-grid hgroup,.caldera-grid main,.caldera-grid menu,.caldera-grid nav,.caldera-grid section,.caldera-grid summary {
display: block
}

.caldera-grid audio,.caldera-grid canvas,.caldera-grid progress,.caldera-grid video {
display: inline-block;
vertical-align: baseline
}

.caldera-grid audio:not([controls]) {
display: none;
height: 0
}

.caldera-grid [hidden],.caldera-grid template {
display: none
}

.caldera-grid a {
background-color: transparent
}

.caldera-grid a:active,.caldera-grid a:hover {
outline: 0
}

.caldera-grid abbr[title] {
border-bottom: 1px dotted
}

.caldera-grid b,.caldera-grid strong {
font-weight: 700
}

.caldera-grid dfn {
font-style: italic
}

.caldera-grid h1 {
font-size: 2em;
margin: .67em 0
}

.caldera-grid mark {
background: #ff0;
color: #000
}

.caldera-grid small {
font-size: 80%
}

.caldera-grid sub,.caldera-grid sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}

.caldera-grid sup {
top: -.5em
}

.caldera-grid sub {
bottom: -.25em
}

.caldera-grid img {
border: 0
}

.caldera-grid svg:not(:root) {
overflow: hidden
}

.caldera-grid pre,.caldera-grid textarea {
overflow: auto
}

.caldera-grid figure {
margin: 1em 40px
}

.caldera-grid hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0
}

.caldera-grid code,.caldera-grid kbd,.caldera-grid pre,.caldera-grid samp {
font-family: monospace,monospace;
font-size: 1em
}

.caldera-grid button,.caldera-grid input,.caldera-grid optgroup,.caldera-grid select,.caldera-grid textarea {
font: inherit;
margin: 0
}

.caldera-grid button {
overflow: visible
}

.caldera-grid button,.caldera-grid select {
text-transform: none
}

.caldera-grid button,.caldera-grid html input[type=button],.caldera-grid input[type=reset],.caldera-grid input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}

.caldera-grid button[disabled],.caldera-grid html input[disabled] {
cursor: default
}

.caldera-grid button::-moz-focus-inner,.caldera-grid input::-moz-focus-inner {
border: 0;
padding: 0
}

.caldera-grid input {
line-height: normal
}

.caldera-grid input[type=checkbox],.caldera-grid input[type=radio] {
box-sizing: border-box;
padding: 0
}

.caldera-grid input[type=number]::-webkit-inner-spin-button,.caldera-grid input[type=number]::-webkit-outer-spin-button {
height: auto
}

.caldera-grid input[type=search] {
-webkit-appearance: textfield;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}

.caldera-grid input[type=search]::-webkit-search-cancel-button,.caldera-grid input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}

.caldera-grid optgroup {
font-weight: 700
}

.caldera-grid table {
border-collapse: collapse;
border-spacing: 0
}

.caldera-grid td,.caldera-grid th {
padding: 0
}

@media print {
.caldera-grid *,.caldera-grid :after,.caldera-grid :before {
background: 0 0!important;
color: #000!important;
box-shadow: none!important;
text-shadow: none!important
}

.caldera-grid a,.caldera-grid a:visited {
text-decoration: underline
}

.caldera-grid a[href]:after {
content: " (" attr(href) ")"
}

.caldera-grid abbr[title]:after {
content: " (" attr(title) ")"
}

.caldera-grid a[href^="#"]:after,.caldera-grid a[href^="javascript:"]:after {
content: ""
}

.caldera-grid blockquote,.caldera-grid pre {
border: 1px solid #999;
page-break-inside: avoid
}

.caldera-grid thead {
display: table-header-group
}

.caldera-grid img,.caldera-grid tr {
page-break-inside: avoid
}

.caldera-grid img {
max-width: 100%!important
}

.caldera-grid h2,.caldera-grid h3,.caldera-grid p {
orphans: 3;
widows: 3
}

.caldera-grid h2,.caldera-grid h3 {
page-break-after: avoid
}

.caldera-grid select {
background: #fff!important
}

.caldera-grid .navbar {
display: none
}

.caldera-grid .btn>.caret,.caldera-grid .dropup>.btn>.caret {
border-top-color: #000!important
}

.caldera-grid .label {
border: 1px solid #000
}

.caldera-grid .table {
border-collapse: collapse!important
}

.caldera-grid .table td,.caldera-grid .table th {
background-color: #fff!important
}

.caldera-grid .table-bordered td,.caldera-grid .table-bordered th {
border: 1px solid #ddd!important
}
}

.caldera-grid .btn,.caldera-grid .btn-danger.active,.caldera-grid .btn-danger:active,.caldera-grid .btn-default.active,.caldera-grid .btn-default:active,.caldera-grid .btn-info.active,.caldera-grid .btn-info:active,.caldera-grid .btn-primary.active,.caldera-grid .btn-primary:active,.caldera-grid .btn-success.active,.caldera-grid .btn-success:active,.caldera-grid .btn-warning.active,.caldera-grid .btn-warning:active,.caldera-grid .btn.active,.caldera-grid .btn:active,.caldera-grid .form-control,.open>.dropdown-toggle.caldera-grid .btn-danger,.open>.dropdown-toggle.caldera-grid .btn-default,.open>.dropdown-toggle.caldera-grid .btn-info,.open>.dropdown-toggle.caldera-grid .btn-primary,.open>.dropdown-toggle.caldera-grid .btn-success,.open>.dropdown-toggle.caldera-grid .btn-warning {
background-image: none
}

.caldera-grid fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0
}

.caldera-grid legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5
}

.caldera-grid label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700
}

.caldera-grid input[type=checkbox],.caldera-grid input[type=radio] {
margin: 0;
line-height: normal
}

.caldera-grid .form-group,.cf-color-picker .form-group {
margin-bottom: 15px
}

.caldera-grid .form-control,.caldera-grid output {
font-size: 14px;
line-height: 1.42857143;
color: #555;
display: block
}

.caldera-grid input[type=file] {
display: block
}

.caldera-grid input[type=range] {
display: block;
width: 100%
}

.caldera-grid select[multiple],.caldera-grid select[size] {
height: auto
}

.caldera-grid input[type=checkbox]:focus,.caldera-grid input[type=file]:focus,.caldera-grid input[type=radio]:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}

.caldera-grid input[type=checkbox] {
-webkit-appearance: checkbox
}

.caldera-grid input[type=radio] {
-webkit-appearance: radio
}

.caldera-grid output {
padding-top: 7px
}

.caldera-grid .form-control {
width: 100%;
height: 34px;
padding: 6px 12px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.caldera-grid .form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.caldera-grid .form-control::-moz-placeholder {
color: #999;
opacity: 1
}

.caldera-grid .form-control:-ms-input-placeholder {
color: #999
}

.caldera-grid .form-control::-webkit-input-placeholder {
color: #999
}

.caldera-grid .form-control[disabled],.caldera-grid .form-control[readonly],fieldset[disabled] .caldera-grid .form-control {
background-color: #eee;
opacity: 1
}

.caldera-grid .form-control[disabled],fieldset[disabled] .caldera-grid .form-control {
cursor: not-allowed
}

textarea .caldera-grid .form-control {
height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
.caldera-grid input[type=date],.caldera-grid input[type=datetime-local],.caldera-grid input[type=month],.caldera-grid input[type=time] {
line-height:34px
}

.caldera-grid input[type=date].input-sm,.caldera-grid input[type=datetime-local].input-sm,.caldera-grid input[type=month].input-sm,.caldera-grid input[type=time].input-sm,.input-group-sm .caldera-grid input[type=date],.input-group-sm .caldera-grid input[type=datetime-local],.input-group-sm .caldera-grid input[type=month],.input-group-sm .caldera-grid input[type=time] {
line-height: 30px
}

.caldera-grid input[type=date].input-lg,.caldera-grid input[type=datetime-local].input-lg,.caldera-grid input[type=month].input-lg,.caldera-grid input[type=time].input-lg,.input-group-lg .caldera-grid input[type=date],.input-group-lg .caldera-grid input[type=datetime-local],.input-group-lg .caldera-grid input[type=month],.input-group-lg .caldera-grid input[type=time] {
line-height: 46px
}
}

.caldera-grid .checkbox,.caldera-grid .radio {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px
}

.caldera-grid .checkbox label,.caldera-grid .radio label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer
}

.caldera-grid .checkbox input[type=checkbox],.caldera-grid .checkbox-inline input[type=checkbox],.caldera-grid .radio input[type=radio],.caldera-grid .radio-inline input[type=radio] {
margin-left: -20px
}

.caldera-grid .checkbox+.checkbox,.caldera-grid .radio+.radio {
margin-top: -5px
}

.caldera-grid .checkbox-inline,.caldera-grid .radio-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: 400;
cursor: pointer
}

.caldera-grid .checkbox-inline+.checkbox-inline,.caldera-grid .radio-inline+.radio-inline {
margin-top: 0;
margin-left: 10px
}

.caldera-grid .btn-block+.btn-block,.caldera-grid .help-block,.cf-toggle-switch .btn-block+.btn-block {
margin-top: 5px
}

.caldera-grid .checkbox-inline.disabled,.caldera-grid .checkbox.disabled label,.caldera-grid .radio-inline.disabled,.caldera-grid .radio.disabled label,.caldera-grid input[type=checkbox].disabled,.caldera-grid input[type=checkbox][disabled],.caldera-grid input[type=radio].disabled,.caldera-grid input[type=radio][disabled],fieldset[disabled] .caldera-grid .checkbox label,fieldset[disabled] .caldera-grid .checkbox-inline,fieldset[disabled] .caldera-grid .radio label,fieldset[disabled] .caldera-grid .radio-inline,fieldset[disabled] .caldera-grid input[type=checkbox],fieldset[disabled] .caldera-grid input[type=radio] {
cursor: not-allowed
}

.caldera-grid .form-control-static {
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
min-height: 34px
}

.caldera-grid .form-control-static.input-lg,.caldera-grid .form-control-static.input-sm {
padding-left: 0;
padding-right: 0
}

.caldera-grid .input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px
}

select.caldera-grid .input-sm {
height: 30px;
line-height: 30px
}

select[multiple].caldera-grid .input-sm,textarea.caldera-grid .input-sm {
height: auto
}

.caldera-grid .form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 1px
}

select.caldera-grid .form-group-sm .form-control {
height: 30px;
line-height: 30px
}

select[multiple].caldera-grid .form-group-sm .form-control,textarea.caldera-grid .form-group-sm .form-control {
height: auto
}

.caldera-grid .form-group-sm .form-control-static {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
min-height: 32px
}

.caldera-grid .input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}

select.caldera-grid .input-lg {
height: 46px;
line-height: 46px
}

select[multiple].caldera-grid .input-lg,textarea.caldera-grid .input-lg {
height: auto
}

.caldera-grid .form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}

select.caldera-grid .form-group-lg .form-control {
height: 46px;
line-height: 46px
}

select[multiple].caldera-grid .form-group-lg .form-control,textarea.caldera-grid .form-group-lg .form-control {
height: auto
}

.caldera-grid .form-group-lg .form-control-static {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
min-height: 38px
}

.caldera-grid .has-feedback {
position: relative
}

.caldera-grid .has-feedback .form-control {
padding-right: 42.5px
}

.caldera-grid .form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none
}

.caldera-grid .input-lg+.form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px
}

.caldera-grid .input-sm+.form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px
}

.caldera-grid .has-success .checkbox,.caldera-grid .has-success .checkbox-inline,.caldera-grid .has-success .control-label,.caldera-grid .has-success .help-block,.caldera-grid .has-success .radio,.caldera-grid .has-success .radio-inline,.caldera-grid .has-success.checkbox label,.caldera-grid .has-success.checkbox-inline label,.caldera-grid .has-success.radio label,.caldera-grid .has-success.radio-inline label {
color: #3c763d
}

.caldera-grid .has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.caldera-grid .has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.caldera-grid .has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8
}

.caldera-grid .has-success .form-control-feedback {
color: #3c763d
}

.caldera-grid .has-warning .checkbox,.caldera-grid .has-warning .checkbox-inline,.caldera-grid .has-warning .control-label,.caldera-grid .has-warning .help-block,.caldera-grid .has-warning .radio,.caldera-grid .has-warning .radio-inline,.caldera-grid .has-warning.checkbox label,.caldera-grid .has-warning.checkbox-inline label,.caldera-grid .has-warning.radio label,.caldera-grid .has-warning.radio-inline label {
color: #8a6d3b
}

.caldera-grid .has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.caldera-grid .has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.caldera-grid .has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3
}

.caldera-grid .has-warning .form-control-feedback {
color: #8a6d3b
}

.caldera-grid .has-error .checkbox,.caldera-grid .has-error .checkbox-inline,.caldera-grid .has-error .control-label,.caldera-grid .has-error .help-block,.caldera-grid .has-error .radio,.caldera-grid .has-error .radio-inline,.caldera-grid .has-error.checkbox label,.caldera-grid .has-error.checkbox-inline label,.caldera-grid .has-error.radio label,.caldera-grid .has-error.radio-inline label {
color: #a94442
}

.caldera-grid .has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.caldera-grid .has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.caldera-grid .has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede
}

.caldera-grid .has-error .form-control-feedback {
color: #a94442
}

.caldera-grid .has-feedback label~.form-control-feedback {
top: 25px
}

.caldera-grid .has-feedback label.sr-only~.form-control-feedback {
top: 0
}

.caldera-grid .help-block {
display: block;
margin-bottom: 10px;
color: #737373
}

@media (min-width: 768px) {
.caldera-grid .form-inline .form-group {
display:inline-block;
margin-bottom: 0;
vertical-align: middle
}

.caldera-grid .form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}

.caldera-grid .form-inline .form-control-static {
display: inline-block
}

.caldera-grid .form-inline .input-group {
display: inline-table;
vertical-align: middle
}

.caldera-grid .form-inline .input-group .form-control,.caldera-grid .form-inline .input-group .input-group-addon,.caldera-grid .form-inline .input-group .input-group-btn {
width: auto
}

.caldera-grid .form-inline .input-group>.form-control {
width: 100%
}

.caldera-grid .form-inline .control-label {
margin-bottom: 0;
vertical-align: middle
}

.caldera-grid .form-inline .checkbox,.caldera-grid .form-inline .radio {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle
}

.caldera-grid .form-inline .checkbox label,.caldera-grid .form-inline .radio label {
padding-left: 0
}

.caldera-grid .form-inline .checkbox input[type=checkbox],.caldera-grid .form-inline .radio input[type=radio] {
position: relative;
margin-left: 0
}

.caldera-grid .form-inline .has-feedback .form-control-feedback {
top: 0
}

.caldera-grid .form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 7px
}
}

.caldera-grid .form-horizontal .checkbox,.caldera-grid .form-horizontal .checkbox-inline,.caldera-grid .form-horizontal .radio,.caldera-grid .form-horizontal .radio-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 7px
}

.caldera-grid .form-horizontal .checkbox,.caldera-grid .form-horizontal .radio {
min-height: 27px
}

.caldera-grid .form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px
}

.caldera-grid .form-horizontal .has-feedback .form-control-feedback {
right: 15px
}

@media (min-width: 768px) {
.caldera-grid .form-horizontal .form-group-lg .control-label {
padding-top:14.33px
}

.caldera-grid .form-horizontal .form-group-sm .control-label {
padding-top: 6px
}
}

.caldera-grid .btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 2px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}

.caldera-grid .btn.active.focus,.caldera-grid .btn.active:focus,.caldera-grid .btn.focus,.caldera-grid .btn:active.focus,.caldera-grid .btn:active:focus,.caldera-grid .btn:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}

.caldera-grid .btn.focus,.caldera-grid .btn:focus,.caldera-grid .btn:hover {
color: #333;
text-decoration: none
}

.caldera-grid .btn.active,.caldera-grid .btn:active {
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.caldera-grid .btn.disabled,.caldera-grid .btn[disabled],fieldset[disabled] .caldera-grid .btn {
cursor: not-allowed;
pointer-events: none;
opacity: .65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none
}

.caldera-grid .btn-default {
color: #333;
background-color: #fff;
border-color: #ccc
}

.caldera-grid .btn-default.active,.caldera-grid .btn-default.focus,.caldera-grid .btn-default:active,.caldera-grid .btn-default:focus,.caldera-grid .btn-default:hover,.open>.dropdown-toggle.caldera-grid .btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad
}

.caldera-grid .btn-default.disabled,.caldera-grid .btn-default.disabled.active,.caldera-grid .btn-default.disabled.focus,.caldera-grid .btn-default.disabled:active,.caldera-grid .btn-default.disabled:focus,.caldera-grid .btn-default.disabled:hover,.caldera-grid .btn-default[disabled],.caldera-grid .btn-default[disabled].active,.caldera-grid .btn-default[disabled].focus,.caldera-grid .btn-default[disabled]:active,.caldera-grid .btn-default[disabled]:focus,.caldera-grid .btn-default[disabled]:hover,fieldset[disabled] .caldera-grid .btn-default,fieldset[disabled] .caldera-grid .btn-default.active,fieldset[disabled] .caldera-grid .btn-default.focus,fieldset[disabled] .caldera-grid .btn-default:active,fieldset[disabled] .caldera-grid .btn-default:focus,fieldset[disabled] .caldera-grid .btn-default:hover {
background-color: #fff;
border-color: #ccc
}

.caldera-grid .btn-default .badge {
color: #fff;
background-color: #333
}

.caldera-grid .btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4
}

.caldera-grid .btn-primary.active,.caldera-grid .btn-primary.focus,.caldera-grid .btn-primary:active,.caldera-grid .btn-primary:focus,.caldera-grid .btn-primary:hover,.open>.dropdown-toggle.caldera-grid .btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74
}

.caldera-grid .btn-primary.disabled,.caldera-grid .btn-primary.disabled.active,.caldera-grid .btn-primary.disabled.focus,.caldera-grid .btn-primary.disabled:active,.caldera-grid .btn-primary.disabled:focus,.caldera-grid .btn-primary.disabled:hover,.caldera-grid .btn-primary[disabled],.caldera-grid .btn-primary[disabled].active,.caldera-grid .btn-primary[disabled].focus,.caldera-grid .btn-primary[disabled]:active,.caldera-grid .btn-primary[disabled]:focus,.caldera-grid .btn-primary[disabled]:hover,fieldset[disabled] .caldera-grid .btn-primary,fieldset[disabled] .caldera-grid .btn-primary.active,fieldset[disabled] .caldera-grid .btn-primary.focus,fieldset[disabled] .caldera-grid .btn-primary:active,fieldset[disabled] .caldera-grid .btn-primary:focus,fieldset[disabled] .caldera-grid .btn-primary:hover {
background-color: #337ab7;
border-color: #2e6da4
}

.caldera-grid .btn-primary .badge {
color: #337ab7;
background-color: #fff
}

.caldera-grid .btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c
}

.caldera-grid .btn-success.active,.caldera-grid .btn-success.focus,.caldera-grid .btn-success:active,.caldera-grid .btn-success:focus,.caldera-grid .btn-success:hover,.open>.dropdown-toggle.caldera-grid .btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439
}

.caldera-grid .btn-success.disabled,.caldera-grid .btn-success.disabled.active,.caldera-grid .btn-success.disabled.focus,.caldera-grid .btn-success.disabled:active,.caldera-grid .btn-success.disabled:focus,.caldera-grid .btn-success.disabled:hover,.caldera-grid .btn-success[disabled],.caldera-grid .btn-success[disabled].active,.caldera-grid .btn-success[disabled].focus,.caldera-grid .btn-success[disabled]:active,.caldera-grid .btn-success[disabled]:focus,.caldera-grid .btn-success[disabled]:hover,fieldset[disabled] .caldera-grid .btn-success,fieldset[disabled] .caldera-grid .btn-success.active,fieldset[disabled] .caldera-grid .btn-success.focus,fieldset[disabled] .caldera-grid .btn-success:active,fieldset[disabled] .caldera-grid .btn-success:focus,fieldset[disabled] .caldera-grid .btn-success:hover {
background-color: #5cb85c;
border-color: #4cae4c
}

.caldera-grid .btn-success .badge {
color: #5cb85c;
background-color: #fff
}

.caldera-grid .btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da
}

.caldera-grid .btn-info.active,.caldera-grid .btn-info.focus,.caldera-grid .btn-info:active,.caldera-grid .btn-info:focus,.caldera-grid .btn-info:hover,.open>.dropdown-toggle.caldera-grid .btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc
}

.caldera-grid .btn-info.disabled,.caldera-grid .btn-info.disabled.active,.caldera-grid .btn-info.disabled.focus,.caldera-grid .btn-info.disabled:active,.caldera-grid .btn-info.disabled:focus,.caldera-grid .btn-info.disabled:hover,.caldera-grid .btn-info[disabled],.caldera-grid .btn-info[disabled].active,.caldera-grid .btn-info[disabled].focus,.caldera-grid .btn-info[disabled]:active,.caldera-grid .btn-info[disabled]:focus,.caldera-grid .btn-info[disabled]:hover,fieldset[disabled] .caldera-grid .btn-info,fieldset[disabled] .caldera-grid .btn-info.active,fieldset[disabled] .caldera-grid .btn-info.focus,fieldset[disabled] .caldera-grid .btn-info:active,fieldset[disabled] .caldera-grid .btn-info:focus,fieldset[disabled] .caldera-grid .btn-info:hover {
background-color: #5bc0de;
border-color: #46b8da
}

.caldera-grid .btn-info .badge {
color: #5bc0de;
background-color: #fff
}

.caldera-grid .btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236
}

.caldera-grid .btn-warning.active,.caldera-grid .btn-warning.focus,.caldera-grid .btn-warning:active,.caldera-grid .btn-warning:focus,.caldera-grid .btn-warning:hover,.open>.dropdown-toggle.caldera-grid .btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512
}

.caldera-grid .btn-warning.disabled,.caldera-grid .btn-warning.disabled.active,.caldera-grid .btn-warning.disabled.focus,.caldera-grid .btn-warning.disabled:active,.caldera-grid .btn-warning.disabled:focus,.caldera-grid .btn-warning.disabled:hover,.caldera-grid .btn-warning[disabled],.caldera-grid .btn-warning[disabled].active,.caldera-grid .btn-warning[disabled].focus,.caldera-grid .btn-warning[disabled]:active,.caldera-grid .btn-warning[disabled]:focus,.caldera-grid .btn-warning[disabled]:hover,fieldset[disabled] .caldera-grid .btn-warning,fieldset[disabled] .caldera-grid .btn-warning.active,fieldset[disabled] .caldera-grid .btn-warning.focus,fieldset[disabled] .caldera-grid .btn-warning:active,fieldset[disabled] .caldera-grid .btn-warning:focus,fieldset[disabled] .caldera-grid .btn-warning:hover {
background-color: #f0ad4e;
border-color: #eea236
}

.caldera-grid .btn-warning .badge {
color: #f0ad4e;
background-color: #fff
}

.caldera-grid .btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a
}

.caldera-grid .btn-danger.active,.caldera-grid .btn-danger.focus,.caldera-grid .btn-danger:active,.caldera-grid .btn-danger:focus,.caldera-grid .btn-danger:hover,.open>.dropdown-toggle.caldera-grid .btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925
}

.caldera-grid .btn-danger.disabled,.caldera-grid .btn-danger.disabled.active,.caldera-grid .btn-danger.disabled.focus,.caldera-grid .btn-danger.disabled:active,.caldera-grid .btn-danger.disabled:focus,.caldera-grid .btn-danger.disabled:hover,.caldera-grid .btn-danger[disabled],.caldera-grid .btn-danger[disabled].active,.caldera-grid .btn-danger[disabled].focus,.caldera-grid .btn-danger[disabled]:active,.caldera-grid .btn-danger[disabled]:focus,.caldera-grid .btn-danger[disabled]:hover,fieldset[disabled] .caldera-grid .btn-danger,fieldset[disabled] .caldera-grid .btn-danger.active,fieldset[disabled] .caldera-grid .btn-danger.focus,fieldset[disabled] .caldera-grid .btn-danger:active,fieldset[disabled] .caldera-grid .btn-danger:focus,fieldset[disabled] .caldera-grid .btn-danger:hover {
background-color: #d9534f;
border-color: #d43f3a
}

.caldera-grid .btn-danger .badge {
color: #d9534f;
background-color: #fff
}

.caldera-grid .btn-link {
color: #337ab7;
font-weight: 400;
border-radius: 0
}

.caldera-grid .btn-link,.caldera-grid .btn-link.active,.caldera-grid .btn-link:active,.caldera-grid .btn-link[disabled],fieldset[disabled] .caldera-grid .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}

.caldera-grid .btn-link,.caldera-grid .btn-link:active,.caldera-grid .btn-link:focus,.caldera-grid .btn-link:hover {
border-color: transparent
}

.caldera-grid .btn-link:focus,.caldera-grid .btn-link:hover {
color: #23527c;
text-decoration: underline;
background-color: transparent
}

.caldera-grid .btn-link[disabled]:focus,.caldera-grid .btn-link[disabled]:hover,fieldset[disabled] .caldera-grid .btn-link:focus,fieldset[disabled] .caldera-grid .btn-link:hover {
color: #777;
text-decoration: none
}

.caldera-grid .btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}

.caldera-grid .btn-sm,.caldera-grid .btn-xs {
font-size: 12px;
line-height: 1.5;
border-radius: 1px
}

.caldera-grid .btn-sm {
padding: 5px 10px
}

.caldera-grid .btn-xs {
padding: 1px 5px
}

.caldera-grid .btn-block {
display: block;
width: 100%
}

.caldera-grid input[type=button].btn-block,.caldera-grid input[type=reset].btn-block,.caldera-grid input[type=submit].btn-block {
width: 100%
}

.caldera-grid textarea.form-control {
padding-right: 4px;
height: auto
}

.caldera-grid .breadcrumb {
padding: 6px 12px;
margin: 0 0 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px
}

.caldera-grid .breadcrumb>li {
display: inline-block;
margin: 0
}

.caldera-grid .breadcrumb>li+li:before {
content: "/\00a0";
padding: 0 5px;
color: #ccc
}

.caldera-grid .breadcrumb>.active,.caldera-grid .breadcrumb>.active>a {
color: #777
}

.breadcrumb>li.active.error>a,.breadcrumb>li.error>a {
color: red
}

.caldera-grid .cf-credit-card {
padding-left: 42px;
/*background-image: url(../images/credit-card.svg);*/
background-repeat: no-repeat!important;
background-position-x: 4px!important;
background-position-y: 3px!important
}

.caldera-grid .screen-reader-text {
clip: rect(1px,1px,1px,1px);
height: 1px;
overflow: hidden;
position: absolute!important;
width: 1px;
word-wrap: normal!important
}

p.caldera-forms-consent-field-agreement {
display: inline
}

@font-face {
font-family: cf-raty;
src: url(fonts/cf-raty.eot?40481674);
src: url(fonts/cf-raty.eot?40481674#iefix) format('embedded-opentype'),url(fonts/cf-raty.woff?40481674) format('woff'),url(fonts/cf-raty.ttf?40481674) format('truetype'),url(fonts/cf-raty.svg?40481674#cf-raty) format('svg');
font-weight: 400;
font-style: normal
}

[class*=" raty-"]:before,[class^=raty-]:before {
font-family: cf-raty;
font-style: normal;
font-weight: 400;
speak: none;
font-size: 2em;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em
}

.raty-heart-on:before {
content: '\e800'
}

.raty-heart-off:before {
content: '\e801'
}

.raty-star-on:before {
content: '\e802'
}

.raty-star-off:before {
content: '\e803'
}

.raty-circle-on:before {
content: '\e804'
}

.raty-circle-off:before {
content: '\e805'
}

.raty-dot-off:before {
content: '\e806'
}

.raty-dot-on:before {
content: '\e807'
}

.raty-face-off:before {
content: '\e808'
}

.raty-face-on:before {
content: '\e809'
}

.raty-cancel-off:before {
content: '\e80a'
}

.raty-cancel-on:before {
content: '\e80b'
}

.calculation-group {
background: #FFF;
box-shadow: 0 1px 2px rgba(0,0,0,.05);
padding: 6px;
margin: 6px 0
}

.cf-color-picker .input-group-btn:last-child>.btn,.cf-color-picker .input-group-btn:last-child>.btn-group,.cf-color-picker .input-group-btn>.btn+.btn,.cf-toggle-switch .btn-group .btn+.btn,.cf-toggle-switch .btn-group .btn+.btn-group,.cf-toggle-switch .btn-group .btn-group+.btn,.cf-toggle-switch .btn-group .btn-group+.btn-group,.preview-color-selector {
margin-left: -1px
}

.preview-color-selector {
background: #F0F0F0;
border: 1px solid #E2E2E2;
display: inline;
padding: 3px 12px;
box-shadow: 0 0 0 2px #fff inset
}

.miniColors-trigger {
border: 1px solid #999;
-mz-border-radius: 0 1px 1px 0;
-webkit-border-radius: 0 1px 1px 0;
display: inline-block;
height: 24px;
margin: 0 0 -8px -1px;
width: 30px
}

.miniColors-selector {
background: #FFF;
border: 1px solid #999;
-moz-box-shadow: 0 3px 0 -1px rgba(0,0,0,.05);
-webkit-box-shadow: 0 3px 0 -1px rgba(0,0,0,.05);
box-shadow: 0 3px 0 -1px rgba(0,0,0,.05);
height: 162px;
padding: 5px;
position: absolute;
width: 187px;
z-index: 999999;
margin-top: -1px
}

.miniColors-colors,.miniColors-hues {
top: 5px;
height: 150px;
cursor: crosshair;
position: absolute
}

.miniColors-selector.black {
background: #000;
border-color: #000
}

.miniColors-colors {
left: 5px;
width: 150px;
/*background: url(minicolor-colors.png) right no-repeat*/
}

.miniColors-hues {
left: 160px;
width: 20px;
/*background: url(minicolor-colors.png) left no-repeat*/
}

.miniColors-colorPicker {
position: absolute;
width: 9px;
height: 9px;
border: 1px solid #fff;
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
border-radius: 11px
}

.miniColors-colorPicker-inner {
position: absolute;
top: 0;
left: 0;
width: 7px;
height: 7px;
border: 1px solid #000;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px
}

.miniColors-huePicker {
position: absolute;
left: -3px;
width: 24px;
height: 1px;
border: 1px solid #fff;
border-radius: 2px;
background: #000
}

.cf-color-picker .form-control::-moz-placeholder {
color: #999;
opacity: 1
}

.cf-color-picker .form-control:-ms-input-placeholder {
color: #999
}

.cf-color-picker .form-control::-webkit-input-placeholder {
color: #999
}

.cf-color-picker .form-control[disabled],.cf-color-picker .form-control[readonly],.cf-color-picker fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eee;
opacity: 1
}

.cf-color-picker .input-group {
position: relative;
display: table;
border-collapse: separate;
max-width: 120px
}

.cf-color-picker .input-group[class*=col-] {
float: none;
padding-left: 0;
padding-right: 0
}

.cf-color-picker .input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0
}

.cf-color-picker .input-group-lg>.form-control,.cf-color-picker .input-group-lg>.input-group-addon,.cf-color-picker .input-group-lg>.input-group-btn>.btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px
}

.cf-color-picker .input-group-sm>.form-control,.cf-color-picker .input-group-sm>.input-group-addon,.cf-color-picker .input-group-sm>.input-group-btn>.btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}

.cf-color-picker .input-group .form-control,.cf-color-picker .input-group-addon,.cf-color-picker .input-group-btn {
display: table-cell
}

.cf-color-picker .input-group .form-control:not(:first-child):not(:last-child),.cf-color-picker .input-group-addon:not(:first-child):not(:last-child),.cf-color-picker .input-group-btn:not(:first-child):not(:last-child) {
border-radius: 0
}

.cf-color-picker .input-group-addon,.cf-color-picker .input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle
}

.cf-color-picker .input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px
}

.cf-color-picker .text-hide,.table-striped .cfdatepicker table tr td,.table-striped .cfdatepicker table tr th {
background-color: transparent
}

.cf-color-picker .input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px
}

.cf-color-picker .input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px
}

.cf-color-picker .input-group .form-control:first-child,.cf-color-picker .input-group-addon:first-child,.cf-color-picker .input-group-btn:first-child>.btn,.cf-color-picker .input-group-btn:first-child>.btn-group>.btn,.cf-color-picker .input-group-btn:first-child>.dropdown-toggle,.cf-color-picker .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.cf-color-picker .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0
}

.cf-color-picker .input-group-addon:first-child {
border-right: 0
}

.cf-color-picker .input-group .form-control:last-child,.cf-color-picker .input-group-addon:last-child,.cf-color-picker .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.cf-color-picker .input-group-btn:first-child>.btn:not(:first-child),.cf-color-picker .input-group-btn:last-child>.btn,.cf-color-picker .input-group-btn:last-child>.btn-group>.btn,.cf-color-picker .input-group-btn:last-child>.dropdown-toggle {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}

.cf-color-picker .input-group-addon:last-child {
border-left: 0
}

.cf-color-picker .input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap
}

.cf-color-picker .input-group-btn>.btn {
position: relative
}

.cf-color-picker .input-group-btn>.btn:active,.cf-color-picker .input-group-btn>.btn:focus,.cf-color-picker .input-group-btn>.btn:hover {
z-index: 2
}

.cf-color-picker .input-group-btn:first-child>.btn,.cf-color-picker .input-group-btn:first-child>.btn-group {
margin-right: -1px
}

.cf-color-picker .clearfix:after,.cf-color-picker .clearfix:before,.cf-color-picker .form-horizontal .form-group:after,.cf-color-picker .form-horizontal .form-group:before {
content: " ";
display: table
}

.cfdatepicker-dropdown:after,.cfdatepicker-dropdown:before {
content: '';
position: absolute;
display: inline-block
}

.cf-color-picker .clearfix:after,.cf-color-picker .form-horizontal .form-group:after {
clear: both
}

.cf-color-picker .center-block {
display: block;
margin-left: auto;
margin-right: auto
}

.cf-color-picker .pull-right {
float: right!important
}

.cf-color-picker .pull-left {
float: left!important
}

.cf-color-picker .hide {
display: none!important
}

.cf-color-picker .show {
display: block!important
}

.cf-color-picker .invisible {
visibility: hidden
}

.cf-color-picker .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
border: 0
}

.cf-color-picker .hidden {
display: none!important;
visibility: hidden!important
}

.cf-color-picker .affix {
position: fixed
}

@-ms-viewport {
width: device-width
}

.cf-color-picker .visible-lg,.cf-color-picker .visible-md,.cf-color-picker .visible-print,.cf-color-picker .visible-sm,.cf-color-picker .visible-xs {
display: none!important
}

@media (max-width: 767px) {
.cf-color-picker .visible-xs {
display:block!important
}

.cf-color-picker table.visible-xs {
display: table
}

.cf-color-picker tr.visible-xs {
display: table-row!important
}

.cf-color-picker td.visible-xs,.cf-color-picker th.visible-xs {
display: table-cell!important
}
}

@media (min-width: 768px) and (max-width:991px) {
.cf-color-picker .visible-sm {
display:block!important
}

.cf-color-picker table.visible-sm {
display: table
}

.cf-color-picker tr.visible-sm {
display: table-row!important
}

.cf-color-picker td.visible-sm,.cf-color-picker th.visible-sm {
display: table-cell!important
}
}

@media (min-width: 992px) and (max-width:1199px) {
.cf-color-picker .visible-md {
display:block!important
}

.cf-color-picker table.visible-md {
display: table
}

.cf-color-picker tr.visible-md {
display: table-row!important
}

.cf-color-picker td.visible-md,.cf-color-picker th.visible-md {
display: table-cell!important
}
}

@media (min-width: 1200px) {
.cf-color-picker .visible-lg {
display:block!important
}

.cf-color-picker table.visible-lg {
display: table
}

.cf-color-picker tr.visible-lg {
display: table-row!important
}

.cf-color-picker td.visible-lg,.cf-color-picker th.visible-lg {
display: table-cell!important
}

.cf-color-picker .hidden-lg {
display: none!important
}
}

@media (max-width: 767px) {
.cf-color-picker .hidden-xs {
display:none!important
}
}

@media (min-width: 768px) and (max-width:991px) {
.cf-color-picker .hidden-sm {
display:none!important
}
}

@media (min-width: 992px) and (max-width:1199px) {
.cf-color-picker .hidden-md {
display:none!important
}
}

@media print {
.cf-color-picker .visible-print {
display: block!important
}

.cf-color-picker table.visible-print {
display: table
}

.cf-color-picker tr.visible-print {
display: table-row!important
}

.cf-color-picker td.visible-print,.cf-color-picker th.visible-print {
display: table-cell!important
}

.cf-color-picker .hidden-print {
display: none!important
}
}

.cfdatepicker {
padding: 4px;
border-radius: 4px;
direction: ltr
}

.cfdatepicker-inline {
width: 220px
}

.cfdatepicker.cfdatepicker-rtl {
direction: rtl
}

.cfdatepicker.cfdatepicker-rtl table tr td span {
float: right
}

.cfdatepicker-dropdown {
top: 0;
left: 0
}

.cfdatepicker-dropdown:before {
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-top: 0;
border-bottom-color: rgba(0,0,0,.2)
}

.cfdatepicker-dropdown:after {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-top: 0
}

.cfdatepicker-dropdown.cfdatepicker-orient-left:before {
left: 6px
}

.cfdatepicker-dropdown.cfdatepicker-orient-left:after {
left: 7px
}

.cfdatepicker-dropdown.cfdatepicker-orient-right:before {
right: 6px
}

.cfdatepicker-dropdown.cfdatepicker-orient-right:after {
right: 7px
}

.cfdatepicker-dropdown.cfdatepicker-orient-top:before {
top: -7px
}

.cfdatepicker-dropdown.cfdatepicker-orient-top:after {
top: -6px
}

.cfdatepicker-dropdown.cfdatepicker-orient-bottom:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999
}

.cfdatepicker-dropdown.cfdatepicker-orient-bottom:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff
}

.cfdatepicker>div {
display: none
}

.cfdatepicker.days div.cfdatepicker-days,.cfdatepicker.months div.cfdatepicker-months,.cfdatepicker.years div.cfdatepicker-years {
display: block
}

.cfdatepicker table {
border: 0;
width: auto;
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}

.cfdatepicker table tr td,.cfdatepicker table tr th {
text-align: center;
width: 10px;
height: 10px;
border-radius: 4px;
border: none
}

.cfdatepicker table tr td.day.focused,.cfdatepicker table tr td.day:hover {
background: #eee;
cursor: pointer
}

.cfdatepicker table tr td.new,.cfdatepicker table tr td.old {
color: #999
}

.cfdatepicker table tr td.disabled,.cfdatepicker table tr td.disabled:hover {
background: 0 0;
color: #999;
cursor: default
}

.cfdatepicker table tr td.today,.cfdatepicker table tr td.today.disabled,.cfdatepicker table tr td.today.disabled:hover,.cfdatepicker table tr td.today:hover {
color: #000;
background-color: #ffdb99;
border-color: #ffb733
}

.cfdatepicker table tr td.today.active,.cfdatepicker table tr td.today.disabled.active,.cfdatepicker table tr td.today.disabled:active,.cfdatepicker table tr td.today.disabled:focus,.cfdatepicker table tr td.today.disabled:hover,.cfdatepicker table tr td.today.disabled:hover.active,.cfdatepicker table tr td.today.disabled:hover:active,.cfdatepicker table tr td.today.disabled:hover:focus,.cfdatepicker table tr td.today.disabled:hover:hover,.cfdatepicker table tr td.today:active,.cfdatepicker table tr td.today:focus,.cfdatepicker table tr td.today:hover,.cfdatepicker table tr td.today:hover.active,.cfdatepicker table tr td.today:hover:active,.cfdatepicker table tr td.today:hover:focus,.cfdatepicker table tr td.today:hover:hover,.open .dropdown-toggle.cfdatepicker table tr td.today,.open .dropdown-toggle.cfdatepicker table tr td.today.disabled,.open .dropdown-toggle.cfdatepicker table tr td.today.disabled:hover,.open .dropdown-toggle.cfdatepicker table tr td.today:hover {
color: #000;
background-color: #ffcd70;
border-color: #f59e00
}

.cfdatepicker table tr td.today.active,.cfdatepicker table tr td.today.disabled.active,.cfdatepicker table tr td.today.disabled:active,.cfdatepicker table tr td.today.disabled:hover.active,.cfdatepicker table tr td.today.disabled:hover:active,.cfdatepicker table tr td.today:active,.cfdatepicker table tr td.today:hover.active,.cfdatepicker table tr td.today:hover:active,.open .dropdown-toggle.cfdatepicker table tr td.today,.open .dropdown-toggle.cfdatepicker table tr td.today.disabled,.open .dropdown-toggle.cfdatepicker table tr td.today.disabled:hover,.open .dropdown-toggle.cfdatepicker table tr td.today:hover {
background-image: none
}

.cfdatepicker table tr td.today.disabled,.cfdatepicker table tr td.today.disabled.active,.cfdatepicker table tr td.today.disabled.disabled,.cfdatepicker table tr td.today.disabled.disabled.active,.cfdatepicker table tr td.today.disabled.disabled:active,.cfdatepicker table tr td.today.disabled.disabled:focus,.cfdatepicker table tr td.today.disabled.disabled:hover,.cfdatepicker table tr td.today.disabled:active,.cfdatepicker table tr td.today.disabled:focus,.cfdatepicker table tr td.today.disabled:hover,.cfdatepicker table tr td.today.disabled:hover.disabled,.cfdatepicker table tr td.today.disabled:hover.disabled.active,.cfdatepicker table tr td.today.disabled:hover.disabled:active,.cfdatepicker table tr td.today.disabled:hover.disabled:focus,.cfdatepicker table tr td.today.disabled:hover.disabled:hover,.cfdatepicker table tr td.today.disabled:hover[disabled],.cfdatepicker table tr td.today.disabled:hover[disabled].active,.cfdatepicker table tr td.today.disabled:hover[disabled]:active,.cfdatepicker table tr td.today.disabled:hover[disabled]:focus,.cfdatepicker table tr td.today.disabled:hover[disabled]:hover,.cfdatepicker table tr td.today.disabled[disabled],.cfdatepicker table tr td.today.disabled[disabled].active,.cfdatepicker table tr td.today.disabled[disabled]:active,.cfdatepicker table tr td.today.disabled[disabled]:focus,.cfdatepicker table tr td.today.disabled[disabled]:hover,.cfdatepicker table tr td.today:hover.disabled,.cfdatepicker table tr td.today:hover.disabled.active,.cfdatepicker table tr td.today:hover.disabled:active,.cfdatepicker table tr td.today:hover.disabled:focus,.cfdatepicker table tr td.today:hover.disabled:hover,.cfdatepicker table tr td.today:hover[disabled],.cfdatepicker table tr td.today:hover[disabled].active,.cfdatepicker table tr td.today:hover[disabled]:active,.cfdatepicker table tr td.today:hover[disabled]:focus,.cfdatepicker table tr td.today:hover[disabled]:hover,.cfdatepicker table tr td.today[disabled],.cfdatepicker table tr td.today[disabled].active,.cfdatepicker table tr td.today[disabled]:active,.cfdatepicker table tr td.today[disabled]:focus,.cfdatepicker table tr td.today[disabled]:hover,fieldset[disabled] .cfdatepicker table tr td.today,fieldset[disabled] .cfdatepicker table tr td.today.active,fieldset[disabled] .cfdatepicker table tr td.today.disabled,fieldset[disabled] .cfdatepicker table tr td.today.disabled.active,fieldset[disabled] .cfdatepicker table tr td.today.disabled:active,fieldset[disabled] .cfdatepicker table tr td.today.disabled:focus,fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover,fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover.active,fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover:active,fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover:focus,fieldset[disabled] .cfdatepicker table tr td.today.disabled:hover:hover,fieldset[disabled] .cfdatepicker table tr td.today:active,fieldset[disabled] .cfdatepicker table tr td.today:focus,fieldset[disabled] .cfdatepicker table tr td.today:hover,fieldset[disabled] .cfdatepicker table tr td.today:hover.active,fieldset[disabled] .cfdatepicker table tr td.today:hover:active,fieldset[disabled] .cfdatepicker table tr td.today:hover:focus,fieldset[disabled] .cfdatepicker table tr td.today:hover:hover {
background-color: #ffdb99;
border-color: #ffb733
}

.cfdatepicker table tr td.today:hover:hover {
color: #000
}

.cfdatepicker table tr td.today.active:hover {
color: #fff
}

.cfdatepicker table tr td.range,.cfdatepicker table tr td.range.disabled,.cfdatepicker table tr td.range.disabled:hover,.cfdatepicker table tr td.range:hover {
background: #eee;
border-radius: 0
}

.cfdatepicker table tr td.active.active,.cfdatepicker table tr td.active.disabled.active,.cfdatepicker table tr td.active.disabled:active,.cfdatepicker table tr td.active.disabled:hover.active,.cfdatepicker table tr td.active.disabled:hover:active,.cfdatepicker table tr td.active:active,.cfdatepicker table tr td.active:hover.active,.cfdatepicker table tr td.active:hover:active,.cfdatepicker table tr td.range.today.active,.cfdatepicker table tr td.range.today.disabled.active,.cfdatepicker table tr td.range.today.disabled:active,.cfdatepicker table tr td.range.today.disabled:hover.active,.cfdatepicker table tr td.range.today.disabled:hover:active,.cfdatepicker table tr td.range.today:active,.cfdatepicker table tr td.range.today:hover.active,.cfdatepicker table tr td.range.today:hover:active,.cfdatepicker table tr td.selected.active,.cfdatepicker table tr td.selected.disabled.active,.cfdatepicker table tr td.selected.disabled:active,.cfdatepicker table tr td.selected.disabled:hover.active,.cfdatepicker table tr td.selected.disabled:hover:active,.cfdatepicker table tr td.selected:active,.cfdatepicker table tr td.selected:hover.active,.cfdatepicker table tr td.selected:hover:active,.open .dropdown-toggle.cfdatepicker table tr td.active,.open .dropdown-toggle.cfdatepicker table tr td.active.disabled,.open .dropdown-toggle.cfdatepicker table tr td.active.disabled:hover,.open .dropdown-toggle.cfdatepicker table tr td.active:hover,.open .dropdown-toggle.cfdatepicker table tr td.range.today,.open .dropdown-toggle.cfdatepicker table tr td.range.today.disabled,.open .dropdown-toggle.cfdatepicker table tr td.range.today.disabled:hover,.open .dropdown-toggle.cfdatepicker table tr td.range.today:hover,.open .dropdown-toggle.cfdatepicker table tr td.selected,.open .dropdown-toggle.cfdatepicker table tr td.selected.disabled,.open .dropdown-toggle.cfdatepicker table tr td.selected.disabled:hover,.open .dropdown-toggle.cfdatepicker table tr td.selected:hover {
background-image: none
}

.cfdatepicker table tr td.range.today,.cfdatepicker table tr td.range.today.disabled,.cfdatepicker table tr td.range.today.disabled:hover,.cfdatepicker table tr td.range.today:hover {
color: #000;
background-color: #f7ca77;
border-color: #f1a417;
border-radius: 0
}

.cfdatepicker table tr td.range.today.active,.cfdatepicker table tr td.range.today.disabled.active,.cfdatepicker table tr td.range.today.disabled:active,.cfdatepicker table tr td.range.today.disabled:focus,.cfdatepicker table tr td.range.today.disabled:hover,.cfdatepicker table tr td.range.today.disabled:hover.active,.cfdatepicker table tr td.range.today.disabled:hover:active,.cfdatepicker table tr td.range.today.disabled:hover:focus,.cfdatepicker table tr td.range.today.disabled:hover:hover,.cfdatepicker table tr td.range.today:active,.cfdatepicker table tr td.range.today:focus,.cfdatepicker table tr td.range.today:hover,.cfdatepicker table tr td.range.today:hover.active,.cfdatepicker table tr td.range.today:hover:active,.cfdatepicker table tr td.range.today:hover:focus,.cfdatepicker table tr td.range.today:hover:hover,.open .dropdown-toggle.cfdatepicker table tr td.range.today,.open .dropdown-toggle.cfdatepicker table tr td.range.today.disabled,.open .dropdown-toggle.cfdatepicker table tr td.range.today.disabled:hover,.open .dropdown-toggle.cfdatepicker table tr td.range.today:hover {
color: #000;
background-color: #f4bb51;
border-color: #bf800c
}

.cfdatepicker table tr td.range.today.disabled,.cfdatepicker table tr td.range.today.disabled.active,.cfdatepicker table tr td.range.today.disabled.disabled,.cfdatepicker table tr td.range.today.disabled.disabled.active,.cfdatepicker table tr td.range.today.disabled.disabled:active,.cfdatepicker table tr td.range.today.disabled.disabled:focus,.cfdatepicker table tr td.range.today.disabled.disabled:hover,.cfdatepicker table tr td.range.today.disabled:active,.cfdatepicker table tr td.range.today.disabled:focus,.cfdatepicker table tr td.range.today.disabled:hover,.cfdatepicker table tr td.range.today.disabled:hover.disabled,.cfdatepicker table tr td.range.today.disabled:hover.disabled.active,.cfdatepicker table tr td.range.today.disabled:hover.disabled:active,.cfdatepicker table tr td.range.today.disabled:hover.disabled:focus,.cfdatepicker table tr td.range.today.disabled:hover.disabled:hover,.cfdatepicker table tr td.range.today.disabled:hover[disabled],.cfdatepicker table tr td.range.today.disabled:hover[disabled].active,.cfdatepicker table tr td.range.today.disabled:hover[disabled]:active,.cfdatepicker table tr td.range.today.disabled:hover[disabled]:focus,.cfdatepicker table tr td.range.today.disabled:hover[disabled]:hover,.cfdatepicker table tr td.range.today.disabled[disabled],.cfdatepicker table tr td.range.today.disabled[disabled].active,.cfdatepicker table tr td.range.today.disabled[disabled]:active,.cfdatepicker table tr td.range.today.disabled[disabled]:focus,.cfdatepicker table tr td.range.today.disabled[disabled]:hover,.cfdatepicker table tr td.range.today:hover.disabled,.cfdatepicker table tr td.range.today:hover.disabled.active,.cfdatepicker table tr td.range.today:hover.disabled:active,.cfdatepicker table tr td.range.today:hover.disabled:focus,.cfdatepicker table tr td.range.today:hover.disabled:hover,.cfdatepicker table tr td.range.today:hover[disabled],.cfdatepicker table tr td.range.today:hover[disabled].active,.cfdatepicker table tr td.range.today:hover[disabled]:active,.cfdatepicker table tr td.range.today:hover[disabled]:focus,.cfdatepicker table tr td.range.today:hover[disabled]:hover,.cfdatepicker table tr td.range.today[disabled],.cfdatepicker table tr td.range.today[disabled].active,.cfdatepicker table tr td.range.today[disabled]:active,.cfdatepicker table tr td.range.today[disabled]:focus,.cfdatepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .cfdatepicker table tr td.range.today,fieldset[disabled] .cfdatepicker table tr td.range.today.active,fieldset[disabled] .cfdatepicker table tr td.range.today.disabled,fieldset[disabled] .cfdatepicker table tr td.range.today.disabled.active,fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:active,fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:focus,fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover,fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover.active,fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover:active,fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover:focus,fieldset[disabled] .cfdatepicker table tr td.range.today.disabled:hover:hover,fieldset[disabled] .cfdatepicker table tr td.range.today:active,fieldset[disabled] .cfdatepicker table tr td.range.today:focus,fieldset[disabled] .cfdatepicker table tr td.range.today:hover,fieldset[disabled] .cfdatepicker table tr td.range.today:hover.active,fieldset[disabled] .cfdatepicker table tr td.range.today:hover:active,fieldset[disabled] .cfdatepicker table tr td.range.today:hover:focus,fieldset[disabled] .cfdatepicker table tr td.range.today:hover:hover {
background-color: #f7ca77;
border-color: #f1a417
}

.cfdatepicker table tr td.selected,.cfdatepicker table tr td.selected.disabled,.cfdatepicker table tr td.selected.disabled:hover,.cfdatepicker table tr td.selected:hover {
color: #fff;
background-color: #999;
border-color: #555;
text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.cfdatepicker table tr td.selected.active,.cfdatepicker table tr td.selected.disabled.active,.cfdatepicker table tr td.selected.disabled:active,.cfdatepicker table tr td.selected.disabled:focus,.cfdatepicker table tr td.selected.disabled:hover,.cfdatepicker table tr td.selected.disabled:hover.active,.cfdatepicker table tr td.selected.disabled:hover:active,.cfdatepicker table tr td.selected.disabled:hover:focus,.cfdatepicker table tr td.selected.disabled:hover:hover,.cfdatepicker table tr td.selected:active,.cfdatepicker table tr td.selected:focus,.cfdatepicker table tr td.selected:hover,.cfdatepicker table tr td.selected:hover.active,.cfdatepicker table tr td.selected:hover:active,.cfdatepicker table tr td.selected:hover:focus,.cfdatepicker table tr td.selected:hover:hover,.open .dropdown-toggle.cfdatepicker table tr td.selected,.open .dropdown-toggle.cfdatepicker table tr td.selected.disabled,.open .dropdown-toggle.cfdatepicker table tr td.selected.disabled:hover,.open .dropdown-toggle.cfdatepicker table tr td.selected:hover {
color: #fff;
background-color: #858585;
border-color: #373737
}

.cfdatepicker table tr td.selected.disabled,.cfdatepicker table tr td.selected.disabled.active,.cfdatepicker table tr td.selected.disabled.disabled,.cfdatepicker table tr td.selected.disabled.disabled.active,.cfdatepicker table tr td.selected.disabled.disabled:active,.cfdatepicker table tr td.selected.disabled.disabled:focus,.cfdatepicker table tr td.selected.disabled.disabled:hover,.cfdatepicker table tr td.selected.disabled:active,.cfdatepicker table tr td.selected.disabled:focus,.cfdatepicker table tr td.selected.disabled:hover,.cfdatepicker table tr td.selected.disabled:hover.disabled,.cfdatepicker table tr td.selected.disabled:hover.disabled.active,.cfdatepicker table tr td.selected.disabled:hover.disabled:active,.cfdatepicker table tr td.selected.disabled:hover.disabled:focus,.cfdatepicker table tr td.selected.disabled:hover.disabled:hover,.cfdatepicker table tr td.selected.disabled:hover[disabled],.cfdatepicker table tr td.selected.disabled:hover[disabled].active,.cfdatepicker table tr td.selected.disabled:hover[disabled]:active,.cfdatepicker table tr td.selected.disabled:hover[disabled]:focus,.cfdatepicker table tr td.selected.disabled:hover[disabled]:hover,.cfdatepicker table tr td.selected.disabled[disabled],.cfdatepicker table tr td.selected.disabled[disabled].active,.cfdatepicker table tr td.selected.disabled[disabled]:active,.cfdatepicker table tr td.selected.disabled[disabled]:focus,.cfdatepicker table tr td.selected.disabled[disabled]:hover,.cfdatepicker table tr td.selected:hover.disabled,.cfdatepicker table tr td.selected:hover.disabled.active,.cfdatepicker table tr td.selected:hover.disabled:active,.cfdatepicker table tr td.selected:hover.disabled:focus,.cfdatepicker table tr td.selected:hover.disabled:hover,.cfdatepicker table tr td.selected:hover[disabled],.cfdatepicker table tr td.selected:hover[disabled].active,.cfdatepicker table tr td.selected:hover[disabled]:active,.cfdatepicker table tr td.selected:hover[disabled]:focus,.cfdatepicker table tr td.selected:hover[disabled]:hover,.cfdatepicker table tr td.selected[disabled],.cfdatepicker table tr td.selected[disabled].active,.cfdatepicker table tr td.selected[disabled]:active,.cfdatepicker table tr td.selected[disabled]:focus,.cfdatepicker table tr td.selected[disabled]:hover,fieldset[disabled] .cfdatepicker table tr td.selected,fieldset[disabled] .cfdatepicker table tr td.selected.active,fieldset[disabled] .cfdatepicker table tr td.selected.disabled,fieldset[disabled] .cfdatepicker table tr td.selected.disabled.active,fieldset[disabled] .cfdatepicker table tr td.selected.disabled:active,fieldset[disabled] .cfdatepicker table tr td.selected.disabled:focus,fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover,fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover.active,fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover:active,fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover:focus,fieldset[disabled] .cfdatepicker table tr td.selected.disabled:hover:hover,fieldset[disabled] .cfdatepicker table tr td.selected:active,fieldset[disabled] .cfdatepicker table tr td.selected:focus,fieldset[disabled] .cfdatepicker table tr td.selected:hover,fieldset[disabled] .cfdatepicker table tr td.selected:hover.active,fieldset[disabled] .cfdatepicker table tr td.selected:hover:active,fieldset[disabled] .cfdatepicker table tr td.selected:hover:focus,fieldset[disabled] .cfdatepicker table tr td.selected:hover:hover {
background-color: #999;
border-color: #555
}

.cfdatepicker table tr td.active,.cfdatepicker table tr td.active.disabled,.cfdatepicker table tr td.active.disabled:hover,.cfdatepicker table tr td.active:hover {
color: #fff;
background-color: #428bca;
border-color: #357ebd;
text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.cfdatepicker table tr td.active.active,.cfdatepicker table tr td.active.disabled.active,.cfdatepicker table tr td.active.disabled:active,.cfdatepicker table tr td.active.disabled:focus,.cfdatepicker table tr td.active.disabled:hover,.cfdatepicker table tr td.active.disabled:hover.active,.cfdatepicker table tr td.active.disabled:hover:active,.cfdatepicker table tr td.active.disabled:hover:focus,.cfdatepicker table tr td.active.disabled:hover:hover,.cfdatepicker table tr td.active:active,.cfdatepicker table tr td.active:focus,.cfdatepicker table tr td.active:hover,.cfdatepicker table tr td.active:hover.active,.cfdatepicker table tr td.active:hover:active,.cfdatepicker table tr td.active:hover:focus,.cfdatepicker table tr td.active:hover:hover,.open .dropdown-toggle.cfdatepicker table tr td.active,.open .dropdown-toggle.cfdatepicker table tr td.active.disabled,.open .dropdown-toggle.cfdatepicker table tr td.active.disabled:hover,.open .dropdown-toggle.cfdatepicker table tr td.active:hover {
color: #fff;
background-color: #3276b1;
border-color: #285e8e
}

.cfdatepicker table tr td.active.disabled,.cfdatepicker table tr td.active.disabled.active,.cfdatepicker table tr td.active.disabled.disabled,.cfdatepicker table tr td.active.disabled.disabled.active,.cfdatepicker table tr td.active.disabled.disabled:active,.cfdatepicker table tr td.active.disabled.disabled:focus,.cfdatepicker table tr td.active.disabled.disabled:hover,.cfdatepicker table tr td.active.disabled:active,.cfdatepicker table tr td.active.disabled:focus,.cfdatepicker table tr td.active.disabled:hover,.cfdatepicker table tr td.active.disabled:hover.disabled,.cfdatepicker table tr td.active.disabled:hover.disabled.active,.cfdatepicker table tr td.active.disabled:hover.disabled:active,.cfdatepicker table tr td.active.disabled:hover.disabled:focus,.cfdatepicker table tr td.active.disabled:hover.disabled:hover,.cfdatepicker table tr td.active.disabled:hover[disabled],.cfdatepicker table tr td.active.disabled:hover[disabled].active,.cfdatepicker table tr td.active.disabled:hover[disabled]:active,.cfdatepicker table tr td.active.disabled:hover[disabled]:focus,.cfdatepicker table tr td.active.disabled:hover[disabled]:hover,.cfdatepicker table tr td.active.disabled[disabled],.cfdatepicker table tr td.active.disabled[disabled].active,.cfdatepicker table tr td.active.disabled[disabled]:active,.cfdatepicker table tr td.active.disabled[disabled]:focus,.cfdatepicker table tr td.active.disabled[disabled]:hover,.cfdatepicker table tr td.active:hover.disabled,.cfdatepicker table tr td.active:hover.disabled.active,.cfdatepicker table tr td.active:hover.disabled:active,.cfdatepicker table tr td.active:hover.disabled:focus,.cfdatepicker table tr td.active:hover.disabled:hover,.cfdatepicker table tr td.active:hover[disabled],.cfdatepicker table tr td.active:hover[disabled].active,.cfdatepicker table tr td.active:hover[disabled]:active,.cfdatepicker table tr td.active:hover[disabled]:focus,.cfdatepicker table tr td.active:hover[disabled]:hover,.cfdatepicker table tr td.active[disabled],.cfdatepicker table tr td.active[disabled].active,.cfdatepicker table tr td.active[disabled]:active,.cfdatepicker table tr td.active[disabled]:focus,.cfdatepicker table tr td.active[disabled]:hover,fieldset[disabled] .cfdatepicker table tr td.active,fieldset[disabled] .cfdatepicker table tr td.active.active,fieldset[disabled] .cfdatepicker table tr td.active.disabled,fieldset[disabled] .cfdatepicker table tr td.active.disabled.active,fieldset[disabled] .cfdatepicker table tr td.active.disabled:active,fieldset[disabled] .cfdatepicker table tr td.active.disabled:focus,fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover,fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover.active,fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover:active,fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover:focus,fieldset[disabled] .cfdatepicker table tr td.active.disabled:hover:hover,fieldset[disabled] .cfdatepicker table tr td.active:active,fieldset[disabled] .cfdatepicker table tr td.active:focus,fieldset[disabled] .cfdatepicker table tr td.active:hover,fieldset[disabled] .cfdatepicker table tr td.active:hover.active,fieldset[disabled] .cfdatepicker table tr td.active:hover:active,fieldset[disabled] .cfdatepicker table tr td.active:hover:focus,fieldset[disabled] .cfdatepicker table tr td.active:hover:hover {
background-color: #428bca;
border-color: #357ebd
}

.cfdatepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
border-radius: 4px
}

.cfdatepicker table tr td span:hover {
background: #eee
}

.cfdatepicker table tr td span.disabled,.cfdatepicker table tr td span.disabled:hover {
background: 0 0;
color: #999;
cursor: default
}

.cfdatepicker table tr td span.active,.cfdatepicker table tr td span.active.disabled,.cfdatepicker table tr td span.active.disabled:hover,.cfdatepicker table tr td span.active:hover {
color: #fff;
background-color: #428bca;
border-color: #357ebd;
text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.cfdatepicker table tr td span.active.active,.cfdatepicker table tr td span.active.disabled.active,.cfdatepicker table tr td span.active.disabled:active,.cfdatepicker table tr td span.active.disabled:focus,.cfdatepicker table tr td span.active.disabled:hover,.cfdatepicker table tr td span.active.disabled:hover.active,.cfdatepicker table tr td span.active.disabled:hover:active,.cfdatepicker table tr td span.active.disabled:hover:focus,.cfdatepicker table tr td span.active.disabled:hover:hover,.cfdatepicker table tr td span.active:active,.cfdatepicker table tr td span.active:focus,.cfdatepicker table tr td span.active:hover,.cfdatepicker table tr td span.active:hover.active,.cfdatepicker table tr td span.active:hover:active,.cfdatepicker table tr td span.active:hover:focus,.cfdatepicker table tr td span.active:hover:hover,.open .dropdown-toggle.cfdatepicker table tr td span.active,.open .dropdown-toggle.cfdatepicker table tr td span.active.disabled,.open .dropdown-toggle.cfdatepicker table tr td span.active.disabled:hover,.open .dropdown-toggle.cfdatepicker table tr td span.active:hover {
color: #fff;
background-color: #3276b1;
border-color: #285e8e
}

.cfdatepicker table tr td span.active.active,.cfdatepicker table tr td span.active.disabled.active,.cfdatepicker table tr td span.active.disabled:active,.cfdatepicker table tr td span.active.disabled:hover.active,.cfdatepicker table tr td span.active.disabled:hover:active,.cfdatepicker table tr td span.active:active,.cfdatepicker table tr td span.active:hover.active,.cfdatepicker table tr td span.active:hover:active,.open .dropdown-toggle.cfdatepicker table tr td span.active,.open .dropdown-toggle.cfdatepicker table tr td span.active.disabled,.open .dropdown-toggle.cfdatepicker table tr td span.active.disabled:hover,.open .dropdown-toggle.cfdatepicker table tr td span.active:hover {
background-image: none
}

.cfdatepicker table tr td span.active.disabled,.cfdatepicker table tr td span.active.disabled.active,.cfdatepicker table tr td span.active.disabled.disabled,.cfdatepicker table tr td span.active.disabled.disabled.active,.cfdatepicker table tr td span.active.disabled.disabled:active,.cfdatepicker table tr td span.active.disabled.disabled:focus,.cfdatepicker table tr td span.active.disabled.disabled:hover,.cfdatepicker table tr td span.active.disabled:active,.cfdatepicker table tr td span.active.disabled:focus,.cfdatepicker table tr td span.active.disabled:hover,.cfdatepicker table tr td span.active.disabled:hover.disabled,.cfdatepicker table tr td span.active.disabled:hover.disabled.active,.cfdatepicker table tr td span.active.disabled:hover.disabled:active,.cfdatepicker table tr td span.active.disabled:hover.disabled:focus,.cfdatepicker table tr td span.active.disabled:hover.disabled:hover,.cfdatepicker table tr td span.active.disabled:hover[disabled],.cfdatepicker table tr td span.active.disabled:hover[disabled].active,.cfdatepicker table tr td span.active.disabled:hover[disabled]:active,.cfdatepicker table tr td span.active.disabled:hover[disabled]:focus,.cfdatepicker table tr td span.active.disabled:hover[disabled]:hover,.cfdatepicker table tr td span.active.disabled[disabled],.cfdatepicker table tr td span.active.disabled[disabled].active,.cfdatepicker table tr td span.active.disabled[disabled]:active,.cfdatepicker table tr td span.active.disabled[disabled]:focus,.cfdatepicker table tr td span.active.disabled[disabled]:hover,.cfdatepicker table tr td span.active:hover.disabled,.cfdatepicker table tr td span.active:hover.disabled.active,.cfdatepicker table tr td span.active:hover.disabled:active,.cfdatepicker table tr td span.active:hover.disabled:focus,.cfdatepicker table tr td span.active:hover.disabled:hover,.cfdatepicker table tr td span.active:hover[disabled],.cfdatepicker table tr td span.active:hover[disabled].active,.cfdatepicker table tr td span.active:hover[disabled]:active,.cfdatepicker table tr td span.active:hover[disabled]:focus,.cfdatepicker table tr td span.active:hover[disabled]:hover,.cfdatepicker table tr td span.active[disabled],.cfdatepicker table tr td span.active[disabled].active,.cfdatepicker table tr td span.active[disabled]:active,.cfdatepicker table tr td span.active[disabled]:focus,.cfdatepicker table tr td span.active[disabled]:hover,fieldset[disabled] .cfdatepicker table tr td span.active,fieldset[disabled] .cfdatepicker table tr td span.active.active,fieldset[disabled] .cfdatepicker table tr td span.active.disabled,fieldset[disabled] .cfdatepicker table tr td span.active.disabled.active,fieldset[disabled] .cfdatepicker table tr td span.active.disabled:active,fieldset[disabled] .cfdatepicker table tr td span.active.disabled:focus,fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover,fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover.active,fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover:active,fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .cfdatepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .cfdatepicker table tr td span.active:active,fieldset[disabled] .cfdatepicker table tr td span.active:focus,fieldset[disabled] .cfdatepicker table tr td span.active:hover,fieldset[disabled] .cfdatepicker table tr td span.active:hover.active,fieldset[disabled] .cfdatepicker table tr td span.active:hover:active,fieldset[disabled] .cfdatepicker table tr td span.active:hover:focus,fieldset[disabled] .cfdatepicker table tr td span.active:hover:hover {
background-color: #428bca;
border-color: #357ebd
}

.cfdatepicker table tr td span.new,.cfdatepicker table tr td span.old {
color: #999
}

.cfdatepicker th.cfdatepicker-switch {
width: 145px
}

.cfdatepicker tfoot tr th,.cfdatepicker thead tr:first-child th {
cursor: pointer
}

.cfdatepicker tfoot tr th:hover,.cfdatepicker thead tr:first-child th:hover {
background: #eee
}

.cfdatepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle
}

.cfdatepicker thead tr:first-child th.cw {
cursor: default;
background-color: transparent
}

.input-group.date .input-group-addon i {
cursor: pointer;
width: 16px;
height: 16px
}

.input-daterange input {
text-align: center
}

.input-daterange input:first-child {
border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
width: auto;
min-width: 16px;
padding: 4px 5px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
text-shadow: 0 1px 0 #fff;
vertical-align: middle;
background-color: #eee;
border: solid #ccc;
border-width: 1px 0;
margin-left: -5px;
margin-right: -5px
}

.cfdatepicker.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
list-style: none;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.2);
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
color: #333;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 13px;
line-height: 1.42857143
}

.cfdatepicker.dropdown-menu td,.cfdatepicker.dropdown-menu th {
padding: 4px 5px
}

.image-thumb {
margin-left: 63px;
padding: 6px 0 6px 6px
}

.image-picker-content.image-thumb-lrg {
margin-bottom: 6px
}

.image-picker-side-bar {
float: left;
margin-left: -68px;
width: 62px;
max-width: 100%
}

.image-thumb-lrg .image-picker-side-bar {
background: #F6F6F6;
border: 1px solid #DFDFDF;
float: none;
margin: 0 0 6px;
padding: 6px 6px 2px;
text-align: center;
width: auto
}

.image-picker-side-bar>img {
border: 1px solid #DFDFDF;
width: 62px
}

.image-thumb-lrg .image-picker-side-bar>img {
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
text-align: center;
width: auto
}

.image-thumb .image-picker-main-content {
margin-right: 6px
}

.button.image-picker-button {
margin: 7px 0 0;
width: 110px;
display: inline-block
}

.button.button-primary.image-picker-button {
float: right;
margin-left: 6px;
width: 80px
}

.image-picker-main-content select {
width: 100%
}

.image-picker-sizer:disabled {
opacity: .7;
box-shadow: none;
color: #A1A1A1
}

.button-primary.image-picker-button.image-picker-button-solo,.button.image-picker-button.image-picker-button-solo {
width: 170px;
margin-top: 0
}

.button-primary.image-picker-button.image-picker-button-solo {
margin-top: 7px;
margin-left: 0;
float: none
}

.image-thumb-lrg .button.image-picker-button.cu-image-picker.image-picker-button-solo {
width: 120px
}

.image-thumb-lrg .button.button-primary.image-picker-button.cu-image-remover.image-picker-button-solo {
float: right;
margin: 0 0 0 6px;
width: auto
}

.image-thumb-lrg .button.button-primary.image-picker-button.cu-image-remover {
width: 45%
}

input.cu-image-picker-file-select[type=file] {
display: none
}

.rangeslider,.rangeslider__fill {
background: #e6e6e6;
display: block;
height: 8px;
width: 100%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px
}

.rangeslider__handle,.toggle_option_row input {
display: inline-block
}

.rangeslider {
position: relative
}

.rangeslider--disabled {
filter: alpha(Opacity=40);
opacity: .4
}

.rangeslider__fill {
background: #0f0;
position: absolute;
top: 0
}

.rangeslider__handle {
background: #fff;
border: 1px solid #ccc;
cursor: pointer;
width: 18px;
height: 18px;
position: absolute;
top: -5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%
}

input[type=range]:focus+.rangeslider .rangeslider__handle {
-webkit-box-shadow: 0 0 3px rgba(100,100,100,.9);
-moz-box-shadow: 0 0 3px rgba(100,100,100,.9);
box-shadow: 0 0 3px rgba(100,100,100,.9)
}

.recaptchatable #recaptcha_response_field {
height: 21px!important
}

.toggle_option_row {
margin: 4px 0
}

.toggle_option_row .dashicons-sort {
cursor: move
}

.toggle_option_row .toggle_label_field,.toggle_option_row .toggle_value_field {
width: 136px;
line-height: 20px
}

.toggle_option_preview .button {
border-radius: 0;
margin-right: -5px
}

.toggle_option_preview .button:first-child {
border-radius: 3px 0 0 3px
}

.toggle_option_preview .button:last-child {
border-radius: 0 3px 3px 0
}

.toggle_option_preview.toggle_vertical .button {
width: 100%
}

.toggle_option_preview.toggle_vertical .button:first-child {
border-radius: 3px 3px 0 0
}

.toggle_option_preview.toggle_vertical .button:last-child {
border-radius: 0 0 3px 3px
}

.cf-toggle-switch html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}

.cf-toggle-switch body {
margin: 0
}

.cf-toggle-switch article,.cf-toggle-switch aside,.cf-toggle-switch details,.cf-toggle-switch figcaption,.cf-toggle-switch figure,.cf-toggle-switch footer,.cf-toggle-switch header,.cf-toggle-switch hgroup,.cf-toggle-switch main,.cf-toggle-switch nav,.cf-toggle-switch section,.cf-toggle-switch summary {
display: block
}

.cf-toggle-switch audio,.cf-toggle-switch canvas,.cf-toggle-switch progress,.cf-toggle-switch video {
display: inline-block;
vertical-align: baseline
}

.cf-toggle-switch audio:not([controls]) {
display: none;
height: 0
}

.cf-toggle-switch [hidden],.cf-toggle-switch template {
display: none
}

.cf-toggle-switch a {
background: 0 0
}

.cf-toggle-switch a:active,.cf-toggle-switch a:hover {
outline: 0
}

.cf-toggle-switch abbr[title] {
border-bottom: 1px dotted
}

.cf-toggle-switch b,.cf-toggle-switch strong {
font-weight: 700
}

.cf-toggle-switch dfn {
font-style: italic
}

.cf-toggle-switch h1 {
font-size: 2em;
margin: .67em 0
}

.cf-toggle-switch mark {
background: #ff0;
color: #000
}

.cf-toggle-switch .btn,.cf-toggle-switch .btn-danger.active,.cf-toggle-switch .btn-danger:active,.cf-toggle-switch .btn-default.active,.cf-toggle-switch .btn-default:active,.cf-toggle-switch .btn-info.active,.cf-toggle-switch .btn-info:active,.cf-toggle-switch .btn-primary.active,.cf-toggle-switch .btn-primary:active,.cf-toggle-switch .btn-success.active,.cf-toggle-switch .btn-success:active,.cf-toggle-switch .btn-warning.active,.cf-toggle-switch .btn-warning:active,.cf-toggle-switch .btn.active,.cf-toggle-switch .btn:active,.cf-toggle-switch .open .dropdown-toggle.btn-danger,.cf-toggle-switch .open .dropdown-toggle.btn-default,.cf-toggle-switch .open .dropdown-toggle.btn-info,.cf-toggle-switch .open .dropdown-toggle.btn-primary,.cf-toggle-switch .open .dropdown-toggle.btn-success,.cf-toggle-switch .open .dropdown-toggle.btn-warning {
background-image: none
}

.cf-toggle-switch small {
font-size: 80%
}

.cf-toggle-switch sub,.cf-toggle-switch sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}

.cf-toggle-switch sup {
top: -.5em
}

.cf-toggle-switch sub {
bottom: -.25em
}

.cf-toggle-switch img {
border: 0
}

.cf-toggle-switch svg:not(:root) {
overflow: hidden
}

.cf-toggle-switch figure {
margin: 1em 40px
}

.cf-toggle-switch hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0
}

.cf-toggle-switch pre {
overflow: auto
}

.cf-toggle-switch code,.cf-toggle-switch kbd,.cf-toggle-switch pre,.cf-toggle-switch samp {
font-family: monospace,monospace;
font-size: 1em
}

.cf-toggle-switch button,.cf-toggle-switch input,.cf-toggle-switch optgroup,.cf-toggle-switch select,.cf-toggle-switch textarea {
color: inherit;
font: inherit;
margin: 0
}

.cf-toggle-switch button {
overflow: visible
}

.cf-toggle-switch button,.cf-toggle-switch select {
text-transform: none
}

.cf-toggle-switch button,.cf-toggle-switch html input[type=button],.cf-toggle-switch input[type=reset],.cf-toggle-switch input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}

.cf-toggle-switch button[disabled],.cf-toggle-switch html input[disabled] {
cursor: default
}

.cf-toggle-switch button::-moz-focus-inner,.cf-toggle-switch input::-moz-focus-inner {
border: 0;
padding: 0
}

.cf-toggle-switch input {
line-height: normal
}

.cf-toggle-switch input[type=checkbox],.cf-toggle-switch input[type=radio] {
box-sizing: border-box;
padding: 0
}

.cf-toggle-switch input[type=number]::-webkit-inner-spin-button,.cf-toggle-switch input[type=number]::-webkit-outer-spin-button {
height: auto
}

.cf-toggle-switch input[type=search] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box
}

.cf-toggle-switch input[type=search]::-webkit-search-cancel-button,.cf-toggle-switch input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}

.cf-toggle-switch fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}

.cf-toggle-switch legend {
border: 0;
padding: 0
}

.cf-toggle-switch textarea {
overflow: auto
}

.cf-toggle-switch optgroup {
font-weight: 700
}

.cf-toggle-switch table {
border-collapse: collapse;
border-spacing: 0
}

.cf-toggle-switch td,.cf-toggle-switch th {
padding: 0
}

.cf-toggle-switch .btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}

.cf-toggle-switch .btn.active:focus,.cf-toggle-switch .btn:active:focus,.cf-toggle-switch .btn:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}

.cf-toggle-switch .btn:focus,.cf-toggle-switch .btn:hover {
color: #333;
text-decoration: none
}

.cf-toggle-switch .btn.active,.cf-toggle-switch .btn:active {
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.cf-toggle-switch .btn.disabled,.cf-toggle-switch .btn[disabled],.cf-toggle-switch fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: .65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none
}

.cf-toggle-switch .btn-default {
color: #333;
background-color: #fff;
border-color: #ccc
}

.cf-toggle-switch .btn-default.active,.cf-toggle-switch .btn-default:active,.cf-toggle-switch .btn-default:focus,.cf-toggle-switch .btn-default:hover,.cf-toggle-switch .open .dropdown-toggle.btn-default {
color: #333;
background-color: #ebebeb;
border-color: #adadad
}

.cf-toggle-switch .btn-default.disabled,.cf-toggle-switch .btn-default.disabled.active,.cf-toggle-switch .btn-default.disabled:active,.cf-toggle-switch .btn-default.disabled:focus,.cf-toggle-switch .btn-default.disabled:hover,.cf-toggle-switch .btn-default[disabled],.cf-toggle-switch .btn-default[disabled].active,.cf-toggle-switch .btn-default[disabled]:active,.cf-toggle-switch .btn-default[disabled]:focus,.cf-toggle-switch .btn-default[disabled]:hover,.cf-toggle-switch fieldset[disabled] .btn-default,.cf-toggle-switch fieldset[disabled] .btn-default.active,.cf-toggle-switch fieldset[disabled] .btn-default:active,.cf-toggle-switch fieldset[disabled] .btn-default:focus,.cf-toggle-switch fieldset[disabled] .btn-default:hover {
background-color: #fff;
border-color: #ccc
}

.cf-toggle-switch .btn-default .badge {
color: #fff;
background-color: #333
}

.cf-toggle-switch .btn-primary {
color: #fff;
background-color: #428bca;
border-color: #357ebd
}

.cf-toggle-switch .btn-primary.active,.cf-toggle-switch .btn-primary:active,.cf-toggle-switch .btn-primary:focus,.cf-toggle-switch .btn-primary:hover,.cf-toggle-switch .open .dropdown-toggle.btn-primary {
color: #fff;
background-color: #3276b1;
border-color: #285e8e
}

.cf-toggle-switch .btn-primary.disabled,.cf-toggle-switch .btn-primary.disabled.active,.cf-toggle-switch .btn-primary.disabled:active,.cf-toggle-switch .btn-primary.disabled:focus,.cf-toggle-switch .btn-primary.disabled:hover,.cf-toggle-switch .btn-primary[disabled],.cf-toggle-switch .btn-primary[disabled].active,.cf-toggle-switch .btn-primary[disabled]:active,.cf-toggle-switch .btn-primary[disabled]:focus,.cf-toggle-switch .btn-primary[disabled]:hover,.cf-toggle-switch fieldset[disabled] .btn-primary,.cf-toggle-switch fieldset[disabled] .btn-primary.active,.cf-toggle-switch fieldset[disabled] .btn-primary:active,.cf-toggle-switch fieldset[disabled] .btn-primary:focus,.cf-toggle-switch fieldset[disabled] .btn-primary:hover {
background-color: #428bca;
border-color: #357ebd
}

.cf-toggle-switch .btn-primary .badge {
color: #428bca;
background-color: #fff
}

.cf-toggle-switch .btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c
}

.cf-toggle-switch .btn-success.active,.cf-toggle-switch .btn-success:active,.cf-toggle-switch .btn-success:focus,.cf-toggle-switch .btn-success:hover,.cf-toggle-switch .open .dropdown-toggle.btn-success {
color: #fff;
background-color: #47a447;
border-color: #398439
}

.cf-toggle-switch .btn-success.disabled,.cf-toggle-switch .btn-success.disabled.active,.cf-toggle-switch .btn-success.disabled:active,.cf-toggle-switch .btn-success.disabled:focus,.cf-toggle-switch .btn-success.disabled:hover,.cf-toggle-switch .btn-success[disabled],.cf-toggle-switch .btn-success[disabled].active,.cf-toggle-switch .btn-success[disabled]:active,.cf-toggle-switch .btn-success[disabled]:focus,.cf-toggle-switch .btn-success[disabled]:hover,.cf-toggle-switch fieldset[disabled] .btn-success,.cf-toggle-switch fieldset[disabled] .btn-success.active,.cf-toggle-switch fieldset[disabled] .btn-success:active,.cf-toggle-switch fieldset[disabled] .btn-success:focus,.cf-toggle-switch fieldset[disabled] .btn-success:hover {
background-color: #5cb85c;
border-color: #4cae4c
}

.cf-toggle-switch .btn-success .badge {
color: #5cb85c;
background-color: #fff
}

.cf-toggle-switch .btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da
}

.cf-toggle-switch .btn-info.active,.cf-toggle-switch .btn-info:active,.cf-toggle-switch .btn-info:focus,.cf-toggle-switch .btn-info:hover,.cf-toggle-switch .open .dropdown-toggle.btn-info {
color: #fff;
background-color: #39b3d7;
border-color: #269abc
}

.cf-toggle-switch .btn-info.disabled,.cf-toggle-switch .btn-info.disabled.active,.cf-toggle-switch .btn-info.disabled:active,.cf-toggle-switch .btn-info.disabled:focus,.cf-toggle-switch .btn-info.disabled:hover,.cf-toggle-switch .btn-info[disabled],.cf-toggle-switch .btn-info[disabled].active,.cf-toggle-switch .btn-info[disabled]:active,.cf-toggle-switch .btn-info[disabled]:focus,.cf-toggle-switch .btn-info[disabled]:hover,.cf-toggle-switch fieldset[disabled] .btn-info,.cf-toggle-switch fieldset[disabled] .btn-info.active,.cf-toggle-switch fieldset[disabled] .btn-info:active,.cf-toggle-switch fieldset[disabled] .btn-info:focus,.cf-toggle-switch fieldset[disabled] .btn-info:hover {
background-color: #5bc0de;
border-color: #46b8da
}

.cf-toggle-switch .btn-info .badge {
color: #5bc0de;
background-color: #fff
}

.cf-toggle-switch .btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236
}

.cf-toggle-switch .btn-warning.active,.cf-toggle-switch .btn-warning:active,.cf-toggle-switch .btn-warning:focus,.cf-toggle-switch .btn-warning:hover,.cf-toggle-switch .open .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ed9c28;
border-color: #d58512
}

.cf-toggle-switch .btn-warning.disabled,.cf-toggle-switch .btn-warning.disabled.active,.cf-toggle-switch .btn-warning.disabled:active,.cf-toggle-switch .btn-warning.disabled:focus,.cf-toggle-switch .btn-warning.disabled:hover,.cf-toggle-switch .btn-warning[disabled],.cf-toggle-switch .btn-warning[disabled].active,.cf-toggle-switch .btn-warning[disabled]:active,.cf-toggle-switch .btn-warning[disabled]:focus,.cf-toggle-switch .btn-warning[disabled]:hover,.cf-toggle-switch fieldset[disabled] .btn-warning,.cf-toggle-switch fieldset[disabled] .btn-warning.active,.cf-toggle-switch fieldset[disabled] .btn-warning:active,.cf-toggle-switch fieldset[disabled] .btn-warning:focus,.cf-toggle-switch fieldset[disabled] .btn-warning:hover {
background-color: #f0ad4e;
border-color: #eea236
}

.cf-toggle-switch .btn-warning .badge {
color: #f0ad4e;
background-color: #fff
}

.cf-toggle-switch .btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a
}

.cf-toggle-switch .btn-danger.active,.cf-toggle-switch .btn-danger:active,.cf-toggle-switch .btn-danger:focus,.cf-toggle-switch .btn-danger:hover,.cf-toggle-switch .open .dropdown-toggle.btn-danger {
color: #fff;
background-color: #d2322d;
border-color: #ac2925
}

.cf-toggle-switch .btn-danger.disabled,.cf-toggle-switch .btn-danger.disabled.active,.cf-toggle-switch .btn-danger.disabled:active,.cf-toggle-switch .btn-danger.disabled:focus,.cf-toggle-switch .btn-danger.disabled:hover,.cf-toggle-switch .btn-danger[disabled],.cf-toggle-switch .btn-danger[disabled].active,.cf-toggle-switch .btn-danger[disabled]:active,.cf-toggle-switch .btn-danger[disabled]:focus,.cf-toggle-switch .btn-danger[disabled]:hover,.cf-toggle-switch fieldset[disabled] .btn-danger,.cf-toggle-switch fieldset[disabled] .btn-danger.active,.cf-toggle-switch fieldset[disabled] .btn-danger:active,.cf-toggle-switch fieldset[disabled] .btn-danger:focus,.cf-toggle-switch fieldset[disabled] .btn-danger:hover {
background-color: #d9534f;
border-color: #d43f3a
}

.cf-toggle-switch .btn-danger .badge {
color: #d9534f;
background-color: #fff
}

.cf-toggle-switch .btn-link {
color: #428bca;
font-weight: 400;
cursor: pointer;
border-radius: 0
}

.cf-toggle-switch .btn-link,.cf-toggle-switch .btn-link:active,.cf-toggle-switch .btn-link[disabled],.cf-toggle-switch fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}

.cf-toggle-switch .btn-link,.cf-toggle-switch .btn-link:active,.cf-toggle-switch .btn-link:focus,.cf-toggle-switch .btn-link:hover {
border-color: transparent
}

.cf-toggle-switch .btn-link:focus,.cf-toggle-switch .btn-link:hover {
color: #2a6496;
text-decoration: underline;
background-color: transparent
}

.cf-toggle-switch .btn-link[disabled]:focus,.cf-toggle-switch .btn-link[disabled]:hover,.cf-toggle-switch fieldset[disabled] .btn-link:focus,.cf-toggle-switch fieldset[disabled] .btn-link:hover {
color: #999;
text-decoration: none
}

.cf-toggle-switch .btn-group-lg>.btn,.cf-toggle-switch .btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px
}

.cf-toggle-switch .btn-group-sm>.btn,.cf-toggle-switch .btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}

.cf-toggle-switch .btn-group-xs>.btn,.cf-toggle-switch .btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px
}

.cf-toggle-switch .btn-group-vertical>.btn:not(:first-child):not(:last-child),.cf-toggle-switch .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.cf-toggle-switch .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0
}

.cf-toggle-switch .btn-group>.btn-group:first-child>.btn:last-child,.cf-toggle-switch .btn-group>.btn-group:first-child>.dropdown-toggle,.cf-toggle-switch .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}

.cf-toggle-switch .btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0
}

.cf-toggle-switch input[type=button].btn-block,.cf-toggle-switch input[type=reset].btn-block,.cf-toggle-switch input[type=submit].btn-block {
width: 100%
}

.cf-toggle-switch .btn-group,.cf-toggle-switch .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle
}

.cf-toggle-switch .btn-group-vertical>.btn,.cf-toggle-switch .btn-group>.btn {
position: relative;
float: left
}

.cf-toggle-switch .btn-group-vertical>.btn.active,.cf-toggle-switch .btn-group-vertical>.btn:active,.cf-toggle-switch .btn-group-vertical>.btn:focus,.cf-toggle-switch .btn-group-vertical>.btn:hover,.cf-toggle-switch .btn-group>.btn.active,.cf-toggle-switch .btn-group>.btn:active,.cf-toggle-switch .btn-group>.btn:focus,.cf-toggle-switch .btn-group>.btn:hover {
z-index: 2
}

.cf-toggle-switch .btn-group-vertical>.btn:focus,.cf-toggle-switch .btn-group>.btn:focus {
outline: 0
}

.cf-toggle-switch .btn-toolbar {
margin-left: -5px
}

.cf-toggle-switch .btn-toolbar .btn-group,.cf-toggle-switch .btn-toolbar .input-group {
float: left
}

.cf-toggle-switch .btn-toolbar>.btn,.cf-toggle-switch .btn-toolbar>.btn-group,.cf-toggle-switch .btn-toolbar>.input-group {
margin-left: 5px
}

.cf-toggle-switch .btn-group>.btn:first-child {
margin-left: 0
}

.cf-toggle-switch .btn-group>.btn:last-child:not(:first-child),.cf-toggle-switch .btn-group>.dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}

.cf-toggle-switch .btn-group>.btn-group {
float: left
}

.cf-toggle-switch .btn-group>.btn-group:last-child>.btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}

.cf-toggle-switch .btn-group .dropdown-toggle:active,.cf-toggle-switch .btn-group.open .dropdown-toggle {
outline: 0
}

.cf-toggle-switch .btn-group>.btn+.dropdown-toggle {
padding-left: 8px;
padding-right: 8px
}

.cf-toggle-switch .btn-group>.btn-lg+.dropdown-toggle {
padding-left: 12px;
padding-right: 12px
}

.cf-toggle-switch .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.cf-toggle-switch .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none
}

.cf-toggle-switch .btn .caret {
margin-left: 0
}

.cf-toggle-switch .btn-lg .caret {
border-width: 5px 5px 0
}

.cf-toggle-switch .dropup .btn-lg .caret {
border-width: 0 5px 5px
}

.cf-toggle-switch .btn-group-vertical>.btn,.cf-toggle-switch .btn-group-vertical>.btn-group,.cf-toggle-switch .btn-group-vertical>.btn-group>.btn {
display: block;
float: none;
width: 100%;
max-width: 100%
}

.cf-toggle-switch .btn-group-vertical>.btn-group>.btn {
float: none
}

.cf-toggle-switch .btn-group-vertical>.btn+.btn,.cf-toggle-switch .btn-group-vertical>.btn+.btn-group,.cf-toggle-switch .btn-group-vertical>.btn-group+.btn,.cf-toggle-switch .btn-group-vertical>.btn-group+.btn-group {
margin-top: -1px;
margin-left: 0
}

.cf-toggle-switch .btn-group-vertical>.btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}

.cf-toggle-switch .btn-group-vertical>.btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0
}

.cf-toggle-switch .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
border-radius: 0
}

.cf-toggle-switch .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.cf-toggle-switch .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}

.cf-toggle-switch .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0
}

.cf-toggle-switch .btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate
}

.cf-toggle-switch .btn-group-justified>.btn,.cf-toggle-switch .btn-group-justified>.btn-group {
float: none;
display: table-cell;
width: 1%
}

.cf-toggle-switch .btn-group-justified>.btn-group .btn {
width: 100%
}

.cf-toggle-switch [data-toggle=buttons]>.btn>input[type=checkbox],.cf-toggle-switch [data-toggle=buttons]>.btn>input[type=radio] {
display: none
}

.cf-toggle-switch .btn-group-vertical>.btn-group:after,.cf-toggle-switch .btn-group-vertical>.btn-group:before,.cf-toggle-switch .btn-toolbar:after,.cf-toggle-switch .btn-toolbar:before,.cf-toggle-switch .clearfix:after,.cf-toggle-switch .clearfix:before {
content: " ";
display: table
}

.cf-toggle-switch .btn-group-vertical>.btn-group:after,.cf-toggle-switch .btn-toolbar:after,.cf-toggle-switch .clearfix:after {
clear: both
}

.cf-toggle-switch .center-block {
display: block;
margin-left: auto;
margin-right: auto
}

.cf-toggle-switch .pull-right {
float: right!important
}

.cf-toggle-switch .pull-left {
float: left!important
}

.cf-toggle-switch .hide {
display: none!important
}

.cf-toggle-switch .show {
display: block!important
}

.cf-toggle-switch .invisible {
visibility: hidden
}

.cf-toggle-switch .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}

.cf-toggle-switch .hidden {
display: none!important;
visibility: hidden!important
}

.cf-toggle-switch .affix {
position: fixed
}

@-ms-viewport {
width: device-width
}

.cf-toggle-switch .visible-lg,.cf-toggle-switch .visible-md,.cf-toggle-switch .visible-print,.cf-toggle-switch .visible-sm,.cf-toggle-switch .visible-xs {
display: none!important
}

@media (max-width: 767px) {
.cf-toggle-switch .visible-xs {
display:block!important
}

.cf-toggle-switch table.visible-xs {
display: table
}

.cf-toggle-switch tr.visible-xs {
display: table-row!important
}

.cf-toggle-switch td.visible-xs,.cf-toggle-switch th.visible-xs {
display: table-cell!important
}
}

@media (min-width: 768px) and (max-width:991px) {
.cf-toggle-switch .visible-sm {
display:block!important
}

.cf-toggle-switch table.visible-sm {
display: table
}

.cf-toggle-switch tr.visible-sm {
display: table-row!important
}

.cf-toggle-switch td.visible-sm,.cf-toggle-switch th.visible-sm {
display: table-cell!important
}
}

@media (min-width: 992px) and (max-width:1199px) {
.cf-toggle-switch .visible-md {
display:block!important
}

.cf-toggle-switch table.visible-md {
display: table
}

.cf-toggle-switch tr.visible-md {
display: table-row!important
}

.cf-toggle-switch td.visible-md,.cf-toggle-switch th.visible-md {
display: table-cell!important
}
}

@media (min-width: 1200px) {
.cf-toggle-switch .visible-lg {
display:block!important
}

.cf-toggle-switch table.visible-lg {
display: table
}

.cf-toggle-switch tr.visible-lg {
display: table-row!important
}

.cf-toggle-switch td.visible-lg,.cf-toggle-switch th.visible-lg {
display: table-cell!important
}

.cf-toggle-switch .hidden-lg {
display: none!important
}
}

@media (max-width: 767px) {
.cf-toggle-switch .hidden-xs {
display:none!important
}
}

@media (min-width: 768px) and (max-width:991px) {
.cf-toggle-switch .hidden-sm {
display:none!important
}
}

@media (min-width: 992px) and (max-width:1199px) {
.cf-toggle-switch .hidden-md {
display:none!important
}
}

@media print {
.cf-toggle-switch .visible-print {
display: block!important
}

.cf-toggle-switch table.visible-print {
display: table
}

.cf-toggle-switch tr.visible-print {
display: table-row!important
}

.cf-toggle-switch td.visible-print,.cf-toggle-switch th.visible-print {
display: table-cell!important
}

.cf-toggle-switch .hidden-print {
display: none!important
}
}

.cf-toggle-group-buttons {
width: 100%;
clear: both
}

input.form-control.parsley-success,select.form-control.parsley-success,textarea.form-control.parsley-success {
color: #468847;
background-color: #DFF0D8;
border-color: #D6E9C6
}

input.form-control.parsley-error,select.form-control.parsley-error,textarea.form-control.parsley-error {
color: #B94A48;
background-color: #F2DEDE;
border-color: #EED3D7
}

.form-control.parsley-errors-list {
margin: 2px 0 3px;
padding: 0;
list-style-type: none;
font-size: .9em;
line-height: .9em;
opacity: 0;
color: #468847;
transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in
}

.form-control.parsley-errors-list.filled {
opacity: 1
}

.breadcrumb a.has-error {
color: red
}

.form-group .parsley-errors-list.filled,.form-group .parsley-errors-list.filled .parsley-type {
list-style: none
}

.caldera-grid .cf-multi-uploader-list>ul {
list-style: none;
margin: 0 0 12px;
padding: 0
}

.caldera-grid .cf-multi-uploader-list>ul>li {
margin: 0;
padding: 0 0 22px;
position: relative;
clear: both
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-name {
display: inline-block;
font-weight: 700;
left: 16px;
right: 0;
overflow: hidden;
position: absolute;
text-overflow: ellipsis;
white-space: nowrap
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-name.file-uploaded {
left: 0
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-size {
float: right
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-type {
float: left
}

.caldera-grid .cf-multi-uploader-list>ul>li .file-error {
clear: both;
display: block
}

.caldera-grid .cf-multi-uploader-list>ul>li .cf-file-remove {
color: #cf0000;
text-decoration: none;
border: 0
}

.caldera-grid .cf-multi-uploader-list>ul>li.has-error .bar {
background-color: #cf0000!important
}

.caldera-grid .cf-multi-uploader-list>ul>li.has-error {
color: #cf0000
}

.has-error.cf-toggle-switch .cf-toggle-group-buttons>a {
background-color: #f2dede;
border-color: #dd4b39
}


/* Replacing the forms from caldera to cf7  End*/

.responsive-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.show-on-mobile {
    display: none !important;
}

.product-subscribe .sub-ttl,
.product-subscribe .subscribe-trigger{
  text-align: center; 
}
.product-subscribe .subscribe-trigger{
  margin-top: unset;
}
.product-subscribe .sub-ttl{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 25px;
}
.d-grid{
  display: grid;
  grid-gap: 1rem;
}
.wpcf7-form .d-grid input{
  margin-bottom: unset;
}
.wpcf7-form .d-grid input:focus,
.form-block .form-item .caldera-grid .form-group .form-control:focus,
.caldera-grid .form-control:focus{
  border-color: #999999 !important;
}
.wpcf7-form .d-grid input::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}

.wpcf7-form .d-grid input::placeholder {
  color: #000;
}
.wpcf7-form .d-grid button{
  border-radius: 8px !important;
  background: #E1A835;
  color: #fff;
  font-size: 20px;
}
.wpcf7-form .d-grid button:hover{
  color: #fff;
}
   
.grid-2{
  grid-template-columns: repeat(2, 1fr);
}
.grid-2 .f-width{
  grid-column: 1 / 3;
}
.wpcf7-form .res{
  max-width: 54%;
  justify-self: center;
  color: #EA6848;
}
.wpcf7-form .res .wpcf7-response-output{
  margin-top: 0;
  margin-bottom: 32px;
}
.d-grid .wpcf7-response-output:empty {
    display: none;
} 
.whatsapp-chat{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8E8E8;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  border-radius: 8px !important;
}
.whatsapp-chat img{
  margin-right: 10px;
}
.lead-form .caldera-grid .row.last_row .single{
  align-items: flex-start;
}
.lead-form .caldera-grid .row.last_row .single button{
  min-height: 50px;
}

.single-prod-item .badge-wrapper {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.single-prod-item .clearance, .single-prod-item .exclusive, .single-prod-item .coupon{
  font-size: 14px;
  line-height: 20px;
  min-height: 35px;
  min-width: 100px;
  width: 100px;
  height: 35px;
  background: #3f0d1f;
  display: grid;
  padding: .202em;
  font-weight: 700;
  z-index: 9;
  align-items: center;
  color: #fff;
  text-align: center;
}
.single-prod-item .exclusive {
	width: 135px;
}

.single-prod-item .coupon {
	height: 45px;
}

.single-prod-item .onsale + .clearance, .single-prod-item .onsale + .exclusive, .single-prod-item .onsale + .coupon{
  top: 55px;
}

.ttlnlink{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ttlnlink a{
  text-decoration: underline;
}
@media (max-width: 767px) {
    /* Mobile view */
    .show-on-mobile {
        display: block !important;
    }

    .show-on-desktop {
        display: none !important;
    }
    .grid-sm-1{
      grid-template-columns: 1fr;
    }
    .grid-sm-1 .f-width{
      grid-column: 1 / 2;
    }
    .product-subscribe .sub-ttl{
      font-size: 20px;
    }
    .whatsapp-chat{
      font-size: 14px;
    }
}

.single-product .iconic-woothumbs-thumbnails-wrap--sliding .iconic-woothumbs-thumbnails__control {
    display: none !important;
}
/* Rotem changes - Product buttons */
.single-product .top-left-buttons {
    position: absolute;
    top: 10px;
    right: 52%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.single-product .top-left-buttons .ar-button {
    background: #8A271B;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #8A271B;
    cursor: pointer;
    padding: unset;
    padding-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.single-product .top-left-buttons .vr-button {
    background: #FFF;
    color: #8A271B;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #8A271B;
    cursor: pointer;
    padding: unset;
    padding-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    width: 100%;
}
.single-product .bottom-gallery-buttons {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
	padding-top: 5px;
}
.single-product .bottom-gallery-buttons .buttons-stack {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}
.single-product .bottom-gallery-buttons .ar-button {
    background: #8A271B;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #8A271B;
    cursor: pointer;
    padding: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.single-product .bottom-gallery-buttons .vr-button {
    background: #FFF;
    color: #8A271B;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #8A271B;
    cursor: pointer;
    padding: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}
.single-product .bottom-gallery-buttons .bottom-title {
    color: #8A271B;
}
.single-product .bottom-gallery-buttons .bottom-title span.bold {
    font-weight: 900;
}
.iconic-woothumbs-all-images-wrap {
    margin-bottom: unset !important;
}
@media screen and (max-width: 768px) {
	.single-product .top-left-buttons {
		right: 49%;
	}
    .single-product .bottom-gallery-buttons {
        display: none;
    }
}