/*
Theme Name: Mary and Me
Theme URI: https://www.maryandme.com.au/
Author: LEP Digital
Author URI: https://lep.digital/
Description: Custom theme for Mary and Me website.
Version: 1.0
Text Domain: mary-and-me
*/


/** Table of Contents:

* 1.0 - Fonts
* 2.0 - Icon fonts
* 3.0 - Useful classes
* 4.0 - General
    * 4.1 - Buttons
    * 4.2 - Forms
    * 4.3 - Star Rating
    * 4.4 - Pagination
* 5.0 - Mobile menu
* 6.0 - Header
* 7.0 - Footer
* 8.0 - Home
* 9.0 - Find store
* 10.0 - Brand Story
* 11.0 - Adjust
* 12.0 - Product page
* 13.0 - Internal pages
* 14.0 - Contact page
*/

/* 1.0 - Fonts
=============================== */
/*@font-face {
    font-family: 'AvenirBook';
    src: url('fonts/AvenirBook.eot');
    src: url('fonts/AvenirBook.eot') format('embedded-opentype'),
         url('fonts/AvenirBook.woff2') format('woff2'),
         url('fonts/AvenirBook.woff') format('woff'),
         url('fonts/AvenirBook.ttf') format('truetype'),
         url('fonts/AvenirBook.svg#AvenirBook') format('svg');
}
@font-face {
    font-family: 'DINBoldAlternate';
    src: url('fonts/DINBoldAlternate.eot');
    src: url('fonts/DINBoldAlternate.eot') format('embedded-opentype'),
         url('fonts/DINBoldAlternate.woff2') format('woff2'),
         url('fonts/DINBoldAlternate.woff') format('woff'),
         url('fonts/DINBoldAlternate.ttf') format('truetype'),
         url('fonts/DINBoldAlternate.svg#DINBoldAlternate') format('svg');
}
@font-face {
    font-family: 'AvenirBook';
    src: url('fonts/AvenirBook.eot');
    src: url('fonts/AvenirBook.eot') format('embedded-opentype'),
         url('fonts/AvenirBook.woff2') format('woff2'),
         url('fonts/AvenirBook.woff') format('woff'),
         url('fonts/AvenirBook.ttf') format('truetype'),
         url('fonts/AvenirBook.svg#AvenirBook') format('svg');
}
@font-face {
    font-family: 'FreightDispBold';
    src: url('fonts/FreightDispBold.eot');
    src: url('fonts/FreightDispBold.eot') format('embedded-opentype'),
         url('fonts/FreightDispBold.woff2') format('woff2'),
         url('fonts/FreightDispBold.woff') format('woff'),
         url('fonts/FreightDispBold.ttf') format('truetype'),
         url('fonts/FreightDispBold.svg#FreightDispBold') format('svg');
}

@font-face {
    font-family: 'kevinwildfont';
    src: url('fonts/kevinwildfont.eot');
    src: url('fonts/kevinwildfont.eot') format('embedded-opentype'),
         url('fonts/kevinwildfont.woff2') format('woff2'),
         url('fonts/kevinwildfont.woff') format('woff'),
         url('fonts/kevinwildfont.ttf') format('truetype'),
         url('fonts/kevinwildfont.svg#kevinwildfont') format('svg');
}*/


/* 2.0 - Icon fonts
=================================== */
@font-face {
  font-family: 'icomoon';
  src:  url('icon-fonts/icomoon.eot?93mom8');
  src:  url('icon-fonts/icomoon.eot?93mom8#iefix') format('embedded-opentype'),
    url('icon-fonts/icomoon.ttf?93mom8') format('truetype'),
    url('icon-fonts/icomoon.woff?93mom8') format('woff'),
    url('icon-fonts/icomoon.svg?93mom8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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


.icon-arrow-right:before {
  content: "\e905";
}
.icon-search:before {
  content: "\e903";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-arrow-right-thick:before {
  content: "\e902";
}
.icon-menu:before {
  content: "\e90f";
}
.icon-close:before {
  content: "\e90d";
}
.icon-info-circle:before {
  content: "\e907";
}
.icon-chevron-with-circle-left:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e906";
}
.icon-chevron-with-circle-right:before {
  content: "\e900";
}
.icon-chevron-with-circle-left:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e906";
}
.icon-chevron-with-circle-down:before {
  content: "\e904";
}


.icon-worldw-deliv:before{
    content: url('images/worldw.png');
    display: inline-block;
}
.icon-return:before{
    content: url('images/return.png');
    display: inline-block;
}
.icon-warranty:before{
    content: url('images/waranty.png');
    display: inline-block;
}
.icon-shop:before{
    content: url('images/shop-icon.png');
    display: inline-block;
    bottom: -6px;
    position: relative;
    margin-right: 10px;
}


/* 3.0 - Useful classes
=================================== */
.clear-list{
    list-style: none;
    margin-left: 0;
}
.clear-bg{
    background: none!important;
}
.page-content{
    padding-top: 100px;
    position: relative;
}
.scroll-down{
    text-align: center;
    position: absolute;
    left: 46%;
    top: 25px;
}
.scroll-down > span{
    font-size: 30px;
    transition: all .3s linear;
}
@keyframes to-bottom{
    0%{transform: translateY(-15px);}
    100%{transform: translateY(0);}
}
.scroll-down:hover > span{
    animation: to-bottom .3s linear;
}
.images-group{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.breadcrumbs{
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 13px 15px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}
.breadcrumbs li{
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-family: AvenirBook;
    float: none;
}
.breadcrumbs li:not(:last-child)::after{
    top: -3px;
    font-size: 1em;
    font-family: AvenirBook;
    color: #b2b2b2;
}
.breadcrumbs li a{
    text-transform: uppercase;
    font-size: inherit;
    color: #b2b2b2;
}
.big-text{
    font-size: 1.33em;
    word-spacing: 3px;
}
@media screen and (max-width: 40em){
    .breadcrumbs{
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .breadcrumbs li{
        font-size: 13px;
    }
    .section-gaps{
        padding-left: 10px;
        padding-right: 10px;
    }

}

/* 4.0 - General
=================================== */
body, p{
    font-size: 18px;
    line-height: 1.5;
    font-family: AvenirBook;
    word-spacing: 1px;
}
p{
    margin-bottom: 25px;
}
h1{
	font-family: DINBoldAlternate;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-bottom: 34px;
}
h2{
	font-family: DINBoldAlternate;
    font-size: 42px;
    line-height: 1.4;
    text-transform: uppercase;
    vertical-align: top;
}
h3{
    font-size: 28px;
    text-transform: uppercase;
}
h4{
    font-size: 24px;
    font-family: DINBoldAlternate;
    text-transform: uppercase;
}
h5{
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: AvenirBook;
}
h6{
    font-size: 16px;
    font-family: DINBoldAlternate;
    text-transform: uppercase;
    letter-spacing: 2px;
}
a{
    font-family: AvenirBook;
}
.row{
    max-width: 1404px;
    position: relative;
}
@media screen and (max-width: 64em){
    h1{
        font-size: 45px;
    }
    h4{
        font-size: 20px;
    }
}
@media screen and (max-width: 40em){
    h1{
        font-size: 34px;
        letter-spacing: 6px;
    }
    h2{
        font-size: 32px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        line-height: 1;
        margin-bottom: 0;
        letter-spacing: 1px;
    }
    body, p{
        font-size: 16px;
        line-height: 1.37;
        letter-spacing: .5px;
    }
}
/***** 4.1 - Buttons *****/
.button{
    background: #000;
    color: #fff;
    border: 2px solid #000;
    font-size: 15px;
    text-transform: uppercase;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    font-family: DINBoldAlternate;
    position: relative;
    text-align: center;
}
.home .button:after{
    content: "\e906";
    font-family: icomoon;
    margin-left: 20px;
}
.button:hover{
    background: #fff;
    color: #000;
}
.button.tiny{
    font-size: 12px;
    letter-spacing: 2px;
}
.button-white{
    background: #fff;
    color: #000;
    border-color: #000;
}
.button-white:hover{
    background: #000;
    color: #fff;
}
/***** 4.2 - Forms *****/
.search-fomr{
    padding-right: 15px;
}
.search-fomr input{
    margin-bottom: 0;
    background: none;
    border: none;
    font-family: AvenirBook;
    font-size: 14px;
}
.search-fomr button{
    color: #a8a8a8;
    transform: translate(-130%, 9px);
}
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search']:not(.s),
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea{
    box-shadow: none;
    height: 54px;
    border-color: #e3e3e3;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
}
textarea{
    height: 185px;
    resize: none;
    margin-bottom: 32px;
}
select{
    height: 54px;
    border-color: #e3e3e3;
    color: #636363;
    padding-left: 20px;
    padding-right: 20px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #636363;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #636363;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #636363;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #636363;
}
/* 5.0 - Mobile menu
================================ */
/*.mobile-menu{
    display: none;
}*/
.menu-left-container{
    float: right;
    width: 100%;
}
#menu-left{
      text-align: right;
}
.menu-toggle {
      font-size: 15px;
    font-family: AvenirBook;
    text-transform: uppercase;
    border: none;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    transition: all 0.8s ease;
    position: absolute;
    top: 24px;
    left: 65px;
    z-index: 100;
    cursor: pointer;
    }
   .close-toggle{
    left: 0;
        -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    display: none;
   }
    .open .close-toggle{
        left: 235px;
        color: #fff;
        display: block;
    }
    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        padding: 20px;
        width: 250px;
        left: -250px;
        background-color: #fff;
        min-height: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        z-index: 10000;
    }
    .mobile-menu li{
        padding: 5px 0;
    }
    .mobile-menu li a{
        display: block;
    }
    .open .mobile-menu {
        left: 0;
            padding-top: 30px;
    }
    .open .close-toggle{
        left: 250px;
    }
    .open .icon-close{
        z-index: 10;
            padding: 10px;
            background: #000;
            left: 250px;
    }
    .open .icon-close.mt{
        display: none;
    }
.mobile-menu li{
       width: 100% !important;
    display: block;
}
.open .close-toggle{
     position: fixed;
    top: 37%;
    }
@media only screen and (min-width: 1650px) {
    .open .mobile-menu{
        left: 255px;
    }
    .open .close-toggle {
        left: 506px;
    }
}
@media only screen and (max-width: 63.9375em) {

    .header-menu{

        position: relative;
    }
    .header-menu .menu{
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        position: relative;
    overflow-y: hidden;

    }
    .header-menu ::-webkit-scrollbar {
         background: transparent;
    }
    .bx-wrapper .shrink{
      background: #000;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
            display: inline-flex;
         padding-right: 0;
    }
    .header-top-bar .bx-wrapper .bx-viewport{
        border: 0;
        box-shadow: none;
        background: none;
        margin-bottom: 0 !important;
    }
    .header-top-bar .topbar-item > span{
        position: absolute;
        left: 0;
        top: 2px;

    }
     .header-top-bar .topbar-item, .header-top-bar a{
        line-height: 27px;
        padding-left: 40px;
     }

     .header-top{
        background: #000;
     }

}
@media screen and (max-width: 40em){
    .menu-toggle{
        color: #fff;
        background: #000;
      left: 40px;
      top: 36px;
    font-size: 14px;
    }
    .menu-icon::after{
        display: none;
    }
    .mobile-menu .menu{
        display: block;
    }
    .menu-icon{
        height: auto;
    }
    .mobile-menu .menu a{
        color: #000;
        font-size: 14px;
    }
    .open .close-toggle {
        left: 250px;
    }
    .menu-primary-nav-container{
        padding-left: 15px;
    }
    .header-top-bar .topbar-item, .header-top-bar a{
        display: block !important;
        /*color: rgba(255, 255, 255, 0.62) !important;*/
        font-size: 10px !important;
    }
    .icon-warranty:before {
        content: url(images/waranty-mob.PNG) !important;
    }
    .icon-return:before {
        content: url(images/return-mob.PNG)!important;
    }
    .icon-worldw-deliv:before {
        content: url(images/worldw-mob.PNG)!important;
    }
    .header-top-bar .topbar-item, .header-top-bar a{
        padding-left: 15px;
     }
     .header-top-bar .topbar-item > span{
        top: 5px;
     }

}

/* 6.0 - Header
=================================== */
.header-top-bar{
    background: #f7f7f7;
}
.header-top-bar .topbar-item,
.header-top-bar a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-transform: uppercase;
    color: #666666;
    font-size: 13px;
    font-family: AvenirBook;
}
.header-top-bar .topbar-item > span{
    margin-right: 10px;
}
.top-bar-left > .row > .columns{
    padding: 9px 25px 8px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}
.header-top-bar .top-bar-right a{
    color: #fff;
}
.header-logo{
    margin-bottom: 0;
    line-height: 1;
    font-size: 26px;
}
.menu > li{
    padding: 11px 0;
}
.menu > li > a{
    font-size: 16px;
    font-family: AvenirBook;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding: 0;
    transition: all .2s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.menu > li > a:hover{
    border-color: inherit;
}
.menu > li > a > span{
    margin: 0 5px;
    font-size: 26px;
}
.header-bottom{
    padding-top: 310px;
    padding-bottom: 72px;
    background-repeat: no-repeat;
/*    background-size: 100% ;*/
    background-position: 100% 0;
}
.header-top{
    padding-top: 22px;
    padding-bottom: 34px;
}
@media screen and (max-width: 64em){
    .header-logo{
        text-align: center;
    }
    .mid-head-mob{
        position: relative;

     }
     .search-mob{
         float: left;
        position: absolute;
        top: 10px;
     }
     .cart-mob{
         float: right;
        position: absolute;
        right: 0;
        top: 4px;
     }
     .cart-mob span{
          color: #fff;
        font-size: 12px;
        position: absolute;
        top: 10px;
        right: 6px;
     }
     .search-mob input[type="text"] {
        width: 0;
        position: absolute;
        opacity: 0;
        right: 30px;
        top: -9px;
    }
     .search-mob.active input[type="text"]{
            width: 235px;
        opacity: 1;
        height: 40px;
        left: 25px;
     }
    .search-mob #searchsubmit{
        background: url(images/search-mob.png) no-repeat;
        width: 21px;
        height: 21px;
        text-indent: -9999px;
        display: inline-block;
        box-shadow: none;
        border: 0;
        position: relative;
        outline: none;
    }
}
@media screen and (max-width: 40em){
    .header-bottom{
        padding-top: 224px;
        padding-bottom: 0;
    }
    .header-logo img{
        /*width: 175px;*/
        max-width: 85%;
    }
    .menu > li > a{
        font-size: 11px;
     }
     .cart-mob span{
        top: 7px;
     }
}

/* 7.0 - Footer
************************** */
.footer{
	margin-top: -20px;
}
.footer-top{
    background: #f7f7f7 !important;
    padding-top: 41px;
    padding-bottom: 40px;

}
.subscription-block{
    background: rgba(255, 255, 255, 0.35);
    padding: 50px 105px 70px;
}
.subscription-block h5{
    line-height: 1;
    margin-bottom: 0;
}
.subscription-block hr{
    max-width: 120px;
    width: 80%;
    border: 2px solid #000;
}
.subscription .input-group input {
	height: 44px;
}
.footer-bottom{
    background: #222;
    padding-top: 58px;
}
.following-section{
    margin-bottom: 30px;
}
.following-section h5{
    color: #4c4c4c;
}
.social-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.social-list > li{
    margin-left: 17px;
    margin-right: 17px;
}
.social-list > li a{
    color: #fff;
    font-family: DINBoldAlternate;
    text-transform: uppercase;
    transition: all .2s linear;
}
.social-list > li a:hover{
    color: #a08f8f;
}
.privacy-menu{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.privacy-menu > li{
    padding: 2px 22px;
}
.privacy-menu > li+li{
    border-left: 1px solid #434343;
}
.privacy-menu > li a{
    color: #c9c9c9;
    font-family: AvenirBook;
}
.input-group-field{
    min-width: 0;
}
.footer-bottom .acc li,
.footer-bottom .acc p{
	line-height: 35px;
	font-size: 16px;
}
@media screen and (max-width: 40em){
    .privacy-menu > li+li{
        border-left: none;
    }
    .following-section{
        margin-bottom: 0;
    }
    .subscription-block{
        padding-left: 18px;
        padding-right: 18px;
        padding: 42px 18px 22px;
    }
    .subscription-block h2{
        font-size: 28px;
    }
    .subscription-block p{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    .subscription-block h5{
        display: none;
    }
    .footer-top{
        background-position: 100% 0;
    }
    .input-group{
        flex-wrap: wrap;
    }
    .input-group .input-group-field{
        height: 44px;
    }
    .input-group .input-group-field,
    .input-group .input-group-button{
        flex: 1 1 100%;
        margin-bottom: 13px;
    }
    .input-group .input-group-button .button{
        width: 100%;
        justify-content: center;
    }
    .store-searching-form{
        padding-bottom: 14px;
    }
    .footer-bottom{
          background: #222222;
          padding-top: 45px;
    }

    .following-section h5{
        color: rgba(255,255,255,0.5);
        font-size: 11px;
        margin-bottom: 12px;
        letter-spacing: 4px;
    }
    .footer-logo img{
        width: 210px;
    }
}

/* 8.0 - Home
************************** */
.section-bg{
    background: url('images/section-bg.png') no-repeat 0 50%;
    background-size: 60% auto;
}
.products-categories{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 100px;
}
.product-cat{
    flex: 0 0 49%;
    position: relative;
    margin-bottom: 25px;
}
.under-link{
    height: 100%;
    display: inline-block;
    width: 20%;
    border: 5px solid #fff;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 40%;
    bottom: 0;
    transform-origin: bottom;
    transform: perspective(900px) rotateX(86deg);
    background: #fff;

}
@keyframes stand{
    0%{width: 20%; left: 40%; background: #fff;transform: perspective(900px) rotateX(86deg)}
    50%{width: 110%; left: -5%; transform: perspective(900px) rotateX(86deg); background: #fff;}
    52%{width: 110%; left: -5%; transform: perspective(900px) rotateX(86deg); background: none; border-width: 5px;}
    100%{transform: perspective(900px) rotateX(0); border-width: 2px;}
}
.product-cat .pord-link{
    font-size: 42px;
    color: #fff;
    position: absolute;
    top: calc(50% - 20px);
    left: 31%;
    font-family: DINBoldAlternate;
    text-transform: uppercase;

}
.product-cat .pord-link:hover .under-link{
    animation: stand .3s linear;
    background: none;
    transform: perspective(900px) rotateX(0); border-width: 2px;
    width: 110%;
    left: -5%;
}
.min-fashon{
    padding-top: 50px;
    padding-bottom: 50px;
}
.min-fashon .section-content{
    padding-right: 0;
}
.hr-half{
    width: 120px;
    border: 2px solid #000;
}
h2+.hr-half{
    margin-top: 0;
}
.under-section{
    background: url('images/under-sect-bg.png') no-repeat;
    background-size: 100% 75%;
}
.products-section{
    padding-bottom: 100px;
}
.products-section .under-section{
    padding-top: 50px;
}
.products {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 40px;
}
.products .product{
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;*/
    position: relative;
    /*justify-content: center;*/
    /*-ms-align-items: center;*/
    /*align-items: center;*/
    margin-bottom: 42px;
}
.home .products .product{
	margin-bottom: 20px;
}
.product .product-name{
    position: absolute;
    opacity: 0;
    font-size: 28px;
    font-family: DINBoldAlternate;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s;
        left: 0;
    right: 0;
    width: 100%;
}
.product > .cover{
    transition: all .3s linear;
}
.product:hover > .cover{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.71);
}
.product:hover .product-name{
     background: rgba(0,0,0,0.5);
    padding: 20px 0;
    opacity: 1;
}
.composite-section h5.titleCat,.composite-section h2.product_title{
    display:none;
}
.single .composite-product-section .cart {
    width: 90%;
}
.woocommerce div.product form.cart .component_title{
    font-size:26px;
}
.image-row {
	display: flex;
}
.instagram-section{
    padding-top: 118px;
}
.instagram-section h2{
    margin-bottom: 0;
}
.instagram-pics{
    position: relative;
    padding-top: 50px;
}
.instagram-pics .slick-arrow{
    order: 2;
    margin: 5px;
    position: absolute;
    bottom: -50px;
    z-index: 100;
}
.instagram-pics .slick-arrow.slick-next{
    right: 20%;
}
.instagram-pics .slick-arrow.slick-prev{
    right: 22%;
}
.instagram-widget .instagram-pics {
    position: relative;
    padding-top: 50px;
    margin-left: 0;
}
.instagram-widget .instagram-pics .slick-arrow{
    order: 2;
    margin: 5px;
    position: absolute;
    bottom: -57px;
    z-index: 100;
}
.instagram-widget .instagram-pics .slick-arrow.slick-next{
    right:19%;
}
.instagram-widget .instagram-pics .slick-arrow.slick-prev{
    right: 22%;
}
.instagram-widget .instagram-pics + p,
.instagram-section p.insta-link {
	max-width: 89.375rem;
	padding: 0 15px 0 15px;
	margin-left: auto;
	margin-right: auto;
}
.instagram-widget .instagram-pics + p a,
.instagram-section p.insta-link a {
	border: 2px solid #000;
	padding: 10px 15px 10px 15px;
    text-transform: uppercase;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    font-family: DINBoldAlternate_;
    position: relative;
    background: #000;
    color: #fff;
    border-color: #000;
    font-size: 15px;
    align-items: center;
}
.instagram-widget .instagram-pics + p a:hover,
.instagram-section p.insta-link a:hover {
	background: #000;
	color: #fff;
}
.instagram-widget .instagram-pics + p a:after,
.instagram-section p.insta-link a:after {
	content: "\e906";
    font-family: icomoon;
    margin-left: 5px;
    font-size: 20px;
    line-height: 1;
}
@media screen and (max-width: 64em){
    .section-bg{
        background-image: none;
    }
    .header-bottom{
        background-size: auto;
        background-position: 70% 0;
    }
    .header-bottom{
    }
    .product-cat .pord-link{
        position: static;
        font-size: 30px;
        text-align: center;
    }
    .prod-link-wrap{
        position: absolute;
        top: calc(50% - 20px);
        left: 0;
        right: 0;
    }
    .instagram-widget .instagram-pics .slick-arrow.slick-next{
        right: 20px;
    }
    .instagram-widget .instagram-pics .slick-arrow.slick-prev{
           right: 60px;
    }
}
@media screen and (max-width: 40em){
    .header-bottom{
        background-position: 50% 0;
        background-size: auto 210px;
    }
    .page-content{
        padding-top: 40px;
    }
    .home .page-content{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .min-fashon{
        padding-top: 20px;
    }
    .section-content{
        padding-right: 0;
    }
    .min-fashon .section-content{
        padding-top: 35px;
        padding-right: 0;
    }
    .products-categories{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .under-section{
        background-image: none;
    }
    .products-section{
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        padding-bottom: 13px;
    }
    .products-section .under-section{
        padding-top: 35px;
    }
    .products{
        padding-top: 10px;
    }
    .products .product{
        margin-bottom: 18px;
    }
    .products .button{
        margin-bottom: 29px;
    }
    .instagram-section{
        padding-top: 0;
    }
    .products-categories{
        flex-wrap: wrap;
    }
    .products-categories > .product-cat{
        flex: 1 1 100%;
    }
    .instagram-widget .instagram-pics .slick-arrow.slick-next {
        right: 0;
    }
    .instagram-widget .instagram-pics .slick-arrow.slick-prev {
        right: 38px;
    }

}
@media screen and (max-width: 39.654em){
    .section-bg{
        background-size: 90% 180px;
        background-position: 0 40px;
        background-image: url('images/section-bg.png');
    }
}
@media screen and (max-width: 500px){
    .section-bg{
        background-size: auto 140px;
        background-position: 0 40px;
        background-image: url('images/section-bg.png');
    }
}
@media screen and (max-width: 400px){
    .section-bg{
        background-size: 90% 100px;
    }
    .header-bottom{
        background-position: 90% 0;
        background-size: auto 180px;
    }
}

/* 9.0 - Find store
========================================= */
.find-store .page-content{
    padding-top: 0;
}
.location-section{
    padding-top: 30px;
    padding-bottom: 45px;
}
#gmap_canvas {
    overflow: hidden;
    height: 425px;
    width: 100%;
}
#gmap_canvas span{
    font-family: AvenirBook;
    font-size: 18px;
}
#gmap_canvas h4{
    font-size: 20px;
    text-transform: uppercase;
    font-family: DINBoldAlternate;
}
#gmap_canvas a{
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}
.store-searching-form{
    padding-top: 16px;
}
.store-searching-form .input-group-field{
    padding-left: 20px;
}
.store-searching-form .button{
    font-size: 12px;
    padding: 21px 47px;
}
.bold-text{
    font-family: FreightDispBold;
}
.stores-section{
    border-top: 1px solid #f4f4f4;
    padding-top: 29px;
    padding-bottom: 134px;
}
.story-sorting-form select{
    min-width: 215px;
    background-image: url('images/select-bg.png');
    background-position: 100% 50%;
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #e3e3e3;
}
.stories-list{
    margin-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding-bottom: 27px;
    border-bottom: 1px solid #f4f4f4;
    margin-left: -11px;
    margin-right: -11px;
}
/*.stories-list > .story{
    flex: 1 1 330px;
    padding: 40px 48px 48px;
    border: 1px solid #f5f5f5;
    margin-bottom: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 11px;
    margin-right: 11px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}*/
.stories-list > .story h4{
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
.stores-section .stories-list > .story h4{
    white-space: normal;
}
.stories-list > .story p{
    padding-right: 10%;
    flex-grow: 1;
}
.phone-number{
    white-space: nowrap;
}
.pagination-wrapper{
    border-bottom: 1px solid #f4f4f4;
}
.pagination li.current{
    font-family: AvenirBook;
    font-size: 18px;
    background: none;
    border-bottom: 2px solid;
    padding: 0 4px;
    color: #000;
    line-height: 1;
}
.pagination li a{
    font-family: AvenirBook;
    font-size: 18px;
}
.pagination .pagination-previous a:hover,
.pagination .pagination-next a:hover{
    background: none;
}
.pagination .pagination-previous a:before,
.pagination .pagination-next a:after{
    display: none;
}

@media screen and (max-width: 64em){
    .store-searching-form .button{
        padding: 16px 30px;
    }
    #gmap_canvas{
        height: 370px;
    }
    .pagination {
        text-align: center;
    }
    .pagination .pagination-previous{
        float: left!important;
    }
}
@media screen and (max-width: 40em){
    #gmap_canvas{
        height: 300px;
        display: none;
    }
    .strories-locations{
        margin-left: -25px;
        margin-right: -25px;

    }
    .pagination li.current{
        display: none;
    }
    .pagination .pagination-previous,
    .pagination .pagination-next{
        display: inline-block;
    }
    .social-list{
        flex-wrap: wrap;
    }
    .social-list > li{
        margin-bottom: 15px;
        display: block;
        width: 100%;
    }
    .stories-list > .story{
        padding: 20px 20px 10px;
    }
    .social-list > li a{
        font-size: 14px;
    }
    .location-section{
        padding-top: 9px;
    }
    .stories-list{
        padding-top: 15px;
    }
    .stores-section{
        padding-bottom: 62px;
    }

}

/* 10.0 - Brand Story
============================= */
.page-thumbnail{
    margin-bottom: 60px;
}
.content-area{
    padding-right: 7%;
    border-right: 1px solid #f1f1f1;
    margin-bottom: 109px;
}
.page-heading{
    padding-top: 34px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f1f1f1;
}
.page-heading h5{
    margin-bottom: 0;
}
.brand-story .page-content{
    padding-top: 62px;
}
.right-sidebar{
    padding-left: 30px;
}
.widget{
    margin-bottom: 32px;
}
.widget-bd{
    border: 1px solid #efefef;
    padding: 16px 19px 8px;
}
.widget-title{
    padding-left: 21px;
}
.widget-items > li{
    padding: 8px 21px;
    border-top: 1px solid #efefef;
}
.widget-items > li:last-child{
    border-bottom: 1px solid #efefef;
}
.widget-items a{
    position: relative;
    display: block;
    font-family: AvenirBook;
}
.widget-items a:after{
    content: "\e905";
    font-family: icomoon;
    font-size: .6em;
    position: absolute;
    top: calc(50% - .7em);
    right: 0;
    transition: all .2s linear;
}
.widget-items a:hover:after{
    right: -10px;
}
.brand-story-landing-page .page-content{
    padding-bottom: 14%;
}
.brand-story-landing-page .page-heading{
    padding-top: 110px;
    padding-bottom: 140px;
    background: url('images/section-img3.jpg') no-repeat;
    background-size: cover;
}
.story-coll{
    padding-top: 44px;
}
.bx-wrapper .bx-viewport{
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 25px;
}
.collections-list li{
    /*max-width: 235px;*/
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;*/
    display: inline-block;
    text-align: center;
}
.collections-list li .collecion-body{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
}
.collections-list li .coll-img{
    flex-basis: 235px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.collections-list li .coll-name{
    text-align: center;
    padding-top: 22px;
    padding-bottom: 26px;
}
.story-coll .bx-wrapper .bx-controls-direction{
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 20px;
}
.story-coll .bx-wrapper .bx-controls-direction a{
    text-indent: 0;
    position: static;
    margin-top: 0;
    font-size: 26px;
}

@media screen and (min-width: 1400px){
    .story-coll .bx-wrapper .bx-controls-direction{
        display: none;
    }
}
@media screen and (max-width: 64em){
    .content-area{
        padding-right: 0;
        border: none;
    }
    .right-sidebar{
        padding-left: 0;
    }
    .widget-items > li{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 40em){
    .page-heading{
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .brand-story .page-content{
        padding-top: 25px;
    }
    .page-thumbnail{
        margin-bottom: 37px;
    }
    .content-area{
        margin-bottom: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #f1f1f1;
    }
    .right-sidebar{
        padding-top: 43px;
        border-top: 1px solid #f1f1f1;
    }
    .links-widget{
        margin-left: -25px;
        margin-right: -25px;
    }
    .widget .input-group{
        flex-wrap: nowrap;
    }
    .widget .input-group .input-group-button{
        flex: 0 0 auto;

    }
    .widget .input-group .input-group-button .button{
        padding-left: 15px;
        padding-right: 15px;
    }
    .collections-list li{
        margin-right: 10px!important;
    }
    .section-gaps-revers{
        margin-left: -15px;
        margin-right: -15px;
    }
    .brand-story-landing-page .page-heading{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .story-coll{
        padding-top: 20px;
    }
    .story-coll .bx-wrapper .bx-controls-direction{
        margin-left: -25px;
        margin-right: -25px;
        padding: 10px 25px;
    }
    .collections-list li .collecion-body{
        font-size: 14px;
    }
}
@media screen and (max-width: 440px){
    .collections-list li{
        min-width: 130px!important;
    }
    .collections-list li .coll-img{
        flex-basis: 130px;
    }

}

/* 11.0 - Adjust
====================================== */
.usage-rules{
    border: 1px solid #f1f1f1;
    padding: 10px 45px;
    margin-bottom: 75px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.usage-rules .use-rul{
    padding: 40px 0;
    flex-basis: 200px;
}
.usage-rules .use-rul + .use-rul{
    border-top: 1px solid #f1f1f1;
}
.big-text{
    font-size: 16px;
}
.reveal {
    border: none;
    padding: 65px 45px;
}
.reveal h3{
    font-size: 30px;
    font-family: DINBoldAlternate;
}
.reveal p{
    font-size: 24px;
}
.reveal{
    width: 750px;
    overflow: visible;
    top: 50px;
}
.reveal .close-button{
    right: -1.5em;
    color: #fff;
    font-family: sans-serif;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.reveal .close-button span{
    line-height: 1;
}
.reveal .close-button .btn-text{
    font-size: 14px;
}
.reveal .usage-rules{
    margin-bottom: 0;
}
.reveal{
    height: auto;
}
@media screen and (max-width: 64em){
    .reveal{
        width: 80%;
    }
}
@media screen and (max-width: 40em){
    .usage-rules{
        padding-left: 9%;
        padding-right: 9%;
        margin-bottom: 42px;
    }
    .reveal{
        width: 90%;
        top: 100px!important;
        padding: 23px;
        left: 5%;
    }
    .reveal h3{
        font-size: 20px;
    }
    .reveal .close-button{
        right: 0;
        top: -2em;
    }
    .reveal p{
        font-size: 16px;
    }
}

/* 12.0 - Product page
========================================= */
.product-page .page-content{
    padding-top: 120px;
    padding-bottom: 108px;
    border-top: 1px solid #f4f4f4;
}
.product-details .button-group .button{
    flex: 0 0 170px;
    justify-content: center;
    margin-right: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-page .page-content .product-details h5,
.product-page .page-content .product-details .product-name{
    line-height: 1;
}
.product-details .product-price{
    font-size: 26px;
    font-family: DINBoldAlternate;
}
.product-review{
    font-size: 14px;
    border: 1px solid #efefef;
    padding: 4px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.product-review > span{
    margin-right: 7px;
}
.product-information{
    padding-top: 29px;
}
.product-page h4{
    font-family: DINBoldAlternate;
    font-size: 20px;

}
.deliv-time{
    border: 1px solid #f1f1f1;
    padding: 13px 26px 10px;
    width: 80%;
}
.deliv-time h6{
    font-family: DINBoldAlternate;
    font-size: 16px;
    margin-bottom: 2px;
}
.deliv-time ul{
    font-size: 15px;
    margin-bottom: 0;
}
.product-section{
    margin-bottom: 25px;
}
.prod-specification{
    border: 1px solid #f0f0f0;
}
.prod-specification .heading{
    padding: 38px 42px 8px;
}
.specification-list{
    margin-bottom: 0;
}
.specification-list > li{
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 11px 65px 3px;
}
.specification-list > li:nth-child(odd){
    background: #f8f8f8;
}
.more-instuction{
    font-size: 18px;
}
.hidden-info{
    margin-top: 30px;
    padding: 18px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
    box-shadow: 0 0 15px 0 #f2f2f2;
    transform: translateX(-10px);
}
.has-hidden-info{
    cursor: pointer;
}
.has-hidden-info:hover~.hidden-info{
    visibility: visible;
    opacity: 1;
}
.related-products{
    padding-top: 45px;
}
.product-images{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.product-images .images-list{
    margin-bottom: 0;
}
.product-images .images-list > li{
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.image-area{
    position: relative;
    flex-grow: 1;
}
.detail{
    width: 300px;
    height: 300px;
    position: absolute;
    right: -130px;
    top: 10%;
}
@media screen and (max-width: 64em){
    .product-page .page-content{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 40em){
    .product-images{
        flex-wrap: wrap;
    }
    .product-images .images-list{
        order: 2;
        margin-bottom: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        overflow: auto;
    }
    .product-images .images-list > li{
        margin: 2px;
        min-width: 130px;
    }
    .product-details .button-group{
        flex-wrap: wrap;
    }
    .product-details .button-group > .button{
        flex: 1 1 100%;
        margin-bottom: 11px;
        margin-right: 0;
    }
    .image-area{
        margin-bottom: 55px;
    }
    .deliv-time{
        width: 100%;
    }
    .prod-specification{
        border-left: none;
        border-right: none;
        margin-left: -25px;
        margin-right: -25px;
        margin-bottom: 30px;
    }
    .prod-specification .heading{
        padding: 30px 27px 8px;
    }
    .specification-list > li{
        padding-left: 27px;
        padding-right: 27px;
    }
}

/* 13.0 - Internal Pages
=========================================== */
.internal-pages .content-area{
    padding-right: 10%;
}
.internal-pages .page-content{
    padding-top: 48px;
}
.internal-pages .page-content .content-area p a{
    border-bottom: 1px solid #bfbfbf;
    transition: all .2s linear;
}
.internal-pages .page-content .content-area p a:hover{
    border-bottom-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 40em){
    .internal-pages .page-content{
        padding-top: 30px;
    }
}

/* 14.0 - Contact page
====================================== */
.contact-form .row{
    margin-left: -5px;
    margin-right: -5px;
}
.contact-form .row > .columns{
    padding-left: 5px;
    padding-right: 5px;
}
.contact-form select{
    background: url('images/contact-select-bg.png') no-repeat 100% 50%;
}
.contact-page .strories-locations{
    padding-top: 5px;
    padding-bottom: 15px;
}
.contact-page .strories-locations,
.contact-page .strories-locations #gmap_canvas{
    height: 100%;
}
.contact-page-footer{
    padding-top: 60px;
    padding-bottom: 40px;
}
.contact-page-footer .cust-fild{
    border: 1px solid #efefef;
    padding: 10% 18% 7%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
}
.contact-page-footer .cust-fild h4{
    flex-grow: 1;
}
.contact-page-footer .cust-fild .delimiter{
    border: 1px solid #000;
    width: 60px;
}
.contact-page .page-content{
    padding-bottom: 80px;
    border-top: 1px solid #ebebeb;
}
.contact-page .page-content hr{
    border-color: #ebebeb;
}
.contact-page-footer .cust-fild a{
    border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 64em){
    .contact-page-footer .cust-fild{
        padding: 7%;
    }
    .contact-page-footer .cust-fild a{
        font-size: 13px;
    }
    .contact-page .page-content{
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .location-section{
        padding-bottom: 15px;
    }
    .contact-page-footer{
        padding-top: 30px;
    }
   .menu-primary-nav-container .menu > li{
        padding: 11px 20px;
    width: auto;
    }
    .menu-primary-nav-container .menu{
        margin-left: 100px;
    }
}
@media screen and (max-width: 40em){
    .contact-page-footer .cust-fild{
        height: 90%;
        padding: 33px;
    }
    .contact-page .strories-locations #gmap_canvas{
        height: 260px;
        display: block;
    }
    .contact-page .page-content{
        padding-top: 35px;
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 641px) and (max-width: 1023px ){
    .header-top a.menu-toggle{
         font-size: 16px;
           top: 36px;
    left: 40px;
    }
    .menu-icon::after{
        display: none;
    }
    .menu-icon{
           height: auto;
    width: auto;
    padding-left: 55px !important;
    }
}

.slide:after{
        content: 'Price Range';
    position: absolute;
    display: inline-block;
    font-size: 16px;
    left: -15px;
    bottom: -56px;
}
.slide  .ui-slider .ui-slider-handle{
        width: 13px;
    height: 13px;
    border-radius: 2px;
    background: #000;
    outline: none;
}
.berocket_aapf_widget li.slider div.slide{
        position: absolute;
    width: 100%;
}
ul.berocket_aapf_widget{
        border: 1px solid #efefef;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 26px;
}
.berocket_aapf_widget-wrapper{
    height: 200px;
}
.berocket_filter_slider.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range{
     background-color: #e6e6e6;
}
.berocket_filter_slider.ui-widget-content, .berocket_filter_price_slider.ui-widget-content{
       background: #e6e6e6;
}
.berocket_aapf_widget li.slider span.left, .berocket_aapf_widget li.slider span.right{
    float: left;
    width: auto;
        margin-top: 56px;
            position: relative;
        max-width: 33%;
}
.berocket_aapf_widget li.slider span.left{
    margin-left: -15px;
}
.berocket_aapf_widget li.slider span.left input, .berocket_aapf_widget li.slider span.right input{
      border: 0;
    font-size: 16px;
    font-style: normal;
    padding: 4px 10px;
    text-align: left;
      width: auto;
    font-family: DINBoldAlternate;
        height: auto;
}
.berocket_aapf_widget li.slider span.left:before,
.berocket_aapf_widget li.slider span.right:before{
      content: '$';
    display: inline-block;
    position: absolute;
    top: 6px;
    font-size: 16px;
    font-family: DINBoldAlternate;
    left: 0;
}
.berocket_aapf_widget li.slider span.left:after{
         content: '-';
    display: inline-block;
    position: absolute;
    top: 5px;
    font-size: 16px;
    right: 9px;
    font-family: DINBoldAlternate;
}
.berocket_aapf_widget li.slider span.right input{
    margin-top: 0;
}
.insta-link{
    margin-top: 20px;
}
body .instalist .fs-slider-next-button,
body .instalist .fs-slider-prev-button{
     background: url(images/nav-arrows.png) no-repeat;
    background-position: 0 0;
    width: 30px;
    height: 30px;
      bottom: 3px;
        top: auto;
        opacity: 1;
        right: 19%;
            background-position: -41px 0;
            display: inline-block;
                min-width: 30px;
}
body .instalist .fs-slider-prev-button{
    right: 22%;
        background-position: 0 0;
        left: auto;
}
body .instalist .fs-slider-next-button svg,
body .instalist .fs-slider-prev-button svg{
    display: none;
}
body .instalist .fs-slider-container{
        position: inherit;
    height: 230px;
}
body .instalist .fs-slider-container::-moz-scrollbar,
body .instalist .fs-slider-container::-webkit-scrollbar {
    display: none;
}
@media screen and (min-width: 1600px){
    body .instalist .fs-slider-container{
        height: 268px;
    }
}
@media screen and (min-width: 1920px){
    body .instalist .fs-slider-container{
        height: 320px;
    }
}

@media screen and (max-width: 64em){
    body .instalist .fs-slider-next-button{
         right: 20px;

    }
    body .instalist .fs-slider-prev-button{
        right: 60px;
    }
}
@media screen and (max-width: 40em){
    body .instalist .fs-slider-next-button{
         right: 5px;
             bottom: 42px;
    }
    body .instalist .fs-slider-prev-button{
        right: 42px;
            bottom: 42px;
    }
}
@media screen and (max-width: 1300px){
    body .instalist .fs-slider-container{
        height: 190px;
    }
}
@media screen and (max-width: 1023px){
     body .instalist .fs-slider-container{
        height: 162px;
    }
}
@media screen and (max-width: 768px){
    body .instalist .fs-slider-container{
        height: auto;
    }
}
.wc_payment_method.payment_method_paypal_pro img{
    height: 34px;
}
#more_afterpay .close:hover {
    color: #000 !important;
}


.products h2.woocommerce-loop-product__title{
	font-size: 18px;
    line-height: 1.6;
    font-family: 'AvenirBook';
    letter-spacing: 0;
}

#product-14349 > section.product-section > div:nth-child(2) > div.columns.large-5.small-12 > div > form > table > tbody > tr > td.add-wrapper > div.widget-product > iframe{
padding-top: 10px !important;
}

#post-5 > div.entry-content > div > div.page-content.section-gaps > div > div > div.row > div.columns.large-4.total-cont > div > div.cart-collaterals > div > div > div.widget-cart > iframe{
padding-top: 10px !important;
}
.head-slider h2{
    font-size: 60px;
}

.woocommerce-ordering {
    position: inherit !important;
}

.category-products-list > li .product-price, .post-type-archive-product .products li .product-price {
	color: #000;
}

img.stripe-visa-icon.stripe-icon, img.stripe-amex-icon.stripe-icon, img.stripe-mastercard-icon.stripe-icon, img.stripe-jcb-icon.stripe-icon {
    width: 15% !important;
}

img.stripe-cards-icon.stripe-icon {
  width: 30%;
}