/*styles*/



html {

    scroll-behavior: smooth;

}



body {
    overflow-x: hidden;
    font-family: 'Archivo', sans-serif;
    /*background-image: url(../img/crimbobg2.jpg) !important;
    background-repeat: repeat !important;*/
}



.curly {

    font-family: 'Dancing Script', cursive;

}



body.active {

    overflow-y: hidden;

}



.container {

    max-width: 1400px;

}



.container.sml {

    max-width: 1300px;

}


.container.wwd {
    max-width: 1000px;
}


.container-fluid {

    max-width: 100%;

    padding: 0;

}

.aos-animate {

    z-index: 999;

}

.icon {

    background: transparent;

}



.print-notice-banner {

    position: fixed;

    background: #e500ab;

    color: white;

    padding: 10px 5px;

    bottom: 0;

    left: 0;

    width: 100%;

    z-index: 99;

    text-align: center;

}

.sib-email-area {
    text-align: center;
}

.sib-email-area input {
    display: inline-block;
    width: 100%;
    max-width: 300px;
}

/*Bundles*/

.bundle_form .bundled_product.product {
    display: inline-block;
    width: 31%;
    margin: 0 5px;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details {
    float: unset !important;
    width: 100% !important;
    padding: 0 !important;
}

.bundled_product_title_inner .item_title {
    font-size: 14px;
    min-height: 60px;
    display: inline-block;
}

.bundle_form .bundled_product_summary .bundled_product_title .bundled_product_title_link {
    /*display: block;*/
    /*margin: 10px 0;*/
    margin-left: 1px;
}

.bundle_form label {
    font-weight: bold;
    font-size: 14px;
}

.bundle_form .cart .variations select {
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ced4da;
    border-bottom: 2px solid #e500ab;
    padding: 9px 10px;
}

.bundle_form button {

    padding: 10px 15px;
    background: #e500ab;
    color: white;
    border: 1px solid #e500ab;
    border-radius: 0;
    transition: all .5s ease;
}

.bundle_form button:hover {
    background: transparent;
    color: #e500ab;
    text-decoration: none;

}

.bundled_product_image .image {
    height: 150px !important;
}

.product-type-bundle .woocommerce-tabs {
    float: left;
}

.product-type-bundle .woocommerce-tabs #tab-description {
    border-bottom: 0;
}

/* Search */



.bottom-header .search {

    display: none;

    position: absolute;

    top: -5px;

    left: -200px;

    width: 200px;

}



.bottom-header .search.active {

    display: block;

}



.bottom-header .search-tog {

    color: #e500ab;

    border: 0;

    background: transparent;

}



/*#primary .entry-summary {

    width: unset;

    float: unset;

    margin: 0 !important;

}*/



article img {

    max-height: 200px;

    width: auto;

    float: left;

}





.shop_table .woocommerce-shipping-destination,

.shop_table .woocommerce-shipping-calculator {

    display: none;

}



.entry-footer {

    display: none;

}



/* Header */



.header {

    position: relative;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 999999;

}



.top-header {

    background: #e6e6e6;

    padding: 5px;

}



.top-header .tag {

    color: white;

    font-size: 14px;

}



.top-header ul li {

    margin-right: 10px;

}



.header ul.left {

    justify-content: left;

}



.header ul.center {

    justify-content: center;

}



.header ul {

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    align-items: center;

    margin-bottom: 0;

    height: 100%;

    justify-content: right;

}



.header ul li {

    position: relative;

    display: inline-block;

    /*margin-right: 10px;*/

}



.header ul li a {

    color: black;

    transition: all .5s ease;

}



.header ul li a:hover {

    text-decoration: none;

    color: #e500ab;

}



.header ul li a .fa {

    font-size: 16px;

    color: #e500ab;

}



.middle-header {

    /*background: rgba(0,0,0,0.6);*/

    background: transparent;

    /*border-bottom: 1px solid white;*/

    padding: 20px 0;

}



.middle-header .logo {

    position: relative;

    display: inline-block;

    /*height: calc(100% + 1px);*/

    height: 100%;

    /*background: #404040;*/

    /*background: white;*/

}



.middle-header .contact-hold {

    position: relative;

    /*background: white;*/

    height: 100%;

}



.middle-header .logo img {

    max-height: 170px;

    transition: all .5s ease;

}



.middle-header .contact {

    display: inline-block;

    height: 100%;

    padding: 15px;

    float: right;

}



.middle-header .contact .icon {

    float: left;

    font-size: 40px;

    display: block;

    margin-right: 10px;

    position: relative;

    top: 50%;

    transform: translateY(-50%);

    color: #e500ab;

}



.middle-header .contact .info {

    float: right;

    position: relative;

    top: 50%;

    transform: translateY(-50%);

    line-height: 22px;

    color: white;

}



.middle-header .contact .info a {

    color: white;

    font-size: 20px;

}



.middle-header .contact .info .small {

    font-weight: bold;

    color: white;

    font-size: 22px;

    /*text-transform: uppercase;*/

}



.middle-header .btn {

    position: relative;

    top: 50%;

    transform: translateY(-50%);

}



.bottom-header {

    padding: 10px 0;

    transition: all .5s ease;

    /*background: rgba(0,0,0,0.6);*/

    background: white;

    position: relative;

    /*padding-top: 25px;*/

}

/*.bottom-header::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
    width: 100%;
    height: 40px;
    background-image: url(../img/snowcap.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    transition: all 0.3s ease;
}*/

.bottom-header .logo {
    position: relative;
}

/*.bottom-header .logo::before {
    position: absolute;
    content: "";
    left: -4px;
    transform: rotate(-10deg);
    top: -23px;
    width: 57px;
    height: 57px;
    background-image: url(https://dancing-daisy.co.uk/wp-content/themes/redux/redux-inc/img/xmas-hat.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}*/

/*.bottom-header .tree {
    position: relative;
}

.bottom-header .tree img {
    max-height: 110px;
}
*/
.header.stuck .top-header {

    margin-bottom: 132px;

}



.header.stuck .bottom-header .menu-logo {

    opacity: 1;

    visibility: visible;

    top: 50%;

    transform: translateY(-50%);

}



.header.stuck .bottom-header {

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    /*background: #000;*/

}



.bottom-header .menu-logo {

    position: absolute;

    top: -100%;

    left: 0;

    opacity: 0;

    visibility: hidden;

    transition: all .5s ease;

}



.bottom-header .menu-logo img {

    max-height: 50px;

}



@media (min-width: 1200px) {

    .bottom-header .menu ul {

        display: -webkit-flex;

        display: -moz-flex;

        display: -ms-flex;

        display: -o-flex;

        display: flex;

        align-items: center;

        margin-bottom: 0;

        height: 100%;

        justify-content: center;

        transition: all .5s ease

    }



    .header.stuck .bottom-header .menu ul li a:hover {

        /*margin-left: 5%;*/

        color: #e500ab;

    }

}



.bottom-header .menu.active {

    overflow-y: scroll;

}



.bottom-header .action li {

    margin-right: 10px;

}



.bottom-header .menu {

    height: 100%;

}

.bottom-header .menu .main-men {
    white-space: nowrap;
}



.bottom-header .menu ul {

    padding-left: 0;

}



.bottom-header .menu ul li {

    position: unset !important;

    /*position: relative !important;*/

    display: inline-block;

}


/*.bottom-header .menu ul li::before {

    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    width: 25px;
    height: 25px;
    background-image: url(https://dancing-daisy.co.uk/wp-content/themes/redux/redux-inc/img/holly.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;

}

.bottom-header .menu ul li:hover::before {
    opacity: 1;
    visibility: visible;
    top: -20px;
}*/

.bottom-header .menu ul li a {

    padding: 10px;

    font-size: 12px;

    display: block;

    color: black;

    transition: all .5s ease;

    text-transform: uppercase;

}



.bottom-header .menu ul li a:hover {

    color: #e500ab;

    text-decoration: none;

}



.header .bottom-header .menu .dropdown-li:hover .mega {
    top: 110px;

    visibility: visible;

    opacity: 1;

}



.header .bottom-header .menu ul li .mega {

    display: block;

    position: absolute;

    top: 180px;

    left: 50%;
    transform: translateX(-50%);

    background: white;

    padding: 20px;

    height: unset;

    text-align: left;

    max-width: 1020px;
    width: 100%;
    overflow-y: scroll;
    max-height: 75vh;

    opacity: 0;

    visibility: hidden;

    transition: all .5s;

    transition-delay: .3s;

    z-index: 9999;

    white-space: normal;

}



.header .bottom-header .menu ul li .mega .title {

    font-weight: bold;

    min-height: 60px;

    padding: 0;

}



.header .bottom-header .menu ul li .mega ul {

    height: unset;

    display: block;

}



.header .bottom-header .menu ul li .mega .image {

    height: 100px;

    width: 100px;

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    border: 1px solid #aeaeae;

}



.header .bottom-header .menu ul li .mega li {

    display: block;

}



.header .bottom-header .menu ul li .mega li::before {

    display: none;

}



.header .bottom-header .menu ul li .mega li a {

    color: black;

    padding: 5px 0;

    transition: all .5s ease;

    text-transform: unset;

}



.header .bottom-header .menu ul li .mega li a:hover {

    color: #e500ab;

}



@media (max-width: 1200px) {

   .header .bottom-header .menu ul li .mega {

    display: none;

   } 

}



.header .bottom-header .cart-amount {

    position: absolute;

    top: -10px;

    right: -20px;

    font-size: 12px;

    background: transparent;

    color: #e500ab;

    border-radius: 50%;

    width: 20px;

    height: 20px;

    text-align: center;

    line-height: 15px;

    /*font-weight: bold;*/

    border: 1px solid #e500ab;

    display: flex;

    justify-content: center;

    align-items: center;

}



/* Home */


.hero-hold {
    position: relative;
}

.hero-image {
    position: relative;
    height: 70vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

/*.himage-slider {
    height: 100%;
    width: 100%;
}*/

.hero {

    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    /*height: calc(100vh - 166px);*/
    /*min-height: 670px;*/
    height: 100%;
    background-position: center;
    /*max-height: 680px;*/
    object-fit: cover;
    background-size: cover;
    margin: 0 auto;

}

.hero-hold .slick-slide {
    position: relative;
}

.hero-hold .herobtn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.himage-slider .slick-arrow.slick-prev {
    left: 0;
}

.himage-slider .slick-arrow.slick-next {
    right: 20px;
}



.hero.small {

    height: 20vh;

    min-height: 300px;

}



@media (min-width: 565px) {

    .hero.small {

        min-height: 300px;

    }

}



.hero-hold.small .overlay .main {

    font-size: 24px;

    line-height: 24px;

    color: #404040;

    font-weight: bold;

    text-transform: unset;

}



.hero::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,0.1);

    display: none;

}



.hero-hold .overlay {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    max-width: 60%;
    width: 100%;
    padding: 10px;
}



.hero-hold .overlay .top-heading {

    font-size: 30px;

    color: white;

    font-weight: lighter;

    /*text-transform: unset;*/

}



.hero-hold .overlay .curly.heading {

    font-size: 50px;

    margin-bottom: 20px;

    color: #e500ab;

}



.hero-hold .overlay .main {

    font-size: 60px;

    line-height: 60px;

    color: #e500ab;

    font-weight: bold;

    /*text-transform: unset;*/

}



.hero-hold .overlay .small {

    color: #e500ab;

    font-size: 27px;

}



.hero-hold .overlay p {

    font-size: 18px;

    color: black;

}



.categories {

    padding: 80px 0;

}



.cat {

    position: relative;

    display: block;

    height: 200px;

    width: 100%;

    background-size: 110%;

    background-position: center;

    background-repeat: no-repeat;

    transition: all .5s ease;

    overflow: hidden;

    margin: 15px 0;

}

/*.cat.bow::after {
    position: absolute;
    content: "";
    right: -48px;
    bottom: -48px;
    width: 220px;
    height: 220px;
    background-image: url(https://dancing-daisy.co.uk/wp-content/themes/redux/redux-inc/img/bow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-40deg);
}

.cat.bow-holly::after {
    position: absolute;
    content: "";
    right: 4px;
    bottom: 1px;
    width: 90px;
    height: 90px;
    background-image: url(https://dancing-daisy.co.uk/wp-content/themes/redux/redux-inc/img/bow-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
*/
.cat .title {

    position: absolute;

    top: 20px;

    left: 20px;

    color: black;

    text-transform: uppercase;

    font-weight: bold;

    background: white;

    padding: 10px;

    /*font-size: 22px;*/

}



.cat.large {

    height: 430px;

}



.cat::before {

    position: absolute;

    top: -150px;

    left: -150px;

    width: 150%;

    height: 100%;

    background: rgba(255,255,255,.5);

    content: '';

    z-index: 1;

    -webkit-transition: -webkit-transform .6s;

    transition: transform .5s;

    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);

    transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,-100%,0);

    display: none;

}



.cat:hover {

    background-size: 120%;

}



.cat:hover::before {

    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,200%,0);

    transform: scale3d(1.9,1.4,1) rotate3d(0,0,-1,30deg) translate3d(0,300%,0);

}



.featured {

    padding: 40px 0;

}



.product {

    margin: 15px 0;

}



.product .warranty_info {

    display: none;

}



.product .image {

    height: 250px;

    width: 100%;

    background-size: cover;

    background-position: center;

}



.product .info {

    position: relative;

    background: white;

    text-align: center;

    padding: 20px;

    /*border: 1px solid #e6e6e6;*/

    border-top: 0;

    overflow: hidden;

    transition: all .5s ease;

}



.product .info .title {

    font-size: 18px;

    font-weight: bold;

}



.product_title {

    margin-bottom: 20px !important;

}



.wwp-wholesale-pricing-details p {

    margin-bottom: 0;

}



.wwp-wholesale-pricing-details s .woocommerce-Price-amount.amount {

    position: relative;

}



.wwp-wholesale-pricing-details s .woocommerce-Price-amount.amount::before {

    content: "";

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

    height: 2px;

    width: 100%;

    background: black;

}



/*.wwp-wholesale-pricing-details .woocommerce-Price-amount.amount {

    color: green;

}*/



.products .product .wwp-wholesale-pricing-details p:first-child,

.products .product .wwp-wholesale-pricing-details p:nth-child(3) {

    display: none;

}



.products .product .wwp-wholesale-pricing-details p .price-text {

    display: none;

}



.onsale {

    position: absolute;

    padding: 10px 20px;

    background: #e500ab;

    color: white;

}



.price del {

    position: relative;

}



.price del::before {

    content: "";

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: 0;

    width: 100%;

    height: 2px;

    background: red;

}



.price ins {

    background: transparent;

}



.price ins .woocommerce-Price-amount.amount {

    color: #14b30b;

}



.woocommerce-Price-amount.amount {

    color: #e500ab;

    font-weight: bold;

    margin-bottom: 20px;

    display: inline-block;

    font-size: 24px;

}



.product .info .price {

    color: #e500ab;

    font-weight: bold;

}



.product .info .atc {

    position: absolute;

    top: -10%;

    left: 0;

    width: 100%;

    height: 10%;

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #333;

    border: 1px solid #333;

    border-top: 0;

    color: white;

    text-align: center;

    opacity: 0;

    visibility: hidden;

    transition: all .5s ease;

}



.product .info .atc:hover {

    text-decoration: none;

}



.product:hover .info {

    border-color: #333;

}



.product:hover .info .atc {

    opacity: 1;

    visibility: visible;

    top: 0;

    height: 100%;

}



.product:hover {

    text-decoration: none;

}



.testimonial-block {

    position: relative;

    padding: 80px 0;

    background-image: url(../img/testimonials.jpg);

    background-size: cover;

    background-position: center;

    background-attachment: fixed;

    /*color: white;*/

    text-align: center;

}



.testimonial-block::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(255,255,255,0.8);

}



.testimonial-block .heading {

    margin-bottom: 10px;

}



.testimonial-block .testimonial {

    position: relative;

    padding: 10px;

}



.testimonial-block .testimonial strong {

    color: #e500ab;

    font-size: 22px;

}



.testimonial-block .testimonial p {

    font-style: italic;

}



.testimonial-block .testimonial .author {

    font-weight: bold;

}



.blog {

    padding: 80px 0;

}



figure.snip1208 {

  /*font-family: 'Raleway', Arial, sans-serif;*/

  color: #fff;

  position: relative;

  overflow: hidden;

  /*margin: 10px;*/

  /*min-width: 220px;*/

  /*max-width: 310px;*/

  width: 100%;

  background-color: #ffffff;

  color: #000000;

  text-align: left;

  font-size: 16px;

}

figure.snip1208 * {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-transition: all 0.2s ease;

  transition: all 0.2s ease;

}

figure.snip1208 .image {

    position: relative;

    height: 250px;

    width: 100%;

    background-position: center;

    background-size: 110%;

}

figure.snip1208 figcaption {

  padding: 25px;

  position: relative;

}

figure.snip1208 .date,

figure.snip1208 i {

  background-color: #e500ab;

  top: 25px;

  color: #fff;

  left: 25px;

  min-height: 60px;

  min-width: 60px;

  position: absolute;

  text-align: center;

}

figure.snip1208 .date {

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;

  font-size: 22px;

  font-weight: 700;

  text-transform: uppercase;

}

figure.snip1208 .date span {

  display: block;

  line-height: 30px;

}

figure.snip1208 .date .month {

  font-size: 16px;

  background-color: rgba(0, 0, 0, 0.1);

}

figure.snip1208 i {

  line-height: 60px;

  font-size: 30px;

  -webkit-transform: rotateY(-90deg);

  transform: rotateY(-90deg);

  -webkit-transition-delay: 0s;

  transition-delay: 0s;

}

figure.snip1208 h3,

figure.snip1208 p {

  margin: 0;

  padding: 0;

}

figure.snip1208 h3 {

  margin-bottom: 10px;

  display: inline-block;

  font-weight: 600;

  color: #333333;

  text-transform: uppercase;

}

figure.snip1208 p {

  font-size: 0.8em;

  margin-bottom: 20px;

  line-height: 1.6em;

}

figure.snip1208 button {

  border: medium none;

  padding: 10px 20px;

  background-color: transparent;

  /*font-weight: 800;*/

  color: #e500ab;

  border: 1px solid #e500ab;

  letter-spacing: 2px;

  text-transform: uppercase;

  font-size: 0.8em;

}

figure.snip1208 a {

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  position: absolute;

  z-index: 1;

}

figure.snip1208:hover .image,

figure.snip1208.hover .image {

    background-size: 120%;

}

figure.snip1208:hover .date,

figure.snip1208.hover .date {

  -webkit-transform: rotateY(90deg);

  transform: rotateY(90deg);

  -webkit-transition-delay: 0s;

  transition-delay: 0s;

}

figure.snip1208:hover i,

figure.snip1208.hover i {

  -webkit-transform: rotateY(0);

  transform: rotateY(0);

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;

}

figure.snip1208:hover button,

figure.snip1208.hover button {

  background-color: #e500ab;

  color: white;

}



/* Contact Page */



.contact label {

    width: 100%;

}



.contact .contact-details {

    background: #e500ab;

    padding: 20px;

    color: white;

}



.contact .contact-details a {

    color: white;

}



/* Affiliates */

.affiliates-dashboard {

    padding: 80px 0;

}



.dashboard-section input {

    border: 1px solid black;

    box-shadow: none;

    padding: 5px;

}



.affiliates-dashboard-section-links {

    /*display: none !important;*/

}



.dashboard-section input[type="submit"] {

    padding: .375rem .75rem;

    background-color: transparent;

    box-shadow: none;

    color: #e500ab;

    border: 1px solid #e500ab;

    transition: all .5s ease;

}



.dashboard-section input[type="submit"]:hover {

    background: #e500ab;

    color: white;

    cursor: pointer;

}



.dashboard-section-login .login-username input, .dashboard-section-login .login-password input {

    max-width: 100%;

    width: 100% !important;

    display: block;

}



.subscribe {

    position: relative;

    padding: 80px 0;

    background-image: url(../img/testimonials.jpg);

    background-size: cover;

    background-position: center;

    background-attachment: fixed;

    /*color: white;*/

    text-align: center;

}



.subscribe::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(255,255,255,0.8);

}



.subscribe .hold {

    max-width: 600px;

    margin: 0 auto;

}



.subscribe .hold .form-control {

    padding: 10px 5px;
    display: inline-block;
    width: 300px;

}



.subscribe .hold .btn {

/*    width: 100%;*/

}



/* Default */



.banner-top {

    background: #e500ab;

    padding: 20px;

}



.banner-top ul {

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 0;

}



.banner-top ul li {

    position: relative;

    display: inline-block;

    margin: 0 20px;

}



.banner-top ul li a {

    color: white;

}



.single-product {

    /*padding: 80px 0;*/

}



.def-page {

    padding: 80px 0;

}



.breadcrumb {

    margin-bottom: 0;

    background: white;

    color: black;

    border-radius: 0;

    /*border-bottom: 1px solid #aeaeae;*/

}



.breadcrumb a {

    color: black;

    transition: all .5s ease;

}



.breadcrumb a:hover {

    color: #e500ab;

    text-decoration: none;

}



a {

    color: #e500ab;

    transition: all .5s ease;

}



a:hover {

    color: black;

    text-decoration: none;

}



.bfly {

    background-image: url(https://dancing-daisy.co.uk/wp-content/themes/redux/redux-inc/img/butterfly-alt.png);

    background-position: center;

    background-size: contain;

    background-repeat: no-repeat;

    height: 50px;

    width: 50px;

    margin: 0 auto;

}



.heading {

    font-size: 28px;

    font-weight: lighter;

    /*text-transform: uppercase;*/

    margin-bottom: 40px;

    line-height: 40px;

}



.heading span {

    font-size: 22px;

    font-style: italic;

}



.paralax {

    position: relative;

    height: 100%;

    width: 100%;

    padding: 40px;

    background-position: center;

    background-size: cover;

    background-attachment: fixed;

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flex;

    display: -o-flex;

    display: flex;

    justify-content: center;

    align-items: center;

}



.paralax .heading {

    margin-bottom: 20px;

}



.paralax input {

    width: unset;

    border-radius: 0;

    display: inline-block;

    padding: 10px;

    top: 3px;

    position: relative;

    height: 50px;

}



.paralax button {

    height: 50px;

}



.paralax::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    background: rgba(255,255,255,0.6);

}



.page-block,

.contact {

    padding: 80px 0;

}



.hero-2.who .hero-slider-2 .slide {

    height: calc(50vh - 88px);

}



@media (min-width: 991px) {

    .who-page {

        background: #d2d2d2;

    }



    .who-page .who-block {

        padding: 20px;

        position: relative;

        background: white;

        max-width: 1000px;

        top: -100px;

        left: 50%;

        transform: translateX(-50%);

    }

}



.contact .form-control {

    margin: 20px 0;

}



.btn.rev {

    background: transparent;

    color: #e500ab;

}



.btn.rev:hover {

    background: #e500ab;

    color: white;

}



.btn.white.rev {

    background: transparent;

    border-color: white;

    color: white;

}



.btn.white.rev:hover {

    background: white;

    border-color: white;

    color: black;

}



.btn.white {

    background: white;

    /*color: #e500ab;*/

    color: black;

    border-color: white;

}



.btn.white:hover {

    background: #e500ab;

    color: white;

    border-color: #e500ab;

}



.btn {

    padding: 10px 15px;

    background: #e500ab;

    color: white;

    border: 1px solid #e500ab;

    border-radius: 0;

    transition: all .5s ease;

    /*font-weight: bold;*/

}



.btn.green {

    background: #14b30b;

    border: 1px solid #14b30b;

}



.btn.green:hover {

    color: #14b30b;

}



.btn:hover {

    background: transparent;

    color: #e500ab;

    text-decoration: none;

}



/* Product View */



.woocommerce-variation-availability,

.woocommerce-simple-availability {

    display: none;

}



.heading span {

    font-style: unset;

    font-size: 42px;

}



.related.products {

    margin-top: 80px;

}



#tab-description {

    border-bottom: 1px solid #ccc;

    padding-bottom: 40px;

}



.summary .price {

    display: none;

}



.wc-pao-subtotal-line .price {

    display: block;

}



.woocommerce-product-details__short-description {

    position: relative;

}



.woocommerce-product-details__short-description::before {

    content: "Overview";

    position: absolute;

    top: -10px;

    left: 0;

    font-size: 30px;

    color: #404040;

    /*font-weight: bold;*/

    display: none;

}



div.product-addon-totals ul {

    list-style: none;

    margin: 0;

    padding: 0;

}



.price {

    font-size: 26px;

    color: #e500ab !important;

    margin-bottom: 10px;

}



.purchase select {

    padding: 2px 5px;

    /*border: 0;*/

    border: 1px solid red;

    box-shadow: none;

}



.def-page .woocommerce .cart .btn {

    position: absolute;

}



.product-view .image-gallery {

    /*margin-right: 20px;*/

}



.product-view .image-gallery .slick-prev {

    left: -6%;

}



.product-view .slick-list {

    padding: 0;

}



.type-product .image-gallery .main-image .image {

    width: 100%;

    height: 350px;

    /*background-position: center;*/

    /*background-size: contain;*/

    /*background-repeat: no-repeat;*/

    /*border: 2px solid #e500ab;*/

    border: 1px solid rgba(64,63,65,0.2);

}



.woocommerce-product-gallery__image {

    border: 1px solid rgba(64,63,65,0.2);

    margin: 10px;

    display: inline-block;

}



.type-product .quantity {

    display: inline-block;

}



.type-product .quantity input {

    display: inline-block;

    height: 46px;

    padding-left: 20px;

    position: relative;

    top: 3px;

}



.type-product .image-gallery .main-image .image img {

    max-height: 100%;

    margin: 0 auto;

}



.type-product .product-title {

    font-size: 32px;

    /*font-weight: lighter;*/

    text-transform: uppercase;

}



.product-view .d-heading {

    font-size: 30px;

    text-transform: uppercase;

}



.featured-heading {

    font-size: 32px;

    font-weight: lighter;

    text-transform: uppercase;

    margin-bottom: 20px;

}



.slick-next::before, .slick-prev::before {

    display: none;

}



.slick-arrow {

    position: absolute;

    top: 42%;

    transform: translateY(-50%);

    /*left: -5%;*/

    color: #e500ab;

    font-size: 40px;

    z-index: 99;

    border: none;

    box-shadow: none;

    transition: all .5s;

}



.slider-nav .slick-next {

    left: unset;

    right: -10px;

}



.slider-nav .slick-prev {

    left: -10px;

}



.slick-arrow:hover,

.slick-arrow:focus {

    color: black;

}



.slick-lightbox-close {

    position: absolute;

    top: 20px;

    right: 20px;

    display: block;

    background: #e500ab;

    color: white;

    width: 50px;

    height: 50px;

    text-align: center;

    z-index: 999999;

    cursor: pointer;

    line-height: 50px;

    border-radius: 0;

}



.slick-lightbox-close::before {

    font-size: 50px;

    line-height: 45px;

}



.product-view .image-gallery .slider-nav {

    margin-top: 20px;

}



.sku-code {

    margin-bottom: 20px;

}



.product-view .inc-vat {

    display: block;

    font-size: 14px;

}



.product-view .image-gallery .slider-nav .image {

    width: 100%;

    height: 100px;

    /*background-position: center;*/

    /*background-size: contain;*/

    /*background-repeat: no-repeat;*/

    margin: 10px;

    border: 2px solid #e500ab;

    transition: all .5s ease;

}



.product-view .image-gallery .slider-nav .image img {

    max-height: 100%;

    margin: 0 auto;

}



.product-view .image-gallery .slider-nav .image:hover {

    border-color: black;

    cursor: pointer;

}



.product-view {

    padding: 40px 0;

}



.product-view .brand-logo {

    margin-top: 20px;

}



.product-view .b-title {

    font-weight: bold;

    font-size: 24px;

}



.product-view .share {

    margin-top: 20px;

    /*text-align: right;*/

    text-transform: uppercase;

}



.product-view .share .b-title small {

    text-transform: lowercase !important;

}



.product-view .brand-logo img {

    max-width: 200px;

}



.product-view .share-ul li {

    display: inline-block;

    margin: 5px;

}



.product-view .share-ul li a {

    padding: 10px;

    border-radius: 50%;

    background: #e500ab;

    color: white;

    font-size: 16px;

    width: 35px;

    height: 35px;

    display: block;

    line-height: 15px;

    text-align: center;

}



.product-view .desc-heading {

    /*background: #e500ab;*/

    /*color: white;*/

    color: #e500ab;

    padding: 10px;

    display: inline-block;

    /*border: 2px solid #e500ab;*/

}



.product-view .desc {

    margin-top: 10px;

    /*background: #dbdbdb;*/

    /*border: 2px solid #e500ab;*/

    padding: 10px;

    border: 1px solid rgba(64,63,65,0.2);

    min-height: 150px;

}



.single_variation_wrap .price {

    display: inline-block;

}



.woocommerce-product-gallery__wrapper {

    float: left;

    max-width: 600px;

}



@media (min-width: 1200px) {

    .products .product-category.product {

        width: calc(20% - 25px);

    }

}



.products .product,

.product-cats .category {

    width: calc(25% - 25px);

    margin: 0 10px;

    /*max-width: 315px;*/

    display: inline-block;

}



.products {

    padding-left: 0;

}



.product span.price {

    color: unset !important;

    font-size: unset !important;

}



.amount.inc-vat {

    font-size: 16px;

    display: block;

    margin-bottom: 20px;

}



.woocommerce form .form-row {

    display: block;

}



.woocommerce .col2-set {

    width: unset !important;

}



.form-control,

.woocommerce form .form-row .input-text {

    padding: .375rem .75rem;

}



.form-row {

    display: block;

    margin: 0;

}



.form-row input {

    color: #495057;

    padding: 5px;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid #ced4da;

    border-bottom-color: rgb(206, 212, 218);

    border-bottom-style: solid;

    border-bottom-width: 1px;

    border-radius: 0;

    border-bottom: 2px solid  #e500ab;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}



.form-control,

.woocommerce form .form-row .select2-container .select2-selection--single,

.woocommerce form .form-row .input-text {

    display: block;

    width: 100%;

    /*height: calc(2.25rem + 2px);*/

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #495057;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid #ced4da;

    border-bottom-color: rgb(206, 212, 218);

    border-bottom-style: solid;

    border-bottom-width: 1px;

    border-radius: 0;

    border-bottom: 2px solid  #e500ab;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}



.woocommerce form .form-row textarea {

    height: 100px !important;

}



.woocommerce-shipping-fields {

    margin-top: 40px;

}



.woocommerce table.cart img {

    height: auto;

    max-height: 85px;

    width: auto;

}



.woocommerce-message,

.woocommerce-info {

    border-top-color:  #e500ab !important;

}



.woocommerce-message::before,

.woocommerce-info::before {

    color:  #e500ab !important;

}



.ticket-tab-bar .ticket-tab-bar-item:hover {

    cursor: pointer;

}



.woocommerce ul.products li.product a {

    text-align: center;

}



.woocommerce button.button.alt,

.woocommerce ul.products li.product .button,

.checkout-button.button.alt.wc-forward {

    padding: 15px;

    background: rgba(20, 179, 11, 1) !important;

    border-radius: 0 !important;

    color: white !important;

    border: 1px solid rgba(20, 179, 11, 1);

    font-weight: unset;

    /*font-weight: lighter !important;*/

    transition: all .5s ease;

}



.woocommerce button.button.disabled {

    padding: 15px !important;

}



.woocommerce button.button.alt:hover,

.woocommerce ul.products li.product .button:hover,

.checkout-button.button.alt.wc-forward:hover {

    background: rgba(18, 135, 11, 1) !important;

    border: 1px solid rgba(18, 135, 11, 1);

    color: white !important;

}



.woocommerce table.cart td.actions .input-text {

    width: 120px !important;

    padding: 0 5px;

}



.button {

    border-radius: 0 !important;

}



.woocommerce ul.products li.product a {

    color: black;

}



.added_to_cart.wc-forward {



}



.woocommerce-loop-product__title,

.woocommerce-loop-category__title,

.product-cats .category h2 {

    /*text-align: center;*/

    min-height: 60px;

    margin-top: 10px;

    font-size: 18px !important;

    font-weight: bold;

    display: flex;

    justify-content: center;

    /*align-items: center;*/

}



.product span.price {

    font-size: 26px !important;

    display: block;

    text-align: center;

}



.page-numbers {

    list-style: none;

}



.page-numbers li {

    display: inline-block;

}



mark {

    background: unset !important;

}



.product-cats {

    padding-left: 0;

    margin-bottom: 0;

}



ul.products li.product,

.product-cats .category {

    position: relative;

    margin: 20px 10px;

    border: 1px solid #aeaeae;

    padding: 10px;

}



ul.products li.product img {

    display: block;

    margin: 0 auto;

}



ul.products li.product .button {

    position: relative;

    left: 50%;

    transform: translateX(-50%);

    display: inline-block;

    padding: 10px 15px;

    background: #14b30b;

    color: white;

    border: 1px solid #14b30b;

    border-radius: 0;

    transition: all .5s ease;

    /*font-weight: bold;*/

}



ul.products li.product .button:hover {

    background: transparent;

    color: #14b30b;

    text-decoration: none;

}



.added_to_cart.wc-forward {

    display: none !important;

}



/* Account */



.um-88.um {

    max-width: 1300px !important;

}



.woocommerce ul.order_details {

    background: #e500ab;

    color: white;

    padding: 15px;

}



.woocommerce ul.order_details li {

    border-right: 1px dashed #fff !important;

}



.woocommerce-MyAccount-navigation-link--downloads {

    display: none;

}



.woocommerce-MyAccount-content {

    /*padding: 40px 0;*/

}



.woocommerce-MyAccount-navigation {

    /*margin: 20px 0;*/

    /*background: #333;*/

    /*padding: 20px;*/

    /*border: 1px solid #333;*/

}



.woocommerce-MyAccount-navigation ol {

    list-style: none;

    counter-reset: li;

}



.woocommerce-MyAccount-navigation ol li {

    counter-increment: li;

}



/*.woocommerce-MyAccount-navigation ol li::before {

    content: counter(li);

    color: #e500ab;

    display: inline-block;

    width: 1em;

    margin-left: 0.5em;

    margin-right: 0.5em;

    text-align: right;

    direction: rtl;

}*/



.woocommerce-MyAccount-navigation ul {

    padding-left: 0;

    margin-bottom: 0;

}



.woocommerce-MyAccount-navigation ul li {

    position: relative;

    font-weight: normal;

    font-size: 16px;

    line-height: 22px;

    list-style: none;

}



/*.woocommerce-MyAccount-navigation ul li::before {

    position: absolute;

    display: inline-block;

    content: '';

    -webkit-border-radius: 50%;

    border-radius: 50%;

    height: 8px;

    width: 8px;

    top: 7px;

    left: 0;

    background-color: #e500ab;

}*/



.woocommerce-MyAccount-navigation ul li a,

.woocommerce-MyAccount-navigation ol li a {

    color: #333;

    transition: all .5s ease;

    width: 100%;

    padding: 5px 20px;

    display: block;

}



.woocommerce-MyAccount-navigation ul li.is-active,

.woocommerce-MyAccount-navigation ol li.is-active {

    /*background: #e500ab;*/

    border: 2px solid #e500ab;

}



.woocommerce-MyAccount-navigation ul li,

.woocommerce-MyAccount-navigation ol li {

    transition: all .5s ease;

    border-radius: 5px;

    margin-bottom: 10px;

    border: 2px solid white;

}



.woocommerce-MyAccount-navigation ul li.is-active a,

.woocommerce-MyAccount-navigation ol li.is-active a {

    /*color: white;*/

}



.woocommerce-MyAccount-navigation ol li a:hover,

.woocommerce-MyAccount-navigation ul li a:hover {

    /*color: white;*/

    text-decoration: none;

}



.woocommerce-MyAccount-navigation ul li:hover,

.woocommerce-MyAccount-navigation ol li:hover {

    /*background: #e500ab;*/

    border: 2px solid #e500ab;

}



/*.woocommerce-MyAccount-content mark {

    background-color: #e500ab;

    color: white;

}*/



.woocommerce table.shop_table {

    border-radius: 0 !important;

}



/* Custom Woocommerce Styling */



.entry-summary {

    width: 50%;

    float: right;

    margin: 0 !important;

}



.product_title {

    text-transform: uppercase;

}



#wooswipe {

    width: 50%;

    float: left;

}



#primary {

    max-width: 1400px;

    margin: 0 auto;

}



.woocommerce-breadcrumb,

.wc-tabs,

.woocommerce-product-attributes{

    display: none !important;

}



#tab-additional_information {

    margin-top: 0;

}



.product_meta {

    display: none;

}



.pswp--open {

    z-index: 999999 !important;

}



.rtwpvg-gallery-image {

    height: 350px;

    border: 1px solid rgba(64,63,65,0.2);

    text-align: center;

}



.rtwpvg-product {

    padding: 80px 0;

}



.rtwpvg-thumbnail-slider {

    margin-top: 20px;

}



.rtwpvg-gallery-image img {

    max-height: 350px;

    width: auto !important;

}



.rtwpvg-thumbnail-image {

    width: 100%;

    height: 100px;

    border: 2px solid #e500ab;

    transition: all .5s ease;

    overflow: hidden;

}



.quantity {

    display: inline-block;

}



.quantity input {

    border: 1px solid #ced4da;

    border-bottom: 2px solid #e500ab;

    padding: 9px 10px;

    position: relative;

    top: 2px;

}



.share {

    margin-top: 20px;

}



.woocommerce-loop-product__title {

    font-size: 18px !important;

    font-weight: bold;

}



.woocommerce ul.products li.product .price {

    font-size: 26px !important;

    margin-bottom: 10px;

}



.includes_tax {

	display: none;

}


/*WWD Page*/

.wwd-page-heading {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-family: 'Dancing Script', cursive;
    /*background: white;*/
    padding: 10px;
}

.wwd-bg {
    background-image: url(https://dancing-daisy.co.uk/wp-content/themes/redux/redux-inc/img/wwd-bg.png);
    background-size: cover;
    background-position: center;
    padding: 40px;
}

.wwd-bg .hero.small {
    height: 80vh;
    margin-top: 40px;
    overflow: unset;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.wwd.home {
    padding: 0;
}

.wwd-tiles {
    padding: 40px;
}

.wwd-tiles .heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
}

.wwd-tiles .wwdtile {
    padding: 10px;
    border: 1px solid #eaeaea;
    position: relative;
    display: block;
    text-align: center;
}

.wwd-tiles .wwdtile .title {
    font-size: 18px;
    padding: 10px 0;
}

.wwd-tiles .wwdtile .image {
    height: 300px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.wwd {
    padding: 40px;
    background: white;
}

.wwd.nopad {
    padding: 0;
}

.wwd .text-block {
    /*padding: 120px;*/
}

.wwd .heading {
    color: #e500ab;
}

.wwd .wwd-image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #eaeaea;
}

.wwd .wwd-image.left {
    margin-right: 20px;
}

.wwd .wwd-image.right {
    margin-left: 20px;
}

.wwd-break {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.wwd-break::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
}

.steps {
    padding: 80px 0;
}

.steps .step {
    position: relative;
    text-align: center;
    margin: 0 40px;
}

.steps .step .block {
    position: relative;
    color: white;
    /*background: #e500ab;*/
    margin-bottom: 20px;
    padding: 15px;
}

.steps .step .title {
    font-size: 32px;
    margin-bottom: 10px;
}

.steps .step p {
    margin-bottom: 5px;
    min-height: 75px;
}

.steps .step i {
    font-size: 42px;
}

.steps .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -76px;
    width: 80px;
    height: 5px;
    /*background: #e500ab;*/
}

.steps .arrow i {
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    /*color: #e500ab;*/
}

/* Footer */



.footer {

    position: relative;

    background: #f4f4f4;

    padding: 40px 0;

    /*color: white;*/

    font-size: 14px;

    z-index: 999;

    /*padding-top: 70px;*/

}

/*.footer::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    width: 100%;
    height: 40px;
    background-image: url(../img/snowcap.png);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    transition: all 0.3s ease;
}*/

.footer .footer-heading {

    font-size: 22px;

    text-transform: uppercase;

    color: #e500ab;

    position: relative;

    display: inline-block;

    /*margin-left: 25px;*/

    margin-bottom: 20px;

}

/*.footer .footer-heading::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    width: 25px;
    height: 25px;
    background-image: url(https://dancing-daisy.co.uk/wp-content/themes/redux/redux-inc/img/holly.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}
*/
/*.footer .footer-heading::before {

    content: "";

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: -25px;

    width: 20px;

    height: 2px;

    background: #e500ab;

    display: none;

}*/



.footer .logo img {

    max-height: 75px;

}



.footer .social {

    margin-bottom: 0;

    padding-left: 0;

}



.footer .social li {

    position: relative;

    display: inline-block;

    margin-right: 10px;

    font-size: 22px;

}



.footer a {

    color: black;

    transition: all .5s ease;

}



.footer a:hover {

    color: #e500ab;

    text-decoration: none;

}



#copyright {

    padding: 5px;

    font-size: 12px;

    background: #e500ab;

    color: white;

    z-index: 999;

    position: relative;

}



#copyright a {

    color: white;

    transition: all .5s ease;

}



#copyright a:hover {

    color: black;

    text-decoration: none;

}



/* Responsive */



@media (max-width: 1700px) {

    .hero .hero-overlay .title {

        font-size: 40px;

    }

}



@media (max-width: 1250px) {

    .circle-hold .next-button {

        right: 0;

    }



    .circle-hold .previous-button {

        left: 0;

    }



    .circle-hold button::after {

        position: absolute;

        content: "";

        top: 50%;

        left: 0;

        background: rgba(255,255,255,0.6);

        height: 230px;

        width: 100%;

        transform: translateY(-50%);

        z-index: -1;

    }



    .cat {

        background-size: cover;

    }



    .cat:hover {

        background-size: cover;

    }

}



@media (max-height: 740px) {

    .who-page .who-block {

        top: -50px;

    }

}



@media (max-width: 1050px) {

    .hero-2.small .overlay {

        width: 100%;

        text-align: center;

    }

}



@media (max-width: 1300px) {

    .woocommerce-product-gallery__wrapper {

        max-width: 450px;

    }



    .entry-summary {

        width: 60%;

    }

}



@media only screen and (min-width : 1200px) {

    .menu-toggle {

        display: none;

    }



    .dropdown-toggle {

        display: none;

    }

}



@media only screen and (max-width : 1200px) {

    body {

        overflow-x: hidden;

    }



    body.active {

        overflow-y: hidden;

    }



    .product .entry-summary {

        width: 58%;

    }



    .hero-2 {

        margin-top: 154px;

    }



    .header .bottom-header .logo img {

        max-height: 90px;

        max-width: 100%;

    }



    .header .bottom-header .menu ul li::before {

        display: none;

    }



    .menu-toggle {

        position: absolute;

        top: 50%;

        transform: translateY(-50%);

        right: 20px;

        display: block;

        background: #e500ab;

        color: white;

        line-height: 45px;

        width: 50px;

        height: 50px;

        line-height: 50px;

        text-align: center;

        z-index: 999999;

        cursor: pointer;

        font-size: 32px;

        font-weight: lighter;

    }



    .header .bottom-header .menu .main-men {

        height: 100vh;

        width: 100vw;

        position: fixed;

        z-index: 99999;

        display: none;

        left: 0;

        top: 0;

        background-color: white;

        text-align: center;

        padding-top: 70px;

        overflow-y: scroll;

        margin-left: 0;

        padding-left: 0;

    }



    .header .bottom-header .menu .main-men li {

        display: block;

        position: relative;

        float: none;

        height: unset;

    }



    .header .bottom-header .menu .main-men li a {

        padding: 22px;

        text-decoration: none;

        font-size: 22px;

        color: black;

        display: block;

        transition: 0.3s;

        border-left: none;

        width: 75%;

        margin: 0 auto;

    }



    .categories .category-block .overlay {

        left: 50%;

        transform: translate(-50%, -50%);

        text-align: center;

    }

}



@media (max-width: 1100px) {

    .woocommerce-product-gallery__wrapper {

        max-width: 380px;

    }

}



@media (max-width: 991px) {

    .product .entry-summary {

        width: 50%;

    }

    .hero-image {
        height: 450px;
    }

    .header .middle-header .info-block {

        display: none;

    }



    .products .product {

        width: calc(33% - 25px);

    }



    .site-content {

        margin-top: 138px;

    }



    .raffle .raffle-img .overlay {

        opacity: 1;

        visibility: visible;

    }



    .about-img {

        width: 90%;

        margin: 0 auto;

    }



    .img-hold {

        margin-top: 60px;

    }



    .img-hold.alt {

        margin-top: 0;

        margin-bottom: 40px;

    }



    .footer {

        text-align: center;

    }



    .footer .social {

        margin-bottom: 20px;

    }



    .footer .footer-heading {

        margin-top: 20px;

    }



    .page-hero {

        margin-top: 138px;

    }



    .contact .contact-details {

        margin-bottom: 40px;

    }

}



@media (max-width: 900px) {

    .view-invoice-hold a {

        float: unset;

        margin-bottom: 20px;

    }



    .hero .overlay {

        max-width: 95%;

    }



    .hero .overlay .main {

        font-size: 45px;

        line-height: 45px;

    }

}



@media (max-width: 768px) {



    .product .entry-summary {

        width: 100%;

    }

    .hero-image {
        height: 350px;
    }

    .woocommerce-product-gallery__wrapper {

        float: unset;

        max-width: 600px;

        margin: 0 auto;

    }



    .products .product {

        width: calc(50% - 25px);

    }



    .product-cats .category {

        width: calc(50% - 25px);

    }



    .hero {

        /*margin-top: 120px;*/

    }



    .logo img {

        max-height: 100px;

    }



    .entry-summary {

        width: 100%;

        float: unset;

        margin: 0 !important;

        padding: 20px;

    }

    #wooswipe {

        width: 100%;

        float: unset;

        padding: 20px;

    }



    .rtwpvg-images {

        display: block !important;

        margin: 0 auto;

        padding: 20px;

    }



    #tab-description {

        padding: 20px;

    }



    .hero .hero-overlay .main {

        font-size: 32px;

        line-height: 32px;

    }



    .hero .hero-overlay {

        left: unset;

        width: 100%;

    }



    .woocommerce ul.order_details li {

        display: block;

        width: 100%;

        margin-bottom: 15px;

        text-align: center;

        border-right: none !important;

        padding-right: 0 !important;

    }



    .hero-2 .overlay .main {

        font-size: 42px;

        line-height: 50px;

    }



    .hero-2 .hero-slider-2 .slide {

        min-height: 430px;

    }

}



@media (max-width: 576px) {

    .hero-image {
        height: 250px;
    }

    /*.steps .arrow {
        position: absolute;
        top: calc(100% + 80px);
        right: 50%;
        transform: translateX(-50%);
        width: 5px;
        height: 80px;
    }

    .steps .arrow i {
        position: absolute;
        right: 50%;
        top: 80px;
        transform: translateX(-50%);
        font-size: 20px;
    }*/

    .steps .step {
        margin-bottom: 50px;
    }

    .wwd .wwd-image.right,
    .wwd .wwd-image {
        margin: 10px 0;
        display: block;
    }

    .wwd {
        text-align: center;
    }

    .wpcf7-spinner {
        position: absolute !important;
    }

    .wwd-break::before {
      background: rgba(255,255,255,0.9);
    }


    /*.hero {

        height: 50vh;

        min-height: 250px;

    }*/



    .page-hero {

        margin-top: 125px;

    }



    .site-content {

        text-align: center;

    }



    .login-header .user .login {

        float: unset !important;

        text-align: center !important;

    }



    .login-header .user .login {

        justify-content: center;

        padding-left: 0;

    }



    .top-header .logo img {

        min-width: 240px;

        max-width: unset;

    }



    #copyright .text-left,

    #copyright .text-right {

        float: unset;

        text-align: center !important;

    }



    .coming-soon .main {

        position: relative;

        top: unset;

        left: unset;

        transform: unset;

        text-align: center;

        color: white;

        max-width: unset;

        width: 100%;

        padding: 10px;

        overflow-y: scroll;

    }



    .coming-soon {

        overflow-y: scroll;

    }



    .coming-soon .main form .btn {

        display: -webkit-flex;

        display: -moz-flex;

        display: -ms-flex;

        display: -o-flex;

        display: flex;

        margin: 0 auto;

    }



    .hero-2.small .overlay .main {

        font-size: 15px;

        line-height: 15px;

    }



    .cat.large,

    .cat {

        height: 200px;

    }



    .hero {

        /*margin-top: 80px;

    }

}



@media (max-width: 520px) {

    .hero .hero-overlay .title {

        font-size: 30px;

    }



    .hero .hero-overlay .text {

        font-size: 13px;

    }



    .hero-2 .overlay {

        left: 50%;

        text-align: center;

        width: 90%;

    }



    .hero-2 {

        /*margin-top: 100px;*/

    }



    .products .product {

        width: calc(100% - 25px);

    }



    .product-cats .category {

        width: calc(100% - 25px);

        text-align: center;

    }



    .featured .woocommerce ul.products[class*="columns-"] {

        padding: 10px;

    }



    .featured .woocommerce ul.products li.product a img {

        width: 65%;

        margin: 0 auto;

    }



    .featured .woocommerce ul.products[class*="columns-"] li.product {

        width: 100%;

        /*margin: 10px;*/

    }



    .banner-top ul {

        display: block;

    }



    .banner-top ul li {

        display: block;

        text-align: center;

    }

}