@charset 'UTF-8';
/*----------------------------------------

	Theme Name: FOX HTML5 eCommerce Template
	Author: BigSteps
	Author URI: http://themeforest.net/user/bigsteps

-----------------------------------------*/
/*----------------------------------------

[Table of contents]

1. Main Structure
2. Main Typography
  2.1. Headers / Text Blocks
  2.2. Buttons
  2.3. Forms Elements
  2.4. Tags
  2.5. Tooltips
3. Menu
  3.1. Megamenu
  3.1. Mobile Menu
3. Header
  3.1. Promo Topline
  3.2. Header Structure
4. Footer
6. Main Slider
7. Banners
8. Product and Category Page
  8.1. Product Card
  8.2. Product Page
  8.3. Category Page
  8.4. Product Swatches
  8.4. Product Colors
  8.4. Product Countdown
9. Content Blocks
  9.1. Brand Block
  9.2. Shop Features Block
  9.3. Subscribe Block
  9.4. Instagram Block
  9.5. Person Block
  9.6. Testimonials Block
  9.7. Text plus Icons Block
  9.8. Facts Block
  9.9. Contact Forms
  9.10. Creative Carouse
  9.11. Welcome Block
10. Pages
  10.1. Blog Pages
  10.2. Cart Page
  10.3. Coming Soon Page
  10.4. Gallery Page
  10.5. Collections Page
  10.6. FAQ Page
11. Tabs
12. Breadcrumbs
13. Modals
14. Plugins

---------------------------------------*/
/*  1. Main Structure  */






.video-wrap
{
    position: absolute;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%; 

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.video-wrap video
{
    position: absolute;
    z-index: 3;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    object-fit: cover;
}
.video-wrap.fit-width video
{
    max-width: 100%;
    min-height: 0;
}
.video-wrap.fit-height video
{
    min-width: 0;
    max-height: 100%;
}

.video-wrap-youtube
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.video-wrap-youtube iframe
{
    position: absolute;
    top: 50% !important;

    transform: translateY(-50%);
}
.video-wrap-youtube.fit-width iframe
{
    max-width: 100%;
}
.video-wrap-youtube.fit-height iframe
{
    max-height: 100%;
}

.video-control
{
    position: absolute;
    z-index: 4;
    right: 15px;
    bottom: 20px;

    visibility: hidden;

    transition: .2s; 

    opacity: 0;
}
@media (max-width: 575px)
{
    .video-control
    {
        bottom: 20px;
    }
}

.bnslider .btn.js-video-slider-play span:last-child
{
    display: none;
}

.bnslider .btn.is-play.js-video-slider-play span:last-child
{
    display: block;
}

.bnslider .btn.is-play.js-video-slider-play span:first-child
{
    display: none;
}

.video-control > *
{
    font-size: 24px;
    line-height: 1em;

    display: -ms-flexbox;
    display: flex;

    width: 48px;
    height: 48px;

    cursor: pointer; 
    transition: .2s;

    color: #2e343f;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .55);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 575px)
{
    .video-control > *
    {
        width: 38px;
        height: 38px;
    }
}
@media not all and (hover: none)
{
    .video-control > *:hover
    {
        color: #fff; 
        background-color: #fd5397;
    }
}

.video-control.visible
{
    visibility: visible; 

    opacity: 1;
}

.video-stop
{
    display: none;
}

.is-playing .video-play
{
    display: none;
}

.is-playing .video-stop
{
    display: -ms-flexbox;
    display: flex;
}

.bnslider-image-placeholder
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bnslider-image-placeholder svg
{
    width: 100%; 
    height: 100%;

    opacity: .25 !important;
}

.bnslider-image-wrap
{
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bnslider-image-wrap img
{
    width: 100%;
    height: 100%;

    object-fit: contain;
}
.bnslider-image-wrap.w-50
{
    max-width: 50%;
}

.bnslider-slide .bnslider-image-wrap
{
    max-width: 30%; 

    -ms-flex: 1;
        flex: 1;
}

.bnslider-slide .bnslider-text-wrap
{
    max-width: 50%; 

    -ms-flex: 1;
        flex: 1;
}

@media (max-width: 1199px)
{
    .bnslider-slide .bnslider-image-wrap
    {
        max-width: 35%;
    }
    .bnslider-slide .bnslider-text-wrap
    {
        max-width: 65%;
    }
}

.bnslider .w-s-20,
.bnr .w-s-20
{
    width: 20%;
}

.bnslider .w-s-30,
.bnr .w-s-30
{
    width: 30%;
}

.bnslider .w-s-40,
.bnr .w-s-40
{
    width: 40%;
}

.bnslider .w-s-50,
.bnr .w-s-50
{
    width: 50%;
}

.bnslider .w-s-60,
.bnr .w-s-60
{
    width: 60%;
}

.bnslider .w-s-70,
.bnr .w-s-70
{
    width: 70%;
}

.bnslider .w-s-80,
.bnr .w-s-80
{
    width: 80%;
}

.bnslider .w-s-90,
.bnr .w-s-90
{
    width: 90%;
}

.bnslider .w-s-100,
.bnr .w-s-100
{
    width: 100%;
}

@media (max-width: 575px)
{
    .bnslider .w-ms-20,
    .bnr .w-ms-20
    {
        width: 20%;
    }
    .bnslider .w-ms-30,
    .bnr .w-ms-30
    {
        width: 10%;
    }
    .bnslider .w-ms-40,
    .bnr .w-ms-40
    {
        width: 40%;
    }
    .bnslider .w-ms-50,
    .bnr .w-ms-50
    {
        width: 50%;
    }
    .bnslider .w-ms-60,
    .bnr .w-ms-60
    {
        width: 60%;
    }
    .bnslider .w-ms-70,
    .bnr .w-ms-70
    {
        width: 70%;
    }
    .bnslider .w-ms-80,
    .bnr .w-ms-80
    {
        width: 80%;
    }
    .bnslider .w-ms-90,
    .bnr .w-ms-90
    {
        width: 90%;
    }
    .bnslider .w-ms-100,
    .bnr .w-ms-100
    {
        width: 100%;
    }
}

.bnslider [data-animation]
{
    opacity: 0;
}

.bnslider-lightning
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0; 

    filter: brightness(3);
}

.bnslider-flashit
{
    animation: flash ease-out 5s infinite;
    animation-delay: 0s;
}

@keyframes flash
{
    from
    {
        opacity: 0;
    }
    92%
    {
        opacity: 0;
    }
    93%
    {
        opacity: .6;
    }
    94%
    {
        opacity: .2;
    }
    96%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}

.video-section-wrapper
{
    position: relative;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.video-section-wrapper > *
{
    visibility: visible;

    opacity: 1;
}
.video-section-wrapper .video
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: none;

    pointer-events: none;
}
.video-section-wrapper .video-background-wrapper--no-overlay
{
    background-color: rgba(61, 66, 70, .2);
}
.video-section-wrapper.video-is-loaded .video__text-content::after,
.video-section-wrapper .no-js .video__text-content::after
{
    visibility: hidden;

    content: none; 

    opacity: 0;
}
.video-section-wrapper .video--background
{
    position: absolute;

    visibility: hidden;

    transition: all .2s ease-in; 

    opacity: 0;
}
.video-section-wrapper .video-control__play
{
    pointer-events: none;
}
.video-section-wrapper .video-background-wrapper .video-control__play
{
    top: 50%;

    transform: translateY(-50%);
}
.video-section-wrapper .video-control__play .icon
{
    opacity: .5;
}
.video-section-wrapper .video-control__play-wrapper .video-control__pause
{
    display: none;
}
.video-section-wrapper.video-is-loaded .video-control__play-wrapper .video-control__pause
{
    display: block;
}
.video-section-wrapper.video-is-loaded .video-control__play
{
    pointer-events: auto;
}
.video-section-wrapper.video-is-playing .video-control__play
{
    display: none;
    visibility: hidden;

    opacity: 0;
}
.video-section-wrapper.video-is-loaded .video-control__play-wrapper-mobile .video-control__pause-mobile
{
    display: none;
}
.video-section-wrapper.video-is-loaded.video-is-playing .video-control__play-wrapper-mobile .video-control__pause-mobile
{
    display: -ms-flexbox;
    display: flex;
}
.video-section-wrapper.video-is-playing .video
{
    display: block;
}
.video-section-wrapper .video__overlay
{
    position: absolute;
    z-index: 3; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    opacity: .2 !important;
    background: #000;
}
.video-section-wrapper .video__image
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: opacity .8s cubic-bezier(.44, .13, .48, .87);

    opacity: 1;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.video-section-wrapper.video-is-loaded.video-is-playing .video__image
{
    opacity: 0;
}
@media only screen and (min-width: 750px)
{
    .video-section-wrapper .video-background-wrapper .video__image
    {
        opacity: 0;
    }
}
.video-section-wrapper .no-autoplay .video__image
{
    opacity: 1;
}
.video-section-wrapper .video-control.is-paused .video-play
{
    display: none;
}
.video-section-wrapper .video-control.is-paused .video-stop
{
    display: -ms-flexbox;
    display: flex;
}
.video-section-wrapper .bnslider-text-content .bnslider-text
{
    color: #fff;
}
.video-section-wrapper .bnslider-text-content .bnslider-vert
{
    display: block;
}
.video-section-wrapper .video-control__play.is-started
{
    font-size: 14px;

    position: relative;

    width: 4em;
    height: 3em;
    padding: 0;

    cursor: pointer; 
    transition: all .2s;
    text-align: center;
    text-indent: .1em;

    color: #fff;
    border-radius: 50% / 10%;
    background: red;
}
.video-section-wrapper .video-control__play.is-started:hover
{
    background: #282828;
}
.video-section-wrapper .video-control__play.is-started:before
{
    position: absolute;
    top: 9%; 
    right: -5%;
    bottom: 9%;
    left: -5%;

    content: '';

    border-radius: 5% / 50%;
    background: inherit;
}
.video-section-wrapper .video-control__play.is-started:after
{
    font-size: .75em;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 0; 
    height: 0;
    margin: -1em 0 0 -.75em;

    content: ' ';

    border-width: 1em 0 1em 1.732em;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, .75);
}
.video-section-wrapper .video-control__play-wrapper-mobile
{
    display: none;
}
.video-section-wrapper .video-control__play-wrapper .video-control,
.video-section-wrapper .video-control__play-wrapper-mobile .video-control
{
    visibility: visible;

    opacity: 1;
}
.video-section-wrapper .video__copyright
{
    font-size: 11px;
    line-height: 1.6em;

    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 4px;

    text-align: center; 

    color: #fff;
}
.video-section-wrapper .video__copyright:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    opacity: .3; 
    background-color: #000;
}

.autoplay .video-section-wrapper.video-is-loaded .video--background
{
    display: block;
    visibility: visible;

    opacity: 1;
}

.no-autoplay .video-section-wrapper .video-control__play-wrapper
{
    display: none;
}

.no-autoplay .video-section-wrapper .video-control__play-wrapper-mobile
{
    display: block;
}

/*  7. Banners  */
@media (max-width: 767px)
{
    .row > *:last-child .bnr
    {
        margin-bottom: 0;
    }
}

.bnr-cover
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
}

.bnr-wrap
{
    display: block;
}

.bnr-wrap,
.bnr-wrap:hover
{
    text-decoration: none;
}

.bnr
{
    font-size: 100px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;

    text-decoration: none;

    color: #2e343f;
}
.bnr:hover,
.bnr:focus
{
    text-decoration: none; 

    color: #2e343f;
}
.bnr img
{
    width: 100%;
}
.bnr.bnr--left
{
    text-align: left;
}
.bnr.bnr--right
{
    text-align: right;
}
.bnr.bnr--center
{
    text-align: center;
}
.bnr.bnr--top .bnr-caption
{
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.bnr.bnr--middle .bnr-caption
{
    -ms-flex-pack: center;
    justify-content: center;
}
.bnr.bnr--bottom .bnr-caption
{
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.bnr.bnr--left .bnr-caption-bg
{
    margin-right: auto;
}
.bnr.bnr--right .bnr-caption-bg
{
    margin-left: auto;
}
.bnr.bnr--center .bnr-caption-bg
{
    margin-right: auto; 
    margin-left: auto;
}
.bnr .bnr-caption
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    transition: opacity .2s .75s;

    -ms-flex-direction: column;
}
.bnr[data-fontratio]:not(.fontratio-calc) .bnr-caption
{
    opacity: 0;
}
.bnr .bnr-text-wrap
{
    position: relative;
    z-index: 1;
}
.bnr .bnr-text-wrap > span[class*='text']
{
    display: block;
}
.bnr .bnr-btn-wrap
{
    text-decoration: none; 

    color: inherit;
}
.bnr .bnr-text-wrap > *:first-child:not([class*='order-']),
.bnr .bnr-text-wrap > .order-1
{
    margin-top: 0;
}
.bnr .bnr-caption > * + *,
.bnr .bnr-caption-inside > * + *,
.bnr .bnr-caption-bg > * + *
{
    margin-top: 5%;
}
.bnr .bnr-caption > * + .mt-xs,
.bnr .bnr-caption .mt-xs,
.bnr .bnr-caption-inside > * + .mt-xs,
.bnr .bnr-caption-inside .mt-xs,
.bnr .bnr-caption-bg > * + .mt-xs,
.bnr .bnr-caption-bg .mt-xs
{
    margin-top: 2%;
}
.bnr .bnr-caption > * + .mt-lg,
.bnr .bnr-caption .mt-lg,
.bnr .bnr-caption-inside > * + .mt-lg,
.bnr .bnr-caption-inside .mt-lg,
.bnr .bnr-caption-bg > * + .mt-lg,
.bnr .bnr-caption-bg .mt-lg
{
    margin-top: 8%;
}
.bnr .bnr-caption > * + .mt-xl,
.bnr .bnr-caption .mt-xl,
.bnr .bnr-caption-inside > * + .mt-xl,
.bnr .bnr-caption-inside .mt-xl,
.bnr .bnr-caption-bg > * + .mt-xl,
.bnr .bnr-caption-bg .mt-xl
{
    margin-top: 12%;
}
.bnr .bnr-caption > * + .mt-xxl,
.bnr .bnr-caption .mt-xxl,
.bnr .bnr-caption-inside > * + .mt-xxl,
.bnr .bnr-caption-inside .mt-xxl,
.bnr .bnr-caption-bg > * + .mt-xxl,
.bnr .bnr-caption-bg .mt-xxl
{
    margin-top: 18%;
}
.bnr .bnr-caption-bg
{
    position: relative;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -ms-flex-direction: column;
}
.bnr .bnr-caption-bg--padding
{
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content; 
    padding: 2% 3%;
}
.bnr .bnr-caption-bg-color
{
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: 0;

    opacity: .85; 
    background-color: #fff;
}
.bnr .bnr-caption
{
    padding: 4% 4%;
}
.bnr .bnr-caption .bnr-text1
{
    font-size: 21px;
    font-weight: 700;
    line-height: 1em;

    position: absolute;
    top: 4%;
    left: 7%;

    color: #fd5397;
}
.bnr .bnr-caption .bnr-text2
{
    font-size: 21px;
    font-weight: 600;
    line-height: 1em;

    position: absolute;
    top: 3%;
    right: 4%;

    text-align: right;
}
.bnr .bnr-caption .bnr-text2 span
{
    font-size: 27px;

    color: #fd5397;
}
.bnr .bnr-caption .bnr-text2-lt
{
    right: auto;
    left: 4%;

    text-align: left;
}
.bnr .bnr-caption .bnr-text2-rb
{
    top: auto; 
    bottom: 3%;
}
.bnr .bnr-caption .bnr-text2-lb
{
    top: auto;
    right: auto;
    bottom: 3%;
    left: 4%;

    text-align: left;
}
.bnr .bnr-caption .bnr-text3
{
    font-size: .66em;
    font-weight: 700; 
    line-height: 1em;
}
.bnr .bnr-caption .bnr-text3 span
{
    color: #fd5397;
}
.bnr .bnr-caption .bnr-text4
{
    font-size: 1.8em;
    font-weight: 700; 
    line-height: 1em;
}
.bnr .bnr-caption .bnr-text5
{
    font-size: .94em;
    font-weight: 800;
    line-height: 1em;

    color: #fb317d;
}
.bnr .bnr-caption .bnr-text6
{
    font-size: .46em;
    font-weight: 800;
    line-height: 1.25em;

    color: #2e343f;
}
.bnr .bnr-caption .bnr-text7
{
    font-size: .56em;
    font-weight: 800;
    line-height: 1em;

    color: #2e343f;
}
.bnr .bnr-caption .bnr-text8
{
    font-size: .3em;
    font-weight: 600;
    line-height: 1em;

    color: #fd5397;
}
.bnr .bnr-caption .bnr-text9
{
    font-size: .2em;
    font-weight: 600;
    line-height: 1em;

    color: #2e343f;
}
.bnr .bnr-caption .bnr-text10
{
    font-size: .27em;
    font-weight: 600;
    line-height: 1em;

    color: #2e343f;
}
.bnr .bnr-caption .bnr-text11
{
    font-size: .35em;
    font-weight: 600;
    line-height: 1.3em;

    color: #2e343f;
}
.bnr .bnr-caption .bnr-text12
{
    font-size: .175em;
    font-weight: 600;
    line-height: 1.7em;

    color: #2e343f;
}
.bnr .bnr-caption .bnr-text13
{
    font-size: .5em;
    font-weight: 700;
    line-height: 1em;
}
.bnr .bnr-caption .bnr-text14
{
    font-size: .25em;
    font-weight: 400;
    line-height: 1em;

    color: #7c7c7c;
}
@media (max-width: 575px)
{
    .bnr .bnr-caption .bnr-text13
    {
        font-size: 1.05em;
    }
    .bnr .bnr-caption .bnr-text14
    {
        font-size: .525em;
    }
}
.bnr .bnr-caption .bnr-p
{
    font-size: 20px;
    line-height: 28px;
}
@media (max-width: 991px)
{
    .bnr .bnr-caption .bnr-p
    {
        font-size: 16px;
        line-height: 24px;
    }
}

.hdr-content .bnr .bnr-caption > * + *
{
    margin-top: 10px;
}
@media (max-width: 575px)
{
    .hdr-content .bnr .bnr-caption > * + *
    {
        margin-top: 5px;
    }
}

.bnr-under-title:not(:first-child)
{
    margin-top: 30px; 

    color: #fd5397;
}
@media (max-width: 767px)
{
    .bnr-under-title:not(:first-child)
    {
        margin-top: 20px;
    }
}

.bnr-img
{
    position: relative;

    width: 100%;
}
.bnr-img .circle_decor
{
    width: 180%;
}

.bnr-sticky
{
    position: -webkit-sticky;
    position:         sticky;
    top: 0;

    transition: .05s; 
    transform: translate3d(0, 0, 0);
}
.js-sticky-collision .bnr-sticky
{
    transition: transform .35s;
}

body:not(.has-sticky) .bnr-sticky
{
    top: 0 !important;
}

.bnr-text-has-bg
{
    position: relative;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content; 
    padding: .3em;
}
.bnr-text-has-bg .bnr-text-bg
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .5; 
    background: #fff;
}
.bnr-text-has-bg.text-right
{
    margin-left: auto;
}
.bnr-text-has-bg.text-left
{
    margin-right: auto;
}
.bnr-text-has-bg.text-center
{
    margin-right: auto;
    margin-left: auto;
}

.bnr-caption-carousel-item
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.bnr-caption-carousel
{
    opacity: 0;
}

.bnr-caption-carousel.slick-initialized
{
    opacity: 1;
}

.bnr.bnr--fullwidth.bnr--left .bnr-caption
{
    -ms-flex-align: start;
    align-items: flex-start;
}

.bnr.bnr--fullwidth.bnr--right .bnr-caption
{
    -ms-flex-align: end;
    align-items: flex-end;
}

.bnr.bnr--fullwidth.bnr--center .bnr-caption
{
    -ms-flex-align: center;
    align-items: center;
}

.bnr.custom-caption.bnr--left .bnr-caption
{
    margin-right: auto;
}

.bnr.custom-caption.bnr--right .bnr-caption
{
    margin-left: auto;
}

.bnr-categories
{
    min-height: 100%; 
    padding: 8% 8% 6%;
}
.bnr-categories .col-sm-auto
{
    min-width: 40%;
}
@media (max-width: 767px)
{
    .bnr-categories
    {
        padding: 45px 15px;
    }
}

.bnr-categories-title
{
    font-size: 29px;
    font-weight: 800; 

    margin-bottom: 34px;
}
@media (max-width: 1860px)
{
    .bnr-categories-title
    {
        margin-bottom: 24px;
    }
}

.bnr-categories-list
{
    font-size: 17px;
    line-height: 46px;

    margin: 0;
    padding: 0;

    list-style: none;
}
@media (max-width: 1860px)
{
    .bnr-categories-list
    {
        line-height: 36px;
    }
}
.bnr-categories-list li:before
{
    margin: 0 10px 0 0; 

    content: '•';
}
.bnr-categories-list a:hover
{
    text-decoration: none;
}

@media (max-width: 991px)
{
    .col-bnr-categories-list
    {
        -ms-flex-order: 100;
        order: 100;
    }
}

/*  8. Product and Category Page  */
/*  8.1. Product Card  */
.prd-carousel-menu
{
    margin-top: 25px; 
    padding: 0 25px;
}

.prd-grid,
.prd-horgrid
{
    position: relative;
    z-index: 2;

    margin: 0 -15px 0;
    padding: 0; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prd-grid:not(.slick-slider) .prd,
.prd-horgrid:not(.slick-slider) .prd
{
    margin-top: 30px;
}
.prd-grid:not(.slick-slider),
.prd-horgrid:not(.slick-slider)
{
    margin-top: -30px;
}
@media (max-width: 575px)
{
    .prd-grid,
    .prd-horgrid
    {
        margin-right: -5px; 
        margin-left: -5px;
    }
}

.prd-grid--mt-sm:not(.slick-slider) .prd
{
    margin-top: 15px;
}

.prd-grid--mt-sm:not(.slick-slider)
{
    margin-top: -15px;
}

.prd-grid.prd-grid--sm-pad
{
    margin-right: -12px; 
    margin-left: -12px;
}
@media (max-width: 767px)
{
    .prd-grid.prd-grid--sm-pad
    {
        margin-right: -5px; 
        margin-left: -5px;
    }
}

.prd-grid.prd-grid--nopad
{
    margin-right: 0; 
    margin-left: 0;
}
@media (max-width: 767px)
{
    .prd-grid.prd-grid--nopad
    {
        margin-right: 0; 
        margin-left: 0;
    }
}

@media (min-width: 768px)
{
    .prd-carousel:not(.slick-initialized)
    {
        visibility: hidden;
        overflow: hidden;

        height: 400px;
        max-height: 400px; 

        transition: opacity .2s ease .5s;

        opacity: 0;
    }
}

.prd-horgrid:not(.slick-slider),
.prd-grid:not(.slick-slider)
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: center;
    justify-content: center;
}

.product-listing
{
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.product-listing.prd-grid:not(.slick-slider)
{
    margin-top: -20px;
}

@supports not (-webkit-overflow-scrolling: touch)
{
    .prd-grid:before,
    .prd-grid:after
    {
        display: table; 

        content: '';
    }
    .prd-grid:after
    {
        clear: both;
    }
}

.prd
{
    position: relative;

    width: 100%;
    min-height: 1px;
    margin-right: 15px; 
    margin-left: 15px;
}
@media (max-width: 575px)
{
    .prd
    {
        margin-right: 5px; 
        margin-left: 5px;
    }
}
.prd:focus
{
    outline: none;
}
.prd .foxic-loader
{
    top: calc(49.9% - 18px);

    display: none;

    transition: opacity .3s .2s; 

    opacity: 0;
}
.prd.prd-loading .foxic-loader,
.prd img.lazyload + .foxic-loader,
.prd img.lazyloading + .foxic-loader
{
    display: block;

    opacity: 1 !important;
}
.prd img.lazyload ~ .prd-big-circle-labels,
.prd img.lazyloading ~ .prd-big-circle-labels,
.prd img.lazyload ~ .prd-big-squared-labels,
.prd img.lazyloading ~ .prd-big-squared-labels
{
    opacity: 0;
}
.prd img.lazyloaded ~ .prd-big-circle-labels,
.prd img.lazyloaded ~ .prd-big-squared-labels
{
    opacity: 1;
}
.prd .prd-description
{
    display: none;
}
.prd .prd-info-top
{
    display: none;
}
.prd .prd-info-wrap .prd-action
{
    display: none;
}

.prd-grid .prd
{
    max-width: calc(24.9% - 30px); 

    -ms-flex: 0 0 calc(24.9% - 30px);
        flex: 0 0 calc(24.9% - 30px);
}

.prd-grid.slick-initialized .slick-slide .prd
{
    width: calc(100% - 30px) !important; 
    max-width: calc(100% - 30px) !important;
}

.prd-grid.slick-initialized[class*='data-to-show'] .prd.slick-slide
{
    width: auto; 
    max-width: none;
}

.prd-horgrid .prd
{
    max-width: calc(33.32% - 30px); 

    -ms-flex: 0 0 calc(33.32% - 30px);
        flex: 0 0 calc(33.32% - 30px);
}

@media (min-width: 1200px)
{
    .is-filters-opened:not(.has-horizontal-filter) .prd-horgrid .prd,
    .filter-col--opened-desktop ~ .aside .prd-horgrid.product-listing .prd
    {
        max-width: calc(33.32% - 30px); 

        -ms-flex: 0 0 calc(33.32% - 30px);
            flex: 0 0 calc(33.32% - 30px);
    }
}

@media (min-width: 1200px)
{
    body.has-sm-container .is-filters-opened:not(.has-horizontal-filter) .prd-horgrid .prd,
    body.has-sm-container .filter-col--opened-desktop ~ .aside .prd-horgrid.product-listing .prd
    {
        max-width: calc(49.9% - 30px); 

        -ms-flex: 0 0 calc(49.9% - 30px);
            flex: 0 0 calc(49.9% - 30px);
    }
}

@media (max-width: 1860px)
{
    .prd-horgrid .prd
    {
        max-width: calc(33.32% - 30px); 

        -ms-flex: 0 0 calc(33.32% - 30px);
            flex: 0 0 calc(33.32% - 30px);
    }
}

@media (max-width: 1439px) and (min-width: 1025px)
{
    .is-filters-opened:not(.has-horizontal-filter) .prd-horgrid .prd,
    .filter-col--opened-desktop ~ .aside .prd-horgrid.product-listing .prd
    {
        max-width: calc(49.9% - 30px); 

        -ms-flex: 0 0 calc(49.9% - 30px);
            flex: 0 0 calc(49.9% - 30px);
    }
}

@media (min-width: 1025px)
{
    .is-filters-opened:not(.has-horizontal-filter) .container--boxed .prd-horgrid .prd,
    .container--boxed .filter-col--opened-desktop ~ .aside .prd-horgrid.product-listing .prd
    {
        max-width: calc(49.9% - 30px); 

        -ms-flex: 0 0 calc(49.9% - 30px);
            flex: 0 0 calc(49.9% - 30px);
    }
}

@media (max-width: 1199px)
{
    .prd-horgrid .prd
    {
        max-width: calc(49.9% - 30px); 

        -ms-flex: 0 0 calc(49.9% - 30px);
            flex: 0 0 calc(49.9% - 30px);
    }
}

.prd-grid.data-to-show-6 .prd
{
    max-width: calc(16.65% - 30px); 

    -ms-flex: 0 0 calc(16.65% - 30px);
        flex: 0 0 calc(16.65% - 30px);
}

.prd-grid.data-to-show-5 .prd
{
    max-width: calc(19.9% - 30px); 

    -ms-flex: 0 0 calc(19.9% - 30px);
        flex: 0 0 calc(19.9% - 30px);
}

.prd-grid.data-to-show-4 .prd
{
    max-width: calc(24.9% - 30px); 

    -ms-flex: 0 0 calc(24.9% - 30px);
        flex: 0 0 calc(24.9% - 30px);
}

.prd-grid.data-to-show-3 .prd
{
    max-width: calc(33.32% - 30px); 

    -ms-flex: 0 0 calc(33.32% - 30px);
        flex: 0 0 calc(33.32% - 30px);
}

.prd-grid.data-to-show-2 .prd
{
    max-width: calc(49.9% - 30px); 

    -ms-flex: 0 0 calc(49.9% - 30px);
        flex: 0 0 calc(49.9% - 30px);
}

.prd-grid.data-to-show-1 .prd
{
    max-width: calc(100% - 30px); 

    -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
}

@media (min-width: 1025px)
{
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-6 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-6 .prd
    {
        max-width: calc(19.9% - 30px); 

        -ms-flex: 0 0 calc(19.9% - 30px);
            flex: 0 0 calc(19.9% - 30px);
    }
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-5 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-5 .prd
    {
        max-width: calc(24.9% - 30px); 

        -ms-flex: 0 0 calc(24.9% - 30px);
            flex: 0 0 calc(24.9% - 30px);
    }
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-4 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-4 .prd
    {
        max-width: calc(24.9% - 30px); 

        -ms-flex: 0 0 calc(24.9% - 30px);
            flex: 0 0 calc(24.9% - 30px);
    }
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-3 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-3 .prd
    {
        max-width: calc(33.32% - 30px); 

        -ms-flex: 0 0 calc(33.32% - 30px);
            flex: 0 0 calc(33.32% - 30px);
    }
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-2 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-2 .prd
    {
        max-width: calc(49.9% - 30px); 

        -ms-flex: 0 0 calc(49.9% - 30px);
            flex: 0 0 calc(49.9% - 30px);
    }
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-1 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-1 .prd
    {
        max-width: calc(100% - 30px); 

        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    }
}

@media (max-width: 1439px) and (min-width: 1025px)
{
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-6 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-6 .prd
    {
        max-width: calc(19.9% - 30px); 

        -ms-flex: 0 0 calc(19.9% - 30px);
            flex: 0 0 calc(19.9% - 30px);
    }
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-5 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-5 .prd
    {
        max-width: calc(24.9% - 30px); 

        -ms-flex: 0 0 calc(24.9% - 30px);
            flex: 0 0 calc(24.9% - 30px);
    }
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-4 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-4 .prd
    {
        max-width: calc(33.32% - 30px); 

        -ms-flex: 0 0 calc(33.32% - 30px);
            flex: 0 0 calc(33.32% - 30px);
    }
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-3 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-3 .prd
    {
        max-width: calc(49.9% - 30px); 

        -ms-flex: 0 0 calc(49.9% - 30px);
            flex: 0 0 calc(49.9% - 30px);
    }
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-2 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-2 .prd
    {
        max-width: calc(100% - 30px); 

        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    }
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-1 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-1 .prd
    {
        max-width: calc(100% - 30px); 

        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    }
}

@media (max-width: 1600px) and (min-width: 1025px)
{
    .is-filters-opened:not(.has-horizontal-filter) .prd-grid.product-listing.data-to-show-6 .prd,
    .filter-col--opened-desktop ~ .aside .prd-grid.product-listing.data-to-show-6 .prd
    {
        max-width: calc(24.9% - 30px); 

        -ms-flex: 0 0 calc(24.9% - 30px);
            flex: 0 0 calc(24.9% - 30px);
    }
}

@media (max-width: 1199px)
{
    .prd-grid.data-to-show-lg-6 .prd
    {
        max-width: calc(16.65% - 30px); 

        -ms-flex: 0 0 calc(16.65% - 30px);
            flex: 0 0 calc(16.65% - 30px);
    }
    .prd-grid.data-to-show-lg-5 .prd
    {
        max-width: calc(19.9% - 30px); 

        -ms-flex: 0 0 calc(19.9% - 30px);
            flex: 0 0 calc(19.9% - 30px);
    }
    .prd-grid.data-to-show-lg-4 .prd
    {
        max-width: calc(24.9% - 30px); 

        -ms-flex: 0 0 calc(24.9% - 30px);
            flex: 0 0 calc(24.9% - 30px);
    }
    .prd-grid.data-to-show-lg-3 .prd
    {
        max-width: calc(33.32% - 30px); 

        -ms-flex: 0 0 calc(33.32% - 30px);
            flex: 0 0 calc(33.32% - 30px);
    }
    .prd-grid.data-to-show-lg-2 .prd
    {
        max-width: calc(49.9% - 30px); 

        -ms-flex: 0 0 calc(49.9% - 30px);
            flex: 0 0 calc(49.9% - 30px);
    }
    .prd-grid.data-to-show-lg-1 .prd
    {
        max-width: calc(100% - 30px); 

        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    }
}

@media (max-width: 991px)
{
    .prd-grid.data-to-show-md-6 .prd
    {
        max-width: calc(16.65% - 30px); 

        -ms-flex: 0 0 calc(16.65% - 30px);
            flex: 0 0 calc(16.65% - 30px);
    }
    .prd-grid.data-to-show-md-5 .prd
    {
        max-width: calc(19.9% - 30px); 

        -ms-flex: 0 0 calc(19.9% - 30px);
            flex: 0 0 calc(19.9% - 30px);
    }
    .prd-grid.data-to-show-md-4 .prd
    {
        max-width: calc(24.9% - 30px); 

        -ms-flex: 0 0 calc(24.9% - 30px);
            flex: 0 0 calc(24.9% - 30px);
    }
    .prd-grid.data-to-show-md-3 .prd
    {
        max-width: calc(33.32% - 30px); 

        -ms-flex: 0 0 calc(33.32% - 30px);
            flex: 0 0 calc(33.32% - 30px);
    }
    .prd-grid.data-to-show-md-2 .prd
    {
        max-width: calc(49.9% - 30px); 

        -ms-flex: 0 0 calc(49.9% - 30px);
            flex: 0 0 calc(49.9% - 30px);
    }
    .prd-grid.data-to-show-md-1 .prd
    {
        max-width: calc(100% - 30px); 

        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    }
}

@media (max-width: 767px)
{
    .prd-grid
    {
        margin-right: -5px; 
        margin-left: -5px;
    }
    .prd
    {
        margin-right: 5px; 
        margin-left: 5px;
    }
    .prd-grid:not(.product-listing)
    {
        display: -ms-flexbox;
        display: flex;
    }
    .prd-grid.sm-limit-2 > .prd:nth-child(2) ~ .prd
    {
        display: none;
    }
    .prd-grid.sm-limit-4 > .prd:nth-child(4) ~ .prd
    {
        display: none;
    }
    .prd-grid.data-to-show-sm-6 .prd,
    .prd-grid.product-listing.data-to-show-sm-6 .prd
    {
        max-width: calc(16.65% - 10px); 

        -ms-flex: 0 0 calc(16.65% - 10px);
            flex: 0 0 calc(16.65% - 10px);
    }
    .prd-grid.data-to-show-sm-5 .prd,
    .prd-grid.product-listing.data-to-show-sm-5 .prd
    {
        max-width: calc(19.9% - 10px); 

        -ms-flex: 0 0 calc(19.9% - 10px);
            flex: 0 0 calc(19.9% - 10px);
    }
    .prd-grid.data-to-show-sm-4 .prd,
    .prd-grid.product-listing.data-to-show-sm-4 .prd
    {
        max-width: calc(24.9% - 10px); 

        -ms-flex: 0 0 calc(24.9% - 10px);
            flex: 0 0 calc(24.9% - 10px);
    }
    .prd-grid.data-to-show-sm-3 .prd,
    .prd-grid.product-listing.data-to-show-sm-3 .prd
    {
        max-width: calc(33.32% - 10px); 

        -ms-flex: 0 0 calc(33.32% - 10px);
            flex: 0 0 calc(33.32% - 10px);
    }
    .prd-grid.data-to-show-sm-2 .prd,
    .prd-grid.product-listing.data-to-show-sm-2 .prd
    {
        max-width: calc(49.9% - 10px); 

        -ms-flex: 0 0 calc(49.9% - 10px);
            flex: 0 0 calc(49.9% - 10px);
    }
    .prd-grid.data-to-show-sm-1 .prd,
    .prd-grid.product-listing.data-to-show-sm-1 .prd
    {
        max-width: calc(100% - 10px); 

        -ms-flex: 0 0 calc(100% - 10px);
            flex: 0 0 calc(100% - 10px);
    }
}

@media (max-width: 575px)
{
    .prd-grid.data-to-show-xs-6 .prd,
    .prd-grid.product-listing.data-to-show-xs-6 .prd
    {
        max-width: calc(16.65% - 10px); 

        -ms-flex: 0 0 calc(16.65% - 10px);
            flex: 0 0 calc(16.65% - 10px);
    }
    .prd-grid.data-to-show-xs-5 .prd,
    .prd-grid.product-listing.data-to-show-xs-5 .prd
    {
        max-width: calc(19.9% - 10px); 

        -ms-flex: 0 0 calc(19.9% - 10px);
            flex: 0 0 calc(19.9% - 10px);
    }
    .prd-grid.data-to-show-xs-4 .prd,
    .prd-grid.product-listing.data-to-show-xs-4 .prd
    {
        max-width: calc(24.9% - 10px); 

        -ms-flex: 0 0 calc(24.9% - 10px);
            flex: 0 0 calc(24.9% - 10px);
    }
    .prd-grid.data-to-show-xs-3 .prd,
    .prd-grid.product-listing.data-to-show-xs-3 .prd
    {
        max-width: calc(33.32% - 10px); 

        -ms-flex: 0 0 calc(33.32% - 10px);
            flex: 0 0 calc(33.32% - 10px);
    }
    .prd-grid.data-to-show-xs-2 .prd,
    .prd-grid.product-listing.data-to-show-xs-2 .prd
    {
        max-width: calc(49.9% - 10px); 

        -ms-flex: 0 0 calc(49.9% - 10px);
            flex: 0 0 calc(49.9% - 10px);
    }
    .prd-grid.data-to-show-xs-1 .prd,
    .prd-grid.product-listing.data-to-show-xs-1 .prd
    {
        max-width: calc(100% - 10px); 

        -ms-flex: 0 0 calc(100% - 10px);
            flex: 0 0 calc(100% - 10px);
    }
}

.prd-grid .slick-arrow
{
    z-index: 2 !important;
}

@media (min-width: 1200px)
{
    .slick-arrows-aside-simple .slick-prev
    {
        left: -50px;
    }
    .slick-arrows-aside-simple .slick-next
    {
        right: -50px;
    }
}

@media (min-width: 992px)
{
    .prd-grid .slick-arrow,
    .prd-grid .slick-arrow.slick-disabled
    {
        opacity: 0;
    }
    .prd-grid:hover .slick-arrow:not(.slick-disabled)
    {
        opacity: 1;
    }
    .prd-grid:hover .slick-arrow.slick-disabled
    {
        opacity: .3;
    }
}

.prd-grid:not([class*='arrows-']) .slick-arrow
{
    top: -25px;
    right: 0;
    left: auto;
}

.prd-grid:not([class*='arrows-']) .slick-prev
{
    right: 25px;
}

@media (min-width: 768px)
{
    .prd-carousel:not(.prd--nohover) .slick-list.slick-list--offset
    {
        z-index: 1; 

        height: auto !important;
        margin: -5px -5px -200px;
        padding: 5px 5px 200px;
    }
}

.prd .prd-inside
{
    overflow: hidden; 

    background-color: #fff;
}

.prd .prd-info
{
    margin-top: 20px;
}

.prd .prd-action
{
    display: -ms-flexbox;
    display: flex;

    transition: .2s;
    transform: translate3d(0, 0, 0);

    -ms-flex-align: center;
    align-items: center;
}
.prd .prd-action .btn
{
    line-height: 15px;

    max-height: 43px;
    padding: 14px 22px;
}
.prd .prd-action .btn,
.prd .prd-action .btn:active,
.prd .prd-action .btn:active:focus,
.prd .prd-action .btn:visited,
.prd .prd-action .btn:focus
{
    color: #fff;
    background-color: #fd5397;
}
.prd .prd-action .btn:hover,
.prd .prd-action .btn:active:hover,
.prd .prd-action .btn:focus:hover
{
    color: #fff;
    background-color: #2e343f;
}

.prd-action-right
{
    display: -ms-flexbox;
    display: flex;

    text-align: right; 

    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.prd-info
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -ms-flex-direction: column;
}

.prd-price
{
    font-size: 16px;
    line-height: 1.2em;

    display: -ms-flexbox;
    display: flex;

    transition: .2s;
    transform: translate3d(0, 0, 0); 

    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.prd-price > *
{
    display: block;

    white-space: nowrap;
}
.prd-price .price-new
{
   
    font-weight: 600;

    color: #2e343f;
}
.prd-price .price-old
{
  
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;

    padding-right: 10px;

    text-decoration: line-through; 

    color: #2e343f;
}

@media (min-width: 992px)
{
    .prd:not(.prd--action-off) .prd-price
    {
        height: 43px;
    }
}

.prd-img-area
{
    position: relative; 

    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prd .countdown-box
{
    position: absolute;

    width: 100%;

    transition: all .2s; 
    -webkit-transform: translateZ(0) scale(1, 1);

    opacity: 1;

    -webkit-backface-visibility: hidden;
}

.prd-img
{
    position: relative;

    display: -ms-flexbox;
    display: contents;

    width: 100%;
    padding-right: 0;
    padding-bottom: 128.48%; 
    padding-left: 0;

    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.prd-img img
{
    width: 100%;

    transition: opacity .2s;
}
.prd-img img + img
{
    position: absolute;
    z-index: 1;
    left: 0;

    display: block;

    width: auto; 
    height: 100%;

    opacity: 0 !important;
}

.prd-info .prd-circle-labels
{
    display: none !important;
}

@media (min-width: 992px)
{
    .prd-labels,
    .prd-circle-labels
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: column; 

        -ms-flex-direction: column;
    }
    .prd-circle-labels
    {
        pointer-events: none; 

        opacity: 0;
    }
    .prd-labels
    {
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .prd-circle-labels
    {
        position: absolute;
        z-index: 1;
        top: 5px;
        right: 5px;

        transition: .2s;
        transform: translate3d(40px, 0, 0); 

        -ms-flex-align: end;
        align-items: flex-end;
    }
    .prd-circle-labels .colorswatch-label
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        width: 33px;

        cursor: pointer;

        border-radius: 17px; 
        background-color: #f7f7f8;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: column;
    }
    .prd-circle-labels .colorswatch-label [class*='icon']
    {
        font-size: 19px;

        display: -ms-flexbox;
        display: flex;

        min-width: 33px;
        height: 33px;

        transition: .5s; 

        color: #272727;
        border-radius: 50%;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .prd-circle-labels .colorswatch-label ul
    {
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
            flex-direction: column;

        max-height: 0;
        padding: 0;

        list-style: none;

        transition: 0s;

        opacity: 0; 

        -ms-flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .prd-circle-labels .colorswatch-label ul img
    {
        display: block;

        width: 10px;
        height: 10px;
        margin: 5px auto;

        border-radius: 50%;
    }
    .prd-circle-labels .colorswatch-label ul img:hover
    {
        width: 12px;
        height: 12px;
        margin: 4px auto;
    }
    .prd-circle-labels .colorswatch-label.colorswatch-label--variants ul li
    {
        width: 20px;
        height: 20px;
        margin: 5px auto;
    }
    .prd-circle-labels .colorswatch-label.colorswatch-label--variants ul li:hover
    {
        width: 24px;
        height: 24px;
        margin: 3px auto;
    }
    .prd-circle-labels .colorswatch-label.colorswatch-label--variants ul li:hover img
    {
        margin: 0;
    }
    .prd-circle-labels .colorswatch-label.colorswatch-label--variants ul li > *
    {
        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;

        cursor: pointer;
        text-decoration: none;

        border-radius: 50%;
    }
    .prd-circle-labels .colorswatch-label.colorswatch-label--variants ul li img
    {
        position: relative;

        display: block;

        width: 100%;
        height: 100%;
        margin: 0;

        -webkit-transform: translateZ(0) scale(1, 1);

        -webkit-backface-visibility: hidden;
        object-fit: contain;
    }
    .prd-circle-labels .colorswatch-label:hover [class*='icon']
    {
        transform: rotate(360deg);
    }
    .prd-circle-labels .colorswatch-label:hover ul
    {
        max-height: none;
        margin: 2px 0 7px;

        transition: opacity .5s;

        opacity: 1;
    }
    .prd .color-swatch
    {
        position: absolute;
        z-index: 2;
        bottom: 5px;
        left: 2px;

        display: -ms-flexbox;
        display: flex;
            flex-direction: column-reverse;

        max-height: calc(100% - 10px);

        transition: transform .2s, opacity .3s .1s; 
        transform: translate3d(-110%, 0, 0);
        pointer-events: none;

        opacity: 0;

        -ms-flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.prd [class*='circle-label-'],
.prd-promo [class*='circle-label-']
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: row-reverse;

    width: 33px;

    cursor: pointer;
    text-align: right;
    white-space: nowrap; 

    border-radius: 17px;
    background-color: #f7f7f8;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
}
.prd [class*='circle-label-'] [class*='icon'],
.prd-promo [class*='circle-label-'] [class*='icon']
{
    font-size: 19px;

    display: -ms-flexbox;
    display: flex;

    min-width: 33px;
    height: 33px;

    transition: .2s; 

    color: #272727;
    border-radius: 50%;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prd [class*='circle-label-'] .icon-heart-stroke,
.prd-promo [class*='circle-label-'] .icon-heart-stroke
{
    font-size: 18px; 

    padding-top: 1px;
}
.prd [class*='circle-label-'] span,
.prd-promo [class*='circle-label-'] span
{
    font-size: 12px;
    font-weight: bold;
    line-height: 33px;

    overflow: hidden;

    max-width: 0;
    padding: 0;

    transition: 0s; 
    text-transform: uppercase;
    pointer-events: none;

    opacity: 0;
    color: #272727;
}
.prd [class*='circle-label-']:hover,
.prd-promo [class*='circle-label-']:hover
{
    text-decoration: none;
}
@media not all and (hover: none)
{
    .prd [class*='circle-label-']:hover,
    .prd-promo [class*='circle-label-']:hover
    {
        width: auto;

        background-color: #f7f7f8;
    }
    .prd [class*='circle-label-']:hover [class*='icon'],
    .prd-promo [class*='circle-label-']:hover [class*='icon']
    {
        transform: scaleX(-1); 

        color: #272727;
    }
    .prd [class*='circle-label-']:hover span,
    .prd-promo [class*='circle-label-']:hover span
    {
        max-width: 200px;
        padding: 0 10px 0 14px;

        transition: .5s; 

        opacity: 1;
    }
}
.prd [class*='circle-label-'].active,
.prd-promo [class*='circle-label-'].active
{
    background-color: #f7f7f8;
}
.prd [class*='circle-label-'].active [class*='icon'],
.prd-promo [class*='circle-label-'].active [class*='icon']
{
    color: #272727;
}
.prd [class*='circle-label-'] + [class*='circle-label-'],
.prd-promo [class*='circle-label-'] + [class*='circle-label-']
{
    margin-top: 12px;
}
.prd [class*='circle-label-'] + .colorswatch-label,
.prd-promo [class*='circle-label-'] + .colorswatch-label
{
    margin-top: 12px;
}

.prd-big-circle-labels
{
    transition: .2s ease .1s;
}
.prd-big-circle-labels [class*='label-']
{
    position: absolute;
    z-index: 100;
    left: 10px;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100px;
    height: 100px;
    padding: 5px;

    transition: .2s;
    text-align: center; 

    border-radius: 50%;

    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prd-big-circle-labels .label-new
{
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;

    bottom: 50px;

    padding: 10px 5px;

    color: #fff;
    background-color: #fcb83b;

    -ms-flex-pack: start;
    justify-content: flex-start;
}
.prd-big-circle-labels .label-new:only-child
{
    bottom: 15px;

    -ms-flex-pack: center;
    justify-content: center;
}
.prd-big-circle-labels .label-sale
{
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;

    bottom: 15px;

    color: #fff;
    background-color: #fcb83b;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prd-big-circle-labels .label-outstock
{
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;

    bottom: 15px;

    color: #fff;
    background-color: #4f4f4f;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prd-big-squared-labels
{
    position: absolute;
    top: 10px;
    left: 10px;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    transition: .2s ease .1s; 

    -ms-flex-direction: column;
}
.prd-big-squared-labels [class*='label-']
{
    font-size: 11px;
    font-weight: 600;
    line-height: 106%;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    min-width: 44px;
    padding: 5px 9px;

    text-transform: uppercase; 

    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prd-big-squared-labels [class*='label-'] + [class*='label-']
{
    margin-top: 10px;
}
.prd-big-squared-labels [class*='label-'].d-none:first-child + [class*='label-']
{
    margin-top: 0;
}
.prd-big-squared-labels [class*='label-'] .sale-text
{
    display: block;

    width: 100%;

    text-align: center;
}
.prd-big-squared-labels .label-new
{
    color: #fff; 
    background-color: #fcb83b;
}
.prd-big-squared-labels .label-sale
{
    color: #fff; 
    background-color: #fcb83b;
}
.prd-big-squared-labels .label-outstock
{
    color: #fff; 
    background-color: #4f4f4f;
}

@media (min-width: 992px)
{
    .prd-labels-shadow [class*='label-'],
    .prd-labels-shadow [class*='circle-label-']
    {
        box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    }
    .prd-labels-shadow .colorswatch-label
    {
        box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    }
}

.prd-outstock .prd-img img
{
    filter: grayscale(1);
}

.prd-outstock .color-swatch,
.prd-outstock .colorswatch-label,
.prd-outstock .prd-big-circle-labels .label-sale
{
    display: none !important;
}

.prd-img-area .label-wishlist
{
    transition: opacity .4s ease .1s;

    opacity: 0;
}

.prd-tag
{
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;

    transition: .2s; 
    text-decoration: none;
}
.prd-tag:not(:first-child)
{
    margin-top: 10px;
}
.prd-tag,
.prd-tag a
{
    color: #9e9e9e;
}
.prd-tag a:hover
{
    text-decoration: none;
}
.prd-tag + .prd-rating
{
    line-height: 19px;
}
.prd-rating + .prd-tag
{
    margin-top: 5px;
}
.prd-info-top + .prd-tag
{
    margin-top: 5px;
}

.prd-title
{
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;

    margin-bottom: 0;

    transition: .2s;
}
.prd-title:not(:first-child)
{
    margin-top: 6px;
}
.prd-title,
.prd-title a
{
    color: #2e343f;
}
.prd-title a:hover
{
    text-decoration: none;

    color: #fd5397;
}

.prd-hovers:not(:first-child)
{
    margin-top: 10px;
}

@media (min-width: 992px)
{
    .prd:not(.prd--action-off) .prd-hovers
    {
        overflow: hidden; 

        height: 43px;
    }
}

@media (min-width: 992px)
{
    .prd.hovered
    {
        z-index: 3;
    }
    .prd-grid .prd:not(.prd-hor):not(.prd-hor-simple):not(.prd--action-off).hovered .prd-inside,
    [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple):not(.prd--action-off).hovered .prd-inside
    {
        position: absolute;
        z-index: 140; 
        top: 0;
        left: 10px;

        display: block;

        width: calc(100% - 20px);
    }
    .prd.hovered .prd-inside
    {
        overflow: visible;
    }
    .prd.hovered:not(.prd--action-off) .prd-price,
    .prd.hovered:not(.prd--action-off) .prd-action
    {
        transform: translateY(-43px);
    }
    .prd.hovered .countdown-box
    {
        transform: scale(.5); 
        pointer-events: none;

        opacity: 0;
    }
    .prd.hovered .prd-quickview
    {
        pointer-events: all; 

        opacity: 1;
    }
    .prd.hovered .prd-circle-labels
    {
        transform: translate3d(0, 0, 0); 
        pointer-events: all;

        opacity: 1;
    }
    .prd.hovered .prd-big-circle-labels,
    .prd.hovered .prd-big-squared-labels
    {
        transition: .1s ease 0s !important;
        pointer-events: none; 

        opacity: 0 !important;
    }
    .prd.hovered .prd-big-circle-labels .label-new
    {
        bottom: 15px;
    }
    .prd.hovered .color-swatch
    {
        transform: translate3d(0, 0, 0); 
        pointer-events: all;

        opacity: 1;
    }
    .prd.hovered .prd-img img:first-child:not(:only-of-type)
    {
        opacity: 0 !important;
    }
    .prd.hovered .prd-img img + img
    {
        opacity: 1 !important;
    }
    .prd.hovered .prd-circle-labels
    {
        display: -ms-flexbox;
        display: flex;
    }
}

.prd-promo-carousel
{
    margin-right: -15px;
    margin-left: -15px;

    transition: opacity .5s;
}
.prd-promo-carousel .slick-list
{
    width: 100%;
}
.prd-promo-carousel .slick-dots
{
    position: relative;
    bottom: auto;

    margin-top: 16px;
    margin-bottom: -8px;
}
.prd-promo-carousel .prd-promo
{
    max-width: none;
    padding: 0 15px;
}

.prd-promo-carousel:not(.slick-initialized)
{
    height: 600px; 

    opacity: 0;
}

.prd-promo-carousel.slick-initialized
{
    opacity: 1;
}

.prd-promo .prd-inside
{
    position: relative;
}

.prd-promo .prd-hover
{
    overflow: hidden; 

    margin-top: 10px;
}
@media (min-width: 992px)
{
    .prd-promo .prd-hover
    {
        height: 56px;
    }
}
@media (max-width: 991px)
{
    .prd-promo .prd-hover
    {
        height: 28px;
    }
}

.prd-promo .prd-action
{
    transform: translate3d(0, 0, 0);
}
@media (min-width: 992px)
{
    .prd-promo .prd-action
    {
        margin-top: 18px; 

        transition: .2s;
    }
}

.prd-promo .prd-rating
{
    font-size: 14px; 

    margin-top: 10px;
}
.prd-promo .prd-rating [class*='icon']
{
    font-size: 18px;
}

.prd-promo .prd-title
{
    font-size: 18px;
    line-height: 24px;
}
.prd-promo .prd-title:not(:first-child)
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .prd-promo .prd-title:not(:first-child)
    {
        margin-top: 15px;
    }
}
.prd-promo .prd-title,
.prd-promo .prd-title a
{
    color: #2e343f;
}
.prd-promo .prd-title a:hover
{
    color: #fd5397;
}

.prd-promo .prd-price
{
    display: -ms-flexbox;
    display: flex;

    transition: .2s;
    transform: translate3d(0, 0, 0); 

    -ms-flex-align: center;
    align-items: center;
}
.prd-promo .prd-price .price-new
{
    font-size: 21px;
    line-height: 43px;
}
.prd-promo .prd-price .price-old
{
    padding: 13px;
    padding: 0 10px; 

    -ms-flex-order: -1;
    order: -1;
}
@media (min-width: 992px)
{
    .prd-promo .prd-price
    {
        margin-bottom: 10px;
    }
}

.prd-promo .prd-labels
{
    top: 10px;
    left: 5px;
}

@media (min-width: 992px)
{
    .prd-promo:hover .countdown-box
    {
        transform: scale(.5); 
        pointer-events: none;

        opacity: 0;
    }
}

.prd-promo:hover .prd-img img:first-child:not(:only-of-type)
{
    opacity: 0 !important;
}

.prd-promo:hover .prd-img img + img
{
    opacity: 1 !important;
}

@media (min-width: 992px)
{
    .prd-promo .prd-img-area:hover .prd-circle-labels
    {
        pointer-events: all;

        opacity: 1;
    }
    .prd-promo:hover .prd-quickview
    {
        pointer-events: all; 

        opacity: 1;
    }
    .prd-promo:hover .prd-circle-labels
    {
        transform: translate3d(0, 0, 0); 
        pointer-events: all;

        opacity: 1;
    }
}

@media (min-width: 992px)
{
    .prd-promo.prd-promo--lg .prd-inside
    {
        text-align: center;
    }
    .prd-promo.prd-promo--lg .prd-title
    {
        font-size: 20px;

        max-width: none;
    }
    .prd-promo.prd-promo--lg .prd-img-area
    {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .prd-promo.prd-promo--lg .prd-img img
    {
        display: -ms-flexbox;
        display: flex;

        width: auto;
        max-height: 485px;
        margin-right: auto; 
        margin-left: auto;
    }
    .prd-promo.prd-promo--lg .prd-rating
    {
        font-size: 14px; 

        min-height: 20px;
        margin-top: 7px;
    }
    .prd-promo.prd-promo--lg .prd-price
    {
        margin-bottom: 0;
    }
    .prd-promo.prd-promo--lg .prd-price .price-new
    {
        font-size: 20px;
        line-height: 34px;
    }
    .prd-promo.prd-promo--lg .prd-price .price-old
    {
        font-size: 14px;
    }
    .prd-promo.prd-promo--lg .prd-big-circle-labels .label-sale
    {
        top: 50px;
    }
    .prd-promo.prd-promo--lg .prd-big-circle-labels .label-sale:only-child
    {
        top: 15px;
    }
    .prd-promo.prd-promo--lg .prd-big-circle-labels .label-new
    {
        top: 15px;
    }
    .prd-promo.prd-promo--lg .prd-info
    {
        padding-top: 20px;

        -ms-flex-align: center;
        align-items: center;
    }
    .prd-promo.prd-promo--lg .prd-hover
    {
        height: auto; 
        margin-top: 5px;
    }
}

@media (max-width: 991px)
{
    .prd-promo.prd-promo--lg .prd-rating
    {
        min-height: 23px;
        margin-top: 4px;
    }
    .prd-promo.prd-promo--lg .prd-hover
    {
        margin-top: 2px;
    }
    .prd-promo.prd-promo--lg .prd-price .price-new
    {
        font-size: 18px;
        line-height: 28px;
    }
    .prd-promo.prd-promo--lg .prd-price .price-old
    {
        font-size: 14px;
    }
    .prd-promo.prd-promo--lg .prd-info
    {
        padding-top: 12px;

        -ms-flex-align: center;
        align-items: center;
    }
}

.prd-horgrid .prd,
.prd-hor,
.prd-hor-simple
{
    margin-bottom: 30px;
}
.prd-horgrid .prd .prd-inside,
.prd-hor .prd-inside,
.prd-hor-simple .prd-inside
{
    display: -ms-flexbox;
    display: flex;

    background-color: #fff; 

    -ms-flex-align: center;
    align-items: center;
}
.prd-horgrid .prd .prd-img-area,
.prd-hor .prd-img-area,
.prd-hor-simple .prd-img-area
{
    min-width: calc(49.9% - 30px);
    height: auto; 
    margin: 0 30px 0 0;
}
.prd-horgrid .prd .prd-info,
.prd-hor .prd-info,
.prd-hor-simple .prd-info
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    min-width: 50%; 
    margin-top: 0;

    -ms-flex-direction: column;
}
.prd-horgrid .prd .prd-info-top,
.prd-hor .prd-info-top,
.prd-hor-simple .prd-info-top
{
    display: block;
}
.prd-horgrid .prd .prd-price,
.prd-hor .prd-price,
.prd-hor-simple .prd-price
{
    height: auto !important;
    margin-top: 20px;
}
.prd-horgrid .prd .prd-action,
.prd-hor .prd-action,
.prd-hor-simple .prd-action
{
    margin-top: 20px;
}
.prd-horgrid .prd .prd-action-right,
.prd-hor .prd-action-right,
.prd-hor-simple .prd-action-right
{
    display: none;
}
@media (max-width: 1860px)
{
    .prd-horgrid .prd .prd-img-area .prd-big-circle-labels [class^='label-'],
    .prd-hor .prd-img-area .prd-big-circle-labels [class^='label-'],
    .prd-hor-simple .prd-img-area .prd-big-circle-labels [class^='label-']
    {
        line-height: 18px;
    }
    .prd-horgrid .prd .prd-img-area [class*='circle-label-'] + [class*='circle-label-'],
    .prd-hor .prd-img-area [class*='circle-label-'] + [class*='circle-label-'],
    .prd-hor-simple .prd-img-area [class*='circle-label-'] + [class*='circle-label-']
    {
        margin-top: 8px;
    }
}
.prd-horgrid .prd .color-swatch,
.prd-hor .color-swatch,
.prd-hor-simple .color-swatch
{
    max-height: 100%;
}
.prd-horgrid .prd .prd-hovers,
.prd-hor .prd-hovers,
.prd-hor-simple .prd-hovers
{
    height: auto !important;
    margin-top: 0;
}
.prd-horgrid .prd.hovered .prd-labels,
.prd-hor.hovered .prd-labels,
.prd-hor-simple.hovered .prd-labels
{
    display: none;
}
.prd-horgrid .prd.hovered .prd-action,
.prd-horgrid .prd.hovered .prd-price,
.prd-hor.hovered .prd-action,
.prd-hor.hovered .prd-price,
.prd-hor-simple.hovered .prd-action,
.prd-hor-simple.hovered .prd-price
{
    transform: translate3d(0, 0, 0);
}
@media (min-width: 992px)
{
    .prd-horgrid .prd.hovered:not(.prd--action-off) .prd-price,
    .prd-horgrid .prd.hovered:not(.prd--action-off) .prd-action,
    .prd-hor.hovered:not(.prd--action-off) .prd-price,
    .prd-hor.hovered:not(.prd--action-off) .prd-action,
    .prd-hor-simple.hovered:not(.prd--action-off) .prd-price,
    .prd-hor-simple.hovered:not(.prd--action-off) .prd-action
    {
        transform: translate3d(0, 0, 0);
    }
}
.prd-horgrid .prd .prd-info-top + .prd-rating,
.prd-hor .prd-info-top + .prd-rating,
.prd-hor-simple .prd-info-top + .prd-rating
{
    display: none;
}

.prd-hor-simple
{
    margin-bottom: 0;
}
.prd-hor-simple .prd-price
{
    margin-top: 6px;
    margin-right: -5px;
    margin-left: -5px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prd-hor-simple .prd-price .price-old,
.prd-hor-simple .prd-price .price-new
{
    padding: 0 5px;
}
.prd-hor-simple .prd-title
{
    margin-top: 2px;
}
.prd-hor-simple .prd-tag
{
    margin-top: 7px;
}

.prd-rating
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}
.prd-rating [class*='icon']
{
    font-size: 16px;
    line-height: 1em;

    margin-right: 2px;

    color: #b4b4b4;
}
.prd-rating [class*='icon']:last-child
{
    margin-right: 0;
}
.prd-rating [class*='icon'].fill
{
    color: #fd5397;
}

.prd-price .prd-rating
{
    min-width: 100%;

    -ms-flex-pack: center;
    justify-content: center;
}

.prd-info.text-center .prd-rating,
.prd-info.text-center .prd-price
{
    -ms-flex-pack: center;
    justify-content: center;
}

.prd-grid.listing-view
{
    margin: 0;
}

.prd-grid.listing-view .prd
{
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 40px 0 0 2px; 

    -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
}
@media (max-width: 991px)
{
    .prd-grid.listing-view .prd .prd-title
    {
        margin-top: 0;
    }
}
.prd-grid.listing-view .prd .prd-inside
{
    overflow: hidden; 

    padding: 0;
}
.prd-grid.listing-view .prd .prd-tag
{
    margin-top: 0;
}
.prd-grid.listing-view .prd .prd-description
{
    font-size: 13px;
    line-height: 1.333em; 

    margin-top: 10px;
}
.prd-grid.listing-view .prd .prd-description + *
{
    margin-top: 20px;
}
.prd-grid.listing-view .prd .prd-img-area
{
    float: left; 

    width: calc(31.8% - 15px);
    margin-right: 15px;
}
.prd-grid.listing-view .prd .prd-info
{
    float: left;

    width: 65%;
    padding: 10px 28px 10px 5px;
}

.prd-carousel img
{
    -webkit-transform: translateZ(0) scale(1, 1);
}

.prd-carousel *
{
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.prd-carousel-vert
{
    margin-top: -20px;
}
.prd-carousel-vert .prd
{
    margin-top: 20px;
    margin-bottom: 0;
}

.prd-carousel-vert .prd.slick-slide
{
    margin-right: 0; 
    margin-left: 0;
}

@media (max-width: 991px)
{
    .prd-carousel-vert
    {
        margin: 0;
    }
    .prd-carousel-vert .prd
    {
        margin: 0;
    }
}

.prd-vertical-sm .prd-img img,
.prd-vertical-simple .prd-img img
{
    transition: .2s;
}

.prd-vertical-sm .prd-img:hover img,
.prd-vertical-simple .prd-img:hover img
{
    opacity: .85;
}

.prd-promo
{
    max-width: 570px;
    margin-right: auto; 
    margin-left: auto;
}

.prd-listview .prd
{
    max-width: 1200px;
    height: auto !important; 
    margin-right: auto;
    margin-left: auto;
}
.prd-listview .prd .prd-inside
{
    display: -ms-flexbox;
    display: flex;
}
.prd-listview .prd + .prd
{
    margin-top: 80px;
}
@media (max-width: 767px)
{
    .prd-listview .prd + .prd
    {
        margin-top: 60px;
    }
}
@media (max-width: 575px)
{
    .prd-listview .prd + .prd
    {
        margin-top: 50px;
    }
}
.prd-listview .prd .prd-img-area
{
    overflow: visible;

    max-width: 23%;
    height: 100%; 

    -ms-flex: 0 0 23%;
        flex: 0 0 23%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .prd-listview .prd .prd-img-area
    {
        max-width: 220px; 

        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    }
}
@media (max-width: 575px)
{
    .prd-listview .prd .prd-img-area
    {
        max-width: 140px; 

        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    }
}
.prd-listview .prd .prd-img-area .circle-label-compare,
.prd-listview .prd .prd-img-area .circle-label-qview
{
    display: none !important;
}
.prd-listview .prd .prd-img-area .colorswatch-label
{
    margin: 0;
}
.prd-listview .prd .prd-img-area:hover .prd-circle-labels
{
    pointer-events: all;

    opacity: 1;
}
@media not all and (hover: none)
{
    .prd-listview .prd [class*='circle-label-']:hover
    {
        width: -webkit-fit-content;
        width:    -moz-fit-content;
        width:         fit-content;
    }
}
.prd-listview .prd.prd-off-description .prd-img-area
{
    max-width: 23%; 

    -ms-flex: 0 0 23%;
        flex: 0 0 23%;
}
@media (max-width: 767px)
{
    .prd-listview .prd.prd-off-description .prd-img-area
    {
        max-width: 40%; 

        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    }
}
@media (max-width: 575px)
{
    .prd-listview .prd.prd-off-description .prd-img-area
    {
        max-width: 50%; 

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}
.prd-listview .prd .prd-info-wrap
{
    padding-left: 30px;
}
@media (min-width: 768px)
{
    .prd-listview .prd .prd-info-wrap
    {
        -ms-flex: 1;
            flex: 1;
    }
}
@media (max-width: 767px)
{
    .prd-listview .prd .prd-info-wrap
    {
        padding-left: 15px;
    }
}
.prd-listview .prd .prd-info-wrap .prd-action
{
    display: -ms-flexbox;
    display: flex;
}
.prd-listview .prd .color-swatch,
.prd-listview .prd .prd-circle-labels
{
    transform: translate3d(0, 0, 0);
}
.prd-listview .prd .prd-info
{
    margin-top: 0;
}
@media (min-width: 768px)
{
    .prd-listview .prd .prd-info
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: row;

        -ms-flex: 1;
            flex: 1;
        -ms-flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }
}
.prd-listview .prd .prd-info .prd-circle-labels
{
    position: relative;
    right: 0;
    left: 0;

    display: -ms-flexbox !important;
    display: flex !important;
        flex-direction: row;

    margin-right: -7px; 
    margin-left: -7px;

    pointer-events: all;

    opacity: 1;

    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row;
}
.prd-listview .prd .prd-info .prd-circle-labels > *
{
    margin-right: 7px; 
    margin-left: 7px;
}
.prd-listview .prd .prd-info .prd-circle-labels > * + *
{
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .prd-listview .prd .prd-info .prd-circle-labels
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .prd-listview .prd .prd-info .prd-circle-labels
    {
            flex-direction: row;

        margin-left: auto;

        -ms-flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .prd-listview .prd .prd-info .prd-circle-labels > * + *
    {
        margin-top: 0;
    }
}
.prd-listview .prd .prd-info .prd-circle-labels [class*='circle-label-'] span
{
    display: none;
}
.prd-listview .prd .prd-info [class*='circle-label-']
{
    transition: .2s;
}
.prd-listview .prd .prd-action
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .prd-listview .prd .prd-action
    {
        margin-top: 15px;
    }
}
@media (max-width: 575px)
{
    .prd-listview .prd .prd-action .btn
    {
        width: 100%;
    }
}
.prd-listview .prd .prd-action-right
{
    display: none;
}
.prd-listview .prd .prd-action-left
{
    width: auto !important;
}
.prd-listview .prd .prd-hovers .prd-action
{
    display: none;
}
@media (max-width: 575px)
{
    .prd-listview .prd .prd-action-left
    {
        width: 100%;
    }
}
.prd-listview .prd .prd-hovers
{
    display: -ms-flexbox;
    display: flex;
    overflow: visible; 
        flex-direction: column;

    min-width: 200px;
    height: auto;
    padding-left: 50px;

    -ms-flex-direction: column;
}
@media (max-width: 767px)
{
    .prd-listview .prd .prd-hovers
    {
            flex-direction: row-reverse;

        margin-top: 0;
        padding-left: 15px; 

        -ms-flex-direction: row-reverse;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 768px)
{
    .prd-listview .prd .prd-hovers .prd-circle-labels
    {
        -ms-flex-order: 10;
        order: 10;
    }
}
.prd-listview .prd .prd-hovers:not(:first-child)
{
    margin-top: 0;
}
.prd-listview .prd .prd-description
{
    font-size: 15px;
    line-height: 23px;

    display: block;

    margin-top: 23px;
}
@media (max-width: 767px)
{
    .prd-listview .prd .prd-description
    {
        font-size: 13px;
        line-height: 18px;

        margin-top: 15px;
    }
}
.prd-listview .prd .prd-description [class^='mt-']
{
    margin-top: 15px !important;
}
.prd-listview .prd .prd-price
{
    font-size: 20px; 

    height: auto;
}
@media (min-width: 768px)
{
    .prd-listview .prd .prd-price
    {
            flex-direction: column;

        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-direction: column;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .prd-listview .prd .prd-price .prd-rating
    {
        display: none;

        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .prd-listview .prd .prd-price .price-old
    {
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .prd-listview .prd .prd-price
    {
        font-size: 18px; 

        margin-top: 10px;
    }
}
.prd-listview .prd .color-swatch
{
    position: relative;
    z-index: 1;
    bottom: auto;

    display: -ms-flexbox;
    display: flex;
        flex-direction: row;

    width: 100%;
    margin-top: 5px;

    opacity: 1; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
}
.prd-listview .prd .color-swatch li
{
    max-width: none;

    pointer-events: all;
}
.prd-listview .prd .prd-quickview
{
    display: none;
}
.prd-listview .prd .prd-img-area:hover .countdown-box
{
    transform: scale(.5); 
    pointer-events: none;

    opacity: 0;
}
.prd-listview .prd .prd-title
{
    font-weight: 600; 

    margin-top: 5px;
}
.prd-listview .prd .prd-info-top
{
    display: block;
}
.prd-listview .prd .prd-img-area:hover .prd-img img:first-child:not(:only-of-type)
{
    opacity: 0 !important;
}
.prd-listview .prd .prd-img-area:hover .prd-img img + img
{
    opacity: 1 !important;
}
.prd-listview .prd .prd-info-top + .prd-rating
{
    display: none;
}

.prd-grid .prd-w-lg:not(.prd-hor) .prd-action .btn[class*='select-add-to-cart']
{
    padding: 14px 16px;
}

.prd-labels--max:not(.prd-w-xs):not(.prd-w-xxs) .countdown-circle
{
    display: none;
}

.prd-labels--max:not(.prd-w-xs):not(.prd-w-xxs) .prd-big-circle-labels .label-new,
.prd-labels--max:not(.prd-w-xs):not(.prd-w-xxs) .prd-big-circle-labels .label-sale,
.prd-labels--max:not(.prd-w-xs):not(.prd-w-xxs) .prd-big-circle-labels .label-outstock
{
    font-size: 15px;
    line-height: 16px; 

    width: 65px;
    height: 65px;
}

.prd-labels--max:not(.prd-w-xs):not(.prd-w-xxs) .prd-big-circle-labels .label-new
{
    bottom: 45px;
}
.prd-labels--max:not(.prd-w-xs):not(.prd-w-xxs) .prd-big-circle-labels .label-new:only-child
{
    bottom: 15px;
}

.prd-labels--max:not(.prd-w-xs):not(.prd-w-xxs) .prd-big-circle-labels .label-outstock
{
    bottom: 15px;
}

.prd-w-lg .countdown-circle
{
    display: none;
}

.prd-w-lg .prd-big-circle-labels .label-new,
.prd-w-lg .prd-big-circle-labels .label-sale,
.prd-w-lg .prd-big-circle-labels .label-outstock
{
    font-size: 15px;
    line-height: 16px; 

    width: 65px;
    height: 65px;
}

.prd-w-lg .prd-big-circle-labels .label-new
{
    bottom: 45px;
}
.prd-w-lg .prd-big-circle-labels .label-new:only-child
{
    bottom: 15px;
}

.prd-w-lg .prd-big-circle-labels .label-outstock
{
    bottom: 15px;
}

.prd-grid .prd-w-md:not(.prd-hor) .prd-action .btn
{
    padding: 14px 16px;
}

.prd-w-md .countdown-circle
{
    display: none;
}

.prd-w-md .prd-big-circle-labels .label-new,
.prd-w-md .prd-big-circle-labels .label-sale,
.prd-w-md .prd-big-circle-labels .label-outstock
{
    font-size: 15px;
    line-height: 16px; 

    width: 65px;
    height: 65px;
}

.prd-w-md .prd-big-circle-labels .label-new
{
    bottom: 45px;
}
.prd-w-md .prd-big-circle-labels .label-new:only-child
{
    bottom: 15px;
}

.prd-w-md .prd-big-circle-labels .label-outstock
{
    bottom: 15px;
}

.prd-w-md [class*='circle-label-'] + [class*='circle-label-']
{
    margin-top: 8px;
}

.prd-w-md [class*='circle-label-'] + .colorswatch-label
{
    margin-top: 8px;
}

.prd-grid .prd-w-sm:not(.prd-hor) .prd-action .btn
{
    width: 100%;
    padding: 14px 16px;
}

.prd-w-sm .prd-action-left
{
    width: 100%;
}

.prd-w-sm .prd-action-right
{
    display: none;
}

.prd-w-sm .countdown-circle
{
    display: none;
}

.prd-w-sm .prd-big-circle-labels .label-new,
.prd-w-sm .prd-big-circle-labels .label-sale,
.prd-w-sm .prd-big-circle-labels .label-outstock
{
    font-size: 15px;
    line-height: 16px; 

    width: 65px;
    height: 65px;
}

.prd-w-sm .prd-big-circle-labels .label-new
{
    bottom: 45px;
}
.prd-w-sm .prd-big-circle-labels .label-new:only-child
{
    bottom: 15px;
}

.prd-w-sm .prd-big-circle-labels .label-outstock
{
    bottom: 15px;
}

.prd-w-sm [class*='circle-label-'] + [class*='circle-label-']
{
    margin-top: 6px;
}

.prd-w-sm [class*='circle-label-'] + .colorswatch-label
{
    margin-top: 6px;
}

.prd-w-sm .prd-action-right
{
    display: none;
}

.prd-grid .prd-w-xs:not(.prd-hor) .prd-action .btn,
.prd-grid .prd-w-xxs:not(.prd-hor) .prd-action .btn
{
    font-size: 13px; 

    width: 100%;
    padding: 14px 16px;
}

.prd-grid .prd-w-xs:not(.prd-hor) .prd-info.prd-info--pad,
.prd-grid .prd-w-xxs:not(.prd-hor) .prd-info.prd-info--pad
{
    padding: 0 10px 15px;
}

.prd-w-xs .prd-action-left,
.prd-w-xxs .prd-action-left
{
    width: 100%;
}

.prd-w-xs .prd-action-right,
.prd-w-xxs .prd-action-right
{
    display: none;
}

.prd-w-xs .countdown-circle,
.prd-w-xxs .countdown-circle
{
    display: none;
}

.prd-w-xs [class*='circle-label-'] + [class*='circle-label-'],
.prd-w-xxs [class*='circle-label-'] + [class*='circle-label-']
{
    margin-top: 5px;
}

.prd-w-xs [class*='circle-label-'] + .colorswatch-label,
.prd-w-xxs [class*='circle-label-'] + .colorswatch-label
{
    margin-top: 5px;
}

.prd-w-xs .prd-big-circle-labels .label-new,
.prd-w-xs .prd-big-circle-labels .label-sale,
.prd-w-xxs .prd-big-circle-labels .label-new,
.prd-w-xxs .prd-big-circle-labels .label-sale
{
    font-size: 10px;
    line-height: 12px; 

    top: 5px;
    bottom: auto;

    width: 34px;
    height: 34px;
}

.prd-w-xs .prd-big-circle-labels .label-outstock,
.prd-w-xxs .prd-big-circle-labels .label-outstock
{
    font-size: 12px;
    font-weight: 600; 
    line-height: 13px;

    bottom: 15px;

    width: 50px;
    height: 50px;
}

.prd-w-xs .prd-big-circle-labels .label-new + .label-sale,
.prd-w-xxs .prd-big-circle-labels .label-new + .label-sale
{
    top: 42px;
}

.prd-w-xs .sale-text,
.prd-w-xxs .sale-text
{
    display: none;
}

.prd-w-xs .prd-title,
.prd-w-xxs .prd-title
{
    line-height: 20px; 

    z-index: 14;
}

/* mobile product*/
@media (max-width: 991px)
{
    .prd-hide-mobile
    {
        display: none !important;
    }
    .prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .prd-info,
    [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .prd-info
    {
        margin-top: 15px;
    }
    .prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .countdown-circle,
    [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .countdown-circle
    {
        display: none;
    }
    .prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .prd-action,
    [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .prd-action
    {
        margin-top: 10px;
    }
    .prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .prd-circle-labels,
    [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .prd-circle-labels,
    .prd-promo .prd-circle-labels
    {
        pointer-events: all;

        opacity: 1;
    }
    .prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .circle-label-compare,
    .prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .circle-label-qview,
    [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .circle-label-compare,
    [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .circle-label-qview,
    .prd-promo .circle-label-compare,
    .prd-promo .circle-label-qview
    {
        position: absolute;
        z-index: 1;
        top: 5px;
        right: 5px; 

        display: -ms-flexbox;
        display: flex;
    }
    .prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .circle-label-compare + .circle-label-qview,
    [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .circle-label-compare + .circle-label-qview,
    .prd-promo .circle-label-compare + .circle-label-qview
    {
        top: 42px;
    }
    .prd-grid .prd:not(.prd-hor):not(.prd-hor-simple) .prd-img-area,
    [class*='prd-carousel'] .prd:not(.prd-hor):not(.prd-hor-simple) .prd-img-area,
    .prd-promo .prd-img-area
    {
        display: block;
    }
    .prd:not(.prd-hor) .colorswatch-label [class^='icon-']
    {
        display: none;
    }
    .prd:not(.prd-hor) .colorswatch-label ul
    {
        display: -ms-flexbox;
        display: flex;

        margin: 10px -8px 0;
        padding: 0;

        list-style: none;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .prd:not(.prd-hor) .colorswatch-label ul a
    {
        display: block;

        cursor: pointer;
    }
    .prd:not(.prd-hor) .colorswatch-label ul img
    {
        width: 18px;
        height: 18px;
        margin: 4px 8px;

        border-radius: 50%;
    }
    .prd:not(.prd-hor) .color-swatch
    {
        position: relative;
        z-index: 1;

        display: -ms-flexbox;
        display: flex;

        margin: 10px -3px 0; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

body.equal-height .prd-img:not(.prd-img--noequal) .image-container
{
    padding-bottom: 128.48% !important;
}

body.equal-height .prd-img:not(.prd-img--noequal)
{
    overflow: hidden;

    height: 0;
    padding-bottom: 128.48% !important;
}

body.equal-height .prd-img:not(.prd-img--noequal) img
{
    position: absolute;
    right: 0; 
    left: 0;

    width: auto;
    height: 100%;
    margin: 0 auto;

    object-fit: contain;
}

body.equal-height .product-main-carousel:not(.slick-initialized) > div > span,
body.equal-height .product-main-carousel .slick-slide > span
{
    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 128.48%;
}
body.equal-height .product-main-carousel:not(.slick-initialized) > div > span img,
body.equal-height .product-main-carousel .slick-slide > span img
{
    position: absolute !important;
    top: 0; 
    right: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    object-fit: contain !important;
}

body.equal-height .prd-img.prd-img--noequal,
body:not(.equal-height) .prd-img.prd-img--noequal
{
    padding-bottom: 0;
}

.prd--action-off
{
    height: auto !important;
}
.prd--action-off .prd-rating:not(:first-child)
{
    margin-top: 5px;
}

.prd-horgrid .prd .prd-hovers .prd-rating,
.prd-horgrid .prd .prd-hovers .prd-tag,
.prd-hor.prd--action-off .prd-hovers .prd-rating,
.prd-hor.prd--action-off .prd-hovers .prd-tag
{
    display: none;
}

.prd-listview .prd--action-off .prd-hovers .prd-rating,
.prd-listview .prd--action-off .prd-hovers .prd-tag
{
    display: none;
}

.off-animation .prd .color-swatch
{
    transition: none !important;
}

.prd:not([class*='prd-w']),
.prd-hor:not([class*='prd-w']),
.prd-promo:not([class*='prd-w'])
{
    opacity: 0;
}

.prd-carousel.js-prd-carousel-single .prd
{
    margin-right: 0; 
    margin-left: 0;
}

.prd-grid .prd--style2:not(.prd-hor) .prd-title
{
    text-align: center;
}

.prd-grid .prd--style2:not(.prd-hor) .prd-price
{
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.prd-grid .prd--style2:not(.prd-hor) .prd-info
{
    margin-top: 15px;
}

.prd-grid .prd--style2:not(.prd-hor) .prd-action .btn
{
    margin-right: auto; 
    margin-left: auto;
}

.prd-grid .prd--style2:not(.prd-hor) .prd-action-left:only-child
{
    margin-right: auto; 
    margin-left: auto;
}

.prd-grid .prd--style2:not(.prd-hor) .prd-tag
{
    text-align: center;
}

.prd-grid .prd--style2:not(.prd-hor).prd-w-sm .prd-action-left,
.prd-grid .prd--style2:not(.prd-hor).prd-w-xs .prd-action-left,
.prd-grid .prd--style2:not(.prd-hor).prd-w-xxs .prd-action-left
{
    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.prd-info.prd-info--pad
{
    padding: 0 20px 20px;
}

.bnslider-product-name,
.payment-notification-name,
.prd-title,
h2.prd-title,
.h2-style.prd-title,
.prd-block_title,
h2.minicart-prd-name,
h2.sticky-addcart_title,
h1.sticky-addcart_title,
.popup-addedtocart_title,
.dropdn-content ul.search-results li .title
{
   
}

.prd-lookbook
{
    text-align: center;
}
.prd-lookbook .prd-info
{
    margin-top: 10px;
}
.prd-lookbook .prd-info > * + *
{
    margin-top: 10px;
}
@media (max-width: 575px)
{
    .prd-lookbook .prd-info > * + *
    {
        margin-top: 6px;
    }
}
.prd-lookbook .prd-price
{
    -ms-flex-pack: center;
    justify-content: center;
}

.circle-label-wishlist--off
{
    display: none !important;
}

.prd--in-wishlist .circle-label-wishlist--add
{
    display: none !important;
}

.prd--in-wishlist .circle-label-wishlist--off
{
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 992px)
{
    .product-listing:not(.prd-listview) .prd.prd--in-wishlist .prd-circle-labels
    {
        transition: 0s; 

        opacity: 1 !important;
    }
    .product-listing:not(.prd-listview) .prd.prd--in-wishlist .circle-label-qview,
    .product-listing:not(.prd-listview) .prd.prd--in-wishlist .colorswatch-label
    {
        transition: .2s; 
        transform: translate3d(40px, 0, 0);

        opacity: 0;
    }
    .product-listing:not(.prd-listview) .prd--in-wishlist .circle-label-wishlist--off
    {
        transform: translate3d(-40px, 0, 0);
    }
    .product-listing:not(.prd-listview) .prd.prd--in-wishlist.hovered .prd-circle-labels .circle-label-wishlist--off
    {
        transform: translate3d(0, 0, 0);
    }
    .product-listing:not(.prd-listview) .prd.prd--in-wishlist.hovered .circle-label-qview,
    .product-listing:not(.prd-listview) .prd.prd--in-wishlist.hovered .colorswatch-label
    {
        transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

.btn-add-to-wishlist.btn-add-to-wishlist--off
{
    display: none;
}

.prd--in-wishlist .btn-add-to-wishlist.btn-add-to-wishlist--off
{
    display: -ms-flexbox;
    display: flex;
}

.prd--in-wishlist .btn-add-to-wishlist.btn-add-to-wishlist--add
{
    display: none;
}

.prd-single-wrap
{
    max-width: 475px;
    margin-right: auto; 
    margin-left: auto;

    text-align: center;
}

.prd-single
{
    display: inline-block;
}

.prd-single-img
{
    position: relative;
}

.prd-single .foxic-loader
{
    display: none;
}

.prd-single.prd-loading .foxic-loader
{
    display: block;
}

.prd-single .colorswatch-label
{
    position: absolute;
    z-index: 1;
    top: auto; 
    right: 15px;
    bottom: auto;
}
.prd-single .colorswatch-label ul
{
    margin: 0; 
    padding: 0;

    list-style: none;
}
.prd-single .colorswatch-label li
{
    margin-top: 36px;
    margin-bottom: 36px;
}
.prd-single .colorswatch-label li a
{
    display: block;
    overflow: hidden;

    width: 36px;
    height: 36px;

    border-radius: 50%;
}
.prd-single .colorswatch-label li a img
{
    width: 100%;
}

.prd-single .prd-info > *
{
    margin-bottom: 0;
}

.prd-single .prd-price
{
    font-size: 23px;
    font-weight: 600; 
    line-height: 1.52em;

    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 575px)
{
    .prd-single .prd-price
    {
        font-size: 20px;
    }
}

.prd-single .product-title
{
    font-size: 23px;
    font-weight: 600; 
    line-height: 1.52em;
}
@media (max-width: 575px)
{
    .prd-single .product-title
    {
        font-size: 20px;
    }
}

.prd-single .prd-info
{
    margin-top: 20px;
}

.prd-single .prd-info > * + *
{
    margin-top: 20px;
}

.prd-custom-over
{
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: auto;
    left: 15px;

    max-width: 20% !important;
}

.prd-custom-over-item
{
    text-align: center;
}
.prd-custom-over-item-icon
{
    font-size: 40px;
    line-height: 1em;

    display: -ms-flexbox;
    display: flex;

    width: 60px;
    height: 60px;
    margin: 0 auto;

    color: #000;
    border: 1px solid #000; 
    border-radius: 50%;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 575px)
{
    .prd-custom-over-item-icon
    {
        font-size: 25px; 

        width: 40px;
        height: 40px;
    }
}
.prd-custom-over-item-icon svg
{
    width: 40px;
    height: 40px;
}
.prd-custom-over-item-icon svg path:not([class*='cv'])
{
    fill: currentcolor;
}
@media (max-width: 575px)
{
    .prd-custom-over-item-icon svg
    {
        width: 25px;
        height: 25px;
    }
}
.prd-custom-over-item-text
{
    font-size: 14px;
    font-weight: 500; 
    line-height: 1.25em;

    margin-top: 7px;
}
@media (max-width: 575px)
{
    .prd-custom-over-item-text
    {
        font-size: 12px;
    }
}
.prd-custom-over-item + .prd-custom-over-item
{
    margin-top: 15px;
}

.prd.prd-hor-simple .prd-title
{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.prd.prd-hor-simple .prd-price
{
    margin-top: 10px;
}

.prd.prd-hor-simple .prd-price .price-new
{
    font-weight: 400;
}

.prd.prd-hor-simple .prd-rating
{
    margin-top: 5px;
}

.prd.prd-hor-simple .prd-img-area
{
    min-width: 49.9% !important;
    margin: 0 !important;
}

.prd.prd-hor-simple .prd-info.prd-info--pad
{
    padding: 20px;
}

.prd.prd-hor-simple .prd-circle-labels + .colorswatch-label
{
    display: none;
}

@media (max-width: 991px)
{
    .prd.prd-hor-simple .colorswatch-label [class^='icon-']
    {
        display: none;
    }
    .prd.prd-hor-simple .prd-circle-labels + .colorswatch-label
    {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 5px; 
        left: 0;

        display: block;
    }
    .prd.prd-hor-simple .prd-circle-labels
    {
        position: absolute;
        z-index: 1;
        top: 5px; 
        right: 5px;
    }
    .prd.prd-hor-simple .prd-circle-labels .colorswatch-label
    {
        display: none;
    }
}

.prd-hor--lg .prd-description
{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

    display: block;

    color: #2e343f;
}

@media (max-width: 991px)
{
    .prd-hor--lg .prd-description
    {
        font-size: 15px;
        line-height: 23px;
    }
}

@media (max-width: 575px)
{
    .prd-hor--lg .prd-description
    {
        font-size: 14px;
        line-height: 20px;
    }
}

.prd-hor--lg .prd-info .prd-card_countdown
{
    display: none;
}

.prd-hor--lg .prd-img-area .prd-card_countdown
{
    display: block;
}

.prd-hor--lg.prd--style2:not(.prd-hor) .prd-description
{
    text-align: center;
}

.prd-hor.prd-hor--lg .prd-title
{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35em;
}

.prd-hor.prd-hor--lg .prd-price
{
    font-size: 20px;

    margin-top: 10px !important;
}

.prd-hor.prd-hor--lg .prd-price .price-old
{
    font-size: 16px;
}

.prd-hor.prd-hor--lg.prd-has-countdown .prd-action
{
    display: none !important;

    opacity: 0;
}

.prd-hor.prd-hor--lg .prd-card_countdown
{
    margin-top: 20px;
    margin-left: -3px;
}

.prd-hor.prd-hor--lg .prd-card_countdown,
.prd-hor.prd-hor--lg .prd-action
{
    height: 55px;
}

.prd-hor.prd-hor--lg .prd-inside
{
    background-color: #fff;
}

.prd-hor.prd-hor--lg .prd-img-area
{
    min-width: calc(44.9% - 30px);
}

.prd-hor.prd-hor--lg .prd-info
{
    min-width: calc(55% - 15px);
    max-width: calc(55% - 15px);
}

.prd-hor.prd-hor--lg .prd-info .prd-card_countdown
{
    display: block;
}

.prd-hor.prd-hor--lg .prd-img-area .prd-card_countdown
{
    display: none;
}

.prd-hor.prd-hor--lg .prd-card_countdown .countdown
{
    -ms-flex-pack: inherit;
    justify-content: inherit;
}

.prd-hor.prd-hor--lg .prd-card_countdown .countdown > span
{
    min-width: 55px; 
    padding: 7px 10px;
}

.prd-hor.prd-hor--lg.hovered .prd-card_countdown
{
    display: none;
}

.prd-hor.prd-hor--lg.hovered .prd-action
{
    display: -ms-flexbox !important;
    display: flex !important;

    opacity: 1;
}

@media (min-width: 576px)
{
    .prd-carousel--single-sm
    {
        max-width: 277px;
        margin: 0 auto;
    }
}

.prd-carousel--single-sm.prd-grid:not([class*='arrows-']) .slick-prev.slick-arrow
{
    top: auto;
    right: auto;
    bottom: -15px;
    left: calc(50% - 27px);

    opacity: 1;
}

.prd-carousel--single-sm.prd-grid:not([class*='arrows-']) .slick-next.slick-arrow
{
    top: auto;
    right: auto;
    bottom: -15px;
    left: 50%;

    opacity: 1;
}

.prd-carousel--single-sm.prd-grid:not([class*='arrows-']) .slick-arrow.slick-disabled
{
    opacity: .5;
}

.prd-carousel--single-sm .prd-tag
{
    display: none;
}

.image-container--product
{
    padding-bottom: 128.48% !important;
}

/*  8.2. Product Page  */
.container-prd-block
{
    max-width: 1400px;
    margin-right: auto; 
    margin-left: auto;
}

.prd-block_main-image-holder
{
    position: relative;
}
.prd-block_main-image-holder .zoomContainer
{
    top: 0 !important;
    left: 50% !important;

    transform: translateX(-50%);
}

body:not(.equal-height) .prd-block_main-image-holder .image-container img
{
    object-fit: cover;
}

.prd-block_main-image
{
    position: relative;

    max-width: 100%;
    height: 100%;
}
.prd-block_main-image img
{
    position: relative;
    z-index: 1;
    left: 0;

    width: 100%;

    opacity: 1;
}

@media (min-width: 1025px)
{
    .fixed-col:first-child
    {
        margin-top: 0;
    }
    body.has-sticky:not(.touch) .fixed-col.is-fixed:first-child .fixed-scroll
    {
        padding-top: 87px;
    }
}

.prd-block_main-image .unvisible
{
    z-index: -1; 

    pointer-events: none;

    opacity: 0;
}

.prd-block_reviews
{
    font-size: 14px;
    line-height: 1em;

    display: -ms-inline-flexbox;
    display: inline-flex;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-right: -1px;
    margin-left: -1px;

    cursor: pointer; 

    -ms-flex-align: center;
    align-items: center;
}
.prd-block_reviews [class*='icon']
{
    font-size: 20px;

    margin: 0 1px;

    color: #b4b4b4;
}
.prd-block_reviews [class*='icon'].fill
{
    color: #fd5397;
}
.prd-block_reviews .reviews-link
{
    margin: 0 6px;
}
.prd-block_reviews + *
{
    margin-top: 10px;
}
.prd-block_reviews a
{
    text-decoration: underline;
}

.prd-block_wishlist
{
    position: absolute;
    top: -34px;
    right: 0;
}

.prd-block_wishlist-link
{
    font-size: 25px;

    display: -ms-flexbox;
    display: flex;

    color: #2e343f; 

    -ms-flex-align: center;
    align-items: center;
}
.prd-block_wishlist-link:hover,
.prd-block_wishlist-link.active
{
    text-decoration: none;

    color: #fb317d;
}
.prd-block_wishlist-link span
{
    font-size: 18px;
    font-weight: 600;

    padding-left: 5px;
}
@media (max-width: 767px)
{
    .prd-block_wishlist-link span
    {
        font-size: 16px;
    }
}

.prd-block_main-image-links
{
    font-size: 24px; 

    position: absolute;
    z-index: 151;
    right: 0;
    bottom: 0;

    padding: 0 10px 10px 0;

    pointer-events: none;
}
.prd-block_main-image-links > a[class*='-link']
{
    line-height: 37px;

    position: relative;

    display: inline-block;

    width: 33px;
    height: 33px;

    text-align: center;
    vertical-align: top;
    text-decoration: none;
    pointer-events: auto;

    color: #000;
    border-radius: 4px; 
    background-color: rgba(255, 255, 255, .7);
}
.prd-block_main-image-links > a[class*='-link'] + a
{
    margin-left: 3px;
}
.prd-block_main-image-links > a[class*='-link'] + a:before
{
    position: absolute;
    left: -7px;

    width: 7px; 
    height: 100%;

    content: '';
}

body:not(.touch) .prd-block_main-image-links
{
    transition: opacity .2s; 

    opacity: 0;
}

body:not(.touch) .product-main-carousel .slick-arrow
{
    transition: opacity .2s; 

    opacity: 0;
}

body:not(.touch) .prd-block_main-image:hover .prd-block_main-image-links
{
    opacity: 1;
}

body:not(.touch) .prd-block_main-image:hover .slick-arrow
{
    opacity: 1;
}

body:not(.touch) .prd-block_main-image:hover .slick-arrow.slick-disabled
{
    opacity: .3;
}

.prd-block_main-image .slick-next,
.prd-block_main-image .slick-prev
{
    position: absolute;
    z-index: 151; 
    top: 50%;
    right: auto;
    left: 10px;

    display: block !important;

    width: 50px;
    height: 50px;
    margin-top: 0;

    transition: .2s;
    text-align: center;

    opacity: 0;
    border-radius: 5px;
    background: rgba(232, 232, 232, .3);
}
.prd-block_main-image .slick-next:hover:not(.slick-disabled),
.prd-block_main-image .slick-prev:hover:not(.slick-disabled)
{
    background: #e8e8e8;
}
.prd-block_main-image .slick-next.slick-disabled,
.prd-block_main-image .slick-prev.slick-disabled
{
    pointer-events: all;
}

.prd-block_main-image .slick-prev:not(.slick-disabled):hover:before,
.prd-block_main-image .slick-next:not(.slick-disabled):hover:before
{
    color: #282828;
}

.prd-block_main-image .slick-next
{
    right: 10px; 
    left: auto;
}

.prd-block_main-image .slick-prev:before
{
    left: -1px;
}

.prd-block_main-image .slick-next:before
{
    right: -1px;
}

.prd-block_main-image .slick-prev:before,
.prd-block_main-image .slick-next:before
{
    font-size: 32px;
    line-height: 47px;

    position: relative;

    color: #282828;
}

body:not(.touch) .prd-block_main-image:hover .slick-next,
body:not(.touch) .prd-block_main-image:hover .slick-prev
{
    z-index: 155;
}

body.touch .prd-block_main-image .slick-next,
body.touch .prd-block_main-image .slick-prev
{
    z-index: 155;

    opacity: 1;
    background: rgba(232, 232, 232, .7);
}
body.touch .prd-block_main-image .slick-next:before,
body.touch .prd-block_main-image .slick-prev:before
{
    color: #282828;
}

body.touch .prd-block_main-image .slick-disabled,
body.touch .prd-block_main-image .slick-disabled
{
    opacity: .3;
}

body.touch .prd-block_main-image .slick-next:not(.slick-disabled),
body.touch .prd-block_main-image .slick-prev:not(.slick-disabled)
{
    opacity: 1;
}
body.touch .prd-block_main-image .slick-next:not(.slick-disabled):hover:not(.slick-disabled),
body.touch .prd-block_main-image .slick-prev:not(.slick-disabled):hover:not(.slick-disabled)
{
    background: rgba(232, 232, 232, .7);
}

.zoomWindow
{
    z-index: 149 !important;

    background-color: #fff;
}

.prd-block_main-image
{
    -ms-flex: 1;
        flex: 1;
}

.prd-block--prv-bottom .product-previews-wrapper
{
    padding: 10px 20px;
}
.prd-block--prv-bottom .product-previews-wrapper a
{
    padding: 0 4px;
}
.prd-block--prv-bottom .product-previews-wrapper .slick-prev
{
    left: -28px;
}
.prd-block--prv-bottom .product-previews-wrapper .slick-next
{
    right: -28px;
}

.product-previews-wrapper
{
    position: relative;
}
@media (max-width: 1024px)
{
    .product-previews-wrapper
    {
        padding: 15px 20px;
    }
    .product-previews-wrapper a
    {
        padding: 0 4px;
    }
    .product-previews-wrapper .slick-prev
    {
        left: -28px;
    }
    .product-previews-wrapper .slick-next
    {
        right: -28px;
    }
}
@media (max-width: 575px)
{
    .product-previews-wrapper
    {
        padding: 8px 20px;
    }
}

.product-previews-carousel:not(.slick-initialized)
{
    visibility: hidden; 

    max-height: 90px;

    transition: opacity .2s;

    opacity: 0;
}

@media (min-width: 576px)
{
    .product-previews-carousel.slick-initialized:not(.slick-vertical) button + .slick-list
    {
        margin: 0 16px;
    }
    .product-previews-carousel img
    {
        width: 100%; 
        height: auto;
        padding-bottom: 10px;

        transition: all .4s ease;
    }
    .product-previews-carousel .slick-slide,
    .product-previews-carousel .slick-slide:hover
    {
        text-decoration: none;
    }
    .product-previews-carousel .slick-prev,
    .product-previews-carousel .slick-next
    {
        width: 27px; 
        height: 27px;

        opacity: 0;

        -webkit-backface-visibility: hidden;
    }
    .product-previews-carousel .slick-active.active
    {
        position: relative;
    }
    .product-previews-carousel:hover .slick-prev.slick-disabled,
    .product-previews-carousel:hover .slick-next.slick-disabled
    {
        opacity: .5;
    }
    .product-previews-carousel:hover .slick-prev:not(.slick-disabled),
    .product-previews-carousel:hover .slick-next:not(.slick-disabled)
    {
        opacity: 1;
    }
}

@supports (-webkit-overflow-scrolling: touch)
{
    .product-previews-carousel .slick-prev.slick-disabled,
    .product-previews-carousel .slick-next.slick-disabled
    {
        opacity: .5;
    }
    .product-previews-carousel .slick-prev:not(.slick-disabled),
    .product-previews-carousel .slick-next:not(.slick-disabled)
    {
        opacity: 1;
    }
}

@media (max-width: 575px)
{
    .product-previews-carousel
    {
        margin: 0;
    }
    .product-previews-carousel.slick-initialized:not(.slick-vertical) button + .slick-list
    {
        margin: 0;
    }
    .product-previews-carousel img
    {
        width: 100%; 
        padding: 0;
    }
}

@media (max-width: 1024px)
{
    .prd-block--prv-left .prd-block_main-image,
    .prd-block--prv-right .prd-block_main-image
    {
        width: 100%;
    }
}

@media (min-width: 1025px)
{
    .prd-block--prv-double.prd-block--prv-right .product-previews-carousel,
    .prd-block--prv-double.prd-block--prv-left .product-previews-carousel
    {
        margin-top: -38px;
    }
    .prd-block--prv-right:not(.prd-block--prv-double) .product-previews-wrapper,
    .prd-block--prv-left:not(.prd-block--prv-double) .product-previews-wrapper
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-align: center;
        align-items: center;
    }
    .prd-block--prv-left .product-previews-carousel,
    .prd-block--prv-right .product-previews-carousel
    {
        width: 98px;
    }
    .prd-block--prv-left .product-previews-carousel .slick-slide > *,
    .prd-block--prv-right .product-previews-carousel .slick-slide > *
    {
        border: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }
    .prd-block--prv-left .prd-block_main-image,
    .prd-block--prv-right .prd-block_main-image
    {
        width: calc(100% - 98px);
        max-width: calc(100% - 98px);
    }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-prev,
    .prd-block--prv-left .slick-slider.slick-vertical .slick-next,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-prev,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-next
    {
        z-index: 1;
        left: 0;

        display: -ms-flexbox;
        display: flex;

        width: 100%;
        height: 20px;

        transform: none;

        background-color: #fff; 

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-prev:before,
    .prd-block--prv-left .slick-slider.slick-vertical .slick-next:before,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:before,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-next:before
    {
        font-size: 7px;

        color: #2e343f;
    }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-prev:after,
    .prd-block--prv-left .slick-slider.slick-vertical .slick-next:after,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:after,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-next:after
    {
        position: absolute;
        z-index: -1;
        top: -4px;

        width: 30px;
        height: 30px;

        content: '';
        transition: .2s; 

        opacity: 0;
        border-radius: 3px;
        background-color: #c4c4c4;
    }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-prev:hover:before,
    .prd-block--prv-left .slick-slider.slick-vertical .slick-next:hover:before,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:hover:before,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-next:hover:before
    {
        color: #fd5397;
    }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-prev:hover:after,
    .prd-block--prv-left .slick-slider.slick-vertical .slick-next:hover:after,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:hover:after,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-next:hover:after
    {
        opacity: .1;
    }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-next,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-next
    {
        top: auto;
        bottom: 0;
    }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-next:before,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-next:before
    {
        content: '\ea04';
    }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-next:after,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-next:after
    {
        top: -6px;
    }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-prev,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-prev
    {
        top: 0;
    }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-prev:before,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:before
    {
        content: '\ea05';
    }
    .prd-block--prv-left .slick-slider.slick-vertical .slick-prev,
    .prd-block--prv-left .slick-slider.slick-vertical .slick-next
    {
        padding-right: 15px;
    }
    .prd-block--prv-left .product-previews-carousel
    {
        padding: 30px 15px 30px 0;
    }
    .prd-block--prv-left .product-previews-carousel .slick-list:only-child
    {
        margin-top: -30px;
    }
    .prd-block--prv-right .slick-slider.slick-vertical .slick-prev,
    .prd-block--prv-right .slick-slider.slick-vertical .slick-next
    {
        padding-left: 15px;
    }
    .prd-block--prv-right .product-previews-carousel
    {
        padding: 30px 0 30px 15px;
    }
    .prd-block--prv-right .product-previews-carousel .slick-list:only-child
    {
        margin-top: -30px;
    }
    .prd-block--prv-double.prd-block--prv-right .product-previews-wrapper,
    .prd-block--prv-double.prd-block--prv-left .product-previews-wrapper
    {
        max-width: 41.8%; 

        -ms-flex: 0 0 41.8%;
            flex: 0 0 41.8%;
    }
    .prd-block--prv-double.prd-block--prv-right .prd-block_main-image,
    .prd-block--prv-double.prd-block--prv-left .prd-block_main-image
    {
        max-width: 58.2%; 

        -ms-flex: 0 0 58.2%;
            flex: 0 0 58.2%;
    }
    .prd-block--prv-double.prd-block--prv-right .product-previews-carousel,
    .prd-block--prv-double.prd-block--prv-left .product-previews-carousel
    {
        width: calc(100% + 20px);
        margin-right: -10px;
        margin-left: -10px;
        padding: 30px 0;
    }
    .prd-block--prv-double.prd-block--prv-right .product-previews-carousel .slick-list:only-child,
    .prd-block--prv-double.prd-block--prv-left .product-previews-carousel .slick-list:only-child
    {
        margin-top: -30px;
    }
    .prd-block--prv-double.prd-block--prv-right .product-previews-carousel .slick-slide,
    .prd-block--prv-double.prd-block--prv-left .product-previews-carousel .slick-slide
    {
        display: -ms-flexbox;
        display: flex;
    }
    .prd-block--prv-double.prd-block--prv-right .product-previews-carousel .slick-slide > *,
    .prd-block--prv-double.prd-block--prv-left .product-previews-carousel .slick-slide > *
    {
        min-width: 50%;
        padding: 0 10px;
    }
    .prd-block--prv-double.prd-block--prv-right .slick-slider.slick-vertical .slick-prev,
    .prd-block--prv-double.prd-block--prv-right .slick-slider.slick-vertical .slick-next,
    .prd-block--prv-double.prd-block--prv-left .slick-slider.slick-vertical .slick-prev,
    .prd-block--prv-double.prd-block--prv-left .slick-slider.slick-vertical .slick-next
    {
        padding-right: 0;
        padding-left: 0;
    }
    .prd-block--prv-double.prd-block--prv-right .slick-slider.slick-vertical .slick-prev,
    .prd-block--prv-double.prd-block--prv-left .slick-slider.slick-vertical .slick-prev
    {
        top: 10px;
    }
    .prd-block--prv-double.prd-block--prv-right .slick-slider.slick-vertical .slick-next,
    .prd-block--prv-double.prd-block--prv-left .slick-slider.slick-vertical .slick-next
    {
        bottom: 16px;
    }
}

@media (min-width: 992px)
{
    .prd-block--prv-double.prd-block--prv-right .product-previews-carousel .slick-slide > *,
    .prd-block--prv-double.prd-block--prv-left .product-previews-carousel .slick-slide > *
    {
        padding: 0 10px;
    }
}

@media (min-width: 1200px)
{
    .prd-block--prv-double.prd-block--prv-right .product-previews-carousel,
    .prd-block--prv-double.prd-block--prv-left .product-previews-carousel
    {
        width: calc(100% + 30px);
        margin-right: -15px; 
        margin-left: -15px;
    }
    .prd-block--prv-double.prd-block--prv-right .product-previews-carousel .slick-slide > *,
    .prd-block--prv-double.prd-block--prv-left .product-previews-carousel .slick-slide > *
    {
        min-width: 50%;
        padding: 0 15px 9px;
    }
}

.prd-block--prv-double.prd-block--prv-bottom .product-previews-carousel .slick-slide > *
{
    display: block; 

    margin: 0 0 8px;
    padding: 0 4px;
}
.prd-block--prv-double.prd-block--prv-bottom .product-previews-carousel .slick-slide > *.active
{
    pointer-events: none;
}

@media (max-width: 991px)
{
    .prd-block--prv-double .product-previews-carousel .slick-slide > *
    {
        display: block; 

        margin: 0 0 8px;
        padding: 0 4px;
    }
}

.product-previews-carousel.slick-initialized a
{
    transition: all .3s ease;

    opacity: 1;
}
.product-previews-carousel.slick-initialized a.active,
.product-previews-carousel.slick-initialized a:hover
{
    opacity: .75;
}

.product-previews-carousel.slick-vertical .slick-list
{
    padding: 0 !important;
}

@media (min-width: 992px)
{
    .prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right) .prd-block_prv-carousel:not(.slick-initialized) a
    {
        display: block;
        float: left;

        width: 25%;
    }
}

@media (max-width: 767px)
{
    .prd-block.prd-block--mobile-image-first .prd-block_main-image
    {
        margin-bottom: 0;
    }
}

@media (max-width: 767px)
{
    .prd-block:not(.prd-block--mobile-image-first) .js-prd-d-holder
    {
        display: none;
    }
    .prd-block.prd-block--mobile-image-first .js-prd-m-holder
    {
        display: none;
    }
}

@media (min-width: 768px)
{
    .js-prd-m-holder
    {
        display: none;
    }
}

.prd-block_info
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -ms-flex-direction: column;
}
.prd-block_info > *:not([class*=' order-'])
{
    -ms-flex-order: 100;
    order: 100;
}
.prd-block_info + .prd-block_info
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .prd-block_info + .prd-block_info
    {
        margin-top: 30px;
    }
}
@media (min-width: 768px)
{
    .prd-block_info > .order-md-100
    {
        -ms-flex-order: 100;
        order: 100;
    }
}

@media (min-width: 1800px)
{
    body:not(.has-sm-container) .prd-block_info
    {
        padding-left: 40px;
    }
    body:not(.has-sm-container) .prd-block_info-under
    {
        padding-left: 55px;
    }
    body.has-sm-container .prd-block_info
    {
        padding-left: 25px;
    }
    body.has-sm-container .prd-block_info-under
    {
        padding-left: 40px;
    }
}

.prd-block_info_item
{
    margin-top: 20px;
}

@media (min-width: 768px)
{
    .prd-block_info_item.order-md-1,
    .prd-block_info_item:first-child
    {
        margin-top: 0;
    }
}

@media (min-width: 768px)
{
    .js-prd-m-holder + .prd-block_info_item
    {
        margin-top: 0;
    }
}

.prd-block_price
{
    display: -ms-flexbox;
    display: flex;

    margin-right: -10px; 
    margin-left: -10px;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.prd-block_price:not(:first-child)
{
    margin-top: 10px;
}
.prd-block_price > *
{
    padding: 0 10px;
}
@media (min-width: 768px)
{
    .prd-block_price
    {
        -ms-flex: 2;
            flex: 2;
    }
    .prd-block_price:not(:last-child):after
    {
        width: 20px; 

        content: '';
    }
}

.prd-block_price-old-wrap
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1025px)
{
    .prd-block_price-old-wrap
    {
            flex-direction: row;

        -ms-flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .prd-block_price-old-wrap > *
    {
        padding: 0 5px;
    }
}

.prd-block_price--actual,
.prd-block_price--special
{
   
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2em; 

    letter-spacing: .5px;

    color: #2e343f;
}
@media (max-width: 991px)
{
    .prd-block_price--actual,
    .prd-block_price--special
    {
        font-size: 35px;
    }
}
@media (max-width: 767px)
{
    .prd-block_price--actual,
    .prd-block_price--special
    {
        font-size: 28px;
    }
}

.prd-block_price--old
{
    font-size: 18px;
    line-height: 1em;

    text-decoration: line-through; 

    color: #2e343f;
}
@media (max-width: 1199px)
{
    .prd-block_price--old
    {
        font-size: 17px;
    }
}
@media (max-width: 767px)
{
    .prd-block_price--old
    {
        font-size: 15px;
    }
}

.prd-block_price--text
{
   
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;

    white-space: nowrap; 

    color: #fb317d;
}

.prd-block_title-wrap
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column; 

    -ms-flex-direction: column;
}

.prd-block_title
{
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;

    margin-bottom: 0;

    color: #2e343f;
}
@media (max-width: 767px)
{
    .prd-block_title
    {
        font-size: 23px;
        line-height: 32px;
    }
}
@media (max-width: 575px)
{
    .prd-block_title
    {
        font-size: 20px;
        line-height: 28px;
    }
}

.prd-block-under
{
    margin-bottom: 25px;
}
.prd-block-under.prd-block--prv-left > *:first-child
{
    padding-left: 23.5%;
}
@media (max-width: 1600px)
{
    .prd-block-under.prd-block--prv-left > *:first-child
    {
        padding-left: 25%;
    }
}
@media (max-width: 1199px)
{
    .prd-block-under.prd-block--prv-left > *:first-child
    {
        padding-left: 21%;
    }
}
@media (max-width: 991px)
{
    .prd-block-under.prd-block--prv-left > *:first-child
    {
        padding-left: 15px;
    }
}
@media (max-width: 991px)
{
    .prd-block-under
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .prd-block-under
    {
        margin-bottom: 0;
    }
}

.prd-block_info-top
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (min-width: 992px)
{
    .prd-block_info-top
    {
        margin-top: 5px;
    }
    .prd-block_info-top > *
    {
        margin-top: 15px;
    }
}
@media (max-width: 991px)
{
    .prd-block_info-top > *
    {
        min-width: 100%;
    }
    .prd-block_info-top > * + *
    {
        margin-top: 15px;
    }
}
.prd-block_info-top + .prd-block_countdown
{
    margin-top: 15px;
}

.prd-block_info-box
{
    font-size: 15px;
    line-height: 20px;

    display: -ms-flexbox;
    display: flex;

    padding: 21px 30px 11px;

    color: #2e343f; 
    background-color: #f7f7f8;
}
@media (max-width: 767px)
{
    .prd-block_info-box
    {
        font-size: 14px;
        line-height: 18px; 

        padding: 12px 15px 2px;
    }
}
.prd-block_info-box a
{
    color: #2e343f;
}
.prd-block_info-box span
{
    font-weight: 600;
}
.prd-block_info-box p
{
    margin: 0 0 10px;
}
.prd-block_info-box .two-column
{
    column-count: 2;
    column-gap: 20px;
}
.prd-block_info-box .two-column p
{
    display: inline-block;

    min-width: 100%;
}

.prd-block_description
{
    font-size: 14px;
    line-height: 23px;
}
.prd-block_description:not(:last-child)
{
    margin-bottom: 20px;
}
.prd-block_description:not(:first-child)
{
    margin-top: 20px;
}
.prd-block_description h3,
.prd-block_description h4,
.prd-block_description h5,
.prd-block_description h6
{
    margin-bottom: 5px;
}
.prd-block_description p
{
    margin-top: 10px;
}
.prd-block_description p:first-child
{
    margin-top: 0;
}

.prd-block_details
{
    margin-top: 25px;
}
.prd-block_details .panel-group--style1 .panel-heading + .panel-collapse > .panel-body
{
    padding: 20px 0;
}

.prd-block_accordion
{
    margin-top: 55px;
}

.prd-block_options:not(.prd-block_options--select)
{
    margin-top: 28px;
}
.prd-block_options:not(.prd-block_options--select) > *:not(:first-child)
{
    margin-top: 28px;
}
@media (max-width: 575px)
{
    .prd-block_options:not(.prd-block_options--select) > *:not(:first-child)
    {
        margin-top: 20px;
    }
}

.prd-block_options
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prd-block_options > *
{
    width: 100%; 

    -ms-flex: 100%;
        flex: 100%;
}
.prd-block_options > div.swatches select.hidden,
.prd-block_options > div.swatches [class*='select-wrapper'].hidden
{
    display: none;
}
.prd-block_options + .prd-block_description
{
    margin-top: 20px;
}
.prd-block_options select.form-control
{
    margin-bottom: 0;
}
.prd-block_options .swatches
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.prd-block_options .option-links
{
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;

    white-space: nowrap;
}
.prd-block_options .option-links a
{
    text-decoration: underline; 

    color: #000;
}
.prd-block_options .option-links a:hover
{
    text-decoration: none; 

    color: #fd5397;
}
.prd-block_options .select-label
{
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;

    display: block;

    color: #2e343f;
}
.prd-block_options .select-wrapper
{
    -ms-flex: 1;
        flex: 1;
}

.prd-block_options--select
{
    display: -ms-flexbox;
    display: flex;

    margin-top: 18px;
    margin-right: -5px; 
    margin-left: -5px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prd-block_options--select .option-label
{
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .prd-block_options--select
    {
        margin-top: 10px;
        margin-right: 0; 
        margin-left: 0;
    }
}
@media (max-width: 575px)
{
    .prd-block_options--select
    {
        margin-top: 10px;
        margin-right: 0; 
        margin-left: 0;
    }
}
.prd-block_options--select > *
{
    width: calc(33.333% - 10px);
    margin: 10px 5px 0; 

    -ms-flex: calc(33.333% - 10px);
        flex: calc(33.333% - 10px);
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .prd-block_options--select > *
    {
        width: 100%;
        margin: 10px 0 0; 

        -ms-flex: 100%;
            flex: 100%;
    }
}
@media (max-width: 575px)
{
    .prd-block_options--select > *
    {
        width: 100%;
        margin: 10px 0 0; 

        -ms-flex: 100%;
            flex: 100%;
    }
}

.prd-block .prd-block_qty .option-label,
.prd-block_options .option-label,
.prd-total .option-label
{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;

    min-width: 85px;
    padding-right: 10px; 

    color: #2e343f;
}
.prd-block .prd-block_qty .option-label:last-child,
.prd-block_options .option-label:last-child,
.prd-total .option-label:last-child
{
    padding-right: 0;
}
.prd-block .prd-block_qty .option-label.option-label--custom,
.prd-block_options .option-label.option-label--custom,
.prd-total .option-label.option-label--custom
{
    min-width: 135px;
}
@media (max-width: 575px)
{
    .prd-block .prd-block_qty .option-label.option-label--custom,
    .prd-block_options .option-label.option-label--custom,
    .prd-total .option-label.option-label--custom
    {
        font-size: 14px;
        line-height: 18px; 

        min-width: 120px;
    }
}

.prd-block .prd-block_qty
{
    display: -ms-flexbox;
    display: flex;

    min-width: 104px; 

    -ms-flex-align: center;
    align-items: center;
}
.prd-block .prd-block_qty .qty-changer input[type='text'],
.prd-block .prd-block_qty .qty-changer input[type='number']
{
    font-size: 24px;
    line-height: 63px;

    min-width: 57px;
    margin: 0;

    text-align: center;

    border-radius: 4px; 
    background-color: transparent;
}
@media (max-width: 991px)
{
    .prd-block .prd-block_qty .qty-changer input[type='text'],
    .prd-block .prd-block_qty .qty-changer input[type='number']
    {
        line-height: 58px;
    }
}
@media (max-width: 575px)
{
    .prd-block .prd-block_qty .qty-changer input[type='text'],
    .prd-block .prd-block_qty .qty-changer input[type='number']
    {
        font-size: 22px;
        line-height: 48px;
    }
}
.prd-block .prd-block_qty .qty
{
    position: relative;

    min-width: 88px;
    padding-right: 37px;
    padding-left: 10px;

    background-color: #f7f7f8;
}
@media (max-width: 575px)
{
    .prd-block .prd-block_qty .qty
    {
        padding-right: 30px;
        padding-left: 6px;
    }
}
.prd-block .prd-block_qty .qty button
{
    position: absolute;
    right: 8px;

    width: 26px;
    max-width: 26px;
    height: calc(50% - 4px);
    padding: 0;

    border-radius: 0;
    background-color: transparent;
}
@media (max-width: 575px)
{
    .prd-block .prd-block_qty .qty button
    {
        right: 3px;
    }
}
.prd-block .prd-block_qty .qty button:hover
{
    opacity: .75; 
    background-color: transparent;
}
.prd-block .prd-block_qty .qty button:hover:before,
.prd-block .prd-block_qty .qty button:hover:after
{
    background-color: #2e343f;
}
.prd-block .prd-block_qty .qty button:before
{
    top: calc(50% - .5px);

    width: 14px;
    height: 2px;
}
.prd-block .prd-block_qty .qty .increase
{
    top: 5px;
}
.prd-block .prd-block_qty .qty .increase:after
{
    top: calc(50% - 6.5px);
    left: calc(50% - 3px);

    width: 2px;
    height: 14px;
}
.prd-block .prd-block_qty .qty .decrease
{
    bottom: 4px;
}

.prd-block_visitiors
{
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
}
.prd-block_visitiors-count
{
    display: -ms-inline-flexbox;
    display: inline-flex;

    padding: 0 .35em;

    color: #fff; 
    background-color: #fd5397;
}

.prd-block_links-wrap-bg
{
    background-color: #f7f7f8;
}

.prd-block_links-wrap
{
    display: -ms-flexbox;
    display: flex;

    padding: 5px 0; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prd-block_link
{
    font-size: 14px;
    font-weight: 600; 
    line-height: 18px;

    position: relative;

    display: -ms-flexbox;
    display: flex;

    padding: 0 15px;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prd-block_link .prd-block_sharing_plugin
{
    text-align: center;
}
@media (max-width: 991px)
{
    .prd-block_link .prd-block_sharing_plugin
    {
        max-width: 100px;
        margin-right: auto; 
        margin-left: auto;
    }
}
.prd-block_link > a,
.prd-block_link > span
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    text-decoration: none; 

    color: #2e343f;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px)
{
    .prd-block_link > a,
    .prd-block_link > span
    {
            flex-direction: column;

        text-align: center; 

        -ms-flex-direction: column;
    }
}
.prd-block_link > a [class*='icon'],
.prd-block_link > span [class*='icon']
{
    font-size: 31px;
}
@media (min-width: 768px)
{
    .prd-block_link > a [class*='icon'],
    .prd-block_link > span [class*='icon']
    {
        margin-right: 7px;
    }
}
@media (max-width: 767px)
{
    .prd-block_link > a [class*='icon'],
    .prd-block_link > span [class*='icon']
    {
        margin-bottom: 5px;
    }
}
.prd-block_link > a:hover
{
    color: #fd5397;
}
.prd-block_link:after
{
    position: absolute;
    right: 0;

    width: 1px;
    height: 26px;

    content: '';

    background-color: #f4f4f4;
}
.prd-block_link:last-child:after
{
    display: none;
}

.prd-block_shopping-info-wrap
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}
.prd-block_shopping-info-wrap:not(:first-child)
{
    margin-top: 30px;
}
@media (max-width: 575px)
{
    .prd-block_shopping-info-wrap:not(:first-child)
    {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .prd-block_shopping-info-wrap
    {
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 767px)
{
    .prd-block_shopping-info-wrap
    {
            flex-direction: column; 

        -ms-flex-direction: column;
    }
}

.prd-block_shopping-info
{
    font-size: 15px;
    font-weight: 600; 
    line-height: 19px;

    position: relative;

    display: -ms-flexbox;
    display: flex;

    padding: 0 10px;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
        flex: 1;
}
@media (max-width: 767px)
{
    .prd-block_shopping-info
    {
        min-width: 100%;
    }
}
.prd-block_shopping-info a
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    text-decoration: none; 

    color: #2e343f;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .prd-block_shopping-info a
    {
        display: block;

        text-align: center;
    }
}
@media (max-width: 767px)
{
    .prd-block_shopping-info a
    {
        padding: 15px 0;

        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.prd-block_shopping-info a:hover
{
    color: #fd5397;
}
.prd-block_shopping-info [class*='icon']
{
    font-size: 45px;

    margin-right: 12px;

    color: #fd5397;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .prd-block_shopping-info [class*='icon']
    {
        display: block;

        margin-right: 0;
    }
    .prd-block_shopping-info [class*='icon']:not(:last-child)
    {
        margin-bottom: 10px;
    }
}
.prd-block_shopping-info:after
{
    position: absolute;
    right: 0;

    width: 1px;
    height: 36px;

    content: '';

    background-color: #dadbde;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .prd-block_shopping-info:after
    {
        height: 70px; 

        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}
@media (max-width: 767px)
{
    .prd-block_shopping-info:after
    {
        bottom: 0;

        width: 100%;
        height: 1px;
    }
}
.prd-block_shopping-info:last-child:after
{
    display: none;
}

.prd-block_shopping-info-wrap-compact
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}
.prd-block_shopping-info-wrap-compact:not(:first-child)
{
    margin-top: 30px;
}
@media (max-width: 575px)
{
    .prd-block_shopping-info-wrap-compact:not(:first-child)
    {
        margin-top: 20px;
    }
}

.prd-block_shopping-info-compact
{
    font-size: 15px;
    font-weight: 600; 
    line-height: 19px;

    position: relative;

    display: -ms-flexbox;
    display: flex;

    padding: 0 10px;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
        flex: 1;
}
@media (max-width: 575px)
{
    .prd-block_shopping-info-compact
    {
            flex-direction: column;

        text-align: center; 

        -ms-flex-direction: column;
    }
    .prd-block_shopping-info-compact [class*='icon']
    {
        margin: 0 0 7px;
    }
}
.prd-block_shopping-info-compact a
{
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    text-decoration: none; 

    color: #2e343f;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 575px)
{
    .prd-block_shopping-info-compact a
    {
        padding: 8px 0;

        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.prd-block_shopping-info-compact a:hover
{
    color: #fd5397;
}
.prd-block_shopping-info-compact [class*='icon']
{
    font-size: 45px;

    margin-right: 8px;

    color: #2e343f;
}
@media (max-width: 575px)
{
    .prd-block_shopping-info-compact [class*='icon']
    {
        font-size: 40px;
    }
}

.prd-block_actions
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.prd-block_actions:not(.prd-block_info_item)
{
    margin-top: 5px;
}
.prd-block_actions .prd-block_qty
{
    margin-top: 20px;
}
.prd-block_actions .prd-block_qty:not(:last-child)
{
    margin-right: 20px; 
    margin-bottom: 0;
}
@media (max-width: 575px)
{
    .prd-block_actions .prd-block_qty:not(:last-child)
    {
        margin-right: 15px;
    }
}
.prd-block_actions .btn-wrap-right
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.prd-block_actions .btn-wrap-right > * + *
{
    width: auto;
    margin-left: 20px;
}
@media (max-width: 575px)
{
    .prd-block_actions .btn-wrap-right > * + *
    {
        margin-left: 10px;
    }
}
.prd-block_actions .btn-wrap
{
    display: -ms-flexbox;
    display: flex;

    margin: 5px -10px 0; 

    -ms-flex: 1;
        flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 575px)
{
    .prd-block_actions .btn-wrap
    {
            flex-direction: column;

        margin: 20px 0 0; 

        -ms-flex-direction: column;
    }
}
.prd-block_actions .btn-wrap > *
{
    width: auto;
    margin: 15px 10px 0; 

    -ms-flex: 1;
        flex: 1;
}
@media (max-width: 1199px)
{
    .prd-block_actions .btn-wrap > *
    {
        margin-right: 10px; 
        margin-left: 10px;
    }
}
@media (max-width: 575px)
{
    .prd-block_actions .btn-wrap > *
    {
        width: auto;
        margin: 0;
    }
    .prd-block_actions .btn-wrap > * + *
    {
        margin-top: 10px;
    }
    .prd-block_actions .btn-wrap > *.btn--add-to-cart.d-none + .btn--follow
    {
        margin-top: 0;
    }
}
@media (max-width: 575px)
{
    .prd-block_actions
    {
        margin-top: 8px; 
        margin-right: 0;
        margin-left: 0;
    }
    .prd-block_actions > *
    {
        margin-right: 0; 
        margin-left: 0;
    }
}

@media (min-width: 1800px)
{
    .prd-block-three-column .prd-block_actions .prd-block_qty
    {
        min-width: 100%;
    }
    .prd-block-three-column .prd-block_actions .btn-wrap
    {
        margin-right: -5px; 
        margin-left: -5px;
    }
    .prd-block-three-column .prd-block_actions .btn-wrap > *
    {
        margin-right: 5px; 
        margin-left: 5px;
    }
}

@media (max-width: 1799px) and (min-width: 992px)
{
    .prd-block-three-column .prd-block_actions .prd-block_qty
    {
        min-width: 100%;
    }
    .prd-block-three-column .prd-block_actions .btn-wrap
    {
            flex-direction: column;

        margin-right: 0; 
        margin-left: 0;

        -ms-flex-direction: column;
    }
    .prd-block-three-column .prd-block_actions .btn-wrap > *
    {
        margin-right: 0; 
        margin-left: 0;
    }
    .prd-block-three-column .prd-block_actions .btn-wrap > * + *
    {
        margin-top: 10px;
    }
}

.prd-block_sharing_plugin
{
    opacity: 0;
}
.prd-block_sharing_plugin:not(:first-child)
{
    margin-top: 20px;
}

.documentLoad .prd-block_sharing_plugin
{
    opacity: 1;
}

.prd-block-share
{
    padding: 0 0 0 25px;
}
.prd-block-share a
{
    font-size: 38px;
}
.prd-block-share a:hover
{
    text-decoration: none;
}

.prd-block_actions .btn.btn--add-to-cart,
.prd-block_actions .btn--buy-now,
.prd-block_actions .btn--add-to-wishlist,
.prd-block_actions .btn--add-to-compare,
.prd-block_actions .btn--follow
{
  
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;

    width: 100%;
    height: 63px;
    padding: 15px 30px;

    white-space: nowrap;
}
@media (max-width: 1199px)
{
    .prd-block_actions .btn.btn--add-to-cart,
    .prd-block_actions .btn--buy-now,
    .prd-block_actions .btn--add-to-wishlist,
    .prd-block_actions .btn--add-to-compare,
    .prd-block_actions .btn--follow
    {
        padding: 15px 20px;
    }
}
@media (max-width: 991px)
{
    .prd-block_actions .btn.btn--add-to-cart,
    .prd-block_actions .btn--buy-now,
    .prd-block_actions .btn--add-to-wishlist,
    .prd-block_actions .btn--add-to-compare,
    .prd-block_actions .btn--follow
    {
        font-size: 18px;
        line-height: 34px; 

        height: 58px;
        padding: 12px 15px;
    }
}
@media (max-width: 575px)
{
    .prd-block_actions .btn.btn--add-to-cart,
    .prd-block_actions .btn--buy-now,
    .prd-block_actions .btn--add-to-wishlist,
    .prd-block_actions .btn--add-to-compare,
    .prd-block_actions .btn--follow
    {
        font-size: 14px;
        line-height: 30px; 

        height: 50px;
        padding: 10px 15px;
    }
}

.has-round-btns .prd-block_actions .btn.btn--add-to-cart,
.has-round-btns .prd-block_actions .btn--buy-now,
.has-round-btns .prd-block_actions .btn--add-to-wishlist,
.has-round-btns .prd-block_actions .btn--add-to-compare,
.has-round-btns .prd-block_actions .btn--follow
{
    border-radius: 32px;
}
@media (max-width: 991px)
{
    .has-round-btns .prd-block_actions .btn.btn--add-to-cart,
    .has-round-btns .prd-block_actions .btn--buy-now,
    .has-round-btns .prd-block_actions .btn--add-to-wishlist,
    .has-round-btns .prd-block_actions .btn--add-to-compare,
    .has-round-btns .prd-block_actions .btn--follow
    {
        border-radius: 29px;
    }
}
@media (max-width: 575px)
{
    .has-round-btns .prd-block_actions .btn.btn--add-to-cart,
    .has-round-btns .prd-block_actions .btn--buy-now,
    .has-round-btns .prd-block_actions .btn--add-to-wishlist,
    .has-round-btns .prd-block_actions .btn--add-to-compare,
    .has-round-btns .prd-block_actions .btn--follow
    {
        border-radius: 25px;
    }
}

.btn--add-to-wishlist,
.btn--add-to-compare
{
    min-width: 58px;
}
@media (max-width: 575px)
{
    .btn--add-to-wishlist,
    .btn--add-to-compare
    {
        display: -ms-flexbox;
        display: flex;

        height: 46px;
        padding: 0 15px; 

        -ms-flex: 1;
            flex: 1;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .btn--add-to-wishlist span,
    .btn--add-to-compare span
    {
        display: none;
    }
    .btn--add-to-wishlist [class*='icon-'],
    .btn--add-to-compare [class*='icon-']
    {
        font-size: 1.5em;

        top: 0;
    }
}

.btn--follow,
.btn--follow:active,
.btn--follow:active:focus,
.btn--follow:visited,
.btn--follow:focus
{
    color: #fff;
    background-color: #fd5397;
}

.btn--follow:hover,
.btn--follow:active:hover,
.btn--follow:focus:hover
{
    color: #fff;
    background-color: #2e343f;
}

/* .btn--add-to-cart,
.btn--add-to-cart:active,
.btn--add-to-cart:active:focus,
.btn--add-to-cart:visited,
.btn--add-to-cart:focus
{
    color: #fff;
    background-color: #fd5397;
}

.btn--add-to-cart:hover,
.btn--add-to-cart:active:hover,
.btn--add-to-cart:focus:hover
{
    color: #fff;
    background-color: #2e343f;
} */

.btn--add-to-wishlist,
.btn--add-to-wishlist:active,
.btn--add-to-wishlist:active:focus,
.btn--add-to-wishlist:visited,
.btn--add-to-wishlist:focus
{
    color: #fff;
    background-color: #fb317d;
}

.btn--add-to-wishlist:hover,
.btn--add-to-wishlist:active:hover,
.btn--add-to-wishlist:focus:hover
{
    color: #fff;
    background-color: #2e343f;
}

@media (min-width: 576px)
{
    .btn--add-to-wishlist [class*='icon-']
    {
        display: none;
    }
}

.btn--add-to-compare,
.btn--add-to-compare:active,
.btn--add-to-compare:active:focus,
.btn--add-to-compare:visited,
.btn--add-to-compare:focus
{
    color: #2e343f;
    background-color: #efefef;
}

.btn--add-to-compare:hover,
.btn--add-to-compare:active:hover,
.btn--add-to-compare:focus:hover
{
    color: #fff;
    background-color: #2e343f;
}

.btn--buy-now,
.btn--buy-now:active,
.btn--buy-now:active:focus,
.btn--buy-now:visited,
.btn--buy-now:focus
{
    color: #fff;
    background-color: #fbbc05;
}

.btn--buy-now:hover,
.btn--buy-now:active:hover,
.btn--buy-now:focus:hover
{
    color: #fff;
    background-color: #2e343f;
}

.sidebar-product > *
{
    margin-top: 30px;
}

.sidebar-product > *:first-child
{
    margin-top: 0;
}

.product-main-carousel
{
    max-width: 100%;
}
.product-main-carousel .slick-arrow
{
    z-index: 151;
}

@media (min-width: 1025px) and (max-width: 991px)
{
    .prd-block--prv-double.prd-block--prv-right .product-previews-wrapper
    {
        padding-left: 20px;
    }
    .prd-block--prv-double.prd-block--prv-left .product-previews-wrapper
    {
        padding-right: 20px;
    }
}

@media (min-width: 992px)
{
    .prd-block--prv-double.prd-block--prv-right .product-previews-wrapper
    {
        padding-left: 30px;
    }
    .prd-block--prv-double.prd-block--prv-left .product-previews-wrapper
    {
        padding-right: 30px;
    }
    body.has-sticky .prd-block--prv-left .aside--sticky .aside-content,
    .prd-block--prv-right .aside--sticky .aside-content
    {
        top: 40px;
    }
}

@media (min-width: 1025px)
{
    .prd-block:not(.prd-block--prv-bottom) .aside-content
    {
        display: -ms-flexbox;
        display: flex;
    }
    .prd-block--prv-left .prd-block_prv-wrap,
    .prd-block--prv-right .prd-block_prv-wrap
    {
        width: 82px;
    }
    .prd-block--prv-left .prd-block_prv-carousel,
    .prd-block--prv-right .prd-block_prv-carousel
    {
        margin-top: 0;
    }
    .prd-block--prv-left .prd-block_prv-carousel a,
    .prd-block--prv-right .prd-block_prv-carousel a
    {
        margin-bottom: 9px;
    }
    .prd-block--prv-left .prd-block_main-image
    {
        -ms-flex-order: 2;
        order: 2;
    }
    .prd-block--prv-left .product-previews-wrapper
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .prd-block--prv-right .prd-block_main-image
    {
        -ms-flex-order: 1;
        order: 1;
    }
    .prd-block--prv-right .product-previews-wrapper
    {
        -ms-flex-order: 2;
        order: 2;
    }
}

.prd-block-prevnext
{
    position: relative;
    top: -10px;

    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right; 

    margin-bottom: -20px;
}
.prd-block-prevnext a
{
    position: relative;

    width: 62px;

    transition: .2s;
}
.prd-block-prevnext a:not(:first-child)
{
    margin-left: 12px;
}
.prd-block-prevnext a:first-child [class*=icon]
{
    left: 3px;
}
.prd-block-prevnext a:last-child [class*=icon]
{
    right: 3px;
}
.prd-block-prevnext a:hover
{
    text-decoration: none;
}
.prd-block-prevnext a:hover:first-child [class*=icon]
{
    animation: arrowPrevShift .5s infinite;
}
.prd-block-prevnext a:hover:last-child [class*=icon]
{
    animation: arrowNextShift .5s infinite;
}
.prd-block-prevnext a > span
{
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prd-block-prevnext [class*=icon]
{
    font-size: 10px;
    line-height: 16px;

    position: absolute;
    z-index: 1;
    bottom: 3px;

    width: 16px;
    height: 16px;

    text-align: center; 

    color: #000;
    border-radius: 50%;
    background-color: #fff;
}
.prd-block-prevnext img
{
    width: 100%;
}

@keyframes arrowPrevShift
{
    0%
    {
        left: 3px;
    }
    50%
    {
        left: 12px;
    }
    100%
    {
        left: 0;
    }
}

@keyframes arrowNextShift
{
    0%
    {
        right: 3px;
    }
    50%
    {
        right: 12px;
    }
    100%
    {
        right: 0;
    }
}

@media (max-width: 1599px)
{
    .prd-block-prevnext-wrap
    {
        display: none;
    }
}

.prd-safecheckout
{
    clear: both;

    width: 100%;
}
.prd-safecheckout:not(:first-child)
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .prd-safecheckout:not(:first-child)
    {
        margin-top: 30px;
    }
}

.product-card-selectbox
{
    font-size: 11px;
}

.prd-block_main-image-holder
{
    overflow: hidden;
}

.prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right) .product-previews-wrapper .slick-track
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}

.prd-block_viewed
{
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;

    position: relative;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    min-width: 265px;
    padding: 12px 15px;

    color: #2e343f; 

    -ms-flex-align: center;
    align-items: center;
}
.prd-block_viewed [class*='icon']
{
    font-size: 2em;

    padding-right: 15px;
}
.prd-block_viewed > *
{
    position: relative;
    z-index: 1;
}
.prd-block_viewed:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    opacity: .8; 
    background: #f7f7f8;
}

@media (min-width: 992px)
{
    .prd-block_info_item .prd-block_viewed-wrap:last-child
    {
        margin-left: auto; 

        -ms-flex: 1;
            flex: 1;
    }
}

.prd-block_links
{
    display: -ms-flexbox;
    display: flex;

    margin-right: -20px; 
    margin-left: -20px;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px)
{
    .prd-block_links
    {
        margin-right: -10px; 
        margin-left: -10px;
    }
}
@media (max-width: 575px)
{
    .prd-block_links
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.prd-block_links,
.prd-block_links a
{
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
}
.prd-block_links [class*='icon']
{
    font-size: 20px;
    line-height: 23px;

    padding-right: 8px;

    color: #fd5397;
}
@media (max-width: 575px)
{
    .prd-block_links [class*='icon']
    {
        min-width: 36px;
    }
}
.prd-block_links li
{
    display: -ms-inline-flexbox;
    display: inline-flex;

    height: 100%;
    margin: 0 20px; 

    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 1199px)
{
    .prd-block_links li
    {
        margin: 0 10px;
    }
}
@media (max-width: 575px)
{
    .prd-block_links li
    {
        min-width: 100%;
    }
    .prd-block_links li:not(:first-child)
    {
        margin-top: 12px;
    }
}

.prd-block_order-info
{
    font-size: 14px;
    font-weight: 500;
    line-height: 23px; 

    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px)
{
    .prd-block_order-info
    {
        padding: 0;
    }
}
.prd-block_order-info [class*='icon']
{
    font-size: 20px;

    position: relative;
    top: .1em; 

    padding-right: 8px;
}
.prd-block_order-info-time
{
    font-weight: 700;

    display: -ms-inline-flexbox;
    display: inline-flex;

    padding: 0;

    color: #2e343f; 
    background-color: transparent;
}
.prd-block_order-info-time span span
{
    display: -ms-inline-flexbox;
    display: inline-flex;

    min-width: 28px;

    -ms-flex-pack: center;
    justify-content: center;
}
.prd-block_order-info a
{
    text-decoration: underline;
}
.prd-block_order-info a:hover
{
    text-decoration: none;
}

.prd-block_info-when-arrives
{
    display: -ms-flexbox;
    display: flex;
}

.prd-block_images-grid
{
    width: 100%;
}
.prd-block_images-grid .row
{
    margin-top: -30px;
}
@media (max-width: 1400px)
{
    .prd-block_images-grid .row
    {
        margin-right: -7.5px; 
        margin-left: -7.5px;
    }
}
@media (max-width: 1400px)
{
    .prd-block_images-grid .row
    {
        margin-top: -15px;
    }
}
.prd-block_images-grid .row > *
{
    margin-top: 30px;
}
@media (max-width: 1400px)
{
    .prd-block_images-grid .row > *
    {
        margin-top: 15px;
        padding-right: 7.5px; 
        padding-left: 7.5px;
    }
}
.prd-block_images-grid .row > * a
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prd-block_images-grid .foxic-loader
{
    top: calc(50% - 18px);

    display: none;

    transition: opacity .3s .2s; 

    opacity: 0;
}
.prd-block_images-grid img.lazyload + .foxic-loader,
.prd-block_images-grid img.lazyloading + .foxic-loader
{
    display: block;

    opacity: 1;
}

.slick-vertical.fixedOnSelect .slick-track
{
    transform: none !important;
}

.fancybox-thumbs__list a
{
    width: 75px; 
    height: 75px;
}

.fancybox-thumbs__list a:before
{
    border: 2px solid #fd5397;
}

.fancybox-thumbs-x .fancybox-thumbs__list
{
    margin: 0 auto;
}

.product-main-carousel .slick-slide
{
    position: relative; 

    overflow: hidden;
}

.product-main-carousel img.lazyloaded + .foxic-loader,
.product-main-carousel .zoomWrapper + .foxic-loader
{
    display: none;
}

.product-main-carousel .slick-slide:not(.slick-current),
.product-main-carousel .slick-slide img.nohover
{
    pointer-events: none;
}

.product-main-carousel img:not([src])
{
    position: relative;
    z-index: 1;

    transition: .2s;
    transform: scale(1.1);

    opacity: 0;
}

.zoomWindowContainer > *
{
    height: 100% !important; 

    border: 0 !important;
}

.zoomLens
{
    border-width: 1px !important; 
    border-style: solid !important;
}

body.equal-height .product-previews-carousel a > span,
body.equal-height .prd-block-prevnext a > span
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 128.48%; 

    border: 0;
}
body.equal-height .product-previews-carousel a > span > span,
body.equal-height .prd-block-prevnext a > span > span
{
    position: absolute;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%; 

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
body.equal-height .product-previews-carousel a > span img,
body.equal-height .prd-block-prevnext a > span img
{
    position: absolute;

    width: 100%;
    height: 100%;

    object-fit: contain;
}

body.equal-height .product-main-carousel:not(.slick-initialized) > div > span,
body.equal-height .product-main-carousel .slick-slide > span
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 128.48%; 

    border: 0;
}
body.equal-height .product-main-carousel:not(.slick-initialized) > div > span > span,
body.equal-height .product-main-carousel .slick-slide > span > span
{
    position: absolute;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%; 

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
body.equal-height .product-main-carousel:not(.slick-initialized) > div > span img,
body.equal-height .product-main-carousel .slick-slide > span img
{
    width: auto; 
    max-width: 100%;
    max-height: 100%;
}

.prd-progress-text,
.prd-progress-text-null
{
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
}
.prd-progress-text-left,
.prd-progress-text-null-left
{
    display: -ms-inline-flexbox;
    display: inline-flex;

    padding: 0 .35em;

    color: #fd5397;
}
.prd-progress-text + .prd-progress-bar-wrap,
.prd-progress-text-null + .prd-progress-bar-wrap
{
    margin-top: 2px;
    margin-bottom: 2px;
}

.prd-progress-bar-wrap
{
    height: 3px;

    border-radius: 0;
    background-color: #f8f8f8;
}

.prd-progress-bar
{
    background-color: #7c7c7c;
}
.prd-progress-bar.prd-progress--null
{
    width: 0 !important;
}

.prd-block_agreement input[type='checkbox'] + label
{
    margin: 0;
}

.prd-block_label-new,
.prd-block_label-sale,
.prd-block_label-outstock
{
    position: absolute;
    z-index: 100;
    left: 15px;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100px;
    height: 100px;
    padding: 15px 10px;

    transition: bottom .3s; 
    text-align: center;

    border-radius: 50%;

    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prd-block_label-new.prd-block_label--single,
.prd-block_label-sale.prd-block_label--single,
.prd-block_label-outstock.prd-block_label--single
{
    bottom: 15px; 

    -ms-flex-pack: center;
    justify-content: center;
}

.prd-block_label-outstock:not(.d-none) + *
{
    display: none;
}

.prd-block_label-new
{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;

    bottom: 60px;

    color: #fff; 
    background-color: #fcb83b;
}

.prd-block_label-sale
{
    font-size: 22px;
    font-weight: 700;
    line-height: 23px;

    bottom: 15px;

    color: #fff; 
    background-color: #fcb83b;
}

.prd-block_label-outstock
{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;

    bottom: 15px;

    color: #fff; 
    background-color: #4f4f4f;
}

.prd-block_label-new-squared,
.prd-block_label-sale-squared,
.prd-block_label-outstock-squared
{
    font-size: 11px;
    font-weight: 600;
    line-height: 106%;

    position: absolute;
    z-index: 100;
    top: 15px;
    left: 15px;

    padding: 4px 9px;

    transition: top .3s; 
    text-align: center;
    text-transform: uppercase;
}
.prd-block_label-new-squared.prd-block_label--single,
.prd-block_label-sale-squared.prd-block_label--single,
.prd-block_label-outstock-squared.prd-block_label--single
{
    top: 15px; 

    -ms-flex-pack: center;
    justify-content: center;
}
.prd-block_label-new-squared:not(.d-none) + *,
.prd-block_label-sale-squared:not(.d-none) + *,
.prd-block_label-outstock-squared:not(.d-none) + *
{
    top: 55px;
}

@media (min-width: 992px)
{
    .prd-labels-shadow .prd-block_label-new-squared,
    .prd-labels-shadow .prd-block_label-sale-squared,
    .prd-labels-shadow .prd-block_label-outstock-squared
    {
        box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
    }
}

.prd-block_label-outstock-squared:not(.d-none) + *
{
    display: none;
}

.prd-block_label-new-squared
{
    color: #fff; 
    background-color: #fcb83b;
}

.prd-block_label-sale-squared
{
    color: #fff; 
    background-color: #fcb83b;
}

.prd-block_label-outstock-squared
{
    color: #fff; 
    background-color: #4f4f4f;
}

@media (min-width: 992px)
{
    .prd-block-three-column .prd-block_links
    {
        margin-right: -10px;
        margin-left: -10px;
    }
    .prd-block-three-column .prd-block_links li
    {
        margin: 0 10px;
    }
    .prd-block-three-column .aside--left
    {
        padding-right: 15px;
    }
    .prd-block-three-column .prd-reviews h2:first-child
    {
        margin-top: -5px;
    }
    .prd-block-three-column .prd-block-prevnext
    {
        top: 0;
    }
}

.prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right).product-previews-carousel .slick-track
{
    display: -ms-flexbox;
    display: flex;
}

.prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right).product-previews-carousel .video-slide
{
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;

    height: 100%;

    text-decoration: none; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prd-block_images-grid .video-slide
{
    position: relative;

    display: -ms-inline-flexbox !important;
    display: inline-flex !important;

    height: 100%;

    text-decoration: none; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-previews-carousel .video-slide [class*='icon'],
.prd-block_images-grid .video-slide [class*='icon']
{
    font-size: 36px;

    position: absolute;
    z-index: 1;

    border-radius: 50%; 
    background: rgba(255, 255, 255, .3);
}

.product-previews-carousel .video-slide [class*='icon'],
.prd-block_images-grid .video-slide [class*='icon']
{
    font-size: 36px;

    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    margin: -18px 0 0 -18px;

    border-radius: 50%; 
    background: rgba(255, 255, 255, .3);
}

.product-main-carousel.slick-slider .slick-track
{
    display: -ms-flexbox;
    display: flex;
}

.slick-slide.external-video,
.slick-slide.inner-video
{
    display: -ms-flexbox !important;
    display: flex !important;

    height: auto;

    background: #f8f8f8; 

    -ms-flex-align: center;
    align-items: center;
}

.slick-slide.inner-video video
{
    width: 100%;
}

.prd-block--prv-double .product-previews-carousel .video-slide
{
    height: 100%;
}

.prd-block--prv-double.prd-block--prv-bottom .product-previews-carousel .slick-slide
{
    height: auto;
}
.prd-block--prv-double.prd-block--prv-bottom .product-previews-carousel .slick-slide > *
{
    height: calc(50% - 16px);
}

.prd-block:not(.prd-block--prv-left):not(.prd-block--prv-right) .product-previews-wrapper .slick-track
{
    -ms-flex-align: inherit !important;
    align-items: inherit !important;
}

.prd-block_gallery-video
{
    display: -ms-flexbox;
    display: flex;
}
.prd-block_gallery-video .embed-responsive
{
    position: relative;
}
.prd-block_gallery-video video
{
    width: 100%;
}

.prd-block_video-link .embed-responsive
{
    height: 100%;
}

.prd-block_video-link iframe
{
    pointer-events: none;
}

.btn-add-to-wishlist:hover
{
    text-decoration: none;

    color: inherit;
}
.btn-add-to-wishlist:hover [class*='icon']
{
    transition: .2s;
}

.btn-add-to-wishlist:hover [class*='icon']
{
    transform: scaleX(-1);
}

.prd-block_actions--wishlist.prd-block_actions
{
    margin-right: -5px; 
    margin-left: -5px;
}

.prd-block_actions--wishlist.prd-block_actions .btn-wrap > *
{
    margin-right: 5px; 
    margin-left: 5px;
}

.btn-wishlist-wrap
{
    display: -ms-flexbox;
    display: flex;

    height: 60px;
    margin-top: 20px;
    margin-left: 10px;
}

.btn-add-to-wishlist
{
    font-size: 26px;

    display: -ms-flexbox;
    display: flex;

    width: 50px; 
    margin-left: auto;
    padding: 10px;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 575px)
{
    .btn-wishlist-wrap
    {
        margin-top: 15px;
    }
    .prd-block_actions--wishlist.prd-block_actions .btn-wrap > *
    {
        margin-right: 0; 
        margin-left: 0;
    }
    .prd-block_actions--wishlist.prd-block_actions
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .prd-block_agreement.prd-block_info_item
    {
        margin-top: 5px;
    }
}

@media (min-width: 1200px)
{
    .addthis_inline_share_toolbox
    {
        max-height: 40px;
    }
}

.at-resp-share-element .at-share-btn
{
    margin: 5px 2px 5px !important;
}

/*  8.3. Category Page  */
.filter-col h3,
.filter-col .h3-style
{
    margin-bottom: 15px;
}
.filter-col h3 span,
.filter-col .h3-style span
{
    font-size: 15px;
}

.filter-col:not(.filter-col--opened-desktop),
.filter-col:not(.filter-col--opened-desktop) + .filter-toggle
{
    visibility: hidden;
}

.filter-col--init,
.filter-col:not(.filter-col--opened-desktop).filter-col--init,
.filter-col--init + .filter-toggle,
.filter-col:not(.filter-col--opened-desktop).filter-col--init + .filter-toggle
{
    visibility: visible;
}

.sidebar-block
{
    position: relative;
}
@media (min-width: 992px)
{
    .sidebar-block:not(.d-filter-mobile) + .sidebar-block
    {
        border-color: #f4f4f4; 
        border-top-width: 1px;
        border-top-style: solid;
    }
    .sidebar-block:not(.d-filter-mobile) + .sidebar-block .sidebar-block_title
    {
        padding-top: 18px;
    }
    .sidebar-block.d-filter-mobile + .sidebar-block
    {
        margin-top: -9px;
    }
}
@media (max-width: 991px)
{
    .sidebar-block + .sidebar-block
    {
        border-color: #f4f4f4; 
        border-top-width: 1px;
        border-top-style: solid;
    }
    .sidebar-block + .sidebar-block .sidebar-block_title
    {
        padding-top: 18px;
    }
}
@media (min-width: 1025px)
{
    .sidebar-block:not(.d-filter-mobile) + h3
    {
        margin-top: 20px;
    }
}
@media (max-width: 1024px)
{
    .sidebar-block + h3
    {
        margin-top: 20px;
    }
}
.sidebar-block + div:not(.sidebar-block)
{
    margin-top: 0;
}
.sidebar-block:last-child
{
    border-bottom: 0;
}
.sidebar-block .sidebar-block_title
{
    position: relative;
    z-index: 1;

    padding: 16px 45px 18px 0;
}
.sidebar-block .sidebar-block_content
{
    margin-top: 0;

    transition: opacity .5s ease;
}
.sidebar-block .toggle-arrow
{
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;

    display: block;

    width: 50px;
    height: 100%;

    cursor: pointer;
    transition: all .2s ease;
}
.sidebar-block .toggle-arrow span:first-child
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 11px;
    height: 1px;
    margin-top: 0;
    margin-left: -5px;

    transition: .2s;
    transform: rotate(-90deg); 

    opacity: 1;
    background-color: #2e343f;
}
.sidebar-block .toggle-arrow span:last-child
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 1px;
    height: 11px;
    margin-top: -5px;
    margin-left: 0;

    transition: .35s ease-in-out;
    transform: rotate(-90deg); 

    background-color: #2e343f;
}
.sidebar-block.open .collapsed-content
{
    position: relative;
    top: 0;

    visibility: visible;

    opacity: 1;
}
.sidebar-block.open .sidebar-block_title > .toggle-arrow span:first-child
{
    transition: .35s ease-in-out;
    transform: rotate(90deg); 

    opacity: 0;
}
.sidebar-block.open .sidebar-block_title > .toggle-arrow span:last-child
{
    transform: rotate(90deg);
}

.block-border-off .sidebar-block
{
    border-width: 0 !important;
}

.sidebar-block_title
{
  
    font-size: 15px;
    font-weight: 600;
    line-height: 1.333em;

    position: relative;
    z-index: 1;

    cursor: pointer;
}
@media (max-width: 991px)
{
    .sidebar-block_title
    {
        font-size: 14px;
    }
}
.sidebar-block_title span,
.sidebar-block_title a
{
    transition: color .2s ease; 
    text-decoration: none;

    color: #2e343f;
}
.sidebar-block_title:hover a,
.sidebar-block_title:hover span
{
    color: #fd5397;
}
.sidebar-block_title:hover .toggle-arrow:before
{
    color: #2e343f;
}

.sidebar-block_content
{
    padding: 0 0 18px;
}

.sidebar-block.collapsed .sidebar-block_content
{
    display: none;

    opacity: 0;
}

.sidebar-block.open .sidebar-block_content
{
    position: relative;
    z-index: 2;

    opacity: 1;
}

.selected-filters-wrap
{
    margin: 5px 0 25px;
}
.selected-filters-wrap > * + *
{
    margin-top: 15px;
}
@media screen and (max-width: 991px)
{
    .selected-filters-wrap
    {
        margin: 0;
    }
}

.selected-filters
{
    position: relative;

    padding: 0; 

    list-style: none;
}
.selected-filters li
{
    display: inline-block;

    margin-right: 5px; 
    margin-bottom: 10px;
    padding: 0;
}

.selected-filters li > a,
.clear-filters
{
    font-size: 12px;
    font-weight: 500;
    line-height: 29px;

    position: relative;

    display: block;

    padding: 0 13px;

    cursor: pointer;
    transition: all .2s ease;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 3px;
}
.selected-filters li > a:hover,
.selected-filters li > a:focus,
.clear-filters:hover,
.clear-filters:focus
{
    text-decoration: none;
}

.selected-filters li > a
{
    padding: 0 32px 0 13px;
}
.selected-filters li > a:after
{
    font-family: 'icon-foxic';
    font-size: 12px; 

    position: absolute;
    top: 1px;
    right: 10px;

    content: '\e901';
}

.selected-filters li > a
{
    color: #fff; 
    background-color: #fd5397;
}
.selected-filters li > a:hover,
.selected-filters li > a:focus
{
    color: #fff; 
    background-color: #2e343f;
}

.selected-filters li > a.clear-filters,
.clear-filters
{
    color: #2e343f; 
    background-color: #efefef;
}
.selected-filters li > a.clear-filters:hover,
.selected-filters li > a.clear-filters:focus,
.clear-filters:hover,
.clear-filters:focus
{
    color: #fff; 
    background-color: #2e343f;
}

.filter-row .clear-filters,
.selected-filters-wrap .clear-filters
{
    padding: 0 9px;
}
.filter-row .clear-filters:after,
.selected-filters-wrap .clear-filters:after
{
    display: none;
}
.filter-row .clear-filters > *,
.selected-filters-wrap .clear-filters > *
{
    padding: 0 2px;
}

@media (min-width: 1025px)
{
    .filter-row .hide-filter-mobile
    {
        display: none;
    }
}

@media (max-width: 1024px)
{
    .filter-row .hide-filter-mobile
    {
        display: -ms-flexbox;
        display: flex;
    }
}

.selected-filters-count
{
    font-size: 13px;
    font-weight: 300; 
    line-height: 1em;

    padding: 8px;
}
.selected-filters-count span
{
    font-weight: 500;
}

.sidebar-block ul.category-list
{
    margin: -4px 0 0;
    padding: 0;

    list-style: none;
}
.sidebar-block ul.category-list li
{
    position: relative;
}
.sidebar-block ul.category-list ul
{
    padding: 4px 0 0 20px;
}
.sidebar-block ul.category-list.two-column li:first-child:not(:only-child)
{
    float: left;
}
.sidebar-block ul.category-list .toggle-category
{
    font-size: 12px;

    position: absolute;
    top: 0;
    right: 0;

    display: -ms-flexbox;
    display: flex;

    width: 50px;
    height: 25px;

    cursor: pointer; 
    text-align: center;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sidebar-block ul.category-list .toggle-category:hover [class*='icon']:before
{
    display: block;

    content: '\e902';
    transform: rotate(-45deg);
}
.sidebar-block ul.category-list .toggle-category [class*='icon']
{
    display: block;

    transition: transform .2s ease-out;
}
.sidebar-block ul.category-list li a
{
    font-size: 13px;
    line-height: 16px;

    position: relative;

    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 100%;
    min-height: 25px;
    padding: 5px 0 4px 25px;

    text-decoration: none;

    color: #2e343f;
}
.sidebar-block ul.category-list li a:after,
.sidebar-block ul.category-list li a:before
{
    position: absolute; 
    left: 0;

    display: block;

    box-sizing: content-box;

    content: '';
}
.sidebar-block ul.category-list li a:after
{
    top: 8px;
    left: 5px;

    width: 8px; 
    height: 4px;

    transition: none;
    transform: rotate(-45deg) scale(0);

    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #2e343f;
    background-color: transparent;
}
.sidebar-block ul.category-list li a:before
{
    top: 4px; 

    width: 16px;
    height: 16px;

    transition: background-color .2s;

    border: 1px solid transparent;
    background-color: #f7f7f8;
}
.sidebar-block ul.category-list li a.open ~ ul
{
    visibility: visible;

    opacity: 1;
}
.sidebar-block ul.category-list li a.open + .toggle-category [class*='icon']
{
    transform: rotate(-180deg);
}
.sidebar-block ul.category-list li a.open + .toggle-category:hover [class*='icon']:before
{
    content: '\e902';
    transform: rotate(0deg);
}
.sidebar-block ul.category-list li a:hover,
.sidebar-block ul.category-list li.active > a
{
    color: #2e343f;
}
.sidebar-block ul.category-list li a:hover:after,
.sidebar-block ul.category-list li.active > a:after
{
    transition: transform .2s ease-out; 
    transform: rotate(-45deg) scale(1);
}

ul.category-list-lg
{
    margin: -5px 0 0;
    padding: 0;

    list-style: none;
}
ul.category-list-lg li
{
    position: relative;
}
ul.category-list-lg li a
{
    font-size: 14px;
    line-height: 21px;

    display: block;

    padding: 4px 0 5px 25px;

    text-decoration: none;

    color: #2e343f;
}
ul.category-list-lg li:hover a,
ul.category-list-lg li.active a
{
    color: #2e343f;
}

.category-list-viewmore
{
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;

    display: inline-block;

    margin-top: 10px;

    color: #fd5397;
}
.category-list-viewmore:hover
{
    color: #2e343f;
}

.filter-row
{
    position: relative;

    overflow: hidden;

    margin: -10px 0 10px;
    padding: 10px;

    color: #2e343f;
    background: #fff;
}
.filter-row select.form-control:hover
{
    border-color: #efefef;
}
@media (max-width: 767px)
{
    .filter-row
    {
        padding: 10px 0;
    }
}
.filter-row .row
{
    margin: 0 -30px;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
@media (max-width: 1199px)
{
    .filter-row .row
    {
        margin: 0 -15px;

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media (max-width: 767px)
{
    .filter-row .row
    {
        margin: 0 -10px;

        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
             justify-content: space-between;
    }
}
.filter-row .row > *
{
    margin: 0 20px;
}
@media (max-width: 1860px)
{
    .filter-row .row > *
    {
        margin: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .filter-row .row > *
    {
        margin: 0 10px;
    }
}
@media (max-width: 767px)
{
    .filter-row .row > *
    {
        margin: 0 10px;
    }
}
.filter-row .select-wrap,
.filter-row .viewmode-wrap
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}
.filter-row .viewmode-wrap
{
    padding-top: 2px;
}
.filter-row .select-wrapper
{
    background-color: #f7f7f8;
}
.filter-row .view-mode > *
{
    font-size: 26px;
    line-height: 1em;

    cursor: pointer;
    transition: .2s; 

    color: #aeb0b8;
}
.filter-row .view-mode > *.active,
.filter-row .view-mode > *:hover
{
    color: #000;
}
.filter-row .select-label
{
    font-size: 15px;
    font-weight: 600;
    line-height: 1em;

    display: block;

    text-align: center; 
    text-decoration: none;

    color: #2e343f;
}
.filter-row .select-label + *
{
    margin-left: 7px;
}
.filter-row .select-wrapper-sm select
{
    padding: 0 30px 0 15px; 

    background-color: transparent;
}
@media (max-width: 1199px)
{
    .filter-row .select-wrapper-xxs select
    {
        max-width: 145px;
    }
}
.filter-row .select-wrapper:before,
.filter-row .select-wrapper-sm:before
{
    background-color: transparent;
}
.filter-row .selected-filters-wrap .selected-filters li
{
    margin: 5px 5px 5px 0;
}
@media (max-width: 1199px)
{
    .filter-row .selected-filters-wrap
    {
        min-width: calc(100% - 25px);
        margin: 0 10px 10px;

        text-align: center;
    }
    .filter-row .selected-filters-wrap .selected-filters li
    {
        padding: 4px 2px;
    }
}

.filter-row.disable
{
    pointer-events: none;
}
.filter-row.disable .row
{
    display: none;
}

.filter-col
{
    position: relative;

    overflow: hidden;

    height: 0;

    transition: left .35s, margin .35s;
}
.filter-col.filter-col--opened-desktop
{
    overflow: inherit; 

    height: auto;
}

@media (min-width: 1921px)
{
    .filter-col
    {
        max-width: 425px; 
        margin-left: -425px;

        -ms-flex: 0 0 425px;
            flex: 0 0 425px;
    }
}

@media (max-width: 1920px)
{
    .filter-col
    {
        max-width: 320px; 
        margin-left: -320px;

        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    }
}

.filter-col--opened
{
    left: 0 !important;

    overflow: inherit; 

    height: auto;
    margin-left: 0;
}
.filter-col--opened + .filter-toggle [class*='icon-']:last-child
{
    display: block;
}
.filter-col--opened + .filter-toggle [class*='icon-']:first-child
{
    display: none;
}

@media (min-width: 1025px)
{
    .filter-col.filter-col--opened-desktop
    {
        left: 0 !important; 

        margin-left: 0;
    }
    .filter-col.filter-col--opened-desktop + .filter-toggle
    {
        display: none;
    }
    .filter-col--opened-desktop.aside--left
    {
        padding-right: 15px;
    }
}

.filter-col--sticky .filter-col-content
{
    position: -webkit-sticky;
    position:         sticky;
    top: 0; 

    transform: translate3d(0, 0, 0);
}

body:not(.has-sticky) .filter-col--sticky .filter-col-content
{
    top: 0 !important;
}

.filter-toggle,
.filter-toggle-horizontal
{
    font-size: 28px;

    z-index: 1;

    display: -ms-flexbox;
    display: flex;

    margin-left: -50px;

    text-align: center; 

    -ms-flex-align: center;
    align-items: center;
}
.filter-toggle [class*='icon'],
.filter-toggle-horizontal [class*='icon']
{
    width: 100%;
}
@media (min-width: 1025px)
{
    .filter-toggle,
    .filter-toggle-horizontal
    {
        position: -webkit-sticky;
        position:         sticky;
        z-index: 159;
        top: 0;

        width: 50px;
        height: 50px;
    }
    .filter-toggle,
    .filter-toggle:focus,
    .filter-toggle-horizontal,
    .filter-toggle-horizontal:focus
    {
        color: #fff; 
        background-color: #fd5397;
    }
    .filter-toggle:hover,
    .filter-toggle-horizontal:hover
    {
        text-decoration: none; 

        color: #fff;
        background-color: #000;
    }
}
.filter-toggle [class*='icon-']:last-child,
.filter-toggle-horizontal [class*='icon-']:last-child
{
    display: none;
}

.filter-toggle:first-child
{
    display: none;
}

.has-sticky .filter-toggle
{
    top: 115px;
}

@media (min-width: 1025px)
{
    .filter-col.filter-col--opened + .filter-toggle
    {
        width: 45px; 
        margin-right: -8px !important;
        margin-left: -30px !important;
    }
}

.filter-toggle-text
{
    display: none;
}

.filter-toggle-icons
{
    display: -ms-flexbox;
    display: flex;

    height: 100%;

    cursor: pointer; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1024px)
{
    .page-category
    {
        margin-bottom: 50px;
    }
    .hide-filter-mobile
    {
        display: none;
    }
    .d-filter-mobile
    {
        display: block;
    }
    .filter-mobile-col
    {
        position: fixed;
        z-index: 159;
        right: 0;
        bottom: 0;
        left: 0 !important;

        width: 100%;
        max-width: 100%;
        height: 53px;
        margin: 0;
        padding: 0 !important;

        transition: height .5s; 
        pointer-events: none;
    }
    .filter-mobile-col .filter-mobile-content
    {
        position: relative;
        z-index: 1;

        overflow-x: hidden;
        overflow-y: auto;

        height: 100%;
        padding: 15px 15px 65px !important;

        transition: transform .5s;
        transform: translate3d(0, 100%, 0); 

        background-color: #fff;
    }
    .filter-mobile-col .filter-mobile-content > .row
    {
        display: block;

        margin: 0;
    }
    .filter-mobile-col .filter-mobile-content > div
    {
        max-width: 500px;
        margin-right: auto; 
        margin-left: auto;
    }
    .filter-mobile-col.filter-col--opened
    {
        pointer-events: all;
    }
    .filter-mobile-col .sidebar-block.d-filter-mobile:not(:first-child)
    {
        margin-top: 30px;
    }
    .filter-mobile-col .sidebar-block.d-filter-mobile + .sidebar-block
    {
        margin-top: 30px;
    }
    .filter-toggle
    {
        position: fixed;
        z-index: 162;
        top: auto !important;
        right: 0;
        bottom: 0;
        left: 0;

        height: 50px;
        margin: 0;

        cursor: pointer;

        box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    }
    .filter-toggle-icons
    {
        display: none;
    }
    .filter-toggle-text
    {
        font-size: 18px;
        font-weight: 600;

        display: block;

        width: 100%;
        height: 100%;

        text-align: center;
    }
    .filter-btn-open
    {
        display: -ms-flexbox;
        display: flex;

        height: 100%;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .filter-btn-open,
    .filter-btn-open:hover,
    .filter-btn-open:focus
    {
        text-decoration: none; 

        color: #fff;
        background-color: #fd5397;
    }
    .filter-btn-apply,
    .filter-btn-close
    {
        display: none;

        width: 50%; 
        height: 100%;
    }
    .filter-btn-apply:hover,
    .filter-btn-close:hover
    {
        text-decoration: none;
    }
    .no-tags .filter-btn-apply
    {
        width: 100%;
    }
    .no-tags .filter-btn-close
    {
        display: none !important;
    }
    .filter-btn-apply,
    .filter-btn-apply:hover,
    .filter-btn-apply:focus
    {
        color: #fff;
        background-color: #fd5397;
    }
    .filter-btn-close,
    .filter-btn-close:hover,
    .filter-btn-close:focus
    {
        color: #000;
        background-color: #efefef;
    }
    .filter-col--opened
    {
        z-index: 161; 

        height: 100% !important;
    }
    .filter-col--opened .filter-mobile-content
    {
        transform: translate3d(0, 0, 0);
    }
    .is-filters-opened .hdr-content-sticky
    {
        display: none;
    }
    .is-filters-opened .filter-toggle
    {
        box-shadow: none;
    }
    .is-filters-opened .filter-toggle-text .filter-btn-open
    {
        display: none;
    }
    .is-filters-opened .filter-toggle-text .filter-btn-apply,
    .is-filters-opened .filter-toggle-text .filter-btn-close
    {
        display: -ms-inline-flexbox;
        display: inline-flex;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.listing-show-more
{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

    color: #fd5397;
}
.listing-show-more:hover
{
    text-decoration: none;

    color: #2e343f;
}
.listing-show-more + *
{
    margin-left: 40px;
}

.sidebar-block-horizontal
{
    display: none;
}

@media (min-width: 1025px)
{
    .d-filter-mobile
    {
        display: none;
    }
    .hide-filter-mobile
    {
        display: -ms-flexbox;
        display: flex;
    }
    .filter-col-horizontal
    {
        position: relative;

        overflow: hidden; 

        height: 0;
    }
    .filter-col-horizontal.filter-col--opened-desktop
    {
        height: auto;
    }
    .filter-col-horizontal.filter-col--opened-desktop + .filter-toggle
    {
        display: none;
    }
    .filter-col-horizontal.filter-col--opened-desktop .filter-row-content .sidebar-block-horizontal .filter-row-close
    {
        display: none;
    }
    .filter-row-content
    {
        padding: 0 0 20px;
    }
    .filter-row-content > .row > *
    {
        min-width: 25%;
        padding: 0 15px;
        padding-bottom: 30px; 

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
    .filter-row-content > .row > .filter-row-col-auto
    {
        -ms-flex: 1;
            flex: 1;
    }
    .filter-row-content > .row > .filter-row-col-12
    {
        min-width: 12.5%;

        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    }
    .filter-row-content > .row > .filter-row-col-16
    {
        min-width: 16.666%;

        -ms-flex: 0 0 16.666%;
            flex: 0 0 16.666%;
    }
    .filter-row-content > .row > .filter-row-col-25
    {
        min-width: 25%;

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
    .filter-row-content > .row > .filter-row-col-33
    {
        min-width: 33.333%;

        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    }
    .filter-row-content .sidebar-block_content
    {
        padding-bottom: 0;
    }
    .filter-row-content .sidebar-block .toggle-arrow
    {
        display: none;
    }
    .filter-row-content .sidebar-block:first-child .sidebar-block_title
    {
        padding-top: 0;
    }
    .filter-row-content .sidebar-block:not(.d-filter-mobile) + .sidebar-block
    {
        border-top: 0;
    }
    .filter-row-content .sidebar-block .sidebar-block_title
    {
        padding-top: 0 !important;
    }
    .filter-row-content .sidebar-block_title
    {
        padding: 0 0 18px; 

        pointer-events: none;
    }
    .filter-row-content .sidebar-block_title:hover a,
    .filter-row-content .sidebar-block_title:hover span,
    .filter-row-content .sidebar-block_title:hover .toggle-arrow:before
    {
        color: #2e343f;
    }
    .filter-row-content .sidebar-block_content + .sidebar-block_title
    {
        margin-top: 18px;
    }
    .filter-row-content h3
    {
        margin-bottom: 5px;
    }
    .filter-row-content .sidebar-block.collapsed .sidebar-block_content
    {
        display: block;

        opacity: 1;
    }
    .filter-row-content .sidebar-block-horizontal
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-align: center;
        align-items: center;
    }
    .filter-row-content .sidebar-block-horizontal > * + *
    {
        margin-left: 15px;
    }
    .filter-row-content .sidebar-block-horizontal .selected-filters li
    {
        display: inline-block;

        margin-top: 5px; 
        margin-bottom: 5px;
    }
    .filter-row-content .sidebar-block-horizontal .filter-row-close
    {
        font-size: 13px;
        font-weight: bold; 

        display: -ms-flexbox;
        display: flex;

        width: auto;
        margin-left: auto;
        padding-left: 10px;

        -ms-flex-align: center;
        align-items: center;
    }
    .filter-row-content .sidebar-block-horizontal .filter-row-close [class*='icon']
    {
        padding-left: 5px;
    }
    .filter-row-content .sidebar-block-horizontal .filter-row-close:hover
    {
        text-decoration: none;
    }
    .filter-col-horizontal + .filter-toggle
    {
        position: absolute;
        top: 0;
        left: 0;

        visibility: hidden;

        margin-left: -50px;

        transition: opacity .25s;
    }
    .filter-col-horizontal.filter-col--init + .filter-toggle
    {
        visibility: visible;
    }
    .filter-col-horizontal.filter-col--opened + .filter-toggle
    {
        transition: 0s; 
        pointer-events: none;

        opacity: 0;
    }
    .sidebar-block.d-filter-mobile + .sidebar-block
    {
        margin-top: 0;
    }
}

@media (min-width: 1025px)
{
    .filter-toggle .loader-horizontal
    {
        display: none !important;
    }
}

@media (max-width: 1024px)
{
    .template-collection .footer-sticky .loader-horizontal
    {
        display: none !important;
    }
    body:not(.template-collection) .filter-toggle .loader-horizontal
    {
        display: none;
    }
    .filter-toggle .loader-horizontal
    {
        position: absolute;
        bottom: 0; 

        min-width: 100%;
    }
    .filter-toggle .loader-horizontal .progress
    {
        height: 100%;
    }
    .filter-col--opened + .filter-toggle .loader-horizontal
    {
        display: block;
    }
    .template-collection
    {
        margin-bottom: 49px;
    }
}

.banners-grid-collection:empty
{
    display: none;
}

/*  8.4. Product Swatches  */
.color-swatch
{
    overflow: hidden; 

    margin: 0;
    padding: 0;

    list-style: none;
}
.color-swatch li
{
    width: 34px;
    height: 34px;
    margin: 3px;
}
@media (max-width: 575px)
{
    .color-swatch li
    {
        width: 28px;
        height: 28px;
    }
}
.color-swatch li > *
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin: 1px;

    cursor: pointer;
    text-decoration: none;

    border-radius: 50%;
    box-shadow: inset 0 0 0 1px transparent;
}
.color-swatch li > * img
{
    position: relative;
    z-index: -1;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transform: translateZ(0) scale(1, 1);

    border-radius: 50%; 

    -webkit-backface-visibility: hidden;
    object-fit: cover;
}
.color-swatch li:hover > *,
.color-swatch li.active > *
{
    box-shadow: inset 0 0 0 1px #2e343f;
}

.has-squared-color-swatch .color-swatch,
.has-squared-color-swatch .color-swatch li > *,
.has-squared-color-swatch .color-swatch li > * img,
.has-squared-color-swatch .prd:not(.prd-hor):not(.prd-hor-simple) .colorswatch-label ul img
{
    border-radius: 0 !important;
}

@media (max-width: 575px)
{
    .prd-listview .color-swatch li
    {
        width: 34px;
        height: 34px;
    }
}

.prd-block ul.color-list
{
    display: -ms-flexbox;
    display: flex;
    overflow: visible !important; 

    margin: -4px 0 0;
    padding: 0;

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prd-block ul.color-list li
{
    position: relative;
    top: 0; 

    display: -ms-inline-flexbox;
    display: inline-flex;

    width: auto;
    margin: 4px 4px 0;
}
.prd-block ul.color-list li img
{
    display: block;

    width: 100%;
    height: 100%;

    border-radius: 50%;
}
.prd-block ul.color-list li.active img
{
    width: calc(100% + 2px);
    min-width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.prd-block ul.color-list li.active span.value:after,
.prd-block ul.color-list li.active span.value:before
{
    border-radius: 50%;
}
.prd-block ul.color-list li.active span.value:after
{
    border-color: #fff;
}
.prd-block ul.color-list li:not(.absent-option):not(.active):hover a img
{
    width: calc(100% + 2px);
    min-width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.prd-block ul.color-list li.active a span.value:after,
.prd-block ul.color-list li:hover a span.value:after
{
    box-shadow: none;
}
.prd-block ul.color-list li a
{
    display: block;

    padding: 1px;

    transition: none; 
    text-decoration: none;
}
.prd-block ul.color-list li a span.value
{
    position: relative;

    display: -ms-flexbox;
    display: flex;

    width: 30px;
    height: 30px;

    border-radius: 50%; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prd-block ul.color-list li a span.value:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    box-shadow: none;
}
.prd-block ul.color-list li.absent-option > a
{
    position: relative;

    overflow: hidden;

    border-radius: 50%;
}
.prd-block ul.color-list li.absent-option > a:after
{
    position: absolute;
    z-index: 1;
    top: 1px;
    right: 1px;
    bottom: 1px; 
    left: 1px;

    display: block;

    content: '';

    background: url(cross_color.png) rgba(255, 255, 255, .5);
    background-size: 100% 108%;
}

.sidebar-block ul.color-list
{
    overflow: visible; 

    margin: -5px 0 0;
    padding: 0;

    list-style: none;
}
.sidebar-block ul.color-list li
{
    position: relative; 

    width: 100%;
}
.sidebar-block ul.color-list li img
{
    position: relative;

    display: inline-block;

    width: 18px;
    height: 18px;

    vertical-align: top;
}
.sidebar-block ul.color-list li a
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    min-height: 25px;
    padding: 5px 0 2px;

    transition: none; 
    text-decoration: none;

    color: #2e343f;
}
.sidebar-block ul.color-list li a span.value
{
    position: relative;

    display: block;
    float: left;

    min-width: inherit;
    max-width: 25px;
    height: 18px;

    border: 0;
    box-shadow: inset 0 0 10px 5px transparent; 

    -ms-flex: 0 0 25px;
        flex: 0 0 25px;
}
.sidebar-block ul.color-list li a span.value:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    box-shadow: inset 0 0 0 2px transparent;
}
.sidebar-block ul.color-list li a span.value:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    box-shadow: inset 0 0 0 4px transparent;
}
.sidebar-block ul.color-list li a span.colorname
{
    font-size: 13px;
    line-height: 16px;

    position: relative;

    display: block;
    overflow: hidden; 

    padding: 1px 0 0 9px;
}
.sidebar-block ul.color-list li.active a span.value:after,
.sidebar-block ul.color-list li:hover a span.value:after
{
    box-shadow: inset 0 0 0 2px #fd5397;
}
.sidebar-block ul.color-list li.active a span.value:before,
.sidebar-block ul.color-list li:hover a span.value:before
{
    box-shadow: inset 0 0 0 4px #fff;
}
.sidebar-block ul.color-list li:not(.active):hover a
{
    color: #2e343f;
}
.sidebar-block ul.color-list li.active a
{
    color: #2e343f;
}

img.color-bordered
{
    border: 1px solid #ddd;
}

.prd-block .size-list
{
    display: -ms-flexbox;
    display: flex;

    margin: -5px 0 0;
    padding: 0;

    list-style: none; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prd-block .size-list li
{
    position: relative;

    display: -ms-inline-flexbox;
    display: inline-flex;

    margin: 5px 7px 0 0; 

    vertical-align: bottom;

    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px)
{
    .prd-block .size-list li
    {
        margin-right: 5px;
    }
}
.prd-block .size-list li a
{
    display: block;

    text-decoration: none;
}
.prd-block .size-list li span.value
{
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;

    display: inline-block;

    min-width: 33px;
    height: 33px;
    padding: 0 5px;

    text-align: center;

    color: #2e343f;
    border-radius: 4px; 
    background-color: transparent;
}
.prd-block .size-list li span.value:after
{
    font-family: 'icon-foxic';
    font-size: 12px; 

    position: relative;
    top: 1px;

    display: none;

    padding: 0 0 0 6px;

    content: '\e117';
}
.prd-block .size-list li.active span.value,
.prd-block .size-list li:hover:not(.absent-option) span.value
{
    color: #fff; 
    background-color: #2e343f;
}
.prd-block .size-list li.absent-option > a
{
    cursor: default;
    pointer-events: none;
}
.prd-block .size-list li.absent-option > a span.value
{
    color: #7e7e7e;
    border-color: transparent;
}
.prd-block .size-list li.absent-option > a:after
{
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;

    display: block;

    content: '';

    opacity: .75; 
    background: url(cross_color.png) rgba(255, 255, 255, .75);
    background-size: 100% 100%;
}

.prd-block .images-list
{
    display: -ms-flexbox;
    display: flex;

    margin: -5px 0 0;
    padding: 0;

    list-style: none; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.prd-block .images-list li
{
    position: relative;

    display: -ms-inline-flexbox;
    display: inline-flex;

    margin: 5px 7px 0 0; 

    vertical-align: bottom;

    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px)
{
    .prd-block .images-list li
    {
        margin-right: 5px;
    }
}
.prd-block .images-list li a
{
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;

    display: -ms-flexbox;
    display: flex;

    width: 50px;
    min-height: 30px;

    transition: none; 
    text-align: center;
    text-decoration: none;

    border-radius: 4px;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prd-block .images-list li a img
{
    border-radius: 4px;
}
.prd-block .images-list li.active a,
.prd-block .images-list li:hover:not(.absent-option) a
{
    color: #fff;
}
.prd-block .images-list li.active a:after,
.prd-block .images-list li:hover:not(.absent-option) a:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    border: 1px solid #2e343f;
    border-radius: 4px;
}
.prd-block .images-list li.absent-option > a
{
    cursor: default;
    pointer-events: none;

    color: #7e7e7e;
    border-color: transparent;
}
.prd-block .images-list li.absent-option > a:after
{
    position: absolute;
    z-index: 1;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;

    display: block;

    content: '';

    opacity: .75; 
    background: url(cross_color.png) rgba(255, 255, 255, .75);
    background-size: 100% 100%;
}

.prd-block .images-list li
{
    min-height: 30px;
}
.prd-block .images-list li a .color-list-value
{
    display: block;

    width: 100%;

    border-radius: 4px;
}
.prd-block .images-list li:hover:not(.absent-option) a .color-list-value,
.prd-block .images-list li.active a .color-list-value
{
    background: #2e343f;
}

/*  8.4. Product Colors  */
.color-red
{
    background-color: red;
}

.color-white
{
    background-color: white;
}

.color-blue
{
    background-color: blue;
}

.color-orange
{
    background-color: orange;
}

.color-black
{
    background-color: black;
}

.color-green
{
    background-color: green;
}

.color-purple
{
    background-color: purple;
}

/*  8.4. Product Countdown  */
.countdown-box
{
    position: relative;

    transition: opacity .3s ease 0s, visibility .3s linear 0s; 
    text-align: center;

    border: 1px solid #000;
    background: transparent;
}
@media (max-width: 767px)
{
    .countdown-box
    {
        max-width: 100%;
    }
}
.countdown-box .countdown-box-bg
{
    position: absolute;
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.countdown-box .countdown
{
    position: relative;
    z-index: 2;

    display: -ms-flexbox;
    display: flex;

    padding: 13px 10px;

    color: #2e343f;

    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
}
.countdown-box .countdown:empty
{
    display: none;
}
.countdown-box .countdown > span
{
    font-size: 16px;
    font-weight: 300; 
    line-height: 1.25em;

    position: relative;

    display: inline-block;

    padding: 0 .8em;

    vertical-align: middle;
}
.countdown-box .countdown > span span
{
    font-size: 1.563em;
    font-weight: bold;
    line-height: 1.2em;

    display: block;

    min-width: 1.36em;

    text-align: center;
}
.countdown-box .countdown > span:after
{
    font-size: 2.188em;
    font-weight: 600;
    line-height: 1em;

    position: absolute;
    top: 50%;
    right: -.15em;

    display: block;

    content: ':';
    content: ':'; 
    transform: translateY(-50%);
}
.countdown-box .countdown > span:last-child:after
{
    display: none;
}

.countdown-box-bg
{
    position: relative;
    z-index: 1;
}
.countdown-box-bg + *
{
    margin-top: 40px;
}
.countdown-box-bg .countdown
{
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: -10px; 
    margin-left: -10px;
}
.countdown-box-bg .countdown > span
{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;

    position: relative;

    margin: 0 10px;
    padding: 5px 15px;

    text-align: center;
    text-transform: lowercase; 

    color: #2e343f;
    color: #fff;
}
@media (max-width: 575px)
{
    .countdown-box-bg .countdown > span
    {
        font-size: 14px;

        margin: 0 5px;
    }
}
.countdown-box-bg .countdown > span:after
{
    position: absolute;
    z-index: -1;
    top: -5px;
    left: 0;

    display: block;

    width: 100%;
    height: calc(100% + 10px);

    content: '';

    background-color: #fd5397; 

    -webkit-mask-size: cover;
            mask-size: cover;
}
.countdown-box-bg .countdown > span span
{
   
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;

    display: block;

    min-width: 1.36em;

    text-align: center;
}

.countdown-box-full
{
    position: relative;

    padding: 22px 20px;

    border: 1px solid #000; 
    background: #fff;
}
@media (max-width: 575px)
{
    .countdown-box-full
    {
        padding: 12px 15px;
    }
}
.countdown-box-full + *
{
    margin-top: 40px;
}
.countdown-box-full [class*='icon']
{
    font-size: 59px;

    margin-right: 25px;

    color: #2e343f;

    -webkit-backface-visibility: hidden;
}
@media (max-width: 575px)
{
    .countdown-box-full [class*='icon']
    {
        font-size: 36px;

        margin-right: 20px;
    }
}
.countdown-box-full .countdown-txt
{
    font-size: 19px;
    font-weight: 500;
    line-height: 23px;

    margin-bottom: 5px;

    transform: translateZ(0); 

    color: #2e343f;

    -webkit-backface-visibility: hidden;
}
@media (max-width: 575px)
{
    .countdown-box-full .countdown-txt
    {
        font-size: 12px;
        line-height: 18px;
    }
}
.countdown-box-full .countdown
{
    margin-right: -13px; 
    margin-left: -13px;
}
.countdown-box-full .countdown > span
{
    font-size: 16px;
    font-weight: 300; 
    line-height: 1.25em;

    position: relative;

    display: inline-block;

    padding: 0 .8em;

    vertical-align: middle;

    color: #2e343f;
}
@media (max-width: 575px)
{
    .countdown-box-full .countdown > span
    {
        font-size: 11px;
    }
}
.countdown-box-full .countdown > span span
{
    font-size: 1.563em;
    font-weight: bold;
    line-height: 1.2em;

    display: block;

    min-width: 1.36em;

    text-align: center;
}
.countdown-box-full .countdown > span:after
{
    font-size: 2.333em;
    font-weight: 400; 
    line-height: 1em;

    position: absolute;
    top: 50%;
    right: -.15em;

    display: block;

    content: ':';
    transform: translateY(-50%);
}
.countdown-box-full .countdown > span:last-child:after
{
    display: none;
}

.countdown-box-full .row > .col
{
    transform: translateZ(0); 

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.countdown-box-full-text
{
    position: relative;

    max-width: 800px;
    padding: 0;

    border: 1px solid #000; 
    background: #fff;
}
@media (max-width: 575px)
{
    .countdown-box-full-text .row
    {
            flex-direction: column;

        text-align: center; 

        -ms-flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.countdown-box-full-text .row > *
{
    padding: 18px 40px;
}
@media (max-width: 1860px)
{
    .countdown-box-full-text .row > *
    {
        padding: 15px 30px;
    }
}
@media (max-width: 575px)
{
    .countdown-box-full-text .row > *
    {
        padding: 10px;

        text-align: center; 

        -ms-flex: 1;
            flex: 1;
    }
    .countdown-box-full-text .row > *:last-child
    {
        padding-top: 0;

        -ms-flex: 1;
            flex: 1;
    }
}
.countdown-box-full-text .row > *:first-child:not(:only-child)
{
    position: relative;
}
.countdown-box-full-text .row > *:first-child:not(:only-child):after
{
    position: absolute;
    top: calc(50% - 24px);
    right: 0;

    width: 1px;
    height: 48px;

    content: '';

    background-color: #000;
}
@media (max-width: 575px)
{
    .countdown-box-full-text .row > *:first-child:not(:only-child):after
    {
        display: none;
    }
}
.countdown-box-full-text .countdown-txt
{
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5em;

    text-align: center; 

    color: #2e343f;

    -webkit-backface-visibility: hidden;
}
@media (max-width: 1860px)
{
    .countdown-box-full-text .countdown-txt
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .countdown-box-full-text .countdown-txt
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.countdown-box-full-text .countdown
{
    white-space: nowrap;
}
.countdown-box-full-text .countdown > span
{
    font-size: 15px;
    font-weight: 400; 
    line-height: 1.25em;

    position: relative;

    display: inline-block;

    padding: 0 1.1em;

    vertical-align: middle;

    color: #2e343f;
}
.countdown-box-full-text .countdown > span:first-child
{
    padding-left: 0;
}
.countdown-box-full-text .countdown > span:last-child
{
    padding-right: 0;
}
@media (max-width: 767px)
{
    .countdown-box-full-text .countdown > span
    {
        font-size: 14px;
    }
}
@media (max-width: 575px)
{
    .countdown-box-full-text .countdown > span
    {
        font-size: 13px;
    }
}
.countdown-box-full-text .countdown > span span
{
    font-size: 1.933em;
    font-weight: 600;
    line-height: 1.5em;

    display: block;

    min-width: 1.36em;

    text-align: center;
}
.countdown-box-full-text .countdown > span:after
{
    font-size: 2.333em;
    font-weight: 400; 
    line-height: 1em;

    position: absolute;
    top: 50%;
    right: -.15em;

    display: block;

    content: ':';
    transform: translateY(-50%);
}
.countdown-box-full-text .countdown > span:last-child:after
{
    display: none;
}

@media (min-width: 576px)
{
    .countdown-box-full-text.w-md .countdown-txt
    {
        font-size: 16px;
    }
    .countdown-box-full-text.w-md .countdown > span
    {
        font-size: 11px;
    }
    .countdown-box-full-text.w-md .countdown-txt
    {
        font-size: 19px;
    }
    .countdown-box-full-text.w-md .row > *
    {
        padding: 18px 30px;
    }
    .countdown-box-full-text.w-md .row > *:first-child:not(:only-child):after
    {
        top: calc(50% - 19px);

        height: 38px;
    }
    .countdown-box-full-text.w-sm .countdown-txt
    {
        font-size: 15px;
    }
    .countdown-box-full-text.w-sm .countdown > span
    {
        font-size: 11px;
    }
    .countdown-box-full-text.w-sm .countdown-txt
    {
        font-size: 18px;
    }
    .countdown-box-full-text.w-sm .row > *
    {
        padding: 15px 25px;
    }
    .countdown-box-full-text.w-sm .row > *:first-child:not(:only-child):after
    {
        top: calc(50% - 19px);

        height: 38px;
    }
}

.countdown-box-full-text-modal
{
    position: relative;

    max-width: 800px;
    margin-bottom: 20px;
    padding: 0 0 25px;

    border-bottom: 1px solid #000; 
    background: #fff;
}
@media (max-width: 575px)
{
    .countdown-box-full-text-modal
    {
        padding-bottom: 20px;
    }
    .countdown-box-full-text-modal .row
    {
            flex-direction: column;

        text-align: center; 

        -ms-flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.countdown-box-full-text-modal .row
{
    margin-right: -10px; 
    margin-left: -10px;
}
.countdown-box-full-text-modal .row > *
{
    padding: 0 10px;
}
@media (max-width: 575px)
{
    .countdown-box-full-text-modal .row > *
    {
        text-align: center; 

        -ms-flex: 1;
            flex: 1;
    }
}
.countdown-box-full-text-modal .row > *:first-child:not(:only-child)
{
    position: relative;
}
.countdown-box-full-text-modal .row > *:first-child:not(:only-child):after
{
    position: absolute;
    top: 8px;
    right: -10px;

    width: 1px;
    height: 38px;

    content: '';

    background-color: #000;
}
@media (max-width: 575px)
{
    .countdown-box-full-text-modal .row > *:first-child:not(:only-child):after
    {
        display: none;
    }
}
.countdown-box-full-text-modal .countdown-txt
{
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;

    padding: 0 0 0 10px;

    text-align: center; 

    color: #2e343f;

    -webkit-backface-visibility: hidden;
}
@media (max-width: 1199px) and (min-width: 768px)
{
    .countdown-box-full-text-modal .countdown-txt
    {
        font-size: 15px;
    }
}
@media (max-width: 575px)
{
    .countdown-box-full-text-modal .countdown-txt
    {
        font-size: 15px; 

        padding: 10px 10px 0;
    }
}
.countdown-box-full-text-modal .countdown
{
    white-space: nowrap;
}
.countdown-box-full-text-modal .countdown > span
{
    font-size: 12px;
    font-weight: 400; 
    line-height: 1.25em;

    position: relative;

    display: inline-block;

    padding: 0 1.1em;

    vertical-align: middle;

    color: #2e343f;
}
.countdown-box-full-text-modal .countdown > span:first-child
{
    padding-left: 0;
}
.countdown-box-full-text-modal .countdown > span:last-child
{
    padding-right: 0;
}
@media (max-width: 1199px) and (min-width: 768px)
{
    .countdown-box-full-text-modal .countdown > span
    {
        font-size: 11px;
    }
}
@media (max-width: 575px)
{
    .countdown-box-full-text-modal .countdown > span
    {
        font-size: 11px;
    }
}
.countdown-box-full-text-modal .countdown > span span
{
    font-size: 1.933em;
    font-weight: 600;
    line-height: 1.5em;

    display: block;

    min-width: 1.36em;

    text-align: center;
}
.countdown-box-full-text-modal .countdown > span:after
{
    font-size: 2.333em;
    font-weight: 400; 
    line-height: 1em;

    position: absolute;
    top: 50%;
    right: -.15em;

    display: block;

    content: ':';
    transform: translateY(-50%);
}
.countdown-box-full-text-modal .countdown > span:last-child:after
{
    display: none;
}

.prd-block-three-column .countdown-box-full-text .row > *
{
    padding: 18px 20px;
}
@media (max-width: 1860px)
{
    .prd-block-three-column .countdown-box-full-text .row > *
    {
        padding: 15px 15px;
    }
}
@media (max-width: 575px)
{
    .prd-block-three-column .countdown-box-full-text .row > *
    {
        padding: 10px;
    }
    .prd-block-three-column .countdown-box-full-text .row > *:last-child
    {
        padding-top: 0;
    }
}

.prd-block-three-column .countdown-box-full-text .row > *:first-child:not(:only-child):after
{
    top: 17px;
}

.prd-block-three-column .countdown-box-full-text .countdown-txt
{
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 1860px)
{
    .prd-block-three-column .countdown-box-full-text .countdown-txt
    {
        font-size: 16px;
    }
}
@media (max-width: 1199px) and (min-width: 768px)
{
    .prd-block-three-column .countdown-box-full-text .countdown-txt
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .prd-block-three-column .countdown-box-full-text .countdown-txt
    {
        font-size: 18px;
        line-height: 24px;
    }
}

.prd-block-three-column .countdown-box-full-text .countdown > span
{
    font-size: 13px; 

    padding: 0 .7em;
}
@media (max-width: 575px)
{
    .prd-block-three-column .countdown-box-full-text .countdown > span
    {
        font-size: 13px;
    }
}

.countdown-circle
{
    position: relative;

    margin-top: 0;

    transition: opacity .3s ease 0s, visibility .3s linear 0s; 
    text-align: center;

    border-top: 1px solid #fff;
}
@media (max-width: 767px)
{
    .countdown-circle
    {
        max-width: 100%;
    }
}
.countdown-circle .countdown
{
    display: -ms-flexbox;
    display: flex;

    margin-top: 7px;

    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
}
.countdown-circle .countdown:empty
{
    display: none;
}
.countdown-circle .countdown > span
{
    font-size: 6px;
    font-weight: 600; 
    line-height: 1.25em;

    position: relative;

    display: inline-block;

    padding: 0 .8em;

    vertical-align: middle;

    color: #fff;
}
.countdown-circle .countdown > span span
{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;

    display: block;

    min-width: 1.36em;

    text-align: center;
}
.countdown-circle .countdown > span:nth-child(4)
{
    display: none;
}
.countdown-circle .countdown > span:nth-child(3):after
{
    display: none;
}
.countdown-circle .countdown > span:after
{
    font-size: 2.188em;
    font-weight: 600; 
    line-height: 1em;

    position: absolute;
    top: 50%;
    right: -.15em;

    display: block;

    content: ':';
    transform: translateY(-50%);
}
.countdown-circle .countdown > span:last-child:after
{
    display: none;
}

a.minicart-drop-countdown
{
    display: block;

    text-decoration: none;
}

@media (max-width: 1199px)
{
    .minicart-drop-countdown .countdown-box .countdown
    {
        padding: 18px 18px;
    }
    .minicart-drop-countdown .countdown-box .countdown > span
    {
        font-size: 14px;
    }
}

.icon--giftAnimate
{
    display: block;

    animation: giftAnimate 4s infinite;
}

@keyframes giftAnimate
{
    0%
    {
        transform: scale(1) rotate(0deg);
    }
    5%
    {
        transform: scale(1.15) rotate(-10deg);
    }
    10%
    {
        transform: scale(1.3) rotate(10deg);
    }
    20%
    {
        transform: scale(1) rotate(0deg);
    }
}

/*  8.5. Product Single  */
.product-full-img img
{
    width: 100%;
}

.product-full
{
    background-color: #fafafa; 

    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px)
{
    .product-full
    {
        text-align: center;
    }
}
.product-full .countdown-box
{
    display: -ms-inline-flexbox;
    display: inline-flex;

    min-width: 250px;
}
.product-full .countdown-box .countdown
{
    padding: 18px 18px;
}
.product-full .countdown-box .countdown > span
{
    font-size: 16px;

    padding: 0 1.2em;
}
.product-full-info
{
    padding: 80px 100px;
}
@media (max-width: 1860px)
{
    .product-full-info
    {
        padding: 40px 60px;
    }
}
@media (max-width: 1199px)
{
    .product-full-info
    {
        padding: 40px 50px;
    }
}
@media (max-width: 991px)
{
    .product-full-info
    {
        padding: 40px;
    }
}
@media (max-width: 767px)
{
    .product-full-info
    {
        padding: 30px;
    }
}
.product-full-txt
{
   
    font-size: 30px;
    font-weight: 900;
    line-height: 1em;

    color: #282828;
}
.product-full-txt:not(:first-child)
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .product-full-txt:not(:first-child)
    {
        margin-top: 35px;
    }
}
@media (max-width: 991px)
{
    .product-full-txt:not(:first-child)
    {
        margin-top: 25px;
    }
}
@media (max-width: 1199px)
{
    .product-full-txt
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .product-full-txt
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .product-full-txt
    {
        font-size: 18px;
    }
}
.product-full-title
{
    font-size: 70px;
    font-weight: 300;
    line-height: 1em;

    color: #282828;
}
.product-full-title a,
.product-full-title a:hover,
.product-full-title a:focus
{
    color: inherit;
}
.product-full-title:not(:first-child)
{
    margin-top: 35px;
}
@media (max-width: 991px)
{
    .product-full-title:not(:first-child)
    {
        margin-top: 25px;
    }
}
@media (max-width: 767px)
{
    .product-full-title:not(:first-child)
    {
        margin-top: 15px;
    }
}
@media (max-width: 1860px)
{
    .product-full-title
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .product-full-title
    {
        font-size: 54px;
    }
}
@media (max-width: 991px)
{
    .product-full-title
    {
        font-size: 48px;
    }
}
@media (max-width: 767px)
{
    .product-full-title
    {
        font-size: 36px;
    }
}
.product-full-description
{
    font-size: 16px;
    line-height: 26px;
}
.product-full-description:not(:first-child)
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .product-full-description:not(:first-child)
    {
        margin-top: 15px;
    }
}
@media (max-width: 991px)
{
    .product-full-description
    {
        font-size: 15px;
        line-height: 23px;
    }
}
@media (max-width: 767px)
{
    .product-full-description
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.product-full-price
{
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: -10px; 
    margin-left: -10px;

    -ms-flex-align: baseline;
    -moz-align-items: baseline;
         align-items: baseline;
}
.product-full-price:not(:first-child)
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .product-full-price:not(:first-child)
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .product-full-price:not(:first-child)
    {
        margin-top: 15px;
    }
}
.product-full-price > *
{
    margin: 0 10px;
}
.product-full-price .price-old
{
   
    font-size: 30px;
    font-weight: 300;
    line-height: 1em;

    text-decoration: line-through;
}
@media (max-width: 991px)
{
    .product-full-price .price-old
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .product-full-price .price-old
    {
        font-size: 15px;
    }
}
.product-full-price .price-new
{
    font-size: 60px;
    font-weight: 400;
    line-height: 1em;

    color: #fd5397;
}
@media (max-width: 991px)
{
    .product-full-price .price-new
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .product-full-price .price-new
    {
        font-size: 30px;
    }
}
.product-full .btn-wrap:not(:first-child)
{
    margin-top: 40px;
}
@media (max-width: 1199px)
{
    .product-full .btn-wrap:not(:first-child)
    {
        margin-top: 35px;
    }
}
@media (max-width: 991px)
{
    .product-full .btn-wrap:not(:first-child)
    {
        margin-top: 25px;
    }
}

.product-hot
{
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px)
{
    .product-hot
    {
        text-align: center;
    }
}
.product-hot-img
{
    position: relative;
}
.product-hot-title
{
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;

    color: #2e343f;
}
.product-hot-title a,
.product-hot-title a:hover,
.product-hot-title a:focus
{
    color: inherit;
}
@media (max-width: 991px)
{
    .product-hot-title
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .product-hot-title
    {
        font-size: 30px;
    }
}
.product-hot-description
{
    font-size: 16px;
    line-height: 26px;
}
.product-hot-description:not(:first-child)
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .product-hot-description:not(:first-child)
    {
        margin-top: 30px;
    }
}
@media (max-width: 575px)
{
    .product-hot-description:not(:first-child)
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .product-hot-description
    {
        font-size: 15px;
        line-height: 23px;
    }
}
@media (max-width: 767px)
{
    .product-hot-description
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.product-hot-label
{
  
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;

    position: absolute;
    z-index: 1;
    z-index: 1;
    top: 5px;
    left: 15px;

    display: -ms-flexbox;
    display: flex;

    width: 150px;
    height: 150px;

    text-align: center; 

    color: #fff;
    border-radius: 50%;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-hot-label:not(.bg-custom)
{
    background-color: #00cbf2;
}
@media (max-width: 991px)
{
    .product-hot-label
    {
        font-size: 24px;
        line-height: 28px; 

        width: 120px;
        height: 120px;
    }
}
@media (max-width: 575px)
{
    .product-hot-label
    {
        font-size: 18px;
        line-height: 22px; 

        width: 80px;
        height: 80px;
    }
}
.product-hot-label-sm
{
   
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;

    position: absolute;
    z-index: 1;
    z-index: 1;
    top: 17px;
    left: 32px;

    display: -ms-flexbox;
    display: flex;

    width: 104px;
    height: 104px;

    text-align: center; 

    color: #fff;
    border-radius: 50%;
    background-color: #fd5397;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 575px)
{
    .product-hot-label-sm
    {
        font-size: 16px;
        line-height: 18px; 

        width: 80px;
        height: 80px;
    }
}
.product-hot-price
{
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 15px;
}
.product-hot-price .price-text
{
   
    font-size: 30px;
    font-weight: 700; 
    line-height: 1.25em;
}
@media (max-width: 991px)
{
    .product-hot-price .price-text
    {
        font-size: 28px;
    }
}
@media (max-width: 575px)
{
    .product-hot-price .price-text
    {
        font-size: 24px;
    }
}
@media (max-width: 575px)
{
    .product-hot-price .price-text
    {
        font-size: 24px;
    }
}
.product-hot-price .price-new
{
    font-size: 54px;
    font-weight: 700;
    line-height: 1em;

    color: #f40000;
}
@media (max-width: 991px)
{
    .product-hot-price .price-new
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .product-hot-price .price-new
    {
        font-size: 30px;
    }
}
.product-hot .btn-wrap:not(:first-child)
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .product-hot .btn-wrap:not(:first-child)
    {
        margin-top: 30px;
    }
}
@media (max-width: 575px)
{
    .product-hot .btn-wrap:not(:first-child)
    {
        margin-top: 20px;
    }
}

.product-hot--sale
{
    background-repeat: no-repeat; 
    background-size: cover;
    box-shadow: 0 0 55px rgba(0, 0, 0, .1);
}
.product-hot--sale .product-hot-description:not(:first-child)
{
    margin-top: 30px;
}

.product-hot-subtitle
{
    font-size: 18px;
    font-weight: 400; 

    margin-bottom: 10px;
}

/*  9. Content Blocks  */
/*  9.1. Brand Block  */
.brand-prd-carousel
{
    margin: 30px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px)
{
    .brand-prd-carousel
    {
        margin: 25px 0;
    }
}
@media only screen and (max-width: 575px)
{
    .brand-prd-carousel
    {
        margin: 15px 0;
    }
}
.brand-prd-carousel:last-child
{
    margin-bottom: 30px;
}
.brand-prd-carousel:first-child
{
    margin-top: 0;
}

@media (min-width: 768px)
{
    .brand-prd-carousel:last-child
    {
        margin-bottom: 55px;
    }
}

@media (min-width: 768px)
{
    .brand-prd
    {
        display: -ms-flexbox !important;
        display: flex !important;
        overflow: hidden;
    }
}

@media (min-width: 768px)
{
    .brand-prd-image
    {
        float: left;

        width: 50%;
    }
}

@media (max-width: 991px)
{
    .brand-prd-image img
    {
        width: 100%;
    }
}

.brand-prd-info
{
    float: left; 
        flex-direction: column;

    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
}
@media (min-width: 768px)
{
    .brand-prd-info
    {
        display: -ms-flexbox;
        display: flex;

        width: 50%;
    }
}
@media (max-width: 767px)
{
    .brand-prd-info
    {
        margin-top: 20px;
    }
}
@media (max-width: 575px)
{
    .brand-prd-info
    {
        margin-top: 10px;
    }
}
.brand-prd-info [class*='btn']
{
    margin-top: 15px;
}
.brand-prd-info p
{
    font-weight: 300;
}
.brand-prd-info .inside
{
    padding: 20px 60px;
}
@media (max-width: 1199px)
{
    .brand-prd-info .inside
    {
        padding: 15px 40px 15px 30px;
    }
}
@media (max-width: 991px)
{
    .brand-prd-info .inside
    {
        padding: 0 18px;
    }
}
@media (max-width: 767px)
{
    .brand-prd-info .inside
    {
        padding: 15px 18px 15px;
    }
}
.brand-prd-info .inside > *
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .brand-prd-info .inside > *
    {
        margin-top: 20px;
    }
}
.brand-prd-info .inside > *:first-child
{
    margin-top: 0;
}
@media (max-width: 767px)
{
    .brand-prd-info img
    {
        max-width: 50%;
    }
}

@media (max-width: 767px)
{
    .brand-prd-carousel.vert-dots .slick-dots
    {
        position: relative;
        top: auto;
        right: auto;
        bottom: 0;
        left: auto;

            flex-direction: row;

        width: 100%;
        margin-bottom: 30px;

        -ms-flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .brand-prd-carousel.vert-dots .slick-dots li
    {
        margin: 0 8px;
    }
}

.aside .brand-prd-info .inside
{
    padding: 10px 30px;
}
@media (max-width: 1199px)
{
    .aside .brand-prd-info .inside
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .aside .brand-prd-info .inside
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .aside .brand-prd-info .inside
    {
        padding: 0 30px;
    }
}

@media (min-width: 768px)
{
    .aside .brand-prd-carousel.vert-dots .slick-dots
    {
        right: 16px;
    }
}

.brand-grid
{
    display: -ms-flexbox;
    display: flex;

    margin: -30px -15px 0;
    padding: 0;

    list-style: none; 

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 575px)
{
    .brand-grid
    {
        margin-top: -15px;
    }
}
.brand-grid li
{
    padding: 0;
}
.brand-grid img,
.brand-grid .placeholder-svg
{
    width: calc(100% - 30px);
    margin: 30px 15px 0;

    transition: .5s;
}
@media (max-width: 575px)
{
    .brand-grid img,
    .brand-grid .placeholder-svg
    {
        margin-top: 15px;
    }
}
.brand-grid .placeholder-svg
{
    max-width: calc(100% - 30px);
}

.brand-carousel
{
    margin: 30px 0;
    padding: 0;

    list-style: none;
}
.brand-carousel:last-child
{
    margin-bottom: 0;
}
.brand-carousel:first-child
{
    margin-top: 0;
}
.brand-carousel li
{
    float: left;

    margin: 0 30px;
}
@media (max-width: 575px)
{
    .brand-carousel li
    {
        margin: 0 15px;
    }
}
.brand-carousel li img
{
    max-width: 100%;
    margin: 0 auto;

    transition: .2s;
}
.brand-carousel .slick-track
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}

.brand-carousel:not(.slick-initialized)
{
    overflow: hidden !important; 

    height: 100px;

    opacity: 0;
}

.brand-carousel.slick-initialized
{
    transition: opacity .5s ease; 

    opacity: 1;
}

.brand-carousel.slick-arrows-right
{
    display: -ms-flexbox;
    display: flex;
    overflow: visible;

    min-height: 70px;

    -ms-flex-align: center;
    align-items: center;
}

.brand--grey-img li img
{
    opacity: .45; 

    filter: brightness(0);
}

.brand--grey-img li:hover img
{
    opacity: 1; 

    filter: brightness(100%);
}

.brand-grid li
{
    max-width: 16.667%; 

    -ms-flex: 0 0 16.667%;
        flex: 0 0 16.667%;
}
@media (max-width: 991px)
{
    .brand-grid li
    {
        max-width: 20.0%; 

        -ms-flex: 0 0 20.0%;
            flex: 0 0 20.0%;
    }
}
@media (max-width: 575px)
{
    .brand-grid li
    {
        max-width: 50.0%; 

        -ms-flex: 0 0 50.0%;
            flex: 0 0 50.0%;
    }
}
.brand-grid li .image-container
{
    padding-bottom: calc(37.5% + 30px);
}

.brands-show-more span:last-child
{
    display: none;
}

.brands-show-more.showLess span:first-child
{
    display: none;
}

.brands-show-more.showLess span:last-child
{
    display: block;
}

/*  9.2. Shop Features Block  */
.shop-feature-single
{
    color: #2e343f;
}
.shop-feature-single .shop-feature-icon
{
    font-size: 70px;

    height: 50px;
    margin-right: 15px;

    color: #637381;
}
@media (max-width: 575px)
{
    .shop-feature-single .shop-feature-icon
    {
        font-size: 62px;

        margin-right: 12px;
    }
}
.shop-feature-single .shop-feature-icon svg
{
    max-width: 50px;
    max-height: 50px;
}
.shop-feature-single .shop-feature-icon svg path:not([class*='cv'])
{
    fill: currentcolor;
}
.shop-feature-single .shop-feature-text
{
    font-size: 15px;
    line-height: 23px;
}
@media (max-width: 575px)
{
    .shop-feature-single .shop-feature-text
    {
        font-size: 13px;
        line-height: 18px;
    }
}
.shop-feature-single .shop-feature-text b
{
    font-weight: 600;
}

.shop-feature-bg
{
    height: 100%;
    margin: 0;
    padding: 30px 20px;

    color: #2e343f;
    background-color: #f7f7f8;
}
.shop-feature-bg > *
{
    padding: 0 10px;
}
@media (max-width: 575px)
{
    .shop-feature-bg
    {
        padding: 15px 10px;
    }
}
.shop-feature-bg .shop-feature-icon
{
    font-size: 70px;

    color: #637381;
}
.shop-feature-bg .shop-feature-icon svg
{
    width: 70px;
    height: 70px;
}
.shop-feature-bg .shop-feature-icon svg path:not([class*='cv'])
{
    fill: currentcolor;
}
@media (max-width: 1199px)
{
    .shop-feature-bg .shop-feature-icon
    {
        font-size: 50px;
    }
    .shop-feature-bg .shop-feature-icon svg
    {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 575px)
{
    .shop-feature-bg .shop-feature-icon
    {
        font-size: 40px;
    }
    .shop-feature-bg .shop-feature-icon svg
    {
        width: 40px;
        height: 40px;
    }
}
.shop-feature-bg .shop-feature-text
{
    font-size: 14px;
    line-height: 21px;
}
.shop-feature-bg .shop-feature-title-lg
{
    font-size: 29px;
    font-weight: bold;
    line-height: 1.35em;

    margin-bottom: 20px;
}
@media (max-width: 1860px)
{
    .shop-feature-bg .shop-feature-title-lg
    {
        font-size: 24px; 

        margin-bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .shop-feature-bg .shop-feature-title-lg
    {
        font-size: 20px; 

        margin-bottom: 10px;
    }
}
@media (max-width: 575px)
{
    .shop-feature-bg .shop-feature-title-lg
    {
        font-size: 18px;
    }
}
.shop-feature-bg .shop-feature-title-lg:last-child
{
    margin-bottom: 0;
}
.shop-feature-bg .shop-feature-title
{
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;

    margin-bottom: 15px;
}
@media (max-width: 1199px)
{
    .shop-feature-bg .shop-feature-title
    {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .shop-feature-bg .shop-feature-title
    {
        margin-bottom: 5px;
    }
}
.shop-feature-bg .shop-feature-title:last-child
{
    margin-bottom: 0;
}
.shop-feature-bg:hover
{
    text-decoration: none; 

    color: unset;
}

.shop-feature-bg--column
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding: 30px 20px; 

    text-align: center;

    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.shop-feature-bg--column .shop-feature-icon + *
{
    margin-top: 20px;
}
@media (max-width: 575px)
{
    .shop-feature-bg--column
    {
        padding: 20px 10px;
    }
}

.shop-feature-bg--column--svg
{
    padding: 30px 20px;
}
@media (max-width: 575px)
{
    .shop-feature-bg--column--svg
    {
        padding: 50px 20px;
    }
}

.shop-feature-bg--shadow
{
    box-shadow: 0 5px 21px rgba(0, 0, 0, .07);
}

@media (max-width: 991px) and (min-width: 576px)
{
    .shop-feature-bg.row
    {
        display: block;

        text-align: center;
    }
    .shop-feature-icon:not(:last-child)
    {
        margin-bottom: 15px;
    }
}

@media (max-width: 1860px)
{
    body.is-filters-opened .aside .shop-feature-bg.row
    {
        display: block;

        text-align: center;
    }
    body.is-filters-opened .aside .shop-feature-bg .shop-feature-icon:not(:last-child)
    {
        margin-bottom: 15px;
    }
}

.shop-info-compact-row
{
    margin-top: 30px; 

    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px)
{
    .shop-info-compact-row
    {
        margin-top: 15px;
    }
}

.shop-info-compact
{
    text-align: center;
}
.shop-info-compact-icon
{
    font-size: 60px;
    line-height: 1em;

    display: -ms-flexbox;
    display: flex;

    width: 98px;
    height: 98px;
    margin: 0 auto;

    color: #fff; 
    border-radius: 20px;
    background: #fd5397;
    background: linear-gradient(0deg, #fd5397 0%, #cb15f1 100%);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 767px)
{
    .shop-info-compact-icon
    {
        font-size: 50px; 

        width: 80px;
        height: 80px;
    }
}
.shop-info-compact-icon svg
{
    width: 60px;
    height: 60px;
}
.shop-info-compact-icon svg path:not([class*='cv'])
{
    fill: currentcolor;
}
@media (max-width: 767px)
{
    .shop-info-compact-icon svg
    {
        width: 50px;
        height: 50px;
    }
}
.shop-info-compact-text
{
    font-size: 16px;
    font-weight: 500; 
    line-height: 1.5625em;

    margin-top: 10px;
}
@media (max-width: 767px)
{
    .shop-info-compact-text
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .shop-info-compact
    {
        max-width: 33.333%;
    }
}

.shop-feature-bg--column.shop-feature-bg--column--lg
{
    padding: 40px 20px;
}
@media (max-width: 575px)
{
    .shop-feature-bg--column.shop-feature-bg--column--lg
    {
        padding: 30px 10px;
    }
}

.shop-feature-compact
{
    height: 100%;
    margin: 0; 
    padding: 30px 20px;
}
.shop-feature-compact > *
{
    padding: 0 10px;
}
@media (max-width: 575px)
{
    .shop-feature-compact
    {
        padding: 15px 0;
    }
}
.shop-feature-compact .shop-feature-icon
{
    font-size: 45px;

    color: #637381;
}
.shop-feature-compact .shop-feature-icon svg
{
    width: 42px;
    height: 42px;
}
.shop-feature-compact .shop-feature-icon svg path:not([class*='cv'])
{
    fill: currentcolor;
}
@media (max-width: 1199px)
{
    .shop-feature-compact .shop-feature-icon
    {
        font-size: 30px;
    }
    .shop-feature-compact .shop-feature-icon svg
    {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 575px)
{
    .shop-feature-compact .shop-feature-icon
    {
        font-size: 30px; 

        padding-left: 0;
    }
    .shop-feature-compact .shop-feature-icon svg
    {
        width: 30px;
        height: 30px;
    }
}
.shop-feature-compact .shop-feature-text
{
    font-size: 14px;
    line-height: 21px;
}
.shop-feature-compact .shop-feature-title
{
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;

    margin-bottom: 15px;
}
@media (max-width: 1199px)
{
    .shop-feature-compact .shop-feature-title
    {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .shop-feature-compact .shop-feature-title
    {
        margin-bottom: 5px;
    }
}
.shop-feature-compact .shop-feature-title:last-child
{
    margin-bottom: 0;
}

.shop-feature-bg-lg-icon
{
    height: 100%;
    margin: 0; 
    padding: 30px 20px;
}
.shop-feature-bg-lg-icon > *
{
    padding: 0 10px;
}
@media (max-width: 575px)
{
    .shop-feature-bg-lg-icon
    {
        padding: 15px 10px;
    }
}
.shop-feature-bg-lg-icon .shop-feature-icon
{
    font-size: 140px;

    color: #637381;
}
.shop-feature-bg-lg-icon .shop-feature-icon svg
{
    width: 140px;
    height: 140px;
}
.shop-feature-bg-lg-icon .shop-feature-icon svg path:not([class*='cv'])
{
    fill: currentcolor;
}
@media (max-width: 1199px)
{
    .shop-feature-bg-lg-icon .shop-feature-icon
    {
        font-size: 100px;
    }
    .shop-feature-bg-lg-icon .shop-feature-icon svg
    {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 575px)
{
    .shop-feature-bg-lg-icon .shop-feature-icon
    {
        font-size: 90px;
    }
    .shop-feature-bg-lg-icon .shop-feature-icon svg
    {
        width: 80px;
        height: 80px;
    }
}
.shop-feature-bg-lg-icon .shop-feature-text
{
    font-size: 14px;
    line-height: 21px;
}
.shop-feature-bg-lg-icon .shop-feature-title
{
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;

    margin-bottom: 15px;
}
@media (max-width: 1199px)
{
    .shop-feature-bg-lg-icon .shop-feature-title
    {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .shop-feature-bg-lg-icon .shop-feature-title
    {
        margin-bottom: 5px;
    }
}
.shop-feature-bg-lg-icon .shop-feature-title:last-child
{
    margin-bottom: 0;
}

.shop-feature-svg
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.shop-feature-svg.shop-feature-svg-01 svg
{
    transform: rotate(30deg) scale(1.2, 1.2);
}
.shop-feature-svg.shop-feature-svg-02 svg
{
    transform: rotate(60deg) scale(1.2, 1.2);
}
.shop-feature-svg.shop-feature-svg-03 svg
{
    transform: rotate(90deg) scale(1.2, 1.2);
}
.shop-feature-svg.shop-feature-svg-04 svg
{
    transform: rotate(120deg) scale(1.2, 1.2);
}

.shop-feature-bg .shop-feature-svg svg
{
    width: 100%;
    height: 100%;
}

.shop-feature-bg .shop-feature-svg.shop-feature-svg-01 svg
{
    transform: rotate(60deg) scale(1.3, 1.4);
}

.shop-feature-bg .shop-feature-svg.shop-feature-svg-02 svg
{
    transform: rotate(120deg) scale(1.3, 1.4);
}

.shop-feature-bg .shop-feature-svg.shop-feature-svg-03 svg
{
    transform: rotate(180deg) scale(1.3, 1.4);
}

/*  9.3. Subscribe Block  */
.holder-subscribe-full
{
    position: relative;

    overflow: hidden;
}
.holder-subscribe-full .subscribe-form-title-lg
{
    font-size: 90px;
    font-weight: 600;
    line-height: 1.2em;

    margin-left: -.05em;

    color: #fff;
}
@media (max-width: 1199px)
{
    .holder-subscribe-full .subscribe-form-title-lg
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .holder-subscribe-full .subscribe-form-title-lg
    {
        font-size: 45px;
    }
}
.holder-subscribe-full .subscribe-form-title-md
{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;

    color: #fff;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .subscribe-form-title-md
    {
        font-size: 30px;
    }
}
.holder-subscribe-full .subscribe-form-title-sm
{
    font-size: 30px;
    line-height: 1em;

    color: #fff;
}
@media (max-width: 1199px)
{
    .holder-subscribe-full .subscribe-form-title-sm
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .holder-subscribe-full .subscribe-form-title-sm
    {
        font-size: 15px;
    }
}
.holder-subscribe-full .subscribe-form-title-xs
{
    font-size: 17px;

    color: #fff;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .subscribe-form-title-xs
    {
        font-size: 15px;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full .subscribe-form
    {
        margin-top: 20px;
    }
}
.holder-subscribe-full .subscribe-form .btn
{
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;

    height: auto;
    padding: 20px 50px;

    color: #fd5397;
    border-radius: 5px; 
    background-color: #fff;
}
.holder-subscribe-full .subscribe-form .btn:hover
{
    color: #fff;
    background-color: #2e343f;
}
@media (max-width: 991px)
{
    .holder-subscribe-full .subscribe-form .btn
    {
        font-size: 14px;
        font-weight: 700; 
        line-height: 16px;

        padding: 15px 30px;
    }
}
@media (max-width: 767px)
{
    .holder-subscribe-full .subscribe-form .btn
    {
        width: 100%;
    }
}
.holder-subscribe-full .form-control-wrap
{
    position: relative;

    margin-right: 30px; 
    margin-left: 100px;
}
@media (max-width: 1860px)
{
    .holder-subscribe-full .form-control-wrap
    {
        margin-left: 60px;
    }
}
@media (max-width: 1199px)
{
    .holder-subscribe-full .form-control-wrap
    {
        margin-left: 30px;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full .form-control-wrap
    {
        margin-right: 10px; 
        margin-left: 0;
    }
}
@media (max-width: 767px)
{
    .holder-subscribe-full .form-control-wrap
    {
        margin-right: 0;
    }
}
.holder-subscribe-full .form-control-wrap .bottom
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 2px;

    transition: all .2s .5s; 

    background-color: #fff;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .form-control-wrap .bottom
    {
        height: 1px;
    }
}
@media (max-width: 767px)
{
    .holder-subscribe-full .form-control-wrap
    {
        margin-bottom: 20px;

        border-bottom-width: 1px;
    }
}
.holder-subscribe-full input.form-control
{
    font-size: 24px;

    width: 100%;
    height: 67px;
    padding: 0;

    transition: padding .1s ease .25s; 

    color: #fff;
    border: 0;
    background-color: transparent;
}
.holder-subscribe-full input.form-control::-webkit-input-placeholder
{
    text-transform: none; 

    color: #fff;
}
.holder-subscribe-full input.form-control:-moz-placeholder
{
    text-transform: none; 

    color: #fff;
}
.holder-subscribe-full input.form-control::-moz-placeholder
{
    text-transform: none; 

    color: #fff;
}
.holder-subscribe-full input.form-control:-ms-input-placeholder
{
    text-transform: none; 

    color: #fff;
}
@media (max-width: 1199px)
{
    .holder-subscribe-full input.form-control
    {
        font-size: 17px;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full input.form-control
    {
        height: 46px;
    }
}
.holder-subscribe-full input.form-control:focus
{
    padding: 0 15px;

    transition: padding .1s ease;
}
@media only screen and (min-device-width: 1025px)
{
    .holder-subscribe-full input.form-control:focus ~ .bottom
    {
        right: 10px;
        left: 10px;

        transition: all .2s 0s; 

        opacity: 0;
    }
}
.holder-subscribe-full .form-control-wrap
{
    -ms-flex: 1;
        flex: 1;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .form-control-wrap
    {
        min-width: 100%;
    }
}
.holder-subscribe-full .form-control-wrap svg,
.holder-subscribe-full .form-control-wrap svg rect
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: 0s;
    pointer-events: none; 

    fill: none;
}
.holder-subscribe-full .form-control-wrap svg rect
{
    width: calc(100% - 4px) !important;
    height: calc(100% - 4px) !important;

    transform: rotateY(0) rotateX(180deg) translate(0, -100%); 

    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 400%;
    stroke-dashoffset: 400%;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .form-control-wrap svg rect
    {
        stroke-width: 2;
    }
}
.holder-subscribe-full input.form-control:focus + svg rect
{
    transition: 1s; 

    stroke-dashoffset: 0;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .form-inline
    {
            flex-direction: column; 

        -ms-flex-direction: column;
    }
}
.holder-subscribe-full .circle_decor
{
    width: 50%; 

    opacity: 1;
}
.holder-subscribe-full .circle_decor path,
.holder-subscribe-full .circle_decor circle
{
    fill: #80f8e3;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .circle_decor
    {
        width: 70%;
    }
}
@media (max-width: 575px)
{
    .holder-subscribe-full .circle_decor
    {
        width: 100%;
    }
}
.holder-subscribe-full .errors
{
    position: absolute;

    margin-top: 10px;

    color: inherit;
}
.holder-subscribe-full .form--success
{
    font-size: 18px;
    font-weight: 600;

    width: 100%; 

    text-align: center;

    color: inherit;
}
.holder-subscribe-full input:-webkit-autofill,
.holder-subscribe-full input:-webkit-autofill:hover,
.holder-subscribe-full input:-webkit-autofill:focus,
.holder-subscribe-full input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 1000px #fd5397 inset !important;
}
.holder-subscribe-full input:-webkit-autofill
{
    -webkit-text-fill-color: #fff !important;
}

.holder-subscribe-full:not(.holder-subscribe--compact)
{
    padding: 89px 0; 

    color: #fff;
    background-color: #fd5397;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 992px)
{
    .holder-subscribe-full:not(.holder-subscribe--compact) .row
    {
        -ms-flex-align: center;
        align-items: center;
    }
    .holder-subscribe-full:not(.holder-subscribe--compact) .col-auto
    {
        max-width: 46%; 

        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full:not(.holder-subscribe--compact)
    {
        padding: 60px 0;
    }
    .holder-subscribe-full:not(.holder-subscribe--compact) .row
    {
        display: block;
    }
    .holder-subscribe-full:not(.holder-subscribe--compact) .col
    {
        width: 100%;
    }
    .holder-subscribe-full:not(.holder-subscribe--compact) .col .circle_decor
    {
        width: 80% !important;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full:not(.holder-subscribe--compact)
    {
        padding: 50px 0;
    }
}

.holder-subscribe-full.holder-subscribe--compact
{
    position: relative;

    padding: 42px 45px; 

    color: #fff;
    background-color: #fd5397;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .holder-subscribe-full.holder-subscribe--compact
    {
        padding: 40px 40px;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full.holder-subscribe--compact
    {
        padding: 40px 30px;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full.holder-subscribe--compact
    {
        padding: 30px 20px;
    }
}

@media only screen and (max-device-width: 1024px)
{
    .holder-subscribe-full .form-control-wrap svg
    {
        display: none;
    }
}

.popup-newsletter
{
    position: fixed;
    z-index: 172;
    right: 0;
    bottom: -40px;
    left: 0;

    padding: 140px 0 180px;

    transform: translate3d(0, 100%, 0); 

    color: #fff;
}
@media (min-width: 992px)
{
    .popup-newsletter .row
    {
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 1600px)
{
    .popup-newsletter
    {
        padding: 80px 0 120px;
    }
}
@media (max-width: 991px)
{
    .popup-newsletter
    {
        padding: 60px 0 100px;
    }
    .popup-newsletter .row
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .popup-newsletter
    {
        padding: 40px 0 80px;
    }
}
.popup-newsletter:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    opacity: .95; 
    background-color: #f8357b;
}
.popup-newsletter .container
{
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px)
{
    .popup-newsletter .row
    {
        margin-right: -50px; 
        margin-left: -50px;
    }
    .popup-newsletter .row > *
    {
        padding: 0 50px;
    }
}
@media (max-width: 1199px)
{
    .popup-newsletter .row
    {
        margin-right: -30px; 
        margin-left: -30px;
    }
    .popup-newsletter .row > *
    {
        padding: 0 30px;
    }
}
.popup-newsletter img
{
    max-width: 100%;
}
.popup-newsletter form .errors
{
    position: absolute;
    top: 100%;

    color: #fff;
}

.popup-newsletter-logo
{
    max-width: 350px; 
    margin-bottom: 30px;
}
@media (max-width: 1860px)
{
    .popup-newsletter-logo
    {
        max-width: 300px;
    }
}
@media (max-width: 1199px)
{
    .popup-newsletter-logo
    {
        max-width: 200px;
    }
}

.newsletter-form-title-lg
{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;

    margin-left: -.05em;

    color: #fff;
}
@media (max-width: 1860px)
{
    .newsletter-form-title-lg
    {
        font-size: 45px;
    }
}
@media (max-width: 1600px)
{
    .newsletter-form-title-lg
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .newsletter-form-title-lg
    {
        font-size: 26px;
    }
}
.newsletter-form-title-lg:not(:last-child)
{
    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .newsletter-form-title-lg:not(:last-child)
    {
        margin-bottom: 10px;
    }
}

.newsletter-form-title-sm
{
    font-size: 17px;
    font-weight: 600;

    color: #fff;
}
@media (max-width: 767px)
{
    .newsletter-form-title-sm
    {
        font-size: 15px;
        font-weight: 500;
    }
}
.newsletter-form-title-sm:not(:last-child)
{
    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .newsletter-form-title-sm:not(:last-child)
    {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px)
{
    .newsletter-form
    {
        margin-top: 20px;
    }
}

.newsletter-form .btn
{
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;

    height: auto !important;
    padding: 20px 50px;

    color: #f8357b;
    background-color: #fff;
}
.newsletter-form .btn,
.newsletter-form .btn:last-child
{
    border-radius: 6px;
}
.newsletter-form .btn:hover
{
    color: #fff;
    background-color: #2e343f;
}
@media (max-width: 991px)
{
    .newsletter-form .btn
    {
        font-size: 14px;
        font-weight: 700; 
        line-height: 16px;

        padding: 15px 30px;
    }
}
@media (max-width: 767px)
{
    .newsletter-form .btn
    {
        width: 100%;
    }
}

.newsletter-form .form-control-wrap
{
    position: relative;

    margin-right: 30px; 

    -ms-flex: 1;
        flex: 1;
}
@media (max-width: 1600px)
{
    .newsletter-form .form-control-wrap
    {
        min-width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px)
{
    .newsletter-form .form-control-wrap
    {
        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .newsletter-form .form-control-wrap
    {
        margin-right: 0;
    }
}
.newsletter-form .form-control-wrap .bottom
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 2px;

    transition: all .2s .2s; 

    background-color: #fff;
}
@media (max-width: 767px)
{
    .newsletter-form .form-control-wrap .bottom
    {
        height: 1px;
    }
}
.newsletter-form .form-control-wrap input.form-control
{
    font-size: 24px;

    width: 100%;
    height: 67px;
    padding: 0;

    transition: padding .1s ease .25s; 

    color: #fff;
    border: 0;
    background-color: transparent;
}
.newsletter-form .form-control-wrap input.form-control::-webkit-input-placeholder
{
    text-transform: none; 

    color: #fff;
}
.newsletter-form .form-control-wrap input.form-control:-moz-placeholder
{
    text-transform: none; 

    color: #fff;
}
.newsletter-form .form-control-wrap input.form-control::-moz-placeholder
{
    text-transform: none; 

    color: #fff;
}
.newsletter-form .form-control-wrap input.form-control:-ms-input-placeholder
{
    text-transform: none; 

    color: #fff;
}
@media (max-width: 1199px)
{
    .newsletter-form .form-control-wrap input.form-control
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .newsletter-form .form-control-wrap input.form-control
    {
        font-size: 20px; 

        height: 46px;
    }
}
@media (max-width: 767px)
{
    .newsletter-form .form-control-wrap input.form-control
    {
        font-size: 18px;
    }
}
.newsletter-form .form-control-wrap input.form-control:focus
{
    padding: 0 15px;

    transition: padding .1s ease;
}
@media only screen and (min-device-width: 1025px)
{
    .newsletter-form .form-control-wrap input.form-control:focus ~ .bottom
    {
        right: 10px;
        left: 10px;

        transition: all .2s 0s; 

        opacity: 0;
    }
}
.newsletter-form .form-control-wrap input:-webkit-autofill,
.newsletter-form .form-control-wrap input:-webkit-autofill:hover,
.newsletter-form .form-control-wrap input:-webkit-autofill:focus,
.newsletter-form .form-control-wrap input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 1000px #f8357b inset !important;
}
.newsletter-form .form-control-wrap input:-webkit-autofill
{
    -webkit-text-fill-color: #fff !important;
}
.newsletter-form .form-control-wrap svg,
.newsletter-form .form-control-wrap svg rect
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: 0s;
    pointer-events: none; 

    fill: none;
}
.newsletter-form .form-control-wrap svg rect
{
    width: calc(100% - 4px) !important;
    height: calc(100% - 4px) !important;

    transform: rotateY(0) rotateX(180deg) translate(0, -100%); 

    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 500%;
    stroke-dashoffset: 500%;
}
@media (max-width: 767px)
{
    .newsletter-form .form-control-wrap svg rect
    {
        stroke-width: 2;
    }
}
.newsletter-form .form-control-wrap input.form-control:focus + svg rect
{
    transition: 1s; 

    stroke-dashoffset: 0;
}
@media (max-width: 767px)
{
    .newsletter-form .form-control-wrap .form-inline
    {
            flex-direction: column; 

        -ms-flex-direction: column;
    }
}

@media only screen and (max-device-width: 1024px)
{
    .newsletter-form svg
    {
        display: none;
    }
}

.popup-newsletter-close
{
    font-size: 24px;

    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;

    display: -ms-flexbox;
    display: flex;

    width: 36px;
    height: 36px;

    cursor: pointer;
    transition: .2s; 

    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup-newsletter-close:hover
{
    opacity: .75;
}
@media (max-width: 767px)
{
    .popup-newsletter-close
    {
        font-size: 24px; 

        width: 32px;
        height: 32px;
    }
}

.popup-newsletter.opened .row > *
{
    animation: anim-elem .3s both;
}

.popup-newsletter .row > *:first-child
{
    animation-delay: .3s;
}

.popup-newsletter .row > *:nth-child(2)
{
    animation-delay: .4s;
}

.popup-newsletter .row > *:nth-child(3)
{
    animation-delay: .5s;
}

@keyframes anim-elem
{
    0%
    {
        transform: translate3d(0, 100px, 0); 

        opacity: 0;
    }
    100%
    {
        transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

.newslettermodal--classic.fancybox-content
{
    width: 800px;

    color: #787878;
    background: #fff;
}
.newslettermodal--classic.fancybox-content .popup-newsletter-content
{
    padding: 30px 30px 30px 0;
}
@media (max-width: 575px)
{
    .newslettermodal--classic.fancybox-content .popup-newsletter-content
    {
        padding: 35px 20px;
    }
}
.newslettermodal--classic.fancybox-content .newslettermodal-content-title
{
    
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;

    color: #2e343f;
}
.newslettermodal--classic.fancybox-content .popup-newsletter-image
{
    height: 100%;
}
.newslettermodal--classic.fancybox-content .popup-newsletter-image .placeholder-svg
{
    width: 100px;
}
.newslettermodal--classic.fancybox-content .popup-newsletter-info-sm
{
    font-size: 11px;
    line-height: 1.6em;
}
.newslettermodal--classic.fancybox-content .popup-newsletter-info-sm a
{
    text-decoration: underline; 

    color: #787878;
}
.newslettermodal--classic.fancybox-content .popup-newsletter-info-sm a:hover
{
    text-decoration: none;
}

.holder-subscribe-simple
{
    padding: 25px 0; 

    background-color: #fd5397;
}
@media (max-width: 575px)
{
    .holder-subscribe-simple
    {
        padding: 20px 0;
    }
}
.holder-subscribe-simple .subscribe-form
{
    width: 600px;
    max-width: 100%;
    margin: auto;
}
.holder-subscribe-simple .form-control-wrap
{
    -ms-flex: 1;
        flex: 1;
}
.holder-subscribe-simple .form-inline .form-control
{
    width: calc(100% - 25px); 

    border-radius: 4px;
}
@media (max-width: 575px)
{
    .holder-subscribe-simple .form-inline .form-control .holder-subscribe-simple .form-inline .form-control
    {
        width: calc(100% - 15px);
    }
}
.holder-subscribe-simple .btn:not(:hover)
{
    color: #000; 
    background-color: #fff;
}
.holder-subscribe-simple .form-inline .btn:last-child
{
    height: 48px;
}
@media (max-width: 575px)
{
    .holder-subscribe-simple .form-inline .btn:last-child
    {
        height: 44px;
    }
}
.holder-subscribe-simple .holder-subscribe-simple-title
{
    margin-bottom: 15px;

    color: #fff;
}

body:not(.has-squared-btns):not(.has-round-btns) .form-inline .btn:last-child
{
    border-radius: 4px;
}

body.has-squared-btns .form-inline .form-control
{
    border-radius: 0;
}

body.has-round-btns .form-inline .form-control
{
    border-radius: 24px;
}

/*  9.4. Instagram Block  */
.instagram-carousel
{
    position: relative;

    overflow: hidden; 

    margin: 20px 0;
}
.instagram-carousel:last-child
{
    margin-bottom: 0;
}
.instagram-carousel:first-child
{
    margin-top: 0;
}
@media (max-width: 575px)
{
    .instagram-carousel
    {
        margin: 20px -15px 0;
    }
}

.instagram-feed-full
{
    overflow: hidden;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;

    white-space: nowrap;
}
.instagram-feed-full a
{
    position: relative;

    display: block;
    float: left;

    width: 16.666%; 
    padding: 0;
}
.instagram-feed-full a:before
{
    font-family: 'icon-foxic';
    font-size: 40px;
    line-height: 1em;

    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 40px;
    margin: -20px 0 0 -20px;

    content: '\e90f';
    transition: .3s;
    transform: scale(.5);
    text-align: center;

    opacity: 0;
    color: #fff;

    -webkit-backface-visibility: hidden;
}
.instagram-feed-full a:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    transition: .3s; 

    opacity: 0;
    background: #000;
}
.instagram-feed-full a:hover:before
{
    transform: scale(1); 

    opacity: 1;
}
.instagram-feed-full a:hover:after
{
    opacity: .35;
}
.instagram-feed-full a span
{
    position: relative; 

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.instagram-feed-full a img
{
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;
}

.instagram-carousel-arrows
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;

    transition: opacity .2s; 
    transform: translateX(-50%);
    pointer-events: none;
}
@media (max-width: 767px)
{
    .instagram-carousel-arrows
    {
        left: 0;

        width: 100%;

        transform: translate3d(0, 0, 0);
    }
}
.instagram-carousel-arrows .slick-prev,
.instagram-carousel-arrows .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    z-index: 1;
    top: 50%;

    display: block;

    width: 47px;
    height: 47px;
    margin-top: -23px;
    padding: 0;

    cursor: pointer;
    transition: .2s; 
    transform: none;
    pointer-events: auto;

    opacity: 1;
    background: rgba(255, 255, 255, .7);
}
@media (max-width: 575px)
{
    .instagram-carousel-arrows .slick-prev,
    .instagram-carousel-arrows .slick-next
    {
        width: 44px; 
        height: 44px;
    }
}
.instagram-carousel-arrows .slick-prev:hover,
.instagram-carousel-arrows .slick-next:hover
{
    background: white;
}
.instagram-carousel-arrows .slick-prev:before,
.instagram-carousel-arrows .slick-next:before
{
    font-size: 25px;
    line-height: 49px;

    display: inline-block;

    opacity: 1; 
    color: #000;
}
@media (max-width: 575px)
{
    .instagram-carousel-arrows .slick-prev:before,
    .instagram-carousel-arrows .slick-next:before
    {
        font-size: 24px;
        line-height: 44px;
    }
}
.instagram-carousel-arrows .slick-prev:hover:before,
.instagram-carousel-arrows .slick-next:hover:before
{
    opacity: 1; 
    color: #000;
}
.instagram-carousel-arrows .slick-prev
{
    right: auto; 
    left: 0;
}
.instagram-carousel-arrows .slick-next
{
    right: 0;
    left: auto;
}

@media (min-width: 992px)
{
    .instagram-carousel-arrows .slick-prev
    {
        right: auto; 
        left: -15px;

        opacity: 0;
    }
    .instagram-carousel-arrows .slick-next
    {
        right: -15px;
        left: auto; 

        opacity: 0;
    }
    .instagram-carousel:hover .instagram-carousel-arrows .slick-prev
    {
        right: auto; 
        left: 0;

        opacity: 1;
    }
    .instagram-carousel:hover .instagram-carousel-arrows .slick-next
    {
        right: 0;
        left: auto; 

        opacity: 1;
    }
}

.instagram-grid
{
    position: relative;

    overflow: hidden;
}
.instagram-grid > *,
.instagram-grid .instagram_gallery
{
    display: -ms-flexbox;
    display: flex;

    width: 100%; 

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.instagram-grid .instagram_gallery
{
    width: calc(100% + 20px);
    margin-right: -10px; 
    margin-left: -10px;
}
@media (max-width: 767px)
{
    .instagram-grid .instagram_gallery
    {
        margin-right: -5px; 
        margin-left: -5px;
    }
}
.instagram-grid:not(.instagram-grid.instagram-grid--sm) a:not(.btn)
{
    max-width: calc(16.666% - 20px); 
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;

    -ms-flex: 0 0 calc(16.666% - 20px);
        flex: 0 0 calc(16.666% - 20px);
}
@media (min-width: 992px)
{
    .instagram-grid:not(.instagram-grid.instagram-grid--sm) a:not(.btn):nth-child(-n+6)
    {
        margin-top: 0;
    }
}
@media (max-width: 991px)
{
    .instagram-grid:not(.instagram-grid.instagram-grid--sm) a:not(.btn)
    {
        max-width: calc(20% - 30px); 

        -ms-flex: 0 0 calc(20% - 30px);
            flex: 0 0 calc(20% - 30px);
    }
    .instagram-grid:not(.instagram-grid.instagram-grid--sm) a:not(.btn):nth-child(-n+5)
    {
        margin-top: 0;
    }
    .instagram-grid:not(.instagram-grid.instagram-grid--sm) a:not(.btn):nth-child(10) ~ a
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .instagram-grid:not(.instagram-grid.instagram-grid--sm) a:not(.btn)
    {
        max-width: calc(33.333% - 10px); 
        margin-top: 0;
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;

        -ms-flex: 0 0 calc(33.333% - 10px);
            flex: 0 0 calc(33.333% - 10px);
    }
    .instagram-grid:not(.instagram-grid.instagram-grid--sm) a:not(.btn):nth-child(6) ~ a
    {
        display: none;
    }
}
.instagram-grid a:not(.btn)
{
    display: block;

    -webkit-transform: translateZ(0) scale(1, 1); 

    opacity: 1;

    -webkit-backface-visibility: hidden;
}
.instagram-grid a:not(.btn):hover span:after
{
    opacity: .25;
}
.instagram-grid a:not(.btn) span
{
    position: relative; 

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.instagram-grid a:not(.btn) span:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    transition: opacity .2s; 

    opacity: 0;
    background: #fd5397;
}
.instagram-grid a:not(.btn) img
{
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.instagram-grid--sm a:not(.btn)
{
    max-width: 25%;
    margin: 0; 

    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
}
.instagram-grid--sm a:not(.btn) span
{
    padding-bottom: 87.5%;
}

.instagram-grid-btn
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
}
.instagram-grid-btn .btn
{
    pointer-events: all;
}

/*  9.5. Person Block  */
.person-row
{
    margin: -30px -15px 0;

    -ms-flex-pack: center;
    justify-content: center;
}

.person-item
{
    position: relative;

    max-width: calc(25% - 30px);
    margin-top: 30px; 
    margin-right: 15px;
    margin-left: 15px;

    -ms-flex: 0 0 calc(25% - 30px);
        flex: 0 0 calc(25% - 30px);
}
@media (max-width: 991px)
{
    .person-item
    {
        max-width: calc(50% - 30px); 

        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    }
}
@media (max-width: 767px)
{
    .person-item
    {
        max-width: calc(50% - 30px); 

        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    }
}
@media (max-width: 767px)
{
    .person-item
    {
        max-width: calc(100% - 30px); 

        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    }
}
.person-item-image
{
    height: 100%;
}
.person-item img
{
    display: block;

    width: 100%;
    margin: 0 auto;
}
.person-item > *:first-child
{
    margin-top: 0;
}
.person-item .social-list
{
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.person-item .social-list li
{
    font-size: 19px;
}
.person-item .social-list li a
{
    position: relative;

    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 51px;
    height: 51px;
    margin: 0 3px;
    padding: 0 10px;

    color: #fff; 
    border-radius: 50%;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.person-item .social-list li a [class*='icon']
{
    position: relative;
    z-index: 2;
}
.person-item .social-list li a:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: .2s; 

    opacity: .4;
    background: #000;
}
.person-item .social-list li a:hover
{
    color: #fff;
}
.person-item .social-list li a:hover:after
{
    opacity: .5; 
    background: #fd5397;
}

.person-item-title
{
    font-size: 37px;
    font-weight: bold;
    font-style: italic;
    line-height: 44px;

    color: #fff;
}
@media (max-width: 1860px)
{
    .person-item-title
    {
        font-size: 32px;
        line-height: 38px;
    }
}
@media (max-width: 1199px)
{
    .person-item-title
    {
        font-size: 28px;
        line-height: 36px;
    }
}

.person-item-socials
{
    pointer-events: all;
}
.person-item-socials:not(:first-child)
{
    margin-top: 20px;
}
@media (max-width: 1199px)
{
    .person-item-socials:not(:first-child)
    {
        margin-top: 15px;
    }
}

.person-item-post
{
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;

    text-transform: uppercase;
}
.person-item-post:not(:first-child)
{
    margin-top: 15px;
}
@media (max-width: 1199px)
{
    .person-item-post:not(:first-child)
    {
        margin-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .person-item-post
    {
        font-size: 14px;
        line-height: 24px;
    }
}

.person-item-info
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 17px 17px 17px 40px;

    pointer-events: none;

    color: #fff; 

    -ms-flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 1860px)
{
    .person-item-info
    {
        padding: 17px 17px 17px 30px;
    }
}
@media (max-width: 1199px)
{
    .person-item-info
    {
        padding: 15px 15px 15px 25px;
    }
}

/*  9.6. Testimonials Block  */
.testimonials-carousel-wrap
{
    position: relative;

    overflow: hidden;

    background-color: #fafafa;
}
@media (max-width: 767px)
{
    .testimonials-carousel-wrap .circle_decor_wrap svg
    {
        width: 150% !important;
    }
}

.testimonials-carousel
{
    background-repeat: no-repeat; 
    background-size: cover;
}

.testimonials-item
{
    padding: 81px 30px;
}
@media (min-width: 1200px)
{
    .testimonials-item--lg-pad
    {
        padding: 89px 30px;
    }
}
@media (max-width: 1860px)
{
    .testimonials-item
    {
        padding: 50px 20px;
    }
}
@media (max-width: 1199px)
{
    .testimonials-item
    {
        padding: 30px 20px;
    }
}

.has-sm-container .testimonials-item
{
    padding: 53px 20px;
}
@media (max-width: 1860px)
{
    .has-sm-container .testimonials-item
    {
        padding: 44px 20px;
    }
}
@media (max-width: 1199px)
{
    .has-sm-container .testimonials-item
    {
        padding: 30px 20px;
    }
}

.testimonials-item-text
{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    position: relative;
    z-index: 1;

    color: #000;
}
@media (max-width: 1399px)
{
    .testimonials-item-text
    {
        font-size: 15px;
        font-weight: 400; 
        line-height: 24px;
    }
}
@media (max-width: 575px)
{
    .testimonials-item-text
    {
        margin-top: 25px;

        text-align: center;
    }
}

.has-sm-container .testimonials-item-text
{
    font-size: 15px;
    font-weight: 400; 
    line-height: 24px;
}
.has-sm-container .testimonials-item-text p
{
    margin: 0;
}
.has-sm-container .testimonials-item-text p + p
{
    margin-top: 15px;
}

.testimonials-item-photo
{
    height: 100%;
}
.testimonials-item-photo img
{
    width: 168px;
}

.testimonials-item-name
{
    font-size: 20px;
    line-height: 28px;

    margin-bottom: 10px;
}
.testimonials-item-name,
.testimonials-item-name a
{
    color: #000;
}
.testimonials-item-name a
{
    text-decoration: none;
}
.testimonials-item-name a:hover
{
    color: #fd5397;
}

.testimonials-item-quote
{
    font-size: 50px;

    position: absolute;
    z-index: 0;
    top: 37px;
    right: 34px;

    color: #dadbde;
}
@media (max-width: 1199px)
{
    .testimonials-item-quote
    {
        top: 15px;
    }
}

.testimonials-carousel-single .testimonials-item
{
    position: relative;

    display: -ms-flexbox;
    display: flex;

    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 35px 40px;

    border-radius: 7px; 
    background-color: #fff;

    -ms-flex-align: center;
    align-items: center;
}
.testimonials-carousel-single .testimonials-item p
{
    margin-top: 15px;
}

.testimonials-carousel-single .testimonials-item-photo
{
    max-width: 135px;
    margin-right: 40px; 

    -ms-flex: 0 0 135px;
        flex: 0 0 135px;
}

.testimonials-carousel-single .testimonials-item-name
{
    font-size: 22px;
    line-height: 1.5em;
}

.testimonials-carousel-single .testimonials-item-quote
{
    font-size: 44px;

    top: 20px;
    right: 25px;
}

@media (max-width: 991px)
{
    .testimonials-carousel-single .testimonials-item-photo
    {
        max-width: 100px; 

        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    }
}

@media (max-width: 767px)
{
    .testimonials-carousel-single .testimonials-item-photo
    {
        margin: 0 auto 20px;
    }
    .testimonials-carousel-single .testimonials-item-name
    {
        font-size: 20px;
    }
    .testimonials-carousel-single .testimonials-item
    {
        display: block;

        padding: 30px;

        text-align: center;
    }
    .testimonials-carousel-single .slick-arrows-circle .slick-prev
    {
        left: 0;
    }
    .testimonials-carousel-single .slick-arrows-circle .slick-prev
    {
        right: 0;
    }
}

.testimonials-carousel-single .rounded-circle .placeholder-svg
{
    margin-right: auto; 
    margin-left: auto;
}

.testimonials-carousel-simple
{
    margin-right: -15px; 
    margin-left: -15px;

    text-align: center;
}
.testimonials-carousel-simple-item
{
    position: relative;

    width: calc(50% - 30px); 
    margin-right: 15px;
    margin-left: 15px;
    padding: 67px;
}
@media (max-width: 767px)
{
    .testimonials-carousel-simple-item
    {
        width: calc(100% - 30px);
        padding: 50px;
    }
}
@media (max-width: 575px)
{
    .testimonials-carousel-simple-item
    {
        padding: 30px;
    }
}
.testimonials-carousel-simple-item svg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.testimonials-carousel-simple-item svg rect
{
    position: absolute;

    width: 100%; 
    height: 100%;

    fill: transparent;
    stroke-width: 3;
    stroke: #f4f4f4;
}
.testimonials-carousel-simple p
{
    padding: 0;
}
.testimonials-carousel-simple-name
{
    font-size: 17px;
    font-weight: 700;
    line-height: 1em;

    margin-bottom: 30px;

    color: #fd5397;
}
@media (max-width: 767px)
{
    .testimonials-carousel-simple-name
    {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px)
{
    .testimonials-carousel-simple-name
    {
        margin-bottom: 15px;
    }
}
.testimonials-carousel-simple-text
{
    font-size: 17px;
    line-height: 30px;
}
.testimonials-carousel-simple + .carousel-arrows .slick-prev,
.testimonials-carousel-simple + .carousel-arrows .slick-next
{
    position: static;

    width: 40px;
    height: 40px; 
    margin: 0 5px;
}
.testimonials-carousel-simple + .carousel-arrows .slick-prev:hover:before,
.testimonials-carousel-simple + .carousel-arrows .slick-next:hover:before
{
    color: #2e343f;
}
.testimonials-carousel-simple + .carousel-arrows .slick-prev:before,
.testimonials-carousel-simple + .carousel-arrows .slick-next:before
{
    font-size: 40px;

    color: #fd5397 !important;
}
.testimonials-carousel-simple + .carousel-arrows .slick-prev:before
{
    content: '\e9bc';
}
.testimonials-carousel-simple + .carousel-arrows .slick-next:before
{
    content: '\e9bb';
}

/*  9.7. Text plus Icons Block  */
.text-icn-blocks-row
{
    display: -ms-flexbox;
    display: flex;

    margin-top: -30px; 

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.text-icn-block
{
    max-width: 20%; 
    margin-top: 30px;

    text-align: center;

    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .text-icn-block
    {
        max-width: 33.333%; 

        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    }
}
@media (max-width: 767px)
{
    .text-icn-block
    {
        max-width: 50%; 

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}
.text-icn-block .icn
{
    font-size: 70px; 

    position: relative;

    color: #637381;
}
@media (max-width: 767px)
{
    .text-icn-block .icn
    {
        font-size: 60px;
    }
}
@media (max-width: 575px)
{
    .text-icn-block .icn
    {
        font-size: 50px;
    }
}
.text-icn-block .icn svg
{
    max-height: 100px;
}
.text-icn-block .icn svg path
{
    fill: currentColor !important;
}
@media (max-width: 767px)
{
    .text-icn-block .icn svg
    {
        max-height: 80px;
    }
}
@media (max-width: 575px)
{
    .text-icn-block .icn svg
    {
        max-height: 60px;
    }
}
.text-icn-block .text
{
    font-size: 17px;
    font-weight: 500; 
    line-height: 28px;

    padding: 25px 35px 0;
}
@media (max-width: 991px)
{
    .text-icn-block .text
    {
        font-size: 15px;
        line-height: 27px;

        padding: 25px 15px 0;
    }
}
@media (max-width: 575px)
{
    .text-icn-block .text
    {
        font-size: 14px;
        line-height: 23px;

        padding: 15px 10px 0;
    }
}

.text-icn-block:last-child .icn:after
{
    display: none;
}

@media (min-width: 992px)
{
    .text-icn-block:nth-child(n+5) .icn:after
    {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .text-icn-block:nth-child(n+3) .icn:after
    {
        display: none;
    }
}

@media (max-width: 767px)
{
    .text-icn-block:nth-child(even) .icn:after
    {
        display: none;
    }
}

.text-icn-block-hor
{
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -ms-flex: 1 1 20%;
        flex: 1 1 20%;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1399px)
{
    .text-icn-block-hor
    {
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
    }
}
@media (max-width: 991px)
{
    .text-icn-block-hor
    {
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-hor
    {
        -ms-flex: 100%;
            flex: 100%;
    }
}
.text-icn-block-hor h3,
.text-icn-block-hor h4,
.text-icn-block-hor h5
{
    margin-bottom: 7px;
}
@media (max-width: 575px)
{
    .text-icn-block-hor h3,
    .text-icn-block-hor h4,
    .text-icn-block-hor h5
    {
        margin-bottom: 5px;
    }
}
.text-icn-block-hor p
{
    margin-top: 0;
}
.text-icn-block-hor a
{
    color: #2e343f;
}
.text-icn-block-hor a:hover
{
    color: #fd5397;
}
.text-icn-block-hor .icn
{
    font-size: 48px;

    position: relative;

    max-width: 70px;

    text-align: center; 

    color: #637381;

    -ms-flex: 0 0 70px;
        flex: 0 0 70px;
}
@media (max-width: 1860px)
{
    .text-icn-block-hor .icn
    {
        font-size: 44px; 

        max-width: 60px;

        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    }
}
@media (max-width: 991px)
{
    .text-icn-block-hor .icn
    {
        font-size: 40px; 

        max-width: 50px;

        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-hor .icn
    {
        font-size: 36px; 

        max-width: 50px;

        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    }
}
.text-icn-block-hor .icn:after
{
    position: absolute;
    top: 10px;
    left: -20px;

    width: 1px;
    height: 60px;

    content: '';

    background-color: #e9e9e9;
}
@media (max-width: 1860px)
{
    .text-icn-block-hor .icn:after
    {
        left: -15px;
    }
}
.text-icn-block-hor svg
{
    max-width: 100px;
}
.text-icn-block-hor svg path
{
    fill: currentColor !important;
}
@media (min-width: 1400px)
{
    .text-icn-block-hor:nth-child(5n+1) .icn:after
    {
        opacity: 0;
    }
}
@media (max-width: 1399px) and (min-width: 992px)
{
    .text-icn-block-hor:nth-child(3n+1) .icn:after
    {
        opacity: 0;
    }
}
@media (max-width: 991px) and (min-width: 576px)
{
    .text-icn-block-hor:nth-child(odd) .icn:after
    {
        opacity: 0;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-hor .icn:after
    {
        opacity: 0;
    }
}
.text-icn-block-hor .text
{
    font-size: 15px;
    line-height: 23px; 

    padding: 0 35px 0 15px;

    -ms-flex: 1;
        flex: 1;
}
@media (max-width: 1860px)
{
    .text-icn-block-hor .text
    {
        font-size: 14px;
        line-height: 20px; 

        padding: 0 25px 0 10px;
    }
}
@media (max-width: 767px)
{
    .text-icn-block-hor .text
    {
        font-size: 14px;
        line-height: 20px; 

        padding: 0 25px 0 10px;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-hor .text
    {
        padding: 0 0 0 10px;
    }
}
.text-icn-block-hor .text a
{
    text-decoration: underline; 

    color: inherit;
}
.text-icn-block-hor .text a:hover
{
    text-decoration: none; 

    color: #fd5397;
}
.text-icn-block-hor .text a[class*='icon']
{
    font-size: 20px;
    line-height: 1.25em;

    text-decoration: none;

    color: #637381;
}
.text-icn-block-hor .text a[class*='icon'] + a[class*='icon']
{
    margin-left: 10px;

    text-decoration: none;
}
.text-icn-block-hor .text a[class*='icon']:hover
{
    color: inherit;
}

.text-icn-blocks-row--nodivider .icn:after
{
    display: none !important;
}

.text-icn-blocks-bg-row
{
    display: -ms-flexbox;
    display: flex;

    margin-right: -15px; 
    margin-left: -15px;

    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 575px)
{
    .text-icn-blocks-bg-row
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.text-icn-block-bg
{
    display: -ms-flexbox;
    display: flex;

    max-width: 33.333%;
    margin: 0 15px;
    padding: 30px 20px;

    transition: .2s; 

    background-color: #f7f7f8;

    -ms-flex: 1;
        flex: 1;
}
@media (min-width: 576px) and (max-width: 1199px)
{
    .text-icn-block-bg
    {
            flex-direction: column;

        text-align: center; 

        -ms-flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-bg
    {
        max-width: 100%;
        padding: 10px 15px; 

        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .text-icn-block-bg:first-child
    {
        padding-top: 40px;
    }
    .text-icn-block-bg:last-child
    {
        padding-bottom: 40px;
    }
}
.text-icn-block-bg h3,
.text-icn-block-bg h4,
.text-icn-block-bg h5
{
    margin-bottom: 10px;
}
@media (max-width: 575px)
{
    .text-icn-block-bg h3,
    .text-icn-block-bg h4,
    .text-icn-block-bg h5
    {
        margin-bottom: 5px;
    }
}
.text-icn-block-bg p
{
    margin-top: 0;
}
.text-icn-block-bg .icn
{
    font-size: 80px;

    position: relative;

    max-width: 110px;

    text-align: center; 

    color: #637381;

    -ms-flex: 0 0 110px;
        flex: 0 0 110px;
}
@media (max-width: 1199px)
{
    .text-icn-block-bg .icn
    {
        font-size: 70px; 

        max-width: 110px;

        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    }
}
@media (max-width: 991px)
{
    .text-icn-block-bg .icn
    {
        font-size: 60px; 

        max-width: 100px;

        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-bg .icn
    {
        font-size: 50px;

        max-width: 70px;

        text-align: inherit; 

        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    }
}
.text-icn-block-bg .icn > svg
{
    max-width: 80px;
    max-height: 80px;
}
.text-icn-block-bg .icn > svg path
{
    fill: currentcolor;
}
@media (max-width: 1199px)
{
    .text-icn-block-bg .icn > svg
    {
        max-width: 70px;
        max-height: 70px;
    }
}
@media (max-width: 991px)
{
    .text-icn-block-bg .icn > svg
    {
        max-width: 60px;
        max-height: 60px;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-bg .icn > svg
    {
        max-width: 50px;
        max-height: 50px;
    }
}
.text-icn-block-bg .text
{
    font-size: 15px;
    line-height: 23px; 

    padding: 0 0 0 15px;

    -ms-flex: 1;
        flex: 1;
}
@media (min-width: 576px) and (max-width: 1199px)
{
    .text-icn-block-bg .text
    {
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .text-icn-block-bg .text
    {
        font-size: 14px;
        line-height: 20px; 

        padding: 0 25px 0 10px;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-bg .text
    {
        padding: 0;
    }
}
.text-icn-block-bg:hover
{
    background-color: transparent;
}
.text-icn-block-bg--column
{
        flex-direction: column;

    text-align: center; 

    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.text-icn-block-bg--column .icn
{
    max-width: auto;
    margin: 0 auto 20px; 

    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
}
.text-icn-block-bg--column .text
{
    padding: 0;
}

.text-icn-block-full
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.text-icn-block-full h3,
.text-icn-block-full h4,
.text-icn-block-full h5
{
    margin-bottom: 0;
}
@media (max-width: 575px)
{
    .text-icn-block-full h3,
    .text-icn-block-full h4,
    .text-icn-block-full h5
    {
        margin-bottom: 5px;
    }
}
.text-icn-block-full p
{
    margin-top: 0;
}
.text-icn-block-full .icn
{
    font-size: 50px;

    position: relative;

    max-width: 65px;

    text-align: center; 

    color: #637381;

    -ms-flex: 0 0 65px;
        flex: 0 0 65px;
}
.text-icn-block-full .icn > svg
{
    position: relative;
    top: 0;

    width: 50px;
    height: 50px;

    color: #637381;
}
.text-icn-block-full .icn > svg path
{
    fill: currentcolor;
}
.text-icn-block-full .text
{
    font-size: 15px;
    line-height: 23px; 

    padding: 0 0 0 15px;

    -ms-flex: 1;
        flex: 1;
}
.text-icn-block-full:not(:last-child):after
{
    min-width: 100%;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;

    content: '';

    background-color: #e9e9e9;
}

.text-icn-block-full-column
{
    text-align: center;
}
.text-icn-block-full-column h3
{
    font-size: 26px;
    line-height: 1.2em;

    margin-bottom: 10px;
}
@media (max-width: 575px)
{
    .text-icn-block-full-column h3
    {
        font-size: 20px;
    }
}
.text-icn-block-full-column h4,
.text-icn-block-full-column h5
{
    font-size: 21px;
    line-height: 1.2em;

    margin-bottom: 10px;
}
@media (max-width: 575px)
{
    .text-icn-block-full-column h4,
    .text-icn-block-full-column h5
    {
        font-size: 18px;
    }
}
.text-icn-block-full-column p
{
    margin-top: 0;
}
.text-icn-block-full-column .icn
{
    font-size: 45px;

    position: relative;

    margin: 0 auto;

    text-align: center; 

    color: #637381;
}
.text-icn-block-full-column .icn > svg
{
    position: relative;
    top: 0;

    width: 45px;
    height: 45px;
}
.text-icn-block-full-column .icn > svg path
{
    fill: currentcolor;
}
.text-icn-block-full-column .icn-arrow
{
    font-size: 45px;

    position: absolute;
    top: 30px;
    right: 0;

    text-align: center; 

    color: #637381;
}
.text-icn-block-full-column .icn-arrow > svg
{
    position: relative;
    top: 0;

    width: 60px;
    height: 60px;

    filter: drop-shadow(2px 2px 0px white);
}
.text-icn-block-full-column .icn-arrow > svg path
{
    fill: currentcolor;
}
.text-icn-block-full-column .text
{
    font-size: 16px;
    line-height: 24px;

    padding: 15px 0 0 0;
}
@media (max-width: 575px)
{
    .text-icn-block-full-column .text
    {
        font-size: 14px;
        line-height: 22px;
    }
}
.text-icn-block-full-column + *
{
    margin-top: 70px;
}
@media (max-width: 767px)
{
    .text-icn-block-full-column + *
    {
        margin-top: 50px;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-full-column + *
    {
        margin-top: 0;
    }
}
.text-icn-block-full-column.text-right .icn-arrow
{
    right: auto;
    left: 0;

    transform: scaleX(-1);
}
@media (max-width: 767px)
{
    .text-icn-block-full-column.text-right .icn-arrow
    {
        transform: scale(-1);
    }
}

.text-icn-block-bg-white
{
    display: -ms-flexbox;
    display: flex;

    max-width: 33.333%;
    padding: 30px 20px;

    color: #fff; 

    -ms-flex: 1;
        flex: 1;
}
@media (min-width: 576px) and (max-width: 1199px)
{
    .text-icn-block-bg-white
    {
            flex-direction: column;

        text-align: center; 

        -ms-flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-bg-white
    {
        max-width: 100%;
        padding: 10px 15px; 

        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .text-icn-block-bg-white:first-child
    {
        padding-top: 40px;
    }
    .text-icn-block-bg-white:last-child
    {
        padding-bottom: 40px;
    }
}
.text-icn-block-bg-white h3,
.text-icn-block-bg-white h4,
.text-icn-block-bg-white h5
{
    margin-bottom: 10px;

    color: #fff;
}
@media (max-width: 575px)
{
    .text-icn-block-bg-white h3,
    .text-icn-block-bg-white h4,
    .text-icn-block-bg-white h5
    {
        margin-bottom: 5px;
    }
}
.text-icn-block-bg-white p
{
    margin-top: 0;
}
.text-icn-block-bg-white .icn
{
    font-size: 80px;

    position: relative;

    max-width: 110px;

    text-align: center; 

    color: #fd5397;

    -ms-flex: 0 0 110px;
        flex: 0 0 110px;
}
@media (max-width: 1199px)
{
    .text-icn-block-bg-white .icn
    {
        font-size: 70px; 

        max-width: 110px;

        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    }
}
@media (max-width: 991px)
{
    .text-icn-block-bg-white .icn
    {
        font-size: 60px; 

        max-width: 100px;

        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-bg-white .icn
    {
        font-size: 50px;

        max-width: 67px;

        text-align: inherit; 

        -ms-flex: 0 0 67px;
            flex: 0 0 67px;
    }
}
.text-icn-block-bg-white .icn > svg
{
    max-width: 80px;
    max-height: 80px;
}
.text-icn-block-bg-white .icn > svg path
{
    fill: currentcolor;
}
@media (max-width: 1199px)
{
    .text-icn-block-bg-white .icn > svg
    {
        max-width: 70px;
        max-height: 70px;
    }
}
@media (max-width: 991px)
{
    .text-icn-block-bg-white .icn > svg
    {
        max-width: 50px;
        max-height: 50px;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-bg-white .icn > svg
    {
        max-width: 50px;
        max-height: 50px;
    }
}
.text-icn-block-bg-white .text
{
    font-size: 15px;
    line-height: 23px; 

    padding: 0 0 0 15px;

    -ms-flex: 1;
        flex: 1;
}
@media (min-width: 576px) and (max-width: 1199px)
{
    .text-icn-block-bg-white .text
    {
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .text-icn-block-bg-white .text
    {
        font-size: 14px;
        line-height: 20px; 

        padding: 0 25px 0 10px;
    }
}
@media (max-width: 575px)
{
    .text-icn-block-bg-white .text
    {
        padding: 0;
    }
}

.text-icn-block-footer
{
    display: -ms-flexbox;
    display: flex;

    max-width: 33.333%;
    padding: 45px 15px;

    color: #fff; 

    -ms-flex: 1;
        flex: 1;
}
@media (max-width: 575px)
{
    .text-icn-block-footer
    {
        max-width: 100%;
        padding: 25px 15px; 

        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .text-icn-block-footer:not(:first-child)
    {
        padding-top: 0;
    }
}
.text-icn-block-footer p
{
    margin-top: 0;
}
.text-icn-block-footer h3,
.text-icn-block-footer h4,
.text-icn-block-footer h5
{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

    margin-bottom: 8px;

    color: #fff;
}
.text-icn-block-footer .icn
{
    font-size: 62px;

    position: relative;
    top: .11em; 

    max-width: 62px;

    color: inherit;

    -ms-flex: 0 0 62px;
        flex: 0 0 62px;
}
@media (max-width: 767px)
{
    .text-icn-block-footer .icn
    {
        font-size: 52px; 

        max-width: 52px;

        -ms-flex: 0 0 52px;
            flex: 0 0 52px;
    }
}
.text-icn-block-footer .icn > svg
{
    max-width: 62px;
    max-height: 62px;
}
@media (max-width: 767px)
{
    .text-icn-block-footer .icn > svg
    {
        max-width: 52px;
        max-height: 52px;
    }
}
.text-icn-block-footer .icn > svg path
{
    fill: currentcolor;
}
.text-icn-block-footer .text
{
    padding: 0 0 0 15px; 

    -ms-flex: 1;
        flex: 1;
}
.text-icn-block-footer .text,
.text-icn-block-footer .text p
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}
@media (max-width: 575px)
{
    .text-icn-block-footer .text,
    .text-icn-block-footer .text p
    {
        font-size: 13px;
    }
}

.icn-block + .icn-block
{
    margin-top: 30px;
}

.icn-block
{
    position: relative;

    padding-left: 36px;
}

.h-icon
{
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 10px;

    -ms-flex-align: baseline;
    -moz-align-items: baseline;
         align-items: baseline;
}
@media (max-width: 575px)
{
    .h-icon
    {
        margin-bottom: 5px;
    }
}
.h-icon > [class*='icon']:first-child
{
    font-size: 1.4em; 

    position: relative;
    top: .2em;

    padding: 0 10px 0 0;
}
.h-icon > svg
{
    max-width: 33px;
    max-height: 23px;

    color: #fd5397;
}
.h-icon > svg path
{
    fill: currentcolor;
}
.h-icon > svg:first-child
{
    position: relative;
    top: .2em;

    padding: 0 10px 0 0;
}

.h-icon--lg
{
    font-size: 20px;
}
.h-icon--lg > [class*='icon']:first-child
{
    font-size: 26px;

    position: absolute;
    top: .1em;
    left: 0;

    width: 36px;

    color: #fd5397;
}
.h-icon--lg > svg
{
    max-width: 40px;
    max-height: 30px;

    color: #fd5397;
}
.h-icon--lg > svg path
{
    fill: currentcolor;
}
.h-icon--lg > svg:first-child
{
    position: absolute;
    top: -.2em; 
    left: 0;
}

.text-icn-blocks-with-title
{
    -ms-flex-align: center;
    align-items: center;
}
.text-icn-blocks-with-title .title-wrap
{
    margin-bottom: 0;
}
@media (max-width: 767px)
{
    .text-icn-blocks-with-title .title-wrap
    {
        margin-bottom: 20px;
    }
}
.text-icn-blocks-with-title .title-wrap > *
{
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;

    margin-bottom: 0;

    color: #fd5397;
}
@media (max-width: 767px)
{
    .text-icn-blocks-with-title .title-wrap > *
    {
        font-size: 30px;
        line-height: 36px;
    }
}
@media (max-width: 575px)
{
    .text-icn-blocks-with-title .title-wrap > *
    {
        font-size: 24px;
        line-height: 32px;
    }
}
.text-icn-blocks-with-title .text-icn-block-bg
{
    background-color: #f7f7f8;
}

.holder-text-icn-blocks-single
{
    background: #fd5397;
}

.text-icn-blocks-single
{
    color: #fff; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.text-icn-blocks-single-icon
{
    font-size: 65px;
}
@media (max-width: 991px)
{
    .text-icn-blocks-single-icon
    {
        font-size: 50px;
    }
}
@media (max-width: 575px)
{
    .text-icn-blocks-single-icon
    {
        font-size: 60px;
    }
}
.text-icn-blocks-single-icon > svg
{
    max-width: 65px;
    max-height: 65px;
}
.text-icn-blocks-single-icon > svg path
{
    fill: currentcolor;
}
@media (max-width: 991px)
{
    .text-icn-blocks-single-icon > svg
    {
        max-width: 50px;
        max-height: 50px;
    }
}
@media (max-width: 575px)
{
    .text-icn-blocks-single-icon > svg
    {
        max-width: 60px;
        max-height: 60px;
    }
}
.text-icn-blocks-single-text1
{
    font-size: 25px;
    line-height: 1.2em;
}
@media (max-width: 575px)
{
    .text-icn-blocks-single-text1
    {
        font-size: 22px;
    }
}
.text-icn-blocks-single-text2
{
    font-size: 16px;
    line-height: 1.2em; 

    margin-top: 10px;
}
@media (max-width: 575px)
{
    .text-icn-blocks-single-text2
    {
        font-size: 14px;
    }
}
.text-icn-blocks-single-text3
{
    font-size: 39px;
    line-height: 1.2em;
}
.text-icn-blocks-single-text3 b
{
    font-weight: 700;
}
@media (max-width: 1199px)
{
    .text-icn-blocks-single-text3
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .text-icn-blocks-single-text3
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .text-icn-blocks-single-text3
    {
        font-size: 28px;
    }
}
@media (max-width: 575px)
{
    .text-icn-blocks-single-text3
    {
        font-size: 24px;
    }
}
@media (min-width: 1200px)
{
    .text-icn-blocks-single-text
    {
        min-width: 50%;
    }
}
@media (max-width: 575px)
{
    .text-icn-blocks-single
    {
        text-align: center;
    }
    .text-icn-blocks-single > * + *
    {
        margin-top: 15px;
    }
}
.text-icn-blocks-single .btn:not(:hover)
{
    color: #282828;
    background-color: #fff;
}

/*  9.8. Facts Block  */
.fact-blocks-row
{
    margin-top: -30px;
}

.fact-block
{
    margin-top: 30px;

    text-align: center;
}
.fact-block .number
{
    font-size: 100px;
    font-weight: 800;
    line-height: 1.1em;

    color: #fd5397;
}
@media (max-width: 1860px)
{
    .fact-block .number
    {
        font-size: 90px;
    }
}
@media (max-width: 1199px)
{
    .fact-block .number
    {
        font-size: 70px;
    }
}
@media (max-width: 991px)
{
    .fact-block .number
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .fact-block .number
    {
        font-size: 40px;
    }
}
.fact-block .title
{
   
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
@media (max-width: 991px)
{
    .fact-block .title
    {
        font-size: 20px;
        font-weight: 700; 
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .fact-block .title
    {
        font-size: 17px;
        line-height: 28px;
    }
}
.fact-block .text
{
    font-size: 16px;
    font-weight: 500; 
    line-height: 28px;

    padding: 25px 35px 0;
}
@media (max-width: 1199px)
{
    .fact-block .text
    {
        font-size: 15px;
        line-height: 26px;

        padding: 20px 0 0;
    }
}
@media (max-width: 767px)
{
    .fact-block .text
    {
        font-size: 14px;
        line-height: 24px;

        padding: 10px 0 0;
    }
}
.fact-block .text a
{
    text-decoration: underline;

    color: inherit;
}
.fact-block .text a:hover
{
    text-decoration: none;
}

/*  9.9. Contact Forms  */
.contact-info
{
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;
}

.contact-info-icon
{
    font-size: 24px;
    line-height: 1em;

    width: 35px;

    color: #000;
}

.contact-info-title
{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    width: 80px;

    text-transform: uppercase; 

    color: #000;
}

.contact-info-text
{
    font-size: 14px;
    line-height: 18px;

    margin-left: 15px;

    text-transform: uppercase; 

    -ms-flex: 1;
        flex: 1;
}

.contact-map iframe
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 

    border: 0;

    -webkit-touch-callout: none;
}

@media (min-width: 576px)
{
    .contact-map
    {
        height: 100%;
    }
}

@media (max-width: 575px)
{
    .contact-map,
    .contact-map iframe
    {
        overflow: hidden; 

        height: 250px;
    }
}

.form-card-bg
{
    position: relative;
    z-index: 1;

    margin-top: 60px; 
    padding: 50px 30px 0;

    background-color: #f7f8f8;
}
@media (max-width: 991px)
{
    .form-card-bg
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .form-card-bg
    {
        margin-top: 30px;
        padding: 35px 30px 0;
    }
}
.form-card-bg .form-wrapper
{
    max-width: 1200px;
    margin-top: 20px;
    margin-right: auto; 
    margin-left: auto;
}
@media (max-width: 767px)
{
    .form-card-bg .form-wrapper:not(:first-child)
    {
        margin-top: -20px;
    }
}
.form-card-bg .form-control,
.form-card-bg .form-control:focus
{
    background: #fff;
}
.form-card-bg .btn-submit
{
    transform: translateY(50%);
}

.contact-map-under-form iframe,
.contact-map-under-form.image-wrap
{
    position: relative;
    z-index: 0;

    width: 100%;
    height: 680px; 
    margin-top: -280px;
}
@media (max-width: 575px)
{
    .contact-map-under-form iframe,
    .contact-map-under-form.image-wrap
    {
        height: 450px;
        margin-top: -200px;
    }
}

.contact-map-fullwidth
{
    position: relative;

    width: 100%;
    height: 300px;
}
.contact-map-fullwidth iframe
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 

    border: 0;

    -webkit-touch-callout: none;
}

.contact-map-fullwidth-cover
{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;

    opacity: .5;
    background-color: #fd5397; 

    mix-blend-mode: multiply;
}

.contact-block-bg
{
    overflow: hidden;

    padding: 100px 125px 100px 220px; 

    background-size: cover;
}
@media (max-width: 1199px)
{
    .contact-block-bg
    {
        padding: 80px;
    }
}
@media (max-width: 991px)
{
    .contact-block-bg
    {
        padding: 50px;
    }
}
@media (max-width: 767px)
{
    .contact-block-bg
    {
        padding: 30px;
    }
}
@media (max-width: 575px)
{
    .contact-block-bg
    {
        padding: 30px;
    }
}

/*  9.10. Creative Carouse  */
.creative-product-carousel .prd-labels
{
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 30px;
    left: 15px;
}
@media (max-width: 767px)
{
    .creative-product-carousel .prd-labels
    {
        bottom: 15px;
    }
}

.creative-product-carousel .prd-info
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .creative-product-carousel .prd-info
    {
        margin-top: 15px;
    }
}

.creative-product-carousel .prd-img-area
{
    overflow: visible; 

    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
}

.creative-product-carousel .prd-img
{
    width: 100%;
}
.creative-product-carousel .prd-img > img
{
    width: auto;
    max-width: 100%;
    max-height: 630px;
    margin-right: auto; 
    margin-left: auto;
}

.creative-product-carousel .label-sale
{
    font-size: 25px;
    font-weight: 800;
    font-style: italic;
    line-height: 1em;

    position: relative;

    display: -ms-flexbox;
    display: flex;

    width: 111px;
    height: 111px;

    text-align: center;

    color: #fff;
    background-color: transparent; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.creative-product-carousel .label-sale:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: 0; 
    border-radius: 50%;
    background-color: #fff;
}
.creative-product-carousel .label-sale:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    border-radius: 50%;
    background-color: #f8357b;
}
.creative-product-carousel .label-sale span
{
    position: relative;
    z-index: 2; 

    width: 100%;
}
@media (max-width: 1199px)
{
    .creative-product-carousel .label-sale
    {
        font-size: 18px; 

        width: 90px;
        height: 90px;
    }
}
@media (max-width: 767px)
{
    .creative-product-carousel .label-sale
    {
        font-size: 16px; 

        width: 70px;
        height: 70px;
    }
}

.creative-product-carousel .prd-img .image-container + .image-container
{
    position: absolute;
    z-index: 1;

    display: block;

    width: 100%;
    height: 100%;

    opacity: 0;
}

.creative-product-carousel .image-container
{
    transition: opacity .35s;
}

.creative-product-carousel .creative-product-carousel-item > .row > .col:hover .label-sale
{
    color: #f8357b;
}

.creative-product-carousel .creative-product-carousel-item > .row > .col:hover .label-sale:after
{
    transform: scale(1.2);
}

.creative-product-carousel .creative-product-carousel-item > .row > .col:hover .label-sale:before
{
    opacity: 1;
}

.creative-product-carousel .creative-product-carousel-item > .row > .col:hover .prd-img .image-container:not(:only-of-type)
{
    opacity: 0;
}

.creative-product-carousel .creative-product-carousel-item > .row > .col:hover .prd-img .image-container + .image-container
{
    opacity: 1 !important;
}

.creative-product-carousel .creative-product-carousel-item > .row > .col:hover .prd-img > img:not(:only-of-type)
{
    opacity: 0;
}

.creative-product-carousel .creative-product-carousel-item > .row > .col:hover .prd-img > img + img
{
    opacity: 1 !important;
}

.creative-product-carousel .prd-title
{
    font-size: 19px;
    line-height: 28px;

    transition: color .2s;
}
.creative-product-carousel .prd-title,
.creative-product-carousel .prd-title a
{
    color: #2e343f;
}
.creative-product-carousel .prd-title a:hover
{
    color: #fd5397;
}
.creative-product-carousel .prd-title:not(:first-child)
{
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .creative-product-carousel .prd-title
    {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 991px)
{
    .creative-product-carousel .prd-title
    {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 575px)
{
    .creative-product-carousel .prd-title
    {
        font-size: 14px;
        line-height: 20px;
    }
}

.creative-product-carousel .slick-slide
{
    overflow: hidden;

    opacity: 1 !important;
}

.creative-product-carousel .slick-current.slick-active .label-sale:before,
.creative-product-carousel .slick-current.slick-active .label-sale:after
{
    transition: .2s;
}

.creative-product-carousel-item > .row
{
    position: relative;
    z-index: 2;
}
.creative-product-carousel-item > .row.four-in-row > .col
{
    max-width: 25%; 

    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
}
@media (max-width: 991px)
{
    .creative-product-carousel-item > .row.four-in-row > .col
    {
        max-width: 33.333%; 

        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    }
    .creative-product-carousel-item > .row.four-in-row > .col:nth-child(3) ~ .col
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .creative-product-carousel-item > .row.four-in-row > .col
    {
        max-width: 50%; 

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
    .creative-product-carousel-item > .row.four-in-row > .col:nth-child(2) ~ .col
    {
        display: none;
    }
}
.creative-product-carousel-item > .row.one-in-row > .col
{
    max-width: 100%; 

    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}
.creative-product-carousel-item > .row.two-in-row > .col
{
    max-width: 50%; 

    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
}
@media (max-width: 991px)
{
    .creative-product-carousel-item > .row.two-in-row > .col
    {
        max-width: 50%; 

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}
@media (max-width: 767px)
{
    .creative-product-carousel-item > .row.two-in-row > .col
    {
        max-width: 50%; 

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}
.creative-product-carousel-item > .row.three-in-row > .col
{
    max-width: 33.333%; 

    -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
}
@media (max-width: 991px)
{
    .creative-product-carousel-item > .row.three-in-row > .col
    {
        max-width: 33.333%; 

        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    }
}
@media (max-width: 767px)
{
    .creative-product-carousel-item > .row.three-in-row > .col
    {
        max-width: 50%; 

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
    .creative-product-carousel-item > .row.three-in-row > .col:nth-child(2) ~ .col
    {
        display: none;
    }
}

.creative-product-carousel-text
{
    font-size: 10vw;
    font-weight: 800;
    font-style: italic;
    line-height: 1em;

    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    padding: 0 .1em;

    color: #fd5397;
}
@media (max-width: 1199px)
{
    .creative-product-carousel-text
    {
        font-size: 14vw;
    }
}
@media (max-width: 767px)
{
    .creative-product-carousel-text
    {
        font-size: 16vw;
    }
}
@media (max-width: 767px)
{
    .creative-product-carousel-text
    {
        font-size: 18vw;
    }
}
@media (max-width: 575px)
{
    .creative-product-carousel-text
    {
        font-size: 20vw;
    }
}

.creative-product-carousel-hovers:not(:first-child)
{
    margin-top: 10px;
}

@media (min-width: 992px)
{
    .creative-product-carousel-hovers
    {
        overflow: hidden; 

        height: 46px;
    }
}

.creative-product-carousel-action
{
    margin-top: 12px;
}
.creative-product-carousel-action .btn
{
    max-height: 46px;

    transition: 0s;
}
@media (max-width: 575px)
{
    .creative-product-carousel-action .btn
    {
        width: 100%; 
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px)
{
    .creative-product-carousel-action
    {
        position: relative;

        margin-top: 0;

        transform: translate3d(0, 0, 0);
    }
    .creative-product-carousel-item .col:hover .creative-product-carousel-hovers .creative-product-carousel-price
    {
        transform: translateY(-46px);
    }
    .creative-product-carousel-item .col:hover .creative-product-carousel-hovers .creative-product-carousel-action
    {
        transform: translateY(-46px);
    }
}

.creative-product-carousel-price
{
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: -5px;
    margin-left: -5px;

    color: #2e343f; 

    -ms-flex-align: baseline;
    -moz-align-items: baseline;
         align-items: baseline;
}
.creative-product-carousel-price:not(:first-child)
{
    margin-top: 10px;
}
.creative-product-carousel-price > *
{
    margin: 0 5px;
}
.creative-product-carousel-price .price-old
{
  
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;

    text-decoration: line-through;
}
@media (max-width: 767px)
{
    .creative-product-carousel-price .price-old
    {
        font-size: 14px;
    }
}
.creative-product-carousel-price .price-new
{
   
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;

    color: #2e343f;
}
@media (max-width: 767px)
{
    .creative-product-carousel-price .price-new
    {
        font-size: 22px;
    }
}

@media (min-width: 992px)
{
    .creative-product-carousel-hovers .creative-product-carousel-price
    {
        height: 46px;

        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 992px)
{
    .creative-product-carousel .slick-current.slick-active .creative-product-carousel-hovers .creative-product-carousel-price
    {
        transition: .2s;
    }
}

.creative-product-carousel .slick-current.slick-active .creative-product-carousel-hovers .creative-product-carousel-action,
.creative-product-carousel .slick-current.slick-active .creative-product-carousel-hovers .btn
{
    transition: .2s;
}

.creative-product-carousel-item .col,
.creative-product-carousel-text
{
    visibility: hidden; 

    opacity: 1;
}

.creative-product-carousel-item .animated
{
    visibility: visible; 

    animation-duration: .5s;

    opacity: 1;

    animation-fill-mode: both;
}

.creative-product-carousel-item .creative-product-carousel-text.animated
{
    animation-duration: 1s;
}

.creative-product-carousel-wrap
{
    position: relative; 

    display: -ms-flexbox;
    display: flex;
}
.creative-product-carousel-wrap .creative-product-carousel
{
    max-width: calc(100% - 150px); 

    -ms-flex: 0 0 calc(100% - 150px);
        flex: 0 0 calc(100% - 150px);
}
.creative-product-carousel-wrap .collection-grid-1-vertical
{
    position: relative;
    z-index: 3;

    max-width: 117px;
    margin-left: auto; 

    -ms-flex: 0 0 117px;
        flex: 0 0 117px;
}
.creative-product-carousel-wrap .collection-grid-1-vertical .slick-list
{
    height: auto !important;
}
.creative-product-carousel-wrap .collection-grid-1-item
{
    padding: 0;

    transition: .1s;
}
.creative-product-carousel-wrap .collection-grid-1-item.disable
{
    opacity: .75;
}
.creative-product-carousel-wrap .collection-grid-1-item .collection-grid-1-item-inside
{
    width: 117px;
    height: 117px;
    margin: 0 auto;
}

.creative-product-carousel--reversed
{
        flex-direction: row-reverse; 

    -ms-flex-direction: row-reverse;
}
.creative-product-carousel--reversed .collection-grid-1-vertical
{
    margin-right: auto; 
    margin-left: 0;
}

@media (max-width: 991px)
{
    .creative-product-carousel-wrap .collection-grid-1-item .collection-grid-1-item-inside
    {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 767px)
{
    .creative-product-carousel-wrap
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .creative-product-carousel-wrap .collection-grid-1-vertical
    {
        max-width: 100%;
        margin: 0 auto 20px; 

        -ms-flex-order: -1;
        order: -1;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .creative-product-carousel-wrap .creative-product-carousel
    {
        max-width: 100%; 

        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    }
    .creative-product-carousel-wrap .collection-grid-1-item .collection-grid-1-item-inside
    {
        width: 80px;
        height: 80px;
    }
    .js-creative-product-carousel-tabs .slick-track
    {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media (max-width: 575px)
{
    .creative-product-carousel-wrap .collection-grid-1-vertical
    {
        margin: 0 -2px 20px;
    }
    .creative-product-carousel-wrap .collection-grid-1-item
    {
        padding: 0 2px;
    }
    .creative-product-carousel-wrap .collection-grid-1-item .collection-grid-1-item-inside
    {
        width: 100%;
    }
}

.creative-product-carousel-item img.lazyloading
{
    background-color: rgba(0, 0, 0, 0);
}

.creative-product-carousel-loader
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    transition: opacity .5s;
    pointer-events: none; 

    opacity: 0;
    background: rgba(255, 255, 255, .4);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.creative-product-carousel-wrap.loading + .creative-product-carousel-loader
{
    opacity: 1;
}

.creative-product-carousel-wrap-single .prd-info-col > * + *
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .creative-product-carousel-wrap-single .prd-info-col > * + *
    {
        margin-top: 15px;
    }
}

.creative-product-carousel-wrap-single .prd-title,
.creative-product-carousel-wrap-single .prd-title a
{
    font-size: 44px;
    font-weight: 600; 
    line-height: 1.2em;
}
@media (max-width: 991px)
{
    .creative-product-carousel-wrap-single .prd-title,
    .creative-product-carousel-wrap-single .prd-title a
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .creative-product-carousel-wrap-single .prd-title,
    .creative-product-carousel-wrap-single .prd-title a
    {
        font-size: 30px;
    }
}

.creative-product-carousel-wrap-single .prd-price
{
    font-size: 28px; 

    transition: 0s;
}
@media (max-width: 991px)
{
    .creative-product-carousel-wrap-single .prd-price
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .creative-product-carousel-wrap-single .prd-price
    {
        font-size: 20px;
    }
}

.creative-product-carousel-wrap-single .btn:not([data-animation])
{
    transition: 0s;
}

.creative-product-carousel-wrap-single .collection-grid-1-item
{
    margin-top: 15px;
    padding: 0;
}
.creative-product-carousel-wrap-single .collection-grid-1-item:hover a,
.creative-product-carousel-wrap-single .collection-grid-1-item.active a
{
    transition: .2s; 

    border: 2px solid #607d8b !important;
}

.creative-product-carousel-wrap-single .collection-grid-1-item .collection-grid-1-item-inside
{
    width: 92px;
    height: 92px;
}
@media (max-width: 991px)
{
    .creative-product-carousel-wrap-single .collection-grid-1-item .collection-grid-1-item-inside
    {
        width: 80px;
        height: 80px;
    }
}

.creative-product-carousel-wrap-single .collection-grid-1-item .collection-grid-1-item-inside
{
    overflow: hidden; 

    border-radius: 100%;
}

.creative-product-carousel-wrap-single .collection-grid-1.collection-grid-1-vertical
{
    -ms-flex-pack: center;
    justify-content: center;
}

.creative-product-carousel-wrap-single .collection-grid-1-item img
{
    object-fit: contain;
}

.creative-product-carousel-wrap-single .creative-product-carousel-item.slick-slide
{
    visibility: hidden; 

    opacity: 0;
}

.creative-product-carousel-wrap-single .creative-product-carousel-item.slick-slide.slick-active
{
    visibility: visible; 

    opacity: 1;
}

.creative-product-carousel-wrap-single .prd-img-area-col.animated
{
    animation-duration: .75s;
}

.creative-product-carousel-wrap-single .creative-product-carousel:not(.slick-initialized)
{
    max-height: 592px;
}

/*  9.11. Welcome Block  */
.holder-welcome-block
{
    position: relative;

    background-color: #f8f8f8;
}
.holder-welcome-block .container
{
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width: 575px)
{
    .holder-welcome-block .container
    {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.welcome-block
{
    -ms-flex-align: center;
    align-items: center;
}

.welcome-block-image
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px)
{
    .welcome-block-image
    {
        overflow: hidden;

        max-width: 600px;
        margin-top: 30px; 
        margin-right: auto;
        margin-left: auto;

        -ms-flex-order: 2;
        order: 2;
    }
}
.welcome-block-image img
{
    position: relative;
    z-index: 2;

    max-width: 100%;
}
.welcome-block-image .circle_decor
{
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%) rotate(60deg);
}

@media (min-width: 992px)
{
    .welcome-block > .welcome-block-btn
    {
        display: none;
    }
}

@media (max-width: 991px)
{
    .welcome-block > .welcome-block-btn
    {
        width: 100%;
        margin: 15px 0 0 0;

        text-align: center; 

        -ms-flex-order: 3;
        order: 3;
    }
    .welcome-block-info .welcome-block-btn
    {
        display: none;
    }
}

.welcome-block-info
{
    position: relative;
    z-index: 1; 

    max-width: 880px;
}
.welcome-block-info:not(:first-child)
{
    margin-top: 30px;
}

.welcome-block-text-wrap
{
    position: relative;
}
@media (min-width: 992px)
{
    .welcome-block-text-wrap
    {
        padding-right: 90px;
    }
}
@media (max-width: 991px)
{
    .welcome-block-text-wrap
    {
        text-align: center; 

        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 992px)
{
    .welcome-block-social
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        display: -ms-flexbox;
        display: flex;

        width: 68px;

        -ms-flex-align: center;
        align-items: center;
    }
    .welcome-block-social .social-list-circle
    {
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;

        margin: 0; 

        -ms-flex-direction: column;
    }
    .welcome-block-social .social-list-circle li
    {
        margin: 8px 0;
    }
}

@media (max-width: 1860px) and (min-width: 992px)
{
    .welcome-block-social
    {
        right: 15px;
    }
}

@media (max-width: 991px)
{
    .welcome-block-social
    {
        display: none;

        margin-top: 30px;

        -ms-flex-pack: center;
        justify-content: center;
    }
    .welcome-block-social .social-list-circle
    {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.welcome-block-social .social-list-circle li a
{
    color: #fd5397; 
    background-color: #fff;
}
.welcome-block-social .social-list-circle li a [class*='icon']
{
    color: #fd5397 !important;
}
.welcome-block-social .social-list-circle li a:after
{
    background-color: #fd5397;
}
.welcome-block-social .social-list-circle li a:hover [class*='icon']
{
    color: #fff !important;
}

.welcome-block-icon
{
    font-size: 16vw;

    position: absolute;
    z-index: 0;
    top: -5%;
    right: 15%;

    color: #fff;
}
@media (max-width: 991px)
{
    .welcome-block-icon
    {
        display: none;
    }
}

.welcome-block-text
{
    font-size: 150px;
    font-weight: 900;
    line-height: .9333em;

    position: relative;
    z-index: 1;

    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1860px)
{
    .welcome-block-text
    {
        font-size: 120px;
    }
}
@media (max-width: 1199px)
{
    .welcome-block-text
    {
        font-size: 100px;
    }
}
@media (max-width: 991px)
{
    .welcome-block-text
    {
        font-size: 80px;
    }
}
@media (max-width: 767px)
{
    .welcome-block-text
    {
        font-size: 70px;
    }
}
@media (max-width: 575px)
{
    .welcome-block-text
    {
        font-size: 60px;
    }
}

.welcome-block-text--md
{
    font-size: 110px;
}
@media (max-width: 1860px)
{
    .welcome-block-text--md
    {
        font-size: 100px;
    }
}
@media (max-width: 1199px)
{
    .welcome-block-text--md
    {
        font-size: 80px;
    }
}
@media (max-width: 991px)
{
    .welcome-block-text--md
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .welcome-block-text--md
    {
        font-size: 50px;
    }
}
@media (max-width: 575px)
{
    .welcome-block-text--md
    {
        font-size: 40px;
    }
}

.welcome-block-text--sm
{
    font-size: 90px;
}
@media (max-width: 1860px)
{
    .welcome-block-text--sm
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .welcome-block-text--sm
    {
        font-size: 65px;
    }
}
@media (max-width: 991px)
{
    .welcome-block-text--sm
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .welcome-block-text--sm
    {
        font-size: 40px;
    }
}
@media (max-width: 575px)
{
    .welcome-block-text--sm
    {
        font-size: 35px;
    }
}

.welcome-block-text--xs
{
    font-size: 70px;
}
@media (max-width: 1860px)
{
    .welcome-block-text--xs
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .welcome-block-text--xs
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .welcome-block-text--xs
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .welcome-block-text--xs
    {
        font-size: 35px;
    }
}
@media (max-width: 575px)
{
    .welcome-block-text--xs
    {
        font-size: 30px;
    }
}

.welcome-block-text--xxs
{
    font-size: 50px;
}
@media (max-width: 1860px)
{
    .welcome-block-text--xxs
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .welcome-block-text--xxs
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .welcome-block-text--xxs
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .welcome-block-text--xxs
    {
        font-size: 30px;
    }
}
@media (max-width: 575px)
{
    .welcome-block-text--xxs
    {
        font-size: 30px;
    }
}

/*  10. Pages  */
/*  10.1. Blog Pages  */
.post-prw-img
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    background-color: #f9f9f9;
}
.post-prw-img img
{
    width: 100%;
    max-width: 100%;
    height: 100%;

    object-fit: cover;
}

.post-prw-text
{
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    padding: 30px 60px 30px 45px;

    background-color: #f9f9f9; 

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1860px)
{
    .post-prw-text
    {
        padding: 30px 45px 30px 30px;
    }
}
@media (max-width: 1199px)
{
    .post-prw-text
    {
        padding: 30px 45px 30px 30px;
    }
}
@media (max-width: 575px)
{
    .post-prw-text
    {
        margin-top: 0;
        padding: 15px;
    }
}
.post-prw-text > *
{
    margin-bottom: 0;
}
.post-prw-text > * + .post-prw-teaser
{
    margin-top: 18px;
}
@media (max-width: 575px)
{
    .post-prw-text > * + .post-prw-teaser
    {
        margin-top: 10px;
    }
}
.post-prw-text > * + .post-prw-links
{
    margin-top: 10px;
}
.post-prw-text > * + .post-prw-btn
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .post-prw-text > * + .post-prw-btn
    {
        margin-top: 20px;
    }
}
@media (max-width: 575px)
{
    .post-prw-text > * + .post-prw-btn
    {
        margin-top: 15px;
    }
}

.post-prw-links
{
    display: -ms-flexbox;
    display: flex;

    margin-right: -10px;
    margin-left: -10px;

    color: #8d92a3; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 575px)
{
    .post-prw-links
    {
        margin-right: -8px; 
        margin-left: -8px;
    }
}
.post-prw-links > *
{
    font-size: 12px;
    line-height: 24px;

    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: 10px;
    margin-left: 10px;

    white-space: nowrap; 

    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 575px)
{
    .post-prw-links > *
    {
        font-size: 13px; 

        margin-right: 8px;
        margin-left: 8px;
    }
}
.post-prw-links > * [class*='icon']
{
    font-size: 12px; 

    padding: 0 5px 0 0;
}
.post-prw-links > * .icon-calendar
{
    font-size: 16px;
}
.post-prw-links > * .icon-chat
{
    position: relative;
    top: 1px;
}
.post-prw-links > * .icon-calendar1
{
    position: relative;
    top: -1px;
}
.post-prw-links a
{
    color: #8d92a3;
}
.post-prw-links a:hover
{
    text-decoration: none; 

    color: #fd5397;
}

.post-prw-title
{
    font-size: 20px;
    font-weight: 600; 
    line-height: 1.333em;
}
@media (max-width: 767px)
{
    .post-prw-title
    {
        font-size: 18px;
    }
}
.post-prw-title,
.post-prw-title a
{
    color: #000;
}
.post-prw-title a
{
    text-decoration: none;
}
.post-prw-title a:hover
{
    color: #fd5397;
}

.post-prws-listing .post-prw-title
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .post-prws-listing .post-prw-title
    {
        font-size: 20px;
    }
}

.has-sm-container .post-prw-text
{
    padding: 40px 45px 40px 30px;
}
@media (max-width: 1860px)
{
    .has-sm-container .post-prw-text
    {
        padding: 35px 45px 35px 30px;
    }
}
@media (max-width: 1199px)
{
    .has-sm-container .post-prw-text
    {
        padding: 35px 45px 35px 30px;
    }
}
@media (max-width: 575px)
{
    .has-sm-container .post-prw-text
    {
        margin-top: 0;
        padding: 15px 30px;
    }
}

.has-sm-container .post-prws-listing .post-prw-text
{
    padding: 70px 45px 70px 30px;
}
@media (max-width: 1860px)
{
    .has-sm-container .post-prws-listing .post-prw-text
    {
        padding: 50px 45px 50px 30px;
    }
}
@media (max-width: 1199px)
{
    .has-sm-container .post-prws-listing .post-prw-text
    {
        padding: 50px 45px 50px 30px;
    }
}
@media (max-width: 575px)
{
    .has-sm-container .post-prws-listing .post-prw-text
    {
        margin-top: 0;
        padding: 20px 45px 25px;
    }
}

.post-prw.post-prw--hor .row
{
        flex-direction: column; 

    -ms-flex-direction: column;
}
.post-prw.post-prw--hor .row > *
{
    max-width: 100%; 

    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}

.post-prw-simple
{
    text-align: center;
}
.post-prw-simple .post-prw-img a
{
    display: block;
}
.post-prw-simple .post-prw-img img
{
    max-width: 100%;
}
.post-prw-simple .post-prw-img:not(:first-child)
{
    margin-top: 25px;
}
.post-prw-simple .post-prw-img:not(:last-child)
{
    margin-bottom: 10px;
}
.post-prw-simple .post-prw-links
{
    display: -ms-flexbox;
    display: flex;

    margin-right: -7px;
    margin-left: -7px;

    color: #a5a6ac; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 575px)
{
    .post-prw-simple .post-prw-links
    {
        margin-right: -5px; 
        margin-left: -5px;
    }
}
.post-prw-simple .post-prw-links > *
{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;

    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: 7px;
    margin-left: 7px;

    white-space: nowrap; 

    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 575px)
{
    .post-prw-simple .post-prw-links > *
    {
        margin-right: 5px; 
        margin-left: 5px;
    }
}
.post-prw-simple .post-prw-links > * [class*='icon']
{
    font-size: 16px; 

    padding: 0 4px 0 0;
}
.post-prw-simple .post-prw-links a
{
    color: #a5a6ac;
}
.post-prw-simple .post-prw-links a:hover
{
    text-decoration: none; 

    color: #fd5397;
}
.post-prw-simple .post-prw-date
{
    color: #a5a6ac;
}
.post-prw-simple .post-prw-title
{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;

    margin-bottom: 0;
}
.post-prw-simple .post-prw-title,
.post-prw-simple .post-prw-title a
{
    color: #2e343f;
}
.post-prw-simple .post-prw-title a
{
    text-decoration: none;
}
.post-prw-simple .post-prw-title a:hover
{
    color: #fd5397;
}

.post-prw-simple-sm .post-prw-img a
{
    display: block;
}

.post-prw-simple-sm .post-prw-img img
{
    max-width: 100%;
}

.post-prw-simple-sm .post-prw-img:not(:first-child)
{
    margin-top: 25px;
}

.post-prw-simple-sm .post-prw-img:not(:last-child)
{
    margin-bottom: 30px;
}

.post-prw-simple-sm .post-prw-img:not(:last-child)
{
    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .post-prw-simple-sm .post-prw-img:not(:last-child)
    {
        margin-bottom: 14px;
    }
}

.post-prw-simple-sm .post-prw-links
{
    display: -ms-flexbox;
    display: flex;

    margin-right: -10px;
    margin-left: -10px;

    color: #a5a6ac; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 575px)
{
    .post-prw-simple-sm .post-prw-links
    {
        margin-right: -8px; 
        margin-left: -8px;
    }
}
.post-prw-simple-sm .post-prw-links > *
{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;

    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: 10px;
    margin-left: 10px;

    white-space: nowrap; 

    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 575px)
{
    .post-prw-simple-sm .post-prw-links > *
    {
        font-size: 13px; 

        margin-right: 8px;
        margin-left: 8px;
    }
}
.post-prw-simple-sm .post-prw-links > * [class*='icon']
{
    font-size: 16px; 

    padding: 0 4px 0 0;
}
.post-prw-simple-sm .post-prw-links a
{
    color: #a5a6ac;
}
.post-prw-simple-sm .post-prw-links a:hover
{
    text-decoration: none; 

    color: #fd5397;
}

.post-prw-simple-sm .post-prw-date
{
    color: #a5a6ac;
}

.post-prw-simple-sm .post-prw-comments
{
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;

    display: inline-block;

    text-decoration: none; 

    color: #fd5397;
}
.post-prw-simple-sm .post-prw-comments [class*='icon']
{
    position: relative;
    top: .05em; 

    padding: 0 7px 0 0;
}
.post-prw-simple-sm .post-prw-comments:not(:first-child)
{
    margin-top: 5px;
}

.post-prw-simple-sm a.post-prw-comments:hover
{
    text-decoration: none;

    color: #2e343f;
}

.post-prw-simple-sm .post-prw-title
{
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;

    margin-bottom: 0;
}
.post-prw-simple-sm .post-prw-title:not(:first-child)
{
    margin-top: 4px;
}
.post-prw-simple-sm .post-prw-title,
.post-prw-simple-sm .post-prw-title a
{
    color: #2e343f;
}
.post-prw-simple-sm .post-prw-title a
{
    text-decoration: none;
}
.post-prw-simple-sm .post-prw-title a:hover
{
    color: #fd5397;
}

.post-prw-simple-sm + .post-prw-simple-sm
{
    margin-top: 30px;
}

.post-prws-grid
{
    margin-top: -40px;

    pointer-events: none;
}
.post-prws-grid > *
{
    margin-top: 40px;

    pointer-events: all;
}
@media (max-width: 991px)
{
    .post-prws-grid
    {
        margin-top: -30px;
    }
    .post-prws-grid > *
    {
        margin-top: 30px;
    }
}

.post-prws-listing
{
    overflow: hidden;
}
.post-prws-listing > * + *
{
    margin-top: 30px;
}
@media (max-width: 575px)
{
    .post-prws-listing > * + *
    {
        margin-top: 30px;
    }
}
@media (max-width: 575px)
{
    .post-prws-listing .post-prw-text
    {
        padding: 15px 30px;
    }
}

.post-prws-listing.block-border-off > * + *
{
    margin-top: 48px;
    padding-top: 0;

    border-top-width: 0;
}
@media (max-width: 575px)
{
    .post-prws-listing.block-border-off > * + *
    {
        margin-top: 30px;
        padding-top: 0;
    }
}

.post-prws--row
{
    margin-right: -15px; 
    margin-left: -15px;
}

@media (max-width: 767px)
{
    .aside-block .post-prws-carousel
    {
        width: 100%; 
        margin-right: -5px;
        margin-left: -5px;
    }
    .aside-block .post-prws-carousel .post-prw
    {
        width: calc(100% - 10px);
        margin-right: 5px; 
        margin-left: 5px;
    }
}

.post-prw-big .tags-list:not(:first-child)
{
    margin-top: 20px;
}

.post-prw-big .post-bot
{
    padding: 24px 0 0;
}
@media (max-width: 575px)
{
    .post-prw-big .post-bot
    {
        padding-top: 16px;
    }
}

.post-prw-big .post-img
{
    position: relative;
    z-index: 1; 

    display: block;
    overflow: hidden;
}
.post-prw-big .post-img img
{
    width: calc(100% + 1px);

    transition: .5s; 
    transform: scale(1.1) rotate(.001deg);
}
.post-prw-big .post-img:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    transition: .3s; 

    opacity: 0;
    background: #000;
}

.post-prw-big:hover .post-img img
{
    transform: scale(1) rotate(.01deg);
}

.post-prw-big:hover .post-img:after
{
    opacity: .15;
}

.post-full img
{
    max-width: 100%;
}

.post-full > *:not(:first-child)
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .post-full > *:not(:first-child)
    {
        margin-top: 24px;
    }
}
@media (max-width: 575px)
{
    .post-full > *:not(:first-child)
    {
        margin-top: 18px;
    }
}

.post-full .post-img
{
    display: block;
}
.post-full .post-img:not(:last-child)
{
    margin-top: 25px;
}
.post-full .post-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post-full .post-title
{
    font-size: 24px;
    line-height: 32px;

    display: inline-block;

    margin-bottom: 0;

    text-decoration: none;
}
.post-full .post-title:not(:first-child)
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .post-full .post-title
    {
        font-size: 20px;
        line-height: 28px;
    }
}

.post-full .post-bot
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.post-full .post-bot:not(:first-child)
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .post-full .post-bot:not(:first-child)
    {
        margin-top: 25px;
    }
}

.post-full .post-links
{
    display: -ms-flexbox;
    display: flex;

    margin-right: -15px;
    margin-left: -15px;

    color: #a5a6ac;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 575px)
{
    .post-full .post-links
    {
        margin-right: -8px; 
        margin-left: -8px;
    }
}
.post-full .post-links:not(:first-child)
{
    margin-top: 0;
}
.post-full .post-links > *
{
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;

    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-top: 5px;
    margin-right: 15px;
    margin-left: 15px;

    white-space: nowrap; 

    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 575px)
{
    .post-full .post-links > *
    {
        font-size: 13px; 

        margin-right: 8px;
        margin-left: 8px;
    }
}
.post-full .post-links > * [class*='icon']
{
    font-size: 15px; 

    padding: 0 5px 0 0;
}
.post-full .post-links > * .icon-chat
{
    font-size: 12px;

    position: relative;
    top: 1px;
}
.post-full .post-links a
{
    color: #a5a6ac;
}
.post-full .post-links a:hover
{
    text-decoration: none; 

    color: #fd5397;
}

.post-full .post-share
{
    margin-left: auto;
}

.post-prws-carousel:not(.slick-initialized)
{
    visibility: hidden;
    overflow: hidden; 

    height: 372px;

    opacity: 0;
}

.post-prws-carousel--single .slick-list
{
    margin-right: -15px; 
    margin-left: -15px;
}

.post-prws-carousel--single .slick-slide
{
    margin-right: 15px; 
    margin-left: 15px;
}
.post-prws-carousel--single .slick-slide > .row
{
    margin-right: 0; 
    margin-left: 0;
}
.post-prws-carousel--single .slick-slide .post-prw-text
{
    padding: 30px 45px 30px 45px;
}
@media (max-width: 1860px)
{
    .post-prws-carousel--single .slick-slide .post-prw-text
    {
        padding: 30px 30px 30px 30px;
    }
}
@media (max-width: 1199px)
{
    .post-prws-carousel--single .slick-slide .post-prw-text
    {
        padding: 30px 30px 30px 30px;
    }
}
@media (max-width: 575px)
{
    .post-prws-carousel--single .slick-slide .post-prw-text
    {
        margin-top: 0;
        padding: 15px 15px;
    }
}
.post-prws-carousel--single .slick-slide .post-prw-img
{
    padding: 0;
}

.has-sm-container .post-prws-carousel--single .slick-slide .post-prw-text
{
    padding: 25px 45px 25px 45px;
}
@media (max-width: 1860px)
{
    .has-sm-container .post-prws-carousel--single .slick-slide .post-prw-text
    {
        padding: 25px 30px 25px 30px;
    }
}
@media (max-width: 1199px)
{
    .has-sm-container .post-prws-carousel--single .slick-slide .post-prw-text
    {
        padding: 25px 30px 25px 30px;
    }
}
@media (max-width: 575px)
{
    .has-sm-container .post-prws-carousel--single .slick-slide .post-prw-text
    {
        margin-top: 0;
        padding: 15px 15px;
    }
}

.aside-block .post-prw:not(.slick-slide) + .post-prw
{
    margin-top: 20px;
}
@media only screen and (max-width: 575px)
{
    .aside-block .post-prw:not(.slick-slide) + .post-prw
    {
        margin-top: 15px;
    }
}

.post-prw-big + .post-prw-big
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .post-prw-big + .post-prw-big
    {
        margin-top: 40px;
    }
}

.post-grid-2,
.post-grid-3,
.post-grid-4
{
    width: calc(100% + 30px);
    margin: 10px 0 0 -30px;
}

.post-grid-2 .post-prw-big,
.post-grid-3 .post-prw-big,
.post-grid-4 .post-prw-big
{
    display: inline-block;

    width: calc(50% - 30px);
    min-height: 1px;
    margin-top: 0; 
    margin-right: -4px;
    margin-bottom: 30px;
    margin-left: 30px;

    vertical-align: top;
}

.post-grid-2 .post-prw-big:nth-child(1),
.post-grid-2 .post-prw-big:nth-child(2),
.post-grid-3 .post-prw-big:nth-child(1),
.post-grid-3 .post-prw-big:nth-child(2),
.post-grid-3 .post-prw-big:nth-child(3),
.post-grid-4 .post-prw-big:nth-child(1),
.post-grid-4 .post-prw-big:nth-child(2),
.post-grid-4 .post-prw-big:nth-child(3),
.post-grid-4 .post-prw-big:nth-child(4)
{
    margin-top: 10px;
}

.post-grid-2 .post-prw-big
{
    width: calc(50% - 30px);
}

.post-grid-3 .post-prw-big
{
    width: calc(33.33333% - 30px);
}

.post-grid-4 .post-prw-big
{
    width: calc(25% - 30px);
}

@media (max-width: 991px)
{
    .post-grid-4 .post-prw-big
    {
        width: calc(33.33333% - 30px);
    }
}

@media (max-width: 767px)
{
    .post-grid-4 .post-prw-big,
    .post-grid-3 .post-prw-big
    {
        width: calc(50% - 30px);
    }
}

@media (max-width: 480px)
{
    .post-grid-4 .post-prw-big,
    .post-grid-3 .post-prw-big,
    .post-grid-2 .post-prw-big
    {
        width: calc(100% - 30px);
    }
}

#sideColumn.fixed-col
{
    margin-top: 0;
}

.post-comment:not(:first-child)
{
    margin-top: 30px;
}

@media (max-width: 767px)
{
    .post-comment .row > *:last-child:not(:only-child)
    {
        padding-left: 0;
    }
}

.post-comment-text
{
    font-size: 15px;
    font-weight: 400; 
    line-height: 24px;
}
.post-comment-text:not(:first-child)
{
    margin-top: 12px;
}
@media (max-width: 767px)
{
    .post-comment-text:not(:first-child)
    {
        margin-top: 8px;
    }
}

.post-comment-author-img
{
    width: 110px;
}
@media (max-width: 991px)
{
    .post-comment-author-img
    {
        width: 75px;
    }
}
.post-comment-author-img img
{
    width: 100%;
}

.post-comment-author
{
    font-size: 18px;
    font-weight: 600; 
    font-style: normal;
    line-height: 1em;
}
.post-comment-author,
.post-comment-author a
{
    color: #2e343f;
}
.post-comment-author:not(:first-child)
{
    margin-top: 5px;
}

.post-comment-date
{
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;

    display: -ms-flexbox;
    display: flex;

    color: #a5a6ac; 

    -ms-flex-align: center;
    align-items: center;
}
.post-comment-date [class*='icon']
{
    font-size: 16px; 

    padding: 0 5px 0 0;
}
.post-comment-date:not(:first-child)
{
    margin-top: 5px;
}

.post-comment-reply
{
    font-size: 12px;
    line-height: 1em;

    text-transform: uppercase;
}
.post-comment-reply,
.post-comment-reply a
{
    color: #fd5397;
}
.post-comment-reply a:hover
{
    color: #2e343f;
}
.post-comment-reply:not(:first-child)
{
    margin-top: 25px;
}

.related-posts .post-prws
{
    background: #f7f7f8;
}

.related-posts:not(:first-child)
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .related-posts:not(:first-child)
    {
        margin-top: 30px;
    }
}

@media (max-width: 767px)
{
    .related-posts .post-prw-text
    {
        padding: 25px 35px;
    }
}

.blogs-next-prev:not(:first-child)
{
    margin-top: 35px;
}
@media (max-width: 767px)
{
    .blogs-next-prev:not(:first-child)
    {
        margin-top: 20px;
    }
}

.blogs-next-prev .btn [class*='icon-']
{
    font-size: 1em;

    top: .1em;
}

@media (max-width: 575px)
{
    .blogs-next-prev .btn span
    {
        display: none;
    }
    .blogs-next-prev .btn [class*='icon-']:not(:only-child):not(:last-child)
    {
        padding: 0;
    }
}

.post-prw-vert
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    text-align: center; 

    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.post-prw-vert .post-prw-img a
{
    display: block;
}
.post-prw-vert .post-prw-img img
{
    max-width: 100%;
}
.post-prw-vert .post-prw-img:not(:first-child)
{
    margin-top: 15px;
}
.post-prw-vert .post-prw-teaser
{
    font-size: 14px;
    line-height: 24px; 

    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
}
.post-prw-vert .post-prw-teaser:not(:first-child)
{
    margin-top: 12px;
}
.post-prw-vert .post-prw-links
{
    display: -ms-flexbox;
    display: flex;

    margin-right: -10px;
    margin-left: -10px;

    color: #a5a6ac; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.post-prw-vert .post-prw-links:not(:first-child)
{
    margin-top: 8px;
}
@media (max-width: 575px)
{
    .post-prw-vert .post-prw-links
    {
        margin-right: -5px; 
        margin-left: -5px;
    }
}
.post-prw-vert .post-prw-links > *
{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: 10px;
    margin-left: 10px;

    white-space: nowrap; 

    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 575px)
{
    .post-prw-vert .post-prw-links > *
    {
        font-size: 13px; 

        margin-right: 5px;
        margin-left: 5px;
    }
}
.post-prw-vert .post-prw-links > * [class*='icon']
{
    font-size: 13px; 

    position: relative;
    top: -1px;

    padding: 0 5px 0 0;
}
.post-prw-vert .post-prw-links a
{
    color: #a5a6ac;
}
.post-prw-vert .post-prw-links a:hover
{
    text-decoration: none; 

    color: #fd5397;
}
.post-prw-vert .post-prw-title
{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;

    margin-bottom: 0;
}
.post-prw-vert .post-prw-title:not(:first-child)
{
    margin-top: 15px;
}
.post-prw-vert .post-prw-title,
.post-prw-vert .post-prw-title a
{
    color: #2e343f;
}
.post-prw-vert .post-prw-title a
{
    text-decoration: none;
}
.post-prw-vert .post-prw-title a:hover
{
    color: #fd5397;
}

.post-prw-vert.post-prw-vert--style2:nth-child(even)
{
    display: -ms-flexbox !important;
    display: flex !important;
}

.post-prw-vert.post-prw-vert--style2:nth-child(odd) .post-prw-img
{
    margin-bottom: 30px;
}

.post-prw-vert.post-prw-vert--style2:nth-child(even) .post-prw-img
{
    width: 100%;
    margin-top: 40px; 

    -ms-flex-order: 10;
    order: 10;
}

.post-prw-vert.post-prw-vert--style2:nth-child(even)
{
    padding-top: 30px;
}

.post-prw-vert.post-prw-vert--style2 .post-prw-teaser
{
    font-size: 16px;
    line-height: 24px; 

    margin-top: 0;
}

.review-write-link
{
    font-size: 17px;
    font-weight: 600; 
    line-height: 23px;
}
.review-write-link:hover
{
    text-decoration: none;
}
.review-write-link [class*='icon']
{
    position: relative;
    top: 2px;

    padding-right: 6px;
}

.review-item
{
    margin-bottom: 30px;
}
.review-item p
{
    margin-top: 10px;
}
.review-item h4
{
    margin-bottom: 10px;
}

.review-item_author
{
    font-size: 14px;
    line-height: 20px;

    margin: 0;

    color: #7e7e7e;
}

.review-item_report
{
    font-size: 12px;
}

.review-item_content
{
    margin-top: 10px;
}

.review-item_top > *:last-child:not(:only-child)
{
    margin-left: auto;
}

@media (max-width: 767px)
{
    .review-item_top
    {
            flex-direction: column; 

        -ms-flex-direction: column;
    }
    .review-item_top > *
    {
        width: 100%; 

        -ms-flex: 1;
            flex: 1;
    }
    .review-item_top > *:last-child:not(:only-child)
    {
        margin: 0;
    }
}

.review-item_rating [class*='icon'],
.review-item_rating span
{
    display: inline-block;

    vertical-align: top;
}

.review-item_rating span:not(:first-child)
{
    padding-left: 5px;
}

.review-item_rating [class*='icon']
{
    font-size: 17px;
    line-height: 1em; 

    color: #fd5397;
}
.review-item_rating [class*='icon'].fill
{
    color: #fd5397;
}

.review-item + .review-item
{
    margin-top: 0;

    border-top: 0;
}

.review-item + *:not(.review-item)
{
    margin-top: 30px;
}

/*  10.2. Cart Page  */
.cart-promo-banner
{
    display: -ms-flexbox;
    display: flex;

    text-align: center; 

    color: #fff;
    background-color: #e91e63;
}
.cart-promo-banner-inside
{
    padding: 26px 15px; 

    -ms-flex: 1;
        flex: 1;
}
@media (max-width: 1199px)
{
    .cart-promo-banner-inside
    {
        padding: 20px 10px;
    }
}
.cart-promo-banner .txt1
{
    font-size: 38px;
    font-weight: bold; 
    line-height: 1.2em;
}
@media (max-width: 1799px)
{
    .cart-promo-banner .txt1
    {
        font-size: 32px;
    }
}
@media (max-width: 1199px)
{
    .cart-promo-banner .txt1
    {
        font-size: 30px;
    }
}
@media (max-width: 575px)
{
    .cart-promo-banner .txt1
    {
        font-size: 28px;
    }
}
.cart-promo-banner .txt2
{
    font-size: 25px;
    font-weight: 600;
    font-style: italic; 
    line-height: 1.2em;
}
@media (max-width: 1799px)
{
    .cart-promo-banner .txt2
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .cart-promo-banner .txt2
    {
        font-size: 20px;
    }
}
@media (max-width: 575px)
{
    .cart-promo-banner .txt2
    {
        font-size: 18px;
    }
}
.cart-promo-banner + *
{
    margin-top: 30px;
}
@media (max-width: 575px)
{
    .cart-promo-banner + *
    {
        margin-top: 20px;
    }
}
.cart-promo-banner-logo
{
    display: -ms-flexbox;
    display: flex;

    max-width: 100px;
    margin-left: auto;
    padding: 0;

    border-width: 1px;
    border-style: dashed;
    border-color: #d4d4d4;
    border-left-width: 0; 
    background-color: #fff;

    -ms-flex-align: center;
    align-items: center;
}

.cart-promo-banner:hover
{
    text-decoration: none;
}

.card-total > * + *
{
    margin-top: 25px;
}
@media (max-width: 991px)
{
    .card-total > * + *
    {
        margin-top: 18px;
    }
}

.card-total-txt
{
    font-size: 31px;
    font-weight: 600; 
    line-height: 1.2em;
}
@media (max-width: 1799px)
{
    .card-total-txt
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .card-total-txt
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .card-total-txt
    {
        font-size: 22px;
    }
}

.card-total-price
{
    font-size: 31px;
    font-weight: 600;
    line-height: 1.2em;

    color: #2e343f;
}
@media (max-width: 1799px)
{
    .card-total-price
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .card-total-price
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .card-total-price
    {
        font-size: 22px;
    }
}

.card-shipping-info p
{
    margin-top: 10px;
}

.cart-table
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f4f4f4;
}

.cart-table-prd
{
    position: relative;

    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    padding-top: 30px;
    padding-right: 0 !important; 
    padding-bottom: 30px;
    padding-left: 0 !important;

    -ms-flex-align: center;
    align-items: center;
}
.cart-table-prd:not(:last-child)
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f4f4f4;
}
@media (max-width: 991px)
{
    .cart-table-prd
    {
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.cart-table-prd > *
{
    padding: 0 15px;
}
.cart-table-prd > *:first-child
{
    padding-left: 0;
}
.cart-table-prd > *:last-child
{
    padding-right: 0;
}

.cart-table-prd-options
{
    margin-top: 5px;
}

.cart-table-prd-image
{
    max-width: 160px; 

    -ms-flex: 0 0 160px;
        flex: 0 0 160px;
}
.cart-table-prd-image img
{
    width: 100%;
}
@media (max-width: 1860px)
{
    .cart-table-prd-image
    {
        max-width: 120px; 

        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    }
}
@media (max-width: 1199px)
{
    .cart-table-prd-image
    {
        max-width: 100px; 

        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    }
}
@media (max-width: 991px)
{
    .cart-table-prd-image
    {
        max-width: 100px; 

        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    }
}
@media (max-width: 575px)
{
    .cart-table-prd-image
    {
        max-width: 80px; 

        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    }
}

.cart-table-prd-info
{
    -ms-flex: 1;
        flex: 1;
}

.cart-table-prd-name
{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;

    margin-bottom: 0;

    color: #2e343f;
}
.cart-table-prd-name:not(:first-child)
{
    margin-top: 7px;
}
@media (max-width: 991px)
{
    .cart-table-prd-name
    {
        font-size: 16px;
    }
}

.cart-table-prd-subname
{
    font-size: 15px;
    font-weight: 400; 
    line-height: 1.2em;

    margin-bottom: 0;
}
.cart-table-prd-subname:not(:first-child)
{
    margin-top: 6px;
}
@media (max-width: 991px)
{
    .cart-table-prd-subname
    {
        font-size: 14px;
    }
}

.cart-table-prd-qty
{
    max-width: 160px;

    text-align: center; 

    -ms-flex: 0 0 160px;
        flex: 0 0 160px;
}
@media (max-width: 1199px)
{
    .cart-table-prd-qty
    {
        max-width: 120px; 

        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    }
}
@media (max-width: 767px)
{
    .cart-table-prd-qty
    {
        max-width: 120px; 

        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    }
}
@media (max-width: 575px)
{
    .cart-table-prd-qty
    {
        max-width: 80px; 

        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    }
}
.cart-table-prd-qty .qty
{
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.cart-table-prd-price
{
    max-width: 230px; 

    -ms-flex: 0 0 230px;
        flex: 0 0 230px;
}
@media (max-width: 1860px)
{
    .cart-table-prd-price
    {
        max-width: 160px; 

        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    }
}
@media (max-width: 1199px)
{
    .cart-table-prd-price
    {
        max-width: 100px; 

        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    }
}

.cart-table-prd--head
{
    font-size: 15px;
    font-weight: 500;
}

.cart-table-prd-price-total
{
  
    font-size: 26px;
    line-height: 1em;

    max-width: 230px;

    text-align: center;
    white-space: nowrap; 

    color: #2e343f;

    -ms-flex: 0 0 230px;
        flex: 0 0 230px;
}
@media (max-width: 1860px)
{
    .cart-table-prd-price-total
    {
        font-size: 22px; 

        max-width: 160px;

        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    }
}
@media (max-width: 1199px)
{
    .cart-table-prd-price-total
    {
        font-size: 18px; 

        max-width: 100px;

        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    }
}

.cart-table-prd-action
{
    max-width: 70px;

    text-align: center; 

    -ms-flex: 0 0 70px;
        flex: 0 0 70px;
}
@media (max-width: 767px)
{
    .cart-table-prd-action
    {
        position: absolute;
        top: 30px;
        right: 0;
    }
}

.cart-table-prd-remove
{
    font-size: 20px;
}
.cart-table-prd-remove [class*='icon']
{
    transition: .2s; 

    color: #f12b2b;
}
.cart-table-prd-remove:hover
{
    text-decoration: none;
}
.cart-table-prd-remove:hover [class*='icon']
{
    color: #2e343f;
}

.cart-table-prd-content-wrap .cart-table-prd-price
{
    margin-top: 0 !important;

    -ms-flex-pack: center;
    justify-content: center;
}

.cart-table-prd-price
{
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin-right: -5px; 
    margin-left: -5px;

    -ms-flex-align: baseline;
    align-items: baseline;
}
.cart-table-prd-price:not(:first-child)
{
    margin-top: 10px;
}
.cart-table-prd-price > *
{
    margin: 0 5px;
}
.cart-table-prd-price .price-old
{
   
    font-size: 16px;
    font-weight: 300;
    line-height: 1em;

    text-decoration: line-through;
}
@media (max-width: 991px)
{
    .cart-table-prd-price .price-old
    {
        font-size: 14px;
    }
}
.cart-table-prd-price .price-new
{
   
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;

    color: #2e343f;
}
@media (max-width: 991px)
{
    .cart-table-prd-price .price-new
    {
        font-size: 18px;
    }
}

.card-text-info
{
    font-size: 13px;
    font-weight: 300; 
    line-height: 19px;
}
.card-text-info h4,
.card-text-info h5,
.card-text-info h6
{
    margin-bottom: 5px;
}
.card-text-info p:not(:first-child)
{
    margin-top: 5px;
}
.card-text-info b
{
    font-size: 15px;
}

.cart-table-prd-content-wrap
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
        flex: 1;
}
.cart-table-prd-content-wrap > *
{
    padding: 0 15px;
}
.cart-table-prd-content-wrap > *:first-child
{
    padding-left: 0;
}
.cart-table-prd-content-wrap > *:last-child
{
    padding-right: 0;
}
@media (max-width: 991px)
{
    .cart-table-prd-content-wrap
    {
        padding-right: 0;
    }
}
@media (max-width: 767px)
{
    .cart-table-prd-content-wrap
    {
            flex-direction: column; 

        -ms-flex-direction: column;
    }
}

@media (max-width: 767px)
{
    .cart-table-prd-info,
    .cart-table-prd-price-total,
    .cart-table-prd-qty
    {
        width: 100%;
        max-width: 100%;
        padding: 0;

        text-align: left; 

        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    }
    .cart-table-prd-price
    {
        max-width: calc(100% - 50px);
        padding-right: 50px;
    }
    .cart-table-prd-info,
    .cart-table-prd-qty
    {
        margin: 0 0 15px;
    }
}

.page404-bg
{
    min-height: 550px !important;
}
@media (max-width: 767px)
{
    .page404-bg
    {
        min-height: 350px !important;
    }
}

.shopping-cart-empty-text
{
    display: none;
}
.shopping-cart-empty-text .page404-bg
{
    min-height: 500px !important;
}
@media (max-width: 767px)
{
    .shopping-cart-empty-text .page404-bg
    {
        min-height: 350px !important;
    }
}
.shopping-cart-empty-text .page404-bg .page404-text
{
    position: relative;
}

.shopping-cart--empty .shopping-cart-empty-text
{
    display: block;
}

.shopping-cart--empty .shopping-cart-content
{
    display: none;
}

@media (min-width: 992px)
{
    .cart-table-under
    {
        margin-right: -30px; 
        margin-left: -30px;
    }
    .cart-table-under > *
    {
        padding: 0 30px;
    }
}

.cart-table.disable-actions .cart-table-prd-remove
{
    pointer-events: none; 

    opacity: 0;
}

@media (min-width: 576px)
{
    .cart-table-under .form-control.textarea--height-200
    {
        height: 272px;
    }
}

.cart-table-under .cart-promo-banner .txt1
{
    font-size: 28px;
}
@media (max-width: 1199px)
{
    .cart-table-under .cart-promo-banner .txt1
    {
        font-size: 26px;
    }
}
@media (max-width: 575px)
{
    .cart-table-under .cart-promo-banner .txt1
    {
        font-size: 24px;
    }
}

.cart-table-under .cart-promo-banner .txt2
{
    font-size: 18px;
}
@media (max-width: 575px)
{
    .cart-table-under .cart-promo-banner .txt2
    {
        font-size: 16px;
    }
}

.cart-table--sm .cart-table-prd-image
{
    max-width: 80px; 

    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
}

.cart-table--sm .cart-table-prd-price-total
{
    font-size: 20px;
}

.cart-table--sm .cart-table-prd-info
{
    -ms-flex: 2;
        flex: 2;
}

.cart-table--sm .cart-table-prd-price,
.cart-table--sm .cart-table-prd-price-total
{
    -ms-flex: 1;
        flex: 1;
}

.cart-table--sm .cart-table-prd-qty
{
    max-width: 80px;

    text-align: center; 

    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
}

@media (max-width: 767px)
{
    .cart-table--sm .cart-table-prd-content-wrap
    {
            flex-direction: row;

        padding: 0; 

        -ms-flex-direction: row;
    }
}

.cart-total-sm
{
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px; 

    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.cart-total-sm > *
{
    padding: 0 10px;
}

/*  10.3. Coming Soon Page  */
.holder-coming-soon
{
    display: -ms-flexbox;
    display: flex;

    min-height: 100vh;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.holder-coming-soon svg
{
    position: relative;
    z-index: 0;

    overflow: visible; 

    width: 500px;
    height: 500px;
}
@media (max-width: 767px)
{
    .holder-coming-soon svg
    {
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 575px)
{
    .holder-coming-soon svg
    {
        width: 300px;
        height: 300px;
    }
}
.holder-coming-soon svg path
{
    transform: scale(2.6);

    fill: #ebfaf8;
}

.coming-soon-block
{
    position: relative;
    z-index: 1;

    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;

    text-align: center;
}

.countdown-box-title
{
    font-size: 50px;
    font-weight: 800;
    line-height: 1em;

    margin: 0;
}
.countdown-box-title:not(:first-child)
{
    margin-top: -90px;
}
@media (max-width: 991px)
{
    .countdown-box-title:not(:first-child)
    {
        margin-top: -80px;
    }
}
@media (max-width: 767px)
{
    .countdown-box-title:not(:first-child)
    {
        margin-top: -70px;
    }
}
@media (max-width: 991px)
{
    .countdown-box-title
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .countdown-box-title
    {
        font-size: 26px;
    }
}

.countdown-box-text,
p.countdown-box-text
{
    font-size: 24px;
    font-weight: 500; 
    line-height: 1.458em;

    position: relative;

    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}
.countdown-box-text:not(:first-child),
p.countdown-box-text:not(:first-child)
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .countdown-box-text:not(:first-child),
    p.countdown-box-text:not(:first-child)
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .countdown-box-text,
    p.countdown-box-text
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .countdown-box-text,
    p.countdown-box-text
    {
        font-size: 16px;
        font-weight: 400;
    }
}
@media (max-width: 575px)
{
    .countdown-box-text,
    p.countdown-box-text
    {
        font-size: 14px;
    }
}

.countdown-box-coming-soon
{
    position: relative;

    transition: opacity .3s ease 0s, visibility .3s linear 0s; 
    text-align: center;
}
@media (max-width: 767px)
{
    .countdown-box-coming-soon
    {
        max-width: 100%;
    }
}
.countdown-box-coming-soon .countdown
{
    position: absolute;

    display: -ms-flexbox;
    display: flex;

    padding: 13px 10px;

    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
}
.countdown-box-coming-soon .countdown:empty
{
    display: none;
}
.countdown-box-coming-soon .countdown > span
{
    font-size: 20px;
    font-weight: 800; 
    line-height: 1.25em;

    position: relative;

    display: inline-block;

    padding: 0 .8em;

    vertical-align: middle;

    color: #fd5397;
}
.countdown-box-coming-soon .countdown > span span
{
    font-size: 5em;
    font-weight: 800;
    line-height: 1em;

    display: block;

    min-width: 1.5em;

    text-align: center;
}
.countdown-box-coming-soon .countdown > span:after
{
    font-size: 2.188em;
    font-weight: 600;
    line-height: 1em;

    position: absolute;
    top: 50%;
    right: -.15em;

    display: block;

    content: ':';
    content: ':'; 
    transform: translateY(-50%);
}
.countdown-box-coming-soon .countdown > span:last-child:after
{
    display: none;
}

@media (max-width: 991px)
{
    .countdown-box-coming-soon .countdown > span
    {
        font-size: 18px;
        font-weight: 700;
    }
    .countdown-box-coming-soon .countdown > span span
    {
        font-size: 4em;

        min-width: 1.4em;
    }
}

@media (max-width: 767px)
{
    .countdown-box-coming-soon .countdown > span
    {
        font-size: 16px;
    }
    .countdown-box-coming-soon .countdown > span span
    {
        font-size: 3em;
        line-height: 1.2em;
    }
}

@media (max-width: 575px)
{
    .countdown-box-coming-soon .countdown > span
    {
        font-size: 15px;
    }
    .countdown-box-coming-soon .countdown > span span
    {
        font-size: 2.4em;
        line-height: 1.2em;
    }
}

.countdown-box-subscribe-form
{
    max-width: 600px;
    margin-right: auto; 
    margin-left: auto;
}
@media (min-width: 576px)
{
    .countdown-box-subscribe-form .row
    {
        margin-right: -10px; 
        margin-left: -10px;
    }
    .countdown-box-subscribe-form .row > *
    {
        padding: 0 10px;
    }
}
.countdown-box-subscribe-form:not(:first-child):not(:first-child)
{
    margin-top: 70px;
}
@media (max-width: 1199px)
{
    .countdown-box-subscribe-form:not(:first-child):not(:first-child)
    {
        margin-top: 50px;
    }
}
@media (max-width: 991px)
{
    .countdown-box-subscribe-form:not(:first-child):not(:first-child)
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .countdown-box-subscribe-form:not(:first-child):not(:first-child)
    {
        margin-top: 30px;
    }
}
.countdown-box-subscribe-form .form-control
{
    border: 1px solid #dedede;
    background-color: #fff;
}
.countdown-box-subscribe-form .form-control:focus
{
    border-color: #fd5397;
}
@media (max-width: 575px)
{
    .countdown-box-subscribe-form .btn
    {
        width: 100%;
    }
}

.countdown-box-login
{
    position: fixed;
    z-index: 3;
    top: 20px;
    right: 20px;
}
@media (max-width: 767px)
{
    .countdown-box-login
    {
        top: 15px;
        right: 15px;
    }
}
.countdown-box-login a
{
    font-size: 33px;

    text-decoration: none; 

    color: #000;
}
.countdown-box-login a:hover
{
    color: #fd5397;
}
@media (max-width: 575px)
{
    .countdown-box-login a
    {
        font-size: 24px;
    }
}

.countdown-box-footer
{
    font-size: 15px;
    line-height: 1.6em; 

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin-top: 90px;

    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1199px)
{
    .countdown-box-footer
    {
        margin-top: 80px;
    }
}
@media (max-width: 991px)
{
    .countdown-box-footer
    {
        margin-top: 70px;
    }
}
@media (max-width: 767px)
{
    .countdown-box-footer
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .countdown-box-footer
    {
        font-size: 14px;
    }
}
.countdown-box-footer-text:not(:first-child)
{
    margin-top: 5px;
}

/*  10.4. Gallery Page  */
.filters
{
    margin: 0 0 25px;
    padding: 0;

    text-align: center;
}
@media (max-width: 575px)
{
    .filters
    {
        margin-bottom: 10px;
    }
}
.filters .filters-label
{
    display: inline-block;

    margin: 0 10px 10px;
}
@media (max-width: 575px)
{
    .filters .filters-label
    {
        margin: 0 7px 10px;
    }
}
.filters .filters-label > a
{
  
    font-size: 16px;
    font-weight: 600; 
    line-height: 20px;

    text-decoration: none;
    text-transform: uppercase;

    color: #2e343f;
}
.filters .filters-label.active > a,
.filters .filters-label:hover > a
{
    color: #fd5397;
}
.filters .filters-label-count
{
    font-weight: 400; 

    padding-left: 7px;

    color: #7e7e7e;
}

.holder.fullwidth .filters
{
    padding-right: 15px; 
    padding-left: 15px;
}

.gallery-wrapper
{
    overflow: hidden;

    margin-bottom: -1px;
}

.gallery-item
{
    position: relative;

    overflow: hidden;

    text-align: center;
}
.gallery-item:hover .gallery-item-caption,
.gallery-item:hover .gallery-item-links
{
    opacity: 1;
}
.gallery-item:hover .gallery-item-link
{
    margin: 0 12px; 

    opacity: 1;
}
.gallery-item:hover .gallery-item-subtitle,
.gallery-item:hover .gallery-item-title
{
    transform: translate3d(0, 0, 0); 

    opacity: 1;
}
.gallery-item:hover .gallery-item-subtitle
{
    transition: all .2s .15s;
}

@media (max-width: 1024px)
{
    body.touch .gallery-item .gallery-item-caption,
    body.touch .gallery-item .gallery-item-links
    {
        opacity: 1;
    }
    body.touch .gallery-item .gallery-item-link
    {
        margin: 0 12px; 

        opacity: 1;
    }
    body.touch .gallery-item .gallery-item-subtitle,
    body.touch .gallery-item .gallery-item-title
    {
        transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
    body.touch .gallery-item .gallery-item-subtitle
    {
        transition: 0;
    }
    body.touch .gallery-item [data-fancybox]
    {
        display: none;
    }
}

.gallery-item-image
{
    position: relative;
}
.gallery-item-image img
{
    display: block;

    width: 100%;
}
.gallery-item-image .foxic-loader
{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;

    transition: opacity .3s .2s; 

    opacity: 1;
}
.gallery-item-image img.lazyloaded + .foxic-loader,
.gallery-item-image img.lazyloading + .foxic-loader
{
    opacity: 0;
}

.gallery-item-caption
{
    position: absolute;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 100%;
    height: 100%;
    padding: 15px;

    transition: .5s; 

    opacity: 0;
    background: rgba(0, 0, 0, .6);

    -ms-flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery-item-caption,
.gallery-item-caption h3,
.gallery-item-caption h4
{
    margin-bottom: 0;
}
.gallery-item-caption > *:not(:first-child)
{
    margin-top: 37px;
}

.gallery-item-subtitle
{
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;

    transition: all .2s; 
    transform: translateY(-15px);

    opacity: 0;
    color: #fff;
}

.gallery-item-title
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;

    transition: all .2s; 
    transform: translateY(-25px);

    opacity: 0;
    color: #fff;
}
.gallery-item-title:not(:first-child)
{
    margin-top: 25px;
}

.gallery-item-links
{
    z-index: 1;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;

    transition: .5s; 

    opacity: 0;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-item-link
{
    font-size: 22px;

    display: -ms-flexbox;
    display: flex;

    width: 63px;
    height: 63px;
    margin: 0 75px;

    cursor: pointer;
    transition: .5s; 
    text-decoration: none;

    opacity: 0;
    color: #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery-item-link:hover,
.gallery-item-link:focus
{
    text-decoration: none; 

    color: #2e343f;
}
.gallery-item-link:hover
{
    transition: .5s; 

    background: white;
}

/*  10.5. Collections Page  */
.collections-wrap
{
    margin-top: -45px;
}
@media (max-width: 767px)
{
    .collections-wrap
    {
        margin-top: -30px;
    }
}
@media (max-width: 575px)
{
    .collections-wrap
    {
        margin-top: -20px;
    }
}

.collection-item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 575px)
{
    .collection-item
    {
        margin-top: 20px;
    }
}
.collection-item .image-container > img
{
    bottom: 0;

    max-width: 100%;
    max-height: 100%; 
    margin: auto;
}

.collection-item-qty
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;

    margin-top: 5px;
    margin-bottom: 0;

    color: #a1a0a0;
}

.collection-item-title
{
    line-height: 1.2em;

    margin-top: 10px;
    margin-bottom: 0;

    text-decoration: none;

    color: #2e343f;
}

.collection-item-img > a
{
    position: absolute;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    text-decoration: none; 

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.collection-item-img
{
    position: relative;
    z-index: 0;

    overflow: hidden; 

    height: 0;
    padding-bottom: calc(7 / 10 * 100%);
}

@media (max-width: 991px)
{
    .collection-item.zoom-out .collection-item-img > a img
    {
        top: 0 !important;

        transform: scale(1) translateY(0px) !important;
    }
}

.collection-item-hover
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;
    padding: 15px 15px 100px;

    transition: .4s;
    pointer-events: none; 

    opacity: 0;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.collection-item-hover > span
{
    transition: .4s; 
    transform: translateY(100px);
}
.collection-item-hover p
{
    font-size: 14px;
    line-height: 22px;

    margin-bottom: 0;

    color: #fff;
}
.collection-item-hover p:not(:first-child)
{
    margin-top: 15px;
}
.collection-item-hover .btn
{
    margin-top: 20px;
}
.collection-item-hover:after
{
    position: absolute;
    z-index: -1; 
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .4;
    background: #000;
}

.collection-grid-2
{
    margin-top: -30px; 
    margin-right: -15px;
    margin-left: -15px;

    text-align: center;
}
.collection-grid-2:not(.slick-slider)
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.collection-grid-2 > .collection-grid-2-item
{
    padding: 0 15px;
}
@media (max-width: 575px)
{
    .collection-grid-2
    {
        margin-top: -20px; 
        margin-right: -10px;
        margin-left: -10px;
    }
    .collection-grid-2 > .collection-grid-2-item
    {
        margin-top: 20px;
        padding: 0 10px;
    }
}

.collection-grid-2-item
{
    margin-top: 30px;
}
.collection-grid-2-item .collection-grid-2-item-inside
{
    display: block;

    text-decoration: none; 

    background-color: #f7f7f8;
}
.collection-grid-2-item img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.collection-grid-2-img.image-container.image-hover-scale img
{
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.collection-grid-2-title
{
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;

    margin-bottom: 10px;

    transition: .2s; 

    color: #2e343f;
}
.collection-grid-2-title:last-child
{
    margin-bottom: 0;
    padding-bottom: 15px;
}
.collection-grid-2-title:hover
{
    color: #fd5397;
}
.collection-grid-2-title:not(:first-child)
{
    margin-top: 15px;
}
@media (max-width: 991px)
{
    .collection-grid-2-title
    {
        font-size: 17px;
        line-height: 22px;
    }
}

.collection-grid-1
{
    margin-top: -24px; 
    margin-right: -12px;
    margin-left: -12px;

    text-align: center;
}

.collection-grid-1-item
{
    margin-top: 24px;
    padding: 0 12px;
}
@media (max-width: 767px)
{
    .collection-grid-1-item
    {
        margin-top: 5px;
    }
}
.collection-grid-1-item .collection-grid-1-item-inside
{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;

    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    padding: 10px;

    cursor: pointer;
    text-decoration: none;

    color: #2e343f; 
    background-color: #fff;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1199px)
{
    .collection-grid-1-item .collection-grid-1-item-inside
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .collection-grid-1-item .collection-grid-1-item-inside
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .collection-grid-1-item .collection-grid-1-item-inside
    {
        font-size: 14px;
    }
}
@media (max-width: 575px)
{
    .collection-grid-1-item .collection-grid-1-item-inside
    {
        font-size: 13px;
    }
}
.collection-grid-1-item [class*='icon']
{
    font-size: 62px;

    transition: .2s;
}
@media (max-width: 1199px)
{
    .collection-grid-1-item [class*='icon']
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .collection-grid-1-item [class*='icon']
    {
        font-size: 56px;
    }
}
@media (max-width: 767px)
{
    .collection-grid-1-item [class*='icon']
    {
        font-size: 50px;
    }
}
@media (max-width: 575px)
{
    .collection-grid-1-item [class*='icon']
    {
        font-size: 46px;
    }
}
.collection-grid-1-item img
{
    width: 100%;
    height: 100%;

    object-fit: cover;
}
.collection-grid-1-item:hover .collection-grid-1-item-inside,
.collection-grid-1-item.active .collection-grid-1-item-inside
{
    color: #fd5397;
}

.collection-grid-1:not(.slick-initialized):not(.collection-grid-1-vertical)
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.collection-grid-1:not(.slick-initialized):not(.collection-grid-1-vertical) .collection-grid-1-item
{
    max-width: 16.666%; 

    -ms-flex: 0 0 16.666%;
        flex: 0 0 16.666%;
}
@media (max-width: 1199px)
{
    .collection-grid-1:not(.slick-initialized):not(.collection-grid-1-vertical) .collection-grid-1-item
    {
        max-width: 20%; 

        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    }
}
@media (max-width: 991px)
{
    .collection-grid-1:not(.slick-initialized):not(.collection-grid-1-vertical) .collection-grid-1-item
    {
        max-width: 25%; 

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
}
@media (max-width: 767px)
{
    .collection-grid-1:not(.slick-initialized):not(.collection-grid-1-vertical) .collection-grid-1-item
    {
        max-width: 33.333%; 

        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    }
}
@media (max-width: 575px)
{
    .collection-grid-1:not(.slick-initialized):not(.collection-grid-1-vertical) .collection-grid-1-item
    {
        max-width: 50%; 

        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    }
}

.collection-grid-1.collection-grid-1-vertical
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .collection-grid-1.collection-grid-1-vertical
    {
            flex-direction: row;

        -ms-flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 767px)
{
    .collection-grid-1.collection-grid-1-vertical .collection-grid-1-item
    {
        max-width: 25%; 

        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    }
}

.collection-grid-3-item
{
    position: relative; 

    display: block !important;
}
.collection-grid-3-item:hover
{
    text-decoration: none;
}

.collection-grid-3 img
{
    display: block;

    max-width: 100%;
    margin: auto;
}

.collection-grid-3-caption
{
    margin-top: 20px;

    text-align: center;
}

.collection-grid-3-caption-bg
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;

    padding: 10px 15px;

    transform: translate(-50%, -50%);
    text-align: center; 

    background: rgba(255, 255, 255, .9);
}

.collection-grid-3-title
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;

    margin-bottom: 5px;

    color: #2e343f;
}

.collection-grid-3-subtitle
{
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;

    margin-bottom: 0;

    color: #8d92a3;
}

/*  10.6. FAQ Page  */
.faq-item + .faq-item
{
    margin-top: 40px;
    padding-top: 44px;

    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e9e9e9;
}
@media (max-width: 767px)
{
    .faq-item + .faq-item
    {
        margin-top: 30px;
        padding-top: 32px;
    }
}

.faq-item:last-child
{
    padding-bottom: 40px;
}
@media (max-width: 767px)
{
    .faq-item:last-child
    {
        padding-bottom: 30px;
    }
}

.faq-item-title
{
    font-size: 23px;
    font-weight: 600;
    line-height: 1.25em;

    margin-bottom: 28px;
}
@media (max-width: 767px)
{
    .faq-item-title
    {
        font-size: 20px; 

        margin-bottom: 23px;
    }
}
@media (max-width: 575px)
{
    .faq-item-title
    {
        font-size: 17px;
    }
}

.faq-item-content,
.faq-item-content p
{
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 767px)
{
    .faq-item-content,
    .faq-item-content p
    {
        font-size: 15px;
        line-height: 23px;
    }
}
.faq-item-content strong,
.faq-item-content b,
.faq-item-content p strong,
.faq-item-content p b
{
    font-weight: 600;
}

.faq-item-content p + p
{
    margin-top: 28px;
}
@media (max-width: 767px)
{
    .faq-item-content p + p
    {
        margin-top: 23px;
    }
}

.faq-item-wrap--noborder .faq-item + .faq-item
{
    padding-top: 0; 

    border: 0;
}

/*  11. Tabs  */
.nav-tabs:not(.tab-category)
{
    display: -ms-flexbox;
    display: flex;

    margin: 0 -18px 10px;
    padding: 0;

    list-style: none;

    border: 0;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.nav-tabs:not(.tab-category):not(:first-child)
{
    margin-top: 30px;
}
.nav-tabs:not(.tab-category) > li
{
    position: relative;

    margin-bottom: 0;
}
.nav-tabs:not(.tab-category) > li a.nav-link
{
    display: block;
}
.nav-tabs:not(.tab-category) > li .nav-link
{
   
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;

    position: relative;

    overflow: hidden;

    padding: 10px 18px;

    transition: .2s; 
    text-align: center;

    color: #000;
    border-color: transparent;
    border-radius: 0;
}
.nav-tabs:not(.tab-category) > li .nav-link:hover
{
    text-decoration: none; 

    color: #000;
}
.nav-tabs:not(.tab-category) > li .nav-link:hover:after
{
    width: calc(100% - 36px);

    background-color: #000;
}
.nav-tabs:not(.tab-category) > li .nav-link.active,
.nav-tabs:not(.tab-category) > li .nav-link.active:hover,
.nav-tabs:not(.tab-category) > li .nav-link.active:focus
{
    padding: 10px 18px;

    color: #000;
}
.nav-tabs:not(.tab-category) > li .nav-link.active:after,
.nav-tabs:not(.tab-category) > li .nav-link.active:hover:after,
.nav-tabs:not(.tab-category) > li .nav-link.active:focus:after
{
    width: calc(100% - 36px);

    background-color: #000;
}
.nav-tabs:not(.tab-category) > li .nav-link .toggle-arrow
{
    display: none;
}
.nav-tabs:not(.tab-category) > li .nav-link:after
{
    position: absolute;
    bottom: .15em;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

    content: '';
    transition: .2s;
    transform: translateX(-50%); 

    background-color: #000;
}
@media (max-width: 767px)
{
    .nav-tabs:not(.tab-category) > li .nav-link:after
    {
        bottom: -.2em;
    }
}

.tab-content
{
    position: relative;
    z-index: 1;

    padding: 25px 0 0;
}
.tab-content input.spr-form-input:not(.spr-starrating),
.tab-content textarea.spr-form-input,
.tab-content .form-control,
.tab-content .select-wrapper select
{
    background-color: #f9f9f9;
}
.tab-content input.spr-form-input:not(.spr-starrating),
.tab-content input.spr-form-input:not(.spr-starrating):focus,
.tab-content textarea.spr-form-input,
.tab-content textarea.spr-form-input:focus,
.tab-content .form-control,
.tab-content .form-control:focus,
.tab-content .select-wrapper select,
.tab-content .select-wrapper select:focus
{
    background-color: #f9f9f9;
}
@media (max-width: 767px)
{
    .tab-content
    {
        padding: 20px 0 0;
    }
}
.tab-content.tab-content--bg
{
    padding: 40px;

    color: #2e343f;
    background: #fff;
}
@media (max-width: 767px)
{
    .tab-content.tab-content--bg
    {
        padding: 20px;
    }
}
.tab-content.tab-content--bg h2,
.tab-content.tab-content--bg h3,
.tab-content.tab-content--bg h4,
.tab-content.tab-content--bg h5,
.tab-content.tab-content--bg h6
{
    color: #2e343f;
}
.tab-content.tab-content--bg .tags-list li a:not(:hover):not(.active)
{
    background-color: #fff;
}
.tab-content.tab-content--bg table
{
    font-size: 14px;
    line-height: 23px;

    color: #2e343f;
    background-color: #fff;
}
.tab-content.tab-content--bg .form-control,
.tab-content.tab-content--bg .form-control:focus
{
    background-color: #fff;
}
.tab-content > .tab-pane
{
    display: none;

    width: 100%;

    border: 0;
}
.tab-content > .tab-pane > *:not(:first-child):not(p):not(.clearfix):not(.row)
{
    margin-top: 35px;
}
@media (max-width: 767px)
{
    .tab-content > .tab-pane > *:not(:first-child):not(p):not(.clearfix):not(.row)
    {
        margin-top: 20px;
    }
}
.tab-content > .tab-pane > p:not(:first-child)
{
    margin-top: 25px;
}
.tab-content > .tab-pane > p + p
{
    margin-top: 20px;
}
.tab-content > .tab-pane:only-child
{
    margin-bottom: 0;
}
.tab-content > .active
{
    display: block;
}

.panel-group--style1:first-child
{
    margin-top: -15px;
}

.panel-group--style1 .panel
{
    background: transparent;
}

.panel-group--style1 .panel-body img
{
    max-width: 100%;
}

.panel-group--style1 .panel-body input.spr-form-input:not(.spr-starrating),
.panel-group--style1 .panel-body textarea.spr-form-input,
.panel-group--style1 .panel-body .form-control,
.panel-group--style1 .panel-body .select-wrapper select
{
    background-color: #f9f9f9;
}
.panel-group--style1 .panel-body input.spr-form-input:not(.spr-starrating),
.panel-group--style1 .panel-body input.spr-form-input:not(.spr-starrating):focus,
.panel-group--style1 .panel-body textarea.spr-form-input,
.panel-group--style1 .panel-body textarea.spr-form-input:focus,
.panel-group--style1 .panel-body .form-control,
.panel-group--style1 .panel-body .form-control:focus,
.panel-group--style1 .panel-body .select-wrapper select,
.panel-group--style1 .panel-body .select-wrapper select:focus
{
    background-color: #f9f9f9;
}

.panel-group--style1 .panel
{
    border: 0;
    box-shadow: none !important;
}

.panel-group--style1 .panel-title,
.panel-group--style1 .panel-heading,
.panel-group--style1 .panel-group .panel
{
    border-radius: 0;
}

.panel-group--style1 .panel-heading
{
    padding: 0;

    border-bottom: 0;
    border-radius: 0;
}
.panel-group--style1 .panel-heading a
{
    display: block;

    padding: 17px 30px 17px 0;

    color: #2e343f;
}
.panel-group--style1 .panel-heading a:hover
{
    color: #2e343f;
}
.panel-group--style1 .panel-heading.active a
{
    color: #2e343f;
}

.panel-group--style1.panel-body-bg .panel-heading a
{
    padding: 17px 40px 17px 12px;
}

.panel-group--style1 .panel-title
{
    font-size: 20px;
    line-height: 24px; 

    margin-bottom: 0;
}

.panel-group--style1 .panel > .panel-heading
{
    position: relative;

    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #f0f0f0;
    background-color: #fff;
}
.panel-group--style1 .panel > .panel-heading .toggle-arrow
{
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;

    display: block;

    width: 50px;
    height: 100%;

    transition: all .2s ease; 
    pointer-events: none;
}
.panel-group--style1 .panel > .panel-heading .toggle-arrow span:first-child
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 15px;
    height: 3px;
    margin-top: 0;
    margin-left: -6px;

    transition: .2s;
    transform: rotate(-90deg); 

    opacity: 1;
    background-color: #2e343f;
}
.panel-group--style1 .panel > .panel-heading .toggle-arrow span:last-child
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 3px;
    height: 15px;
    margin-top: -6px;
    margin-left: 0;

    transition: .35s ease-in-out;
    transform: rotate(-90deg); 

    background-color: #2e343f;
}
.panel-group--style1 .panel > .panel-heading.active .collapsed-content
{
    position: relative;
    top: 0;

    visibility: visible;

    opacity: 1;
}
.panel-group--style1 .panel > .panel-heading.active .toggle-arrow span:first-child
{
    transition: .35s ease-in-out;
    transform: rotate(90deg); 

    opacity: 0;
}
.panel-group--style1 .panel > .panel-heading.active .toggle-arrow span:last-child
{
    transform: rotate(90deg);
}

.panel-group--style1 .panel:first-child > .panel-heading
{
    border-top: 0;
}

.panel-group--style1 .panel + .panel
{
    margin-top: 0;
}

.panel-group--style1 .panel + .panel > .panel-heading
{
    border-top: 0;
}

.panel-group--style1 .panel-heading + .panel-collapse > .panel-body
{
    padding: 20px 0;

    border-top: 0;
}

.panel-group--style1.panel-body-bg .panel-heading + .panel-collapse > .panel-body
{
    padding: 40px;
}
@media (max-width: 767px)
{
    .panel-group--style1.panel-body-bg .panel-heading + .panel-collapse > .panel-body
    {
        padding: 20px;
    }
}

.panel-group--style1.panel-body-bg .panel-heading.active
{
    border-bottom-color: transparent;
}

.panel-group--style1.panel-body-bg .panel-body
{
    color: #2e343f;
    background: #fff;
}
.panel-group--style1.panel-body-bg .panel-body h2,
.panel-group--style1.panel-body-bg .panel-body h3,
.panel-group--style1.panel-body-bg .panel-body h4,
.panel-group--style1.panel-body-bg .panel-body h5,
.panel-group--style1.panel-body-bg .panel-body h6
{
    color: #2e343f;
}
.panel-group--style1.panel-body-bg .panel-body .tags-list li a:not(:hover):not(.active)
{
    background-color: #fff;
}
.panel-group--style1.panel-body-bg .panel-body table
{
    font-size: 14px;
    line-height: 23px;

    border: 25px solid #fff; 
    background: #fff;
}
@media (max-width: 767px)
{
    .panel-group--style1.panel-body-bg .panel-body table
    {
        border-width: 10px;
    }
}
.panel-group--style1.panel-body-bg .panel-body table tr td,
.panel-group--style1.panel-body-bg .panel-body table th td,
.panel-group--style1.panel-body-bg .panel-body table tbody tr td,
.panel-group--style1.panel-body-bg .panel-body table tbody tr th,
.panel-group--style1.panel-body-bg .panel-body table thead tr th,
.panel-group--style1.panel-body-bg .panel-body table thead tr td,
.panel-group--style1.panel-body-bg .panel-body table tfoot tr th,
.panel-group--style1.panel-body-bg .panel-body table tfoot tr td
{
    border: 0;
}
.panel-group--style1.panel-body-bg .panel-body .form-control,
.panel-group--style1.panel-body-bg .panel-body .form-control:focus
{
    background-color: #fff;
}

.panel-group--style2
{
    margin-bottom: -1px;
}
.panel-group--style2 .panel
{
    background: transparent;
}
.panel-group--style2 .panel-body
{
    padding: 20px;

    color: #2e343f;
    background: #fff;
}
.panel-group--style2 .panel-body h2,
.panel-group--style2 .panel-body h3,
.panel-group--style2 .panel-body h4,
.panel-group--style2 .panel-body h5,
.panel-group--style2 .panel-body h6
{
    color: #2e343f;
}
.panel-group--style2 .panel-body img
{
    max-width: 100%;
}
.panel-group--style2 .panel-body .tags-list li a:not(:hover):not(.active)
{
    background-color: #fff;
}
.panel-group--style2 .panel-body input.spr-form-input:not(.spr-starrating),
.panel-group--style2 .panel-body textarea.spr-form-input,
.panel-group--style2 .panel-body .form-control,
.panel-group--style2 .panel-body .select-wrapper select
{
    background-color: #f9f9f9;
}
.panel-group--style2 .panel-body input.spr-form-input:not(.spr-starrating),
.panel-group--style2 .panel-body input.spr-form-input:not(.spr-starrating):focus,
.panel-group--style2 .panel-body textarea.spr-form-input,
.panel-group--style2 .panel-body textarea.spr-form-input:focus,
.panel-group--style2 .panel-body .form-control,
.panel-group--style2 .panel-body .form-control:focus,
.panel-group--style2 .panel-body .select-wrapper select,
.panel-group--style2 .panel-body .select-wrapper select:focus
{
    background-color: #f9f9f9;
}
.panel-group--style2 .panel
{
    border: 0;
    box-shadow: none !important;
}
.panel-group--style2 .panel-title,
.panel-group--style2 .panel-heading,
.panel-group--style2 .panel-group .panel
{
    border-radius: 0;
}
.panel-group--style2 .panel-heading
{
    padding: 0;

    border-bottom: 0;
    border-radius: 0;
    background-color: #f9f9f9;
}
.panel-group--style2 .panel-heading a
{
    display: block;

    padding: 22px 40px 22px 20px;

    color: #2e343f;
}
.panel-group--style2 .panel-heading a:hover
{
    color: #2e343f;
}
.panel-group--style2 .panel-heading.active a
{
    color: #2e343f;
}
.panel-group--style2 .panel-title
{
    font-size: 17px;
    line-height: 24px; 

    margin-bottom: 0;
}
.panel-group--style2 .panel > .panel-heading
{
    position: relative;

    margin-bottom: 1px;
}
.panel-group--style2 .panel > .panel-heading .toggle-arrow
{
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;

    display: block;

    width: 50px;
    height: 100%;

    transition: all .2s ease; 
    pointer-events: none;
}
.panel-group--style2 .panel > .panel-heading .toggle-arrow span:first-child
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 12px;
    height: 2px;
    margin-top: 0;
    margin-left: -5px;

    transition: .2s;
    transform: rotate(-90deg); 

    opacity: 1;
    background-color: #2e343f;
}
.panel-group--style2 .panel > .panel-heading .toggle-arrow span:last-child
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 2px;
    height: 12px;
    margin-top: -5px;
    margin-left: 0;

    transition: .35s ease-in-out;
    transform: rotate(-90deg); 

    background-color: #2e343f;
}
.panel-group--style2 .panel > .panel-heading.active .collapsed-content
{
    position: relative;
    top: 0;

    visibility: visible;

    opacity: 1;
}
.panel-group--style2 .panel > .panel-heading.active .toggle-arrow span:first-child
{
    transition: .35s ease-in-out;
    transform: rotate(90deg); 

    opacity: 0;
}
.panel-group--style2 .panel > .panel-heading.active .toggle-arrow span:last-child
{
    transform: rotate(90deg);
}
.panel-group--style2 .panel + .panel
{
    margin-top: 17px;
}
@media (max-width: 767px)
{
    .panel-group--style2 .panel + .panel
    {
        margin-top: 10px;
    }
}
.panel-group--style2 table
{
    font-size: 14px;
    line-height: 23px;

    margin-right: -15px;
    margin-left: -15px;

    border: 25px solid #fff; 
    background: #fff;
}
@media (max-width: 767px)
{
    .panel-group--style2 table
    {
        border-width: 10px;
    }
}
.panel-group--style2 table tr td,
.panel-group--style2 table th td,
.panel-group--style2 table tbody tr td,
.panel-group--style2 table tbody tr th,
.panel-group--style2 table thead tr th,
.panel-group--style2 table thead tr td,
.panel-group--style2 table tfoot tr th,
.panel-group--style2 table tfoot tr td
{
    border: 0;
}

.params-row
{
    margin: 0;

    list-style: none;
}
.params-row li
{
    display: inline-block;

    min-width: 50px;

    text-align: center;
}

.steps-progress .nav-tabs
{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
@media (max-width: 575px)
{
    .steps-progress .nav-tabs
    {
        margin-bottom: 10px;

        border: 0; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.steps-progress .nav-tabs:not(.tab-category) > li
{
    max-width: 25%;
}
@media (max-width: 575px)
{
    .steps-progress .nav-tabs:not(.tab-category) > li
    {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px; 

        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.steps-progress .nav-tabs:not(.tab-category) > li .nav-link
{
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;

    display: -ms-flexbox;
    display: flex;

    padding: 10px 0;

    transition: .2s; 
    text-align: inherit;
    text-transform: uppercase;

    border: 0;
    background-color: transparent;
}
@media (max-width: 575px)
{
    .steps-progress .nav-tabs:not(.tab-category) > li .nav-link
    {
        -ms-flex-align: center;
        -moz-align-items: center;
             align-items: center;
    }
}
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:hover,
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:focus,
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:active,
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link.active
{
    padding: 10px 0;

    border: 0;
    background-color: transparent;
}
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:hover:after,
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:focus:after,
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:active:after,
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link.active:after
{
    display: none;
}
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:not(.active)
{
    opacity: .3;
}
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link:hover
{
    opacity: 1;
}
.steps-progress .nav-tabs:not(.tab-category) > li .nav-link span:first-child
{
    font-size: 36px;
    font-weight: 400; 

    position: relative;
    top: 3px;

    padding: 0 8px;
}
@media (max-width: 575px)
{
    .steps-progress .nav-tabs:not(.tab-category) > li .nav-link span:first-child
    {
        font-size: 30px; 

        top: -4px;
    }
}

.steps-progress .progress
{
    height: 4px;
    margin-top: -1px;

    border-radius: 0;
}

.steps-progress .progress-bar
{
    background-color: #fd5397;
}

/*  12. Breadcrumbs  */
.breadcrumbs-wrap
{
    background-color: #f9f9f9;
}

.breadcrumbs
{
    padding: 8px 0;

    list-style: none;

    color: #2e343f;
}
.breadcrumbs li
{
    font-size: 14px;
    line-height: 20px; 

    display: inline-block;
}
.breadcrumbs li:first-child
{
    padding-left: 0;
}
.breadcrumbs li:last-child
{
    padding-right: 0;
}
.breadcrumbs li a
{
    white-space: nowrap;
    text-decoration: underline; 

    color: #2e343f;
}
.breadcrumbs li a:hover
{
    text-decoration: none; 

    color: #fd5397;
}
.breadcrumbs li:after
{
   
    font-size: 8px;
    line-height: 20px; 

    position: relative;

    margin-right: -8px;
    padding-right: 12px;
    padding-left: 8px;

    content: '\e919';
    vertical-align: bottom;

    color: #2e343f;
}
.breadcrumbs li:last-child:after
{
    display: none;
}

/*  13. Modals  */
.modal-content
{
    padding: 0; 

    border: 0;
    box-shadow: 0 0 0 0;
}
.modal-content img
{
    max-width: 100%;
}



.modal-info
{
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;

    overflow: hidden;

    max-width: 470px;

    transition: all .7s; 
    transform: translateY(-50px);

    color: #000;
}
.modal-info .modal-icon-info
{
    font-size: 20px;

    display: inline-block;

    padding-right: 12px;

    vertical-align: top;
}
.modal-info .modal-text
{
    display: -ms-flexbox;
    display: flex;
}
.modal-info.modal--simple .modal-content
{
    padding: 45px 40px 30px;
}
@media (max-width: 575px)
{
    .modal-info.modal--simple .modal-content
    {
        padding: 45px 30px 25px;
    }
}

.modal-info a
{
    color: #fd5397;
}

.modal--success .modal-icon-info
{
    color: #2e343f;
}

.modal--error .modal-icon-info
{
    color: #f33f46;
}

.modal--lg
{
    width: 909px;
    max-width: calc(100% - 40px);
}

.modal--quickview .quickview-hidden
{
    display: none;
}

.modal--quickview .prd-block_visitiors,
.modal--quickview .prd-block_viewed
{
    font-size: 10px;
    font-weight: 600;
    line-height: 13px;
}

.modal--quickview .prd-block_viewed-wrap
{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;

    display: -ms-flexbox;
    display: flex;

    color: #282828; 

    -ms-flex-align: center;
    align-items: center;
}
.modal--quickview .prd-block_viewed-wrap:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    opacity: .75; 
    background-color: #fff;
}

.modal--quickview .prd-block_viewed
{
    width: 50%;
    min-width: 0;
    padding: 8px;

    color: #282828;
}
.modal--quickview .prd-block_viewed [class*='icon']
{
    padding-right: 5px;
}
@media (max-width: 767px)
{
    .modal--quickview .prd-block_viewed [class*='icon']
    {
        display: none;
    }
}

.modal--quickview .prd-block_viewed:after
{
    display: none;
}

.modal--quickview .prd-block_viewed--real-time
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modal--quickview .modal-content
{
    overflow: hidden;

    width: 100%; 
    max-width: 100%;
    max-height: 100%;

    border-radius: 5px;
}
@media (max-width: 991px)
{
    .modal--quickview .modal-content
    {
        background-color: #fff;
    }
}
@media (max-width: 767px)
{
    .modal--quickview .modal-content
    {
        border-radius: 0;
    }
}

.modal--quickview .prd-block
{
    max-height: 100%;
}
.modal--quickview .prd-block > .row
{
    max-height: 100%;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
@media (max-width: 991px)
{
    .modal--quickview .prd-block > .row
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.modal--quickview .quickview-gallery
{
    position: -webkit-sticky;
    position:         sticky;
    top: 0;

    height: 100%;

    border-radius: 5px 0 0 5px;
}
@media (max-width: 991px)
{
    .modal--quickview .quickview-gallery
    {
        position: relative;

        border-radius: 5px 5px 0 0;
    }
}
@media (max-width: 767px)
{
    .modal--quickview .quickview-gallery
    {
        position: relative;

        border-radius: 0; 
        background-color: transparent;
    }
}

.modal--quickview .quickview-info
{
    border-radius: 0 5px 5px 5px; 
    background-color: #fff;
}
@media (max-width: 767px)
{
    .modal--quickview .quickview-info
    {
        border-radius: 0;
    }
}

.modal--quickview.fancybox-content
{
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;

    width: 1030px;
    max-width: calc(100% - 60px);
    min-height: 400px;
    max-height: calc(100% - 30px);
    margin: 0 !important;
    padding: 0;

    background: transparent;
}
@media (max-width: 991px)
{
    .modal--quickview.fancybox-content
    {
        width: 500px;
        max-width: calc(100% - 20px);
        height: 100%;
        min-height: 0; 
        max-height: 100%;
    }
}
@media (max-width: 767px)
{
    .modal--quickview.fancybox-content
    {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px)
{
    .modal--quickview.fancybox-content.modal-content--compact
    {
        width: 930px;
    }
}

.modal--quickview .prd-block_info
{
    position: relative;

    padding: 30px 30px;
}
@media (max-width: 991px)
{
    .modal--quickview .prd-block_info
    {
        padding: 20px 30px;
    }
}
@media (max-width: 575px)
{
    .modal--quickview .prd-block_info
    {
        padding: 20px 15px;
    }
}

@media (min-width: 992px)
{
    .modal--quickview .prd-block_info-bottom,
    .modal--quickview .prd-block_info-top
    {
        position: absolute;
        z-index: 1;
        right: 20px;

        width: calc(50% - 20px);
        height: 28px;

        border-radius: 0 0 5px 5px;
        background-color: #fff;
    }
}
@media (min-width: 992px) and (max-width: 991px)
{
    .modal--quickview .prd-block_info-bottom,
    .modal--quickview .prd-block_info-top
    {
        height: 18px;
    }
}

@media (min-width: 992px)
{
    .modal--quickview .prd-block_info-top
    {
        top: -5px;
    }
    .modal--quickview .prd-block_info-bottom
    {
        bottom: 0;
    }
}

@media (max-width: 991px)
{
    .modal--quickview .prd-block_info-bottom,
    .modal--quickview .prd-block_info-top
    {
        display: none;
    }
}

.modal--quickview .prd-block_info .panel-group--style1 .panel-heading
{
    display: none;
}

.modal--quickview .prd-block_info .panel-group--style1 .panel-body
{
    padding: 20px 0 !important;
}

.modal--quickview .prd-block_main-image-holder
{
    overflow: visible;
}

.modal--quickview .prd-block_main-image
{
    z-index: 1;

    background-color: #fff;
}
.modal--quickview .prd-block_main-image img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .modal--quickview .prd-block_main-image
    {
        background-color: transparent;
    }
}

.modal--quickview .product-main-carousel .slick-arrow
{
    opacity: 0;
}

.modal--quickview .prd-block_description
{
    margin-top: 20px;
}

.modal--quickview .prd-block_info--style2 .prd-block_options
{
    margin-top: 20px;
}

.modal--quickview .prd-block_shopping-info [class*='icon']
{
    font-size: 38px;

    height: 39px;
    margin-right: 7px;
}

.modal--quickview .product-main-carousel
{
    transition: height .5s;
}
.modal--quickview .product-main-carousel .ZoomContainer
{
    z-index: 150 !important;
}

.modal--quickview .product-main-carousel:not(.slick-initialized) > * + *
{
    display: none;
}

.modal--quickview .product-main-carousel:not(.slick-initialized) > * + .ZoomContainer
{
    display: block;
}

@media (max-width: 575px)
{
    .modal--quickview .prd-block_actions .btn-wrap
    {
        margin-right: 0; 
        margin-left: 0;
    }
}

@media (min-width: 992px)
{
    .modal--quickview .prd-block--no-previews .prd-block_info-bottom,
    .modal--quickview .prd-block--no-previews .prd-block_info-top
    {
        width: calc(55.5% - 20px);
    }
    .modal--quickview .prd-block--no-previews .prd-block_main-image
    {
        overflow: hidden; 

        border-radius: 5px 0 0 5px;
    }
}

.modal--quickview .prd-block--prv-right .product-previews-carousel
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    width: 90px; 
    height: 100%;
    margin: 0;
    padding: 7px 0 7px 15px;

    transition: 0s;

    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 575px)
{
    .modal--quickview .prd-block--prv-right .product-previews-carousel
    {
        width: 60px;
        padding: 0;
    }
}

.modal--quickview .prd-block--prv-right .prd-block_main-image
{
    overflow: hidden; 

    width: calc(100% - 90px);
    height: 100%;

    border-radius: 0 0 0 5px;
}
@media (max-width: 575px)
{
    .modal--quickview .prd-block--prv-right .prd-block_main-image
    {
        width: calc(100% - 60px);
    }
}

.modal--quickview .prd-block--prv-right .quickview-gallery
{
    display: -ms-flexbox;
    display: flex;

    background-color: #fff;
}

.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev,
.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next
{
    position: static;

    width: 100%;
    height: 30px;
    padding: 0;

    transform: none; 

    background-color: transparent;
}
.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:after,
.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next:after
{
    display: none;
}
@media (min-width: 992px)
{
    .modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev,
    .modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next
    {
        visibility: hidden;
    }
}

.modal--quickview .prd-block--prv-right .product-previews-wrapper:hover .slick-slider.slick-vertical .slick-prev,
.modal--quickview .prd-block--prv-right .product-previews-wrapper:hover .slick-slider.slick-vertical .slick-next
{
    visibility: visible;
}

@media (max-width: 575px)
{
    .modal--quickview .prd-block--prv-right .slick-vertical .slick-slide
    {
        border-top-width: 3px;
        border-bottom-width: 3px;
    }
}

.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev
{
    margin-bottom: auto;
}

.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next
{
    margin-top: auto;
}

.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next:before,
.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:before
{
    font-size: 7px;

    color: #fd5397;
}

.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev:before
{
    content: '\ea05';
}

.modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next:before
{
    content: '\ea04';
}

.modal--quickview .prd-block--prv-bottom .product-previews-carousel
{
    padding: 8px 20px;

    transition: .5s;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .modal--quickview .prd-block--prv-bottom .product-previews-carousel
    {
        background-color: transparent;
    }
}

.modal--quickview .prd-block--prv-bottom .product-previews-carousel:not(.slick-initialized)
{
    overflow: hidden;

    opacity: 0;
}

.modal--quickview .prd-block--prv-bottom .product-previews-carousel.slick-initialized
{
    opacity: 1;
}

.modal--quickview .prd-block--prv-bottom .product-previews-wrapper
{
    padding: 0;
}
.modal--quickview .prd-block--prv-bottom .product-previews-wrapper a
{
    padding: 0 4px;
}
@media (max-width: 575px)
{
    .modal--quickview .prd-block--prv-bottom .product-previews-wrapper a
    {
        padding: 0 6px;
    }
}
.modal--quickview .prd-block--prv-bottom .product-previews-wrapper .slick-prev
{
    left: -4px;
}
@media (max-width: 575px)
{
    .modal--quickview .prd-block--prv-bottom .product-previews-wrapper .slick-prev
    {
        left: 0;
    }
}
.modal--quickview .prd-block--prv-bottom .product-previews-wrapper .slick-next
{
    right: -4px;
}
@media (max-width: 575px)
{
    .modal--quickview .prd-block--prv-bottom .product-previews-wrapper .slick-next
    {
        right: 0;
    }
}

.modal--quickview .product-previews-wrapper
{
    padding: 0;
}

@media (min-width: 992px)
{
    .modal--quickview .corner-modal
    {
        position: absolute;
        right: -8px;
        bottom: -5px;

        width: 13px;
        height: 13px;

        background: #fff;
        background: linear-gradient(45deg, transparent 5px, #fff) bottom left;
        background-image: radial-gradient(circle at 0 100%, rgba(0, 0, 0, 0) 5px, #fff 6px); 
        background-repeat: no-repeat;
        background-size: 50% 50%;
    }
}

.modal--quickview .prd-block_countdown
{
    min-height: 95px; 
    margin-top: 0;

    opacity: 0;
}
.modal--quickview .prd-block_countdown.countdown-init
{
    opacity: 1;

    mun-height: 0;
}

.modal--quickview .countdown-circle
{
    display: none;
}

.modal--quickview .prd-block_label-new,
.modal--quickview .prd-block_label-sale,
.modal--quickview .prd-block_label-outstock
{
    font-size: 15px;
    line-height: 16px;

    bottom: 55px; 

    width: 70px;
    height: 70px;
    padding: 12px 8px;
}
.modal--quickview .prd-block_label-new.prd-block_label--single,
.modal--quickview .prd-block_label-sale.prd-block_label--single,
.modal--quickview .prd-block_label-outstock.prd-block_label--single
{
    bottom: 55px !important;
}

.modal--quickview .prd-block_label-new
{
    bottom: 85px;
}
.modal--quickview .prd-block_label-new:only-child
{
    bottom: 55px;
}

.modal--quickview .prd-block_label-outstock
{
    bottom: 55px;
}

.modal--quickview .prd-block_details
{
    margin-top: 20px;
}

.modal--quickview.modal-quickview--no-previews.fancybox-content
{
    width: 895px;
}

.modal--quickview.modal-quickview--classic .product-previews-carousel:not(.slick-initialized)
{
    max-height: none;
}

@media (min-width: 992px)
{
    .modal--quickview.modal-quickview--classic .quickview-gallery
    {
        position: relative;
    }
    .modal--quickview.modal-quickview--classic.fancybox-content
    {
        max-height: none;
    }
    .modal--quickview.modal-quickview--classic .quickview-info
    {
        max-height: calc(100vh - 60px);
    }
    .modal--quickview.modal-quickview--classic .quickview-gallery,
    .modal--quickview.modal-quickview--classic .prd-block_main-image
    {
        height: auto !important;
    }
    .modal--quickview.modal-quickview--classic .corner-modal
    {
        display: none;
    }
    .modal--quickview.modal-quickview--classic .prd-block > .row
    {
        background-color: #fff;
    }
    .modal--quickview.modal-quickview--classic .quickview-gallery
    {
        background-color: #fff;
    }
    .modal--quickview.modal-quickview--classic .quickview-info
    {
        border-radius: 0 5px 5px 0;
    }
    .modal--quickview.modal-quickview--classic .prd-block_info
    {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; 
        left: 0;
    }
    .modal--quickview.modal-quickview--classic .prd-block_info-top
    {
        display: none;
    }
    .modal--quickview.modal-quickview--classic .prd-block_info-bottom
    {
        width: calc(50% - 20px);

        transform: scaleY(-1);

        background: #fff;
        background: -webkit-gradient(left top, left bottom, color-stop(10%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
        background: linear-gradient(to bottom, #fff 10%, rgba(255, 255, 255, 0) 100%);
    }
    .modal--quickview.modal-quickview--classic .prd-block_info > *:last-child
    {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px)
{
    .modal--quickview.modal-quickview--classic .prd-block_price
    {
        -ms-flex: 0;
            flex: 0;
    }
}

body.touch .modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-prev,
body.touch .modal--quickview .prd-block--prv-right .slick-slider.slick-vertical .slick-next
{
    visibility: visible;
}

.modal--simple
{
    padding: 0;
}
.modal--simple.fancybox-content
{
    overflow: visible;
}
.modal--simple .modal-header
{
    padding: 16px 30px 14px;

    border: 0; 
    background: #fd5397;
}
@media (max-width: 767px)
{
    .modal--simple .modal-header
    {
        padding: 10px 15px 9px;
    }
}
.modal--simple .modal-header-title
{
  
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;

    text-align: center; 

    color: #fff;
}
@media (max-width: 767px)
{
    .modal--simple .modal-header-title
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.modal--simple .modal-header-title [class*='icon']
{
    padding-right: 25px;
}
@media (max-width: 767px)
{
    .modal--simple .modal-header-title [class*='icon']
    {
        display: none;
    }
}
.modal--simple .modal-header .modal-close
{
    font-size: 18px;

    top: 8px;
    right: 20px;

    padding: 10px;

    transition: .2s; 

    color: #fff;
}
.modal--simple .modal-header .modal-close:hover
{
    opacity: .6;
}
.modal--simple .modal-content
{
    padding: 30px 40px;
}
@media (max-width: 991px)
{
    .modal--simple .modal-content
    {
        padding: 20px 30px;
    }
}
@media (max-width: 767px)
{
    .modal--simple .modal-content
    {
        padding: 15px 20px;
    }
}
.modal--simple .modal-body
{
    padding: 0;
}

.fancybox-slide--html .modal--quickview .fancybox-close-small
{
    display: none;
}

.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next
{
    transform: translateY(-60px) scale(1.1); 

    opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current
{
    transform: translate3d(0, 0, 0) scale(1); 

    opacity: 1;
}

.fancybox-is-open .fancybox-bg
{
    opacity: .35;
}

.fancybox-container
{
    z-index: 172;
}

.fancybox-content
{
    overflow: hidden; 

    background-color: #fff;
}

.fancybox-slide--html .fancybox-close-small
{
    font-size: 18px;

    position: absolute;
    top: 8px;
    right: 8px;

    display: -ms-flexbox;
    display: flex;

    width: 26px;
    height: 26px;

    cursor: pointer;
    transition: .2s;

    opacity: .75; 
    color: #fd5397;
    border-radius: 50%;
    background-color: #fff;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fancybox-slide--html .fancybox-close-small svg
{
    display: none;
}
.fancybox-slide--html .fancybox-close-small:hover
{
    opacity: 1;
}

@media (max-width: 767px)
{
    .fancybox-slide--html .modal--quickview .fancybox-close-small
    {
        display: -ms-flexbox;
        display: flex;
    }
    .fancybox-slide--html .modal--quickview .fancybox-close-small
    {
        font-size: 20px;

        z-index: 2; 
        top: 10px;
        right: 10px;

        display: -ms-flexbox;
        display: flex;

        width: 50px;
        height: 50px;

        opacity: 1;
        color: #2e343f;
        background-color: #fff;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .fancybox-slide--html .modal-info-content-sm .fancybox-close-small
    {
        top: 6px;
        right: 5px;
    }
}

.fancybox-slide--html
{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 991px)
{
    .fancybox-slide--html
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .fancybox-slide--html
    {
        padding: 0;
    }
}

.fancybox-thumbs
{
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;

    box-sizing: border-box;
    width: auto;
    height: auto;
    padding: 10px 10px 0 10px;

    background: rgba(0, 0, 0, .3);
}

.fancybox-show-thumbs .fancybox-inner
{
    right: 0;
    bottom: 95px;

    overflow: visible;
}

.payment-notification-wrap
{
    position: absolute;
    bottom: 0;
    left: 20px;

    margin-bottom: 20px;

    transition: .2s;
    pointer-events: none;
}

.payment-notification
{
    position: relative;
    z-index: 1;

    padding: 4px;

    transform: translateY(120%);
    pointer-events: all; 

    opacity: 0;
    border-radius: 50%;
}
.payment-notification:after
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .35; 
    border-radius: 50%;
    background: #647482;
}

.payment-notification-inside
{
    position: relative;
    z-index: 1;

    width: 190px;
    height: 190px;

    border-radius: 50%; 
    background-color: #fff;
}
@media (max-width: 575px)
{
    .payment-notification-inside
    {
        width: 170px;
        height: 170px;
    }
}

.payment-notification-container
{
    padding: 12px;

    text-align: center;
}
@media (max-width: 575px)
{
    .payment-notification-container
    {
        padding: 8px;
    }
}

.payment-notification-image img
{
    overflow: hidden; 

    max-width: 90px;
    max-height: 80px;
}
@media (max-width: 575px)
{
    .payment-notification-image img
    {
        max-width: 75px;
        max-height: 65px;
    }
}

.payment-notification-content
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin: 0;
    padding: 15px 12px; 

    -ms-flex-direction: column;
}
@media (max-width: 575px)
{
    .payment-notification-content
    {
        padding: 12px 8px;
    }
}

.payment-notification-close
{
    font-size: 18px;

    position: absolute;
    top: 5px;
    right: 8px;

    display: -ms-flexbox;
    display: flex;

    width: 34px;
    height: 34px;

    cursor: pointer;
    transition: .2s; 

    color: #2e343f;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .07);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payment-notification-close:hover
{
    text-decoration: none;

    opacity: .75; 
    color: #fff;
    background-color: #fd5397;
}

.payment-notification-qw
{
    font-size: 18px;

    position: absolute;
    right: 8px;
    bottom: 5px;

    display: -ms-flexbox;
    display: flex;

    width: 34px;
    height: 34px;

    cursor: pointer;
    transition: .2s; 

    color: #2e343f;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .07);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.payment-notification-qw:hover
{
    text-decoration: none; 

    opacity: .75;
    color: #fff;
    background-color: #fd5397;
}

.payment-notification-content > * + *
{
    margin-top: 4px;
}

.payment-notification-text
{
    font-size: 10px;
    line-height: 1em;

    color: #2e343f;
}

.payment-notification-name
{
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;

    display: inline-block;
    overflow: hidden;

    max-width: 100%;

    white-space: nowrap;
    text-decoration: none; 
    text-overflow: ellipsis;

    color: #2e343f;
}
.payment-notification-name:hover
{
    text-decoration: none; 

    color: #fd5397;
}

.payment-notification-bottom
{
    display: -ms-flexbox;
    display: flex;

    margin: auto -2px 0;
    padding-top: 15px;
}
.payment-notification-bottom > *
{
    padding-right: 2px; 
    padding-left: 2px;
}

.payment-notification-when
{
    font-size: 11px;
    line-height: 1em;

    color: #fd5397;
}

.payment-notification-from
{
    font-size: 11px;
    line-height: 1em;

    margin-top: 0;

    color: #2e343f;
}

.payment-notification.payment-notification--squared .payment-notification-inside
{
    width: 280px;
    height: auto;

    border-radius: 5px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
}

.payment-notification.payment-notification--squared .payment-notification-container
{
    display: -ms-flexbox;
    display: flex;

    padding: 5px 30px 5px 5px;

    text-align: left;

    -ms-flex-align: center;
    align-items: center;
}

.payment-notification.payment-notification--squared .payment-notification-image img
{
    width: auto;
    height: 100%;

    object-fit: contain;
}

.payment-notification.payment-notification--squared .payment-notification-content
{
    margin: 0;
    padding: 0 10px;
}

.payment-notification.payment-notification--squared .payment-notification-content-wrapper
{
    height: auto;
}

.payment-notification.payment-notification--squared .payment-notification-name
{
    line-height: 1.2em; 

    display: block;

    white-space: normal;
}

.payment-notification.payment-notification--squared .payment-notification-close
{
    font-size: 14px;

    top: 5px;
    right: 5px;

    width: 24px;
    height: 24px;

    box-shadow: none;
}

.payment-notification.payment-notification--squared .payment-notification-qw
{
    font-size: 16px;

    right: 5px;
    bottom: 5px;

    width: 24px;
    height: 24px;

    box-shadow: none;
}

.payment-notification.payment-notification--squared .payment-notification-from
{
    font-size: 11px;
    line-height: 1em;
}

.payment-notification.payment-notification--squared:after
{
    display: none;
}

.popup-addedtocart
{
    position: relative;
    z-index: 3;

    overflow: hidden;

    width: 100%;
    height: 0;

    color: #fff;
    background-color: #fd5397;
    box-shadow: 0 -5px 8px rgba(0, 0, 0, .12);
}
.popup-addedtocart .container
{
    padding-top: 15px;
    padding-bottom: 15px;
}
@media screen and (min-width: 768px)
{
    .popup-addedtocart .container
    {
        position: relative;
    }
}
.popup-addedtocart .container > .row
{
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
@media screen and (max-width: 575px)
{
    .popup-addedtocart .container > .row
    {
        display: block;
    }
}

.popup-addedtocart_logo
{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;
}
.popup-addedtocart_logo img
{
    width: auto; 
    max-height: 60px;
}
@media screen and (max-width: 767px)
{
    .popup-addedtocart_logo
    {
        display: none;
    }
}

.popup-addedtocart_image
{
    display: -ms-flexbox;
    display: flex;

    max-width: 80px; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
}
.popup-addedtocart_image img
{
    max-width: 100%;

    border-radius: 4px;
}
@media screen and (max-width: 575px)
{
    .popup-addedtocart_image
    {
        max-width: 60px; 

        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    }
}

.popup-addedtocart_info
{
    font-size: 15px;
    line-height: 23px; 

    margin-bottom: 0;
}
@media screen and (max-width: 575px)
{
    .popup-addedtocart_info
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.popup-addedtocart_info > .row
{
    margin-right: -10px;
    margin-left: -10px;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
@media screen and (max-width: 575px)
{
    .popup-addedtocart_info > .row
    {
        margin-right: -5px; 
        margin-left: -5px;
    }
}
@media screen and (min-width: 768px)
{
    .popup-addedtocart_info > .row
    {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.popup-addedtocart_info > .row > *
{
    padding: 0 10px;
}
@media screen and (max-width: 575px)
{
    .popup-addedtocart_info > .row > *
    {
        padding: 0 5px;
    }
}
.popup-addedtocart_info a:not(.btn)
{
    color: #fff;
}
.popup-addedtocart_info a:not(.btn):hover,
.popup-addedtocart_info a:not(.btn):focus
{
    text-decoration: underline; 

    color: #fff;
}
.popup-addedtocart_info .popup-addedtocart_text
{
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 575px)
{
    .popup-addedtocart_info .popup-addedtocart_text
    {
        padding-right: 50px;
    }
}

.popup-addedtocart_message a
{
    text-decoration: underline; 

    color: #fff;
}
.popup-addedtocart_message a:hover
{
    text-decoration: none;
}

.popup-addedtocart_actions
{
    font-size: 15px;
    line-height: 23px; 

    position: relative;

    display: -ms-flexbox;
    display: flex;

    margin-left: auto;
    padding-right: 65px;

    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 1200px)
{
    .popup-addedtocart_actions
    {
        text-align: center;
    }
}
@media screen and (min-width: 768px)
{
    .popup-addedtocart_actions
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}
@media screen and (max-width: 991px)
{
    .popup-addedtocart_actions span:first-child
    {
        display: none;
    }
}
@media screen and (max-width: 767px)
{
    .popup-addedtocart_actions
    {
        text-align: left;
    }
}
@media screen and (max-width: 575px)
{
    .popup-addedtocart_actions
    {
        display: none;
    }
}
.popup-addedtocart_actions > span:first-child
{
    padding-right: 5px;
}
.popup-addedtocart_actions > span:not(:first-child)
{
    padding: 0 5px;
}
.popup-addedtocart_actions a.btn
{
    margin-top: 2px;
    margin-bottom: 2px; 
    margin-left: 5px;
}
.popup-addedtocart_actions a.btn:not(:last-child)
{
    margin-right: 5px;
}
.popup-addedtocart_actions a:not(.btn)
{
    text-decoration: underline; 

    color: #fff;
}
.popup-addedtocart_actions a:not(.btn):hover,
.popup-addedtocart_actions a:not(.btn):focus
{
    text-decoration: none; 

    color: #fff;
}
.popup-addedtocart_actions.has-agreement a.btn
{
    margin-bottom: 15px;
}
.popup-addedtocart_actions .btn--grey,
.popup-addedtocart_actions .btn--grey:active,
.popup-addedtocart_actions .btn--grey:active:focus,
.popup-addedtocart_actions .btn--grey:visited,
.popup-addedtocart_actions .btn--grey:focus
{
    color: #2e343f; 
    background-color: #efefef;
}
.popup-addedtocart_actions .btn--grey:hover
{
    color: #fff; 
    background-color: #2e343f;
}
.popup-addedtocart_actions .btn--invert,
.popup-addedtocart_actions .btn--invert:active,
.popup-addedtocart_actions .btn--invert:active:focus,
.popup-addedtocart_actions .btn--invert:visited,
.popup-addedtocart_actions .btn--invert:focus
{
    color: #fff; 
    background-color: #2e343f;
}
.popup-addedtocart_actions .btn--invert:hover
{
    color: #2e343f; 
    background-color: #efefef;
}

.popup-addedtocart-close
{
    font-size: 36px;

    position: absolute;
    z-index: 1;
    top: 0;
    right: 8px;
    bottom: 0;

    display: -ms-flexbox;
    display: flex;

    width: 50px;

    cursor: pointer;

    color: #fff; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup-addedtocart-close:hover,
.popup-addedtocart-close:focus
{
    color: #fff;
}
.popup-addedtocart-close:hover
{
    text-decoration: none;

    opacity: .7;
}
@media screen and (max-width: 575px)
{
    .popup-addedtocart-close
    {
        font-size: 28px; 

        right: 3px;
        bottom: auto;

        height: 50%;
    }
}

.popup-addedtocart-cart
{
    display: none;
}

@media screen and (max-width: 575px)
{
    .popup-addedtocart-cart
    {
        font-size: 21px;

        position: absolute;
        z-index: 1;
        right: 12px;
        bottom: 8px;

        display: -ms-flexbox;
        display: flex;

        width: 30px;
        height: 30px;

        cursor: pointer;

        color: #fd5397; 
        border-radius: 50%;
        background-color: #fff;

        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.popup-addedtocart_title
{
    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
}

.popup-addedtocart_error_message
{
    display: none;
}

.popup-addedtocart.has-error
{
    background-color: #f33f46;
}
.popup-addedtocart.has-error .popup-addedtocart_message,
.popup-addedtocart.has-error .popup-addedtocart_title,
.popup-addedtocart.has-error .popup-addedtocart_image,
.popup-addedtocart.has-error .popup-addedtocart_actions
{
    display: none;
}
.popup-addedtocart.has-error .popup-addedtocart_error_message
{
    display: block;
}
.popup-addedtocart.has-error:not(.closed)
{
    display: -ms-flexbox;
    display: flex;

    min-height: 80px;

    -ms-flex-align: center;
    align-items: center;
}

.sticky-addcart
{
    position: relative;
    z-index: 2;

    overflow: hidden; 

    width: 100%;
    height: 0;

    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
}
.sticky-addcart .container
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.sticky-addcart .row
{
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.sticky-addcart.options-off .sticky-addcart_info
{
    max-width: 20%;
}
@media screen and (max-width: 1860px)
{
    .sticky-addcart.options-off .sticky-addcart_info
    {
        max-width: 20%;
    }
}
@media screen and (max-width: 1199px)
{
    .sticky-addcart.options-off .sticky-addcart_info
    {
        max-width: 35%;
    }
}
@media screen and (max-width: 991px)
{
    .sticky-addcart.options-off .sticky-addcart_info
    {
        max-width: 50%;
    }
}
@media screen and (max-width: 575px)
{
    .sticky-addcart.options-off .sticky-addcart_info
    {
        max-width: none;

        -ms-flex: auto;
            flex: auto;
    }
}
.sticky-addcart .popup-selectoptions-close
{
    font-size: 36px;

    position: absolute;
    z-index: 1;
    top: 0;
    right: 8px;
    bottom: 0;

    display: -ms-flexbox;
    display: flex;

    width: 50px;
    padding: 0;

    cursor: pointer; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sticky-addcart .popup-selectoptions-close:hover
{
    text-decoration: none;

    opacity: .7;
}
@media screen and (max-width: 575px)
{
    .sticky-addcart .popup-selectoptions-close
    {
        font-size: 30px; 

        right: 3px;
    }
}
.sticky-addcart .prd-block_shopping-info-wrap
{
    width: 100%;
    max-width: 600px;
}
@media screen and (max-width: 1199px)
{
    .sticky-addcart .prd-block_shopping-info-wrap .prd-block_shopping-info-compact:nth-child(n+3)
    {
        display: none;
    }
}

.popup-selectoptions
{
    color: #2e343f;
    background-color: #fff;
}
@media screen and (min-width: 768px)
{
    .popup-selectoptions .container
    {
        position: relative;
    }
}
.popup-selectoptions .container .row
{
    padding-right: 45px;
}
@media screen and (max-width: 575px)
{
    .popup-selectoptions .container .row
    {
        padding-right: 40px;
    }
}
.popup-selectoptions.options-off .sticky-addcart_info
{
    max-width: 20%;
}
@media screen and (max-width: 1860px)
{
    .popup-selectoptions.options-off .sticky-addcart_info
    {
        max-width: 20%;
    }
}
@media screen and (max-width: 1199px)
{
    .popup-selectoptions.options-off .sticky-addcart_info
    {
        max-width: 35%;
    }
}
@media screen and (max-width: 991px)
{
    .popup-selectoptions.options-off .sticky-addcart_info
    {
        max-width: 50%;
    }
}
@media screen and (max-width: 575px)
{
    .popup-selectoptions.options-off .sticky-addcart_info
    {
        max-width: none;

        -ms-flex: auto;
            flex: auto;
    }
}
.popup-selectoptions .prd-block_shopping-info-wrap
{
    width: 100%;
    max-width: 600px;
}
@media screen and (max-width: 1199px)
{
    .popup-selectoptions .prd-block_shopping-info-wrap .prd-block_shopping-info-compact:nth-child(n+3)
    {
        display: none;
    }
}
.popup-selectoptions .popup-selectoptions-close
{
    font-size: 36px;

    position: absolute;
    z-index: 1;
    top: 0;
    right: 8px;
    bottom: 0;

    display: -ms-flexbox;
    display: flex;

    width: 50px;
    padding: 0;

    cursor: pointer;

    color: #2e343f; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup-selectoptions .popup-selectoptions-close:hover
{
    text-decoration: none;

    opacity: .7; 
    color: #fd5397;
}
@media screen and (max-width: 575px)
{
    .popup-selectoptions .popup-selectoptions-close
    {
        font-size: 30px; 

        right: 3px;
    }
}
.popup-selectoptions .sticky-addcart_error_message
{
    display: none;
}
.popup-selectoptions > .container > .row
{
    margin-right: -10px;
    margin-left: -10px;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
@media screen and (max-width: 575px)
{
    .popup-selectoptions > .container > .row
    {
        margin-right: -5px; 
        margin-left: -5px;
    }
}
@media screen and (min-width: 768px)
{
    .popup-selectoptions > .container > .row
    {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.popup-selectoptions > .container > .row > *
{
    padding: 0 10px;
}
@media screen and (max-width: 575px)
{
    .popup-selectoptions > .container > .row > *
    {
        padding: 0 5px;
    }
}

.popup-selectoptions.has-error .sticky-addcart_price,
.popup-selectoptions.has-error .sticky-addcart_title,
.popup-selectoptions.has-error .sticky-addcart_image,
.popup-selectoptions.has-error .sticky-addcart_actions,
.popup-selectoptions.has-error .sticky-addcart_options
{
    display: none;
}

.popup-selectoptions.has-error .sticky-addcart_info
{
    display: block;

    max-width: 100%; 

    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}

.popup-selectoptions.has-error .sticky-addcart_error_message
{
    display: block;

    text-align: center;

    color: #f33f46;
}

.sticky-addcart_title
{
    font-size: 16px;
    line-height: 24px; 

    margin-bottom: 0;
}
.sticky-addcart_title a
{
    color: #2e343f;
}
.sticky-addcart_title a:hover
{
    color: #fd5397;
}
@media screen and (max-width: 991px)
{
    .sticky-addcart_title
    {
        font-size: 15px;
        font-weight: 500; 
        line-height: 20px;
    }
}
@media screen and (max-width: 767px)
{
    .sticky-addcart_title
    {
        display: none;
    }
}

.sticky-addcart_price
{
    display: -ms-flexbox;
    display: flex;

    margin: 10px -5px 0; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.sticky-addcart_price > *
{
    margin: 0 5px;
}
.sticky-addcart_price--old
{
    font-size: 16px;

    text-decoration: line-through;

    color: #2e343f;
}
.sticky-addcart_price--actual,
.sticky-addcart_price--special
{
   
    font-size: 20px;
    font-weight: 600;

    color: #2e343f;
}
@media screen and (max-width: 767px)
{
    .sticky-addcart_price
    {
        margin-top: 0;
    }
}

.sticky-addcart_image
{
    display: -ms-flexbox;
    display: flex;

    max-width: 80px;
    min-height: 58px; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
}
.sticky-addcart_image img
{
    max-width: 100%;

    border-radius: 4px;
}
@media screen and (max-width: 575px)
{
    .sticky-addcart_image
    {
        max-width: 60px; 

        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    }
}

.sticky-addcart_image--zoom > a
{
    position: relative;

    display: inline-block;

    width: 100%;
}
.sticky-addcart_image--zoom > a:after,
.sticky-addcart_image--zoom > a:before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: .3s; 

    opacity: 0;
}
.sticky-addcart_image--zoom > a:after
{
    z-index: 1;

    content: '';

    border-radius: 4px; 
    background-color: rgba(0, 0, 0, .5);
}
.sticky-addcart_image--zoom > a:before
{
    font-family: 'icon-foxic';
    font-size: 20px;

    z-index: 2;

    display: -ms-flexbox;
    display: flex;

    content: '\e9ef';

    color: #fff; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sticky-addcart_image--zoom > a:hover:after,
.sticky-addcart_image--zoom > a:hover:before
{
    opacity: 1;
}

.sticky-addcart_options
{
    -ms-flex: 1;
        flex: 1;
}
@media screen and (max-width: 575px)
{
    .sticky-addcart_options
    {
        padding: 0;
    }
}

.sticky-addcart_actions
{
    display: -ms-flexbox;
    display: flex;

    margin-left: auto; 

    -ms-flex-align: center;
    align-items: center;
}
.sticky-addcart_actions .prd-block_qty .option-label
{
    font-size: 15px; 

    padding-right: 7px;
}
@media screen and (max-width: 1199px)
{
    .sticky-addcart_actions .prd-block_qty
    {
        display: none !important;
    }
}
@media screen and (max-width: 767px)
{
    .sticky-addcart_actions .btn
    {
        padding-right: 20px; 
        padding-left: 20px;
    }
}
@media screen and (min-width: 576px)
{
    .sticky-addcart_actions .prd-block_qty + .btn-wrap
    {
        margin-left: 15px;
    }
}
.sticky-addcart_actions .btn
{
    min-width: 160px;
}
@media screen and (max-width: 767px)
{
    .sticky-addcart_actions .btn
    {
        min-width: 130px;
        padding: 15px;
    }
}

@media (max-width: 991px) and (min-width: 576px)
{
    .sticky-addcart_info
    {
        padding: 0;
    }
}

@media screen and (max-width: 575px)
{
    .sticky-addcart:not(.options-off) .sticky-addcart_info
    {
        display: none;
    }
}

.sticky-addcart .prd-block_qty
{
    display: -ms-flexbox;
    display: flex; 

    -ms-flex-align: center;
    align-items: center;
}
.sticky-addcart .prd-block_qty .qty-changer input[type='text'],
.sticky-addcart .prd-block_qty .qty-changer input[type='number']
{
    font-size: 17px;
    line-height: 36px; 

    width: 36px;
    min-width: 36px;
    margin: 0;
}
.sticky-addcart .prd-block_qty .qty
{
    position: relative;

    padding-right: 22px;
}
.sticky-addcart .prd-block_qty .qty button
{
    position: absolute;
    right: 0;
}
.sticky-addcart .prd-block_qty .qty .increase
{
    top: 0;
}
.sticky-addcart .prd-block_qty .qty .decrease
{
    bottom: 0;
}

.form-notification
{
    width: 667px;
    max-width: calc(100% - 30px);
    padding: 73px 50px;

    text-align: center;

    border-radius: 5px; 
    background-color: #fff;
}
@media screen and (max-width: 767px)
{
    .form-notification
    {
        padding: 50px 30px;
    }
}
.form-notification-icon
{
    font-size: 52px;

    position: relative;
    z-index: 2;

    display: -ms-inline-flexbox;
    display: inline-flex;

    width: 100px;
    height: 100px;

    color: #fd5397;
    border-radius: 50%;
    background-color: #f9f9f9; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form-notification-icon:not(:first-child)
{
    margin-top: 35px;
}
@media screen and (max-width: 767px)
{
    .form-notification-icon:not(:first-child)
    {
        margin-top: 25px;
    }
}
.form-notification-icon .icon-success
{
    position: relative;
    top: -5px;
}
.form-notification-text
{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.24em;

    position: relative;
    z-index: 2;

    color: #2e343f;
}
@media screen and (max-width: 767px)
{
    .form-notification-text
    {
        font-size: 22px;
    }
}
@media screen and (max-width: 575px)
{
    .form-notification-text
    {
        font-size: 20px;
    }
}
.form-notification-text:not(:first-child)
{
    margin-top: 35px;
}
@media screen and (max-width: 767px)
{
    .form-notification-text:not(:first-child)
    {
        margin-top: 25px;
    }
}
.form-notification.has-error .form-notification-icon
{
    color: #f33f46;
}
.form-notification.has-error .form-notification-text
{
    color: #2e343f;
}
.form-notification.has-error .circle_decor
{
    fill: #f33f46;
}
.form-notification.has-error .fancybox-close-small
{
    color: #f33f46;
}
.form-notification.has-error + .form-control-wrap
{
    margin-bottom: 45px;
}
.form-notification.has-error ul
{
    position: relative;
    z-index: 2;
}

.fancybox-toolbar
{
    top: 10px; 
    right: 10px;
}
.fancybox-toolbar > button
{
    border-radius: 50%;
}
.fancybox-toolbar > button:hover
{
    opacity: .5;
}

.fancybox-loading
{
    border-width: 2px;
}

.fancybox-button
{
    color: #fff; 
    background: #fd5397;
}
.fancybox-button:hover
{
    color: #fff; 
    background: #2e343f;
}
.fancybox-button[data-fancybox-zoom],
.fancybox-button[data-fancybox-thumbs],
.fancybox-button[data-fancybox-play]
{
    display: none !important;
}

.fancybox-navigation .fancybox-button
{
    top: calc(50% - 25px);

    display: -ms-flexbox;
    display: flex;

    width: 50px;
    height: 50px;
    padding: 0;

    border-radius: 50%;
    background-color: #fff; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fancybox-navigation .fancybox-button:before
{
    font-family: icon-foxic;
    font-size: 32px;
    line-height: 1em;

    position: relative;

    transition: .2s;

    opacity: 1;
    color: #2d2c2c;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left
{
    left: 15px;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:before
{
    content: '\e94c';
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right
{
    right: 15px;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:before
{
    content: '\e94b';
}
.fancybox-navigation .fancybox-button[disabled]
{
    opacity: .5;
}
.fancybox-navigation .fancybox-button:hover:not([disabled])
{
    background: #2e343f;
}
.fancybox-navigation .fancybox-button:hover:not([disabled]):before
{
    color: #fff;
}
.fancybox-navigation .fancybox-button > div
{
    display: none;
}

.fancybox-infobar
{
    color: #fff;
}

.fancybox--light .fancybox-button--zoom
{
    display: none !important;
}

.fancybox--light .fancybox-bg
{
    background: #fff;
}

.fancybox--light.fancybox-is-open .fancybox-bg
{
    opacity: .95;
}

.fancybox--light .fancybox-caption
{
   
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;

    padding: 15px;

    text-transform: uppercase;

    color: #2e343f;
    background: #fff;
}

.fancybox--light .fancybox-caption:after
{
    display: none;
}

.fancybox--light .fancybox-infobar
{
    color: #2e343f;

    mix-blend-mode: unset;
}

.fancybox--light .fancybox-button
{
    background: #fd5397;
}
.fancybox--light .fancybox-button:hover
{
    color: #fff;
    background: #2e343f;
}

.fancybox--light .fancybox-button,
.fancybox--light .fancybox-button:link,
.fancybox--light .fancybox-button:visited
{
    color: #fff;
}

.fancybox--light .fancybox-button.disabled,
.fancybox--light .fancybox-button.disabled:hover,
.fancybox--light .fancybox-button[disabled],
.fancybox--light .fancybox-button[disabled]:hover
{
    opacity: .35; 
    color: #fff;
}

.fancybox--light .fancybox-caption__body
{
    overflow: visible;
}

.fancybox--light .fancybox-thumbs
{
    background-color: transparent;
}

.modal-info-content
{
    max-width: calc(100% - 30px);

    border-radius: 5px;
}
.modal-info-content.fancybox-content
{
    padding: 60px;
}
@media screen and (max-width: 575px)
{
    .modal-info-content.fancybox-content
    {
        padding: 30px;
    }
}
.modal-info-content .fancybox-close-small
{
    font-size: 24px;

    color: #000;
}
.modal-info-content .fancybox-close-small:hover
{
    color: #fd5397;
}

.modal-info-content-lg
{
    width: 861px;
}

.modal-info-content-sm
{
    width: 506px;
}

.modal-info-content-xs
{
    width: 450px;
}

.modal-info-heading
{
    text-align: center;
}
.modal-info-heading h2
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.233em; 

    margin-bottom: 35px;
}
@media screen and (max-width: 575px)
{
    .modal-info-heading h2
    {
        font-size: 24px;
    }
}
.modal-info-heading h2:not(:first-child)
{
    margin-top: 18px;
}
.modal-info-heading [class*='icon']
{
    font-size: 44px; 

    color: #fd5397;
}
.modal-info-heading [class*='icon'] + *
{
    margin-top: 18px;
}

.modal-hidden
{
    position: absolute;
    right: 0;
    bottom: 0; 
    left: 0;

    pointer-events: none;
}

.fancybox-close-small + .fancybox-close-small
{
    display: none !important;
}

@media screen and (min-width: 576px)
{
    .popupLeavePage .popup-col1
    {
        padding-right: 20px; 
        padding-left: 50px;
    }
    .popupLeavePage .popup-col1:last-child
    {
        padding-right: 50px; 
        padding-left: 50px;
    }
    .popupLeavePage .popup-col2
    {
        padding: 20px 50px 50px 30px;
    }
    .popupLeavePage .prd-grid.prd-carousel
    {
        min-height: 370px;
    }
    .fancybox-slide--html .popupLeavePage .fancybox-close-small
    {
        top: 5px;
        right: 5px;
    }
}

@media screen and (max-width: 575px)
{
    .popupLeavePage .popup-col1
    {
        padding: 30px;
    }
    .popupLeavePage .popup-col2
    {
        padding: 0 30px 50px 30px;
    }
}

/*  14. Side Images  */
body
{
    position: relative;
}

.side-fixed
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    width: 100%;

    pointer-events: none;
}
.side-fixed svg
{
    width: 40vw;
    height: 40vw;
}
.side-fixed .left-fixed svg
{
    transform: translate3d(-65%, 0, 0);
}
.side-fixed .right-fixed svg
{
    transform: translate3d(65%, 0, 0);
}

@media (max-width: 1620px)
{
    .side-fixed
    {
        display: none;
    }
}

.left-fixed
{
    position: absolute;
    top: 0;
    bottom: 0; 
    left: -20px;

    width: 100%;
}

.left-fixed > *
{
    position: absolute;
    left: 0; 

    height: 100vh;
}
.left-fixed > *:nth-child(1)
{
    top: 1250px;
}
.left-fixed > *:nth-child(2)
{
    top: 2500px;
}

.left-fixed img
{
    position: absolute;
    top: 0;
    left: 0;

    animation: smRotate_l 7s infinite;
}

.right-fixed
{
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;

    width: 100%;

    text-align: right;
}

.right-fixed > *
{
    position: relative;
    right: 0; 

    height: 100vh;
}
.right-fixed > *:nth-child(1)
{
    top: 850px;
}
.right-fixed > *:nth-child(2)
{
    top: 1200px;
}

.right-fixed img
{
    position: absolute;
    top: 0;
    right: 0;

    animation: smRotate_r 7s infinite;
}

@keyframes smRotate_l
{
    50%
    {
        transform: rotate(-7deg);
    }
}

@keyframes smRotate_r
{
    50%
    {
        transform: rotate(7deg);
    }
}

/*  15. Plugins  */
.slick-slider
{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}

.slick-list.draggable
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.slick-slide:focus
{
    outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

@media (min-width: 768px)
{
    [data-slick]:not(.slick-initialized)
    {
        opacity: 0;
    }
    [data-slick].slick-initialized
    {
        opacity: 1;
    }
    .slick-slide
    {
        display: block;

        opacity: 0;
    }
    .slick-initialized .slick-slide
    {
        opacity: 1;
    }
}

.slick-track
{
    margin: 0 auto;

        touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    z-index: 1;
    top: 50%;

    display: block;

    width: 27px;
    height: 27px;
    padding: 0;

    cursor: pointer;
    transition: opacity .2s; 
    transform: translate(0, -50%);

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-prev:hover:not(.slick-disabled),
.slick-next:hover:not(.slick-disabled)
{
    color: transparent; 
    outline: none;
    background: transparent;
}
.slick-prev:hover:not(.slick-disabled):before,
.slick-next:hover:not(.slick-disabled):before
{
    opacity: 1;
    color: #fd5397;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'icon-foxic';
    font-size: 27px;
    line-height: 1;

    transition: .2s; 

    opacity: 1;
    color: #2d2c2c;
}

.slick-disabled
{
    cursor: auto !important;

    opacity: .3;
}

.slick-prev
{
    left: -5px;
}
.slick-prev:before
{
    content: '\e94c';
}

.slick-next
{
    right: -5px;
}
.slick-next:before
{
    content: '\e94b';
}

.slick-arrows-aside-simple.slick-arrows-white .slick-prev:before,
.slick-arrows-aside-simple.slick-arrows-white .slick-next:before
{
    color: #fff;
}

.slick-arrows-aside-simple.slick-arrows-white .slick-prev:hover:before,
.slick-arrows-aside-simple.slick-arrows-white .slick-next:hover:before
{
    color: #fff;
}

@media (max-width: 767px)
{
    .slick-arrows-mobile-lg:not(.bnr-grid) .slick-prev
    {
        right: auto; 
        left: 0;
    }
    .slick-arrows-mobile-lg:not(.bnr-grid) .slick-next
    {
        right: 0;
        left: auto;
    }
    .bnr-grid.slick-arrows-mobile-lg .slick-prev
    {
        right: auto; 
        left: 15px;
    }
    .bnr-grid.slick-arrows-mobile-lg .slick-next
    {
        right: 15px;
        left: auto;
    }
}

@media (max-width: 1199px)
{
    .slick-arrows-tablet .slick-prev,
    .slick-arrows-tablet .slick-next
    {
        font-size: 0;
        line-height: 0;

        position: absolute;
        z-index: 1;

        display: block;

        width: 44px;
        height: 44px;
        margin-top: -22px;
        padding: 0;

        cursor: pointer;
        transform: none;

        border-radius: 50%; 
        background: rgba(255, 255, 255, .7);
    }
    .slick-arrows-tablet .slick-prev:hover:not(.slick-disabled),
    .slick-arrows-tablet .slick-next:hover:not(.slick-disabled)
    {
        background: white;
    }
    .slick-arrows-tablet .slick-prev:before,
    .slick-arrows-tablet .slick-next:before
    {
        font-size: 26px;
        line-height: 44px;

        display: inline-block;

        opacity: 1; 
        color: #282828;
    }
    .slick-arrows-tablet .slick-prev:hover:not(.slick-disabled):before,
    .slick-arrows-tablet .slick-next:hover:not(.slick-disabled):before
    {
        opacity: 1; 
        color: #282828;
    }
    .slick-arrows-tablet .slick-prev
    {
        right: auto; 
        left: 0;
    }
    .slick-arrows-tablet .slick-next
    {
        right: 0;
        left: auto;
    }
}

@media (max-width: 767px)
{
    .slick-arrows-mobile .slick-prev,
    .slick-arrows-mobile .slick-next
    {
        font-size: 0;
        line-height: 0;

        position: absolute;
        z-index: 1;

        display: block;

        width: 44px;
        height: 44px;
        margin-top: -22px;
        padding: 0;

        cursor: pointer;
        transform: none;

        border-radius: 50%; 
        background: rgba(255, 255, 255, .7);
    }
    .slick-arrows-mobile .slick-prev:hover:not(.slick-disabled),
    .slick-arrows-mobile .slick-next:hover:not(.slick-disabled)
    {
        background: white;
    }
    .slick-arrows-mobile .slick-prev:before,
    .slick-arrows-mobile .slick-next:before
    {
        font-size: 26px;
        line-height: 44px;

        display: inline-block;

        opacity: 1; 
        color: #2e343f;
    }
    .slick-arrows-mobile .slick-prev:hover:not(.slick-disabled):before,
    .slick-arrows-mobile .slick-next:hover:not(.slick-disabled):before
    {
        opacity: 1; 
        color: #2e343f;
    }
    .slick-arrows-mobile .slick-prev
    {
        right: auto; 
        left: 0;
    }
    .slick-arrows-mobile .slick-next
    {
        right: 0;
        left: auto;
    }
}

.slick-arrows-circle .slick-arrow
{
    position: absolute;
    top: 50%;

    width: auto;
    height: 48px;
    margin-top: -24px;

    color: #2e343f;
}

.slick-arrows-circle .slick-prev
{
    left: 0;
}

.slick-arrows-circle .slick-next
{
    right: 0;
}

.slick-arrows-circle .slick-prev,
.slick-arrows-circle .slick-next
{
    transition: .2s;
    transform: none;
}
.slick-arrows-circle .slick-prev:hover:before,
.slick-arrows-circle .slick-prev:hover:not(.slick-disabled):before,
.slick-arrows-circle .slick-next:hover:before,
.slick-arrows-circle .slick-next:hover:not(.slick-disabled):before
{
    color: #fff;
    background-color: #fd5397;
}
.slick-arrows-circle .slick-prev:before,
.slick-arrows-circle .slick-next:before
{
    font-size: 20px;

    position: absolute;
    top: 0;

    display: -ms-flexbox;
    display: flex;

    width: 48px;
    height: 48px;

    transition: .2s; 

    opacity: 1;
    color: #2e343f;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .55);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-arrows-circle .slick-prev:before
{
    left: 0;

    padding-right: 2px; 

    content: '\e907';
}

.slick-arrows-circle .slick-next:before
{
    right: 0;

    content: '\e919';
}

.slick-arrows-circle .slick-prev
{
    left: 15px;
}

.slick-arrows-circle.container-fluid .slick-prev
{
    left: 15px;
}

.slick-arrows-circle .slick-next
{
    right: 15px;
}

.slick-arrows-circle.container-fluid .slick-next
{
    right: 15px;
}

.carousel-arrows
{
    position: relative;
    z-index: 1;
}
.carousel-arrows .slick-prev,
.carousel-arrows .slick-next
{
    top: 50%;

    transform: translate(0, -50%);
}
.carousel-arrows .slick-prev:before,
.carousel-arrows .slick-next:before
{
    font-size: 28px;

    color: #2e343f;
}
.carousel-arrows .slick-prev:hover:not(.slick-disabled):before,
.carousel-arrows .slick-next:hover:not(.slick-disabled):before
{
    color: #fd5397;
}
.carousel-arrows .slick-next
{
    right: 0; 
    left: auto;
}
.carousel-arrows .slick-next:before
{
    content: '\e94b';
}
.carousel-arrows .slick-prev
{
    right: 25px; 
    left: auto;
}
.carousel-arrows .slick-prev:before
{
    content: '\e94c';
}

.carousel-arrows.carousel-arrows--center .slick-prev,
.carousel-arrows.carousel-arrows--center .slick-next,
.text-center > .carousel-arrows .slick-prev,
.text-center > .carousel-arrows .slick-next
{
    top: 0;

    transform: translate(0);
}

.slick-arrows-right
{
    padding-right: 65px;
}
.slick-arrows-right .slick-prev,
.slick-arrows-right .slick-next
{
    top: 50%;
    right: 0; 
    left: auto;

    width: 44px;
    height: 44px;

    background: #fff;
}
.slick-arrows-right .slick-prev:before,
.slick-arrows-right .slick-next:before
{
    font-size: 16px;

    color: #000;
}
.slick-arrows-right .slick-prev:hover:not(.slick-disabled):before,
.slick-arrows-right .slick-next:hover:not(.slick-disabled):before
{
    color: #000;
}
.slick-arrows-right .slick-next
{
    transform: translateY(-49px);
}
.slick-arrows-right .slick-prev
{
    transform: translateY(10px);
}

.slick-slider.slick-vertical .slick-prev,
.slick-slider.slick-vertical .slick-next
{
    top: auto;
    bottom: -25px;
}

.slick-slider.slick-vertical .slick-prev
{
    left: 5px;
}
.slick-slider.slick-vertical .slick-prev:before
{
    content: '\e94c';
}

.slick-slider.slick-vertical .slick-next
{
    top: 0; 
    left: 50%;
}
.slick-slider.slick-vertical .slick-next:before
{
    content: '\e94b';
}

.slick-dotted .slick-slider
{
    margin-bottom: 10px;
}

.slick-dots
{
    position: absolute;
    bottom: 10px;

    display: block;

    width: 100%; 
    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 8px 5px;
    padding: 0;

    cursor: pointer;
    pointer-events: all;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 5px;
    height: 5px;
    margin: 5px;
    padding: 0;

    cursor: pointer;
    transition: .15s; 

    color: transparent;
    border: 0;
    border-radius: 50%;
    outline: none;
    background-color: #bfbfbf;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li:not(.slick-active) button:hover
{
    background-color: #fd5397;
}
.slick-dots li.slick-active button
{
    width: 15px;
    height: 15px;
    margin: 0;

    border-width: 2px;
    border-style: solid;
    border-color: #fd5397;
    background-color: transparent;
}

.slick-dots li:only-child
{
    display: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.slick-slide
{
    will-change: transform;
}

.slick-slider[class*='-carousel'] .slick-dots
{
    position: relative;

    display: none; 

    margin: 50px auto 0;
}
.slick-slider[class*='-carousel'] .slick-dots[style]
{
    display: block;
}

@media (max-width: 1199px)
{
    .slick-slider[class*='-carousel'] .slick-dots
    {
        margin-top: 30px;
    }
}

.ps__scrollbar-x-rail
{
    display: none !important;
}

.animated
{
    animation-duration: 1s;

    animation-fill-mode: both;
}

.animated.infinite
{
    animation-iteration-count: infinite;
}

@keyframes fadeIn
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

.fadeIn
{
    animation-name: fadeIn;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInDown
{
    from
    {
        transform: translate3d(0, -100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: none; 

        opacity: 1;
    }
}

.fadeInDown
{
    animation-name: fadeInDown;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInDownBig
{
    from
    {
        transform: translate3d(0, -2000px, 0); 

        opacity: 0;
    }
    to
    {
        transform: none; 

        opacity: 1;
    }
}

.fadeInDownBig
{
    animation-name: fadeInDownBig;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInLeft
{
    0%
    {
        transform: translate3d(-400px, 0, 0);

        opacity: 0;
    }
    100%
    {
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}

.fadeInLeft
{
    animation-name: fadeInLeft;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInLeftBig
{
    from
    {
        transform: translate3d(-2000px, 0, 0); 

        opacity: 0;
    }
    to
    {
        transform: none; 

        opacity: 1;
    }
}

.fadeInLeftBig
{
    animation-name: fadeInLeftBig;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInRight
{
    0%
    {
        transform: translate3d(400px, 0, 0);

        opacity: 0;
    }
    100%
    {
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}

.fadeInRight
{
    animation-name: fadeInRight;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInRightBig
{
    from
    {
        transform: translate3d(2000px, 0, 0); 

        opacity: 0;
    }
    to
    {
        transform: none; 

        opacity: 1;
    }
}

.fadeInRightBig
{
    animation-name: fadeInRightBig;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInUp
{
    from
    {
        transform: translate3d(0, 100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: none; 

        opacity: 1;
    }
}

.fadeInUp
{
    animation-name: fadeInUp;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInUpBig
{
    from
    {
        transform: translate3d(0, 2000px, 0); 

        opacity: 0;
    }
    to
    {
        transform: none; 

        opacity: 1;
    }
}

.fadeInUpBig
{
    animation-name: fadeInUpBig;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInTop
{
    0%
    {
        transform: translate3d(0, -400px, 0);

        opacity: 0;
    }
    50%
    {
        opacity: .2;
    }
    100%
    {
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}

.fadeInTop
{
    animation-name: fadeInTop;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeInBottom
{
    0%
    {
        transform: translate3d(0, 400px, 0);

        opacity: 0;
    }
    50%
    {
        opacity: .2;
    }
    100%
    {
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
}

.fadeInBottom
{
    animation-name: fadeInBottom;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}

.fadeOut
{
    animation-name: fadeOut;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutLeft
{
    0%
    {
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
    100%
    {
        transform: translate3d(-400px, 0, 0);

        opacity: 0;
    }
}

.fadeOutLeft
{
    animation-name: fadeOutLeft;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutLeftBig
{
    from
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(-2000px, 0, 0); 

        opacity: 0;
    }
}

.fadeOutLeftBig
{
    animation-name: fadeOutLeftBig;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutRight
{
    0%
    {
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
    100%
    {
        transform: translate3d(400px, 0, 0);

        opacity: 0;
    }
}

.fadeOutRight
{
    animation-name: fadeOutRight;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutRightBig
{
    from
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(2000px, 0, 0); 

        opacity: 0;
    }
}

.fadeOutRightBig
{
    animation-name: fadeOutRightBig;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutTop
{
    0%
    {
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
    40%
    {
        opacity: .2;
    }
    100%
    {
        transform: translate3d(0, -300px, 0);

        opacity: 0;
    }
}

.fadeOutTop
{
    animation-name: fadeOutTop;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutTopBig
{
    0%
    {
        transform: translate3d(0, 0, 0);

        opacity: 1;
    }
    40%
    {
        opacity: .2;
    }
    100%
    {
        transform: translate3d(0, -2000px, 0);

        opacity: 0;
    }
}

.fadeOutTopBig
{
    animation-name: fadeOutTop;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutBottom
{
    from
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, 100%, 0); 

        opacity: 0;
    }
}

.fadeOutBottom
{
    animation-name: fadeOutBottom;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutBottomBig
{
    from
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, 2000px, 0); 

        opacity: 0;
    }
}

.fadeOutBottomBig
{
    animation-name: fadeOutBottomBig;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutTop
{
    from
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, -100%, 0); 

        opacity: 0;
    }
}

.fadeOutTop
{
    animation-name: fadeOutTop;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes fadeOutTopBig
{
    from
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, -2000px, 0); 

        opacity: 0;
    }
}

.fadeOutTopBig
{
    animation-name: fadeOutTopBig;
    animation-timing-function: cubic-bezier(.455, .03, .515, .955);
}

@keyframes driveInLeft
{
    0%
    {
        transform: translate3d(-800px, 0, 0); 
        animation-timing-function: cubic-bezier(.165, .84, .44, 1);

        opacity: 0;
    }
    30%
    {
        opacity: 1;
    }
    60%
    {
        transform: translate3d(60px, 0, 0); 
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    100%
    {
        transform: translate3d(0, 0, 0); 
        animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    }
}

.driveInLeft
{
    animation-name: driveInLeft;
    animation-duration: 2s;
}

/*  new style */
.has-error .error-content {
    color: red !important;
    float: left;
    width: 100%;
}


.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}


.right-menu a[aria-expanded=false]:after {
    content: "\F067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    float: right;
  }
  
  .right-menu a[aria-expanded=true]:after {
    content: "\F068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8125rem;
    float: right;
  }
  
  .sidebar-block_content .main-manu {
    display: block;
    background-color: #f2f2f2;
    color: #212529;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
    text-decoration: none;
  
    font-size: 0.875rem;
    font-weight: 600;
  }
  
  .sidebar-block_content .main-manu img {
    width: 16px;
    margin-right: 7px;
    margin-bottom: 4px;
  }
  
  .sidebar-block_content .main-manu .fas {
    float: right;
    display: block;
    color: #dee2e6;
    margin-top: 5px;
  }
  
  .right-menu .sub-manu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .right-menu .sub-manu .unorder-list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .right-menu .sub-manu .unorder-list .list-item a {
    display: block;
    padding: 0px 20px;
    text-decoration: none;
    line-height: 25px;
  }
  
  .right-menu .sub-manu .unorder-list .list-item a:hover {
    color: #3E5902;
  }
  
  .right-menu .sub-manu .unorder-list .list-item a .fas {
    margin-right: 7px;
  }
  
  .right-menu .color-range-main {
    border: 1px solid #dee2e6;
    padding: 20px 15px;
    margin-top: 30px;
  }
  
  .right-menu .color-range-main h5 {
  
    font-size: 0.875rem;
    font-weight: 600;
  }
  
  .right-menu .color-range-main .color-range ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
  }
  
  .right-menu .color-range-main .color-range ul li {
    display: inline-block;
    margin-right: 2px;
  }
  
  .right-menu .color-range-main .color-range ul li a {
    display: block;
    padding: 10px 10px;
  }
  
  .right-menu .color-range-main .color-range ul li .black {
    background-color: #111;
  }
  
  .right-menu .color-range-main .color-range ul li .dark-blue {
    background-color: #09057d;
  }
  
  .right-menu .color-range-main .color-range ul li .light-blue {
    background-color: #1d18f8;
  }
  
  .right-menu .color-range-main .color-range ul li .choclate {
    background-color: #7d0006;
  }
  
  .right-menu .color-range-main .color-range ul li .dark-pink {
    background-color: #7f057e;
  }
  
  .right-menu .color-range-main .color-range ul li .purple {
    background-color: #8017f8;
  }
  
  .right-menu .color-range-main .color-range ul li .red {
    background-color: #f90018;
  }
  
  .right-menu .color-range-main .color-range ul li .light-pink {
    background-color: #f90080;
  }
  
  .right-menu .color-range-main .color-range ul li .pink {
    background-color: #fa13f9;
  }
  
  .right-menu .size-range-main {
    border: 1px solid #dee2e6;
    padding: 20px 15px;
    margin-top: 30px;
  }
  
  .right-menu .size-range-main h5 {
  
    font-size: 0.875rem;
    font-weight: 600;
  }
  
  .right-menu .size-range-main .size-range ul {
    display: flex;
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
  }
  
  .right-menu .size-range-main .size-range ul li a {
    padding-top: 3px !important;
    margin: 0 2px;
    width: 30px;
    padding: 0;
    height: 30px;
  }
  
  .right-menu .size-range-main .size-range ul li .size-btn {
    background-color: #e9ecef;
    border-color: #c1c9d0;
  }
  
  .right-menu .size-range-main .size-range ul li .size-btn:hover {
    background-color: #fff;
    color: #212529;
  }
  
  .right-menu .img-main {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .item-quantity {
    width: 100px;
    height: 44px;
}
.item-quantity .input-group-btn {
    float: left;
    width: 30px;
}
.item-quantity .input-group-btn button {
    display: block;
    height: 21px;
    padding: 0 10px;
    font-size: 10px;
    border: 1px solid #f7f7f8;
}
.notifications {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    width: 190px;
    background-color: black;
    margin-left: -95px;
    color: white;
    padding: 20px;
    text-align: center;
    z-index: 999999;
}

.special-position-4
{
    display: block !important;
    left: 30%;
    top: 34%;
}
.special-position-2
{
    display: block !important;
    left: 12%;
    top: 54%;
}
.special-position-1
{
    display: block !important;
    left: 49%;
    top: 80%;
}
.special-position-5
{
    display: block !important;
    left: 26%;
    top: 72%;
}
.special-position-6
{
    display: block !important;
    left: 70%;
    top: 50%;
}
.special-position-3
{
    display: block !important;
    left: 86%;
    top: 63%;
}
.special-position
{
    display: none;
}

.color-range-main {
    border: 1px solid #dee2e6;
    padding: 20px 15px;
    margin-top: 30px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.color-range-main .form-check-label {
    margin-bottom: 0;
}
.color-range-main .form-check {
    position: relative;
    padding-left: 1.25rem;
    justify-content: left !important;
}
.range-slider-main {
    border: 1px solid #dee2e6;
    padding: 20px 15px 10px 15px;
    margin-top: 30px;
}
.range-slider-main .main-manu {
    display: block;
    background-color: #f2f2f2;
    color: #212529;
    border: 1px solid #dee2e6;
    padding: 5px 10px;
    text-decoration: none;
   
    font-size: 0.875rem;
    font-weight: 600;
}
.range-slider-main .main-manu {
    padding: 0 !important;
    border: none !important;
}

 .unorder-list {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
.unorder-list .list-item a {
    display: block;
    padding: 0px 20px;
    text-decoration: none;
    line-height: 25px;
}
 .unorder-list .list-item a .fa {
    margin-right: 7px;
}

.sidebar-block ul.category-list li .lista {
    font-size: 13px;
    line-height: 16px;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    min-height: 25px;
    padding: 5px 0 4px 25px;
    text-decoration: none;
    color: #2e343f;
}

.range-slider-main .form-inline .form-group span .form-control {
    display: flex;
    width: 75px;
    padding: 5px;
    height: calc(2.0625rem - 5px);
}
.range-slider-main .form-inline .form-group span font:first-child {
    float: left;
}
.range-slider-main .form-inline .form-group span font {
    margin-top: 4px;
    margin-right: 10px;
}
.range-slider-main .form-inline .form-group {
    display: block;
}
.range-slider-main .form-inline {
    justify-content: center;
}
.range-slider-main  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
}
.range-slider-main .form-inline .form-group font {
    float: left;
    margin-top: 0px;
    margin-left: 10px;
}

.right-menu .color-range-main {
    border: 1px solid #dee2e6;
    padding: 20px 15px;
    margin-top: 30px;
}



