/* GD */
/* Global Paddings */
.padding-tb-big {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding-tb-med {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-tb-small {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-tb-tin {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-t-big {
    padding-top: 100px;
}
.padding-t-med {
    padding-top: 50px;
}
.padding-t-small {
    padding-top: 20px;
}
.padding-t-tin {
    padding-top: 10px;
}
.padding-t-xs {
    padding-top: 4px;
}
.padding-b-big {
    padding-bottom: 100px;
}
.padding-b-med {
    padding-bottom: 50px;
}
.padding-b-small {
    padding-bottom: 20px;
}
.padding-b-tin {
    padding-bottom: 10px;
}
.padding-tb-none,
.padding-tb-none .vc_col-sm-12 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.padding-r-none {
    padding-right: 0px;
}
.margin-b-none {
    margin-bottom: 0px;
}
/* Side Paddings ( left, right ) */
.padding-side-big {
    padding-left: 20%;
    padding-right: 20%;
}
.padding-side-med {
    padding-left: 10%;
    padding-right: 10%;
}
.padding-side-small {
    padding-left: 5%;
    padding-right: 5%;
}
.padding-side-tin {
    padding-left: 2%;
    padding-right: 2%;
}
.padding-t-responsive {
    padding-top: 110px;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
@media only screen and (max-width:994px) {
    .padding-t-responsive {
        padding-top: 200px;
    }
}
@media only screen and (max-width:768px) {
    /* Global Paddings */
    .padding-tb-big {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .padding-tb-med {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .padding-tb-small {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padding-t-big {
        padding-top: 30px;
    }
    .padding-t-med {
        padding-top: 20px;
    }
    .padding-t-small {
        padding-top: 10px;
    }
    .padding-b-big {
        padding-bottom: 30px;
    }
    .padding-b-med {
        padding-bottom: 20px;
    }
    .padding-b-small {
        padding-bottom: 10px;
    }
    .padding-t-responsive {
        padding-top: 220px;
    }
    /* End of Global Paddings */
    /* Side Paddings ( left, right ) */
    .padding-side-big {
        padding-left: 0%;
        padding-right: 0%;
    }
    .padding-side-med {
        padding-left: 0%;
        padding-right: 0%;
    }
    .padding-side-small {
        padding-left: 0%;
        padding-right: 0%;
    }
    .padding-side-tin {
        padding-left: 0%;
        padding-right: 0%;
    }
}
.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.padding-0 {
    padding-left: 0;
    padding-right: 0;
}
a:hover {
    text-decoration: none;
}
.margin-0 {
    margin: 0px;
}
textarea:focus,
input:focus,
button:focus {
    outline: none;
}
img {
    max-width: 100%;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none!important;
    box-shadow: none!important;
    border-color: inherit!important;
}
.top-info span.block-span {
    display: inline-block;
    padding: 0 30px;
}
.top-info span.block-span:last-child {
    padding-right: 0;
}
@media only screen and (max-width:1200px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
.pos-rel {
    position: relative;
}
body {
    font-family: 'Lato', sans-serif;
}
/* header */
@media only screen and (min-width:1200px) {
    .padding-lr-medium {
        padding-left: 25px;
        padding-right: 25px;
    }
    .padding-lr-large {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media only screen and (min-width:1024px) {
    .container {
        width: 1250px;
    }
}
.header-top-line {
    padding: 5px 0 0;
    /* background-color: #e20e67; */
}
.header-top-line .row {
    align-content: center;
    align-items: center;
}
.header-top-line p {
    margin: 0px;
    /* color: #fff; */
    color: #000;
}
.header-top-line a {
    color: #000;
}
@media only screen and (max-width:425px) {
    .header-top-line .row>* {
        flex: 1 1 33%;
    }
    .header-top-line .col {
        padding: 10px 0 0;
        text-align: center;
    }
    .header-top-line img {
        max-height: 50px;
        /* margin-top: -15px; */
        margin-top: 0;
        width: 70%;
    }
    .mobile-hidden {
        display: none !important;
    }
}
@media only screen and (max-width:375px) {
    .header-top-line .top-info {
        font-size: 12px;
    }
    .header-visit-store .container {
        padding-right: 0;
        padding-left: 0;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .visit-store-banner a {
        font-size: 12px;
    }
    .visit-store-banner a h2 {
        font-size: 18px;
    }
}
.header-visit-store .visit-store-banner {
    background-color: #e20e67;
    color: #ffffff;
}
.header-visit-store .visit-store-banner a {
    color: #fff;
}
.top-account {}
.top-account ul {
    list-style: none;
    text-align: right;
    margin: 0px;
    padding: 0px;
}
.top-account ul li {
    float: right;
    margin: 0px 4px;
    /* color: #fff; */
    color: #000;
}
.top-account ul li a {
    /* color: #fff; */
    color: #000;
    text-decoration: none;
}
.header-top-menu {
    background-color: #e9e9e9;
}
.header-top-menu ul {
    list-style: none;
    text-align: right;
    margin: 0px;
    padding: 0px;
}
.header-top-menu ul li {
    float: right;
    color: #fff;
}
.header-top-menu ul li:first-child {
    margin-right: 0px;
    padding-right: 0px;
}
.header-top-menu ul li a {
    color: #393939;
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid #393939;
}
.header-top-menu ul li:first-child a {
    border-right: none;
    padding-right: 0px;
}
.wrapper-logo {
    padding: 0;
}
.header-search .btn {
    padding: 0.8rem 1.75rem;
    background-color: #e20e67;
    border: 1px solid #e20e67;
    color: #fff;
}
.header-search .btn:hover,
.header-search .btn:focus {
    color: #fff;
    background-color: #e20e67;
    border: 1px solid #e20e67;
}
.header-search .btn .fa {
    font-size: 22px;
}
.header-search .form-control {
    background-color: #f4f4f4;
    font-style: italic;
    border: none;
}
.cart-link {
    color: #737373;
}
.your-cart-label {
    color: #e20e67;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
}
.cart-link .cart-content {
    color: #737373;
}
/* #header-cart {
	padding-bottom: 10px;
	padding-top: 10px;
} */
/* #header-cart > a {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #ccc;
} */
.header-cart-wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
}
.header-cart-wrapper a {
    color: #000;
    font-size: 36px;
}
.header-cart-wrapper .header-wishlist-link {
    color: #f76666;
}
.header-cart-wrapper .header-cart-link {
    color: #b710a2;
}
#header-cart:hover .dropdown-menu {
    display: block;
    top: 100%;
    margin-top: 0px;
}
.header-cart-wrapper a:hover {
    color: #e20e67;
    text-decoration: none;
    transition: all .5s;
}
.main-menu-holder {
    font-family: 'Griffy', cursive;
    text-align: center;
    padding-bottom: 0px;
}
.main-menu-holder .navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-light .navbar-nav .nav-link {
    color: #7f44a1;
    font-size: 19px;
}
.content-zones-megamenu-adverts {
    display: none;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        position: relative;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        position: relative;
        padding-right: 22px;
        padding-left: 0px;
        margin-left: 12px;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 1em;
    }
    .main-menu-holder.fixed .navbar-nav .nav-link {
        margin-left: 0px;
    }
    .main-menu-holder.fixed .navbar-nav .nav-link.dropdown-toggle {
        padding-right: 34px;
    }
    .navbar-expand-md .navbar-nav .dropdown-toggle::after {
        right: 5px;
        top: 6px;
        position: absolute;
        display: none;
    }
    .navbar-expand-md.fixed .navbar-nav .dropdown-toggle::after {
        right: 15px;
    }
    .navbar-expand-md .navbar-nav .nav-item {
        display: inline-block;
        margin: 0 auto;
        padding-bottom: 15px;
    }
    .navbar-expand-md .navbar-nav .nav-item>a {
        border-right: 1px solid #7f44a1;
    }
    .navbar-expand-md .navbar-nav .nav-item:last-child>a {
        border-right: none;
    }
    .navbar-expand-md .navbar-nav .nav-item:first-child .nav-link {
        margin-left: 0px;
    }
    .navbar-expand-md .navbar-nav .mega-menu-5 .nav-link img {
        float: left;
        margin-right: 8px;
    }
    .navbar-expand-md .navbar-nav .nav-item.show {
        position: initial;
    }
    .navbar-expand-md .navbar-nav .nav-item.show .dropdown-menu.show {
        width: 100%;
        top: 36px;
        padding: 24px 24px;
    }
    .navbar-expand-md .navbar-nav .dropdown-hover:hover>.dropdown-menu {
        /* display: block; */
        width: 100%;
        top: 33px;
        /* padding: 24px 24px; */
        /* min-height: 60vh; */
    }
    .mega-menu-content {
        position: relative;
        padding-right: 0px;
        float: left;
        width: 100%;
        display: block;
    }
    .menu-advert {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 145px;
        display: none;
    }
    .menu-level-2 li {
        float: left;
        /* width: 33.3333%;
        padding-left: 5px;
        padding-right: 5px; */
        width: 32%;
        margin: 0 10px 20px;
        font-size: 16px;
    }
    .menu-level-2 li a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .menu-level-2 .one-half {
        width: 50%;
    }
    .menu-level-2 .full-width {
        width: 100%;
    }
    .menu-level-2 .has-next-level {
        /* padding-right: 15px; */
        /* margin-bottom: 20px; */
        margin: 0 10px 20px;
    }
    .menu-level-2 .has-next-level>a {
        border-bottom: 2px solid #ccc;
    }
    .menu-level-2 .one-half .menu-level-3 li {
        width: 50%;
    }
    .menu-level-2 .full-width .menu-level-3 li {
        width: 25%;
    }
    .menu-level-3 {
        list-style: none;
        padding: 0px;
        margin-top: 15px;
        display: grid;
        float: left;
        width: 100%;
        line-height: 1.1;
    }
    .menu-level-3 li {
        width: 100%;
    }
    .mega-menu-1 .menu-level-3 li,
    .mega-menu-3 .menu-level-3 li {
        width: 100%;
    }
    .menu-level-3 .has-next-level>a {
        border-bottom: 2px solid #ccc;
    }
    .menu-level-3 .one-half .menu-level-4 li {
        width: 50%;
    }
    .menu-level-4 .full-width .menu-level-4 li {
        width: 25%;
    }
    .menu-level-4 {
        list-style: none;
        padding: 0px;
        margin-top: 15px;
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        float: left;
        width: 100%;
        line-height: 1.1;
        padding-left: 10px;
    }
    .menu-level-4 li {
        width: 100%;
    }
    .mega-menu-1 .menu-level-4 li,
    .mega-menu-4 .menu-level-4 li {
        width: 100%;
    }
}
.mega-menu-parent>ul>div.mega-menu-content {
    display: flex;
    flex-flow: column;
    /* flex-flow: row; */
    /* flex-flow: row wrap; */
}
.mega-menu-2>ul>div.mega-menu-content {
    display: flex;
    flex-flow: column;
    /* flex-flow: row wrap; */
    max-height: 64vh;
    overflow-y: auto;
}
.mega-menu-parent>ul>div.mega-menu-content>li {
    display: flex;
    flex-flow: column;
    margin-bottom: 10px;
    /* width: 33.33% !important; */
    width: 31% !important;
    /* border-bottom: 1px solid #7B56AC; */
}
.mega-menu-parent>.menu-level-2 li.mmtab a {
    /* width: 120px; */
    /* width: 100%;
    border: 1px solid #7B56AC;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #ffffff;
    padding: 3px 12px;
    border-bottom: 0;
    color: #7B56AC; */

    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    color: #ffffff;
    background: #8a1d77;
}
.mega-menu-parent>.menu-level-2 li.mmtab a:hover, .mega-menu-parent>.menu-level-2 li.mmtab.active a {
    background: #7B56AC;
    color: #ffffff;
}
.mega-menu-parent>.menu-level-2>li.mmtab {
    float: left;
    clear: left;
    display: flex;
}
.mega-menu-parent>.menu-level-2>li.mmtab>a {
    background: rgba(134,101,178,0.7);
    display: inline-block;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.mega-menu-parent>.menu-level-2 li.mmtab a.dropdown-toggle::after {
    position: relative !important;
    left: 5px;
    top: 3px;
    right: 0;
}
.mega-menu-parent>ul>div.mega-menu-content>li.mmtab>ul.menu-level-3 {
    position: absolute;
    /* margin-left: 120px; */
    /* margin-top: 0; */
    /* width: 90%; */
    /* margin-top: 50px; */
    /* width: 150px; */

    margin-left: 0;
    margin-top: 0;
    width: 69%;
    float: none;
    display: none;
    top: 0;
    flex-flow: row;
    flex-wrap: wrap;
    right: 0;
    /* max-height: 500px; */
    border: 1px solid #8a1d77;
    /* background: #cf86c2; */
    background: #E7E7E7;
    height: auto !important;
    padding-bottom: 15px !important;
    max-height: 64vh;
    overflow-y: auto;
}
.mega-menu-parent>ul>div.mega-menu-content>li.mmtab>ul.menu-level-3>li {
    display: flex;
    /* width: auto; */
    /* width: 33.33%; */
    /* width: 31%; */
    width: 49%;
    /* padding: 15px 10px 0; */
    padding: 0;
    margin: 2px 0px 0 4px;
    border-bottom: 0;
    font-size: 16px !important;
}
.mega-menu-parent>ul>div.mega-menu-content>li.mmtab>ul.menu-level-3>li a {
    /* padding: 6px 20px;
    background: #ffffff;
    color: #7B56AC;
    border-bottom: 1px solid #7B56AC;
    border-radius: 10px; */

    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 15px;
    color: #ffffff;
    background: #8a1d77;
}
.mega-menu-parent>ul>div.mega-menu-content>li.mmtab>ul.menu-level-3>li.active a, .mega-menu-parent>ul>div.mega-menu-content>li.mmtab>ul.menu-level-3>li a:hover {
    background: #7B56AC;
    color: #ffffff;
}
.mega-menu-parent>ul>div.mega-menu-content>li.mmtab>ul.menu-level-3>li>ul.menu-level-4 {
    position: absolute;
    /* margin-left: 150px; */
    /* margin-left: 0; */
    /* width: 100%; */
    width: 100%;
    /* float: left; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px !important;
    display: none;
    /* top: 0; */
    top: auto;
    /* background: #fbaece; */
    background: #E7E7E7;
    border: 1px solid #8a1d77;
    padding: 10px;
    left: 0;
    z-index: 1111111;
}
.mega-menu-parent>ul>div.mega-menu-content>li.mmtab>ul.menu-level-3>li>ul.menu-level-4>li {
    display: inline-block;
    float: none;
    /* width: auto !important; */
    width: 48% !important;
    margin: 5px !important;
    overflow: hidden;
}
.mega-menu-parent>ul>div.mega-menu-content>li.mmtab>ul.menu-level-3>li>ul.menu-level-4>li>a {
    /* width: auto;
    border-radius: 10px;
    color: #7B56AC;
    background: #ffffff;
    border-bottom: 1px solid #7B56AC; */

    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 30px;
    color: #ffffff;
    background: #8a1d77;
}
.mega-menu-parent>ul>div.mega-menu-content>li.mmtab>ul.menu-level-3>li>ul.menu-level-4>li.active, .mega-menu-parent>ul>div.mega-menu-content>li.mmtab>ul.menu-level-3>li>ul.menu-level-4>li>a:hover {
    background: #7B56AC;
    color: #ffffff;
}
/* 
.mega-menu-4 > ul > div.mega-menu-content > li.mmtab > ul.menu-level-3 > li {
	display: flex;
	width: 100%;	
}
*/
/* 
.mega-menu-4 > .menu-level-2 > li.mmtab > a {
	display: inline-block;
	float: left;
	width: 150px;
}
.mega-menu-4 > .menu-level-2 > li.mmtab > ul {
	display: inline-block;
	width: 80%;
}
*/
.bottom-homepage-banner {
    display: none;
}
body#n_home .bottom-homepage-banner {
    display: block;
}
.additional-links-header {
    background-color: #541549;
    padding-top: 2px;
    padding-bottom: 2px;
}
.single-additional-link {
    float: left;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8a1d77+0,ae1771+92,ae1771+100 */
    background: #8a1d77;
    /* Old browsers */
    background: -moz-linear-gradient(left, #8a1d77 0%, #ae1771 92%, #ae1771 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #8a1d77 0%, #ae1771 92%, #ae1771 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #8a1d77 0%, #ae1771 92%, #ae1771 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8a1d77', endColorstr='#ae1771', GradientType=1);
    /* IE6-9 */
}
.single-additional-link a {
    color: #fff;
}
.single-additional-link img {
    height: 18px;
    width: auto;
    margin-right: 10px;
}
.first-one {
    width: 32%;
    margin-right: 1%;
    margin-left: 0px;
}
.second-one {
    width: 32%;
    margin-right: 1%;
    margin-left: 1%;
}
.third-one {
    width: 32%;
    margin-right: 0px;
    margin-left: 1%;
}
/* product finder */
#compat_list {
    display: flex;
    width: 85%;
    float: left;
    background-color: #dfdfdf;
}
.costume-select {
    flex: 1;
    padding-top: 15px;
}
.costume-select>select {
    width: 95%;
    margin: 0 auto;
    border-radius: 0px;
}
.costume-select>select:focus {
    border-color: transparent!important;
}
.costume-finder-title {
    margin-bottom: 0;
    padding: 18px 36px;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 900;
    color: #fff;
    background-color: #e20e67;
    margin-right: 10px;
}
.submit-button-wrapper {
    width: 15%;
    display: flex;
    float: left;
    background-color: #dfdfdf;
    padding-top: 11px;
    padding-bottom: 12px;
}
.submit-button-wrapper .compat-btn {
    border-radius: 0px;
    color: #e20e67;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 auto;
}
.submit-button-wrapper .compat-btn:hover,
.submit-button-wrapper .compat-btn:active,
.submit-button-wrapper .compat-btn:focus {
    border: none;
}
.costume-finder-title i {
    margin-right: 5px;
}
.compatibility_list {
    display: block;
    width: 100%;
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
span.loading_span {
    display: none;
}
@media (min-width: 768px) {
    .costume-finder-outer-wrapper.collapse {
        display: flex !important;
    }
    .costume-finder-outer-wrapper {
        padding-bottom: 0px;
    }
}
@media (max-width: 991px) {
    .costumefinder-fields {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 768px) {
    #compat_list {
        display: block;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .costume-select {
        margin-bottom: 5px;
        flex: inherit;
        padding-top: 5px;
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        float: left;
    }
    .costume-select>select {
        width: 100%;
    }
    .costume-finder-title {
        padding: 15px;
        font-size: 18px;
    }
    .submit-button-wrapper {
        display: none;
    }
    .mobile-pf-wrapper {
        background-color: #e20e67;
        color: #fff;
    }
    .mobile-pf-wrapper,
    .mobile-pf-wrapper:hover {
        cursor: pointer;
    }
    .mobile-costume-finder-title {
        padding-left: 0px;
    }
    .costume-finder-mob-arrow .fa {
        font-size: 22px;
    }
}
/* header responive */
@media (max-width: 1160px) {
    .navbar-expand-md .navbar-nav .nav-link {
        margin-left: 10px;
        padding-left: 10px;
        font-size: 18px;
    }
}
.menu-icons-wrapper {
    display: none;
}
.mobile-search-holder {
    display: none;
}
.mobile-menu-holder {
    display: none;
}
.additional-mobile-menu-homepage {
    display: none;
}
.main-menu-holder.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 999;
    background-color: #ffffff;
    margin-top: 0px!important;
    padding: 14px 0px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}
.main-menu-holder.fixed .navbar-nav {
    width: 1250px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.top-info-holder a {
    color: #fff;
}
.mega-menu-content .accessories-makeup {
    display: block;
    clear: left;
}
@media (max-width: 1023px) {
    .wrapper-header {
        padding: 0px;
    }
    .top-account {
        display: none;
    }
    .top-info-holder {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-top-line {
        margin: 0px;
    }
    .header-top-menu {
        margin: 0px;
        display: none;
    }
    .additional-links-header {
        margin: 0px;
    }
    .wrapper-logo {
        margin: 0 auto;
    }
    .header-search {
        padding-top: 0px!important;
    }
    .header-search-wrapper {
        max-height: 0px;
        overflow: hidden;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        border-top: 1px solid #541549;
        border-bottom: 1px solid #541549;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;
    }
    .header-search-wrapper-expanded {
        max-height: 80px;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;
    }
    .header-search .btn {
        border: none;
        padding: 14px 20px;
        border-radius: 0px;
    }
    .header-cart-wrapper {
        display: none;
    }
    .menu-icons-wrapper {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
        background-color: #f0f0f0;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .single-mobile-icon {
        border-right: 1px solid #ccc;
    }
    .single-mobile-icon:last-child {
        border-right: none;
    }
    .single-mobile-icon .navbar-toggler {
        padding: 0px;
    }
    .wrapper-header .navbar-toggler .badge {
        position: absolute;
        top: -5px;
        right: -10px;
        font-size: 11px;
        background-color: #000;
        color: #fff;
    }
    .mobile-menu-holder {
        font-family: 'Griffy', cursive;
        position: fixed;
        width: 100%;
        left: -150%;
        margin-top: 0px!important;
        z-index: 9;
        border-radius: 0px;
        top: 0px;
        height: 100%;
        margin: 0;
        display: block;
        align-items: unset;
        -webkit-transition: all 0.6s;
        /* Safari */
        transition: all 0.6s;
    }
    .mobile-menu-holder-flyin {
        left: 0px;
        -webkit-transition: all 0.6s;
        /* Safari */
        transition: all 0.6s;
    }
    .mobile-menu-holder {
        width: 100%;
    }
    .main-menu-holder {
        display: none;
    }
    .mobile-menu-activator,
    .mobile-menu-activator:focus {
        border: none;
    }
    .mobile-search-holder {
        display: block;
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: all 0.6s;
        /* Safari */
        transition: all 0.6s;
    }
    .mobile-search-holder-expanded {
        max-height: 100px;
        -webkit-transition: all 0.6s;
        /* Safari */
        transition: all 0.6s;
    }
    .mobile-menu-advance-wrapper {
        width: 100%;
        padding-right: 50px;
        height: 100%;
    }
    .mobile-menu-holder .navbar-nav {
        width: 100%;
        background-color: #fff;
        height: 100%;
        padding-top: 20px;
        overflow: scroll;
    }
    .close-menu {
        display: block;
        float: left;
        width: 50px;
        height: 50px;
        background-color: #000;
        text-align: center;
        padding-top: 14px;
        font-family: 'Lato', sans-serif;
        position: absolute;
        top: 0px;
        right: 0px;
        color: #fff;
    }
    .header-items-holder {
        padding-bottom: 0px!important;
    }
    .mobile-menu-holder .navbar-nav .nav-item {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
        position: relative;
    }
    .mobile-menu-holder .navbar-nav .nav-item.mega-menu-5 .nav-link img {
        float: left;
        margin-right: 10px;
    }
    .mobile-menu-holder .navbar-nav .nav-item>a {
        border-bottom: 1px solid #e8e8e8;
        color: #ab1771;
    }
    .mobile-menu-holder .navbar-nav .nav-item:last-child>a {
        border-bottom: none;
    }
    .submenu-expander {
        width: 44px;
        height: 44px;
        position: absolute;
        right: 20px;
        top: 0px;
        text-align: center;
        padding: 10px;
    }
    .submenu-expander img {
        width: 70%;
        height: 70%;
        -webkit-transition: all 0.6s;
        /* Safari */
        transition: all 0.6s;
    }
    .custom-submenu {
        display: block;
        overflow: hidden;
        height: auto;
        max-height: 0;
        padding: 0px;
        margin: 0px;
        background-color: #e8e8e8;
        -webkit-transition: all 1.6s ease;
        -moz-transition: all 1.6s ease;
        -ms-transition: all 1.6s ease;
        -o-transition: all 1.6s ease;
        transition: all 1.6s ease;
    }
    .custom-submenu-expanded {
        max-height: 5000px;
        overflow-y: auto;
        -webkit-transition: all 1.6s ease;
        -moz-transition: all 1.6s ease;
        -ms-transition: all 1.6s ease;
        -o-transition: all 1.6s ease;
        transition: all 1.6s ease;
    }
    .custom-submenu li {
        float: left;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }
    .custom-submenu li a {
        color: #000;
        width: 100%;
        display: block;
    }
    .custom-submenu li:first-child {
        margin-top: 12px;
    }
    .custom-submenu li:last-child {
        margin-bottom: 12px;
        padding-bottom: 0px;
    }
    .rotate-img img {
        transform: rotate(180deg);
        -webkit-transition: all 0.6s;
        /* Safari */
        transition: all 0.6s;
    }
    .mobile-menu-holder .custom-submenu .second-level-mob {
        position: relative;
        padding-top: 10px;
    }
    .mobile-menu-holder .custom-submenu .second-level-mob>.custom-submenu .dropdown-item {
        padding: 0.25rem 0px;
    }
    .additional-points.first-point {
        margin-top: 30px;
    }
    .additional-points .social-wrapper {
        margin-top: 30px;
    }
    .additional-points .social-wrapper .list-social li {
        width: 20%;
        margin-left: 2%;
        margin-right: 2%;
        text-align: center;
    }
    .additional-mobile-menu-homepage {
        display: none;
        width: 100%;
    }
    .additional-mobile-menu-homepage .navbar-nav {
        padding: 20px;
        font-family: Griffy, cursive;
    }
    .additional-mobile-menu-homepage .navbar-nav .nav-item {
        font-size: 18px;
    }
    .additional-mobile-menu-homepage .navbar-nav>.nav-item {
        border-bottom: 1px solid #e2e2e2;
    }
    .additional-mobile-menu-homepage .navbar-nav>.nav-item:last-child {
        border-bottom: none;
    }
    .additional-mobile-menu-homepage .navbar-nav .nav-item.mega-menu-5 {
        padding-left: 0px;
    }
    .additional-mobile-menu-homepage .navbar-nav .nav-item.mega-menu-5 img {
        float: left;
        margin-right: 10px;
    }
    /*
	.additional-mobile-menu-homepage .navbar-nav .nav-item.mega-menu-5 a:before {
		position: absolute;
		background-image: url(../img/mega-menu-5.png);
		width: 22px;
		height: 20px;
		left: 22px;
		content: '';
	}
	*/
    .additional-mobile-menu-homepage .navbar-nav .nav-item a {
        color: #7f44a1;
        padding: 10px 0px;
    }
    .additional-mobile-menu-homepage .navbar-nav .custom-dropdown {
        position: relative;
    }
    .additional-mobile-menu-homepage .navbar-nav .custom-submenu a {
        color: #000;
    }
    .additional-mobile-menu-homepage .submenu-expander {
        right: 0px;
    }
    .additional-mobile-menu-homepage .submenu-expander .fa {
        color: #ab1771;
    }
    .additional-mobile-menu-homepage .submenu-expander .fa-minus:before {
        content: "\f068";
    }
}
@media (max-width: 991px) {
    .additional-links-header-holder {
        padding: 0px 2px;
    }
    .first-one {
        width: 33%;
        margin-right: 0.24%;
        margin-left: 0px;
    }
    .second-one {
        width: 33%;
        margin-right: 0.24%;
        margin-left: 0.24%;
    }
    .third-one {
        width: 33%;
        margin-right: 0px;
        margin-left: 0.24%;
    }
    .single-additional-link {
        padding: 5px;
        min-height: 72px;
    }
    .single-additional-link img {
        height: 18px;
        width: auto;
        display: block;
        margin: 4px auto;
    }
}
@media (max-width: 768px) {
    .wrapper-logo {
        flex: 0 0 320px;
        max-width: 320px;
    }
}
@media (max-width: 420px) {
    .top-info-holder {
        font-size: 10px;
    }
    .single-additional-link {
        font-size: 11px;
        padding: 2px;
        min-height: 78px;
    }
    header .container,
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
    .right-small-banner__text {
        flex-direction: row !important;
    }
}
/* homepage */
.homepage-carousel .carousel-caption {
    background-color: rgba(84, 21, 73, 0.89);
    left: 36%;
    width: 26%;
    right: 36%;
    top: 50%;
    bottom: inherit;
    padding: 40px 50px;
    transform: translateY(-50%);
}
.homepage-carousel .carousel-caption h2 {
    font-family: Griffy, cursive;
    font-size: 70px;
    line-height: 1em;
    margin-bottom: 25px;
}
.homepage-carousel .carousel-caption p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em;
}
.homepage-carousel .carousel-caption .btn {
    width: 100%;
    border-radius: 0px;
    background-color: #e20d66;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    padding: 16px 20px;
    margin-top: 8px;
}
.homepage-carousel .carousel-caption .btn:hover {
    background-color: #e20d66;
    border: none;
}
.homepage-carousel .social-wrapper {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.homepage-carousel .social-wrapper ul {
    width: 70px;
    padding: 0px;
    margin: 0px;
}
.homepage-carousel .social-wrapper ul li {
    width: 100%;
    float: left;
    margin-bottom: 16px;
}
.homepage-carousel .social-wrapper ul li a img {
    width: 50px;
    height: auto;
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
}
.homepage-carousel .social-wrapper ul li a:hover img {
    transform: rotate(360deg);
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
}
@media (max-width: 1480px) {
    .homepage-carousel .carousel-caption {
        width: 430px;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px 40px;
    }
    .homepage-carousel .carousel-caption h2 {
        font-family: Griffy, cursive;
        font-size: 58px;
        line-height: 1em;
        margin-bottom: 10px;
    }
    .homepage-carousel .carousel-caption .btn {
        padding: 12px 14px;
    }
}
@media (max-width: 992px) {
    .homepage-carousel .carousel-caption h2{
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .homepage-carousel .carousel-caption {
        width: 430px;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 14px 10px;
    }
    .homepage-carousel .carousel-caption h2 {
        font-size: 32px;
    }
    .homepage-carousel .carousel-caption .btn {
        width: 70%;
        padding: 16px 20px;
    }
    #n_home #main-content .stripes-bg .main-banner-wrapper{
        background: none;
    }
    .homepage-carousel .carousel-item + .carousel-item{margin-top: 10px;}
}
@media (max-width: 480px) {
    .homepage-carousel .social-wrapper {
        display: none;
    }
    .homepage-carousel .carousel-caption h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .homepage-carousel .carousel-caption p{
        font-size: 14px;
        margin-bottom: 4px;
    }
    #n_home #main-content .stripes-bg .main-banner-wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    #n_home #main-content .stripes-bg .main-banner-wrapper #homepageCarousel.homepage-carousel .carousel-caption {
        width: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px 18px;
    }
    .homepage-carousel .carousel-caption .btn {
        width: auto;
        padding: 4px 10px;
        font-size: 14px;
    }
}
.homepage-content {
    background-image: url(../img/stripes.jpg);
    width: 100%;
    display: block;
}
.trending-now {
    text-align: center;
    padding: 20px;
}
.trending-now .trending-left__text,
.trending-now .trending-center__text,
.trending-now .trending-right__text {
    position: relative;
}
.trending-now h2 {
    display: inline-block;
    padding-right: 10px;
}
.trending-now p {
    border-left: 1px solid #ccc;
    display: inline-block;
    margin: 0;
    padding-left: 10px;
}
.trending-now .trending-title {
    background: rgba(84, 21, 73, 0.89);
    color: #fff;
    display: block;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.celebration-inspiration {
    text-align: center;
    align-content: center;
    align-items: center;
}
/*.celebration-inspiration h2.title {*/
/*    font-family: Griffy, cursive;*/
/*    font-size: 34px;*/
/*    color: #e20d66;*/
/*    margin-bottom: 30px;*/
/*    padding-bottom: 12px;*/
/*    padding-left: 15px;*/
/*    border-bottom: 1px solid #ececec;*/
/*}*/

.celebration-inspiration h3.title {
    font-family: Griffy, cursive;
    font-size: 34px;
    color: #e20d66;
    margin-bottom: 30px;
    padding-bottom: 12px;
    padding-left: 15px;
    border-bottom: 1px solid #ececec;
}
.celebration-inspiration .celebration-inspiration-contents {
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
    padding: 20px;
}
.celebration-inspiration a {
    color: #000;
}
.celebration-inspiration a:hover {
    color: #e20e67;
}
.celebration-inspiration .ci-cells {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}
.celebration-inspiration .trending-title {
    background: rgba(84, 21, 73, 0.89);
    color: #fff;
    display: block;
    padding: 10px;
    position: absolute;
    width: 90%;
    bottom: 20px;
}
.celebration-inspiration .trending-title h2 {
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
}
.celebration-inspiration .trending-title p {
    border-left: 1px solid #ccc;
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    font-size: 13px;
}
.white-bg {
    background-color: #fff;
}
.delivery-info-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
}
.left-small-banner {
    padding-left: 0px;
    padding-right: 8px;
    position: relative;
}
.right-small-banner {
    padding-left: 8px;
    padding-right: 0px;
    position: relative;
}
.left-small-banner__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 50px;
}
.left-small-banner__text h2 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.left-small-banner__text h3 {
    color: #fff;
    font-weight: 600;
    font-size: 33px;
    text-transform: uppercase;
    margin: 0;
}
.left-small-banner__text p {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
}
.right-small-banner__text {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background-color: rgba(121, 38, 145, 0.8);
}
.right-small-banner__text h2 {
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.right-small-banner__text p {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}
@media (max-width: 575px) {
    .left-small-banner {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 12px;
    }
}
@media screen and (min-width: 1200px) {
    .left-small-banner__text {
        left: 60px;
    }
    .left-small-banner__text h2 {
        font-size: 31px;
        margin-bottom: 11px;
    }
    .left-small-banner__text h3 {
        font-size: 53px;
    }
    .left-small-banner__text p {
        font-size: 30px;
    }
    .right-small-banner__text {
        padding: 25px;
    }
    .right-small-banner__text h2 {
        text-align: left;
        font-size: 40px;
        margin-bottom: 10px;
    }
    .right-small-banner__text p {
        font-size: 23px;
    }
}
.small-margin-minus {
    margin: 0px -5px;
}
.category-thumbnail {
    padding: 0px;
    border: 5px solid #fff;
    float: left;
}
.wrapper-category-image {
    position: relative;
    overflow: hidden;
}
.thumb-in-row-3 {
    width: 33.3333%;
}
.thumb-in-row-2 {
    width: 50%;
}
.wrapper-category-image a {
    display: block;
    background-color: #000;
}
.wrapper-category-image img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
}
.wrapper-category-image h4 {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    line-height: 1em;
    width: 100%;
    text-align: center;
    background-color: rgba(121, 38, 145, 0.8);
    padding: 15px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
.wrapper-category-image h4 span {
    font-size: 16px;
    font-weight: 300;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}
.wrapper-category-image h4 .cat-name {
    font-size: 20px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}
.wrapper-category-image h4 .shop-now {
    font-size: 16px;
    font-weight: 300;
}
.homepage-categories-holder h2.title {
    font-family: Griffy, cursive;
    font-size: 34px;
    color: #e20d66;
    margin-bottom: 30px;
    padding-bottom: 12px;
    padding-left: 15px;
    border-bottom: 1px solid #ececec;
}

.homepage-categories-holder h3.title {
    font-family: Griffy, cursive;
    font-size: 34px;
    color: #e20d66;
    margin-bottom: 30px;
    padding-bottom: 12px;
    padding-left: 15px;
    border-bottom: 1px solid #ececec;
}

#alltime-faves {
    padding-left: 0;
    display: flex;
}
#alltime-faves li {
    display: flex;
    width: 20%;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
#alltime-faves li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
    padding: 20px 30px;
    color: #000;
    font-size: 18px;
}
#alltime-faves li span {
    display: block;
    border-radius: 10px;
    padding: 5px;
}
#alltime-faves li.alltime-fave-1920s span {
    background-image: linear-gradient(rgb(123, 86, 172), rgb(115, 37, 120) 76%);
}
#alltime-faves li.alltime-fave-1980s span {
    background-image: linear-gradient(rgb(123, 86, 172), rgb(115, 37, 120) 76%);
}
#alltime-faves li.alltime-fave-disney span {
    background-image: linear-gradient(rgb(123, 86, 172), rgb(115, 37, 120) 76%);
}
#alltime-faves li.alltime-fave-dc span {
    background-image: linear-gradient(rgb(123, 86, 172), rgb(115, 37, 120) 76%);
}
#alltime-faves li.alltime-fave-marvel span {
    background-image: linear-gradient(rgb(123, 86, 172), rgb(115, 37, 120) 76%);
}
#alltime-faves li img {
    height: 100px;
    border-radius: 50%;
    padding: 20px;
    background: #fff;
}
@media (max-width: 575px) {
    #alltime-faves {
        flex-flow: row wrap;
    }
    #alltime-faves li {
        width: 50%;
    }
}
.generic-bg {
    width: 100%;
    display: block;
    background: url("/assets/themes/gallant/img/stripes.jpg");
}
.generic-bg h1.page-title {
    font-family: Griffy, cursive;
    color: #e20d66;
}
.generic-bg .container {
    background: #fff;
    height: 100%;
}
.homepage-content h1 {
    font-size: 44px;
    font-family: Griffy, cursive;
    color: #792691;
}
.wrapper-category-image a:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
    opacity: 0.8;
}
.who-we-are h1 {
    font-family: Griffy, cursive;
    font-size: 64px;
}
.who-we-are p {
    font-size: 16px;
    color: #474747;
}
.custom-btn {
    background-color: #e20d66;
    color: #fff;
    padding: 12px 50px;
    text-transform: uppercase;
    display: inline-block;
}
.custom-btn:hover {
    color: #fff;
}
.who-we-are .custom-btn {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .wrapper-category-image h4 {
        font-size: 16px;
    }
    .wrapper-category-image h4 span {
        font-size: 12px;
        border-left: none;
        display: block;
        margin-left: 0px;
        padding-left: 0px;
        margin-top: 2px;
    }
    .who-we-are {
        padding-top: 10px!important;
    }
    .who-we-are h1 {
        font-size: 44px;
    }
    .who-we-are .custom-btn {
        margin-top: 14px;
    }
    .chief-wrapper {
        text-align: center;
        margin-top: 36px;
    }
}
@media (max-width: 525px) {
    .thumb-in-row-3,
    .thumb-in-row-2 {
        width: 100%;
    }
}
.products-row {
    width: 100%;
}
.featured-products {
    position: relative;
}
.swiper-button-next {
    top: 25px;
    right: 15px;
    width: 31px;
    height: 30px;
    background-image: url(../img/swiper-next.jpg);
    background-size: cover;
}
.swiper-button-prev {
    top: 25px;
    left: inherit;
    right: 55px;
    width: 31px;
    height: 30px;
    background-image: url(../img/swiper-prev.jpg);
    background-size: cover;
}
.featured-products .title {
    font-family: Griffy, cursive;
    font-size: 34px;
    color: #e20d66;
    margin-bottom: 30px;
    padding-bottom: 12px;
    padding-left: 15px;
    border-bottom: 1px solid #ececec;
}

.featured-products h3.title {
    font-family: Griffy, cursive;
    font-size: 34px;
    color: #e20d66;
    margin-bottom: 30px;
    padding-bottom: 12px;
    padding-left: 15px;
    border-bottom: 1px solid #ececec;
}
.single-swiper-slide .thumbnail {
    border-radius: 0px;
    border: none;
}
.single-swiper-slide .card-title {
    text-align: center;
    font-size: 14px;
    color: #000;
}
.single-swiper-slide .card-title a,
.single-swiper-slide .card-title a:hover {
    color: #000;
}
.single-swiper-slide .price {
    text-align: center;
    font-weight: 600;
}
.testimonials-wrapper {
    /* background-image: url(../img/testimonials-bg.jpg);
	background-size: cover; */
}
#reviewstream-footer {
    display: none !important;
}
#reviewstream-footer,
#reviewstream-footer a {
    color: #ffffff;
}
.follow-us h2.subtitle {
    color: #fff;
    font-family: Griffy, cursive;
    font-size: 34px;
    text-align: center;
}
.seo-section {
    display: none;
}

.seo-section {
    background-image: url(../img/testimonials-bg.jpg);
    background-size: cover;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}


h1.page-title {
    font-size: 34px;
    color: #fff;
}
.faqs-container .faqs-question {
    width: 100%;
    background: #91278f;
    color: #fff;
}
.faqs-container .faqs-question a {
    background: #91278f;
    color: #fff;
    display: block;
    padding: 10px;
    width: 100%;
}
.faqs-container .faqs-question:hover,
.faqs-container .faqs-question a:hover {
    background: #ea3378;
}
.bottom-homepage-banner {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.bottom-homepage-banner img {
    /* width: 200%!important;
	max-width: 200%!important;
	transform: translateX(-30%); */
    width: 70%;
    border: 2px solid #ac1700;
}
@media (max-width: 767px) {
    .bottom-homepage-banner img {
        /* width: 200%!important;
		max-width: 200%!important;
		transform: translateX(-30%); */
        width: 70%;
    }
}
@media (max-width: 425px) {
    .featured-products .title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .swiper-button-prev {
        top: 22px;
    }
    .swiper-button-next {
        top: 22px;
    }
    .bottom-homepage-banner img {
        width: 90%;
    }
}
.testimonials-wrapper .subtitle {
    color: #fff;
    font-family: Griffy, cursive;
    font-size: 34px;
    text-align: center;
}

.testimonials-wrapper {
    display: none;
}
.bottom-homepage-banner {
    padding: 0px;
    overflow: hidden;
    position: relative;
}
.bottom-homepage-banner__text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 3;
}
.bottom-homepage-banner__text h2 {
    color: #fff;
    font-family: Griffy, cursive;
    font-size: 22px;
    margin: 0;
    text-align: center;
}
@media (min-width: 768px) {
    .bottom-homepage-banner__text {
        left: 50%;
    }
    .bottom-homepage-banner__text h2 {
        font-size: 33px;
    }
}
@media (min-width: 1200px) {
    .bottom-homepage-banner__text {
        transform: translate(-12%, -50%);
    }
    .bottom-homepage-banner__text h2 {
        font-size: 63px;
    }
}
/* item page */
#n_product .stripes-bg,
#n_category .stripes-bg {
    background-image: url(../img/stripes.jpg);
    background-size: cover;
}
.white-bg {
    background-color: #fff;
}
.breadcrumb {
    background: none;
    padding: 10px 0px;
    margin-bottom: 0px;
}
.breadcrumb-item {
    font-size: 12px;
}
.breadcrumb-item a {
    color: #999999;
}
.breadcrumb-item:last-child a {
    color: #e20e67;
}
.wrapper-product-title h1 {
    font-family: 'Griffy', cursive;
    font-size: 32px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.wrapper-pricing {
    border-right: 1px solid #e8e8e8;
    position: relative;
}
.buy-for-label {
    color: #636363;
    font-size: 18px;
    margin-bottom: 0px;
}
.wrapper-pricing .h1 {
    color: #000;
    float: left;
    font-size: 32px;
    font-weight: 800;
}
.wrapper-pricing .badge {
    float: right;
    margin-right: 15px;
}
.custom-small-font {
    font-size: 14px;
}
.wrapper-pricing .productsave {
    float: left;
    width: 100%;
}
.wrapper-pricing .productrrp {
    float: left;
    width: 100%;
}
.review-btn {
    background-color: #8a1d77;
}
@media (max-width: 1199px) {
    .breadcrumb {
        padding: 10px 15px;
    }
}
@media (max-width: 575px) {
    .wrapper-pricing {
        border-right: none;
    }
    .wrapper-pricing p {
        width:
    }
}
.custom-badge {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.pay-icons-wrapper>.pay-icons-row {
    height: 100%;
    display: table;
    width: 100%;
    margin-left: 0px;
}
.single-pay-icon {
    display: table-cell;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    vertical-align: middle;
}
.productsavetext {
    float: left;
    width: 100%;
    color: #8a1d77!important;
}
.productsavetext .time {
    color: #f92a81;
}
.time-text {
    width: 100%;
    float: left;
}
.warehouse-btn {
    padding: 9px 20px;
    margin: 0px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    font-size: 14px;
    color: #7e7e7e;
    cursor: pointer;
}
.warehouse-btn p {
    margin-bottom: 0px;
}
.warehouse-btn .stock-level-arrow {
    float: right;
    margin-top: 9px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.warehouse-btn .warehouse-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.warehouse-btn .warehouse-list li {
    padding-bottom: 5px;
}
.warehouse-btn .warehouse-list li:first-child {
    margin-top: 10px;
}
.warehouse-btn .warehouse-list li:last-child {
    margin-bottom: 5px;
}
.warehouse-btn .warehouse-list li span {
    float: left;
    margin-right: 10px;
}
.warehouse-btn .warehouse-list-expanded {
    padding: 0px;
    list-style: none;
    max-height: 200px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.variation-wrapper {
    margin-top: 22px;
}
.size-block {
    display: inline-block;
    margin-right: 1%;
    padding: 2px 10px;
    border: 1px solid #8a1d77;
    text-align: center;
    font-size: 13px;
    padding-top: 4px;
    background-color: #8a1d77;
    width: 48%;
    margin-bottom: 2px;
}
.size-block a {
    color: #fff;
    display: block;
}
.size-block a:hover {
    color: #fb4a95;
}
.variation-out-of-stock {
    background-color: #fff;
}
.variation-out-of-stock a {
    color: #8a1d77;
}
.size-guide-a {
    color: #fb4a95;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.size-guide-a:hover {
    color: #000;
}
.size-guide-list {
    max-height: 0px;
    overflow: hidden;
    list-style: none;
    padding-left: 0px;
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
}
.size-guide-list-open {
    max-height: 200px;
    border: 1px solid;
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
    z-index: 111;
}
.size-guide-list li {
    padding: 5px 10px;
}
.size-guide-list li:first-child {
    margin-top: 5px;
}
.size-guide-list li:last-child {
    margin-bottom: 5px;
}
.size-guide-list li a {
    color: #fb4a95;
}
.size-guide-list li a:hover {
    color: #000;
}
.custom-delimiter {
    margin: 0 10px;
    border-left: 1px solid #ccc;
}
.variation-name {
    margin-bottom: 5px;
}
.extra-options {
    margin-top: 26px;
}
.extra-options .buying-options {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #e8e8e8;
}
.qty-wrapper {
    padding-right: 0px;
}
#n_product .qty {
    padding-right: 5px;
    padding-left: 10px;
    text-align: left;
    border-radius: 0px;
}
.addtocart-wrapper .btn {
    border-radius: 0px;
    background-color: #8a1d77;
    border-color: #8a1d77;
}
.addtocart-wrapper .btn:hover {
    background-color: #761866;
    border-color: #761866;
}
.product-wishlist .wishlist_toggle {
    padding: 0px;
    border-radius: 0px;
    border: none;
    font-size: 28px;
    color: #f76666;
}
.product-wishlist .wishlist_toggle:hover {
    background: none;
    color: #e20e67;
}
.delivery-labels-wrapper {
    margin-bottom: 16px;
    float: left;
    width: 100%;
}
.delivery-labels-wrapper .single-delivery-label {
    width: 33.3333%;
    float: left;
    border: 2px solid #fff;
}
.single-delivery-label .single-delivery-label-inner {
    background-color: #f1f1f1;
    border-radius: 10px;
    position: relative;
}
.single-delivery-label:first-child .single-delivery-label-inner {
    padding: 10px 10px 10px 44px;
}
.single-delivery-label:nth-child(2) .single-delivery-label-inner {
    padding: 10px 10px 10px 58px;
}
.single-delivery-label:last-child .single-delivery-label-inner {
    /* padding: 10px 10px 10px 44px; */
    padding: 10px 5px;
    min-width: 100px;
    height: 70px;
}
.single-delivery-label .single-delivery-label-inner i.fas {
    float: left;
    display: inline-block;
    font-size: 20px;
    padding: 10px 0;
    color: #9d9d9d;
}
.single-delivery-label-inner .txt-holder {
    font-size: 12px;
    height: 25px;
}
.single-delivery-label-inner .txt-holder .top-txt {
    margin-bottom: 0px;
    color: #8a1d77;
    line-height: 12px;
    font-weight: 600;
}
.single-delivery-label .bottom-txt {
    margin-bottom: 0px;
    color: #7a7a7a;
    line-height: 12px;
}
.delivery-labels-wrapper .single-delivery-label img {
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.single-delivery-label:nth-child(2) .single-delivery-label-inner .txt-holder,
.single-delivery-label:last-child .single-delivery-label-inner .txt-holder {
    padding-top: 6px;
    margin-left: 30px;
    min-width: 50px;
}
.fancybox-wrap {
    width: 60%;
}
@media (max-width: 525px) {
    .single-delivery-label .single-delivery-label-inner {
        background-color: #f1f1f1;
        border-radius: 10px;
        position: relative;
        text-align: center;
        padding: 10px 5px!important;
    }
    .delivery-labels-wrapper .single-delivery-label img {
        height: 20px;
        position: relative;
        left: inherit;
        top: inherit;
        transform: none;
        margin-bottom: 5px;
    }
    .single-delivery-label-inner .txt-holder .top-txt {
        margin-bottom: 2px;
        color: #8a1d77;
        line-height: 1.4em;
        font-weight: 600;
    }
    .single-delivery-label-inner .txt-holder {
        height: 30px;
    }
}
@media (max-width: 375px) {
    .delivery-labels-wrapper .single-delivery-label {
        width: 100%;
        float: left;
        border: 2px solid #fff;
    }
    .single-delivery-label-inner .txt-holder {
        height: auto;
    }
}
.calculate-shipping-wrapper {
    border-radius: 0px;
    border: none;
}
.calculate-shipping-wrapper .card-header {
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.calculate-shipping-wrapper .card-header h3 {
    font-size: 14px;
    color: #7e7e7e;
    cursor: pointer;
}
.calculate-shipping-wrapper .card-header h3 img {
    float: right;
    margin-top: 6px;
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
}
.calculate-shipping-wrapper .card-body {
    max-height: 0px;
    overflow: hidden;
    padding: 0px 0px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.calculate-shipping-wrapper .card-body-expanded {
    padding: 15px 0px;
    max-height: 200px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
img.rotate-img {
    transform: rotate(180deg);
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
}
.shipping-calc-qty {
    padding-right: 0px;
}
.shipping-calc-country {}
.shipping-calc-zip {
    padding-right: 0px;
}
.shipping-calc-btn .btn-primary {
    color: #fff;
    background-color: #8c8c8c;
    border-color: #8c8c8c;
}
.shipping-calc-btn .btn-primary:hover {
    color: #fff;
    background-color: #fb4a95;
    border-color: #fb4a95;
}
.cross-sell-wrapper {
    border: 4px solid #f3f3f3;
    padding: 15px 0;
    padding-top: 40px;
    position: relative;
}
.cross-sell-title {
    padding: 10px;
    position: absolute;
    left: 0;
    top: -4px;
    background-color: #8a1d77;
    width: 100%;
    text-align: center;
}
.cross-sell-title p {
    margin: 0px;
    color: #fff;
    font-size: 12px;
}
.cross-sell-wrapper .card {
    -webkit-box-orient: horizontal;
    flex-direction: row;
    padding: 0px 0px;
    border: none;
    background: none;
}
.cross-sell-wrapper .products-row {
    margin: 0px;
    margin-top: 10px;
}
.cross-sell-img-wrapper {
    padding: 0px;
}
.cross-sell-wrapper .card-body .card-title {
    min-height: inherit;
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
}
.cross-sell-wrapper .card-body .card-title a {
    color: #000;
}
.cross-sell-wrapper .card-body .card-title a:hover {
    color: #8a1d77;
}
.cross-sell-data-wrapper .price {
    font-size: 16px;
    font-weight: 600;
}
.cross-sell-data-wrapper .buying-options {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: none;
}
.cross-sell-data-wrapper .buying-options .btn,
.cross-sell-data-wrapper .buying-options .btn:hover,
.cross-sell-data-wrapper .buying-options .btn:active,
.cross-sell-data-wrapper .buying-options .btn:focus {
    background-color: #fff;
    border-radius: 0px;
    font-size: 12px;
    color: #000;
    border: 1px solid #8a1d77;
    width: 110px;
}
.cross-sell-wrapper .cross-sell-item {
  flex: 0 0 100%;
  max-width: 100%;
}

.cross-sell-wrapper .thumbnail .top-seller-badge img {
  width: 85%;
}

.cross-sell-item:first-child {
    background-image: url(../img/shadow-border1.png);
    background-position: center right;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .cross-sell-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cross-sell-item:first-child {
        background-image: url(../img/shadow-border-horizontal.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        padding-bottom: 30px;
        margin-bottom: 30px;
        background-size: 100% 14px;
    }
}
.cross-sell-column .products-column {
    flex-direction: column;
}
.product-enquiry-wrapper {
    padding: 20px 0px;
    position: relative;
}
.product-enquiry-expander {
    font-size: 12px;
    background-color: #8a1d77;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 10px 10px;
}
.product-enquiry-expander img {
    margin-left: 5px;
    max-width: 15px;
}
.product-enquiry-form {
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    background-color: #f1f1f1;
    width: 100%;
    z-index: 9;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.6s;
}
.product-enquiry-form-expanded {
    max-height: 850px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
}
.product-enquiry-form ul {
    padding: 15px;
}
.product-enquiry-form ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.product-enquiry-form .form-group {
    position: relative;
    margin-bottom: 6px;
}
.product-enquiry-form .form-group label {
    margin-bottom: 1px;
}
.product-enquiry-form .form-group .text-danger {
    position: absolute;
    right: 0px;
    top: 100%;
}
.product-enquiry-form textarea {
    width: 100%;
    max-width: 100%;
}
.product-enquiry-form .form-group .btn {
    border-radius: 0px;
    background-color: #fb4a95;
    font-size: 14px;
}
.product-enquiry-form .form-group .btn:hover {
    color: #fff;
    background-color: #90287d;
}
.hire-faq {
    margin-left: 20px;
    font-size: 12px;
    background-color: #8a1d77;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 10px 10px;
}
.hire-faq a {
    color: #fff;
}
.hire-faq a:hover {
    color: #fff;
}
.product-info-tabs-wrapper .nav-tabs .nav-link {
    border-radius: 0px;
    text-transform: uppercase;
    color: #737373;
    font-size: 18px;
    padding: 15px 30px;
}
.product-info-tabs-wrapper .nav-tabs .nav-link.active {
    color: #8a1d77;
}
@media (max-width: 767px) {
    .product-info-tabs-wrapper .btn-link {
        color: #000;
        border: none;
    }
    .product-info-tabs-wrapper .btn-link:focus {
        border: none;
        text-decoration: none;
    }
}
@media (max-width: 375px) {
    .product-enquiry-expander {
        padding: 10px 5px;
    }
    .hire-faq {
        margin-left: 0px;
        padding: 12px 5px;
    }
}
.more-products-holder {
    padding-bottom: 60px;
}
.more-products-holder .h2 {
    font-family: Griffy, cursive;
    color: #e20d66;
    font-size: 34px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.card {
    border: none;
}
.thumbnail.card-body .buying-options {
    border-top: none;
}
.more-products-holder .thumbnail.card-body .card-title {
    text-align: center;
    font-size: 18px;
    color: #393939;
}
.more-products-holder .thumbnail.card-body .card-title a {
    color: #393939;
}
.more-products-holder .thumbnail .price {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.more-products-holder .thumbnail .buying-options .btn,
.more-products-holder .thumbnail .buying-options .btn:focus,
.more-products-holder .thumbnail .buying-options .btn:active {
    background-color: #8a1d77;
    font-size: 16px;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    border-radius: 0px;
    border-color: #8a1d77;
}
.item-page-content-holder .social-wrapper {
    position: fixed;
    right: 10px;
    top: 40%;
}
.item-page-content-holder .social-wrapper ul {
    width: 70px;
    padding: 0px;
    margin: 0px;
}
.item-page-content-holder .social-wrapper ul li {
    width: 100%;
    float: left;
    margin-bottom: 16px;
}
.item-page-content-holder .social-wrapper ul li a img {
    width: 50px;
    height: auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.item-page-content-holder .social-wrapper ul li a:hover img {
    transform: rotate(360deg);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media (max-width: 1200px) {
    .item-page-content-holder .social-wrapper {
        display: none;
    }
}
@media (max-width: 991px) {
    .item-page-content-holder {
        margin-top: 40px;
    }
    .wrapper-product-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .addtocart-wrapper,
    .product-wishlist-wrapper {
        margin-top: 0px!important;
    }
}
@media (max-width: 575px) {
    .more-products-holder .h2 {
        font-family: Griffy, cursive;
        color: #e20d66;
        font-size: 30px;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .single-item-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .more-products-holder .thumbnail .buying-options .addtocart,
    .more-products-holder .thumbnail .buying-options .addtocart:focus,
    .more-products-holder .thumbnail .buying-options .addtocart:active {
        width: 100%;
    }
    .pay-icons-row {
        border-top: 1px solid #e8e8e8;
        padding-top: 10px;
        margin-top: 10px;
    }
    .single-pay-icon {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .qty-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .addtocart-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .product-wishlist-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
        padding-left: 0px;
    }
}
@media (max-width: 425px) {
    .thumbnail.card-body {
        padding: 0px;
    }
    .single-item-thumb {
        margin-bottom: 30px;
    }
    .more-products-holder .thumbnail .price {
        margin-bottom: 0px;
    }
    .products-row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0px;
    }
    .thumbnail.card-body .buying-options {
        margin-top: 5px;
    }
}
/* category page */
.main-category-container {
    background-color: #fff;
}
.main-category-container .page-header {
    font-family: Griffy, cursive;
    color: #ab1771;
    font-size: 45px;
}
.nSize {
    margin: 0;
    display: inline-block;
    border: 1px solid #EFEFEF;
    padding: 3px;
    font-size: 12px;
    text-transform: uppercase;
}
.nSizeList {
    margin: 0 0 10px;
    min-height: 0px;
    text-align: center;
}
/* sidebar */
.sidebar-wrapper .card-header {
    background-color: #8a1d77;
    border-radius: 6px;
}
.sidebar-filters-title {
    font-size: 22px;
}
.sidebar-filters-title a {
    color: #fff;
}
.sidebar-wrapper .list-group-item {
    padding: 10px;
    padding-left: 30px;
    position: relative;
}
.just-filters-holder {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.just-filters-holder-expanded {
    max-height: 5000px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.filter-name {
    font-size: 22px;
    color: #8a1d77;
    margin-top: 22px;
    cursor: pointer;
}
.filter-name img {
    width: 20px;
    float: right;
    margin-top: 5px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.list-group-item-action {
    border: none;
}
.filter-name-holder {
    border-bottom: 1px solid #ccc;
    border-top: none;
    margin-bottom: 8px;
    padding-left: 5px!important;
}
.sidebar-wrapper .filter span .far {
    font-weight: 300;
    color: #d0d0d0;
    font-size: 18px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar-wrapper .filter span {
    color: #e20d66;
}
.sort-holder .form-control,
.sort-holder .form-control:focus {
    border-radius: 0px;
    border: 1px solid #dedede;
}
.pagination-holder {
    padding-left: 0px;
}
.pagination-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    /* max-width: 220px; */
	/* position: absolute;
	right: 0; */
}
.pagination {
    margin-bottom: 2px;
    float: right;
}
.pagination li .page-link {
    background-color: #ebebeb;
    color: #000;
}
.pagination li .page-link:hover {
    background-color: #d6d6d6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e20d66;
    border-color: #e20d66;
    border-radius: 0px;
}
.page-item.active .page-link:hover {
    background-color: #8a1d77;
    border-color: #8a1d77;
}
.page-item:last-child .page-link {
    border-radius: 0px;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pagination li {
    margin-left: 2px;
    margin-right: 2px;
}
.category-page-thumb .buying-options {
    text-align: center;
    position: relative;
}
.category-page-thumb .card-title {
    text-align: center;
    position: relative;
}
.category-page-thumb .card-title a {
    color: #808080;
}
.category-page-thumb .card .price {
    text-align: center;
    font-size: 18px;
    color: #424242;
    font-weight: 600;
}
.category-page-thumb .buying-options .btn {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    background-color: #8a1d77;
    border-color: #8a1d77;
    border-radius: 0px;
    font-size: 16px;
}
.category-page-thumb .buying-options .btn:hover,
.category-page-thumb .buying-options .btn:active,
.category-page-thumb .buying-options .btn:focus {
    background-color: #69135a;
    border-color: #69135a;
    color: #fff;
}
.category-page-thumb .buying-options .product-wishlist {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.category-page-thumb .buying-options .wishlist_toggle {
    font-size: 20px;
}
@media (min-width: 1000px) and (max-width: 1100px) {
    .category-page-thumb .buying-options .product-wishlist {
        right: 0px;
    }
}
.products-row {
    padding-bottom: 50px;
    padding-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.top-seller-badge {
    position: absolute;
    right: 0px;
    top: 44px;
    z-index: 8;
}
.pull-top-badge {
    top: 0px;
}
.hire-badge, .sidneyonly-badge{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 8;
}
.thumbnail-image {
    position: relative;
}
.sale-badge {
    width: 70px!important;
    height: 70px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.thumbnail .hire-badge img, .thumbnail .sidneyonly-badge img {
    width: 106px;
}
.thumbnail .top-seller-badge {
    top: 36px;
}
.thumbnail .pull-top-badge {
    top: 0px;
}
.thumbnail .top-seller-badge img {
    width: 66px;
}
.savings-container {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    right: inherit;
}
.savings-container .badge {
    display: block;
    margin-bottom: 4px;
}
@media (max-width: 991px) {
    .sort-holder {
        margin-left: auto;
    }
    .category-page-thumb .buying-options .product-wishlist {
        right: 5%;
    }
}
@media (max-width: 600px) {
    .category-page-thumb .buying-options .product-wishlist {
        right: inherit;
        position: relative;
        margin-right: auto;
    }
    .category-page-thumb .buying-options .btn {
        width: auto;
        margin-left: auto;
        margin-right: 10px;
        font-size: 14px;
    }
    .sort-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-right: auto;
        margin-left: 0px!important;
    }
}
@media (max-width: 480px) {
    .savings-container .badge {
        font-size: 10px;
    }
    .sale-badge {
        width: 56px!important;
        height: 56px;
        position: absolute;
        bottom: 5px;
        left: 0px;
    }
    .sort-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto!important;
        margin-bottom: 15px;
    }
    .top-pagination-holder {
        margin-left: auto;
    }
}
@media (max-width: 375px) {
    .main-thumbs-holder {
        margin-left: -10px;
        margin-right: -10px;
    }
    .category-page-thumb {
        padding-left: 8px;
        padding-right: 8px;
    }
}
/* footer */
.join-wrapper {
    padding-top: 14px;
    padding-bottom: 10px;
}
.join-wrapper h2 {
    text-align: center;
    margin: 0px;
    margin-bottom: 14px;
    font-size: 20px;
    color: #525252;
}
.join-wrapper .larger-txt {
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 800;
    color: #e20e67;
}
.join-wrapper .join-btn {
    background-color: #8a1d77;
    color: #fff;
    padding: 10px 30px;
    margin-left: 10px;
    border-radius: 10px;
}
.join-wrapper .join-btn:hover {
    background-color: #E20E67;
}
@media (max-width: 1200px) {
    .join-wrapper .join-btn {
        display: block;
        width: 200px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .join-wrapper .larger-txt {
        display: block;
    }
}
.top-footer-menu {
    background-color: #e20e67;
}
.footer-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #fff;
}
.top-footer-menu ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.top-footer-menu ul li {
    padding: 2px 0px;
    font-size: 12px;
    -webkit-column-break-inside: avoid;
    -webkit-backface-visibility: hidden;
}
.top-footer-menu ul li a {
    color: #fff;
    padding: 0px;
}
.top-footer-menu ul li a:hover {
    color: #ffcde2;
}
.bottom-footer-menu {
    background: #ce0257;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ce0257 0%, #610028 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ce0257 0%, #610028 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ce0257 0%, #610028 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ce0257', endColorstr='#610028', GradientType=0);
    /* IE6-9 */
}
.bottom-footer-menu h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    padding: 0px;
}

.bottom-footer-menu h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    padding: 0px;
}

.bottom-footer-menu ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.bottom-footer-menu ul li {
    padding: 2px 0px;
    font-size: 14px;
}
.bottom-footer-menu ul li a {
    color: #fff;
    padding: 0px;
}
.bottom-footer-menu ul li a:hover {
    color: #ffcde2;
}
.bottom-footer-menu .footer-menu-list,
.footer-social-wrapper {
    border-right: 1px solid #ff5199;
    padding-bottom: 30px;
}
.bottom-footer-menu .payments-wrappper {
    border-right: 1px solid #ff5199;
}
.phone-num-txt {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
}
.phone-num-txt img {
    margin-right: 15px;
    margin-top: -6px;
}
.footer-email-txt,
.footer-email-txt a {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.footer-email-txt i {
    margin-right: 15px;
    margin-top: 0px;
    display: block;
    float: left;
    font-size: 32px;
}
/* 
.footer-social-wrapper {
	flex: 0 0 25%;
    max-width: 25%;
}
*/
.footer-social-wrapper .phone-num-txt {
    padding: 20px 0px 10px;
    margin: 0px;
}
.footer-social-wrapper .footer-email-txt {
    padding: 10px 0px 50px;
    margin: 0px;
}
.footer-social-wrapper .social-wrapper ul li a img {
    width: 50px;
    height: auto;
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
}
.footer-social-wrapper .social-wrapper ul li a:hover img {
    transform: rotate(360deg);
    -webkit-transition: all 0.6s;
    /* Safari */
    transition: all 0.6s;
}
.location-hours {
    color: #fff;
    flex: 0 0 31%;
    max-width: 31%;
}
.location-hours a {
    color: #fff;
}
.location-hours ul li {
    font-size: 12px;
}
.location-hours ul li span {
    width: 80px;
    display: block;
    float: left;
}
.copyright-wrapper p {
    margin: 0px;
    color: #8c8c8c;
    font-size: 14px
}
.copyright-wrapper p a {
    color: #630029;
    font-weight: 600;
}
@media (max-width: 1150px) {
    .single-bottom-footer-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 45px;
    }
    .bottom-footer-holder {
        text-align: center!important;
        border-right: 1px solid #ff5199;
    }
    .bottom-footer-holder .footer-menu-list {
        text-align: center!important;
        border-right: none;
    }
    .bottom-footer-holder:last-child {
        border-right: none;
    }
    .footer-social-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .location-hours {
        color: #fff;
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }
    .footer-social-wrapper .list-social {
        text-align: center!important;
        justify-content: center!important;
    }
    .footer-social-wrapper .list-social li {
        float: none;
        display: inline-block;
    }
    .footer-social-wrapper .phone-num-txt {
        text-align: center;
    }
}
@media (max-width: 991px) {
    .footer-title {
        font-size: 18px;
        text-align: left;
    }
    .top-footer-menu ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .wrapper-footer .footer-menu-list {
        text-align: left;
    }
}
.footer-menu-expander {
    display: none;
}
@media (max-width: 767px) {
    .second-footer-menu {
        margin-top: 15px;
    }
    .first-footer-menu .f-menu-holder {
        border-bottom: 1px solid #ff85b8;
    }
    .footer-title {
        margin-bottom: 0px;
    }
    .top-footer-menu .footer-menu-list {
        max-height: 0px;
        overflow: hidden;
        -webkit-transition: all 1.6s ease;
        -moz-transition: all 1.6s ease;
        -ms-transition: all 1.6s ease;
        -o-transition: all 1.6s ease;
        transition: all 1.6s ease;
    }
    .top-footer-menu .footer-menu-list-expanded {
        max-height: 1200px;
        -webkit-transition: all 1.6s ease;
        -moz-transition: all 1.6s ease;
        -ms-transition: all 1.6s ease;
        -o-transition: all 1.6s ease;
        transition: all 1.6s ease;
    }
    .footer-title {
        position: relative;
        padding-right: 60px;
        padding-bottom: 15px;
    }
    .footer-menu-expander {
        display: block;
        width: 44px;
        height: auto;
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-85%);
        text-align: center;
    }
    .footer-menu-expander img {
        width: 60%;
        height: 60%;
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
    }
    .first-footer-menu .footer-menu-list-expanded {
        padding-bottom: 20px!important;
        -webkit-transition: all 1.6s ease;
        -moz-transition: all 1.6s ease;
        -ms-transition: all 1.6s ease;
        -o-transition: all 1.6s ease;
        transition: all 1.6s ease;
    }
    .bottom-footer-menu h4 {
        margin-bottom: 8px;
    }
    .bottom-footer-holder:first-child {
        margin-bottom: 30px;
    }
    .single-bottom-footer-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .footer-social-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .location-hours {
        color: #fff;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .location-hours ul {
        width: 318px;
        display: inline-block;
        text-align: left;
    }
}
@media (max-width: 480px) {
    .top-footer-menu ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .bottom-footer-holder .footer-menu-list {
        text-align: left!important;
        border-right: none;
    }
    .footer-social-wrapper .phone-num-txt {
        border-top: 1px solid #ff85b8;
    }
    .location-hours {
        text-align: left;
    }
    .location-hours p {
        font-size: 13px;
    }
    .location-hours ul {
        width: 100%;
        display: inline-block;
        text-align: left;
    }
    .location-hours ul li span {
        width: 52px;
    }
}
/* category page subcategory links */
.content-subcategory-link a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    color: #ffffff;
    background: #8a1d77;
}
.content-subcategory-link i {
    float: right;
    padding-top: 4px;
    color: #ffffff;
}
.content-subcategory-link a:hover {
    background: #69135a;
}
/* END: category page subcategory links */

/* Hide add to cart button from category page */
.category-page-thumb .buying-options .btn {
 display: none;
}

.follow-us-wrapper {
    margin-top: 0;
    /*padding-top: 0 !important;*/
}

.follow-us-wrapper h2 a {
    color: #ffffff;
}

/* main menu changes */
.dropdown-hover:hover>.dropdown-menu {
    /* display: none !important; */
}

.navbar-expand-md .navbar-nav .dropdown-hover>.dropdown-menu {
    display: none;
    width: 100%;
    top: 33px;
    padding: 3px 1px 2px;
    min-height: 1px;
}

.menu-level-2 .has-next-level {
    margin: 0;
}

.mega-menu-parent>ul>div.mega-menu-content>li {
    margin: 0 0 1px 1px;
}

.item_availability {
    text-align: center;
    padding: 10px 3px;
    border: 1px solid #ccc;
}

span.open_submenu {
    position: absolute;
    z-index: 111111;
    padding: 2px 5px;
}

#freeShippingModal .ap-content, #noFussReturnsModal .ap-content, #needMoreModal .ap-content, #fastDeliveryModal .ap-content {
    padding: 40px;
    overflow: hidden;
}

.delivery-labels-wrapper .item_availability {
    margin-top: 10px;
    width: 100%;
}

/* BLOGS */
.blog-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.blog-wrapper article {
    flex: 1 0 21%;
    margin: 15px;
    background: #8665b275;
    padding: 10px;
    border-radius: 10px;
}

article h4 a {
  color: #7f44a1;
  font-weight: bold;
  font-size: 20px;
}

.btn-outline-secondary {
    color: #000;
}

.cj_pricing_row {
    display: flex;
    align-items: center;
}
.cj_pricing_stock .custom-badge {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
}
.cj_pricing_stock {
    margin-left: auto;
}

.warehouse-stock-wrapper p {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}
.warehouse_table {
    display: flex;
    flex-wrap: wrap;
}
.warehouse_table .warehouse_col {
    padding: 15px 10px;
}
.warehouse-stock-wrapper .warehouse_table:first-child {
    border-top: 1px solid #ccc;
}
.warehouse_table .warehouse_col:last-child {
    margin-left: auto;
}
.warehouse-stock-wrapper .warehouse_table {
    border-bottom: 1px solid #ccc;
}


.blog-categories ul {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
    padding-left: 0;
    list-style: none;
}
.blog-categories ul li {
    grid-column: span 12;
}
@media only screen and (min-width: 768px) {
    .blog-categories ul li {
        grid-column: span 6;
    }
}
@media only screen and (min-width: 1025px) {
    .blog-categories ul li {
        grid-column: span 4;
    }
}
.blog-categories li a {
    display: block;
    padding: 12px 20px;
    text-align: center;
    border: 1px solid rgb(232, 12, 100);
    color: rgb(232, 12, 100);
    background-color: transparent;
    border-radius: 4px;
}
.blog-categories li a:hover,
.blog-categories li a:focus {
    background-color: rgb(232, 12, 100);
    color: #fff;
}

    .additional-mobile-menu-homepage {
        display: none;
}