/* ========================
   Theme Name: Senso
   ======================== */


/** Table of Contents:

* 1.0 - Fonts
* 2.0 - Icon-fonts
* 3.0 - Useful classes
* 4.0 - General
    * 4.1 - Forms
    * 4.2 - Buttons
    * 4.3 - Breadcrumbs
* 5.0 - Mobile menu
* 6.0 - Header
* 7.0 - Footer
* 8.0 - Pages
**/

/* 1.0 - Fonts
============================== */
@font-face {
    font-family: 'GothamBook';
    font-display: swap;
    src: url('../fonts/gothambook.eot');
    src: url('../fonts/gothambook.eot') format('embedded-opentype'),
    url('../fonts/gothambook.woff2') format('woff2'),
    url('../fonts/gothambook.woff') format('woff'),
    url('../fonts/gothambook.ttf') format('truetype'),
    url('../fonts/gothambook.svg#GothamBook') format('svg');
}
/*@font-face {
    font-family: 'GothamBook';
    font-display: swap;
    src: url('/wp-content/themes/sensoshoes/fonts/gothambook.eot');
    src: url('/wp-content/themes/sensoshoes/fonts/gothambook.eot') format('embedded-opentype'),
    url('/wp-content/themes/sensoshoes/fonts/gothambook.woff2') format('woff2'),
    url('/wp-content/themes/sensoshoes/fonts/gothambook.woff') format('woff'),
    url('/wp-content/themes/sensoshoes/fonts/gothambook.ttf') format('truetype'),
    url('/wp-content/themes/sensoshoes/fonts/gothambook.svg#GothamBook') format('svg');
}*/
@font-face {
    font-family: 'GothamLight';
    font-display: swap;
    src: url('/wp-content/themes/sensoshoes/fonts/GothamLight.eot');
    src: url('/wp-content/themes/sensoshoes/fonts/GothamLight.eot') format('embedded-opentype'),
    url('/wp-content/themes/sensoshoes/fonts/GothamLight.woff2') format('woff2'),
    url('/wp-content/themes/sensoshoes/fonts/GothamLight.woff') format('woff'),
    url('/wp-content/themes/sensoshoes/fonts/GothamLight.ttf') format('truetype'),
    url('/wp-content/themes/sensoshoes/fonts/GothamLight.svg#GothamLight') format('svg');
}

@font-face {
    font-family: 'gothamBold';
    font-display: swap;
    src: url('/wp-content/themes/sensoshoes/fonts/gothamBold.eot');
    src: url('/wp-content/themes/sensoshoes/fonts/gothamBold.eot') format('embedded-opentype'),
    url('/wp-content/themes/sensoshoes/fonts/gothamBold.woff2') format('woff2'),
    url('/wp-content/themes/sensoshoes/fonts/gothamBold.woff') format('woff'),
    url('/wp-content/themes/sensoshoes/fonts/gothamBold.ttf') format('truetype'),
    url('/wp-content/themes/sensoshoes/fonts/gothamBold.svg#gothamBold') format('svg');
}
@font-face {
    font-family: 'Butler_Regular';
    font-display: swap;
    src: url('/wp-content/themes/sensoshoes/fonts/Butler_Regular.eot');
    src: url('/wp-content/themes/sensoshoes/fonts/Butler_Regular.eot') format('embedded-opentype'),
    url('/wp-content/themes/sensoshoes/fonts/Butler_Regular.woff2') format('woff2'),
    url('/wp-content/themes/sensoshoes/fonts/Butler_Regular.woff') format('woff'),
    url('/wp-content/themes/sensoshoes/fonts/Butler_Regular.ttf') format('truetype'),
    url('/wp-content/themes/sensoshoes/fonts/Butler_Regular.svg#Butler_Regular') format('svg');
}


/* 2.0 - Icon fonts
============================== */
@font-face {
  font-family: 'icomoon';
  src:  url('/wp-content/themes/sensoshoes/icon-fonts/icomoon.eot?55xvk7');
  src:  url('/wp-content/themes/sensoshoes/icon-fonts/icomoon.eot?55xvk7#iefix') format('embedded-opentype'),
    url('/wp-content/themes/sensoshoes/icon-fonts/icomoon.ttf?55xvk7') format('truetype'),
    url('/wp-content/themes/sensoshoes/icon-fonts/icomoon.woff?55xvk7') format('woff'),
    url('/wp-content/themes/sensoshoes/icon-fonts/icomoon.svg?55xvk7#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-heart2:before {
    content: "\e90c";
}
.icon-heart1:before {
    content: "\e90e";
}
.icon-close:before {
    content: "\e907";
}
.icon-menu:before {
    content: "\e906";
}
.icon-checkmark:before {
    content: "\e903";
}
.icon-facebook:before {
    content: "\e900";
}
.icon-instagram:before {
    content: "\e901";
}
.icon-instagram1:before {
    content: "\e908";
}
.icon-telephone:before {
    content: "\e90a";
}
.icon-envelope:before {
    content: "\e909";
}
.icon-send:before {
    content: "\e90b";
}
.icon-send:before {
    content: "\e90b";
}
.icon-arrow_up:before {
    content: "\e904";
}
.icon-arrow_down:before {
    content: "\e905";
}
.icon-search4:before {
    content: "\e932";
}
.icon-pinterest:before {
    content: "\e902";
}
.icon-shopping-bag:before {
    content: "\e90d";
}
.icon-triangle-right:before {
    content: "\e910";
}
.icon-triangle-left:before {
    content: "\e90f";
}
.icon-play2:before {
    content: "\ea15";
}
/* 3.0 - Useful classes
============================== */
.relative-block{
    position: relative;
}
.link-underline{
    position: relative;
    display: inline-block;
}
.link-underline:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #000;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: 0;
}
.link-underline:hover:before{
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.link-underline:after{
    display: none;
}
hr.clear-line{
    margin: 0;
    border-bottom-color: #e7e7e7;
    max-width: 100%;
    width: 100%;
}
.callout.black{
    background-color: #000;
    color: #fff;
}
.img-width{
    width: 100%;
    height: auto;
}
.left-bg,
.right-bg {
    position: relative;
}
.left-bg *,
.right-bg * {
    position: relative;
    z-index: 1;
}
.left-bg:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    right: 10px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 100%;
}

.center-bg:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    right: 10px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 100%;
}

.right-bg:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 10px;
    background-repeat: no-repeat;
    background-size: 50%;
}
.word-wrap{
    word-break: break-all;
}
.gutter-8>.columns,
.gutter-8>.column{
    padding-left: 4px;
    padding-right: 4px;
}
.gutter-24>.columns,
.gutter-24>.column{
    padding-left: 12px;
    padding-right: 12px;
}
.icon-heart2:hover:before{
    content: "\e90e";
}
@media screen and (min-width: 64em) {
    .shrink-for-large{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 63.9375em) {
    .shrink-for-medium-down{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .left-bg{
        height: 60vw;
    }
    .left-bg:before{
        width: 100vw;
    }
}
@media screen and (min-width: 40em) {
    .shrink-for-medium-up{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 39.96em) {
    .small-12-only {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gutter-8>.columns,
    .gutter-8>.column,
    .gutter-24>.columns,
    .gutter-24>.column{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* 4.0 - General
============================== */
body{
    font-family: 'gothambook';
    font-size: 14px;
    line-height: 1.42;
    background-color: #fff;
    color: #000;
}
h1, h2, h3, h4, h6{
    font-family: Butler_Regular;
    text-transform: uppercase;
}
.h1{
    font-size: 3.85em;
    font-family: Butler_Regular;
    letter-spacing: 5.2px;
    line-height: 1;
}
h2{
    font-size: 3.4em; /*48px*/
    line-height: 1;
    margin-bottom: 0.5em;
}
h3{
    font-size: 2.4em;
    line-height: 1;
}
h4{
    font-family: 'gothamBold';
    font-size: 14px;
    text-transform: none;
}
.text-uppercase h4{
    text-transform: inherit;
}
h5{
    font-size: 0.95em;
    font-family: 'gothamBold';
    text-transform: uppercase;
}
h6{
    font-size: 0.85em;
    font-family: 'gothamBold';
    text-transform: uppercase;
}
a{
    transition: all .3s;
    position: relative;
}
a:hover, a:focus{
    color: inherit;
}

a:not(.no-line):after,
a:not(.button):after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    border-bottom: 1px solid;
    transition: all .3s;
}
.no-line a:after{
    display: none !important;
}
a:not(.button):hover:after{
    width: 100%;
    left: auto;
    right: 0;
}
strong{
    font-family: 'gothamBold';
}
del{
    color: #d0021b;
}
@media screen and (max-width: 63.9375em) {
    .h1{
        font-size: 2.2em;
    }
    h2{
        font-size: 2.4em;
    }
    h2 br{
        display: none;
    }
    h3{
        font-size: 2.1em;
    }
}
@media screen and (max-width: 39.9375em){
    body{
        font-size: 13px;
    }
    h2{
        font-size: 2.1em;
    }
    h3{
        font-size: 1.9em;
    }
}
/**** 4.1 - Forms ****/
.form-control{
    box-shadow: none;
    border-color: #e7e7e7;
    height: 38px;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    padding: 7px 11px;
    border: 1px solid #a6a4a4;
}
.dk-select{
    width: 100%;
    margin-bottom: 1rem;
}
.dk-select .dk-selected{
    border-radius: 0;
    box-shadow: none;
    border-color: #e7e7e7;
    height: 48px;
    font-size: 13px;
    color: #000;
    background-color: #fff;
    padding: 10px 20px;
    /* line-height: 1.9; */
}
.dk-select .dk-selected:after{
    display: none;
}
.dk-selected:before{
   border-width: 0.4em 0.4em 0;
}
.dk-selected:hover:before, .dk-selected:focus:before{
    border-top-color:#808080;
}
.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
    border-width: 0 0.4em 0.4em;
    border-bottom-color: #808080;
}
.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options{
    border-color: #e7e7e7;
    border-radius: 0;
}
.dk-select-options .dk-option-highlight,
.dk-option-selected{
    background-color: #808080;
}
select.form-control{
    background-position-x: 100%;
}
.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  color: #3b3738 !important;
}
.form-control:-ms-input-placeholder ,
textarea:-ms-input-placeholder {
  color: #3b3738 !important;
}
.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder{
  color: #3b3738 !important;
}
.form-control:-moz-placeholder,
textarea:-moz-placeholder{
  color: #3b3738 !important;
}
textarea{
    min-height: 150px;
	    font-size: 13px;
    padding: 10px 11px;
    border: 1px solid #a6a4a4;
    color: #000;
}
input[type=radio],
input[type=checkbox]{
    display: none;
}
input[type=radio] + label,
input[type=checkbox] + label{
    font-size: 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 0;
    margin-right: 0;
}
input[type=checkbox] + label:before{
    font-family: icomoon;
    content: "\e903";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border: solid 1px #e7e7e7;
    color: rgba(87, 14, 17, 0);
    font-size: 22px;
    text-align: center;
    line-height: 25px;
    transition: all .4s;
    margin-right: 13px;
}
input[type=checkbox]:checked + label:before{
    color: #000;
}
input[type=radio] + label{
    -ms-align-items: center;
    align-items: center;
}
input[type=radio] + label:before{
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
}
input[type=radio]:checked + label:before{
    background: #000;
}
@media screen and (max-width: 63.96em) {
    .form-control{
        height: 37px;
        border-color: #535050;
    }
	textarea{
		  border-color: #535050;
	}
}
/**** 4.2 - Buttons ****/
.button{
    text-transform: uppercase;
    font-family: 'GothamBold';
    letter-spacing: 2px;
    padding: 17px 30px 15px;
    font-size: 13px;
}
.button:hover,
.button:focus,
.button.white:hover,
.button.white:focus{
    background-color: #808080;
    color: #fff;
}
.button:hover .icon-heart2:before{
    content: "\e90e";
}
.button.small{
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: none;
    font-family: GothamBook;
    font-size: 13px;
    letter-spacing: 0;
}
.button.white{
    background-color: #fff;
    color: #000;
}
.button.hollow{
    font-family: 'gothambook';
    border-color: #e7e7e7;
}
.button-group .button{
    margin-right: 13px;
    display: block;
}

@media screen and (max-width: 39.96em) {
    .button{
        letter-spacing: 0;
    }
   
    .button-expended-m{
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .button{
        width: 100%;
    }
}
.breadcrumbs{
    padding-top: 16px;
    padding-bottom: 16px;
}
.breadcrumbs li{
    color: #979797;
}

.breadcrumbs .link-underline:before{
    background-color: #979797;
}
.breadcrumbs a:hover,
.breadcrumbs a{
   color: inherit;
    text-decoration: none;
}
.breadcrumbs li:not(:last-child)::after{
   content: ">";
    margin-left: 6px;
    margin-right: 6px;
}
.pagination a, .pagination button{
    border: 1px solid #e7e7e7;
    line-height: 1;
    font-size: 13px;
    padding: 10px 12px;
}
.pagination a:after, .pagination button:after{
    display: none;
}
.pagination .current{
    padding: 10px 12px;
    line-height: 1;
}

.pagination-previous a::before, .pagination-previous.disabled::before{
    content: "";
}
.social li{
    line-height: 1;
}
.social li a{
    padding: 0 5px;
    font-size: 18px;
    line-height: 1;
}
.social li a:hover{
    opacity: 0.6;
}
.accordion{
    background-color: #fff;
    margin-bottom: 0;
}
.accordion-title{
    padding: 25px 0;
    border: 0;
    font-family: 'GothamBold';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
}
.accordion-title:hover,
.accordion-title:focus{
    background-color: #fff;
}
.accordion-title::before{
    font-family: 'icomoon';
    content: "\e905";
}
.is-active > .accordion-title::before {
    content: '\e904';
}
.accordion-title:after{
    display: none;
}
:last-child:not(.is-active) > .accordion-title{
    border-bottom:0;
}
.accordion-content {
    padding: 0;
    border: none;
    background-color: #fff;
    color: #000;
}
.widget .widget-title{
    margin-bottom: 40px;
    text-transform: uppercase;
}
.widget .widget-content li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.widget .widget-content li a{
    display: inline-block;
}
@media screen and (max-width: 63.96em) {
    .accordion-title{
        padding: 15px 0;
    }
    .widget .widget-title {
        margin-bottom: 1em;
    }
}
@media screen and (max-width: 39.96em) {

}
/**** 4.4 - Animation ****/
._______animate-children > *{
    transition: all 1.2s ease;
    opacity: 0;
    transform: translateY(30px);
}
._______animate-children > .complete{
    opacity: 1;
    transform: none;
}
/**** 4.5 - Loading nimation ****/
.loading-animation{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    transition: all .6s ease;
    z-index: 999999;
}
body.page-visible .loading-animation{
    visibility: hidden;
    opacity: 0;
}
.loading-animation .load-anim-inner{
    width: 100%;
    animation: fadeIn 6s ease;
}
.loading-animation img{
    max-width: 500px;
}
.loading-animation .load-anim-inner:after,
.loading-animation .load-anim-inner:before{
    content: "";
    border-top: 1px solid #000;
    position: absolute;
}
.loading-animation .load-anim-inner:before{
    top: -50px;
    animation: toLeft 4s ease;
    width: 500px;
    left: calc(50% - 250px);
}
.loading-animation .load-anim-inner:after{
    bottom: -50px;
    animation: toRight 4s ease;
    width: 500px;
    right: calc(50% - 250px);
}

@keyframes fadeIn{
    0%{opacity: 0}
    100%{opacity: 1}
}
@keyframes fadeOut{
    0%{opacity: 1; visibility: visible;}
    100%{opacity: 0; visibility: hidden;}
}
@keyframes toRight{
    0%{left: 0;  width: 0; right: auto}
    40%{left: 0;  width: calc(50% + 250px); right: auto}
    41%{left: auto;  width: calc(50% + 250px); right: calc(50% - 250px)}
    100%{left: auto;  width: 500px; right: calc(50% - 250px)}
}
@keyframes toLeft{
    0%{right: 0;  width: 0; left: auto}
    40%{right: 0;  width: calc(50% + 250px); left: auto}
    41%{right: auto;  width: calc(50% + 250px); left: calc(50% - 250px)}
    100%{right: auto;  width: 500px; left: calc(50% - 250px)}
}
@media screen and (min-width: 64em) {
    body:not(.page-visible){
        overflow: hidden;
    }
}
/**** 4.6 Modals ****/
.close-button,
.close-button.medium{
    top: 30px;
    right: 35px;
    color: #000;
}
.reveal{
    padding: 0;
    background-color: #fff;
}
.reveal h2{
    text-transform: none;
}
.international-modal{
    padding: 10px;
    width: 530px;
}
.international-modal .modal-body{
    padding: 85px;
    background-color: #F3F3F3;
    text-align: center;
}
.international-modal .button-group{
    flex-wrap: wrap;
}
.duties-modal .button,
.international-modal .button-group .button{
    margin-bottom: 10px;
    margin-right: 0;
    border: 1px solid #E7E7E7;
    background-color: #000;
    padding-top: 18px;
    padding-bottom: 18px;
}
.duties-modal .button:hover,
.international-modal .button-group .button:hover{
    background-color: #5a5252;
    color: #fff;
}
.international-modal .button-group .button.white:hover{
    background-color: #c9bdbd;
}
.international-modal .button-group .button.white{
    background-color: #fff;
    font-family: GothamBook;
    color: #000;
}
.duties-modal {
    width: 980px;
}
.duties-modal .modal-body{
    padding: 10px;
}
.duties-info{
    padding: 80px 20px 80px 0;
}
.duties-modal ul li:not(:first-child){
    border-top: 1px solid #E7E7E7;
}
.duties-modal ul li{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.35;
}
.duties-modal .img-width{
     height: 100%;
}
.duties-modal .modal-foot{
    padding: 20px;
    color: rgba(0,0,0,0.54);
}
.duties-modal .modal-foot h6{
    text-transform: none;
    margin-bottom: 0;
    font-family: Butler_Regular;
    font-weight: 900;
    font-size: 1em;
}
@media screen and (max-width: 63.9375em) {
    .duties-modal {
        width: 100%;
    }
    .duties-modal .button,
    .international-modal .button-group .button{
        border-color: #908282;
    }
}
@media screen and (max-width: 39.9375em) {
    .international-modal{
        width: 100%;
    }
    .international-modal .inner-modal {
        padding: 85px 15px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .duties-info{
        padding: 30px 15px;
    }
}
/***** 5.0 - Mobile menu *****/
.mobile-menu{
    display: none;
}
.menu-open:after{
    display: none;
}
@media screen and (max-width: 63.9375em) {
    body.open{
        overflow-x: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mobile-menu {
        display: flex;
        position: fixed;
        top: 0;
        width: 240px;
        left: -240px;
        padding: 50px 0 30px;
        min-height: 100%;
        height: 100%;
        overflow-y: auto;
        justify-content: space-between;
        background-color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 999;
    }
    .mobile-menu .menu-close{
        position: absolute;
        right: 15px;
        z-index: 39;
        color: #000;
        top: 20px;
        font-size: 1.5em;
    }
    .mobile-menu nav li{
        flex: 1 1 100%;
        position: relative;
    }
    .mobile-menu nav li a{
        display: block;
        padding: 15px 25px;
        font-family: 'GothamBold';
        font-size: 14px;
        letter-spacing: 1.6px;
        text-transform: uppercase;
    }
    .mobile-menu nav li span{
        position: absolute;
        right: 25px;
        top: 15px;
        font-size: 1.8em;
        transition: all .3s ease;
        display: inline-block;
    }
    .mobile-menu nav li span.drop-open{
        transform: rotateX(180deg);
    }
    .mobile-menu nav li .submenu{
        display: none;
        list-style: none;
        padding-left: 15px;
        transform: translateY(-10px);
    }
    .mobile-menu nav li .submenu a{
        padding: 6px 0;
        font-size: 0.9em;
    }
    .mobile-menu nav li+li{
        border-top: 1px solid rgba(151,151,151,0.11);
    }
    .mobile-menu .social{
        padding-left: 25px;
        padding-right: 25px;
    }
    .mobile-menu .mobile-logo{
        width: 90px;
    }
    .open .mobile-menu {
        left: 0;
    }
    .mobile-menu .menu-item .sub-menu{
        display: none;
        font-size: 15px;
        padding-left: 20px;
        list-style: none;
    }
    .mobile-menu .menu-item .sub-menu-toggle{
        display: none;
    }
    .mobile-menu .menu-item.menu-item-has-children > .sub-menu-toggle{
        position: absolute;
        top: 16px;
        right: 1rem;
        color: inherit;
        line-height: 20px;
        display: inline-block;
        font-size: 2em;
    }
    .mobile-menu .menu-item.menu-item-has-children > .sub-menu-toggle:before{
        content: '+';
    }
    .mobile-menu .menu-item .sub-menu .sub-menu-toggle{
        display: none;
    }
    .sub-menu{
        display: none;
    }
    .mobile-menu nav li .sub-menu a{
        padding: 10px 20px 10px 0;
    }
    .mobile-menu nav li.red a{
        color: #f00;
    }
}

/* 6.0 - Header
============================== */
.head-top{
    background-color: #000;
    padding: 15px 0;
    font-family: 'GothamBold';
    font-size: 12px;
    letter-spacing: 0.7px;
}
.head-top .head-currency{
    padding-right: 10px;
    border-right: 1px solid #484848;
    margin-right: 15px;
    height: 25px;
    width: 85px;
}
.head-top .head-currency > ul{
    margin: 0;
    position: absolute;
    padding: 0 5px;
    background: #000;
}
.head-top .head-currency > ul a{
    opacity: 1;
}
.head-top .head-currency > ul .active-currency{
    order: -2;
}
.head-top .head-currency > ul:not(.open-currencies) > li:not(.active-currency){
    display: none;
}
.head-top .flag{
    width: 25px;
}
.head-top .menu a{
    padding-top: 0;
    padding-bottom: 0;
}
.head-top  a:hover{
    opacity: 0.5;
}
.head-top *{
    color: #fff;
}
.head-top .signin{
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #484848;
}
.head-middle{
    padding: 44px 0;
    border-bottom: 1px solid #e7e7e7;
}
.head-middle .menu-open{
    margin-top: 3px;
    display: inline-block;
    margin-left: 15px;
}
.head-logo{
    width: 200px;
    display: inline-block;
}
.head-logo:after{
    display: none !important;
}
.header .s{
    padding-left: 36px;
    width: 180px;
    margin: 0;
    height: 40px;
}
.header .search-button{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.head-right > .columns + .columns{
    border-left: 1px solid #ebebeb;
}
.head-right a:after{
    display: none;
}
.head-nav{
    padding-top: 22px;
    padding-bottom: 22px;
}
.head-nav .menu > li{
    padding-left: 24px;
    padding-right: 24px;
}
.head-nav .menu > li > a{
    padding: 0;
    font-size: 1.15em;
}
.head-nav .menu > li > a.menu-item-sale{
    font-family: 'gothamBold';
    color: #af051a;
}
@media screen and (max-width: 63.9375em) {
    .head-top{
        padding: 6px 0;
    }
    .header .search-button{
        left: 0;
    }
    .head-middle{
        padding: 16px 0;
    }
    #mobileSearch{
        transform: translateY(-100%);
        transition: all .4s ease;
        border-bottom: 6px solid #000;
        padding-top: 15px;
    }
    .is-reveal-open #mobileSearch{
        transform: none;
    }
    #mobileSearch .form-control{
        margin: 0;
        width: 90%;
        text-transform: uppercase;
    }
    #mobileSearch .button{
        height: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 39.9375em) {
    .head-logo{
        width: 100px;
    }
    .head-top{
        font-size: 9px;
    }
    .head-top .flag{
        width: 20px;
        margin-top: -2px;
    }
    .head-top .head-currency{
        width: 70px;
        margin-right: 9px;
        height: 16px;
    }
    .head-middle .menu-open{
        margin-left: 8px;
    }
}
/* 7.0 - Footer
======================================= */
.footer{
    border-top: 1px solid #ebebeb;
    padding-top: 75px;
    padding-bottom: 75px;
}
.footer .social li a{
    font-size: 2em;
}
.footer .categories-widget{
    flex-wrap: wrap;
    max-height: 250px;
}
.footer-logo{
    display: inline-block;
    width: 120px;
    margin-top: -7px;
}
.footer-logo:after{
    display: none;
}
.copyright{
    font-size: 0.85em;
}
@media screen and (max-width: 63.9375em) {
    .footer{
        padding: 19px 0;
        border-top: 0;
    }
    .footer .accordion-title{
        padding: 19px 0;
        border-top: 1px solid rgba(151,151,151,.11);
    }
    .footer :last-child:not(.is-active) > .accordion-title{
        border-bottom: 1px solid rgba(151,151,151,.11);
    }
    .footer .accordion-content{
        padding-bottom: 19px;
    }
    .footer .social{
        margin-bottom: 30px;
    }
    .footer-logo{
        margin: 40px 0;
    }
    .footer .categories-widget{
        max-height: 180px;
    }
}
@media screen and (max-width: 39.9375em) {

}
/* 8.0 - Pages
======================================= */
.full-width-slider > .sl:not(:first-child){
    display: none !important;
}
.page-heading .full-width-slider .sl{
    /* padding-top: 10vw;
    padding-bottom: 10vw; */
    min-height: 580px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
}
.page-heading .full-width-slider .sl.no-text-bg {
    background-position: center right;
}
.page-heading .full-width-slider .sl .row {
    position: relative;
}
.page-heading .full-width-slider .sl .text-bg {
    position: absolute;
    top: 0;
    height: 100%;
}
.page-heading .full-width-slider .sl.text-bg-right .text-bg {
    right: 0;
}
@media screen and (max-width: 639px) {
    .page-heading .full-width-slider .h1{
        font-size: 2.0em;
    }
}
@media screen and (max-width: 480px) {
    .page-heading .full-width-slider .h1{
        font-size: 1.2em;
    }
    .full-width-slider .link-underline {
        font-size: 12px;
    }
}
.page-heading .slick-dots{
    position: absolute;
    bottom: 3%;
    right: 10%;
}
.page-heading .slick-dots > li > button{
    background-color: #fff;
    opacity: 0.23;
}
.page-heading .slick-dots > li.slick-active > button{
    opacity: 1;
}
.pay-aftp{
    padding-top: 44px;
    padding-bottom: 44px;
    font-size: 16px;
}
.cat-thumb{
    overflow: hidden;
}
.cat-thumb > img{
    transition: all .3s ease;
}
.cat-thumb:hover > img{
    transform: scale(1.2);
}
.cats-cols{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}
.cats-slider .slick-track{
    display: flex;
}
.cats-slider .slick-track > .columns{
    height: auto;
    display: flex;
}
.cats-cols .card{
    border: none;
}
.cats-cols .card h3{
    text-transform: uppercase;
}
.cats-cols .card-section{
    padding-top: 35px;
    padding-bottom: 30px;
}
.cats-cols .card p{
    margin-bottom: 2em;
}
.cats-cols .card h3{
    margin-bottom: 0.5em;
}
.cats-cols .card a.more-link{
    text-transform: uppercase;
    font-family: 'gothamBold';
    border-bottom: solid 2px #040404;
    letter-spacing: 2px;
}
.cats-cols .card a.more-link:after{
    display: none;
}
.cats-cols .card a.more-link:hover{
    border-bottom-color: rgba(0, 0, 0, 0);
}
.arrivals-section{
    padding-top: 61px;
    padding-bottom: 40px;
}
.arrivals-section .card{
    border-color: rgba(0, 0, 0, 0);
    transition: all .4s ease;
    padding: 10px;
    background-color: #fff;
}
.arrivals-section .card:hover{
    /* border-color: #ccc; */
    /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3); */
}
.arrival-prods .product-sizes{
    background: #f9f9f9;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    opacity: 0;
    transition: all .4s ease;
    margin-bottom: 0;
}
.arrivals-section .card:hover .product-sizes{
    opacity: 1;
}
.arrival-prods .product-sizes > li{
    padding: 3px 7px;
}
.arrivals-section .card h5{
    text-transform: uppercase;
}
.arrivals-section .card .card-section{
    padding-top: 35px;
}
.arrivals-section .card p{
    color: #695b5b;
}
.arrivals-section .card .prod-thumb{
    height: 180px;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: center;
}
.arrivals-section h2{
    margin-bottom: 0.3em;
}
.arrivals-section .card .prod-thumb > img{
    max-height: 100%;
    width: auto;
    object-fit: cover;
}
.woocommerce-error{
    display: none;
}
.arrival-prods{
    padding-top: 70px;
}
.single-product .arrival-prods{
	padding-top: 0px;
}
.product-categories-list .arrival-prods .card .card-section p.product-price-wrap{

}
.instagram-section{
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
}
.instagram-section h5{
    letter-spacing: 2px;
}
.instagram-section .instagram-slider .columns{
    padding-left: 0;
    padding-right: 0;
}
.instagram-section .prod-entrys{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.86);
    transition: all .4s ease;
    opacity: 0;
    color: #fff;
    cursor: pointer;
}
.instagram-section .prod-entrys:hover{
    opacity: 1;
}
.instagram-section .prod-entrys .icon{
    font-size: 3em;
}
.newsletter-section{
    padding-top: 84px;
    padding-bottom: 90px;
}
.newsletter-section .input-group{
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}
.newsletter-section .input-group .button{
    font-size: 1em;
}
.call-button{
    font-family: 'GothamBold';
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
}
.contact-section{
    padding: 80px 0;
}
.contact-section h6{
    margin-bottom: 26px;
}
.contact-section>.row>.columns+.columns{
    border-left: 1px solid #e7e7e7;
}
.contact-section form .button{
    margin-bottom: 0;
}
.contact-box{
    padding: 40px 80px;
}
.checkbox-field{
    height: 48px;
}
.step-nav{
    padding: 30px 0;
    border-bottom: 1px solid #e7e7e7;
}
.step-nav .menu li{
    margin-left: 18px;
    margin-right: 18px;
}
.step-nav .menu li a{
      opacity: 0.32;
      pointer-events: none;
      cursor: default;
}
.step-nav .menu li.ch-current-step a{
    opacity: 1;
}
.step-nav .menu li.ch-current-step ~ li a{
      pointer-events: unset;
      cursor: pointer;
      opacity: 1;
}
.step-nav .menu li a{
    padding: 0;
    font-family: 'GothamLight';
    font-size: 12px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.step-nav .menu li a span{
    font-family: 'GothamBold';
}
.form-txt{
    opacity: 0.48;
    font-size: 10px;
    line-height: 1.6;
    color: #979797;
}
.filter-sidebar{
    width: 230px;
}
.cat-filter input[type=checkbox] + label:before{
    content: '';
    width: 14px;
    height: 14px;
    line-height: 14px;
    background-color: #e5e5e5;
    border: solid 1px #979797;
}
.cat-filter input[type=checkbox] + label{
    line-height: 1;
    margin-bottom: 10px;
    cursor: pointer;
}
.cat-filter li > span {
    cursor: initial;
}
.cat-filter input[type=checkbox]:checked + label:before{
    background-color: #4a4a4a;
}
.toolbar {
    padding-top: 15px;
    padding-bottom: 15px;
}
.toolbar .toolbar-select{
    border: 1px solid #e7e7e7;
    padding: 6px 8px 6px 12px;
    font-size: 13px;
}
.toolbar {
    padding-left: 12px;
    padding-right: 12px;
}
.toolbar .dk-select{
    margin-bottom: 0;
    margin-left: 15px;
}
.toolbar .dk-selected{
    height: 28px;
    margin: 0;
    border: none;
    border-left: 1px solid #dedede;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 25px;
    font-size: 1em;
    box-shadow: none;
    width: auto;
}
.toolbar .dk-select-open-down .dk-select-options{
    margin-top: 6px;
    margin-right: -1px;
    text-align: left;
}
.toolbar .button {
    padding: 5px 25px 5px 12px;
    font-family: 'gothambook';
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
}
.toolbar .button:after{
    font-family: 'icomoon';
    content: "\e905";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.toolbar .button:before{
    display: none;
}
.toolbar .button span:after{
    content: "|";
    padding-left: 10px;
    padding-right:10px;
    font-size: 26px;
    color: #484848;
    opacity:0.13;
    line-height: 1;
    vertical-align: middle;
}
.toolbar .dropdown-pane{
    background: #fff;
}
.arrivals-headng{
    background-color: #f9f9f9;
}
.row.row.columns.flex-container{
    display: flex;
}
.shopping-bag-section{
    padding-bottom: 80px
}
.shopping-bag-section .section-heading{
    padding-top: 70px;
    padding-bottom: 35px;
}
.shopping-bag-section hr{
    border-color: #e7e7e7;
}
.shopping-bag-section .section-heading h2{
    margin-bottom: 0.2em;
}
.btns-pair .button{
    margin-bottom: 0;
}
.products-table{
    margin-bottom: 26px;
}
.products-table tbody{
    border: none;
    background: none;
}
.products-table tbody tr:nth-child(even),
.products-table tbody tr{
    border: none;
    background: none !important;
    border-bottom: 1px solid #ebebeb;
}
.products-table tr td{
    padding-top: 42px;
    padding-bottom: 35px;
}
.products-table tr td:last-child{
    padding-right: 0;
    text-align: right;
}
.products-table .prod-img{
    display: inline-block;
    max-width: 190px;
}
.products-table h5{
    margin-bottom: 0;
}
.products-table .button{
    margin-bottom: 0;
    font-size: 13px;
    padding: 12px 20px;
}
.prod-qty {
    border: 1px solid #e7e7e7;
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.prod-qty span{
    display: inline-block;
    margin-right: 10px;
}
.prod-qty .dk-select{
    margin-bottom: 0;
}
.prod-qty .dk-select .dk-selected{
    margin-bottom: 0;
    border: none;
    border-left: 1px solid rgba(72, 72, 72, 0.13);
    padding: 0 10px;
    height: 26px;
    box-shadow: none;
    line-height: 1.9;
    min-width: 50px;
}
.prod-qty .dk-select-open-down .dk-select-options{
    margin-top: 5px;
    padding-top: 0;
    padding-bottom: 0;
}
.prods-total-price > li{
    margin-bottom: 20px;
}
.single-product-section{
    padding-top: 30px;
    padding-bottom: 50px;
}
.single-product-section .woocommerce-product-gallery{
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.single-product-section .woocommerce-product-gallery .flex-viewport{
    order: 2;
}
.single-product-section .product-info .accordion-content{
    padding-bottom: 20px;
}
.single-product-section .product-info .accordion-content p{
    margin-bottom: 0;
}
.single-product-section .product-info .accordion .addtoany_shortcode a:after{
    display: none;
}
.single-product-section .product-info .accordion .addtoany_shortcode a span{
    background-color: #000 !important;
}
.single-product-section video{
    max-width: 100%;
}
.single-product-section .prod-images-list{
    margin-right: 40px;
}

.single-product-section .prod-images-list li:not(:last-child){
    margin-bottom: -40px;
}
.single-product-section .prod-images-list img{
    border: 1px solid transparent;
}
.single-product-section .prod-images-list a.active-img,
.single-product-section .prod-images-list a:hover{
    opacity: 0.2;
}
.single-product-section .prod-images-list a.video-thumbnail{
    position: relative;
}
.single-product-section .prod-images-list a{
    display: block;
}
.single-product-section .prod-images-list a.video-thumbnail{
    border: 1px solid #E7E7E7;
    margin-top: -25px;
}
.single-product-section .prod-images-list a.video-thumbnail span{
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
    margin: 20px 6px 15px;
}
.single-product-section .prod-images-list a.video-thumbnail h6{
    text-transform: uppercase;
    font-size: 8px;
}
.single-product-section .prod-images-list a.video-thumbnail span:before{
    content: "\ea15";
    position: absolute;
    color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: icomoon;
    font-size: 2.6em;
    z-index: 5;
}
.prod-nav-links a{
    position: fixed;
    top: 50vh;
    transform: translateY(-50%);
    color: #D8D8D8;
}
.prod-nav-links a:hover{
    color: #000;
}
.prod-nav-links a.link-next{
    right: 20px;
}
.prod-nav-links a.link-prev{
    left: 20px;
}
.single-product-section .prod-images-list a.active-img:not(.video-thumbnail) img{
    border: 1px solid #979797;
}
.single-product-section .big-image{
    margin-right: 9%;
}
.single-product-section .big-image img{
    max-height: 100%;
}
.single-product-section .product-info h4{
    font-size: 1.45em;
}
.single-product-section .product-info h3{
    font-family: GothamBook;
    font-size: 1em;
    margin-bottom: 15px;
}
.single-product-section .product-info hr{
    border-color: rgba(151, 151, 151, 0.1);
}
.single-product-section .size-box{
    margin-bottom: 30px;
}
.single-product-section .size-box p{
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
}
.single-product-section .size li {
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    margin-right: 7px;
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
    margin-top: 3px;
}
.single-product-section .button-group .button.small{
    font-size: 13px;
    letter-spacing: normal;
    text-transform: uppercase;
}
.single-product-section .size input[type=radio]{
    display: none;
}
.single-product-section .size input[type=radio] + label{
    display: inline-block;
    min-width: 26px;
    height: 26px;
    margin: 0;
    line-height: 26px;
    transition: all .4s ease;
    padding: 0;
    font-size: 13px;
}
.single-product-section .size input[type=radio] + label:before{
    display: none;
}
.single-product-section .size input[type=radio]:checked + label{
    color: #fff;
    background-color: #000;
}

.single-product-section .size input[type=radio]:disabled + label{
    cursor: not-allowed;
}
.single-product-section .size input[type=radio]:disabled + label:after{
    content: '';
    width: 42px;
    transform: rotate(135deg);
    height: 1px;
    background-color: rgba(151,151,151,.3);
    position: absolute;
    bottom: 13px;
    left: -7px;
}
.single-product-section .afterpay-box{
    padding: 40px 0;
}
.single-product-section img{
   /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.single-product-section .afterpay-box p{
    margin-bottom: 0;
    margin-left: 18px;
    font-size: 12px;
    color: #979797;
}
.single-product-section .afterpay-box p a{
    color: inherit;
}
.single-product-section .accordion-title{
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: 1px solid rgba(151,151,151,.1);
}
.content-section .v-delim{
    border-left: 1px solid rgba(151,151,151,0.26);
}
.content{
    padding-right: 70px;
    padding-bottom: 100px;
}
.sidebar{
    padding: 105px 0 100px 55px;
}
.sidebar .widget{
    margin-bottom: 50px;
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
#dropdown-filter.dropdown-pane{
    position: static;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    padding-top: 15px;
}
#subscribe-for-stock{
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.3);
    border: none;
    width: 378px;
    padding: 0;
    margin-right: 40px;
}
#subscribe-for-stock .dropdown-pane-inner{
    padding: 40px;
    position: relative;
    z-index: 200;
    background-color: #fff;
}
#subscribe-for-stock:before{
    border: none;
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    transform: rotateZ(45deg) translateY(-50%);
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 118 !important;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.19);
}
.single-product-section .product-info #subscribe-for-stock h3{
    font-size: 1.875em;
    text-transform: none;
    letter-spacing: -1.8px;
}
.faqs-page .content{
    padding-right: 35px;
}
@media screen and (max-width: 1180px) and (min-width: 63.93em){
    .product-info .button-group .button{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 1250px) and (min-width: 39.96em){
    .products-table .button{
        font-size: 12px;
        letter-spacing: normal;
        min-width: 110px;
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media screen and (max-width: 63.96em){
    .newsletter-section{
        padding-top: 10vw;
        padding-bottom: 0;
    }
    .instagram-section .prod-entrys .icon{
        font-size: 1.5em;
    }
    .cats-cols .card-section{
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .cats-cols .card-section p{
        margin-bottom: 1em;
    }
    .cats-cols .slick-dots > li > button{
        width: 9px;
        height: 9px;
        background-color: #4a4a4a;
        opacity: 0.23;
    }
    .cats-cols .cats-slider > .columns:not(:first-child){
        display: none;
    }
    .cats-cols .slick-dots > li.slick-active > button{
        background-color: #4a4a4a;
        opacity: 1;
    }
    .cats-cols .card-section p br{
        display: none;
    }
    .arrivals-section{
        padding-top: 9vw;
        padding-bottom: 3vw;
    }
    .arrivals-section p br{
        display: none;
    }
    .contact-box{
        padding: 30px 20px;
    }
    .contact-section{
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .products-table .prod-img{
        max-width: 130px;
    }
    .shopping-bag-section .section-heading{
        padding-top: 8vw;
        padding-bottom: calc(8vw - 30px);
    }
    .shopping-bag-section{
        padding-bottom: 8vw;
    }
    .filter-sidebar{
        width: 200px;
    }
    .category-page .arrivals-section .card .card-section{
        padding-top: 20px;
    }
    .category-page .arrivals-section .card .prod-thumb{
        height: 140px;
        padding: 15px;
    }
    .arrivals-headng{
        margin-top: 15px;
    }
    .arrivals-headng p br{
        display: none;
    }
    .arrivals-section h2{
        margin-top: .3em;
        font-size: 2em;
    }
    .step-nav .menu li a{
        padding: 5px;
    }
    .content-section .v-delim {
        border-left: 0;
        border-top: 1px solid rgba(151,151,151,0.26);
    }
    .content,
    .faqs-page .content{
        padding: 0;
    }
    .sidebar{
        padding-top: 30px;
        padding-left: 0;
        padding-bottom: 30px;
    }
    .content-section h2.margin-top-3{
        margin-top: 16px!important;
    }
    .step-nav .menu li{
        flex: 1 1 40%;
    }
    #subscribe-for-stock:before{
        display: none;
    }
    .toolbar {
        padding-left: 0;
        padding-right: 0;
    }
    .toolbar-select span{
        font-size: 12px;
    }
    .toolbar .dk-selected{
        padding-left: 5px;
        margin-left: 5px;
        font-size: 12px;
    }
    .toolbar .dk-select{
        margin-left: 5px;
    }
    /*.arrivals-section .card .prod-thumb{
        height: auto;
    }*/
}
@media screen and (min-width: 40em) {
    #dropdown-filter{
        display: block;
        visibility: visible;
    }
}
@media screen and (max-width: 39.96em) {
    .newsletter-section .input-group{
        max-width: none;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .newsletter-section .input-group .button{
        width: 100%;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .newsletter-section .input-group > *{
        flex: 1 1 100%;
        margin-top: 5px;
    }
    .instagram-section .prod-entrys .button{
        letter-spacing: 0;
        padding: 5px 10px;
        font-size: 11px;
    }
    .page-heading .full-width-slider .sl{
        min-height: 75vw;
    }
    .pay-aftp{
        font-size: 14px;
         padding-top: 14px;
        padding-bottom: 14px;
    }
    .pay-aftp img{
        width: 120px;
    }
    .cats-slider .slick-track > .columns{
        padding-left: 7px;
        padding-right: 7px;
    }
    .cats-cols .card{
        margin-bottom: 0;
    }
    .arrivals-headng{
        margin-top: 0;
    }
    /*.arrivals-section .card .prod-thumb{
        height: 120px;
    }*/
    .arrival-prods{
        padding-top: 6vw;
    }
    .arrivals-section .card .card-section{
        padding: 20px 5px 5px;
    }
    .contact-section>.row>.columns+.columns{
        border-left: none;
        border-top: 1px solid #e7e7e7;
    }
    .shopping-bag-section .button{
        width: 100%;
    }
    .products-table tbody tr{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        -ms-align-items: center;
        align-items: center;
    }
    .products-table .prod-img{
        flex: 1 1 100%;
        max-width: none;
    }
    .products-table .prod-img a{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .products-table tr td{
        padding: 15px 7px;
    }
    .btns-pair .button{
        margin-bottom: 4px;
        margin-top: 4px;
    }
    .toolbar .button{
        margin-bottom: 5px;
        padding-right: 20px;
        padding-left: 5px;
        font-size: 11px;
    }
    .arrival-prods-container .pagination li{
        display: inline-block;
    }
    .arrival-prods-container .pagination li:not(.pagination-next):not(.pagination-previous){
        margin-left: 2px;
        margin-right: 2px;
    }
    .toolbar .button span:after{
        padding-left: 2px;
        padding-right: 2px;
        font-size: 16px;
    }
    .pagination{
        display: flex;
        justify-content: center;
    }
    .pagination .pagination-previous{
        margin-right: auto;
    }
    .pagination .pagination-next{
        margin-left: auto;
    }
    .pagination::before, .pagination::after{
        display: none;
    }
    .filter-sidebar{
        width: 100%;
        padding-top: 0;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 20px;
    }
    .arrivals-headng{
        background: none;
    }
    .toolbar{
        padding-bottom: 0;
    }
    .toolbar>.row>.columns{
        padding-left: 4px;
        padding-right: 4px;
    }
    .arrivals-headng img{
        max-height: 40vw;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        object-fit: cover;
        margin-bottom: 15px;
        max-width: none;
    }
    .step-nav{
        padding: 15px 0;
    }
    .step-nav .menu li{
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        flex: 1 1 100%;
        justify-content: flex-start;
    }
    .checkbox-field{
        height: auto;
    }
    .single-product-section .size{
         margin-bottom: 10px;
    }
    .single-product-section .prod-images-list{
        margin-right: 0;
        display: flex;
        justify-content: space-between;
    }
    .single-product-section .prod-images-list li{
        width: 20%;
        max-width: 80px;

    }
    .single-product-section .prod-images-list li a{
        display: block;
    }
    .single-product-section .prod-images-list li + li{
        margin-top: 0;
        margin-left: 10px;
    }
    .single-product-section .prod-images-list img{
        width: 8px;
    }
    .single-product-section .big-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .single-product-section .big-image img{
        width: 100%;
    }
    .single-product-section .button-group .button{
        font-size: 12px;
    }
    .contact-box{
        padding: 20px 0;
    }
    #subscribe-for-stock{
        max-width: 90%;
    }
    .product-info .button-group{
        flex-wrap: wrap;
    }
    #subscribe-for-stock .dropdown-pane-inner{
        padding: 20px;
    }
    .product-info .button-group > .button{
        flex: 1 1 100%;
        margin: 0 0 10px 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .toolbar{
        padding-left: 12px;
        padding-right: 12px;
    }
    .toolbar .toolbar-select select{
        padding-left: 10px;
        margin-left: 10px;
    }
}


/*** Checkout ***/
.checkout-step-3 .shopping-bag-section .section-heading{
    padding-top: 60px;
    padding-bottom: 0;
}
.checkout-page .products-table thead{
    background: none;
    border: none;
}
.checkout-page .products-table thead th{
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'gothamBold';
}
.checkout-page .products-table tr td{
    padding-top: 20px;
    padding-bottom: 20px;
}
.checkout-page .products-table tr:first-child td{
    padding-top: 0;
    padding-bottom: 30px;
}
.checkout-page .prods-total-price > li{
    margin-bottom: 5px;
}
.checkout-info-box{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ebebeb;
}
.checkout-info-box h3{
    margin-bottom: 1em;
}
.checkout-page .shopping-bag-section{
    padding-bottom: 40px;
}
.checkout-page .shopping-bag-section form{
    margin-top: 40px;
}
.shopping-bag-section .addresses-row{
    margin-bottom: 16px;
}
.shopping-bag-section .addresses-row a{
    text-decoration: underline;
}
.shopping-bag-section .addresses-row ul{
    margin-bottom: 5px;
}
.shopping-bag-section .addresses-row h4{
    margin-bottom: 2em;
}
.shopping-bag-section .checkout-info-box .v-delim{
    border-left: 1px solid rgba(151,151,151,0.26);
}
.deliv-methods > li{
    margin-bottom: 10px;
}
.checkout-info-box .callout{
    border-radius: 7px;
    border-color: #e3e3e3;
    padding: 1.3em;
}
.payment-method{
    max-width: 500px;
}
.payment-method input[type=radio] + label{
    font-family: 'gothamBold';
    text-transform: uppercase;
}
.payment-method > li{
    padding-top: 20px;
}
.payment-method > li + li{
    border-top: 1px solid #ebebeb;
}
.payment-method .payment-details{
    padding-left: 30px;
    transition: opacity .1s ease;
    opacity: 0;
    visibility: hidden;
    transform-origin: top left;
    height: 0;
    margin-bottom: 20px;
}
.payment-method input[type=radio]:checked ~ .payment-details{
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: opacity .9s ease;
}
.payment-details .form-control{
    margin-bottom: 10px;
}
.payment-details .menu{
    margin-bottom: 40px;
}
.payment-details .menu > li{
    margin-left: 5px;
    margin-right: 5px;
}
.payment-details > .row{
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.payment-details > .row > .columns{
    padding-left: 5px;
    padding-right: 5px;
}
.payment-details .ccv-info{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 101%;
    white-space: nowrap;
    text-decoration: underline;
    font-weight: inherit;
    border: none;
    margin-bottom: 10px;
    display: inline-block;
}
.method-paypal img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.callouts-group.row{
    padding-top: 25px;
    margin-left: -5px;
    margin-right: -5px;
}
.callouts-group > .columns{
    padding-left: 5px;
    padding-right: 5px;
}
.callouts-group .callout{
    border-radius: 6px;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border: none;
}
.callouts-group .callout > .row{
    flex-grow: 1;
}
.callouts-group .callout .icon{
    font-size: 2.6em;
}
.callouts-group .callout small{
    font-family: 'gothamBold';
    font-size: 10px;
    line-height: 1.2;
    display: inline-block;
}
.checkout-step-4 .shopping-bag-section .section-heading{
    padding-top: 40px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1299px) {
    .checkout-step-4 .checkout-info-box h3{
        font-size: 2em;
    }
}
@media screen and (max-width: 63.96em) {
    .checkout-page .products-table thead{
        display: none;
    }
}
@media screen and (max-width: 39.96em){
    .payment-details .ccv-info{
        position: static;
        transform: none;
    }
    .payment-method{
        max-width: 100%;
    }
    .shopping-bag-section .addresses-row .v-delim{
        flex-grow: 1;
        height: 1px;
        border-top: 1px solid #ebebeb;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .callouts-group .callout{
        height: auto;
        margin-bottom: 20px;
    }
    .checkout-step-4 .checkout-info-box{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 450px) {
    .checkout-page .products-table .prod-img a{
        text-align: center;
    }
}

/*** FAQs ***/
.faqs-accordion .accordion-title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    border-top: 1px solid #ebebeb;
}
.faqs-accordion li:first-child .accordion-title{
    border-top: 0;
}
.faqs-accordion.accordion > .accordion-item .accordion-content{
    padding-bottom: 30px;
}
/*** Our story ***/
.story-section .left-bg:before{
    background-image: url("../images/JULIA I - EBONY.png");
    width: 50vw;
    background-size: cover;
    background-position: 0 0;
}
.story-info-box{
    padding: 85px 0 85px 50px;
}
.our-story-page.v2 .story-section{
    padding-top: 65px;
}
.our-story-page.v2 .story-info-box{
    padding: 25px 50px;
}
.story-section h3{
    font-size: 40px;
    text-transform: none;
    margin-bottom: 25px;
}
.title-social h5{
    font-family: 'Butler_Regular';
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.latest-collection-section{
    padding: 50px 0 55px;
}
.latest-collection-section .box.alt{
    background-color: #fbe0e3;
}
.latest-collection-section img{
    height: 100%;
}
.our-story-page .story-section h4.subheading{
    text-transform: none;
    margin-bottom: 24px;
    font-family: 'Butler_Regular';
    font-size: 1.5em;
    letter-spacing: -0.7px;
    line-height: 1.42;
}
.our-story-page.v2 .story-section h4.subheading{
    margin-bottom: 60px;
}
.our-story-page.v2 .title-social{
    margin-bottom: 50px;
}
.rotated-img{
    transform: rotate(20deg);
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.5);
    border: solid 11px #fff;
    position: absolute;
    left: 0;
    top:0;
}
img.shift-top{
    margin-top: -50px;
}
@media screen and (max-width: 63.96em) {
    .latest-collection-section{
        padding-top: 5vw;
        padding-bottom: 0;
    }
    .story-info-box{
        padding-left: 0;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .story-section{
        overflow: hidden;
    }
    .story-section .left-bg:before{
        width: calc(100vw + 30px);
        left: -15px;
        right: -15px;
    }
    .our-story-page.v2 .story-info-box {
        padding: 25px 0;
    }
    img.shift-top{
        margin-top: 0;
    }
    .our-story-page.v2 .story-section img{
        width: 100%;
    }
    .our-story-page.v2 .story-section h4.subheading {
        margin-bottom: 30px;
    }
    .our-story-page.v2 .title-social{
        margin-bottom: 15px;
    }
}
/*** Stockists ***/
.map-section{
    border: 1px solid #979797;
}
#gmap_canvas{
    height: 250px;
    width: 100%;
    -webkit-filter: grayscale(0.9);
    filter: grayscale(0.9);
}
.map-section input[type=submit]{
    border: 2px solid #282828;
    transition: border 0.25s ease-out;
}
.map-section input[type=submit]:hover{
    border-color: #808080;
}
.stockists-section{
    padding: 60px 0 110px;
}
.map-section a.link-underline{
    text-transform: uppercase;
    font-size: 9px;
}
.stockists-section h3{
    font-family: 'GothamBold';
    font-size: 13px;
    margin-right: 25px;
    margin-bottom: 60px;
    letter-spacing: 2px;
}
.stockists-section .dk-select .dk-selected{
    line-height: 2.2;
    border-color: #4e4646;
}
.stockists-tabs {
    border: 0;
    border-left: solid 1px #d5d5d5;
    padding-left: 10px;
    background: transparent;
    margin-bottom: 60px;
}
.stockists-tabs .tabs-title{
    padding-left: 18px;
    padding-right: 18px;
}
.stockists-tabs .tabs-title > a{
    padding: 14px 0;
    font-family: 'GothamBold';
    font-size: 13px;
    letter-spacing: 2px;
    outline: none;
}
.stockists-tabs .tabs-title.is-active > a:after{
    width: 100%;
}
.stockists-tabs .tabs-title.is-active > a:after,
.stockists-tabs .tabs-title > a:after{
    border-bottom: 2px solid;
}
.stockists-tabs .tabs-title > a:focus,
.stockists-tabs .tabs-title > a[aria-selected='true'] {
    background: transparent;
}
.stockists-tabs-content{
    border: 0;
    background: transparent;
    color: #000;
}
.stockists-tabs-content .tabs-panel{
    padding: 0;
}
.stockists-box{
    width: 100%;
    padding: 44px 38px;
    border: 1px solid #000;
}
.stockists-box h6{
    margin-bottom: 20px;
    text-transform: none;
}
.stockists-box p{
    font-size: 14px;
    margin-bottom: 30px;
}
.stockists-box .button-group{
    margin-bottom: 0;
}
.wishlist-section{
    padding-bottom: 13px;
}
@media screen and (max-width: 1200px) {
    .stockists-box .button-group .button{
        letter-spacing: normal;
    }
}
@media screen and (max-width: 63.9375em) {
    .stockists-section{
        padding: 48px 0;
    }
    .stockists-section h3{
        margin: 0 0 20px 0;
        font-size: 16px;
    }
    .stockists-tabs{
        margin-bottom: 30px;
    }
    .stockists-tabs .tabs-title{
        padding-left: 10px;
        padding-right: 10px;
    }
    .stockists-tabs .tabs-title > a{
        padding: 10px 0;
        letter-spacing: 1px;
    }
    .stockists-box{
        padding: 30px 20px;
    }
    .stockists-box .button-group{
        flex-wrap: wrap;
    }
    .stockists-box .button-group .button {
        margin-right: 0;
        margin-bottom: 13px;
        width: 100%;
        letter-spacing: normal;
    }
    .stockists-box .button-group .button:last-child{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 39.9375em) {
    .map-section input[type=submit]{
        margin-top: 8px;
        margin-bottom: 8px!important;
        width: 100%;
    }
    .stockists-tabs{
        border-left: 0;
        padding-left: 0;
    }
    .stockists-box{
        margin-bottom: 24px;
    }
    .stockists-section .dk-select{
        margin-bottom: 20px;
        font-family: 'GothamBold';
        font-size: 13px;
        letter-spacing: 2px;
    }
    .map-section{
        border-left: none;
        border-right: none;
    }
    .stockists-section .dk-select .dk-selected{
        height: 42px;
        line-height: 1.8;
    }
}

/****   *****/
.header-cart-tip{
    width: 255px;
    max-width: none;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.19);
    background-color: #fff;
    color: #000;
    padding: 0;
}
.header-cart-tip.bottom.tooltip:before{
    border: none;
    width: 22px;
    height: 22px;
    display: inline-block;
    transform: rotateZ(45deg) translateY(100%);
    background-color: #fff;
    z-index: 118 !important;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.19);
}
.header-cart-tip .header-cart-tip-inner{
    background-color: #fff;
    position: relative;
    z-index: 2000;
    padding: 0.75rem;
    font-size: 12px;
}
.header-cart-tip .row + .row{
    border-top: solid 1px #e9e9e9;;
}
.header-cart-tip .row {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-cart-tip .row > .columns{
    padding-left: 10px;
    padding-right: 10px;
}
.header-cart-tip a.button.expanded{
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
}
.header-cart-tip a.button.expanded:hover{
    opacity: 0.65;
}
.header-cart-tip .procuct-count{
    min-width: 15px;
    display: inline-block;
    text-align: center;
}
.head-middle a[data-tooltip]{
    border: none;
    cursor: pointer;
    outline: none;
}
.insta-accounts-list .insta-account{
    overflow: hidden;
}
.insta-accounts-list .insta-account .box-cover .icon{
    color: #fff;
    font-size: 2em;
}
.insta-accounts-list .insta-account .box-cover{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    transition: all .7s ease;
    text-align: center;
    padding: 10px;
    opacity: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.insta-accounts-list .insta-account:hover .box-cover{
    opacity: 1;
}
.instagram-single-reveal .rev-footer a{
    color: #777;
    font-size: 1.5em;
}
.instagram-single-reveal .rev-footer a:after{
    display: none;
}
.instagram-single-reveal .rev-footer a:hover{
    color: #000;
}
.instagram-single-reveal .rev-footer li:first-child a{
    padding-left: 0;
}
.instagram-single-reveal.reveal.large{
    padding: 20px 5px;
    max-width: 970px;
}
.instagram-single-reveal .full-img{
    width: 100%;
}
.instagram-single-reveal .rv-prod-name,
.instagram-single-reveal .rv-prod-price{
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 5px;
}
.instagram-single-reveal .inst-img-link:after{
    display: none;
}
.instagram-single-reveal .rv-product-add .button{
    font-size: 8px;
    padding: 9px 12px;
    text-transform: uppercase;
}
.instagram-single-reveal .rv-prod-desc{
    font-size: 18px;
    font-family: "Times New Roman", serif;
}
.instagram-single-reveal .close-button{
    font-size: 5em;
    line-height: 40px;
    position: static;
    color: #444;
}
.insta-accounts-list .insta-account a.button{
    text-transform: uppercase;
}
.insta-accounts-list .insta-account img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.add-insta-account{
    font-size: 50px;
}
.add-insta-account:after{
    display: none;
}
.add-insta-account:hover{
    opacity: 0.3;
}
@media screen and (max-width: 63.96em) {
    .header-cart-tip.bottom.tooltip:before{
        display: none;
    }
}
@media screen and (max-width: 39.96em) {
    .term-description p br{
        display: none;
    }
    .feature_block.cats-cols .card {
        border: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .pagination-wrap li a.next,
    .pagination-wrap li a.prev {
        display: none;
    }
    .story-section h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 39.96em) {
    #subscribe-for-stock {
        left:350px;
    }
}





/*edit shipping address css fix*/
#address-form-shipping-modal{
	padding: 50px;
	width: 520px;
}
#address-form-shipping-modal form{
	width: 100%;
}
#address-form-shipping-modal h2{
	font-size: 2em;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#address-form-shipping-modal .button{
	width: 100%;
}

/**new stockists page**/
.stockists-section input.form-control{
    height:45px;
}
.stockists-section a.link-underline{
    text-transform:uppercase;
    font-size: 9px;
}
.stockists-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stockists-img {
  height: 80vh;
  width: 100%;
  min-height: 300px;
}

.stockists-container .drop-select {
  text-transform: uppercase;
  font-weight: 700;
}
.stockists-container {
  border-top: 1px solid #e6e6e6;
  padding: 3vw;
}
.stockists-container .tabs-panel{
    padding-top:0;
}
.stockists-container .tabs:after,
.stockists-container .tabs:before {
  display: none;
}
.stockists-container .tabs li a{
    padding-top:0;
}
.stockists-container .tabs-title{
    float: left;
}
.stockists-container ul.example-tabs3 .tabs-title{
    float: none;
}
.stockists-container .tabs li a {
  outline: none;
}
.example-tabs1 li a {
  text-transform: uppercase;
  color: #a4a4a4;
  font-weight: 700;
  padding-left: 3px;
  padding-right: 3px;
}

.stockists-container a:not(.no-line):after,
.stockists-container a:not(.button):after {
  border-bottom: 4px solid #000;
  bottom: 0;
}
.stockists-container .tabs {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
.stockists-container .tabs-title>a:focus::after,
.stockists-container .tabs-title>a[aria-selected=true]::after {
  width: 100%;
}
.stockists-container .tabs-title>a:focus, 
.stockists-container .tabs-title>a[aria-selected=true] {
  background: none;
  color: #000;
}
.stockists-container .tabs-content {
  border: 0;
}
.stockists-container .example-tabs1 > .tabs-panel {
    padding-left: 5vw;
}
.stockists-container .tabs2-content > .tabs-panel,
.stockists-container .example-tabs2 > .tabs-panel {
    padding: 0;
}
.stockists-container .example-tabs2 li a:hover {
  color: #000;
}
.stockists-container .example-tabs2 li a {
  font-weight: 700;
  color: #a4a4a4;
  padding-left: 10px;
  padding-right: 10px;
}
.stockists-container .example-tabs2 li a::after,
.stockists-container .example-tabs2:after,
.stockists-container .example-tabs2:before {
  display: none;
}
.stockists-container .example-tabs2 {
      text-transform: uppercase;
      border-bottom: 0;
      width: 100%;
      display:inline-block;
}
.stockists-container .tabs3-content {
      position: relative;
      top: -35px;
}
.stockists-container .tabs3-content .tabs-panel {
      padding-top: 0;
      padding-right: 0;
}
.stockists-container .example-tabs3 {
      column-count: 2;
      column-gap: 2vw;
      border-bottom: 0;
      list-style: none;
      margin-left: 0;
}
.stockists-container .example-tabs3 li a::after {
    display: none;
}
.stockists-container .example-tabs3 li a:hover {
    text-decoration: none;
}
.stockists-container .example-tabs3 li a {
      display: inline-block;
      padding-bottom: 0;
      text-decoration: underline;
      font-weight: 500;
      padding-left: 0;
}

@media screen and (max-width: 63.96em) {
  .stockists-container .example-tabs3 {
        column-count: 3;
        margin-left:0;
  }
}
@media screen and (max-width: 39.96em) {
  .stockists-container {
       padding: 0;
  }
  .stockists-container .tabs-panel{
        padding-left:0;
  }
  .stockists-container .example-tabs3 {
        column-count: 2;
  }
  .stockists-form form {
        margin-bottom: 15px;
        width: 100%;
        max-width: 320px;
  }
  .stockists-section input.button {
       height:45px;
       width:100%;
       margin-top: 8px;
       margin-bottom: 8px!important;
  }
  .stockists-container .drop-select {
        margin-bottom: 0;
  }
  .stockists-form .input-group .button {
        margin-top: 5px;
        padding: 20px;
  }
  .stockists-form .input-group .button,
  .stockists-input {
        width: 100%;
  }
  .stockists-form .input-group,
  .stockists-form  {
        flex-direction: column;
  }
}


/* .woocommerce-checkout .woocommerce-billing-fields .form-control{
    height: 48px;
    padding-left: 12px;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single{
    padding-left: 12px;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
    display: block !important;
} */

/* Checkout Page Custom Layout */
.checkout-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.checkout-column {
    width: 48%; /* Adjust the width as needed */
    box-sizing: border-box;
}

.checkout-column.billing-address {
    order: 1;
}

.checkout-column.order-review {
    order: 2;
}

.checkout-payment {
    width: 100%;
    margin-top: 20px;
    order: 3;
}

.woocommerce-checkout .columns.text-center.animate-children {
    text-align: justify;
}

.woocommerce-checkout h3 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
}

.woocommerce-checkout .billing-details {
    background-color: #f4f4f4;
    padding: 20px;
}

.woocommerce-checkout .woocommerce-billing-fields.columns .woocommerce-billing-fields__field-wrapper {
    padding: 0rem 5rem 0rem 5rem !important;
}
.woocommerce-checkout p.form-row.woocommerce-mailchimp-opt-in.checkbox-field-container {
    padding-bottom: 1rem;
}
.woocommerce-checkout div#payment ul {
    margin-top: 20px;
    padding: 0rem 5rem 1rem 5rem !important;
    width: 100%;
    max-width: 100%;
}

.woocommerce-checkout-review-order .prod-img a {
    width: 100px;
    height: 100px;
    /* display: block; */
    display: flex;
    align-items: center;
}

.woocommerce-checkout-review-order td.no-line.prod-img {
    width: 27%;
}

.woocommerce-checkout .order-summary {
    background-color: #f4f4f4;
    padding: 2rem 2rem 0 2rem;
    position: sticky;
    top: 10px;
}

.woocommerce-checkout-review-order td.no-line.prod-img {
    width: 27%;
}

.woocommerce-checkout-review-order .prod-img img {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.woocommerce-checkout .row.align-middle.margin-bottom-1.error {
    text-align: center;
}

.woocommerce-checkout #wc-stripe-payment-request-wrapper {
    justify-self: center;
}

.add-gift-wrapping input[type="checkbox"] {
    appearance: none;
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 0px;
    padding: 7px;
}

ul#shipping_method {
    flex-direction: column !important;
}

.woocommerce-checkout .checkout-info-box.senso-review-order-confirm-billing-section {
    justify-items: center;
    background: transparent;
    margin-bottom: 2rem;
    padding: 2rem 5rem 2rem 5rem !important;
}

#add_free_cardmessage {
    width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-methods li {
    padding: 12px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.gift-main-wrapper {
    border-top: 1px solid #ccc !important;
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
    padding: 2rem 5rem 2rem 5rem !important;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
}

.pickup_location {
    margin-left: unset !important;
}

.place-order {
    max-width: 100% !important;
}

.place-order button {
    float: unset !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .checkout-column {
        width: 100%;
    }
}


/* customizer */
.header-menu-link_img {
    display: none;
}


.product-info .yith-wcwl-add-to-wishlist {
    float: right;
    bottom: 0px;
    position: absolute;
    right: 0;
}

.product-summary .single_variation_wrap {
    position: unset !important;
}

.shrink-for-medium-up {
    margin-bottom: 30px !important;
}

ul.accordion.complete {
    margin-top: 3rem;
}

.single-product .zippay-box.no-afterpay {
    margin-top: 0px;
}

.afterpay-main-text {
    padding-right: 0px;
    display: none !important;
}

.after-summary-payments.complete {
    display: flex;
    margin-top: 3rem;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.after-summary-payments.complete iframe {
    width: auto !important;
}

#wc-stripe-payment-request-wrapper {
    order: 3;
    margin: 0px !important;
    width: 50%;
}


.dropdown-pane.out-of-stock-notify .close-button {
    top: 0px;
    right: 10px;
}

p.shipping-returns {
    margin-bottom: 7px !important;
    line-height: 20px;
}

#yith-quick-view-content table.variations {
    display: none;
}

.single.single-product table.variations {
    display: none;
}

ul.menu.size {
    z-index: 999;
}

.pickup_location h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.checkout-page .ppcp-messages {
    display: none !important;
}

.gift-main-wrapper {
    display: flex;
    margin-bottom: 10px;
    border-top: 1px solid #ebebeb;
    padding-top: 2rem;
    margin-top: 2rem;
}

.save_continue button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: 'GothamBold';
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #282828;
    color: #fefefe;
    /* font-weight: 500; */
}

.add-gift-wrapping input[type="checkbox"] {
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 0px;
}

.add-gift-wrapping input[type="checkbox"]:checked::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: -1px;
}

.add-gift-wrapping label {
    display: flex !important;
    align-items: center;
    padding: 12px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.add-gift-wrapping input[type="checkbox"]:focus {
    outline: none;
    box-shadow: unset;
}

.gift-main {
    width: 100%;
    position: relative;
}

.gift-main-img img {
    max-height: 150px !important;
    width: 100% !important;
    object-fit: cover;
    height: 100% !important;
}

.gift-main-img {
    width: 100%;
    margin: 20px 0;
}

.checkout-info-box .delivery-methods {
    width: 100%;
    margin-top: 20px;
}

.pickup_location p {
    margin-bottom: 7px;
}

p.freelop {
    color: #96a3ae;
    font-size: 12px;
}

a.more-detailspick {
    font-weight: 900;
    font-size: 11px;
    text-decoration: underline;
}

ul#shipping_method:has(li > input[value="local_pickup:12"]:checked) + .pickup_location {
    display: block;
}

.pickup_location {
    display: none;
    margin-right: 0px;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 24px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    font-size: 13px;
}

.shipping-note {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px !important;
}

ul#shipping_method {
    display: flex;
    column-gap: 150px;
    flex-direction: row-reverse;
    justify-content: start;
    margin-bottom: 0;
}

.shopping-bag-section .button {
    float: none !important;
}

img.stripe-icon-cus {
    max-width: 100px;
}

#custom_checkout_field_free {
    display: none;
    background: #fff;
    padding: 24px;
    border: 1px solid #e7e7e7;
    border-top: 0;
}

#add_free_cardmessage {
    width: 100%;
}

.stripe-icon-cus {
    display: block !important;
}

.shopping-bag-section .button {
    float: left;
}

.payment_method_stripe .stripe-logos {
    display: none !important;
}


.cusrasectin .row.large-up-4.small-up-2.text-center.animate-children {
    margin: 0px;
    width: 100%;
}

#wc-stripe-payment-request-wrapper {
    margin-bottom: 30px;
}

#page table.cart.woocommerce-cart-form__contents td.product-price {
    display: table-cell;
}

#page table.cart.woocommerce-cart-form__contents td.product-price del {
    opacity: 0.5;
    font-size: 13px;
    margin-right: 3px;
}

/* .wcpbc-price span.woocommerce-Price-amount.amount {
    color: #d0021b;
}
.wcpbc-price del span.woocommerce-Price-amount.amount  {
       color: #695b5b !important;
} */

.product_cat-on-sale .price-wrap del {
    color: #695b5b;
}

.product_cat-on-sale .price-wrap ins bdi {
    color: #d0021b;
}

.sale-color-cus .product-price-wrap del {
    color: #695b5b;
}

.arrivals-section .sale-color-cus p {
    color: #d0021b;
}

.stockists-search {
    display: none;
}

.add_to_wishlist:before {
    display: none !important;
}

.arrival-prods .flex-container {
    flex-direction: column !important;
}

.zoom img:not(.zoomImg) {
    max-width: 100%;
}

button.add_to_cart_button.ajax_add_to_cart.button.alt.in-stock {
    display: block !important;
}

.card.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    margin-bottom: 0;
    padding-bottom: 0;
}

.yith-wcqv-wrapper input[type=radio] + label:before {
    margin-right: 5px;
}

.head-currency .relative-block {
    display: none !important;
}

.yith-wcqv-wrapper label {
    margin-right: 15px !important;
}

.yith-wcqv-wrapper .add_to_cart_button {
    display: block !important;
}

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

    .page-heading .full-width-slider .sl {
        min-height: 600px !important;
    }

    .feature_block.cats-cols {
        max-width: 1501px;
        margin: 0 auto;
    }

    .page-heading .full-width-slider .sl .row {
        max-width: 90%;
    }
}

.home .page-heading {
    max-width: 1472px;
    margin: 0 auto;
}

.home .full-width-slider a.no-text {
    position: absolute;
    top: -300px;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

#dropdown-filter a {
    font-size: 14px;
    padding: 0;
    line-height: 24px;
}

#dropdown-filter .menu {
    margin-bottom: 20px;
}

#dropdown-filter .menu li {
    width: 100%;

}

#dropdown-filter .menu li a::after {
    border: none !important;
}

#dropdown-filter .widget_nav_menu {
    padding-right: 30px;
}

.single-product .gallery-main-wrap .gallery-main img {
    max-height: 100%;
}

.single-product-section .size input[type=radio] + label {
    min-width: 36px;
}

.postid-45605 .arrivals-section {
    display: none;
}


/* Margin for apple pay button*/
.shrink-for-medium-up {
    margin-bottom: 60px;
}

.shrink {
    margin-bottom: 30px !important;
}

#wc-stripe-payment-request-wrapper {
    padding-top: 0px !important;
}

/* margin-top on product page size*/
.single-product-section .size-box {
    margin-top: 50px !important;
}

.content.boutique-content {
    padding-right: 0px !important;
    text-align: center;
}

.content.boutique-content img {
    width: 100%;
}

.boutique-main-section .columns.large-4.small-12.v-delim {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

section.pay-aftp.full-width-text.section-boutique.sec-2 {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

section.pay-aftp.full-width-text.section-boutique.sec-1 {
    margin: auto;
}

.section-boutique .QsDR1c.complete {
    width: 82%;
    margin: auto;
}

.section-boutique table tbody {
    border: 0px !important;
}

.LrzXr {
    font-size: 16px !important;
}

.content.boutique-content h2 {
    margin-bottom: 3rem;
}

@media screen and (max-width: 624px) {
    #add_free_cardmessage {
        width: 100%;
    }

    section.pay-aftp.full-width-text.section-boutique.sec-2 {
        position: unset !important;
    }

    .pay-aftp {
        font-size: 16px !important;
    }

    .home #page .page-heading .full-width-slider .sl {
        background: none !important
    }

    .home #page .page-heading .full-width-slider .sl img {
        opacity: 1 !important;
        height: 250px;
        object-fit: cover;
        width: 100%;
    }
}

.full-width-slider .sl div {
    width: 100%
}

@media screen and (max-width: 480px) {
    .gallery-main a {
        max-width: 100% !important
    }

    .single-product .gallery-main-wrap .gallery-main img {
        max-height: 100% !important;
        width: 100%;
    }

    #subscribe-for-stock {
        left: 108% !important;
        top: 160px !important;
        max-width: 100% !important;
    }
}

/*
.search-wrapper{
	display:none !important;
}*/
.hide-for-large-screens {
    width: 100% !important;
}

.aws-container .aws-search-form {
    margin-top: 20px !important;
}

div#yith-quick-view-content .product_meta {
    display: none;
}

li.out-of-stock:before {
    height: 2px;
    background-color: #db0e0e;
    /* ========================
       Theme Name: Senso
       ======================== */


    /** Table of Contents:

* 1.0 - Fonts
* 2.0 - Icon-fonts
* 3.0 - Useful classes
* 4.0 - General
    * 4.1 - Forms
    * 4.2 - Buttons
    * 4.3 - Breadcrumbs
* 5.0 - Mobile menu
* 6.0 - Header
* 7.0 - Footer
* 8.0 - Pages
**/

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

    /*@font-face {
    font-family: 'GothamBook';
    font-display: swap;
    src: url('/wp-content/themes/sensoshoes/fonts/gothambook.eot');
    src: url('/wp-content/themes/sensoshoes/fonts/gothambook.eot') format('embedded-opentype'),
    url('/wp-content/themes/sensoshoes/fonts/gothambook.woff2') format('woff2'),
    url('/wp-content/themes/sensoshoes/fonts/gothambook.woff') format('woff'),
    url('/wp-content/themes/sensoshoes/fonts/gothambook.ttf') format('truetype'),
    url('/wp-content/themes/sensoshoes/fonts/gothambook.svg#GothamBook') format('svg');
}*/
    @font-face {
        font-family: 'GothamLight';
        font-display: swap;
        src: url('/wp-content/themes/sensoshoes/fonts/GothamLight.eot');
        src: url('/wp-content/themes/sensoshoes/fonts/GothamLight.eot') format('embedded-opentype'),
        url('/wp-content/themes/sensoshoes/fonts/GothamLight.woff2') format('woff2'),
        url('/wp-content/themes/sensoshoes/fonts/GothamLight.woff') format('woff'),
        url('/wp-content/themes/sensoshoes/fonts/GothamLight.ttf') format('truetype'),
        url('/wp-content/themes/sensoshoes/fonts/GothamLight.svg#GothamLight') format('svg');
    }

    @font-face {
        font-family: 'gothamBold';
        font-display: swap;
        src: url('/wp-content/themes/sensoshoes/fonts/gothamBold.eot');
        src: url('/wp-content/themes/sensoshoes/fonts/gothamBold.eot') format('embedded-opentype'),
        url('/wp-content/themes/sensoshoes/fonts/gothamBold.woff2') format('woff2'),
        url('/wp-content/themes/sensoshoes/fonts/gothamBold.woff') format('woff'),
        url('/wp-content/themes/sensoshoes/fonts/gothamBold.ttf') format('truetype'),
        url('/wp-content/themes/sensoshoes/fonts/gothamBold.svg#gothamBold') format('svg');
    }

    @font-face {
        font-family: 'Butler_Regular';
        font-display: swap;
        src: url('/wp-content/themes/sensoshoes/fonts/Butler_Regular.eot');
        src: url('/wp-content/themes/sensoshoes/fonts/Butler_Regular.eot') format('embedded-opentype'),
        url('/wp-content/themes/sensoshoes/fonts/Butler_Regular.woff2') format('woff2'),
        url('/wp-content/themes/sensoshoes/fonts/Butler_Regular.woff') format('woff'),
        url('/wp-content/themes/sensoshoes/fonts/Butler_Regular.ttf') format('truetype'),
        url('/wp-content/themes/sensoshoes/fonts/Butler_Regular.svg#Butler_Regular') format('svg');
    }


    /* 2.0 - Icon fonts
============================== */
    @font-face {
        font-family: 'icomoon';
        src: url('/wp-content/themes/sensoshoes/icon-fonts/icomoon.eot?55xvk7');
        src: url('/wp-content/themes/sensoshoes/icon-fonts/icomoon.eot?55xvk7#iefix') format('embedded-opentype'),
        url('/wp-content/themes/sensoshoes/icon-fonts/icomoon.ttf?55xvk7') format('truetype'),
        url('/wp-content/themes/sensoshoes/icon-fonts/icomoon.woff?55xvk7') format('woff'),
        url('/wp-content/themes/sensoshoes/icon-fonts/icomoon.svg?55xvk7#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-heart2:before {
        content: "\e90c";
    }

    .icon-heart1:before {
        content: "\e90e";
    }

    .icon-close:before {
        content: "\e907";
    }

    .icon-menu:before {
        content: "\e906";
    }

    .icon-checkmark:before {
        content: "\e903";
    }

    .icon-facebook:before {
        content: "\e900";
    }

    .icon-instagram:before {
        content: "\e901";
    }

    .icon-instagram1:before {
        content: "\e908";
    }

    .icon-telephone:before {
        content: "\e90a";
    }

    .icon-envelope:before {
        content: "\e909";
    }

    .icon-send:before {
        content: "\e90b";
    }

    .icon-send:before {
        content: "\e90b";
    }

    .icon-arrow_up:before {
        content: "\e904";
    }

    .icon-arrow_down:before {
        content: "\e905";
    }

    .icon-search4:before {
        content: "\e932";
    }

    .icon-pinterest:before {
        content: "\e902";
    }

    .icon-shopping-bag:before {
        content: "\e90d";
    }

    .icon-triangle-right:before {
        content: "\e910";
    }

    .icon-triangle-left:before {
        content: "\e90f";
    }

    .icon-play2:before {
        content: "\ea15";
    }

    /* 3.0 - Useful classes
============================== */

    .relative-block {
        position: relative;
    }

    .link-underline {
        position: relative;
        display: inline-block;
    }

    .link-underline:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: #000;
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        transform-origin: 0;
    }

    .link-underline:hover:before {
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .link-underline:after {
        display: none;
    }

    hr.clear-line {
        margin: 0;
        border-bottom-color: #e7e7e7;
        max-width: 100%;
        width: 100%;
    }

    .callout.black {
        background-color: #000;
        color: #fff;
    }

    .img-width {
        width: 100%;
        height: auto;
    }

    .left-bg,
    .right-bg {
        position: relative;
    }

    .left-bg *,
    .right-bg * {
        position: relative;
        z-index: 1;
    }

    .left-bg:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100vw;
        top: 0;
        right: 10px;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: 100%;
    }

    .center-bg:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100vw;
        top: 0;
        right: 10px;
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: 100%;
    }

    .right-bg:before {
        content: '';
        position: absolute;
        height: 100%;
        width: 100vw;
        top: 0;
        left: 10px;
        background-repeat: no-repeat;
        background-size: 50%;
    }

    .word-wrap {
        word-break: break-all;
    }

    .gutter-8 > .columns,
    .gutter-8 > .column {
        padding-left: 4px;
        padding-right: 4px;
    }

    .gutter-24 > .columns,
    .gutter-24 > .column {
        padding-left: 12px;
        padding-right: 12px;
    }

    .icon-heart2:hover:before {
        content: "\e90e";
    }

    @media screen and (min-width: 64em) {
        .shrink-for-large {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: 100%;
        }
    }

    @media screen and (max-width: 63.9375em) {
        .shrink-for-medium-down {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: 100%;
        }

        .left-bg {
            height: 60vw;
        }

        .left-bg:before {
            width: 100vw;
        }
    }

    @media screen and (min-width: 40em) {
        .shrink-for-medium-up {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: 100%;
        }
    }

    @media screen and (max-width: 39.96em) {
        .small-12-only {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .gutter-8 > .columns,
        .gutter-8 > .column,
        .gutter-24 > .columns,
        .gutter-24 > .column {
            padding-left: 15px;
            padding-right: 15px;
        }
    }

    /* 4.0 - General
============================== */

    body {
        font-family: 'gothambook';
        font-size: 14px;
        line-height: 1.42;
        background-color: #fff;
        color: #000;
    }

    h1, h2, h3, h4, h6 {
        font-family: Butler_Regular;
        text-transform: uppercase;
    }

    .h1 {
        font-size: 3.85em;
        font-family: Butler_Regular;
        letter-spacing: 5.2px;
        line-height: 1;
    }

    h2 {
        font-size: 3.4em; /*48px*/
        line-height: 1;
        margin-bottom: 0.5em;
    }

    h3 {
        font-size: 2.4em;
        line-height: 1;
    }

    h4 {
        font-family: 'gothamBold';
        font-size: 14px;
        text-transform: none;
    }

    .text-uppercase h4 {
        text-transform: inherit;
    }

    h5 {
        font-size: 0.95em;
        font-family: 'gothamBold';
        text-transform: uppercase;
    }

    h6 {
        font-size: 0.85em;
        font-family: 'gothamBold';
        text-transform: uppercase;
    }

    a {
        transition: all .3s;
        position: relative;
    }

    a:hover, a:focus {
        color: inherit;
    }

    a:not(.no-line):after,
    a:not(.button):after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 0;
        border-bottom: 1px solid;
        transition: all .3s;
    }

    .no-line a:after {
        display: none !important;
    }

    a:not(.button):hover:after {
        width: 100%;
        left: auto;
        right: 0;
    }

    strong {
        font-family: 'gothamBold';
    }

    del {
        color: #d0021b;
    }

    @media screen and (max-width: 63.9375em) {
        .h1 {
            font-size: 2.2em;
        }

        h2 {
            font-size: 2.4em;
        }

        h2 br {
            display: none;
        }

        h3 {
            font-size: 2.1em;
        }
    }

    @media screen and (max-width: 39.9375em) {
        body {
            font-size: 13px;
        }

        h2 {
            font-size: 2.1em;
        }

        h3 {
            font-size: 1.9em;
        }
    }

    /**** 4.1 - Forms ****/

    .form-control {
        box-shadow: none;
        border-color: #e7e7e7;
        height: 38px;
        font-size: 13px;
        color: #000;
        background-color: #fff;
        padding: 7px 11px;
        border: 1px solid #a6a4a4;
    }

    .dk-select {
        width: 100%;
        margin-bottom: 1rem;
    }

    .dk-select .dk-selected {
        border-radius: 0;
        box-shadow: none;
        border-color: #e7e7e7;
        height: 48px;
        font-size: 13px;
        color: #000;
        background-color: #fff;
        padding: 10px 20px;
        /* line-height: 1.9; */
    }

    .dk-select .dk-selected:after {
        display: none;
    }

    .dk-selected:before {
        border-width: 0.4em 0.4em 0;
    }

    .dk-selected:hover:before, .dk-selected:focus:before {
        border-top-color: #808080;
    }

    .dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
        border-width: 0 0.4em 0.4em;
        border-bottom-color: #808080;
    }

    .dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
        border-color: #e7e7e7;
        border-radius: 0;
    }

    .dk-select-options .dk-option-highlight,
    .dk-option-selected {
        background-color: #808080;
    }

    select.form-control {
        background-position-x: 100%;
    }

    .form-control::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #3b3738 !important;
    }

    .form-control:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #3b3738 !important;
    }

    .form-control::-moz-placeholder,
    textarea.form-control::-moz-placeholder {
        color: #3b3738 !important;
    }

    .form-control:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #3b3738 !important;
    }

    textarea {
        min-height: 150px;
        font-size: 13px;
        padding: 10px 11px;
        border: 1px solid #a6a4a4;
        color: #000;
    }

    input[type=radio],
    input[type=checkbox] {
        display: none;
    }

    input[type=radio] + label,
    input[type=checkbox] + label {
        font-size: 14px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        margin-left: 0;
        margin-right: 0;
    }

    input[type=checkbox] + label:before {
        font-family: icomoon;
        content: "\e903";
        display: inline-block;
        width: 25px;
        height: 25px;
        background-color: #ffffff;
        border: solid 1px #e7e7e7;
        color: rgba(87, 14, 17, 0);
        font-size: 22px;
        text-align: center;
        line-height: 25px;
        transition: all .4s;
        margin-right: 13px;
    }

    input[type=checkbox]:checked + label:before {
        color: #000;
    }

    input[type=radio] + label {
        -ms-align-items: center;
        align-items: center;
    }

    input[type=radio] + label:before {
        content: "";
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        border-radius: 50%;
        display: inline-block;
        margin-right: 15px;
    }

    input[type=radio]:checked + label:before {
        background: #000;
    }

    @media screen and (max-width: 63.96em) {
        .form-control {
            height: 37px;
            border-color: #535050;
        }

        textarea {
            border-color: #535050;
        }
    }

    /**** 4.2 - Buttons ****/

    .button {
        text-transform: uppercase;
        font-family: 'GothamBold';
        letter-spacing: 2px;
        padding: 17px 30px 15px;
        font-size: 13px;
    }

    .button:hover,
    .button:focus,
    .button.white:hover,
    .button.white:focus {
        background-color: #808080;
        color: #fff;
    }

    .button:hover .icon-heart2:before {
        content: "\e90e";
    }

    .button.small {
        padding-top: 12px;
        padding-bottom: 12px;
        text-transform: none;
        font-family: GothamBook;
        font-size: 13px;
        letter-spacing: 0;
    }

    .button.white {
        background-color: #fff;
        color: #000;
    }

    .button.hollow {
        font-family: 'gothambook';
        border-color: #e7e7e7;
    }

    .button-group .button {
        margin-right: 13px;
        display: block;
    }

    @media screen and (max-width: 39.96em) {
        .button {
            letter-spacing: 0;
        }

        .button-expended-m {
            width: 100%;
            display: block;
        }
    }

    @media screen and (max-width: 480px) {
        .button {
            width: 100%;
        }
    }

    .breadcrumbs {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .breadcrumbs li {
        color: #979797;
    }

    .breadcrumbs .link-underline:before {
        background-color: #979797;
    }

    .breadcrumbs a:hover,
    .breadcrumbs a {
        color: inherit;
        text-decoration: none;
    }

    .breadcrumbs li:not(:last-child)::after {
        content: ">";
        margin-left: 6px;
        margin-right: 6px;
    }

    .pagination a, .pagination button {
        border: 1px solid #e7e7e7;
        line-height: 1;
        font-size: 13px;
        padding: 10px 12px;
    }

    .pagination a:after, .pagination button:after {
        display: none;
    }

    .pagination .current {
        padding: 10px 12px;
        line-height: 1;
    }

    .pagination-previous a::before, .pagination-previous.disabled::before {
        content: "";
    }

    .social li {
        line-height: 1;
    }

    .social li a {
        padding: 0 5px;
        font-size: 18px;
        line-height: 1;
    }

    .social li a:hover {
        opacity: 0.6;
    }

    .accordion {
        background-color: #fff;
        margin-bottom: 0;
    }

    .accordion-title {
        padding: 25px 0;
        border: 0;
        font-family: 'GothamBold';
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-radius: 0;
    }

    .accordion-title:hover,
    .accordion-title:focus {
        background-color: #fff;
    }

    .accordion-title::before {
        font-family: 'icomoon';
        content: "\e905";
    }

    .is-active > .accordion-title::before {
        content: '\e904';
    }

    .accordion-title:after {
        display: none;
    }

    :last-child:not(.is-active) > .accordion-title {
        border-bottom: 0;
    }

    .accordion-content {
        padding: 0;
        border: none;
        background-color: #fff;
        color: #000;
    }

    .widget .widget-title {
        margin-bottom: 40px;
        text-transform: uppercase;
    }

    .widget .widget-content li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .widget .widget-content li a {
        display: inline-block;
    }

    @media screen and (max-width: 63.96em) {
        .accordion-title {
            padding: 15px 0;
        }

        .widget .widget-title {
            margin-bottom: 1em;
        }
    }

    @media screen and (max-width: 39.96em) {

    }

    /**** 4.4 - Animation ****/

    ._______animate-children > * {
        transition: all 1.2s ease;
        opacity: 0;
        transform: translateY(30px);
    }

    ._______animate-children > .complete {
        opacity: 1;
        transform: none;
    }

    /**** 4.5 - Loading nimation ****/

    .loading-animation {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #fff;
        transition: all .6s ease;
        z-index: 999999;
    }

    body.page-visible .loading-animation {
        visibility: hidden;
        opacity: 0;
    }

    .loading-animation .load-anim-inner {
        width: 100%;
        animation: fadeIn 6s ease;
    }

    .loading-animation img {
        max-width: 500px;
    }

    .loading-animation .load-anim-inner:after,
    .loading-animation .load-anim-inner:before {
        content: "";
        border-top: 1px solid #000;
        position: absolute;
    }

    .loading-animation .load-anim-inner:before {
        top: -50px;
        animation: toLeft 4s ease;
        width: 500px;
        left: calc(50% - 250px);
    }

    .loading-animation .load-anim-inner:after {
        bottom: -50px;
        animation: toRight 4s ease;
        width: 500px;
        right: calc(50% - 250px);
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }
        100% {
            opacity: 1
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
            visibility: visible;
        }
        100% {
            opacity: 0;
            visibility: hidden;
        }
    }

    @keyframes toRight {
        0% {
            left: 0;
            width: 0;
            right: auto
        }
        40% {
            left: 0;
            width: calc(50% + 250px);
            right: auto
        }
        41% {
            left: auto;
            width: calc(50% + 250px);
            right: calc(50% - 250px)
        }
        100% {
            left: auto;
            width: 500px;
            right: calc(50% - 250px)
        }
    }

    @keyframes toLeft {
        0% {
            right: 0;
            width: 0;
            left: auto
        }
        40% {
            right: 0;
            width: calc(50% + 250px);
            left: auto
        }
        41% {
            right: auto;
            width: calc(50% + 250px);
            left: calc(50% - 250px)
        }
        100% {
            right: auto;
            width: 500px;
            left: calc(50% - 250px)
        }
    }

    @media screen and (min-width: 64em) {
        body:not(.page-visible) {
            overflow: hidden;
        }
    }

    /**** 4.6 Modals ****/

    .close-button,
    .close-button.medium {
        top: 30px;
        right: 35px;
        color: #000;
    }

    .reveal {
        padding: 0;
        background-color: #fff;
    }

    .reveal h2 {
        text-transform: none;
    }

    .international-modal {
        padding: 10px;
        width: 530px;
    }

    .international-modal .modal-body {
        padding: 85px;
        background-color: #F3F3F3;
        text-align: center;
    }

    .international-modal .button-group {
        flex-wrap: wrap;
    }

    .duties-modal .button,
    .international-modal .button-group .button {
        margin-bottom: 10px;
        margin-right: 0;
        border: 1px solid #E7E7E7;
        background-color: #000;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .duties-modal .button:hover,
    .international-modal .button-group .button:hover {
        background-color: #5a5252;
        color: #fff;
    }

    .international-modal .button-group .button.white:hover {
        background-color: #c9bdbd;
    }

    .international-modal .button-group .button.white {
        background-color: #fff;
        font-family: GothamBook;
        color: #000;
    }

    .duties-modal {
        width: 980px;
    }

    .duties-modal .modal-body {
        padding: 10px;
    }

    .duties-info {
        padding: 80px 20px 80px 0;
    }

    .duties-modal ul li:not(:first-child) {
        border-top: 1px solid #E7E7E7;
    }

    .duties-modal ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 1.35;
    }

    .duties-modal .img-width {
        height: 100%;
    }

    .duties-modal .modal-foot {
        padding: 20px;
        color: rgba(0, 0, 0, 0.54);
    }

    .duties-modal .modal-foot h6 {
        text-transform: none;
        margin-bottom: 0;
        font-family: Butler_Regular;
        font-weight: 900;
        font-size: 1em;
    }

    @media screen and (max-width: 63.9375em) {
        .duties-modal {
            width: 100%;
        }

        .duties-modal .button,
        .international-modal .button-group .button {
            border-color: #908282;
        }
    }

    @media screen and (max-width: 39.9375em) {
        .international-modal {
            width: 100%;
        }

        .international-modal .inner-modal {
            padding: 85px 15px;
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .duties-info {
            padding: 30px 15px;
        }
    }

    /***** 5.0 - Mobile menu *****/

    .mobile-menu {
        display: none;
    }

    .menu-open:after {
        display: none;
    }

    @media screen and (max-width: 63.9375em) {
        body.open {
            overflow-x: hidden;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .mobile-menu {
            display: flex;
            position: fixed;
            top: 0;
            width: 240px;
            left: -240px;
            padding: 50px 0 30px;
            min-height: 100%;
            height: 100%;
            overflow-y: auto;
            justify-content: space-between;
            background-color: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            z-index: 999;
        }

        .mobile-menu .menu-close {
            position: absolute;
            right: 15px;
            z-index: 39;
            color: #000;
            top: 20px;
            font-size: 1.5em;
        }

        .mobile-menu nav li {
            flex: 1 1 100%;
            position: relative;
        }

        .mobile-menu nav li a {
            display: block;
            padding: 15px 25px;
            font-family: 'GothamBold';
            font-size: 14px;
            letter-spacing: 1.6px;
            text-transform: uppercase;
        }

        .mobile-menu nav li span {
            position: absolute;
            right: 25px;
            top: 15px;
            font-size: 1.8em;
            transition: all .3s ease;
            display: inline-block;
        }

        .mobile-menu nav li span.drop-open {
            transform: rotateX(180deg);
        }

        .mobile-menu nav li .submenu {
            display: none;
            list-style: none;
            padding-left: 15px;
            transform: translateY(-10px);
        }

        .mobile-menu nav li .submenu a {
            padding: 6px 0;
            font-size: 0.9em;
        }

        .mobile-menu nav li + li {
            border-top: 1px solid rgba(151, 151, 151, 0.11);
        }

        .mobile-menu .social {
            padding-left: 25px;
            padding-right: 25px;
        }

        .mobile-menu .mobile-logo {
            width: 90px;
        }

        .open .mobile-menu {
            left: 0;
        }

        .mobile-menu .menu-item .sub-menu {
            display: none;
            font-size: 15px;
            padding-left: 20px;
            list-style: none;
        }

        .mobile-menu .menu-item .sub-menu-toggle {
            display: none;
        }

        .mobile-menu .menu-item.menu-item-has-children > .sub-menu-toggle {
            position: absolute;
            top: 16px;
            right: 1rem;
            color: inherit;
            line-height: 20px;
            display: inline-block;
            font-size: 2em;
        }

        .mobile-menu .menu-item.menu-item-has-children > .sub-menu-toggle:before {
            content: '+';
        }

        .mobile-menu .menu-item .sub-menu .sub-menu-toggle {
            display: none;
        }

        .sub-menu {
            display: none;
        }

        .mobile-menu nav li .sub-menu a {
            padding: 10px 20px 10px 0;
        }

        .mobile-menu nav li.red a {
            color: #f00;
        }
    }

    /* 6.0 - Header
============================== */

    .head-top {
        background-color: #000;
        padding: 15px 0;
        font-family: 'GothamBold';
        font-size: 12px;
        letter-spacing: 0.7px;
    }

    .head-top .head-currency {
        padding-right: 10px;
        border-right: 1px solid #484848;
        margin-right: 15px;
        height: 25px;
        width: 85px;
    }

    .head-top .head-currency > ul {
        margin: 0;
        position: absolute;
        padding: 0 5px;
        background: #000;
    }

    .head-top .head-currency > ul a {
        opacity: 1;
    }

    .head-top .head-currency > ul .active-currency {
        order: -2;
    }

    .head-top .head-currency > ul:not(.open-currencies) > li:not(.active-currency) {
        display: none;
    }

    .head-top .flag {
        width: 25px;
    }

    .head-top .menu a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .head-top a:hover {
        opacity: 0.5;
    }

    .head-top * {
        color: #fff;
    }

    .head-top .signin {
        padding-left: 15px;
        margin-left: 15px;
        border-left: 1px solid #484848;
    }

    .head-middle {
        padding: 44px 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .head-middle .menu-open {
        margin-top: 3px;
        display: inline-block;
        margin-left: 15px;
    }

    .head-logo {
        width: 200px;
        display: inline-block;
    }

    .head-logo:after {
        display: none !important;
    }

    .header .s {
        padding-left: 36px;
        width: 180px;
        margin: 0;
        height: 40px;
    }

    .header .search-button {
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }

    .head-right > .columns + .columns {
        border-left: 1px solid #ebebeb;
    }

    .head-right a:after {
        display: none;
    }

    .head-nav {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .head-nav .menu > li {
        padding-left: 24px;
        padding-right: 24px;
    }

    .head-nav .menu > li > a {
        padding: 0;
        font-size: 1.15em;
    }

    .head-nav .menu > li > a.menu-item-sale {
        font-family: 'gothamBold';
        color: #af051a;
    }

    @media screen and (max-width: 63.9375em) {
        .head-top {
            padding: 6px 0;
        }

        .header .search-button {
            left: 0;
        }

        .head-middle {
            padding: 16px 0;
        }

        #mobileSearch {
            transform: translateY(-100%);
            transition: all .4s ease;
            border-bottom: 6px solid #000;
            padding-top: 15px;
        }

        .is-reveal-open #mobileSearch {
            transform: none;
        }

        #mobileSearch .form-control {
            margin: 0;
            width: 90%;
            text-transform: uppercase;
        }

        #mobileSearch .button {
            height: 100%;
            margin: 0;
        }
    }

    @media screen and (max-width: 39.9375em) {
        .head-logo {
            width: 100px;
        }

        .head-top {
            font-size: 9px;
        }

        .head-top .flag {
            width: 20px;
            margin-top: -2px;
        }

        .head-top .head-currency {
            width: 70px;
            margin-right: 9px;
            height: 16px;
        }

        .head-middle .menu-open {
            margin-left: 8px;
        }
    }

    /* 7.0 - Footer
======================================= */

    .footer {
        border-top: 1px solid #ebebeb;
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .footer .social li a {
        font-size: 2em;
    }

    .footer .categories-widget {
        flex-wrap: wrap;
        max-height: 250px;
    }

    .footer-logo {
        display: inline-block;
        width: 120px;
        margin-top: -7px;
    }

    .footer-logo:after {
        display: none;
    }

    .copyright {
        font-size: 0.85em;
    }

    @media screen and (max-width: 63.9375em) {
        .footer {
            padding: 19px 0;
            border-top: 0;
        }

        .footer .accordion-title {
            padding: 19px 0;
            border-top: 1px solid rgba(151, 151, 151, .11);
        }

        .footer :last-child:not(.is-active) > .accordion-title {
            border-bottom: 1px solid rgba(151, 151, 151, .11);
        }

        .footer .accordion-content {
            padding-bottom: 19px;
        }

        .footer .social {
            margin-bottom: 30px;
        }

        .footer-logo {
            margin: 40px 0;
        }

        .footer .categories-widget {
            max-height: 180px;
        }
    }

    @media screen and (max-width: 39.9375em) {

    }

    /* 8.0 - Pages
======================================= */

    .full-width-slider > .sl:not(:first-child) {
        display: none !important;
    }

    .page-heading .full-width-slider .sl {
        /* padding-top: 10vw;
    padding-bottom: 10vw; */
        min-height: 580px;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
        display: flex;
    }

    .page-heading .full-width-slider .sl.no-text-bg {
        background-position: center right;
    }

    .page-heading .full-width-slider .sl .row {
        position: relative;
    }

    .page-heading .full-width-slider .sl .text-bg {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .page-heading .full-width-slider .sl.text-bg-right .text-bg {
        right: 0;
    }

    @media screen and (max-width: 639px) {
        .page-heading .full-width-slider .h1 {
            font-size: 2.0em;
        }
    }

    @media screen and (max-width: 480px) {
        .page-heading .full-width-slider .h1 {
            font-size: 1.2em;
        }

        .full-width-slider .link-underline {
            font-size: 12px;
        }
    }

    .page-heading .slick-dots {
        position: absolute;
        bottom: 3%;
        right: 10%;
    }

    .page-heading .slick-dots > li > button {
        background-color: #fff;
        opacity: 0.23;
    }

    .page-heading .slick-dots > li.slick-active > button {
        opacity: 1;
    }

    .pay-aftp {
        padding-bottom: 44px;
        font-size: 16px;
    }

    .cat-thumb {
        overflow: hidden;
    }

    .cat-thumb > img {
        transition: all .3s ease;
    }

    .cat-thumb:hover > img {
        transform: scale(1.2);
    }

    .cats-cols {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 15px;
    }

    .cats-slider .slick-track {
        display: flex;
    }

    .cats-slider .slick-track > .columns {
        height: auto;
        display: flex;
    }

    .cats-cols .card {
        border: none;
    }

    .cats-cols .card h3 {
        text-transform: uppercase;
    }

    .cats-cols .card-section {
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .cats-cols .card p {
        margin-bottom: 2em;
    }

    .cats-cols .card h3 {
        margin-bottom: 0.5em;
    }

    .cats-cols .card a.more-link {
        text-transform: uppercase;
        font-family: 'gothamBold';
        border-bottom: solid 2px #040404;
        letter-spacing: 2px;
    }

    .cats-cols .card a.more-link:after {
        display: none;
    }

    .cats-cols .card a.more-link:hover {
        border-bottom-color: rgba(0, 0, 0, 0);
    }

    .arrivals-section {
        padding-top: 61px;
        padding-bottom: 40px;
    }

    .arrivals-section .card {
        border-color: rgba(0, 0, 0, 0);
        transition: all .4s ease;
        padding: 10px;
        background-color: #fff;
    }

    .arrivals-section .card:hover {
        /* border-color: #ccc; */
        /* box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3); */
    }

    .arrival-prods .product-sizes {
        background: #f9f9f9;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 4px;
        padding-bottom: 4px;
        opacity: 0;
        transition: all .4s ease;
        margin-bottom: 0;
    }

    .arrivals-section .card:hover .product-sizes {
        opacity: 1;
    }

    .arrival-prods .product-sizes > li {
        padding: 3px 7px;
    }

    .arrivals-section .card h5 {
        text-transform: uppercase;
    }

    .arrivals-section .card .card-section {
        padding-top: 35px;
    }

    .arrivals-section .card p {
        color: #695b5b;
    }

    .arrivals-section .card .prod-thumb {
        height: 180px;
        display: flex;
        -ms-align-items: flex-end;
        align-items: flex-end;
        justify-content: center;
    }

    .arrivals-section h2 {
        margin-bottom: 0.3em;
    }

    .arrivals-section .card .prod-thumb > img {
        max-height: 100%;
        width: auto;
        object-fit: cover;
    }

    .woocommerce-error {
        display: none;
    }

    .arrival-prods {
        padding-top: 70px;
    }

    .single-product .arrival-prods {
        padding-top: 0px;
    }

    .product-categories-list .arrival-prods .card .card-section p.product-price-wrap {

    }

    .instagram-section {
        padding-top: 1rem;
        border-top: 1px solid #e5e5e5;
    }

    .instagram-section h5 {
        letter-spacing: 2px;
    }

    .instagram-section .instagram-slider .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .instagram-section .prod-entrys {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.86);
        transition: all .4s ease;
        opacity: 0;
        color: #fff;
        cursor: pointer;
    }

    .instagram-section .prod-entrys:hover {
        opacity: 1;
    }

    .instagram-section .prod-entrys .icon {
        font-size: 3em;
    }

    .newsletter-section {
        padding-top: 84px;
        padding-bottom: 90px;
    }

    .newsletter-section .input-group {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }

    .newsletter-section .input-group .button {
        font-size: 1em;
    }

    .call-button {
        font-family: 'GothamBold';
        font-size: 13px;
        line-height: 1;
        letter-spacing: 0;
    }

    .contact-section {
        padding: 80px 0;
    }

    .contact-section h6 {
        margin-bottom: 26px;
    }

    .contact-section > .row > .columns + .columns {
        border-left: 1px solid #e7e7e7;
    }

    .contact-section form .button {
        margin-bottom: 0;
    }

    .contact-box {
        padding: 40px 80px;
    }

    .checkbox-field {
        height: 48px;
    }

    .step-nav {
        padding: 30px 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .step-nav .menu li {
        margin-left: 18px;
        margin-right: 18px;
    }

    .step-nav .menu li a {
        opacity: 0.32;
        pointer-events: none;
        cursor: default;
    }

    .step-nav .menu li.ch-current-step a {
        opacity: 1;
    }

    .step-nav .menu li.ch-current-step ~ li a {
        pointer-events: unset;
        cursor: pointer;
        opacity: 1;
    }

    .step-nav .menu li a {
        padding: 0;
        font-family: 'GothamLight';
        font-size: 12px;
        letter-spacing: 1.8px;
        text-transform: uppercase;
    }

    .step-nav .menu li a span {
        font-family: 'GothamBold';
    }

    .form-txt {
        opacity: 0.48;
        font-size: 10px;
        line-height: 1.6;
        color: #979797;
    }

    .filter-sidebar {
        width: 230px;
    }

    .cat-filter input[type=checkbox] + label:before {
        content: '';
        width: 14px;
        height: 14px;
        line-height: 14px;
        background-color: #e5e5e5;
        border: solid 1px #979797;
    }

    .cat-filter input[type=checkbox] + label {
        line-height: 1;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .cat-filter li > span {
        cursor: initial;
    }

    .cat-filter input[type=checkbox]:checked + label:before {
        background-color: #4a4a4a;
    }

    .toolbar {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .toolbar .toolbar-select {
        border: 1px solid #e7e7e7;
        padding: 6px 8px 6px 12px;
        font-size: 13px;
    }

    .toolbar {
        padding-left: 12px;
        padding-right: 12px;
    }

    .toolbar .dk-select {
        margin-bottom: 0;
        margin-left: 15px;
    }

    .toolbar .dk-selected {
        height: 28px;
        margin: 0;
        border: none;
        border-left: 1px solid #dedede;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 25px;
        font-size: 1em;
        box-shadow: none;
        width: auto;
    }

    .toolbar .dk-select-open-down .dk-select-options {
        margin-top: 6px;
        margin-right: -1px;
        text-align: left;
    }

    .toolbar .button {
        padding: 5px 25px 5px 12px;
        font-family: 'gothambook';
        font-size: 13px;
        text-transform: none;
        letter-spacing: 0;
        line-height: 1;
        margin-bottom: 0;
        position: relative;
    }

    .toolbar .button:after {
        font-family: 'icomoon';
        content: "\e905";
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .toolbar .button:before {
        display: none;
    }

    .toolbar .button span:after {
        content: "|";
        padding-left: 10px;
        padding-right: 10px;
        font-size: 26px;
        color: #484848;
        opacity: 0.13;
        line-height: 1;
        vertical-align: middle;
    }

    .toolbar .dropdown-pane {
        background: #fff;
    }

    .arrivals-headng {
        background-color: #f9f9f9;
    }

    .row.row.columns.flex-container {
        display: flex;
    }

    .shopping-bag-section {
        padding-bottom: 80px
    }

    .shopping-bag-section .section-heading {
        padding-top: 70px;
        padding-bottom: 35px;
    }

    .shopping-bag-section hr {
        border-color: #e7e7e7;
    }

    .shopping-bag-section .section-heading h2 {
        margin-bottom: 0.2em;
    }

    .btns-pair .button {
        margin-bottom: 0;
    }

    .products-table {
        margin-bottom: 26px;
    }

    .products-table tbody {
        border: none;
        background: none;
    }

    .products-table tbody tr:nth-child(even),
    .products-table tbody tr {
        border: none;
        background: none !important;
        border-bottom: 1px solid #ebebeb;
    }

    .products-table tr td {
        padding-top: 42px;
        padding-bottom: 35px;
    }

    .products-table tr td:last-child {
        padding-right: 0;
        text-align: right;
    }

    .products-table .prod-img {
        display: inline-block;
        max-width: 190px;
    }

    .products-table h5 {
        margin-bottom: 0;
    }

    .products-table .button {
        margin-bottom: 0;
        font-size: 13px;
        padding: 12px 20px;
    }

    .prod-qty {
        border: 1px solid #e7e7e7;
        padding-left: 12px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .prod-qty span {
        display: inline-block;
        margin-right: 10px;
    }

    .prod-qty .dk-select {
        margin-bottom: 0;
    }

    .prod-qty .dk-select .dk-selected {
        margin-bottom: 0;
        border: none;
        border-left: 1px solid rgba(72, 72, 72, 0.13);
        padding: 0 10px;
        height: 26px;
        box-shadow: none;
        line-height: 1.9;
        min-width: 50px;
    }

    .prod-qty .dk-select-open-down .dk-select-options {
        margin-top: 5px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .prods-total-price > li {
        margin-bottom: 20px;
    }

    .single-product-section {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .single-product-section .woocommerce-product-gallery {
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }

    .single-product-section .woocommerce-product-gallery .flex-viewport {
        order: 2;
    }

    .single-product-section .product-info .accordion-content {
        padding-bottom: 20px;
    }

    .single-product-section .product-info .accordion-content p {
        margin-bottom: 0;
    }

    .single-product-section .product-info .accordion .addtoany_shortcode a:after {
        display: none;
    }

    .single-product-section .product-info .accordion .addtoany_shortcode a span {
        background-color: #000 !important;
    }

    .single-product-section video {
        max-width: 100%;
    }

    .single-product-section .prod-images-list {
        margin-right: 40px;
    }

    .single-product-section .prod-images-list li:not(:last-child) {
        margin-bottom: -40px;
    }

    .single-product-section .prod-images-list img {
        border: 1px solid transparent;
    }

    .single-product-section .prod-images-list a.active-img,
    .single-product-section .prod-images-list a:hover {
        opacity: 0.2;
    }

    .single-product-section .prod-images-list a.video-thumbnail {
        position: relative;
    }

    .single-product-section .prod-images-list a {
        display: block;
    }

    .single-product-section .prod-images-list a.video-thumbnail {
        border: 1px solid #E7E7E7;
        margin-top: -25px;
    }

    .single-product-section .prod-images-list a.video-thumbnail span {
        display: inline-block;
        margin-top: 20px;
        margin-bottom: 15px;
        margin: 20px 6px 15px;
    }

    .single-product-section .prod-images-list a.video-thumbnail h6 {
        text-transform: uppercase;
        font-size: 8px;
    }

    .single-product-section .prod-images-list a.video-thumbnail span:before {
        content: "\ea15";
        position: absolute;
        color: #000;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: icomoon;
        font-size: 2.6em;
        z-index: 5;
    }

    .prod-nav-links a {
        position: fixed;
        top: 50vh;
        transform: translateY(-50%);
        color: #D8D8D8;
    }

    .prod-nav-links a:hover {
        color: #000;
    }

    .prod-nav-links a.link-next {
        right: 20px;
    }

    .prod-nav-links a.link-prev {
        left: 20px;
    }

    .single-product-section .prod-images-list a.active-img:not(.video-thumbnail) img {
        border: 1px solid #979797;
    }

    .single-product-section .big-image {
        margin-right: 9%;
    }

    .single-product-section .big-image img {
        max-height: 100%;
    }

    .single-product-section .product-info h4 {
        font-size: 1.45em;
    }

    .single-product-section .product-info h3 {
        font-family: GothamBook;
        font-size: 1em;
        margin-bottom: 15px;
    }

    .single-product-section .product-info hr {
        border-color: rgba(151, 151, 151, 0.1);
    }

    .single-product-section .size-box {
        margin-bottom: 30px;
    }

    .single-product-section .size-box p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .single-product-section .size li {
        text-align: center;
        vertical-align: middle;
        background-color: #fff;
        border: solid 1px #e7e7e7;
        margin-right: 7px;
        position: relative;
        overflow: hidden;
        margin-bottom: 3px;
        margin-top: 3px;
    }

    .single-product-section .button-group .button.small {
        font-size: 13px;
        letter-spacing: normal;
        text-transform: uppercase;
    }

    .single-product-section .size input[type=radio] {
        display: none;
    }

    .single-product-section .size input[type=radio] + label {
        display: inline-block;
        min-width: 26px;
        height: 26px;
        margin: 0;
        line-height: 26px;
        transition: all .4s ease;
        padding: 0;
        font-size: 13px;
    }

    .single-product-section .size input[type=radio] + label:before {
        display: none;
    }

    .single-product-section .size input[type=radio]:checked + label {
        color: #fff;
        background-color: #000;
    }

    .single-product-section .size input[type=radio]:disabled + label {
        cursor: not-allowed;
    }

    .single-product-section .size input[type=radio]:disabled + label:after {
        content: '';
        width: 42px;
        transform: rotate(135deg);
        height: 1px;
        background-color: rgba(151, 151, 151, .3);
        position: absolute;
        bottom: 13px;
        left: -7px;
    }

    .single-product-section .afterpay-box {
        padding: 40px 0;
    }

    .single-product-section img {
        /* -webkit-filter: grayscale(100%);
     filter: grayscale(100%);*/
    }

    .single-product-section .afterpay-box p {
        margin-bottom: 0;
        margin-left: 18px;
        font-size: 12px;
        color: #979797;
    }

    .single-product-section .afterpay-box p a {
        color: inherit;
    }

    .single-product-section .accordion-title {
        padding-top: 13px;
        padding-bottom: 13px;
        border-top: 1px solid rgba(151, 151, 151, .1);
    }

    .content-section .v-delim {
        border-left: 1px solid rgba(151, 151, 151, 0.26);
    }

    .content {
        padding-right: 70px;
        padding-bottom: 100px;
    }

    .sidebar {
        padding: 105px 0 100px 55px;
    }

    .sidebar .widget {
        margin-bottom: 50px;
    }

    .sidebar .widget:last-child {
        margin-bottom: 0;
    }

    #dropdown-filter.dropdown-pane {
        position: static;
        width: 100%;
        background: none;
        border: none;
        padding: 0;
        padding-top: 15px;
    }

    #subscribe-for-stock {
        box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.3);
        border: none;
        width: 378px;
        padding: 0;
        margin-right: 40px;
    }

    #subscribe-for-stock .dropdown-pane-inner {
        padding: 40px;
        position: relative;
        z-index: 200;
        background-color: #fff;
    }

    #subscribe-for-stock:before {
        border: none;
        content: "";
        width: 22px;
        height: 22px;
        display: inline-block;
        transform: rotateZ(45deg) translateY(-50%);
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 118 !important;
        box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.19);
    }

    .single-product-section .product-info #subscribe-for-stock h3 {
        font-size: 1.875em;
        text-transform: none;
        letter-spacing: -1.8px;
    }

    .faqs-page .content {
        padding-right: 35px;
    }

    @media screen and (max-width: 1180px) and (min-width: 63.93em) {
        .product-info .button-group .button {
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    @media screen and (max-width: 1250px) and (min-width: 39.96em) {
        .products-table .button {
            font-size: 12px;
            letter-spacing: normal;
            min-width: 110px;
            padding-left: 8px;
            padding-right: 8px;
        }
    }

    @media screen and (max-width: 63.96em) {
        .newsletter-section {
            padding-top: 10vw;
            padding-bottom: 0;
        }

        .instagram-section .prod-entrys .icon {
            font-size: 1.5em;
        }

        .cats-cols .card-section {
            padding-top: 25px;
            padding-bottom: 15px;
        }

        .cats-cols .card-section p {
            margin-bottom: 1em;
        }

        .cats-cols .slick-dots > li > button {
            width: 9px;
            height: 9px;
            background-color: #4a4a4a;
            opacity: 0.23;
        }

        .cats-cols .cats-slider > .columns:not(:first-child) {
            display: none;
        }

        .cats-cols .slick-dots > li.slick-active > button {
            background-color: #4a4a4a;
            opacity: 1;
        }

        .cats-cols .card-section p br {
            display: none;
        }

        .arrivals-section {
            padding-top: 9vw;
            padding-bottom: 3vw;
        }

        .arrivals-section p br {
            display: none;
        }

        .contact-box {
            padding: 30px 20px;
        }

        .contact-section {
            padding-top: 3vw;
            padding-bottom: 3vw;
        }

        .products-table .prod-img {
            max-width: 130px;
        }

        .shopping-bag-section .section-heading {
            padding-top: 8vw;
            padding-bottom: calc(8vw - 30px);
        }

        .shopping-bag-section {
            padding-bottom: 8vw;
        }

        .filter-sidebar {
            width: 200px;
        }

        .category-page .arrivals-section .card .card-section {
            padding-top: 20px;
        }

        .category-page .arrivals-section .card .prod-thumb {
            height: 140px;
            padding: 15px;
        }

        .arrivals-headng {
            margin-top: 15px;
        }

        .arrivals-headng p br {
            display: none;
        }

        .arrivals-section h2 {
            margin-top: .3em;
            font-size: 2em;
        }

        .step-nav .menu li a {
            padding: 5px;
        }

        .content-section .v-delim {
            border-left: 0;
            border-top: 1px solid rgba(151, 151, 151, 0.26);
        }

        .content,
        .faqs-page .content {
            padding: 0;
        }

        .sidebar {
            padding-top: 30px;
            padding-left: 0;
            padding-bottom: 30px;
        }

        .content-section h2.margin-top-3 {
            margin-top: 16px !important;
        }

        .step-nav .menu li {
            flex: 1 1 40%;
        }

        #subscribe-for-stock:before {
            display: none;
        }

        .toolbar {
            padding-left: 0;
            padding-right: 0;
        }

        .toolbar-select span {
            font-size: 12px;
        }

        .toolbar .dk-selected {
            padding-left: 5px;
            margin-left: 5px;
            font-size: 12px;
        }

        .toolbar .dk-select {
            margin-left: 5px;
        }

        /*.arrivals-section .card .prod-thumb{
        height: auto;
    }*/
    }

    @media screen and (min-width: 40em) {
        #dropdown-filter {
            display: block;
            visibility: visible;
        }
    }

    @media screen and (max-width: 39.96em) {
        .newsletter-section .input-group {
            max-width: none;
            flex-wrap: wrap;
            margin-bottom: 0;
        }

        .newsletter-section .input-group .button {
            width: 100%;
            padding-top: 13px;
            padding-bottom: 13px;
        }

        .newsletter-section .input-group > * {
            flex: 1 1 100%;
            margin-top: 5px;
        }

        .instagram-section .prod-entrys .button {
            letter-spacing: 0;
            padding: 5px 10px;
            font-size: 11px;
        }

        .page-heading .full-width-slider .sl {
            min-height: 75vw;
        }

        .pay-aftp {
            font-size: 14px;
            padding-top: 14px;
            padding-bottom: 14px;
        }

        .pay-aftp img {
            width: 120px;
        }

        .cats-slider .slick-track > .columns {
            padding-left: 7px;
            padding-right: 7px;
        }

        .cats-cols .card {
            margin-bottom: 0;
        }

        .arrivals-headng {
            margin-top: 0;
        }

        /*.arrivals-section .card .prod-thumb{
        height: 120px;
    }*/
        .arrival-prods {
            padding-top: 6vw;
        }

        .arrivals-section .card .card-section {
            padding: 20px 5px 5px;
        }

        .contact-section > .row > .columns + .columns {
            border-left: none;
            border-top: 1px solid #e7e7e7;
        }

        .shopping-bag-section .button {
            width: 100%;
        }

        .products-table tbody tr {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            -ms-align-items: center;
            align-items: center;
        }

        .products-table .prod-img {
            flex: 1 1 100%;
            max-width: none;
        }

        .products-table .prod-img a {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .products-table tr td {
            padding: 15px 7px;
        }

        .btns-pair .button {
            margin-bottom: 4px;
            margin-top: 4px;
        }

        .toolbar .button {
            margin-bottom: 5px;
            padding-right: 20px;
            padding-left: 5px;
            font-size: 11px;
        }

        .arrival-prods-container .pagination li {
            display: inline-block;
        }

        .arrival-prods-container .pagination li:not(.pagination-next):not(.pagination-previous) {
            margin-left: 2px;
            margin-right: 2px;
        }

        .toolbar .button span:after {
            padding-left: 2px;
            padding-right: 2px;
            font-size: 16px;
        }

        .pagination {
            display: flex;
            justify-content: center;
        }

        .pagination .pagination-previous {
            margin-right: auto;
        }

        .pagination .pagination-next {
            margin-left: auto;
        }

        .pagination::before, .pagination::after {
            display: none;
        }

        .filter-sidebar {
            width: 100%;
            padding-top: 0;
            border-bottom: 1px solid #e7e7e7;
            padding-bottom: 20px;
        }

        .arrivals-headng {
            background: none;
        }

        .toolbar {
            padding-bottom: 0;
        }

        .toolbar > .row > .columns {
            padding-left: 4px;
            padding-right: 4px;
        }

        .arrivals-headng img {
            max-height: 40vw;
            width: calc(100% + 30px);
            margin-left: -15px;
            margin-right: -15px;
            object-fit: cover;
            margin-bottom: 15px;
            max-width: none;
        }

        .step-nav {
            padding: 15px 0;
        }

        .step-nav .menu li {
            margin-left: 0;
            margin-right: 0;
            text-align: left;
            flex: 1 1 100%;
            justify-content: flex-start;
        }

        .checkbox-field {
            height: auto;
        }

        .single-product-section .size {
            margin-bottom: 10px;
        }

        .single-product-section .prod-images-list {
            margin-right: 0;
            display: flex;
            justify-content: space-between;
        }

        .single-product-section .prod-images-list li {
            width: 20%;
            max-width: 80px;

        }

        .single-product-section .prod-images-list li a {
            display: block;
        }

        .single-product-section .prod-images-list li + li {
            margin-top: 0;
            margin-left: 10px;
        }

        .single-product-section .prod-images-list img {
            width: 8px;
        }

        .single-product-section .big-image {
            margin-right: 0;
            margin-bottom: 20px;
        }

        .single-product-section .big-image img {
            width: 100%;
        }

        .single-product-section .button-group .button {
            font-size: 12px;
        }

        .contact-box {
            padding: 20px 0;
        }

        #subscribe-for-stock {
            max-width: 90%;
        }

        .product-info .button-group {
            flex-wrap: wrap;
        }

        #subscribe-for-stock .dropdown-pane-inner {
            padding: 20px;
        }

        .product-info .button-group > .button {
            flex: 1 1 100%;
            margin: 0 0 10px 0;
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .toolbar {
            padding-left: 12px;
            padding-right: 12px;
        }

        .toolbar .toolbar-select select {
            padding-left: 10px;
            margin-left: 10px;
        }
    }


    /*** Checkout ***/
    /* .checkout-step-3 .shopping-bag-section .section-heading{
    padding-top: 60px;
    padding-bottom: 0;
}
.checkout-page .products-table thead{
    background: none;
    border: none;
}
.checkout-page .products-table thead th{
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'gothamBold';
}
.checkout-page .products-table tr td{
    padding-top: 20px;
    padding-bottom: 20px;
}
.checkout-page .products-table tr:first-child td{
    padding-top: 0;
    padding-bottom: 30px;
}
.checkout-page .prods-total-price > li{
    margin-bottom: 5px;
}
.checkout-info-box{
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ebebeb;
}
.checkout-info-box h3{
    margin-bottom: 1em;
}
.checkout-page .shopping-bag-section{
    padding-bottom: 40px;
}
.checkout-page .shopping-bag-section form{
    margin-top: 40px;
}
.shopping-bag-section .addresses-row{
    margin-bottom: 16px;
}
.shopping-bag-section .addresses-row a{
    text-decoration: underline;
}
.shopping-bag-section .addresses-row ul{
    margin-bottom: 5px;
}
.shopping-bag-section .addresses-row h4{
    margin-bottom: 2em;
}
.shopping-bag-section .checkout-info-box .v-delim{
    border-left: 1px solid rgba(151,151,151,0.26);
}
.deliv-methods > li{
    margin-bottom: 10px;
}
.checkout-info-box .callout{
    border-radius: 7px;
    border-color: #e3e3e3;
    padding: 1.3em;
}
.payment-method{
    max-width: 500px;
}
.payment-method input[type=radio] + label{
    font-family: 'gothamBold';
    text-transform: uppercase;
}
.payment-method > li{
    padding-top: 20px;
}
.payment-method > li + li{
    border-top: 1px solid #ebebeb;
}
.payment-method .payment-details{
    padding-left: 30px;
    transition: opacity .1s ease;
    opacity: 0;
    visibility: hidden;
    transform-origin: top left;
    height: 0;
    margin-bottom: 20px;
}
.payment-method input[type=radio]:checked ~ .payment-details{
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: opacity .9s ease;
}
.payment-details .form-control{
    margin-bottom: 10px;
}
.payment-details .menu{
    margin-bottom: 40px;
}
.payment-details .menu > li{
    margin-left: 5px;
    margin-right: 5px;
}
.payment-details > .row{
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.payment-details > .row > .columns{
    padding-left: 5px;
    padding-right: 5px;
}
.payment-details .ccv-info{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 101%;
    white-space: nowrap;
    text-decoration: underline;
    font-weight: inherit;
    border: none;
    margin-bottom: 10px;
    display: inline-block;
}
.method-paypal img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.callouts-group.row{
    padding-top: 25px;
    margin-left: -5px;
    margin-right: -5px;
}
.callouts-group > .columns{
    padding-left: 5px;
    padding-right: 5px;
}
.callouts-group .callout{
    border-radius: 6px;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border: none;
}
.callouts-group .callout > .row{
    flex-grow: 1;
}
.callouts-group .callout .icon{
    font-size: 2.6em;
}
.callouts-group .callout small{
    font-family: 'gothamBold';
    font-size: 10px;
    line-height: 1.2;
    display: inline-block;
}
.checkout-step-4 .shopping-bag-section .section-heading{
    padding-top: 40px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1299px) {
    .checkout-step-4 .checkout-info-box h3{
        font-size: 2em;
    }
}
@media screen and (max-width: 63.96em) {
    .checkout-page .products-table thead{
        display: none;
    }
}
@media screen and (max-width: 39.96em){
    .payment-details .ccv-info{
        position: static;
        transform: none;
    }
    .payment-method{
        max-width: 100%;
    }
    .shopping-bag-section .addresses-row .v-delim{
        flex-grow: 1;
        height: 1px;
        border-top: 1px solid #ebebeb;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .callouts-group .callout{
        height: auto;
        margin-bottom: 20px;
    }
    .checkout-step-4 .checkout-info-box{
        padding-bottom: 0;
    }
}
@media screen and (max-width: 450px) {
    .checkout-page .products-table .prod-img a{
        text-align: center;
    }
} */

    /*** FAQs ***/

    .faqs-accordion .accordion-title {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
        text-transform: none;
        letter-spacing: normal;
        border-top: 1px solid #ebebeb;
    }

    .faqs-accordion li:first-child .accordion-title {
        border-top: 0;
    }

    .faqs-accordion.accordion > .accordion-item .accordion-content {
        padding-bottom: 30px;
    }

    /*** Our story ***/

    .story-section .left-bg:before {
        background-image: url("../images/JULIA I - EBONY.png");
        width: 50vw;
        background-size: cover;
        background-position: 0 0;
    }

    .story-info-box {
        padding: 85px 0 85px 50px;
    }

    .our-story-page.v2 .story-section {
        padding-top: 65px;
    }

    .our-story-page.v2 .story-info-box {
        padding: 25px 50px;
    }

    .story-section h3 {
        font-size: 40px;
        text-transform: none;
        margin-bottom: 25px;
    }

    .title-social h5 {
        font-family: 'Butler_Regular';
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .latest-collection-section {
        padding: 50px 0 55px;
    }

    .latest-collection-section .box.alt {
        background-color: #fbe0e3;
    }

    .latest-collection-section img {
        height: 100%;
    }

    .our-story-page .story-section h4.subheading {
        text-transform: none;
        margin-bottom: 24px;
        font-family: 'Butler_Regular';
        font-size: 1.5em;
        letter-spacing: -0.7px;
        line-height: 1.42;
    }

    .our-story-page.v2 .story-section h4.subheading {
        margin-bottom: 60px;
    }

    .our-story-page.v2 .title-social {
        margin-bottom: 50px;
    }

    .rotated-img {
        transform: rotate(20deg);
        box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.5);
        border: solid 11px #fff;
        position: absolute;
        left: 0;
        top: 0;
    }

    img.shift-top {
        margin-top: -50px;
    }

    @media screen and (max-width: 63.96em) {
        .latest-collection-section {
            padding-top: 5vw;
            padding-bottom: 0;
        }

        .story-info-box {
            padding-left: 0;
            padding-top: 5vw;
            padding-bottom: 5vw;
        }

        .story-section {
            overflow: hidden;
        }

        .story-section .left-bg:before {
            width: calc(100vw + 30px);
            left: -15px;
            right: -15px;
        }

        .our-story-page.v2 .story-info-box {
            padding: 25px 0;
        }

        img.shift-top {
            margin-top: 0;
        }

        .our-story-page.v2 .story-section img {
            width: 100%;
        }

        .our-story-page.v2 .story-section h4.subheading {
            margin-bottom: 30px;
        }

        .our-story-page.v2 .title-social {
            margin-bottom: 15px;
        }
    }

    /*** Stockists ***/

    .map-section {
        border: 1px solid #979797;
    }

    #gmap_canvas {
        height: 250px;
        width: 100%;
        -webkit-filter: grayscale(0.9);
        filter: grayscale(0.9);
    }

    .map-section input[type=submit] {
        border: 2px solid #282828;
        transition: border 0.25s ease-out;
    }

    .map-section input[type=submit]:hover {
        border-color: #808080;
    }

    .stockists-section {
        padding: 60px 0 110px;
    }

    .map-section a.link-underline {
        text-transform: uppercase;
        font-size: 9px;
    }

    .stockists-section h3 {
        font-family: 'GothamBold';
        font-size: 13px;
        margin-right: 25px;
        margin-bottom: 60px;
        letter-spacing: 2px;
    }

    .stockists-section .dk-select .dk-selected {
        line-height: 2.2;
        border-color: #4e4646;
    }

    .stockists-tabs {
        border: 0;
        border-left: solid 1px #d5d5d5;
        padding-left: 10px;
        background: transparent;
        margin-bottom: 60px;
    }

    .stockists-tabs .tabs-title {
        padding-left: 18px;
        padding-right: 18px;
    }

    .stockists-tabs .tabs-title > a {
        padding: 14px 0;
        font-family: 'GothamBold';
        font-size: 13px;
        letter-spacing: 2px;
        outline: none;
    }

    .stockists-tabs .tabs-title.is-active > a:after {
        width: 100%;
    }

    .stockists-tabs .tabs-title.is-active > a:after,
    .stockists-tabs .tabs-title > a:after {
        border-bottom: 2px solid;
    }

    .stockists-tabs .tabs-title > a:focus,
    .stockists-tabs .tabs-title > a[aria-selected='true'] {
        background: transparent;
    }

    .stockists-tabs-content {
        border: 0;
        background: transparent;
        color: #000;
    }

    .stockists-tabs-content .tabs-panel {
        padding: 0;
    }

    .stockists-box {
        width: 100%;
        padding: 44px 38px;
        border: 1px solid #000;
    }

    .stockists-box h6 {
        margin-bottom: 20px;
        text-transform: none;
    }

    .stockists-box p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .stockists-box .button-group {
        margin-bottom: 0;
    }

    .wishlist-section {
        padding-bottom: 13px;
    }

    @media screen and (max-width: 1200px) {
        .stockists-box .button-group .button {
            letter-spacing: normal;
        }
    }

    @media screen and (max-width: 63.9375em) {
        .stockists-section {
            padding: 48px 0;
        }

        .stockists-section h3 {
            margin: 0 0 20px 0;
            font-size: 16px;
        }

        .stockists-tabs {
            margin-bottom: 30px;
        }

        .stockists-tabs .tabs-title {
            padding-left: 10px;
            padding-right: 10px;
        }

        .stockists-tabs .tabs-title > a {
            padding: 10px 0;
            letter-spacing: 1px;
        }

        .stockists-box {
            padding: 30px 20px;
        }

        .stockists-box .button-group {
            flex-wrap: wrap;
        }

        .stockists-box .button-group .button {
            margin-right: 0;
            margin-bottom: 13px;
            width: 100%;
            letter-spacing: normal;
        }

        .stockists-box .button-group .button:last-child {
            margin-bottom: 0;
        }
    }

    @media screen and (max-width: 39.9375em) {
        .map-section input[type=submit] {
            margin-top: 8px;
            margin-bottom: 8px !important;
            width: 100%;
        }

        .stockists-tabs {
            border-left: 0;
            padding-left: 0;
        }

        .stockists-box {
            margin-bottom: 24px;
        }

        .stockists-section .dk-select {
            margin-bottom: 20px;
            font-family: 'GothamBold';
            font-size: 13px;
            letter-spacing: 2px;
        }

        .map-section {
            border-left: none;
            border-right: none;
        }

        .stockists-section .dk-select .dk-selected {
            height: 42px;
            line-height: 1.8;
        }
    }

    /****   *****/

    .header-cart-tip {
        width: 255px;
        max-width: none;
        box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.19);
        background-color: #fff;
        color: #000;
        padding: 0;
    }

    .header-cart-tip.bottom.tooltip:before {
        border: none;
        width: 22px;
        height: 22px;
        display: inline-block;
        transform: rotateZ(45deg) translateY(100%);
        background-color: #fff;
        z-index: 118 !important;
        box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.19);
    }

    .header-cart-tip .header-cart-tip-inner {
        background-color: #fff;
        position: relative;
        z-index: 2000;
        padding: 0.75rem;
        font-size: 12px;
    }

    .header-cart-tip .row + .row {
        border-top: solid 1px #e9e9e9;;
    }

    .header-cart-tip .row {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header-cart-tip .row > .columns {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-cart-tip a.button.expanded {
        padding-left: 5px;
        padding-right: 5px;
        margin: 0;
    }

    .header-cart-tip a.button.expanded:hover {
        opacity: 0.65;
    }

    .header-cart-tip .procuct-count {
        min-width: 15px;
        display: inline-block;
        text-align: center;
    }

    .head-middle a[data-tooltip] {
        border: none;
        cursor: pointer;
        outline: none;
    }

    .insta-accounts-list .insta-account {
        overflow: hidden;
    }

    .insta-accounts-list .insta-account .box-cover .icon {
        color: #fff;
        font-size: 2em;
    }

    .insta-accounts-list .insta-account .box-cover {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.85);
        transition: all .7s ease;
        text-align: center;
        padding: 10px;
        opacity: 0;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
    }

    .insta-accounts-list .insta-account:hover .box-cover {
        opacity: 1;
    }

    .instagram-single-reveal .rev-footer a {
        color: #777;
        font-size: 1.5em;
    }

    .instagram-single-reveal .rev-footer a:after {
        display: none;
    }

    .instagram-single-reveal .rev-footer a:hover {
        color: #000;
    }

    .instagram-single-reveal .rev-footer li:first-child a {
        padding-left: 0;
    }

    .instagram-single-reveal.reveal.large {
        padding: 20px 5px;
        max-width: 970px;
    }

    .instagram-single-reveal .full-img {
        width: 100%;
    }

    .instagram-single-reveal .rv-prod-name,
    .instagram-single-reveal .rv-prod-price {
        text-transform: uppercase;
        font-size: 10px;
        margin-bottom: 5px;
    }

    .instagram-single-reveal .inst-img-link:after {
        display: none;
    }

    .instagram-single-reveal .rv-product-add .button {
        font-size: 8px;
        padding: 9px 12px;
        text-transform: uppercase;
    }

    .instagram-single-reveal .rv-prod-desc {
        font-size: 18px;
        font-family: "Times New Roman", serif;
    }

    .instagram-single-reveal .close-button {
        font-size: 5em;
        line-height: 40px;
        position: static;
        color: #444;
    }

    .insta-accounts-list .insta-account a.button {
        text-transform: uppercase;
    }

    .insta-accounts-list .insta-account img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .add-insta-account {
        font-size: 50px;
    }

    .add-insta-account:after {
        display: none;
    }

    .add-insta-account:hover {
        opacity: 0.3;
    }

    @media screen and (max-width: 63.96em) {
        .header-cart-tip.bottom.tooltip:before {
            display: none;
        }
    }

    @media screen and (max-width: 39.96em) {
        .term-description p br {
            display: none;
        }

        .feature_block.cats-cols .card {
            border: 0 !important;
        }
    }

    @media screen and (max-width: 480px) {
        .pagination-wrap li a.next,
        .pagination-wrap li a.prev {
            display: none;
        }

        .story-section h3 {
            font-size: 30px;
        }
    }

    @media screen and (max-width: 39.96em) {
        #subscribe-for-stock {
            left: 350px;
        }
    }


    /*edit shipping address css fix*/

    #address-form-shipping-modal {
        padding: 50px;
        width: 520px;
    }

    #address-form-shipping-modal form {
        width: 100%;
    }

    #address-form-shipping-modal h2 {
        font-size: 2em;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    #address-form-shipping-modal .button {
        width: 100%;
    }

    /**new stockists page**/

    .stockists-section input.form-control {
        height: 45px;
    }

    .stockists-section a.link-underline {
        text-transform: uppercase;
        font-size: 9px;
    }

    .stockists-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .stockists-img {
        height: 80vh;
        width: 100%;
        min-height: 300px;
    }

    .stockists-container .drop-select {
        text-transform: uppercase;
        font-weight: 700;
    }

    .stockists-container {
        border-top: 1px solid #e6e6e6;
        padding: 3vw;
    }

    .stockists-container .tabs-panel {
        padding-top: 0;
    }

    .stockists-container .tabs:after,
    .stockists-container .tabs:before {
        display: none;
    }

    .stockists-container .tabs li a {
        padding-top: 0;
    }

    .stockists-container .tabs-title {
        float: left;
    }

    .stockists-container ul.example-tabs3 .tabs-title {
        float: none;
    }

    .stockists-container .tabs li a {
        outline: none;
    }

    .example-tabs1 li a {
        text-transform: uppercase;
        color: #a4a4a4;
        font-weight: 700;
        padding-left: 3px;
        padding-right: 3px;
    }

    .stockists-container a:not(.no-line):after,
    .stockists-container a:not(.button):after {
        border-bottom: 4px solid #000;
        bottom: 0;
    }

    .stockists-container .tabs {
        border: 0;
        border-bottom: 1px solid #e6e6e6;
    }

    .stockists-container .tabs-title > a:focus::after,
    .stockists-container .tabs-title > a[aria-selected=true]::after {
        width: 100%;
    }

    .stockists-container .tabs-title > a:focus,
    .stockists-container .tabs-title > a[aria-selected=true] {
        background: none;
        color: #000;
    }

    .stockists-container .tabs-content {
        border: 0;
    }

    .stockists-container .example-tabs1 > .tabs-panel {
        padding-left: 5vw;
    }

    .stockists-container .tabs2-content > .tabs-panel,
    .stockists-container .example-tabs2 > .tabs-panel {
        padding: 0;
    }

    .stockists-container .example-tabs2 li a:hover {
        color: #000;
    }

    .stockists-container .example-tabs2 li a {
        font-weight: 700;
        color: #a4a4a4;
        padding-left: 10px;
        padding-right: 10px;
    }

    .stockists-container .example-tabs2 li a::after,
    .stockists-container .example-tabs2:after,
    .stockists-container .example-tabs2:before {
        display: none;
    }

    .stockists-container .example-tabs2 {
        text-transform: uppercase;
        border-bottom: 0;
        width: 100%;
        display: inline-block;
    }

    .stockists-container .tabs3-content {
        position: relative;
        top: -35px;
    }

    .stockists-container .tabs3-content .tabs-panel {
        padding-top: 0;
        padding-right: 0;
    }

    .stockists-container .example-tabs3 {
        column-count: 2;
        column-gap: 2vw;
        border-bottom: 0;
        list-style: none;
        margin-left: 0;
    }

    .stockists-container .example-tabs3 li a::after {
        display: none;
    }

    .stockists-container .example-tabs3 li a:hover {
        text-decoration: none;
    }

    .stockists-container .example-tabs3 li a {
        display: inline-block;
        padding-bottom: 0;
        text-decoration: underline;
        font-weight: 500;
        padding-left: 0;
    }

    @media screen and (max-width: 63.96em) {
        .stockists-container .example-tabs3 {
            column-count: 3;
            margin-left: 0;
        }
    }

    @media screen and (max-width: 39.96em) {
        .stockists-container {
            padding: 0;
        }

        .stockists-container .tabs-panel {
            padding-left: 0;
        }

        .stockists-container .example-tabs3 {
            column-count: 2;
        }

        .stockists-form form {
            margin-bottom: 15px;
            width: 100%;
            max-width: 320px;
        }

        .stockists-section input.button {
            height: 45px;
            width: 100%;
            margin-top: 8px;
            margin-bottom: 8px !important;
        }

        .stockists-container .drop-select {
            margin-bottom: 0;
        }

        .stockists-form .input-group .button {
            margin-top: 5px;
            padding: 20px;
        }

        .stockists-form .input-group .button,
        .stockists-input {
            width: 100%;
        }

        .stockists-form .input-group,
        .stockists-form {
            flex-direction: column;
        }
    }


    /* .woocommerce-checkout .woocommerce-billing-fields .form-control{
    height: 48px;
    padding-left: 12px;
}
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single{
    padding-left: 12px;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
    display: block !important;
} */

    /* Checkout Page Custom Layout */

    .checkout-columns {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .checkout-column {
        width: 48%; /* Adjust the width as needed */
        box-sizing: border-box;
    }

    .checkout-column.billing-address {
        order: 1;
    }

    .checkout-column.order-review {
        order: 2;
    }

    .checkout-payment {
        width: 100%;
        margin-top: 20px;
        order: 3;
    }

    .woocommerce-checkout .columns.text-center.animate-children {
        text-align: justify;
    }

    .woocommerce-checkout h3 {
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 1px;
        text-align: center;
    }

    .woocommerce-checkout .billing-details {
        background-color: #f4f4f4;
        padding: 20px;
    }

    .woocommerce-checkout .woocommerce-billing-fields.columns .woocommerce-billing-fields__field-wrapper {
        padding: 0rem 5rem 1rem 5rem !important;
    }

    .woocommerce-checkout div#payment ul {
        padding: 0rem 5rem 1rem 5rem !important;
    }

    .woocommerce-checkout-review-order .prod-img a {
        width: 100px;
        height: 100px;
        display: block;
    }

    .woocommerce-checkout .order-summary {
        position: sticky;
        background-color: #f4f4f4;
        padding: 2rem;
        top: 0;
    }

    .woocommerce-checkout-review-order td.no-line.prod-img {
        width: 27%;
    }
    

    .woocommerce-checkout-review-order .prod-img img {
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    .woocommerce-checkout .row.align-middle.margin-bottom-1.error {
        text-align: center;
    }

    .woocommerce-checkout #wc-stripe-payment-request-wrapper {
        justify-self: center;
    }

    .add-gift-wrapping input[type="checkbox"] {
        appearance: none;
        width: 7px;
        height: 7px;
        border: 1px solid #000;
        border-radius: 50%;
        position: relative;
        margin-right: 10px;
        cursor: pointer;
        margin-bottom: 0px;
        padding: 7px;
    }

    ul#shipping_method {
        flex-direction: column !important;
    }

    .woocommerce-checkout .checkout-info-box.senso-review-order-confirm-billing-section {
        justify-items: center;
        background: transparent;
        margin-bottom: 2rem;
        padding: 2rem 5rem 2rem 5rem !important;
    }

    #add_free_cardmessage {
        width: 100%;
    }

    .woocommerce-checkout .woocommerce-shipping-methods li {
        background-color: transparent;
        padding: .5rem .75rem;
        margin-bottom: 10px !important;
    }

    .gift-main-wrapper {
        border-top: 1px solid #ccc !important;
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
        padding: 2rem 5rem 2rem 5rem !important;
        width: 100%;
        border-bottom: 1px solid #ccc !important;
    }

    .pickup_location {
        margin-left: unset !important;
    }

    .place-order {
        max-width: 100% !important;
    }

    .place-order button {
        float: unset !important;
        width: 100% !important;
    }

    @media (max-width: 768px) {
        .checkout-column {
            width: 100%;
        }
    }

    .header-menu-link_img {
        display: none;
    }


    .product-info .yith-wcwl-add-to-wishlist {
        float: right;
        bottom: 0px;
        position: absolute;
        right: 0;
    }

    .product-summary .single_variation_wrap {
        position: unset;
    }

    .shrink-for-medium-up {
        margin-bottom: 30px !important;
    }

    ul.accordion.complete {
        margin-top: 3rem;
    }

    .single-product .zippay-box.no-afterpay {
        margin-top: 0px;
    }

    .afterpay-main-text {
        padding-right: 0px;
        display: none !important;
    }

    .after-summary-payments.complete {
        display: flex;
        margin-top: 3rem;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }

    .after-summary-payments.complete iframe {
        width: auto !important;
    }

    #wc-stripe-payment-request-wrapper {
        order: 3;
        margin: 0px !important;
        width: 50%;
    }


    .dropdown-pane.out-of-stock-notify .close-button {
        top: 0px;
        right: 10px;
    }

    p.shipping-returns {
        margin-bottom: 7px !important;
        line-height: 20px;
    }

    #yith-quick-view-content table.variations {
        display: none;
    }

    .single.single-product table.variations {
        display: none;
    }

    ul.menu.size {
        z-index: 999;
    }

    .pickup_location h4 {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .checkout-page .ppcp-messages {
        display: none !important;
    }

    .gift-main-wrapper {
        display: flex;
        margin-bottom: 10px;
        border-top: 1px solid #ebebeb;
        padding-top: 2rem;
        margin-top: 2rem;
    }

    .save_continue button {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 1rem 0;
        font-family: 'GothamBold';
        padding: 0.85em 1em;
        -webkit-appearance: none;
        border: 1px solid transparent;
        border-radius: 0px;
        transition: background-color 0.25s ease-out, color 0.25s ease-out;
        font-size: 13px;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        background-color: #282828;
        color: #fefefe;
        /* font-weight: 500; */
    }

    .add-gift-wrapping input[type="checkbox"] {
        appearance: none;
        width: 15px;
        height: 15px;
        border: 1px solid #000;
        border-radius: 50%;
        position: relative;
        margin-right: 10px;
        cursor: pointer;
        margin-bottom: 0px;
    }

    .add-gift-wrapping input[type="checkbox"]:checked::before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background-color: #000000;
        border-radius: 50%;
        position: absolute;
        top: -1px;
        left: -1px;
    }

    .add-gift-wrapping label {
        display: flex !important;
        align-items: center;
    }

    .add-gift-wrapping input[type="checkbox"]:focus {
        outline: none;
        box-shadow: unset;
    }

    .gift-main {
        width: 100%;
        position: relative;
    }

    .gift-main-img img {
        max-height: 150px !important;
        width: 100% !important;
        object-fit: cover;
        height: 100% !important;
    }

    .gift-main-img {
        width: 100%;
        margin: 20px 0;
    }

    .checkout-info-box .delivery-methods {
        width: 100%;
    }

    .pickup_location p {
        margin-bottom: 7px;
    }

    p.freelop {
        color: #96a3ae;
        font-size: 14px;
    }

    a.more-detailspick {
        font-weight: 900;
        font-size: 14px;
        text-decoration: underline;
    }

    ul#shipping_method:has(li > input[value="local_pickup:12"]:checked) + .pickup_location {
        display: block;
    }

    .pickup_location {
        display: none;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: auto;
        margin-right: 0px;
        width: 250px;
    }

    .shipping-note {
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 0px !important;
    }

    ul#shipping_method {
        display: flex;
        column-gap: 150px;
        flex-direction: row-reverse;
        justify-content: start;
    }

    .shopping-bag-section .button {
        float: none !important;
    }

    img.stripe-icon-cus {
        max-width: 100px;
    }

    #custom_checkout_field_free {
        display: none;
    }

    #add_free_cardmessage {
        width: 50%;
    }

    .stripe-icon-cus {
        display: block !important;
    }

    .shopping-bag-section .button {
        float: left;
    }

    .payment_method_stripe .stripe-logos {
        display: none !important;
    }


    .cusrasectin .row.large-up-4.small-up-2.text-center.animate-children {
        margin: 0px;
        width: 100%;
    }

    #wc-stripe-payment-request-wrapper {
        margin-bottom: 30px;
    }

    #page table.cart.woocommerce-cart-form__contents td.product-price {
        display: table-cell;
    }

    #page table.cart.woocommerce-cart-form__contents td.product-price del {
        opacity: 0.5;
        font-size: 13px;
        margin-right: 3px;
    }

    /* .wcpbc-price span.woocommerce-Price-amount.amount {
    color: #d0021b;
}
.wcpbc-price del span.woocommerce-Price-amount.amount  {
       color: #695b5b !important;
} */

    .product_cat-on-sale .price-wrap del {
        color: #695b5b;
    }

    .product_cat-on-sale .price-wrap ins bdi {
        color: #d0021b;
    }

    .sale-color-cus .product-price-wrap del {
        color: #695b5b;
    }

    .arrivals-section .sale-color-cus p {
        color: #d0021b;
    }

    .stockists-search {
        display: none;
    }

    .add_to_wishlist:before {
        display: none !important;
    }

    .arrival-prods .flex-container {
        flex-direction: column !important;
    }

    .zoom img:not(.zoomImg) {
        max-width: 100%;
    }

    button.add_to_cart_button.ajax_add_to_cart.button.alt.in-stock {
        display: block !important;
    }

    .card.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .yith-wcqv-wrapper input[type=radio] + label:before {
        margin-right: 5px;
    }

    .head-currency .relative-block {
        display: none !important;
    }

    .yith-wcqv-wrapper label {
        margin-right: 15px !important;
    }

    .yith-wcqv-wrapper .add_to_cart_button {
        display: block !important;
    }

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

        .page-heading .full-width-slider .sl {
            min-height: 600px !important;
        }

        .feature_block.cats-cols {
            max-width: 1501px;
            margin: 0 auto;
        }

        .page-heading .full-width-slider .sl .row {
            max-width: 90%;
        }
    }

    .home .page-heading {
        max-width: 1472px;
        margin: 0 auto;
    }

    .home .full-width-slider a.no-text {
        position: absolute;
        top: -300px;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 600px;
    }

    #dropdown-filter a {
        font-size: 14px;
        padding: 0;
        line-height: 24px;
    }

    #dropdown-filter .menu {
        margin-bottom: 20px;
    }

    #dropdown-filter .menu li {
        width: 100%;

    }

    #dropdown-filter .menu li a::after {
        border: none !important;
    }

    #dropdown-filter .widget_nav_menu {
        padding-right: 30px;
    }

    .single-product .gallery-main-wrap .gallery-main img {
        max-height: 100%;
    }

    .single-product-section .size input[type=radio] + label {
        min-width: 36px;
    }

    .postid-45605 .arrivals-section {
        display: none;
    }


    /* Margin for apple pay button*/

    .shrink-for-medium-up {
        margin-bottom: 60px;
    }

    .shrink {
        /* margin-bottom: 30px !important; */
    }

    #wc-stripe-payment-request-wrapper {
        padding-top: 0px !important;
    }

    /* margin-top on product page size*/

    .single-product-section .size-box {
        margin-top: 50px !important;
    }

    .content.boutique-content {
        padding-right: 0px !important;
        text-align: center;
    }

    .content.boutique-content img {
        width: 100%;
    }

    .boutique-main-section .columns.large-4.small-12.v-delim {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    section.pay-aftp.full-width-text.section-boutique.sec-2 {
        position: absolute;
        bottom: 50px;
        width: 100%;
    }

    section.pay-aftp.full-width-text.section-boutique.sec-1 {
        margin: auto;
    }

    .section-boutique .QsDR1c.complete {
        width: 82%;
        margin: auto;
    }

    .section-boutique table tbody {
        border: 0px !important;
    }

    .LrzXr {
        font-size: 16px !important;
    }

    .content.boutique-content h2 {
        margin-bottom: 3rem;
    }

    @media screen and (max-width: 624px) {
        #add_free_cardmessage {
            width: 100%;
        }

        section.pay-aftp.full-width-text.section-boutique.sec-2 {
            position: unset !important;
        }

        .pay-aftp {
            font-size: 16px !important;
        }

        .home #page .page-heading .full-width-slider .sl {
            background: none !important
        }

        .home #page .page-heading .full-width-slider .sl img {
            opacity: 1 !important;
            height: 250px;
            object-fit: cover;
            width: 100%;
        }
    }

    .full-width-slider .sl div {
        width: 100%
    }

    @media screen and (max-width: 480px) {
        .gallery-main a {
            max-width: 100% !important
        }

        .single-product .gallery-main-wrap .gallery-main img {
            max-height: 100% !important;
            width: 100%;
        }

        #subscribe-for-stock {
            left: 108% !important;
            top: 160px !important;
            max-width: 100% !important;
        }
    }

    /*
.search-wrapper{
	display:none !important;
}*/

    .hide-for-large-screens {
        width: 100% !important;
    }

    .aws-container .aws-search-form {
        margin-top: 20px !important;
    }

    div#yith-quick-view-content .product_meta {
        display: none;
    }

    li.out-of-stock:before {
        height: 2px;
        background-color: #db0e0e;
    }

    .flex-child-grow, .complete, .product_title, .text-center h2, h1, h2, h3, h4, h5, h6, .our-story-page.v2 .story-section h4.subheading {
        font-family: gothambook;
    }

    .row.delivery-methods {
        text-align: center !important;
        justify-content: center;
    }

    @media only screen and (min-width: 1023px) and (max-width: 1191px) {
        #menu-main-menu .menu-item {
            padding-left: 17px;
            padding-right: 17px;
        }

        #menu-main-menu .menu-item a {
            font-size: 1em !important;
        }
    }

    @media screen and (max-width: 1025px) {
        .wishlist-mobile {
            display: block !important;
            width: 50px !important;
            padding-right: 2px;
            text-align: center;
        }

        .search-form-mobile {
            display: none !important;
        }
    }

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

        ul#shipping_method {
            flex-direction: column-reverse !important;
            column-gap: 150px;
        }

        .checkout-info-box .delivery-methods {
            width: 100%;
        }

        .gift-main-wrapper {
            flex-direction: column;
        }

        .gift-main {
            width: 100%;
        }


        .gift-main-img {
            width: 100%;
        }

        .pickup_location {
            margin-right: 15px;
            width: auto;
        }
    }
}

.flex-child-grow, .complete, .product_title, .text-center h2, h1, h2, h3, h4, h5, h6, .our-story-page.v2 .story-section h4.subheading {
    font-family: gothambook;
}

.row.delivery-methods {
}

td.prod-info a + span {
    display: none;
}

td.prod-info > * {
    display: block;
}

td.prod-info {
    line-height: 22px;
    font-size: 13px;
}

td.prod-info a {
    font-size: 16px;
}

.payment-details.payment_box p {
    font-size: 13px;
    margin-bottom: 0;
}

.payment-details.payment_box {
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 10px;
}

button#apply_coupon_anchor {
    font-weight: 600;
}

button#place_order {
    width: 100%;
}

.woocommerce-checkout square-placement {
    display: none;
}

tr.woocommerce-table__line-item.order_item td {
    height: 0;
    display: table-cell;
}

.checkout-info-box h3 {
    text-align: left;
}

.woocommerce-checkout-payment h3 {
    text-align: center;
}

.newsletter-section h2 {
    text-align: center;
}

@media only screen and (min-width: 1023px) and (max-width: 1191px) {
    #menu-main-menu .menu-item {
        padding-left: 17px;
        padding-right: 17px;
    }

    #menu-main-menu .menu-item a {
        font-size: 1em !important;
    }
}

@media screen and (max-width: 1025px) {
    .wishlist-mobile {
        display: block !important;
        width: 50px !important;
        padding-right: 2px;
        text-align: center;
    }

    .search-form-mobile {
        display: none !important;
    }
}

@media (max-width: 780px) {

    .woocommerce-checkout .woocommerce-billing-fields.columns .woocommerce-billing-fields__field-wrapper {
        padding: 0 !important;
    }

    ul#shipping_method {
        flex-direction: column-reverse !important;
        column-gap: 150px;
    }

    .checkout-info-box .delivery-methods {
        width: 100%;
    }

    .gift-main-wrapper {
        flex-direction: column;
    }

    .checkout-info-box .delivery-methods {
        padding-right: 0 !important;
    }

    .checkout-submit {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background: #ffff;
        padding: 0px 20px;
        border-top: 1px solid #e5e5e5;
    }

    form.woocommerce-checkout .form-row.woocommerce-mailchimp-opt-in label {
        margin-top: 5px;
    }

    .woocommerce-checkout .checkout-info-box.senso-review-order-confirm-billing-section,
    .gift-main-wrapper,
    .woocommerce-checkout div#payment ul {
        padding-left: 0.9375rem !important;
        padding-right: 0.9375rem !important;
    }

    .gift-main {
        width: 100%;
    }


    .gift-main-img {
        width: 100%;
    }

    .pickup_location {
        margin-right: 15px;
        width: auto;
    }
}