/* Add here all your CSS customizations */


#goto-portrait {
  display: none;
}

@media screen and (min-width: 576px) and (max-width: 767px) and (min-aspect-ratio: 13/9) {
  #goto-portrait {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    margin: 0;
    height: 100vh;
    width: 100vw;
    background-image: url(../images/Icon_Rotate.svg);
    background-size: auto 50%;
    background-position: center center;
    background-repeat: no-repeat;
  }

  body > .body {
    display: none;
  }
}

p a {
    text-decoration: underline;
}

p a.btn {
    text-decoration: none;
}

.center {
  text-align: center;
}

.slider-container {
    height: auto;
}

.master-column-wrapper {
    min-height: 300px;
}

.hover-animation-zoomin:hover > * {
    transform: scale(1.2);
    transition: transform 0.5s ease-in;
}

.home-social-links img {width: 100%;}

.admin-header-links {
	background-color: #333;
	text-align: center;
	color: #eee;
}
.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
	font-size: 12px;
	font-weight: bold;
}
.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links .impersonate a {
	background-color: #555;
	padding: 0 15px;
}
.admin-header-links .impersonate a:hover {
	background-color: #666;
}

.bar-notification-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	z-index: 1000;
}

.bar-notification {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.bar-notification.success {
	background-color: #4bb07a;
}
.bar-notification.error {
	background-color: #e4444c;
}
.bar-notification.warning {
	background-color: #f39c12;
}
.bar-notification .content {
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 20px;
  padding:  10px;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	margin: 10px;
	background: #fff url('../images/close.png') center no-repeat;
	cursor: pointer;
  position: absolute;
}

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
	padding: 30px 15px;
    text-align: center;
	line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
	background: url('../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
	font-size: 14px;
}


.footer-powered-by {
    font-size: 10px
}


.eu-cookie-bar-notification {
    position: fixed;
    bottom: 0px;
	z-index: 1050;
	width: 100%;
    text-align: center;
    font-weight: bold;
}

.forcefullwidth_wrapper_tp_banner  {
    background: #171717;
}

/*.testimonial p {
    max-height: 84px;
    overflow: hidden;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}*/

.recent-posts .owl-carousel .owl-item article a.img {
    display: block;
    height: 150px;
    overflow: hidden;
}
.recent-posts .owl-carousel .owl-item article h4 {
    height: 81px;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.void-page-header-margin {
    margin-top: -35px !important;
}

.void-footer-margin {
    margin-bottom: -50px !important;
}

.portfolio-list.no-margin .portfolio-item {
    margin-bottom: 0;
}

.cart .product-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.cart .product-price {
  font-weight: bold;
  font-size: 16px;
}

.cart .product-attributes,
.cart .product-unitprice,
.cart .product-sku {
  font-size: 12px;
  line-height: normal;
}

.shop .cart .product-quantity .quantity {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 28px;
  font-size: 0.9em;
}

.shop .cart .product-quantity .quantity .edit-qty {
    height: 28px;
    width: 28px;
}

.shop .cart .product-quantity .quantity .qty {
    height: 28px;
    width: 90px;
    padding: 0 28px;
}

.shop table.cart .product-quantity {
    text-align: center;
}

.remove-discount-button {
    padding: 2px;
    background: url(../images/remove.png) no-repeat;
    border: 0;
    position: relative;
    top: 7px;
    cursor: pointer;
    width: 11px;
}

.page-header.no-margin,
.page-header-no-margin .page-header {
  margin-bottom: 0px;
}

.page-header-no-margin .sort-source-wrapper .nav {
  margin-top: -65px;
}

.page-header.special-product {
  padding: 0;
  border-bottom: none;
  min-height: 0px;
  height: 0px;
  margin-bottom: 0px;
}

.page-header.special-product .container {
    display: none;
}

.alert.alert-description {
    background-color: rgba(255, 0, 0, 0.7);
    color: #fff;
    font-weight: 600;
}
  .alert.alert-description strong.stronger {
    font-size: 1.2em;
  }

.short-description {
    font-size: 0.8em;
}

.alert.short-description {
    background-color: rgba(255, 0, 0, 0.7);
    color: #fff;
}

.short-description {
    font-size: 0.8em;
}

.product-special .short-description {
  line-height: 0.8em;
  font-weight: 700;
}

.shop .product-special .summary .price {
    font-size: 3em;
}

@media (max-width: 1300px) {
    .shop .product-special .summary .price {
        font-size: 2.2em;
    }
}
.shop .product-special.product-special-grouped .summary .price {
    margin-top: 0;
    margin-bottom: 0;
}
.shop .price del.old-product-price {
    font-size: 0.6em;
    margin-right: 0.6em;
}
.shop .product-special .summary .price del {
    color: #ddd;
    text-shadow: #000 0px 0px 3px;
}
.shop .summary .star-rating {
    margin-bottom: 0px;
}

/*@media (min-width: 1200px) {
    .product-picture-container {
        overflow: hidden;
    }
    .product-picture-container img.img-fluid {
        position: absolute;
        bottom: 0px;
    }
    .product-summary-container {
        min-height: 448px;
    }
}    
.product-summary-container .summary {
    padding-left: 15px;
}*/

.owl-carousel.owl-inner-navigation .owl-nav .owl-prev {
    left: 25px;
}
.owl-carousel.owl-inner-navigation .owl-nav .owl-next {
    right: 25px;
}
.owl-carousel.owl-inner-navigation .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
}
.owl-carousel.mobile-carousel.owl-inner-navigation .owl-dots {
    bottom: 160px;
}
.owl-carousel.rounded-nav .owl-nav [class*="owl-"] {
  color: #fff;
  border-color: #fff !important;
}

.product-special .product-banner {
  position: relative;
}
.product-special .product-banner .content-over-banner > .row {
}
.product-special .product-banner .content-over-banner > .row .attributes {
    margin-top: 10px;
}
.product-special .product-banner .content-over-banner > .row .attributes label {
    line-height: 38px;
}

.youtube-player-window {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.youtube-player-window .youtube-mute {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    font-size: 30px;
    color: #c71c77;
    display: block;
    border: 2px #c71c77 solid;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

@media (min-width: 576px) {
    .product-special .product-banner .content-over-banner > .row {
        position: absolute;
        top: 0%;
        z-index: 1;
        margin: 0;
        top: 50%;
	      transform: translateY(-50%);
	      -webkit-transform: translateY(-50%);
        left: 60px;
        right: 60px;
    }
}

@media (max-width: 575px) {
    .product-summary-container {
        position: static;
        min-height: 0;
    }
    .product-special .product-banner .content-over-banner > .row .attributes dt {
        display: none;
    }
    .product-special .product-banner .content-over-banner > .row .attributes select {
        margin: 0 auto;
        width: 90%;
        background-color: rgba(255,255,255, 0.95);
    }
    .product-special .product-banner .content-over-banner > .row .attributes dd {
        margin-bottom: 0;
    }

    .product-special .product-banner .content-over-banner > .row {
    }
    .product-special .product-banner .content-over-banner > .row .summary-top {
        width: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
    }
    .product-special .product-banner .content-over-banner > .row .summary-bottom {
        width: 100%;
        z-index: 1;
        position: absolute;
        bottom: 0;
    }
    .product-special .product-banner .content-over-banner h1 {
        font-size: 2em;
        line-height: 1;
        height: 62px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .short-description {
        font-size: 0.8em;
        font-weight: 600;
    }
    .content-over-banner .add-to-cart-button {
        width: 70%;
    }
    .addthis_toolbox  {
        display: inline-block;
    }
    .addthis_toolbox > a {
        margin-bottom: 0;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .product-special .product-banner .content-over-banner > .row {
        transform: scale(0.7) translateY(-70%) translateX(190px);
        -webkit-transform: scale(0.7) translateY(-70%) translateX(190px);
    }
}

.content-over-banner, .content-over-banner h1, .content-over-banner h4 {
    color: #FFF;
}
.product-special.product-special-inverted .content-over-banner,
.product-special.product-special-inverted .content-over-banner h1,
.product-special.product-special-inverted .content-over-banner h4 {
  color: #000;
}
.shop .product-special.product-special-inverted .content-over-banner .summary .price del {
  text-shadow: none;
  color: #666;
}
.product-special .summary .amount {
  font-weight: 600;
}

@media (max-width: 575px) {
  .product-special .summary .amount {
    background-color: rgba(0,0,0,0.6);
    border-radius: 20px;
    padding: 0px 14px;
  }

  .product-special .product-accessory .summary .amount {
    background-color: transparent;
    border-radius: 0;
    padding: 0px;
  }
}

.page-header.product-breadcrumb {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    margin: 0;
    min-height: 0px;
    padding: .5rem;
    position: static;
    text-align: inherit;
    font-weight: 700;
    line-height: 15px;
}

.page-header.product-breadcrumb ul li {
    line-height: 15px;
}


.shop .products .product .add-to-cart-product,
.product-thumb-info img, .custom-select {
    border-radius: 0 !important;
}

.product-special-grouped .summary .variant-overview .price,
.shop .product-special .product-accessory .variant-overview .price {
  font-size: 1.8em;
}

.shop .product-special-grouped .variant-overview .ShortDescription,
.shop .product-special .product-accessory .variant-overview .ShortDescription {
  color: red;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 10px;
}

.address-group h5 {
  margin-bottom: 0px;
}
.address-group p {
    margin-top: 0px;
}

.field-validation-error {
    color: #f00;
    font-weight: bold;
}

.opc.accordion h4.card-title {
    display: block;
    padding: 10px 20px;
}

.cart-totals td {
    text-align: right;
}
.cart-totals th .selected-shipping-method:before {
    content: "\A";
}
.cart-totals th .selected-shipping-method {
    font-weight: normal;
    white-space: pre-line;
}

.order-summary-content .message-error {
    margin-top: 5px;
    font-weight: 600;
}
.order-summary-content .message-error ul {
    margin: 0 0 0 15px;
}

#sidebar h4 {
  text-align: center;
}

aside.sidebar .simple-post-list > li > hr {
    clear: left;
}

aside.sidebar .simple-post-list .post-image img {
  margin-bottom: .5rem;
}

@media (max-width: 992px) {
  .page-painted-body aside.sidebar {
    display: none;
  }
}

.hero-section {
  position: relative;
  height: 500px;
}
  .hero-section .hero-section-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: calc(100% - 30px);
  }
.hero-section .hero-section-content h2 {
    font-size: 4em;
    line-height: 1;
}

.section.parallax.section-overlay .parallax-background 
{
    z-index: -1;
}

@media (max-width: 1199px) {
    .hero-section .hero-section-content h2 {
        font-size: 3em;
    }
}
@media (min-width: 1600px) and (max-width: 1699px) {
    .section.parallax.special-product .parallax-background 
    {
        background-position-y: -150px;
    }
    .hero-section .hero-section-content h2 {
        font-size: 3em;
    }
}
@media (min-width: 1700px) {
    .product-special .product-banner {
        min-height: 500px;
    }
    .section.parallax.special-product .parallax-background 
    {
        background-position-y: -200px;
    }
    .section.parallax.special-product-2 .parallax-background
    {
        background-position-y: -100px;
    }
    .hero-section .hero-section-content h2 {
        font-size: 4em;
    }
}

.product-image-gallery .picture-thumbs.row {
    margin-left: -10px;
    margin-right: -10px;
}
.product-image-gallery .picture-thumbs.row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.attribute-square-container .attribute-square {
    display: inline-block; 
    width: 22px;
}

.shop .products.product-thumb-info-list .product-col {
    padding-bottom: 10px;
}

.shop .products.product-thumb-info-list.related-products .product,
.shop .products.product-thumb-info-list.related-products .product .product-thumb-info {
    margin-bottom: 0px;
    height: 100%;
}

#footer .newsletter form#mc-embedded-subscribe-form {
    max-width: none;
}
#footer .footer-copyright {
    margin-top: 0px;
}
#footer .footer-ribbon {
    z-index: 1;
}

@media (max-width: 991px) {
  .header-container .header-logo img {
        height: 40px;
        width: 139px;
    }
}

#header .header-top p {
    font-size: 1.1em;
}
#header .header-top p .fa, #header .header-top p .icons {
  position: static;
  top: auto;
}
#header .header-body {
    border-top: 0px none;
}

.sort-source-wrapper .nav {
  max-width: 50%;
}


#header .header-nav-main nav > ul > li {
  line-height: 16px;
  text-align: center;
}

@media (min-width: 992px) {
    .white-space-md-pre-line {
        white-space: pre-line !important;
    }
    #header .header-nav-main nav > ul > li > a, 
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop > a.dropdown-item {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .sort-destination.full-width.by6 .isotope-item {
        width: 16.66666%
    }

    .sort-destination.full-width.by6 .isotope-item:nth-child(5n+1) {
        clear: none;
    }
    .sort-destination.full-width.by6 .isotope-item:nth-child(6n+1) {
        clear: both;
    }
}

.main .pager {
    text-align: center;
}
.main .pagination {
    display: inline-flex;
}

.home-testimonials .testimonial blockquote p {
    height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.home-youtube .youtube-video .video-title {
    max-height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


#youtubeAjaxBox {
    height: auto;
}

#youtubeAjaxBox.ajax-box.ajax-box-loading .ajax-box-content {
    height: auto;
}



.has-danger .form-control {
  border-color: #d2322d !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-danger .help-block, .has-danger .control-label, .has-danger .radio, .has-danger .checkbox, .has-danger .radio-inline, .has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #d2322d;
}

.parallax-background {
  z-index: -1;
}


.thumb-info span.square-img {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.thumb-info span.square-img .title {
  position: absolute;
  left:0;
  bottom:0;
  width: 100%;
  height: 24px;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px;
}

.thumb-info span.square-img .title.big {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}

.thumb-info:hover span.square-img .title.hide-text-on-hover {
  height: 0;
  transition: height 0.2s ease-out;
}

.thumb-info span.square-img .title .name {
  text-align:left;
  float: left;
}

.thumb-info span.square-img .title .price {
  text-align:right;
  float: right;
  color: #c71c77;
  font-weight: bold;
}

.thumb-info:hover span.square-img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}


.thumb-info span.square-img.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumb-info span.square-img.overlay.overlay-1::before {
  opacity: 0;
  background-color: #FFF;
}

.thumb-info span.square-img.overlay.overlay-2::before {
  opacity: 0.2;
  background-color: #fff;
}

.thumb-info span.square-img.overlay.overlay-3::before {
  opacity: 0.3;
  background-color: #fff;
}

.thumb-info span.square-img.overlay.overlay-4::before {
  opacity: 0.2;
  background-color: #000;
}

.thumb-info span.square-img.overlay.overlay-5::before {
  opacity: 0.3;
  background-color: #000;
}

.thumb-info span.square-img.overlay.overlay-6::before {
  opacity: 0.2;
  background-color: #c71c77;
}

.thumb-info span.square-img.overlay.overlay-7::before {
  opacity: 0.3;
  background-color: #c71c77;
}

.thumb-info span.square-img.overlay.overlay-8::before {
  background-image: url(/Themes/Porto6/Content/img/video-overlay.png);
  filter: contrast(100%) invert(76%) sepia(100%) saturate(10000%) hue-rotate(279deg);
  opacity: 0.5;
}

.thumb-info span.square-img.overlay.overlay-9::before {
  background-image: url(/Themes/Porto6/Content/img/video-overlay.png);
  filter: contrast(100%) invert(76%) sepia(100%) saturate(10000%) hue-rotate(260deg);
  opacity: 0.5;
}

.boutique-in-gallery-logo {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/images/uploaded/Boutique/Bittydesign-Boutique-Logo-2019-Black.png);
}

@media (max-width: 575px) {
  .sort-destination.full-width .isotope-item.w2 {
    width: auto;
  }
}

.modal-header.modal-header-short {
  padding: 0.1rem 1rem;
}

  .modal-header.modal-header-short .close {
    margin: -0.1rem -0.1rem -0.1rem auto;
    padding: 0;
  }

@media (min-width: 992px) {
  .modal-dialog.modal-lg {
    max-width: 800px;
  }
}

.shop .cart-totals .shipping .old-price .amount {
  font-size: 0.9em;
}
.shop .cart-totals .shipping .old-price {
  margin-right: 1em;
}
.shop .cart-totals .shipping .new-price {
  font-size: 1.1em;
}

section.section-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.product-tags-all-page a .badge,
.block-popular-tags a .badge {
  margin-bottom: 3px;
}

/* 
    CHECKOUT CHOICE
*/

.checkout-choice {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 16px;
}

.checkout-choice.selected {
  border: 3px solid #c71c77;
  padding: 14px;
}

.checkout-choice.selected .ico-right {
  color: #c71c77;
}

.checkout-choice:hover {
  border-color: #e1288b;
  cursor: pointer;
}

.checkout-choice .show-when-selected {
    display: none;
}

.checkout-choice p {
    margin-top: 10px;
    margin-bottom: 0;
}

.checkout-choice.selected .show-when-selected {
    display: block;
}

  .checkout-choice .ico-selected {
      display: none;
  }
  .checkout-choice.selected .ico-not-selected {
      display: none;
  }
  .checkout-choice.selected .ico-selected {
      color: #c71c77;
      display: inline-block;
  }

  /* XS */
.checkout-choice .ico-select, .checkout-choice .ico-right {
  font-size: 1.5em;
}
.checkout-choice .choice-name {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.2em;
  line-height: 18px;
}
.checkout-choice .choice-description {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 18px;
}
.checkout-choice .choice-price {
  font-size: 1.2em;
  font-weight: 600;
}

  /* MD */
@media (min-width: 768px) {
  .checkout-choice .ico-select, .checkout-choice .ico-right {
    font-size: 2em;
  }
  .checkout-choice .choice-name {
    font-size: 1.2em;
  }
  .checkout-choice .choice-description {
    font-size: 1em;
  }
  .checkout-choice .choice-price {
    font-size: 1.2em;
  }
}

  /* LG */
@media (min-width: 992px) {
}

  /* XL */
@media (min-width: 1200px) {
}


/* STRIPE PAYMENTS */

fieldset.stripe-cards-elements {
  border: 1px solid #c71c77;
  padding: 5px 15px 15px;
  background-color: rgba(0,0,0,.03);
}

  fieldset.stripe-cards-elements legend {
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #c71c77;
    width: auto;
  }

    fieldset.stripe-cards-elements legend + * {
      clear: both;
    }

fieldset.stripe-cards-elements .card-only {
  display: block;
}

fieldset.stripe-cards-elements .payment-request-available {
  display: none;
}

fieldset.stripe-cards-elements .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}

fieldset.stripe-cards-elements .field {
  position: relative;
  width: 100%;
}

  fieldset.stripe-cards-elements .field + .field {
    margin-left: 10px;
  }

  fieldset.stripe-cards-elements label {
    width: 100%;
    color: #c71c77;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .5rem;
    margin-bottom: 0;
  }

  fieldset.stripe-cards-elements .input {
    width: 100%;
    color: #333;
    background: transparent;
    padding: 5px 0 6px 0;
    border-bottom: 1px solid #c71c77;
    transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 16px;
  }

    fieldset.stripe-cards-elements .input::-webkit-input-placeholder {
      color: #ccc;
    }

    fieldset.stripe-cards-elements .input::-moz-placeholder {
      color: #ccc;
    }

    fieldset.stripe-cards-elements .input:-ms-input-placeholder {
      color: #ccc;
    }

  fieldset.stripe-cards-elements .input.StripeElement--focus,
  fieldset.stripe-cards-elements .input:focus {
    border-color: #333;
  }

  fieldset.stripe-cards-elements .input.StripeElement--invalid {
    border-color: #ff0000;
  }

fieldset.stripe-cards-elements input:-webkit-autofill,
fieldset.stripe-cards-elements select:-webkit-autofill {
  -webkit-text-fill-color: #fce883;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}

fieldset.stripe-cards-elements .StripeElement--webkit-autofill {
  background: transparent !important;
}

fieldset.stripe-cards-elements input,
fieldset.stripe-cards-elements button,
fieldset.stripe-cards-elements select {
  -webkit-animation: 1ms void-animation-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  border-radius: 0;
}

  fieldset.stripe-cards-elements select.input,
  fieldset.stripe-cards-elements select:-webkit-autofill {
    background-image: url('data:image/svg+xml;utf8,<svg width="10px" height="5px" viewBox="0 0 10 5" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="#fff" d="M5.35355339,4.64644661 L9.14644661,0.853553391 L9.14644661,0.853553391 C9.34170876,0.658291245 9.34170876,0.341708755 9.14644661,0.146446609 C9.05267842,0.0526784202 8.92550146,-2.43597394e-17 8.79289322,0 L1.20710678,0 L1.20710678,0 C0.930964406,5.07265313e-17 0.707106781,0.223857625 0.707106781,0.5 C0.707106781,0.632608245 0.759785201,0.759785201 0.853553391,0.853553391 L4.64644661,4.64644661 L4.64644661,4.64644661 C4.84170876,4.84170876 5.15829124,4.84170876 5.35355339,4.64644661 Z" id="shape"></path></svg>');
    background-position: 100%;
    background-size: 10px 5px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
  }

fieldset.stripe-cards-elements button {
  display: block;
  width: 100%;
  height: 40px;
  margin: 20px 0 0;
  background-color: #fff;
  border-radius: 6px;
  color: #9169d8;
  font-weight: 500;
  cursor: pointer;
}

  fieldset.stripe-cards-elements button:active {
    background-color: #cdd0f8;
  }

fieldset.stripe-cards-elements .error svg .base {
  fill: #fff;
}

fieldset.stripe-cards-elements .error svg .glyph {
  fill: #9169d8;
}

fieldset.stripe-cards-elements .error .message {
  color: #f00;
}

fieldset.stripe-cards-elements .success .icon .border {
  stroke: #bfaef6;
}

fieldset.stripe-cards-elements .success .icon .checkmark {
  stroke: #fff;
}

fieldset.stripe-cards-elements .success .title {
  color: #fff;
}

fieldset.stripe-cards-elements .success .message {
  color: #cdd0f8;
}

fieldset.stripe-cards-elements .success .reset path {
  fill: #fff;
}

  fieldset.stripe-cards-elements #card-errors {
    color: #f00;
  }



/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    /*
    -webkit-filter: blur(3px);
    filter: blur(3px);
    */
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*
    -webkit-filter: blur(0px);
    filter: blur(0px);
    */
    opacity: 1;
  }
}


.animate-banner-top-in-wrapper {
  overflow: hidden;
}


.animate-banner-top-in {
  -webkit-animation: puff-in-center 8s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1s both;
  animation: puff-in-center 8s cubic-bezier(0.165, 0.840, 0.440, 1.000) 1s both;
}


.product-attribute-tab dl {
  margin-bottom: -.5rem;
}
.product-attribute {
    margin-bottom: 0;
}
.product-attribute .option-list .option-list-item {
  display: flex;
}
  .product-attribute .option-list .option-list-item input[type=radio],
  .product-attribute .option-list .option-list-item input[type=checkbox] {
    margin-top: 4px;
  }


.product-price.discounted-price.alert {
  background-color: rgba(0, 114, 255, 0.89);
  font-weight: bold;
  font-size: 1.2em;
}



.add-watermark .mfp-figure figure:after,
.add-watermark.thumb-popup-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("/images/uploaded/filigrana.png");
  background-repeat: no-repeat;
  opacity: 1;
}
.add-watermark .mfp-figure figure:after {
  background-position: 4% 40px;
  background-size: 25%;
}

.page-painted-body .add-watermark .mfp-figure figure:after,
.page-painted-body .add-watermark.thumb-popup-link:after {
  top: 0px;
  left: 0px;
  background-image: url("/images/uploaded/Filigrana-White.png");
}
.page-painted-body .add-watermark .mfp-figure figure:after {
  background-position: 95% 40px;
  background-size: 15%;
}

.add-watermark.thumb-popup-link:after {
  background-position: 10px -8px;
  background-size: 100px 101px;
}

.add-watermark .mfp-figure figure,
.add-watermark.thumb-popup-link {
  position: relative;
  display: block;
}

.thumb-popup-link {
  display: block;
}



.featured-boxes-style-3 .featured-box .icon-featured.big {
    width: 90px;
    height: 90px;
    line-height: 84px;
    background-color: transparent;
    font-size: 4em;
}
  .featured-boxes-style-3 .featured-box .icon-featured.big.fa-cubes {
    font-size: 3.5em;
    padding-left: 6px;
  }

.section-category {
  transition: background-color 1s, border-color 1s;
}
.section-category .container h2,
.section-category .container h3,
.section-category .container h4,
.section-category .container h5 {
  margin-bottom: 0;
}
.section-category.active {
  background-color: white;
  border-color: white;
}

.external-authentication .btn-default.btn-loginwith-facebook {
  background-color: #1877f2;
  color: #fff;
}
.external-authentication .btn-default.btn-loginwith-google {
  background-color: #db4935;
  color: #fff;
}

.cart .product-remove .remove-btn {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.subcategory-filter-wrapper {
    padding: 10px;
}
.subcategory-filter-wrapper .subcategory-filter {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
  .subcategory-filter-wrapper .subcategory-filter li {
    padding: 0 22px 0 0;
  }
.subcategory-filter-wrapper .subcategory-filter li a {
    color: #333;
    font-weight: 600;
    padding: 6px 0;
    white-space: nowrap;
}
.subcategory-filter-wrapper .subcategory-filter li.show-all a {
    font-style: italic;
}
.subcategory-filter-wrapper .subcategory-filter li a:hover {
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}

  .subcategory-filter-wrapper .subcategory-filter li.active a {
    color: #c71c77;
    border-bottom-color: #c71c77;
  }



.tier-prices {
  margin-top: -5px;
  margin-bottom: 10px;
}

  .tier-prices table {
    width: 100%;
  }

  .tier-prices .field-header {
    min-width: 80px;
  }

  .tier-prices table td {
    border: 1px solid #ddd;
    padding: 5px 5px;
    color: #444;
  }

    .tier-prices table td.item-quantity, .tier-prices table td.item-price {
      text-align: center;
    }

  .tier-prices .item-price {
    background-color: #f9f9f9;
    font-size: 16px;
    font-weight: 600;
    color: #c71c77;
  }

.shop .products .product .onsale.onsale-preorder {
  line-height: 13px;
  padding-top: 5px;
}