*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: inherit;
}

:root {
    --clr-prm: #292929;
    --clr-prm-l: #ab6d41;
    --clr-scd: #E63A8F;
    --clr-scd-vl: #a90977;
    --clr-black: #292929;
    --clr-prm-m1: #37323421;
    --clr-grey: #717576;
}


a,
a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

a {
    transition: all .10s ease-in-out;
    cursor: pointer;
}

button[type="submit"] {
    cursor: pointer;
}

ul,
li {
    list-style: none;
}

button,
select,
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

button:focus {
    outline: 0;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: var(--clr-black);
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

/*
body.no-scroll .bcont.head
{
	margin-right: 17px;
}
body.no-scroll
{
	margin-right: 18px;
}
*/
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Ubuntu', sans-serif;
}

button {
    font-family: 'Ubuntu', sans-serif !important;
}

/* Global */
/*-------*/
.bcont {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.bcont.head {
    max-width: 100%;
    padding: 0 30px;
}

.bcont.head .menu-container {
    padding: 0;
}

@media only screen and (max-width: 1620px) {
    /*
	.bcont.head,
	.bottom-container .bcont
	{
		padding: 0 10px !important;
	}
*/
}

.fadein {
    opacity: 1;
    -webkit-animation: fadein 0.6s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.6s;
    /* Firefox < 16 */
    -ms-animation: fadein 0.6s;
    /* Internet Explorer */
    -o-animation: fadein 0.6s;
    /* Opera < 12.1 */
    animation: fadein 0.6s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*
@media (min-width: 768px) {
  .bcont { width: 750px; }
}
*/

/*
@media (min-width: 992px) {
  .bcont { width: 970px; }
}
*/

/*
@media (min-width: 1200px) {
  .bcont { width: 1170px; }
}
*/

.cur-p {
    cursor: pointer;
}

.block {
    display: block;
}

.table {
    display: table;
}

.float-r {
    float: right;
}

.bcont {
    max-width: 1620px;
    width: 100%;
}

@media (min-width: 1348px) {}

.div-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


a.btn-prm-sq {
    color: white;

}


.cnt-er .row {
    margin-right: -15px;
    margin-left: -15px;
}

.ccont {
    margin-left: -15px;
    margin-right: -15px;
}

.clearfix::after,
.ccont::after {
    content: "";
    clear: both;
    display: table;
}

.clr-white {
    color: white;
}

.clr-prm {
    color: var(--clr-prm);
}

.clr-scd {
    color: var(--clr-scd);
}

.bg-grey {
    background-color: var(--clr-grey);
}

.bg-prm {
    background-color: var(--clr-prm);
}

.bg-scd {
    background-color: var(--clr-scd);
}

h2.h2 {
    position: relative;
    padding-bottom: 5rem;
    font-size: 28px;
    color: #3d3d3d;
    font-weight: 300;
    letter-spacing: -1px;
    font-family: 'Ubuntu', sans-serif;
}

.home h2.h2:after {
    content: "";
}

/*h2.h2::after, h1.pro-h1::after{
    content: '';
    position: absolute;
    width: 8rem;
    height: 2px;
    background: var(--clr-prm);
    bottom: 0;
    left: 0;
}*/
.txt-c {
    text-align: center;
}

.txt-l {
    text-align: left;
}

.txt-r {
    text-align: right;
}

.abs-pos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.abs-pos-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mrg-auto {
    margin-left: auto;
    margin-right: auto;
}

.img-abs-pos {}

input.btn-prm-sq,
input.btn-scd,
button.btn-scd,
button.btn-scd-sq,
button.btn-prm-sq,
input.btn-scd {
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 30px;
}

.btn-wishlist {
    padding: 10px 35px;
    transition: all .35s ease;
    border: 1px solid var(--clr-prm);
    background: white;
    color: var(--clr-prm);
    font-family: inherit;
    font-size: inherit;
}

.btn-wishlist:hover,
.btn-wishlist:active {
    background: var(--clr-prm);
    color: white;
}

.btn-prm,
.btn-prm-sq {
    padding: 10px 40px;
    transition: all .35s ease;
    color: #fff;
}

.btn-scd-sq {
    color: var(--clr-prm)
}

.btn {

    transition: all .35s ease;
    cursor: pointer !important;
    display: inline-block;
}


.btn-prm {
    background-color: var(--clr-scd);
    border-radius: 25px;
}

.btn-prm-sq.btn-white {
    color: var(--clr-prm);
    background-color: white;
}

.btn-prm-sq.btn-white:hover,
.btn-prm.btn-white:active {
    background-color: var(--clr-prm);
    color: white;
}

.btn-prm:hover,
.btn-prm:active {
    color: var(--clr-scd) !important;
    background-color: white;
}

.btn-prm-sq {
    background-color: var(--clr-scd);
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 4px !important;
}

.btn-prm-sq:hover,
.btn-prm-sq:active {

    background-color: var(--clr-prm);

}


.btn-scd-sq:hover,
.btn-scd-sq:active {
    background-color: white;
    border: 1px solid var(--clr-prm);
    color: var(--clr-prm) !important;
}

.btn-scd-sq {
    background-color: var(--clr-scd);
    border: 1px solid transparent;
    color: white !important;
}


.btn-scd {
    padding: 10px 25px;
    transition: all .35s ease;
    color: #fff;
    background: var(--clr-scd);
}

.btn-scd:active,
.btn-scd:hover {
    color: var(--clr-scd);
    background: var(--clr-prm);
}

.underline-sm {
    position: relative;
    padding-bottom: 1.5rem;
}

.underline-sm::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 2px;
    background-color: white;
}

.underline {
    position: relative;
    padding-bottom: 1.5rem;
}

.underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8rem;
    height: 2px;
    background-color: var(--clr-prm);
}

.w100 {
    width: 100%;
}

.mrg-b-md {
    margin-bottom: 2rem;
}

.mrg-b-sm {
    margin-bottom: 1.5rem;
}

.mrg-b-xs {
    margin-bottom: 5px;
}

.mrg-t-sm {
    margin-top: 1.5rem;
}

.mrg-tb-l {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mrg-tb-sm {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.mrg-t-md {
    margin-top: 2rem;
}

.block {
    display: block;
}



@media only screen and (min-width: 1200px) {
    .sec-pad-std {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .sec-pad-std-top {
        padding-top: 5rem;
    }

    .sec-pad-sm {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

}

@media only screen and (max-width: 1200px) {
    .sec-pad-std {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .sec-pad-std-top {
        padding-top: 2rem;
    }

    .sec-pad-sm {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

}

@media only screen and (max-width: 768px) {
    .sec-pad-std {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .sec-pad-std-top {
        padding-top: 1.5rem;
    }

    .sec-pad-sm {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.sec-pad-xs {
    padding-top: 1rem;
    padding-bottom: 1rem;
}



@media only screen and (max-width: 767px) {
    .login-popup-link-mobile {
        display: block !important;
    }

    .login-popup-link {
        display: none !important;
    }
}

/* grid system */
/*------------*/

.col-md-9,
.col-md-6,
.col-md-4,
.col-md-3 {
    float: left;
    display: flex;
}


@media (max-width: 1024px) {
    .col-sm-12 {
        width: 100%;
    }

    .txt-c-sm {
        text-align: center;
    }

    .col-md-mrg div[class^="col-"]:not(:last-child) {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 640px) {
    .col-xs2-mrg div[class^="col-"]:not(:last-child) {
        margin-bottom: 2rem;
    }

    .txt-c-xs2 {
        text-align: center;
    }
}

@media (min-width: 640px) {
    .col-sm2-6 {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    .pull-right-sm {
        float: right;
    }
}

.col-md-4 {
    width: 33.33%;
}

@media (min-width: 1025px) {
    .col-md-9 {
        width: 75%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33%;
    }

    .col-md-2 {
        width: 16.66%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .txt-r-md {
        text-align: right;
    }

    .pull-right-md {
        float: right;
    }

}


@media (max-width: 768px) {
    .col-xs-6 {
        width: 50%;
    }
}


@media (min-width: 1280px) {
    .col-lg-3 {
        width: 25%;
    }
}


@media (max-width: 480px) {
    .txt-c-xs {
        text-align: center;
    }
}

/* animations */
.op1 {
    opacity: 1 !important;
}

/*
.animated2 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp1 {
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
}

@keyframes fadeInUp1 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } 
}
*/







/* Top Banner */
/*-----------*/
.toppanel .tel-banner {
    display: block;
    float: left;
    text-align: left;
    width: 50%;
    height: 50px;
    color: white;
}

.toppanel .tel-banner .title {
    line-height: 50px;
}

.toppanel .tel-banner .title i {
    line-height: 50px;
    vertical-align: middle;
}

.toppanel .tel-banner .title .text {
    line-height: 50px;
    padding-right: 15px;
}

.toppanel .top-hours {
    float: right;
    display: block;
    text-align: right;
    width: 50%;
    color: white;
}

.toppanel .top-hours .title {
    line-height: 50px;
}

.toppanel .title {
    font-size: 14px;
}

.toppanel .title .fa {
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    cursor: default;
}

.toppanel .tel-banner .title a {
    color: white;
    font-size: 18px;
}

.toppanel .title .fa-phone {
    top: 0;
}






/* HEADER */
/*-------*/
.header {
    position: relative;
    width: 100%;
    background: white;
    z-index: 2;
    display: flex;
}

.header>.mainwrap {}

.logo {}

.header .search-container {
    position: relative;


}

.header .search-container .search {
    display: inline-block;

}

.header-right-menu {

    padding-left: 10px;
}

.header .search-container form {
    position: relative;
}

.header .search-container form input {
    height: 50px;
    width: 100%;
    padding: 0 2%;
    border: 0;
    border-radius: 0px !important;
    font-family: inherit;
    color: var(--clr-grey);
    font-weight: 600 !important;
    font-size: 16px !important;
    min-width: 200px;
}

.header .search-container i {
    color: var(--clr-grey);
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    right: 2px;
    cursor: default;
    display: block;
    width: 20px;
    left: unset;
}

.header .search-container svg {
    height: 20px;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    right: 10px;
    background: white;
    cursor: pointer;
}

.header .search-container svg path {
    fill: var(--clr-grey);
}

@media screen and (max-width: 1024px) {
    #header:not(.fixed) .mobile-options {
        float: left;
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        display: flex;
        align-items: center;
    }
}


.subtitle {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0;
    color: #6e462a;
    display: none;
}

.options .logo {
    display: none;
}

.options .tablet_banners {
    display: none;
}

.options .hamburger_container {
    display: none;
}

.logo a {
    display: block;
    position: relative;
    margin: auto;
}

.options {
    position: relative;

    padding: 0;
}


.options>a:not(.wishlist) {
    position: relative;
    display: block;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    height: 55px;
}

.options>a:not(.wishlist) i {
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.actions_container {
    display: inline-table;
    float: right;
}

.options .bar_container {
    float: right;
    display: block;
    text-align: center;
    height: auto;
    width: 100%;
}

#search-menu.pos-fixed .options .bar_container .login span {
    display: none;
}

.options .bar_container .login svg {
    vertical-align: top;
}

.options .bar_container svg {
    height: 2.5rem;
    vertical-align: middle;
}

.options .bar_container svg path {
    fill: var(--clr-prm);
}


.options .menu-login {
    display: block;
    width: 25%;
    /*	padding:0 2%;*/
    float: left;
    position: relative;
    z-index: 4;
    /*	    height: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;

}

.options .menu-login ul {
    padding: 0;
    margin: 0;
}

.options .menu-login ul.login#logged .login-popup-container-in ul li a:hover {
    color: var(--clr-prm);
    background-color: var(--clr-scd);
}

a.login-popup-link {
    display: flex;
    justify-content: center;
}


@media only screen and (min-width: 1024px) {
    header .login-popup-container-in ul.logged_in_options>li>a {
        display: block;
        padding: 1rem 1.5rem;
        text-align: left;
    }


    header .login-popup-container-in ul li:not(:last-of-type) {
        border-bottom: 1px solid var(--clr-scd);
    }


    header .login-popup-container-in {
        position: absolute;
        width: 100%;
        opacity: 0;
        z-index: 99999999;
        left: 0;
        border: 1px solid;
        background: white;
        background-color: white;
        box-shadow: 1px 1px 1px var(--clr-prm);
        visibility: hidden;
        top: 5rem;
        min-width: 20rem;
        transform: translateY(40px);
        transition: all .35s ease;
    }

    header .options .login:hover .login-popup-container-in,
    header .options .login:active .login-popup-container-in {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}

.header.fixed .login-popup-container-in {
    top: 3rem;
}


@media only screen and (max-width: 1024px) {
    ul.login>li a span {
        display: none;
    }

    .specialmainbody .boxsection .content .container.create_account_link {
        justify-content: center;
    }

    .specialmainbody .boxsection .content .container.btncontainer {
        width: 100%;
    }

    .specialmainbody .boxsection .content .container.btncontainer a {
        width: 100%;
        text-align: center;
        margin-top: 1.5rem;
    }
}

.options .bar_container .login-popup-link-mobile {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .togglefilters_extra {
        left: -85px;
        top: 50%;
        transform: translateY(-50%);
    }

    .specialmainbody .boxsection .content .container.create_account_link .btncontainer a {
        min-width: 20rem;
    }
}

@media only screen and (min-width: 1025px) {
    #search_bar_mobile {
        display: none !important;
    }

    .options .menu-login,
    .shoppingcartmini,
    .wishlist_box {
        width: 26%;
        padding: 0 2%;
    }

    .options .bar_container {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    ul.login>li a span {
        position: absolute;
        left: 50%;
        top: 3rem;
        transform: translateX(-50%);
    }

    .options .menu-login {
        text-align: center;
        width: 18%;
        padding: 0 2%;
    }

    a.wishlist {
        justify-content: center;
    }




    .acresults>.container {
        /*
		max-width: 55%;
		min-width: 660px;
*/
    }

    .slider-mobile .owl-controls {
        margin-top: -7rem;
    }




}

.options .shoppingcartmini {
    text-align: center;
    width: 36%;
}


.options .shoppingcart.mini .cart_show_amount {
    width: 2rem;
    height: 2rem;
    background-color: var(--clr-scd);
    color: white;
    line-height: 2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translateX(-28%);
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    right: 5px;
    margin: auto;
}

#header a svg path {
    transition: fill .35s ease;
}

#header a:hover svg path {
    fill: var(--clr-scd);
}




/* FILTERS */
/*--------*/
.togglefilters_extra {
    padding: 1.5rem;
    background: var(--clr-scd);
    transition: all .5s ease;
    display: none;
    color: white;
    font-size: 13px;
    font-weight: 600;
    width: 120px !important;
    left: 50% !important;
    transform: translateX(-50%);
    height: 45px;
    bottom: 10px !important;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    position: fixed;
    cursor: pointer;
    box-shadow: 0px 0px 10px #00000054;
}

.togglefilters_extra svg {
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px;
    opacity: 0.89;
}

.togglefilters_extra svg path {
    transition: all .5s ease;
    fill: white;
}

.togglefilters_extra:hover,
.togglefilters_extra:active {
    color: white;
    background-color: var(--clr-prm);
}


.togglefilters_extra:hover .top svg path,
.togglefilters_extra:active .top svg path {
    fill: var(--clr-scd);
}

.togglefilters_extra.animate-left {
    transform: translate(-301px, -50%);
}

.togglefilters_extra .top svg {
    width: 4rem;
    height: 4rem;
}

.togglefilters_extra .top svg path {
    fill: var(--clr-prm);
}

@media only screen and (max-width: 1200px) {
    .prefilters .togglefilters.active {
        display: none !important;
    }

    .togglefilters_extra {
        display: flex;
    }
}

.filterfixed.show .top .open {
    display: none;
}

.filterfixed.show .top .close {
    display: block !important;
}

.filterfixed:not(.show) .top .open {
    display: block;
}

.filterfixed:not(.show) .top .close {
    display: none !important;
}



/* MENU */
/*-----*/
#mainmenu>ul.main {
    /*	display: inline;
	text-align: left;*/
    display: table;
    max-width: 1288px;
    margin: auto;
}

#mainmenu ul.main>li {
    display: table-cell;
    width: auto;
    text-align: center;
}

#mainmenu ul.main>li:last-of-type {
    background: var(--clr-scd);
}

#mainmenu ul.main>li:last-of-type a {
    color: white;
}

#mainmenu ul.main>li:last-of-type:hover a {
    color: var(--clr-prm) !important;
}

section.dd-saints-letters-wrap {
    height: 0;
    transition: all .35s ease;
    background: white;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

section.dd-saints-letters-wrap .dd-saints-letters {
    padding: 1rem 0;
}

section.dd-saints-letters-wrap .dd-saints-letters li {
    display: inline-block;
    text-transform: uppercase;
    width: calc((100% / 24) - 3px);
    text-align: center;
    transition: color .35s ease, background-color .35s ease;
    cursor: pointer;
    padding: 5px 0;
}

section.dd-saints-letters-wrap .dd-saints-letters li:hover {
    color: var(--clr-scd);
}

section.dd-saints-letters-wrap .dd-saints-letters li:not(:last-of-type) {
    border-right: 1px solid var(--clr-prm);
}

section.dd-saints-letters-wrap .dd-saints-letters li:last-of-type {
    border-right: 1px solid transparent;
}

.saintsHeight {
    height: 51px !important;
    opacity: 1 !important;
    visibility: visible !important;
}


@media (max-width:1440px) and (min-width:1024px) {
    ul.login#logged .login-popup-container-in {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width:1240px) and (min-width:1150px) {
    .mainmenu .mainwrap ul.main li.main a.main {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media (max-width:1150px) and (min-width:1024px) {
    .mainmenu .mainwrap ul.main li.main a.main {
        padding: 0 5px;
        font-size: 14px;
    }
}

@media (min-width:1500px) {
    .mainmenu .mainwrap ul.main li.main a.main {
        padding: 0 2.5rem;
        font-size: 2rem;
        font-weight: 600;
    }
}

/*-------------*/
/* BREADCRUMP */
/*-----------*/
.breadcrumb-outer {
    background-color: #f4f5f7;
    font-weight: 600;
    padding: 5px 0px;
}

.breadcrumb-outer.interactive.fixed {
    position: fixed;
    width: 100%;
    background-color: #e6e6e6;
    top: 110px;
    z-index: 1;
}

.breadcrumb-outer .breadcrumb {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #626a71;
    max-width: 1560px;
    margin: auto;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.breadcrumb-outer .breadcrumb a {
    color: #626a71;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-left: 0;
    display: inline-block;
}

.breadcrumb-outer .breadcrumb .bread-title {
    padding-right: 10px;
    display: inline-block;
}

.breadcrumb-outer .breadcrumb a:hover,
.breadcrumb a:active {
    color: var(--clr-scd);
}

.breadcrumb-outer .breadcrumb i {
    font-size: 11px;
    color: #797d7e;
    margin-right: 6px;
}

@media only screen and (max-width: 768px) {
    .breadcrumb-outer .breadcrumb {}

    .hide-sm {
        display: none;
    }

}


/* SLIDER */
/*-------*/
.home-slider-wrap {
    position: relative;
    background: #f3f1f1;
    max-width: 1288px;
    margin: auto;
}

.home-slider-wrap .slider-mobile {
    opacity: 0;
    transition: opacity .35s ease;
}

.slider-mobile.slick-initialized {
    opacity: 1;
}


.slide-mobile {
    position: relative;
}

.slide-mobile .slider-mobile-image {
    max-height: 65vh;
    margin-bottom: -5px;
}

.slide-mobile .slider-mobile-image img {
    display: block;
    width: 100%;
    margin: auto;
}

.section-categories .slick-slider {
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 5px !important;
}

/*.slider-desc-wrap::after {
	content: '';
	position: absolute;
    top: 0;
    left: 65%;
    background-color: black;
    padding-bottom: 100%;
    width: 57.7%;
    z-index: 0;
    transform: skewX(30deg) translateX(28%);
	background-color: rgba(0, 0, 0, .42);
}*/

.slider-desc-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-mobile-caption.mainwrap {
    position: relative;
    max-width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.slider-mobile-image {
    position: relative;
    overflow: hidden;
}


.slider-desc-wrap .slide-mobile-description {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    color: #fff !important;
    padding: 25px;

}

.slider-desc-wrap .slide-mobile-description>h2 {
    letter-spacing: 1px;
    font-weight: normal;
    text-shadow: 1px 1px 2px black;
    margin-bottom: 20px;
    font-size: 35px;
}

.slider-desc-wrap .slide-mobile-description .slider_description>span {
    color: #fff !important;
}

.slider-desc-wrap .slide-mobile-description>h2 strong {
    color: var(--clr-prm);
}

.slider-desc-wrap .btn-prm-sq {
    display: inline-block;
    font-weight: 600;
    background: #eb424a;
    border: none;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    font-size: 18px;
}

.slider-desc-wrap .btn-prm-sq:hover {
    background: #151515;
    color: white;
}

.home-slider-wrap .lSPrev,
.home-slider-wrap .lSNext {
    display: inline-block;
    padding: 10px 10px;
    transition: all .35s ease;
}

.home-slider-wrap .lSPrev:hover,
.home-slider-wrap .lSNext:hover {
    background-color: #00000080 !important;
}

.home-slider-wrap .lSPrev i,
.home-slider-wrap .lSNext i {
    color: #fff;
    opacity: .75;
    font-size: 5rem;
}

.home-slider-wrap .lSPrev:hover i,
.home-slider-wrap .lSNext:hover i {
    opacity: 1;
}


.home-slider-wrap .lSAction {
    position: absolute;
    bottom: 0;
    left: 50%;

}


.home-slider-wrap .lSPrev,
.home-slider-wrap .lSNext {
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.home-slider-wrap .lSPrev {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.home-slider-wrap .lSNext {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}




/* Category Box */
/*-------------*/
.category-box {
    height: 290px;
    position: relative;
    margin-bottom: 3rem;
}

.category-box .c-image-box {
    height: 235px;
    overflow: hidden;
}

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

.category-box h3 {
    padding: 10px 40px;
    background: var(--clr-scd);
    width: 100%;
    color: white;
    border: 1px solid transparent;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

.category-box:hover h3 {
    background-color: white;
    color: black;
}

.category-box .btn-wrap {
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
    z-index: 2;
}

.category-box:hover .btn-wrap,
.category-box:active .btn-wrap {
    opacity: 1;
    visibility: visible;
}

/*.category-box::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: background .35s ease;
}*/

/*.category-box:hover::before {
	background: rgba(0, 0, 0, .5);
}*/

/*.category-box:hover h3 {
	background: rgba(0,0,0, 0);
}*/

.category-box .c-image-box img[src="images/no_image.jpg"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.tab_section .slick-list {

    z-index: 100;
}

.tab_section .slick-list .slick-track {
    min-height: 600px;
}

.tab_section .slick-dots {
    bottom: 170px;
    z-index: 1;
}

.tab_section .slick-dots li button:before {
    font-size: 15px;
}

.tab_section .slick-dots li {
    margin: 0 2px;
}

.tab_section .slick-dots .slick-active button:before {
    opacity: 1;
    color: #eb424a;
}

.section-manufacturers {
    background: white;
}

/* Product Box */
/*------------*/
.section-hot-products {
    /*margin-bottom: 2rem;*/
    padding-top: 40px;
    overflow-x: hidden;
    border-top: 10px solid var(--clr-scd);
}

.top_product_box li.productbox.product-box {
    width: 100% !important;
    height: 445px;
}

.top_product_box li.productbox:hover .caption-available-colors {
    display: flex;
}

/*.top_product_box {
	float: left;
    display: block;
	width: 100%;
    padding: 15px 30px;
    border: 2px solid var(--clr-grey);
    border-radius: 10px;
}*/
/*li.product-box {
    float: left;
    display: block;
    width: 100%;
    padding: 15px 30px;
    border: 4px solid var(--clr-grey);
    border-radius: 10px;
}*/
/*li.product-box:hover {
    border: 4px solid var(--clr-prm);
}*/

.product-box h3 a,
.product-box .caption-price {
    color: var(--clr-prm);
    padding: 5px 0;
}

.product-box .caption-colors {
    color: var(--clr-prm);
    padding: 5px 0;
    font-size: 13px;
}

.product-box .caption-available-size {
    /*opacity: 0;
	visibility: hidden;*/
    padding: 5px 0 10px 0;
    display: none;
    float: left;
}

.product-box .caption-available-size span {
    font-size: 12px;
}

.product-box .caption-available-colors {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 0;
    position: relative;
    display: none;
}

.product-box .caption-available-colors img {
    padding: 5px 5px 5px 0;
}

.product-box .available-color {
    margin: auto 3px;
    float: left;
    width: auto;
}

.product-box .available-color span {
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
}

li.productbox:hover .caption-info {
    height: auto;
}

li.productbox:hover .caption-available-size {
    /*opacity: 1;
	visibility: visible;*/
    display: block;
    height: auto;
}

li.productbox:hover .caption-available-size span {
    border: 2px solid #808080;
    border-radius: 4px;
    padding: 3px 5px;
    margin: 2px;
    font-weight: 600;
    color: var(--clr-prm);
    width: 50px;
    float: left;
    white-space: nowrap;
    text-align: center;
}

li.productbox:hover .caption-available-colors {
    display: block;
    height: auto;
}

li.productbox:hover .caption-colors {
    display: none;
}

.product-box .caption-price .price_caption span:first-of-type {
    margin-right: 5px;
}


.product-box h3 {}

.product-box h3 a {
    font-size: 2rem;
    font-weight: 400;
}

.product-box .image-box::before {
    transition: all .35s ease;
}

.product-box .image-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
.product-box:hover .image-box::before {
	background: rgba(0, 0, 0, .5);
}
*/

/*.product-box .box-caption {
	margin-top: 1.5rem;
}
*/
.product-box .caption-info .value .text-price {

    font-size: 1.6rem;
}

.product-box .caption-info .value .productSpecialPrice,
.product-box .caption-info .value {
    font-weight: 600;
    font-size: 2rem;
}

.product-box:hover h3 a {
    color: var(--clr-prm);
}

.product-box .hover-buttons {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid var(--clr-grey);
    margin-bottom: 10px;
    text-align: center;
}

.product-box .hover-buttons .caption-button {
    display: inline-block;
}

/*.product-box .hover-buttons > a:first-of-type {
	display: none;
}*/

.product-box .hover-buttons a {
    display: inline-block;
    background: white;
    color: var(--clr-prm);
    font-size: 2.5rem;
}

.product-box .hover-buttons a:hover {
    color: var(--clr-scd);
}

/*.product-box .hover-buttons > a {
	margin-bottom: 1rem;
}*/

.product-box .hover-buttons a>i {
    padding: 1rem;
}


.product-box:hover .hover-buttons {
    opacity: 1;
    visibility: visible;
}

.product-box .box-caption {
    display: block;
    /*float: left;*/
    width: 100%;
    padding: 10px 0;
}

.product-box .box-caption .caption-title {
    font-weight: 600;
    font-size: 1.6rem;
    padding: 5px 0 0 0;
}

.product-box .box-caption .caption-model {
    padding: 0 0 5px 0;
    font-size: 12px;
    color: gray;
}


/* HOME welcome */
.section-welcome {
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 5rem;
}

.home-story h1 {
    position: relative;
    font-size: 2.5rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px white;
}


.home-story h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8rem;
    height: 2px;
    background-color: var(--clr-prm);
}

.home-story .description {
    color: var(--clr-black);
}

.home-story .description>div {
    max-width: 66rem;
    margin-left: auto;
    margin-right: auto;
    text-shadow: -1px 1px 2px white;
}

.insta-articles {
    width: 100%;
    float: left;
}

.home_articles .see_more {
    padding: 0;
}

.home_articles .see_more a {
    display: inline-block;
    padding: 10px 30px;
    background: var(--clr-scd);
    color: white;
    border: 1px solid transparent;
    text-align: center;
    font-size: 17px;
    letter-spacing: -0.5px;
}

.home_articles .see_more a i {
    font-size: 19px;
    position: relative;
    top: 1px;
    right: -10px;
}

/* HOME latest products */
/*---------------------*/
.section-latest-pros {
    margin-bottom: 5rem;
}

/*
.section-latest-pros .owl-wrap {
	position: relative;
}

.section-latest-pros .owl-nav {
	top: -7rem;
}

.section-latest-pros .owl-nav .owl-prev,
.section-latest-pros .owl-nav .owl-next {
	background: none !important;
	border: none;
}

.section-latest-pros .owl-nav [class*=owl-] {
	transition: all .35s ease;
}

.section-latest-pros .owl-nav [class*=owl-]:hover {
	background: rgba(0,0,0, .5) !important;
}
.section-latest-pros .owl-nav [class*=owl-]:hover i {
	color: white;
}
*/


/* LISTING */
.prefilters .mainwrap {
    max-width: 100%;
}

.productboxwrap.cd-items.cd-container {

    float: left;
}


/* OTHER PAGES */
/*------------*/

/* SHOPPING CART */
.section-shopping-cart .btn-scd i {
    margin-left: 5px;
}

.section-shopping-cart .btn-scd,
.section-shopping-cart .btn-prm-sq {
    line-height: 3.5rem;
}

.section-shopping-cart .description.buttons .btn-scd {
    float: right;
    display: inline-block;
}

.section-shopping-cart .titles {
    padding-left: 7rem;
    padding-right: 7rem;
}

.section-shopping-cart .titles .title {
    float: left;
}

.shoppingCart .titles .title:nth-child(1) {
    width: 65%;
    padding-left: 1rem;
}


.shoppingCart .titles .title:nth-child(2) {
    width: 20%;
    text-align: center;
}


.shoppingCart .titles .title:nth-child(3) {
    width: 15%;
    float: right;
    text-align: right;
}

.content.cart>.products {
    margin-top: 2rem;
}

.section-shopping-cart .headingtitle svg {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
    float: left;
}


/* CONTACT US */
/*-----------*/
.section-contact-us .content .field .fieldlabel {

    float: left;
    line-height: 26px;
    font-weight: 500;
    color: #353e45;
}

.section-contact-us .social-contact {}

.section-contact-us .social-contact .inner {
    width: auto;
    border-top: solid 2px #e63a8f;
    display: inline-block;
    padding-top: 12px;
    margin-top: 25px;
}

.section-contact-us .social-contact a {
    display: inline-block;
    margin-right: 10px;
}

.section-contact-us .social-contact a:last-child {
    margin-right: 0;
}

.section-contact-us .social-contact a i {
    color: #e63a8f;
    font-size: 38px;
}

.section-contact-us .social-contact a i:hover {
    color: black;
}

.half-container {
    width: 100%;
}

.half-container .col {
    float: left;
    width: 50%;
}

.half-container .col .description {
    line-height: 22px;
}

.half-container .col .description b,
.half-container .col .description strong {
    color: #e63a8f;
}

.section-contact-us .half-container .col:last-child {
    padding-left: 10%;
    width: 50%;
}

.half-container .col .g-recaptcha,
.half-container .col .btn-prm-sq {
    float: left;
    margin-left: 0;
}

.half-container .col h1,
.half-container .col h2 {}

.half-container #contact_us .content {
    padding: 0;
}

.half-container .content {
    width: 100% !important;

    box-sizing: border-box;
}

#contact_us .field .fieldkey input[type=text],
#contact_us .field .fieldkey input[type=password],
#contact_us .field .fieldkey textarea {
    padding: 15px 20px;
    font-family: Ubuntu;
}

.btn-prm-sq.disabled {
    pointer-events: none;
    opacity: 0.8;
}

.check-terms .invalid-feedback {
    margin-top: -15px;
}

.invalid-feedback {
    width: 100%;
    color: red;
    font-weight: 500;
    padding: 5px 0;
    float: left;
    font-size: 13px;
    margin-bottom: 15px;
}

.g-recaptcha-error.invalid-feedback {
    margin-bottom: 0;
    margin-top: 10px;
}

.field .fieldkey input.is-invalid,
.field .fieldkey textarea.is-invalid {
    border-color: red;
}

#contact_us .content .field {
    margin-bottom: 2px;
    clear: both;
}

#contact_us .content .field.half {
    width: 50%;
    float: left;
    display: flex;
}

#contact_us .half-container {
    width: 100%;
    display: flex;
    float: left;
    margin-bottom: 20px;
    margin-top: 15px;
}

.send-inq {
    min-width: 305px;
    box-shadow: 0px 0px 15px #00000030;
}

#contact_us .field .fieldlabel {
    width: 100%;
    margin-bottom: 10px;
    line-height: 20px;
}

#contact_us .field .fieldlabel span {
    color: var(--clr-scd);
}

#contact_us .check-terms .fieldlabel {
    margin-bottom: 25px;
    margin-top: 20px;
}

#contact_us .check-terms .fieldlabel a {
    color: var(--clr-scd);
}

#contact_us .check-terms .fieldlabel a {
    text-decoration: underline;
    font-weight: bold;
}

.section-contact-us .inputRequirement {
    margin-left: 0;
}



/* LOGIN */
/*------*/
/*
.forgotpassword {
	margin-top: 1.5rem;
	display: block;
	color: inherit;
}
*/

.forgotpassword:hover,
.forgotpassword:active {
    color: var(--clr-prm-l);
}



@media screen and (min-width: 641px) {
    .section-login-page input:not(.btn-prm-sq) {
        min-width: 34rem;
    }

    ul.vertical {
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .section-login-page input {
        width: 100%;
    }

    .category-box h3 {
        padding: 1rem 2rem;
    }

    ul.vertical {
        justify-content: start;
    }

    .content.confirmation .confirmation-check-totals {
        width: 100% !important;
    }

    .content.confirmation .confirmation-check-modules {
        width: 100% !important;
    }

    .specialmainbody .boxsection .content {
        padding: 1.5rem !important;
    }
}


/* WISH LIST */

.section-wishlist .description {
    margin-bottom: 1.5rem;
}


/* PRODUCT INFO */
/*-------------*/
.breadcrumb-outer.breadcrump-product {}

h1.pro-h1 {
    position: relative;
    padding-bottom: 1.5rem;
}

.productphotogallery {
    position: relative;
}


.availability span,
.product-box .caption-info .value s {
    color: #808080;
    font-weight: 500;
    font-size: 16px;
    margin-right: 5px;
}

.productinfo #value .text {
    margin-left: 10px;
    font-size: 17px;
    font-weight: 400;
    color: #717578;
}

.productinfo #value .piece {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
    color: #717578;
}

.productinfo #value .price {
    font-size: 22px;
    font-weight: 500;
    color: var(--clr-scd);
}

.productinfo #value .price s {
    color: var(--clr-prm);
}

.productinfo #value .price .productSpecialPrice {
    margin-left: 1rem;
    /*font-weight: 600;*/
}

.productquantity {
    margin-top: 1.5rem;
}

.productinfo .productQuantity {
    float: left;
    position: relative;
    border-radius: 4px;
    background-color: #f4f4f4;
}

.productinfo .productQuantity input {
    float: left;
    width: calc(100% - 10px - 16px);
    height: 5rem;
    border: none;
    font-size: 2rem;
    border-radius: 0 !important;
    text-align: center;
    background-color: #f4f4f4;
}

.productinfo .productQuantity i {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-scd.product_info_add_to_cart {
    color: white;
    font-weight: 600;
    border-radius: 5px;
}

.btn-wishlist#add_to_wishlist {
    color: var(--clr-prm);
    font-weight: 600;
    border-radius: 5px;
    background-color: var(--clr-prm-m1);
    border: none;
}

.btn-scd.product_info_add_to_cart,
.btn-wishlist#add_to_wishlist {
    display: flex;
    /*was flex*/
    justify-content: center;
    align-items: center;
    width: 35%;
}

.productinfo .productQuantity i:first-of-type {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 4px;
}

.productinfo .productQuantity i:last-of-type {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 4px;
}

.productquantity button span {
    width: 90%;
}

.productquantity .fa-cart-plus,
.productquantity .fa-heart {
    font-size: 3rem;
    /* padding-bottom: 1rem; */
    /* width: 10%; */
    float: left;
}

.productinfo .productQuantity i:hover,
.productinfo .productQuantity i:active {
    color: var(--clr-scd);
}

.productinfo .productprice {
    padding: 1.5rem 0 0 0;
}

.productinfo .offers {
    margin-bottom: 2rem;
}

.productinfo .social .inside .s {
    float: left;
}

.productinfo .productquantity .pfield {
    float: left;
    margin-right: 5%;
    width: 20%;
}

.price-buttons .productprice .text {
    font-size: 1.6rem;
    font-weight: 600;
}

.price-buttons .productprice .text,
.price-buttons .productprice .price {
    display: inline;
}


.productinfo .navigation .container {
    text-align: center;
}

ul.vertical {
    display: flex;
    overflow-x: auto;
    padding: 5rem 0;
}

ul.vertical li {
    display: inline-block;
    margin-right: .75rem;
    margin-left: .75rem;
}

ul.vertical li:first-of-type {
    margin-left: 0;
}

ul.vertical li:last-of-type {
    margin-right: 0;
}

.n button.btn-wishlist {
    margin-left: 0;
}

.n button.btn-wishlist .fa {
    margin-right: 5px;
}

@media only screen and (min-width: 768px) {
    .n button.btn-wishlist {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}



@media only screen and (max-width: 768px) {
    .n button.btn-wishlist {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (max-width: 420px) {
    .section-product-info .price-buttons .btn-scd {
        padding: 10px 5px;
    }
}




/* SHOPING CART MINI */
/*-------------*/

/*
.shoppingcartmini .container {
	display: none !important;
}
*/

/*
.shoppingcartmini .container.active {
	display: block !important;
}
*/

.shoppingcart.mini .total-props {
    font-size: 13px;
    text-align: center;
    color: gray;
}

.shoppingcartmini .container .gotoshoppingcart>a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    text-align: center;
}

.shoppingcartmini .container .gotoshoppingcart>a button {
    background: none;
    border: none;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-family: inherit;
    font-weight: 600;
}

.shoppingcartmini .container .gotoshoppingcart:hover>a button {
    color: var(--clr-prm);
}

.shoppingcartmini .container .mini-checkout {}

.shoppingcartmini .container .mini-checkout input {
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    font-size: 15px;
    font-weight: 600;
}

.shoppingcart.mini div .container .panel .item {
    padding: 1.5rem 0;
    border-top: 1px solid #b5b5b5;
}

.shoppingcart.mini div .container .panel .item:last-of-type {
    margin-bottom: 1.5rem;
}

.shoppingcart.mini div .container .panel .item .image {
    width: 30%;
    float: left;
}

.shoppingcart.mini div .container .panel .item .description {
    width: 65%;
    float: left;
    text-align: left;
    margin-left: 5%;
    margin-bottom: 5px;
}

.price_container {
    width: 65%;
    float: right;
    text-align: left;
}

.price_container .price {
    margin-bottom: 10px;
}

.shoppingcart.mini div .container .panel .item .actionbar {
    margin-top: 20px;
    margin-bottom: -10px;
}

.shoppingcart.mini div .container .panel .item .actionbar {
    margin-top: 10px;
}

.shoppingcart.mini div .container .panel .item .actionbar input {
    width: 35px;
    text-align: center;
    border: none;
    font-size: 18px;
    background: #f3f3f3;
    height: 32px;
}

.shoppingcart.mini div .container .panel .item .actionbar input {}

.shoppingcart.mini div .container .panel .item .actionbar span:first-of-type i {
    margin-left: 0;
    margin-right: 1rem;
}

.shoppingcart.mini div .container .panel .item .actionbar span:nth-child(3) i {
    margin-left: 1rem;
}

.shoppingcart.mini div .container .panel .item .title>a .name {
    color: black;
    font-weight: 600;
    transition: color .35s ease;
    display: block;
    font-size: 13px;
}

.shoppingcart.mini div .container .panel .item .title>a:hover .name {
    color: var(--clr-prm);
}

.shoppingcart.mini div .container .panel .item .title>a .attributes {
    color: black;
    display: block;
    font: 14px;
}

.shoppingcart.mini .item .actionbar .fa:hover {
    color: var(--clr-scd);
}

.shoppingcart.mini .item .actionbar span:last-of-type .fa:hover {
    color: crimson;
}

.shoppingcart.mini .actionbar i {
    vertical-align: middle;
}

.shoppingcart.mini div .container .panel .item .delete {
    display: inline;
    color: #eb424a;
    margin-left: 2rem;
}


/* section-main-categories */
/*------------------------*/

.category-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

.categorybox {
    height: 280px;
    display: flex;
    width: 23%;
    position: relative;
    max-height: 230px;
    margin: 1%;
}

.categorybox a {
    color: inherit;
    font-weight: 600;
    overflow: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    /*
	 -webkit-filter: grayscale(100%); 
   filter: grayscale(100%);
*/
}

.categorybox a:hover {
    /*
	 -webkit-filter: grayscale(0%); 
   filter: grayscale(0%);
*/

}

.categorybox a:hover .title:after {
    bottom: -150px;
    opacity: 1;
}

.categorybox a:hover,
.categorybox a:active {
    color: var(--clr-prm);
}

.categorybox a:hover .title,
.categorybox a:active .title {}

.categorybox .image {
    height: 300px;
    overflow: hidden;
}

.categorybox .title {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 20px 20px;
    text-align: left;
    text-transform: uppercase;
    color: white;

    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-weight: 500;
    font-size: 19px;
    font-family: 'Ubuntu', sans-serif;

}

.categorybox .title:after {
    content: "";
    background: rgba(229, 56, 141, 0.8);
    width: 120%;
    height: 240px;
    position: absolute;
    bottom: -400px;
    left: -25px;
    z-index: -1;
    transition: opacity .35s ease;
    transform: rotate(8deg);
    opacity: 0;
}

@media only screen and (max-width: 768px) {
    .section-main-categories .mrg-b-md {
        margin-bottom: 3.5rem;
    }

    .section-main-categories .mrg-b-md:last-of-type {
        margin-bottom: 0;
    }

    .categorybox {}

    .categorybox .image {}
}

@media only screen and (max-width: 480px) {
    .categorybox {
        width: 100% !important;
    }
}

/* login popup */
/*-------------*/
.login-popup .signupcolumn button:hover i {
    color: var(--clr-prm) !important;
}

.login-popup .fa-close:hover {
    color: crimson;
}


/* section-create-account */
/*-----------------------*/
.section-create-account .title {
    margin-bottom: 5px;
    font-weight: bold;
}

#create_account .box .fieldkey {
    width: 65%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#create_account .box .field input {
    line-height: 30px;
    width: calc(100% - 12px);
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    height: 30px;
}

.section-create-account .field.submit {
    clear: both;
}

.section-create-account .field.submit input {
    display: block;
    margin: auto;
    cursor: pointer;
}

#create_account .box .fieldkey.required_info {
    justify-content: flex-start;
}


/* section-create-account-success */
/*-------------------------------*/
.section-create-account-success .mainwrap>div:last-of-type {
    text-align: center;
    padding: 2rem 0;
}

.section-create-account-success a:hover,
.section-create-account-success a:active {
    color: var(--clr-prm);
    margin-bottom: 1px solid var(--clr-prm);
}

.section-create-account-success .description {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

/* account */
/*--------*/
.section-account .content .lthumb {
    float: left;
    max-height: 100%;
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.content .title {
    padding-bottom: 5px;
    font-weight: bold;
}

.content.account .title {
    margin-bottom: 1.5rem;
}

.content.account a:hover,
.content.account a:active {
    color: var(--clr-prm)
}


/* account edit */
/*-------------*/
.section-account-edit .field .fieldlabel {
    width: 170px;
    float: left;
    line-height: 26px;
}

#account_edit .fieldkey input:not(.btn-prm-sq),
#account_edit .fieldkey select {
    width: 350px;
}

#account_edit input.btn-prm-sq {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#account_edit select {
    height: 36px;
}

.section-account-edit .expander .title .fa:hover,
.section-account-edit .expander .title .fa:active {
    color: var(--clr-prm);
}



/* address book */
/*--------------*/
#address_book .addresses .address .description.buttons a:last-of-type input {
    float: right;
}

#address_book .addresses {
    margin-bottom: 2rem;
}


/* account password */
/*-----------------*/
.content.account_password .fieldkey input:not(.btn-prm-sq) {
    width: calc(95% - 12px);
}

.content.account_password .fieldkey input {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* password forgotten */
/*-------------------*/
.section-pass-forgotten .content.password_forgotten .fieldkey {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}


/* address_book_process */
.address-book-process .field .fieldlabel {
    width: 170px;
    float: left;
    line-height: 26px;
}

/* account history */
.section-account-history .content .empty .description {
    margin-bottom: 2rem;
}



/* checkout */
/*---------*/
#checkout-wizard .show-action.send-to-billing-address .description.edit a i:hover,
#checkout-wizard .show-action.send-to-billing-address .description.edit a i:active {
    color: var(--clr-prm);
    background: white;
}

.section-checkout .section-shopping-cart {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.section-checkout .section-shopping-cart .checkout-titles .toggler {
    width: 100%;
}

.section-checkout .section-shopping-cart .content.cart>.products {
    margin: 0;
}

.section-checkout .section-shopping-cart>.content {
    padding: 0;
}

.section-checkout .section-shopping-cart>.content .expander {
    padding: 1.5rem;
}

.section-checkout .section-shopping-cart .btn-scd,
.section-checkout .section-shopping-cart .btn-prm-sq {
    line-height: unset;
}


/* checkout payment address + shipping */
/*------------------------------------*/
section.checkout-payment-address form input:not(.btn-prm-sq),
section.checkout-shipping-address form input:not(.btn-prm-sq) {
    width: 100%;
}

section.checkout-payment-address form select,
section.checkout-shipping-address form select {
    height: 36px;
    width: 100%
}

/* MOBILE MENU */
/*------------*/
.mobile_menu ul li.main.hassubmenu>a {
    text-transform: uppercase;
    color: var(--clr-prm);
    padding-left: 5%;
}

#search-menu {
    top: 0;
    width: 100%;
    z-index: 150;
    background: white;
    z-index: 900;
}

.pos-fixed {
    position: fixed;
}


/* ARTICLES */
/*-----------*/

.tips_container nav ul>li {
    border-bottom: 1px solid white;
}

.tips_container nav ul>li>a {
    padding: 1rem 2.5rem;
    height: 100%;
}

.tips_container nav ul>li>a:hover,
.tips_container nav ul>li>a:active {
    background-color: var(--clr-scd);
    color: white;
}

.tips_container nav ul>li>a:hover span,
.tips_container nav ul>li>a:active span {
    transform: translate(8px, 0);
}

.tips_container nav ul>li>a span {
    display: inline-block;
    transition: transform .35s ease
}

.tips_container nav>div>svg {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}

.tips_container nav>div>svg path {
    fill: var(--clr-scd);
}

.tips_containernav>div {
    padding: 1rem;
}

.tips_container nav>div>svg,
.tips_container nav>div>h2 {
    display: table-cell;
    vertical-align: middle;
}

.tips_container nav ul>li.active a {
    background-color: var(--clr-scd);
}



/* CONDITIONS */
/*-----------*/

section.section-terms nav ul>li {
    border-bottom: 1px solid white;
}

section.section-terms nav ul>li>a {
    padding: 1rem 2.5rem;
    height: 100%;
}

section.section-terms nav ul>li>a:hover,
section.section-terms nav ul>li>a:active {
    background-color: var(--clr-scd);
    color: white;
}

section.section-terms nav ul>li>a:hover span,
section.section-terms nav ul>li>a:active span {
    transform: translate(8px, 0);
}

section.section-terms nav ul>li>a span {
    display: inline-block;
    transition: transform .35s ease
}


section.section-terms nav>div>svg {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}

section.section-terms nav>div>svg path {
    fill: var(--clr-scd);
}

section.section-terms nav>div {
    padding: 1rem;
}

section.section-terms nav>div>svg,
section.section-terms nav>div>h2 {
    display: table-cell;
    vertical-align: middle;
}

section.section-terms nav ul>li.active a {
    background-color: var(--clr-scd);
}

section.section-terms .terms-slider {
    opacity: 0;
}

/*
section.section-terms .terms-slider-wrap .owl-controls {
	margin-top: 1.5rem;
}

.owl-carousel {
	transition: opacity .25s ease;
}

.owl-carousel.owl-loaded {
	opacity: 1 !important;
}

.owl-carousel .owl-item img {
	max-width: 100%;
}
*/
@media only screen and (max-width: 1024px) {
    section.section-terms nav>div {
        display: flex;
        justify-content: center;
    }

    section.section-terms nav>ul {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }

    section.section-terms nav ul>li.active {
        background-color: var(--clr-scd);
    }
}


/* PAGE ADVANCED SEARCH */
/*---------------------*/

section.section-advanced-search input:not(.btn-prm-sq),
section.section-advanced-search select {
    height: 3.6rem;
    padding: 0 3%;
}

section.section-advanced-search select {
    width: 94%;
}

section.section-advanced-search .form-group.form-checkbox label {
    position: relative;
}

section.section-advanced-search .form-group.form-checkbox label::before {
    position: absolute;
    left: 0;
}

section.section-advanced-search .col-sm-6 {
    margin-bottom: 3rem;
}

section.section-advanced-search {
    margin: 0;
    background: #f4f5f7;
    margin-top: -30px;
    padding-bottom: 60px;
}

label,
section.section-advanced-search .form-group .mrg-b-xs {
    font-weight: bold;
    margin-bottom: 10px;
}

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

    section.section-advanced-search input:not(.btn-prm-sq),
    section.section-advanced-search .form-group {
        width: 100%;
    }


}

@media only screen and (max-width: 768px) {
    section.section-advanced-search input:not(.btn-prm-sq) {
        width: 100%;
    }
}



/*-------------*/
/* COMPONENTS */
/*------------*/

/* ac results */
/*-----------*/
.acresults>.container {
    /*margin: auto;*/
    padding: 1.5rem;
    background-color: #fff;
}

.ac_result_item {
    transition: all .35s ease;
}

.ac_result_item:hover {
    background: white;
}

.ac_result_item:hover .title {
    color: var(--clr-prm);
}


/* owl dots */
/*---------*/
/*
.owl-theme .owl-dots .owl-dot span {
	width: 2.3rem !important;
	height: 2.3rem !important;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: var(--clr-scd) !important;
}
*/

/* POPULAR BOX */
/*------------*/


/*
.popular-box .owl-controls .owl-dots {
	margin-top: 2rem;
}
*/
/*-------------*/
/* RESPONSIVE */
/*-----------*/


@media only screen and (min-width: 1380px) {
    .btn-scd.product_info_add_to_cart {
        float: left;
        width: 50%;
        margin-right: 4%;
    }

    .btn-wishlist#add_to_wishlist {
        width: 20%;
        float: left;
        background: white;
    }

    .btn-wishlist#add_to_wishlist:hover i {
        color: var(--clr-scd);
    }
}

@media only screen and (max-width: 1380px) and (min-width: 769px) {
    .btn-wishlist#add_to_wishlist {
        display: block;
        margin-top: 2rem;
    }
}


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

    .section-categories {
        margin-bottom: 3rem;
    }

    .specialmainbody .boxsection .content .container.create_account_link {
        flex-wrap: wrap;
    }
}


@media only screen and (max-width: 1024px) {
    .slider-desc-wrap::after {
        display: none;
    }

    .options .shoppingcart .shoppingpopup .container {
        display: none !important;
    }

    .slider-desc-wrap .slide-mobile-description {
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 85%;
        min-width: 24rem;
        padding: 5%;
    }


    .category-box h3 {
        text-align: center;
    }

    h2.h2 {
        margin-bottom: 3.5rem;
        padding-bottom: 2rem;
    }

    .slider-mobile .owl-controls {
        margin-top: 1rem;
        margin-bottom: -1.5rem;
    }

    .product-box .hover-buttons {
        opacity: 1;
        visibility: visible;
    }

    .product-box .hover-buttons a {
        /*border: 1px solid;*/
    }

    .confirmation-container .titles {
        padding-left: 5px;
        padding-right: 5px;
    }

    .categorybox .image {
        height: auto;
        overflow: hidden;
        margin-bottom: -5px;
    }

}



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

    .section-product-info .productquantity .btn-scd,
    .section-product-info .productquantity .btn-wishlist {
        padding: 1rem 3.5rem;
    }
}

@media only screen and (min-width: 768px) {
    .login-popup-link {
        display: block !important;
    }

    .login-popup-link-mobile {
        display: none !important;
    }
}

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

    .section-categories {

        margin-bottom: 1rem;
    }

    #account_edit .fieldkey input:not(.btn-prm-sq),
    #account_edit .fieldkey select {
        width: 100%;
    }

    #address_book .addresses .address .description.buttons a {
        width: 100% !important;
        text-align: center;
    }

    #address_book .addresses .address .description.buttons a:not(:last-of-type) {
        margin-bottom: 1.5rem;
    }

    #address_book .addresses .address .description.buttons a:last-of-type input {
        float: none;
    }

    .slider-desc-wrap .slide-mobile-description {
        max-width: 100%;
        min-width: 75%;
    }

    .product-box {
        margin-bottom: 2rem;
    }

    .productinfo .productprice #value {
        /*
		display: flex;
		justify-content: center;
		align-items: center;
*/
    }

    h2.h2 {
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }


    h1.pro-h1::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .productinfo .price-buttons {
        float: left;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .productinfo .price-buttons {
        float: left;
    }


    .productinfo .static {
        float: left;
        width: 100%;
    }

    .section-shopping-cart .titles {
        padding-left: 0;
        padding-right: 0;
    }

    .shoppingCart .titles .title:nth-child(2) {
        width: 15%;
    }

    .shoppingCart .titles .title:nth-child(3) {
        width: 20%;
        padding-right: 1rem;
    }

    .shoppingCart .productCart .productItemCart .productPriceCart {
        width: 20%;
    }

    .shoppingCart .productCart .productItemCart .productPriceCart b {
        padding-right: 1rem;
    }



}

footer {
    float: left;
    width: 100%;
}

.cards-container .description.social {
    padding-bottom: 10px;
    padding-top: 10px;
}

@media only screen and (min-width: 769px) {
    .productphotogallery {}

}

@media only screen and (min-width: 640px) {
    .shoppingCartDescription .container.total .description span:first-of-type {
        margin-right: 1rem;
    }
}

@media only screen and (min-width: 481px) {
    .acresults .show_ac_results_products .ac_result_item:nth-child(2n+1) {}

    .shoppingCartDescription .container.total .description {
        padding: 1rem 0;
    }
}


@media only screen and (max-width: 768px) and (min-width: 600px) {
    .btn-wishlist#add_to_wishlist {
        margin-left: 2rem;
    }
}

@media only screen and (max-width: 672px) {
    .btn-wishlist#add_to_wishlist {
        margin-top: 2rem;
    }
}

@media only screen and (min-width: 481px) {
    .content.cart .headingtitle {
        float: left;
    }
}

@media only screen and (max-width: 480px) {
    h2.h2 {
        margin-bottom: 2rem;
        padding-bottom: 1rem;
    }

    .category-box,
    .image-box {
        height: 220px;
    }

    .categorybox .image {
        height: auto;
        max-width: 100%;
    }

    .slider-desc-wrap .slide-mobile-description {
        display: block;
    }

    .slider-desc-wrap .slide-mobile-description .slider_description {
        display: none;
    }

    .product-box .hover-buttons {
        bottom: 5px;
        right: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-box .hover-buttons a {
        width: 33.3%;
    }

    .shoppingCart .productCart .productItemCart .productPriceCart b {
        padding-right: 0;
    }

    .section-shopping-cart .buttons .btn-prm-sq,
    .section-shopping-cart .buttons .btn-scd {
        width: 100%;
        text-align: center;
    }

    .section-shopping-cart .buttons .btn-prm-sq {
        margin-bottom: 1.5rem;
    }

    .shoppingCartDescription {
        float: left;
        width: 100%;
        padding: 2rem 0;
    }

    .shoppingCartDescription .description {
        border-right: none;
    }

    .content.cart:not(.empty) {
        padding-left: 5px;
        padding-right: 5px;
    }

    .content.confirmation .titles .title:nth-child(3) {
        width: 20%;
    }

}

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

    .btn-scd.product_info_add_to_cart,
    .btn-wishlist#add_to_wishlist {
        flex: 1;
        min-width: 35%;
    }
}

.custom-nav {
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
}

.slick-prev,
.slick-next {
    z-index: 700;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

.slick-dots li button:before {
    font-size: 10px !important;
    width: 22px !important;
    height: 22px !important;
    opacity: 0.5 !important;
    color: #ffffff !important;
}

.slick-dots li button {
    background: #e63a8f !important;
    border-radius: 50% !important;
    oclor: white !important;
    width: 22px !important;
    height: 22px !important;
}

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

.manufacturers_slider .slick-next:before {
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #eb424a;
    border-left: 2px solid #eb424a;
    content: "";
    transform: rotate(135deg);
}

.manufacturers_slider .slick-prev:before {
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #eb424a;
    border-left: 2px solid #eb424a;
    content: "";
    transform: rotate(-45deg);
}

.slick-track {
    margin-left: 0 !important;
}








/* Usedful Styles */

body {
    /*	background:#F2F2F2;*/
}

p,
.content .description {
    line-height: 25px;
    color: #353e43;
}

p h3,
p h4,
p h5,
.content .description h3,
.content .description h4,
.content .description h5,
.content .description h3 b,
.content .description h4 b,
.content .description h5 b {
    font-size: 18px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

p a,
p a span {
    color: var(--clr-scd) !important;
    text-decoration: underline !important;
}

p ul,
p ol,
.description ul,
.description ol {

    padding: 10px 0;
    padding-left: 20px;
}

p ul li,
p ol li,
.description ul li,
.description ol li {
    list-style: square;
}

.irs-from,
.irs-to,
.irs-single,
.irs-bar,
.irs-slider {
    /*	transition: all 0.3s ease-in-out;*/
}

.slick-slide {
    margin: 0 15px !important;
}

.slick-list {
    margin: 0 -15px !important;
}

.slick-next {
    right: -4px !important;
    width: 42px !important;
    height: 50px !important;
}

.slick-prev {
    left: -10px !important;
    width: 42px !important;
    height: 50px !important;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1 !important;
}

.slick-next:before {
    font-family: 'Line Awesome Free' !important;
    font-weight: 900;
    content: "\f105" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #292929 !important;
    font-size: 50px !important;
    opacity: 0.3 !important;
}

.slick-prev:before {
    font-family: 'Line Awesome Free' !important;
    font-weight: 900;
    content: "\f104" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #292929 !important;
    font-size: 50px !important;
    opacity: 0.3 !important;
}

.flex-aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-aligner-item {
    max-width: 50%;
}

.flex-aligner-item-top {
    align-self: flex-start;
}

.flex-aligner-item-bottom {
    align-self: flex-end;
}

.main-body {
    padding-top: 80px;
}

h2.main-title,
h1.main-title {
    font-weight: 500;
    font-size: 25px;
    color: #353E43;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.main-title,
h1.main-title {
    font-weight: 500;
    font-size: 25px;
    color: #353E43;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

h1.main-title:before,
h2.main-title:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 25px;
    background: #eb3689;
    border-radius: 2px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.main-title:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 25px;
    background: #eb3689;
    border-radius: 2px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}



/* Newsletter form Start */
.section-contact-us.newsletter h1.main-title:before {
    display: none;
}

.section-contact-us.newsletter h1.main-title {
    color: #eb3689;
    text-transform: none;
    text-align: center;
}

.section-contact-us.newsletter p.newsletter-text {
    text-align: center;
    color: var(--black);
    font-size: 16px;
}

.section-contact-us.newsletter .half-container .col:last-child {
    padding-left: 0;
    width: 980px;
    max-width: 100%;
    margin: auto;
    float: unset;
}

.section-contact-us.newsletter #contact_us {
    margin-top: 40px;
}

.section-contact-us.newsletter #contact_us .check-terms .fieldlabel {
    text-align: center;
}

.section-contact-us.newsletter .half-container .col .g-recaptcha, 
.section-contact-us.newsletter .half-container .col .btn-prm-sq {
    float: unset;
}

/* Newsletter form End */

.btn {
    font-size: 15px;
    padding: 8px 10px;
    border: solid 1px #dadfe2;
    border-radius: 4px;
    letter-spacing: 0.5px;
    color: #707477;
    font-weight: 500;
}

.btn:hover,
.btn:focus {
    color: White;
    background: var(--clr-scd);
    border-color: var(--clr-scd);
}

header.main a {
    font-weight: 600;
    color: var(--clr-grey);
    padding: 0 15px;
    white-space: nowrap;
}

header.main a.not-found {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

header.main a.not-found.disable {
    pointer-events: none;
    color: var(--clr-scd);
}

body.no-scroll header.main a.not-found {
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
}

header.main a.menu-open {
    color: var(--clr-scd);
    padding-left: 0;
    position: relative;
    padding-left: 35px;
}

header.main a.menu-open.clicked i:before {
    content: "\f00d";
}

header.main a.menu-open i {
    position: absolute;
    font-size: 30px;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header.main a:hover,
header.main a:focus {
    color: var(--clr-scd);
}

header.main {
    display: flex;
    width: 100%;
    background: white;
}

header.main .header {
    padding: 12px 0;
    box-shadow: 0px 2px 10px #dedede73;
    min-height: 60px;
    max-height: 60px;
}

header.main .logo {}

header.main .logo a {
    max-width: 255px;
}

header.main .logo a img {
    max-width: 100%;
}

header.main .options {
    justify-content: flex-end;
    padding-right: 0;
}

header.main .options .search #quick_find {
    max-width: 130px;
}

header.main .options .header-right-menu a {}

header.main .menu-container {}

header.main .options .search #quick_find {
    transition: all 0.3s ease;
}

header.main .options .search .opened {
    max-width: 210px !important;
}

header.main .options .search .opened input {
    border-bottom: solid 1px gray;
}

.main-menu-container {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 800;
    top: 0;
    left: 0;
    background: rgba(53, 62, 66, 0.58);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
}

.product-enq-form-container.main-menu-container {
    left: unset;
    right: 0 !important;
}

.main-menu-container.hide {
    opacity: 0;
    visibility: hidden;
}

.main-menu-container.hide .inner {
    left: -450px;
}

.main-menu-container.product-enq-form-container.hide .inner {
    right: -450px !important;
}

.main-menu-container .inner {
    transition: all 0.4s ease-out;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 450px;
    background: #f6f8f7;
    padding-top: 80px;
    z-index: 100;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.main-menu-container.product-enq-form-container .inner {
    left: unset !important;
    right: 0 !important;
    padding-top: 120px;
    -ms-overflow-style: thin !important;
    scrollbar-width: thin !important;
    width: 100%;
    max-width: 50%;
}

.main-menu-container.product-enq-form-container .inner .form-container {
    /*
	position: absolute;
	left:0;
	  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
*/
}

.main-menu-container.product-enq-form-container .inner .form-container .product_title {
    text-align: center;
}

@media only screen and (max-height: 800px) {
    .main-menu-container.product-enq-form-container .inner .form-container {
        position: relative;
        top: 0;
        transform: none;
    }
}

.form-container {
    width: 100%;
    margin: auto;
    padding: 0 50px;
    box-sizing: border-box;
}

.form-container .first-col,
.form-container .second-col {
    width: 48%;
    float: left;
}

.form-container .first-col {
    margin-right: 4%;
}

.main-menu-container .inner::-webkit-scrollbar,
.main-menu-container .first-level ul ul.second-level::-webkit-scrollbar {
    display: none;
}

.main-menu-container.product-enq-form-container form#contact_us .content,
.main-menu-container.product-enq-form-container #contact_us .field .fieldkey input[type=text],
.main-menu-container.product-enq-form-container #contact_us .field .fieldkey input[type=password],
#contact_us .field .fieldkey textarea {
    width: 100%;
    box-sizing: border-box;
}

#contact_us .field .fieldkey textarea {
    height: 100px;
    line-height: 20px;
}

#contact_us .field .fieldkey.last_fieldkey {
    text-align: center;
    /*	border-top: solid 1px #dbe0e3;*/
    margin-top: 34px;
    /*    padding-top: 20px;*/
}

.toggle-form {
    position: absolute;
    top: 120px;
    right: 2%;
    opacity: 1;
    z-index: 999;

}

.hide .toggle-form {
    top: 0;
    opacity: 0;
}

.toggle-form i {
    cursor: pointer;
    font-size: 30px;
    color: #e63a8f;
}

.open-side-form.clicked {
    background: none !important;
    color: var(--clr-scd) !important;
}

.main-menu-container .first-level {
    padding-bottom: 100px;
}

.main-menu-container .first-level ul {
    position: relative;
}

.main-menu-container .first-level ul ul.second-level {
    display: none;
    position: fixed;
    background: white;
    z-index: 300;
    height: 100%;
    top: 0;
    left: 450px;
    border-left: solid 7px var(--clr-scd);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.main-menu-container .first-level ul ul.second-level .inner-second {
    position: relative;
    top: 80px;
    min-width: 550px;
}

.main-menu-container .first-level ul li {
    position: relative;
}

.main-menu-container .first-level ul li i {
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    color: #fff;
}

.main-menu-container .first-level ul li a {
    padding: 30px 40px;
    display: inline-block;
    width: 100%;
    border-bottom: dashed 1px #e4e4e4;
    box-sizing: border-box;
    font-weight: 500;
    color: #454748;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
}

.main-menu-container .first-level ul li.active ul li a {
    text-transform: none;
    color: #454748;
}

.main-menu-container .first-level ul li a:hover,
.main-menu-container .first-level ul li a:focus,
.main-menu-container .first-level ul li.active a,
.main-menu-container .first-level ul li.active ul li a:hover,
.main-menu-container .first-level ul li.active ul li a:focus {
    background-color: var(--clr-scd);
    color: white;
}

.main-menu-container .first-level ul li.active ul li a {
    background: initial;
}

.main-menu-container .first-level .tags-menu {
    padding: 30px 40px;
}

.main-menu-container .first-level .tags-menu span {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    cursor: default;
}

.main-menu-container .first-level .tags-menu span a:hover,
.main-menu-container .first-level .tags-menu span a:focus {
    color: white;
    border-color: var(--clr-scd);
    background: var(--clr-scd);
}

.main-menu-container .first-level .tags-menu span a {
    font-weight: bold;
    color: var(--clr-grey);
    border: solid 1px var(--clr-grey);
    border-radius: 5px;
    padding: 7px 10px;
}

.main-menu-container .first-level .tags-menu span a.hot {
    color: var(--clr-scd);
    border-color: var(--clr-scd);
    display: none;
}

.main-menu-container .first-level .tags-menu span a.hot:hover {
    color: white;
}

.mobile-menu-right {
    display: none;
    position: relative;
}

.mobile-menu-right a.open {
    padding-right: 0px;
    font-weight: 600;
    color: var(--clr-grey);
    display: inline-block;
    cursor: pointer;
}

.mobile-menu-right a.open i {
    font-size: 22px;
    position: relative;
    top: 1px;
}

.mobile-menu-right .sub-menu-mobile {
    position: absolute;
    width: auto;
    background: #fff;
    right: 0px;
    top: 35px;
    border-radius: 2px;
    box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.2);
    padding: 12px;
    display: none;
}

.mobile-menu-right .sub-menu-mobile li {
    text-align: right;
}

.mobile-menu-right .sub-menu-mobile li a {
    white-space: nowrap;
    padding: 8px 10px;
    display: inline-block;
    font-size: 17px;
    color: var(--clr-scd);
}

.mobile-menu-right .sub-menu-mobile li a:hover,
.mobile-menu-right .sub-menu-mobile li a:focus {
    color: black;
}

.cards-container {
    padding: 7px 0;
}

.cards-container .description a {
    font-size: 17px;
    font-weight: 500;
    position: relative;
    min-width: 200px;
    padding-bottom: 8px;
}

.cards-container .social a {
    min-width: auto;
}

.cards-container .description a:hover {
    color: black;
}

.cards-container .description a i {
    font-size: 30px;
    position: relative;
    top: 5px;
    display: inline-block;
    margin-right: 5px;
}

.bottom-container .bcont {
    max-width: 100%;
    padding: 0 30px;
    color: var(--clr-grey);
}

.bottom-container .bcont .copy,
.bottom-container .bcont .menu {
    padding: 0;
}

.company-footer {
    /*	max-width: 500px;*/
    margin: auto;
    text-align: center;
}

.company-footer .title {
    margin-bottom: 20px;
}

.company-footer .description {
    line-height: 25px;
}

.bottom-container .menu {
    display: block;
}

.bottom-container .webexperts a,
.bottom-container .copy span {
    color: gray;
    font-size: 14px;
    line-height: 45px;
    width: 100%;
}

.bottom-container .webexperts a:hover {
    color: var(--clr-scd);
}

.bottom-container .menu a {
    display: inline;
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
    text-transform: uppercase;
}

.bottom-container .menu a:first-child {
    margin-left: 0;
}

.section-main-categories {
    display: flex;
    width: 100%;
    margin-bottom: 60px;
}

.section-main-categories .wrapper {
    max-width: 1920px;
    margin: auto;
}

.section-main-categories .btn {
    color: white;
    border-color: white;
}

.section-main-categories .hover {
    background: white;
    color: var(--clr-scd);
}

.section-main-categories .wrapper {
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    display: flex;
}

.section-main-categories .home-category-box {
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.section-main-categories .home-category-box .inner {
    color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    z-index: 2;
}

.section-main-categories .home-category-box .inner:after {
    content: "";
    background: rgba(229, 56, 141, 0.8);
    width: 120%;
    height: 150%;
    position: absolute;
    bottom: -250%;
    left: -25px;
    z-index: -1;
    transform: rotate(8deg);
}

.section-main-categories .col-3 .home-category-box:first-child .inner:after {
    /*	transform: rotate(0deg);*/
}

.section-main-categories .col-3 .home-category-box:hover .inner:after {
    bottom: -40%;
}

.section-main-categories .home-category-box:hover .inner:after {
    bottom: -60%;
}

.section-main-categories .home-category-box .inner .btn {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: none;
    transition: opacity 0.3s ease-out;
    transition: background 0.3s ease-out;
    margin: 0;
    display: none;
}

.section-main-categories .home-category-box:hover .btn {

    display: inline-block;
}

.section-main-categories .home-category-box .inner .btn:hover {
    background: white;
    color: var(--clr-scd);
    border-color: white;
}

.section-main-categories .home-category-box .inner .title {
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-main-categories .home-category-box .inner .desc {
    transition: all 0.3s ease-out;
    line-height: 22px;
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.section-main-categories .home-category-box .inner .desc p {
    color: white;
}

.section-main-categories .home-category-box:hover .inner .btn,
.section-main-categories .home-category-box:hover .inner .desc {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.section-main-categories .home-category-box:hover .inner .desc {
    padding: 10px 0;
}

.section-main-categories .home-category-box:hover .inner .btn {
    margin-top: 5px;
    padding: 8px 10px;
}

.section-main-categories .home-category-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.22);
}

.section-main-categories .col-1 {
    display: flex;
    width: 40%;
    margin-right: 8px;
}

.section-main-categories .col-1 .home-category-box {
    min-height: 650px;
}

.section-main-categories .col-2 {
    display: flex;
    width: 40%;
    margin-right: 8px;
    flex-direction: column;
}

.section-main-categories .col-2 .home-category-box:first-child {
    min-height: 392px;
    margin-bottom: 8px;
}

.section-main-categories .col-2 .home-category-box:last-child {
    min-height: 250px;
}

.section-main-categories .col-3 {
    display: flex;
    min-width: 20%;
    flex-direction: column;
}

.section-main-categories .col-3 .home-category-box:first-child {
    min-height: 242px;
    margin-bottom: 8px;
}

.section-main-categories .col-3 .home-category-box:last-child {
    min-height: 400px;
}



.section-main-categories .wrapper.accordion {
    display: flex;
    flex-flow: column;
    gap: 10px;
    color: #fff;
    height: 660px;

}

.section-main-categories .wrapper.accordion .home-category-box {
    background-size: cover;
    background-color: #000;
    display: inline-block;
    width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    transition: all 300ms 0ms ease-in-out;
    background-attachment: unset;
    height: 100%;
    background-position: 50% 50%;
}

.section-main-categories .wrapper.accordion .home-category-box:hover {
    flex-grow: 3.5;
}

.section-main-categories .wrapper.accordion .home-category-box .inner {
    max-height: 85px;
    transition: all 0.3s ease;
}

.section-main-categories .wrapper.accordion .home-category-box:hover .inner {
    max-height: 400px;
    transition: all 0.4s 0.4s ease;
}

.section-main-categories .wrapper.accordion .home-category-box .inner .title {
    font-size: 17px;
}

/* @media (min-width: 1680px) {
    .section-main-categories .wrapper.accordion .home-category-box .inner .title {
        white-space: nowrap; 
    }
}
.section-main-categories .wrapper.accordion .home-category-box:hover .inner .title {
    white-space: normal;
} */


.section-main-categories .wrapper.accordion .home-category-box .inner .desc {
    height: 0;
    overflow: hidden;
}

.section-main-categories .wrapper.accordion .home-category-box:after {
    /* background: linear-gradient(0deg, #333b42 0%, #00000063 15%, #fff0 75%); */
    background: #07020a63;
    transition: all 0.5s ease;
}

.section-main-categories .wrapper.accordion .home-category-box:hover:after {
    background: #07020a26;
}

.section-main-categories .wrapper.accordion .home-category-box {
    position: relative;
}

.section-main-categories .wrapper.accordion .home-category-box .inner:before {
    content: "\f107";
    position: absolute;
    font-size: 25px;
    color: #de398d;
    right: 20px;
    top: 20px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    opacity: 1;
    transition: all 0.4s ease;
}

.section-main-categories .wrapper.accordion .home-category-box:hover .inner:before {
    opacity: 0;
}

.section-main-categories .wrapper.accordion .home-category-box .inner:after {
    transition: all 0.3s ease;
}

.section-main-categories .wrapper.accordion .home-category-box:hover .inner:after {
    /* bottom: -70%; */
    transition: all 0.3s 0.2s ease;
}

.section-main-categories .wrapper.accordion .home-category-box .mask-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
}

.section-main-categories .wrapper.accordion .home-category-box .inner .btn {
    opacity: 0;
    height: 100%;
    display: inline-block;
    transition: all 0.4s ease !important;
}

.section-main-categories .wrapper.accordion .home-category-box:hover .inner .btn {
    opacity: 1 !important;
    visibility: visible;
    height: auto;
    transition: all 0.4s 0.4s ease !important;
}

.section-main-categories .wrapper.accordion .home-category-box:hover .inner .desc {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
    height: auto;
    transition: all 0.4s 0.4s ease;
}

@media (min-width: 991px) {
    .section-main-categories .wrapper.accordion {
        flex-flow: row;
        height: 50vh;
        min-height: 600px;
    }
}

@media (max-width: 1360px) {
    .section-main-categories .wrapper.accordion .home-category-box .inner {
        padding-left: 15px;
        padding-right: 30px;
    }

    .section-main-categories .wrapper.accordion .home-category-box .inner:before {
        right: 12px;
        font-size: 20px;
        top: 25px;
    }

    .section-main-categories .wrapper.accordion .home-category-box .inner .title {
        font-size: 15px;
    }

    .section-main-categories .wrapper.accordion .home-category-box .inner .desc {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .section-main-categories .wrapper.accordion .home-category-box .inner {
        max-height: 90px;
        padding: 15px;
        padding-right: 38px;
    }

    .section-main-categories .wrapper.accordion .home-category-box .inner:before {
        right: 10px;
        top: 10px;
    }

    .section-main-categories .wrapper.accordion .home-category-box .inner:after {
        bottom: -250%;
    }

    .section-main-categories .wrapper.accordion .home-category-box:hover .inner:after {
        bottom: -45%;
    }

    .section-main-categories .wrapper.accordion .home-category-box .inner:before {
        display: none;
    }

    .section-main-categories .wrapper.accordion .home-category-box .mask-link {
        display: none;
    }
}

@media (max-width: 991px) {
    .section-main-categories .wrapper.accordion .home-category-box .inner:before {
        display: block;
    }

    .section-main-categories .wrapper.accordion .home-category-box .inner .title {
        font-size: 16px;
    }

    .section-main-categories .wrapper.accordion .home-category-box .inner .desc {
        font-size: 15px;
    }
}



.section-new-in .prod-image:after {
    content: "NEW IN";
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    top: 15px;
    right: 15px;
    letter-spacing: 0.3px;
    color: var(--clr-scd);
    border: solid 1px var(--clr-scd);
    padding: 5px 10px;
    font-size: 13px;
    background: white;
}

.section-hot-deals .prod-image:after {
    content: "HOT DEAL";
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    top: 15px;
    right: 15px;
    letter-spacing: 0.3px;
    color: var(--clr-scd);
    border: solid 1px var(--clr-scd);
    padding: 5px 10px;
    font-size: 13px;
    background: white;
}

.section-sales .prod-image:after {

    content: "MOST VIEWED";
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    top: 15px;
    right: 15px;
    letter-spacing: 0.3px;
    color: var(--clr-scd);
    border: solid 1px var(--clr-scd);
    padding: 5px 10px;
    font-size: 13px;
    background: white;

}

.section-sales .slick-prev:before,
.section-sales .slick-next:before {
    color: white !important;
}


.section-new-in {
    margin-top: 60px;
    margin-bottom: 60px;
}

.section-hot-deals {
    margin: 60px 0;
}

.section-sales {
    background: #353E43;
    position: relative;
    padding: 50px 0;
}

.also-visited-wrapper {
    background: #353E43;
    position: relative;
    padding: 50px 0;
}

.also-visited-wrapper .main-title{
    color: white;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.also-visited-wrapper .productbox {
    border: none !important;
}

.also-visited-wrapper:before {
    background: white;
}

.section-sales:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 200px;
    z-index: 1;
    background: #e63a90;
    left: 0;
}

.section-sales .slick-slider,
.section-sales .all-category {
    position: relative;
    z-index: 2;
}

.section-sales .main-title,
.section-sales .all-category a {
    color: white;
}

.section-sales .all-category a:hover {
    color: #353E43;
}

.section-sales .main-title:before {
    background: white;
}

.section-sales .productbox {
    border: none !important;
}

.section-sales .productbox:hover .column-inner-bottom:after {
    background: #353E43 !important;
}

.section-sales .productbox:hover .price_caption .value s {
    color: white;
}

.also_visited_slider {}

.also_visited_slider .slick-prev,
.also_visited_slider .slick-next {
    background: #e5388e;
    border-radius: 4px;
}

.also_visited_slider .slick-prev:before,
.also_visited_slider .slick-next:before {
    color: #fff !important;
    font-size: 36px !important;
    opacity: 1 !important;
}

.also_visited_slider .slick-prev:hover,
.also_visited_slider .slick-prev:focus,
.also_visited_slider .slick-next:hover,
.also_visited_slider .slick-next:focus {
    background: #e5388e;
}

.section-manufacturers {
    padding: 50px 0;
}

.section-manufacturers .main-title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
    color: #353E43;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.section-new-in .slick-slider,
.section-hot-deals .slick-slider,
.section-sales .slick-slider {
    overflow: hidden;
    padding: 0 40px;
}

.section-new-in .slick-list,
.section-hot-deals .slick-list,
.section-sales .slick-list {
    /*	overflow: visible;*/
}

.section-second-lease {
    background-size: cover;
    background-position: center;
    display: flex;
    padding: 50px 0;
    width: 100%;
}

.section-second-lease .left .col-md-6 {
    flex-direction: column;
}

.section-second-lease .left h3,
.section-second-lease .right h3 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.section-second-lease .left p,
.section-second-lease .right p {
    line-height: 24px;
}

.section-second-lease .left h3 {
    width: 100%;
    display: flex;
}

.section-second-lease .left h3,
.section-second-lease .left p {
    color: white;
}

.section-second-lease .right h3 {
    color: var(--clr-scd);
}

.section-second-lease .left .btn {
    width: auto;
    color: white;
    margin-top: 10px;
}

.section-second-lease .lease-mobile-btn {
    display: none;
    color: #707477 !important;
    max-width: 100px;
}

.section-second-lease .right .btn,
.section-second-lease .btn.lease-mobile-btn {
    background: white;
    margin-top: 20px;
}

.section-second-lease .right .btn:hover,
.section-second-lease .btn.lease-mobile-btn:hover {
    background: var(--clr-scd);
    color: white !important;
    border-color: var(--clr-scd);
}

.newsletter-section {
    background: #353E43;
    display: flex;
    padding: 50px 0;
    width: 100%;
    float: left;
}

.no-prod-container a {
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 4px;
}

.no-prod-container a i {
    font-size: 22px;
    position: relative;
    top: 3px;
    line-height: 13px;
    margin-right: 10px;
}

.newsletter-section .main-title,
.newsletter-section p {
    color: white;
    width: 100%;
    margin-bottom: 15px;
}

.newsletter-section .main-title {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.newsletter-section p {
    margin-bottom: 0px;
    color: #DBE0E3;
}

.newsletter-section .main-title:before {
    margin-right: 10px;
}

.newsletter-section .col-md-6 {
    flex-direction: column;
    padding: 0;
}

.newsletter-section .newsletter-form {
    max-width: 380px;
    margin: auto;
    margin-top: 10px;
}

.newsletter-section .newsletter-form input {
    background: none;
    border: solid 1px gray;
    border-radius: 3px;
    padding: 15px 15px;
    display: flex;
    color: white;
    min-width: 100%;
    transition: all 0.3s ease-out;
}

.news_form_success {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    color: #eb3689 !important;
    font-size: 20px;
}

.newsletter-section .newsletter-form .invalid-feedback {
    flex: none;
    flex-grow: unset;
    position: absolute;
    text-align: left;
    width: 500px;
    bottom: -50px;
}

.newsletter-section .newsletter-form input::placeholder {
    color: #B6BCBF;
}

.newsletter-section .newsletter-form input:focus {
    background: white;
    color: black;
    border-color: white;
}

.newsletter-section .newsletter-form button,
.newsletter-section .newsletter-form a {
    text-transform: uppercase;
    background: var(--clr-scd);
    padding: 15px 15px;
    color: white;
    cursor: pointer;
    display: flex;
    border: solid 1px var(--clr-scd);
    margin-left: -3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-out;
    font-weight: 600;
}

.newsletter-section .newsletter-form button:hover,
.newsletter-section .newsletter-form button:focus {
    background: white;
    color: var(--clr-scd);
    border-color: white;
}

.all-category {
    text-align: right;
    margin-top: 40px;
}

.all-category a {
    text-transform: uppercase;
    font-weight: bold;
    color: #353E43;
}

.all-category a:hover {
    color: var(--clr-scd);
}

.all-category a i {
    font-size: 22px;
    position: relative;
    top: 2px;
}

.section-second-lease .secondhand {
    max-width: 600px;
    margin: auto;
}

.filters-container .prefilters {
    width: 100%;
    margin: 0;
    padding: 0;
}

.category-hero {
    background-size: cover;
    background-position: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
    min-height: 440px;
}

.category-hero:after {
    background: #000000c7;
    ;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.category-hero div,
.category-hero h1,
.category-hero h2,
.category-hero p {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 200;
}

.category-hero h1 {
    margin-bottom: 10px;
}

.category-hero p {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.category-hero h1,
.category-hero h2,
.category-hero p {
    color: white;
}

.category-hero h1:before,
.category-hero h2:before {
    display: none;
}

.filters-container .prefilters .filterbox,
.filters-container .mainwrap {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
    background: white;
}

.productboxwrap.cd-items.cd-container {
    width: 101%;
}

.productboxwrap li.productbox {
    width: 24%;
    margin: 0;
    margin-right: 1%;
    margin-bottom: 1%;
}

.productboxwrap li.productbox:nth-child(4n) {}

.fancybox-bg {
    background: #ffffff !important;
}

.fancybox-caption-wrap,
.fancybox-button--fullscreen,
.fancybox-button,
.fancybox-infobar__body {
    background: none !important;
}

.fancybox-caption {
    font-weight: bold;
    color: #353e45 !important;
    color: #353e45;
    text-transform: uppercase;
    line-height: 30px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    border-top: none !important;
}

.fancybox-button--fullscreen:before {
    border: 2px solid #e13c8b !important;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    border-color: #e13c8b !important;
    background-color: #e13c8b !important;
}

/* Product Page */
.productinfo .productphotogallery .image {
    border: solid 1px #e9ecee;
    border-radius: 4px;
    position: relative;
    transition: opacity 0.3s ease-out;
    height: auto;
    padding: 15px;
    overflow: hidden;
}

.productinfo .productphotogallery .image:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f00e";
    color: #dfe5e8;
    position: absolute;
    right: 50px;
    bottom: 11px;
    font-size: 45px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.productinfo .product_title h2,
.form-container .product_title h2 {
    color: #353e45;
    /*text-transform: uppercase;*/
    line-height: 36px;
    letter-spacing: 0.6px;
    font-size: 28px;
    font-weight: 500;
}

.product_title.mobile {
    display: none;
}

.form-container .product_title h2 {
    line-height: 31px;
    font-size: 25px;
    padding: 0 15px;
}

.productinfo .model,
.form-container .model {
    font-size: 16px;
    color: #717578;
    margin-top: 10px;
    font-weight: 300;
}

.form-container .section-contact-us {
    padding-bottom: 25px;
    padding-top: 20px;
}

.productinfo .productattributes {
    display: none;
}

.productinfo .short-desc {
    color: #707477;
    margin-top: 15px;
    float: left;
    line-height: 30px;
    padding: 30px 0;
    margin: 0;
    width: 100%;
}

.productinfo .price-buttons {
    float: left;
}

.productinfo .productprice {
    padding: 0;
}

.productinfo .enq-button-container {
    float: left;
    margin-top: 20px;
}

.productinfo .enq-button-container a {
    display: inline-block;
    border: solid 2px var(--clr-scd);
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 500;
    color: var(--clr-scd);
}

.productinfo .enq-button-container a:hover,
.productinfo .enq-button-container a:focus {
    background: var(--clr-scd);
    color: white;
}

.productphotogallery .box.additional_image {
    /*	border: solid 1px #dbe0e3;*/
    border-radius: 4px;
    position: relative;
    opacity: 1;
    transition: opacity 0.3s ease-out;
    overflow: hidden;
    /*	max-height: 80px;*/
}

.productphotogallery .box.additional_image img {
    /*	max-height: 100px;*/
}

.productphotogallery .box.additional_image:hover {
    opacity: 0.9;
}

.productphotogallery .navigation {
    margin-top: 20px;
}

.productphotogallery .navigation .slick-slide {
    margin-right: 0 !important;
}

.productphotogallery .navigation .slick-slide {
    text-align: center;
    max-width: 85px;
    height: 90px;
    position: relative;
}

.productphotogallery .navigation .slick-list {
    margin: 0;

}

.productphotogallery .navigation .slick-slide li {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.productphotogallery .navigation .slick-slider {
    overflow: hidden;
}

.productphotogallery .navigation.noExtraImages {
    display: none;
}

.desc_container {
    background: #f6f8f7;
    margin-top: 50px;

}

.desc_container li {
    list-style: initial;
    margin: 0 20px;
}

.productinfo .social {
    padding-left: 30px;
}

.tabs_container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.tabs_container .tab_tiles {
    border-bottom: 1px solid #dbe0e3;
    padding-bottom: 13px;
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 100%;
}

.tabs_container .tab_tiles .tabs {
    display: flex;
}

.tabs_container .tab_tiles a,
.tabs_container .tab_tiles button {
    transition: all 0.2s ease-out;
    color: #707477;
    font-weight: 500;
    margin-right: 40px;
    position: relative;
    padding-bottom: 15px;
    font-size: 19px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.tabs_container .tab_tiles a.active,
.tabs_container .tab_tiles button.active {
    color: #353e43;
}

.tabs_container .tab_tiles a:hover,
.tabs_container .tab_tiles button:hover {
    color: #353e43;
}

.tabs_container .tab_tiles a.active:after,
.tabs_container .tab_tiles button.active:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    background: var(--clr-scd);
    border-radius: 20px;
}

.tabs_container .tab_content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

.tabs_container .tab_content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.2s ease-out;
    overflow: hidden;
}

.tabs_container .tab_content,
.tabs_container .tab_content p {
    color: #707378;
    line-height: 26px;
    /*text-align: left !important;*/
}

.tabs_container .tab_content ul,
.tabs_container .tab_content p ul {
    margin-bottom: 20px;
}

.tabs_container .tab_content h4 {
    color: #353e43;
    margin-top: 15px;
}

.tabs_container .tab_content.files .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.tabs_container .tab_content .file-download i {
    font-size: 80px;
}

.tabs_container .tab_content .videoWrapper {
    width: 100%;
}

.tabs_container .tab_content .embed-container {
    display: inline-block;
}

.tabs_container .tab_content .embed-container iframe {
    max-width: 100% !important;
}

.tabs_container .tab_content .filesWrapper {
    margin-bottom: 20px;
}

/* Product Box New */

.productbox {
    text-align: center;
    width: 100%;
    display: flex;
    border: solid 1px transparent;
    /*	border-radius: 3px;*/
    overflow: hidden;
    background: white;
    min-height: 390px;
}

.productbox .btn {
    margin-bottom: 25px;
}

.productbox .content {
    /*	padding: 25px 15px;*/
    overflow: hidden;
}

.productbox:hover {
    border: solid 1px #DBE0E3;
    box-shadow: 0px 0px 10px #0000001f;
}

.productbox:hover .column-inner-bottom:after {
    opacity: 1;
    visibility: visible;
}

.productbox:hover .title {
    color: white;
    text-decoration: underline;
}

.productbox:hover .price_caption {
    color: white;
}

.productbox:hover .btn {
    background: white !important;
    color: var(--clr-scd) !important;
    border-color: white !important;
}

.productbox:hover .price_caption .value s {
    color: black;
}

.productbox .prod-image {
    text-align: center;
    padding-top: 25px;
    position: relative;
    min-height: 230px;
}

.productbox .prod-image img {
    display: inline;
    max-width: 100%;
    height: auto;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.productbox .title {
    font-size: 17px;
    line-height: 23px;
    color: #353E43;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 51px;
}

.productphotogallery .image a {
    position: relative;

    height: 100%;
    width: 100%;
}

/*
.productphotogallery .image a img
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
*/
.productbox .column-inner-bottom {
    padding-bottom: 25px;
    padding: 0 10px;
    position: relative;
}

.productbox .column-inner-bottom:after {
    content: "";
    position: absolute;
    background: #e7388c;
    height: 140%;
    left: -20px;
    bottom: -30px;
    z-index: 1;
    transform: rotate(8deg);
    width: 120%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.productbox .column-inner-bottom .caption {
    position: relative;
    z-index: 2;
}

.productbox .price_caption .text {
    display: none;
}

.productbox .price_caption {
    font-weight: 500;
    font-size: 16px;
    color: var(--clr-scd);
    padding: 20px 0;
}

.productbox .price_caption .value s {
    color: gray;
}

.product_info_banner.xsellbanner {
    margin: 50px 0;
}

.search-trigger {
    position: relative;
    padding-right: 35px !important;
}

.search-trigger i {
    margin-left: 10px;
    position: absolute;
    right: 0;
    font-size: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-trigger.clicked {
    color: var(--clr-scd);

}

.search-trigger.clicked i {}

.search-trigger.clicked i:before {
    content: "\f00d";

}

/* Reset Search Input */

.search__input {
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}

.search__input:focus {
    outline: none;
}

.search-container .acresults {
    position: relative;
    width: 100%;
    height: auto;
}

/* Layout for search container */
.search-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;

}

.search-container.inner {
    position: relative !important;
    width: 100% !important;
    display: flex;
    height: auto !important;
    background: none;
    border-top: none !important;
}

.search-container.fixed-search {
    position: fixed !important;
    background: white;
    box-shadow: 0px 5px 6px #dedede5c;
    z-index: 900 !important;
    top: 79px !important;
}

.search-container.fixed-search .search {
    margin: 0 auto;
    padding: 30px 0;
}

.search-container.fixed-search #search_bar {
    transform: scale3d(0.8, 0.8, 0.8);
}

.search-container .hide-for-sticky {
    margin-bottom: 200px;
}

.acresults>.container {
    background: none;
}

.search-container .inner-wrap {
    overflow: scroll;
    flex-direction: column;
    position: relative;
    width: 100%;
    display: flex;
    height: 100%;
    overflow-x: hidden;
    /*	 -ms-overflow-style: none;*/
}

.search-container .inner-wrap::-webkit-scrollbar {
    /*  display: none;*/
}

.acresults .show_ac_results_products .ac_result_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.acresults .show_ac_results_products {
    height: 100%;
}

.show_ac_results_products .ac_result_item {
    display: block;
    float: left;
    width: 18%;
    margin: 1%;
    max-height: 335px;
}

.acresults .show_ac_results_products .ac_result_item a .image {
    width: 100%;
    display: flex;
    min-height: 150px;
}

.acresults .show_ac_results_products .ac_result_item a .image img {
    display: inline;
}

.acresults .show_ac_results_products .ac_result_item a .image,
.acresults .show_ac_results_products .ac_result_item a .description,
.acresults .show_ac_results_products .ac_result_item a .description .title,
.acresults .show_ac_results_products .ac_result_item a .description .model,
.acresults .show_ac_results_products .ac_result_item a .description .price {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 !important;
}



.js .search-container {
    position: fixed;
    z-index: 800;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    border-top: solid 1px #f8f8f9;
}



.btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
}

.js .btn--search-close {
    display: block;
}

.search-title {
    position: relative;
    top: 100px;
}

.search-title h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #E63A8F;
    letter-spacing: -0.5px;
}

.search-title p {
    color: #353E43;
    font-style: normal;
    padding-top: 10px;
    font-size: 19px;
    line-height: 32px;
}

.show_ac_results_categories,
.show_ac_results_title.categories,
.show_ac_results_title.products {
    display: none !important;
}

.acresults .show_ac_results_products .ac_result_item a .description .btn {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    z-index: 100;
}

.acresults .show_ac_results_categories .ac_result_item a .description .title,
.acresults .show_ac_results_products .ac_result_item a .description .title,
.acresults .show_ac_results_products .ac_result_item a .description .model,
.acresults .show_ac_results_products .ac_result_item a .description .price {
    color: #707477;
}

.acresults .show_ac_results_categories .ac_result_item a .description .title {
    font-size: 19px;
    line-height: 33px;
    font-weight: 400;
}

.acresults .show_ac_results_categories .ac_result_item a {
    width: 100%;
    color: var(--clr-black);
}

.acresults .show_ac_results_categories .ac_result_item a:hover {
    text-decoration: underline;
}

.acresults .show_ac_results_categories .ac_result_item a .description .title b {
    color: #E63A8F;
}

.acresults .show_ac_results_categories .ac_result_item {
    text-align: center;
}

.acresults .show_ac_results_categories .ac_result_item a {
    width: auto;
    display: inline-block;
}

.acresults .show_ac_results_products .ac_result_item a .description .title {
    font-size: 17px;
    line-height: 23px;
    color: #353E43;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 51px;
    font-weight: 600;
}

.acresults .show_ac_results_products .ac_result_item:hover {

    box-shadow: 0px 0px 10px #0000001f;
}

.acresults .show_ac_results_products .ac_result_item a .description .model {}

.acresults .show_ac_results_products .ac_result_item:hover .description .model b {
    color: black;
}

.acresults .show_ac_results_products .ac_result_item a .description .model b {
    color: var(--clr-scd);
}

.acresults .show_ac_results_products .ac_result_item a .description .price {
    font-weight: 500;
    font-size: 16px;
    color: var(--clr-scd);
    margin-top: 20px !important;
}

.acresults .mainwrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 40px;
}

.search__form {
    margin: 5em 0;
}

.show_ac_results_products .ac_result_item:before {
    display: none !important;
}

.acresults .show_ac_results_products .ac_result_item .title,
.acresults .show_ac_results_products .ac_result_item .price,
.acresults .show_ac_results_products .ac_result_item .model {
    position: relative;
    z-index: 100;
}

.acresults .show_ac_results_products .ac_result_item:hover .title,
.acresults .show_ac_results_products .ac_result_item:hover .price,
.acresults .show_ac_results_products .ac_result_item:hover .model {
    color: white !important;
}

.acresults .show_ac_results_products .ac_result_item:hover .title b,
.acresults .show_ac_results_products .ac_result_item:hover .price b,
.acresults .show_ac_results_products .ac_result_item:hover .model b {}

.acresults .show_ac_results_products .ac_result_item:hover .btn {
    color: var(--clr-scd) !important;
    background: white !important;
    border-color: white !important;
}

.acresults .show_ac_results_products .ac_result_item a .description {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px !important;
    position: relative;
    padding-bottom: 20px !important;
}

.acresults .show_ac_results_products .ac_result_item a .description:after {
    content: "";
    position: absolute;
    background: #e7388c;
    height: 140%;
    left: -40px;
    bottom: -40px;
    z-index: 1;
    transform: rotate(8deg);
    width: 130%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.acresults .show_ac_results_products .ac_result_item:hover .description:after {
    opacity: 1;
    visibility: visible;
}

.acresults .show_ac_results_products .ac_result_item a .description:hover .title {
    text-decoration: underline;
}

#quick_find {
    position: relative;
}

#quick_find i {
    position: absolute;
    left: -55px;
    font-size: 40px;
    color: #e8388b;
    top: 0px;
}

.filter.basic.singlerow,
.filter.price_range {
    flex-direction: column;
}

.dynamic_filters {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.last-filters {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.filters-container .filterstatic .extended_filters_category,
.extended_filters_category,
.filterbox .filter.price_range,
.filterbox .filter.sort_by {
    /*
	flex: 1 1 auto;
	display:flex;
*/
    position: relative;
    width: auto !important;
    min-width: 25%;
    margin: 0;
    display: flex;
    min-width: 200px !important;
    margin-right: 2%;
}

.filterbox .filter.price_range,
.filterbox .filter.sort_by {
    float: right;
}

.filterbox .filter.sort_by {
    margin-right: 0;
}

.extended_filters_category {
    position: relative;
}

.filterbox .filter.price_range {
    width: 100%;
}

section.section-pro-listing {
    padding: 0;
    display: block;
    float: left;
    margin: auto;
    background: #f4f5f7;
    width: 100%;
}

.extended_filter_field_container,
.filterbox .filter.singlerow .flabel,
.filterbox div.flabel,
.filterbox .filter.singlerow .ffield,
.filterbox div.ffield select#sort {
    padding: 0;
    width: 100%;

}

.filterbox .filterstatic {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: row;
    z-index: 500;
}

.filterbox div.flabel,
.filterbox div.ffield {
    display: flex;
    min-width: 100%;
}

.filters-container .filterstatic .extended_filters_category {
    position: relative;
}

.extended_filter_field_container {
    position: absolute;
    top: 55px;
    left: 0;
    border-radius: 4px;
    box-shadow: 0px 10px 20px rgba(45, 44, 66, 0.1);
    padding: 1.1rem;
    width: auto;
    border: solid 1px #b6bbbe;
}

.extended_filters_category .ffield label {
    white-space: nowrap;
}

.loader {
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.loader svg {
    width: 90px;
    height: auto;
    margin: auto;
    display: inline-block;
    margin-right: -45px;
}

.loader svg circle {
    fill: #e8388b;
}

.show_ac_results_categories .ac_result_item {
    width: 100% !important;
}

.search__form input {
    font-family: inherit;
    font-size: 32px;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.05em 0;
    color: #E63A8F;
    background: none;
    border: none;
    border-bottom: 2px solid;
    height: auto;
    border-radius: 0;
}

.search__form input:focus {
    border: none;
    border-bottom: 2px solid;
}

.search__form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    opacity: 0.3;
    color: #060919;
}

.search__form input::-moz-placeholder {
    opacity: 0.3;
    /* Mozilla Firefox 19+ */
    color: #060919;
}

.search__form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.3;
    color: #060919;
}

.search__form input::-webkit-search-cancel-button,
.search__form input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.search__form input::-ms-clear {
    display: none;
}

.search__info {
    font-size: 90%;
    font-weight: bold;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #d17c78;
}

.search__related {
    display: flex;
    width: 75%;
    pointer-events: none;
}

.search__suggestion {
    width: 33.33%;
    text-align: left;
}

.search__suggestion:nth-child(2) {
    margin: 0 3em;
}

.search__suggestion h3 {
    font-size: 1.35em;
    margin: 0;
}

.search__suggestion h3::before {
    content: '\21FE';
    display: inline-block;
    padding: 0 0.5em 0 0;
}

.search__suggestion p {
    font-size: 1.15em;
    line-height: 1.4;
    margin: 0.75em 0 0 0;
}

/************************/
/* Transitions 			*/
/************************/

.js .search-container {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
}

/* Border */
.search-container::before,
.search-container::after {
    transition: transform 0.5s;
}

.search-container::before {
    transform: translate3d(-15px, -15px, 0);
}

.search-container::after {
    transform: translate3d(15px, 15px, 0);
}

.search--open::before,
.search--open::after {
    transform: translate3d(0, 0, 0);
}

/* Close button */
.btn--search-close {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.search--open .btn--search-close {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* Search form with input and description */
.js .search__form {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.5s, transform 0.5s;
}

.js .search--open .search__form,
.js .search--open .search-title {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.search-title {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
    transition: opacity 0.5s, transform 0.5s;
}

.search--open .js .search--open .search-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Filters */
#no_products {
    width: 100%;
    float: left;
    padding: 120px 0;
    font-weight: 500;
    color: #ec368a;
    font-size: 20px;
}

.filterbox .toggle_filter_category {}

.filterbox .toggle_filter_category i {
    display: none;
}

.filterbox div.flabel span {
    padding: 0;
    margin: 0;
    display: inline;
    line-height: 30px;
}

.filterbox {
    margin: 40px 0;
    /*	max-width: 1580px;*/
    margin-bottom: 20px;
}

.filter-footer {
    float: left;
    width: 100%;
    /*	max-width: 1585px;*/
}

.filter-footer .clear_all_filters,
.filter-footer .results {
    width: 50%;
    float: left;
}

.clear_all_filters .text {
    font-weight: 500;
    text-align: right;
    letter-spacing: -0.4px;
    opacity: 0.4;
    width: 150px;
    display: block;
    float: right;
    font-size: 15px;
}

.clear_all_filters .text:hover {
    opacity: 1;
    color: #ff2318;
}

.clear_all_filters .text i {
    font-size: 18px;
}

.filterbox div.flabel,
.sort_by .flabel {
    color: #626a71;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    border: solid 1px #b7bcbf !important;
    margin: 0;
    position: relative;
    cursor: pointer;
    /*	background: #ffffff94;*/
    padding: 10px 20px !important;
    display: block;
    height: 50px;
    font-size: 15px !important;
    padding-right: 45px !important;
}

.filterbox div.flabel:hover,
.sort_by .flabel:hover,
.price_range_label:hover {
    background: white;
}

.filterbox div.flabel:after,
.sort_by .flabel:after {
    content: "\f107";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter.price_range .price_range_field,
.sort_by .ffield.sorting {
    position: absolute;
    top: 55px;
    right: 0;
    min-width: 100%;
    display: none;
}

.productboxwrap {}

.filter.price_range .price_range_field {
    width: 400px !important;
    border-radius: 4px;
    box-shadow: 0px 10px 20px rgba(45, 44, 66, 0.1);
    padding: 1.6rem;
    width: auto;
    border: solid 1px #b6bbbe;
    background: white;
    padding-bottom: 0;
}

.filterbox .filter.sort_by .form-check {
    display: block;
    width: 100%;
    text-align: left;
}

.filterbox .filter.sort_by .sorting {
    border-radius: 4px;
    box-shadow: 0px 10px 20px rgba(45, 44, 66, 0.1);
    padding: 1.3rem;
    width: auto;
    border: solid 1px #b6bbbe;
    background: white;
}

.irs-line {
    background: #c8cace !important;
    border: 1px solid #c8cace !important;
}

.irs-grid-text {
    display: none;
}

.irs-min,
.irs-max {
    background: rgba(0, 0, 0, 0) !important;
    color: #b7b7b7 !important;
    display: none !important;
}

.irs-from,
.irs-to,
.irs-single {
    padding: 5px !important;
    font-weight: 500 !important;
}

.irs-from::after,
.irs-to::after {
    /*	border-top: 5px solid #e63a8f;*/
}

.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single {
    /*	background-color: #e63a8f !important;*/
}

.extended_filters_category .ffield label,
.filterbox .filter.sort_by .sorting label {
    padding-left: 0;
    padding: 5px 10px;
    border-radius: 3px;
    padding-right: 30px;
    background: #f4f5f7;
    margin-bottom: 2px;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    color: #707477;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.extended_filters_category .ffield label:hover,
.filterbox .filter.sort_by .sorting label:hover {
    background: #e8eaef;
}

.filterbox [type="checkbox"]:not(:checked)+label:after,
.filterbox [type="checkbox"]:checked+label:after {
    content: "\f00d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: white;
    position: absolute;
    left: unset;
    top: 12px;
    right: 10px;
}


.filter.sort_by [type="radio"]:checked+label:after {
    content: "\f00d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: white;
    position: absolute;
    left: unset;
    top: 12px;
    right: 10px;
}






.filterbox [type="checkbox"]:not(:checked)+label:before,
.filterbox [type="checkbox"]:checked+label:before {
    display: none;
}

.extended_filters_category .ffield[style*="opacity: 0.5;"] {
    display: none;
    pointer-events: none;
}


.filterbox [type="radio"]:not(:checked),
.filterbox [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}

.filterbox [type="radio"]:checked+label {
    background: #e63a8f;
    box-shadow: 0px 10px 20px rgba(45, 44, 66, 0.1);
    color: white;
}

.filterbox [type="checkbox"]:checked+label,
.filterbox .filter.sort_by .sorting label.active {
    background: #e63a8f;
    box-shadow: 0px 10px 20px rgba(45, 44, 66, 0.1);
    color: white;
}

.view-all-search {
    display: inline-block;
    border: solid 2px var(--clr-scd);
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: 500;
    color: var(--clr-scd);
    width: auto;
    margin: auto;
    margin-bottom: 80px;
    font-size: 15px;
}

.view-all-search i {
    font-size: 23px;
    position: relative;
    line-height: 10px;
    top: 2px;
    right: -8px;
}

.view-all-search:hover,
.view-all-search:focus {
    background: var(--clr-scd);
    color: white;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%
}

.icon-scroll {
    z-index: 900;
    width: 25px;
    height: 35px;
    border: 3px solid #dfe5e8;
    border-radius: 25px;
    position: absolute;
    right: 15px;
    bottom: 18px;
    left: unset;
}

@media (max-width: 767px) {
    .icon-scroll {
        position: relative
    }
}

.icon-scroll:before {
    content: '';
    width: 4px;
    height: 8px;
    background: #c7cfd4;
    margin-left: -2px;
    top: 2px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}

@keyframes scroll {
    0% {
        opacity: 0;
        transform: translateY(26px);
    }

    100% {
        opacity: 0.9;

    }
}

.cloudzoom-zoom {
    box-shadow: 1px 1px 20px #dbe0e3;
    border-radius: 6px;
}

.cloudzoom-lens {
    border-radius: 6px;
    border: solid 1px #e63a8f94;
}

.cloudzoom-lens {

    cursor: pointer;
}

.cloudzoom-blank div {
    background-color: rgb(255, 255, 255) !important;
    opacity: 0.85 !important;
}

.cloudzoom-blank div.cloudzoom-lens {
    background-color: none;
    opacity: 1 !important;
}

/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 100px;
    z-index: 800;
    background: white;
}

.overlay .overlay-title {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.overlay .overlay-title h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #E63A8F;
    letter-spacing: -0.5px;
    position: relative;
    /*	padding-bottom: 20px;*/
    margin-bottom: 5px;
}

.overlay .overlay-title h3:after {
    /*
	width:150px;
	margin:auto;
	height: 3px;
	position: absolute;
	display: inline-block;
	background:#353E43;
	content:"";
	bottom:0;;
	left: 50%;
  	transform: translateX(-50%);
*/
}

.overlay .overlay-title p {
    color: #353E43;
    font-style: normal;
    padding-top: 10px;
    font-size: 17px;
    line-height: 30px;

}

/* Overlay closing cross */
.overlay .overlay-close {
    position: absolute;
    right: 25px;
    top: 90px;
    border: none;
    font-size: 40px;
    color: #e9378d;
    outline: none;
    z-index: 100;
    background: transparent;
    z-index: 900;
    cursor: pointer;
}

.overlay .overlay-close i {

    font-size: 30px;
    color: #e9378d;

}

/* Menu style */
.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.overlay ul li a {
    font-size: 54px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #e3fcb1;
}

/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
    background: #f6f8f7;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}


@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }

    .overlay ul li {
        min-height: 34px;
    }
}



.content.faqs {
    margin-bottom: 60px;
    float: left;
}

.content.faqs .title {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
    color: #e8348b;
}

.content.faqs .description {
    border-radius: 4px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.content.faqs .description p {
    background: #f4f5f7;
    padding: 15px 20px;
    width: auto;
    display: inline;
    float: left;
    border-radius: 10px;
    box-shadow: 1px 2px 10px #63636330;
    border: solid 1px #f1ebeb;
    position: relative;
}

.content.faqs .description p:before {
    position: absolute;
    content: "";
    top: -15px;
    lefT: 4px;
    width: 0px;
    height: 0px;
    border-left: 15px solid #0000;
    border-right: 15px solid #0000;
    border-bottom: 15px solid #eff1f7;
}

.content.faqs .separator {}

.fancybox-container--ready .fancybox-bg {
    opacity: 1 !important;
}

.manufacturers_slider {
    display: none;
}

.manufacturers_slider.slick-initialized {
    display: block;
}

.bcont.pro_listing .productboxwrap {
    margin-bottom: 50px;
}

.not-found-form .description {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.not-found-form .bcont {
    overflow: auto;
    height: 100vh;
    padding-bottom: 170px;
}



@media only screen and (max-height: 800px) {

    .category-hero {
        min-height: 190px;
    }

    .section-main-categories .col-1 .home-category-box {
        min-height: 460px;
    }

    .section-main-categories .col-2 .home-category-box:first-child {
        min-height: 202px;
    }

    .section-main-categories .col-3 .home-category-box:last-child {
        min-height: 212px;
    }

    .section-main-categories .home-category-box .inner {
        padding: 20px;
    }

    .section-main-categories .home-category-box .inner .btn {}
}

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

    .newsletter-section .newsletter-form.flex-aligner {
        justify-content: unset;
        /*		margin-right: 0;*/
    }
}

@media only screen and (max-width: 1360px) {
    .main-menu-container.product-enq-form-container .inner {
        max-width: 70%
    }
}

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

    .dynamic_filters,
    .last-filters,
    .extended_filters_category,
    .filterbox div.flabel,
    .filterbox .filter.price_range,
    .filter.basic.sort_by,
    .filterbox div.ffield {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        display: block;
        float: left;
    }

    .extended_filter_field_container,
    .filter.price_range .price_range_field,
    .sort_by .ffield.sorting,
    .filterbox .filter.sort_by .sorting {
        position: relative;
        top: 0;
    }

    .extended_filters_category .flabel i.state_1_sign {
        display: none !important;
    }

    .filterbox .filter.sort_by .sorting {
        border-top: none;
        border: none;
        border-radius: 0;
    }

    .productboxwrap li.productbox {
        width: 32.33%;
    }

    header.main a {
        padding: 0 10px;
    }

    .section-second-lease {
        background: #353e43;
        background-image: none !important;
    }

    /*
	.section-second-lease .left,
	.section-second-lease .right,
	.section-second-lease .left .col-md-6,
	.section-second-lease .right .col-md-12
	{
		width:100%;
		max-width: 100%;
	}
*/
    .section-second-lease .bcont {
        /*		flex-direction: column;*/
        padding: 0;
    }

    .section-second-lease .left .col-md-6 {
        width: 100%;
    }

    .section-second-lease .left .flex-aligner {
        flex-direction: column;
    }

    .section-second-lease .left h3 {
        color: var(--clr-scd);

    }

    .section-second-lease .left h3 br,
    .section-second-lease .left p br,
    .section-second-lease .right p br {
        display: none;
    }

    .section-second-lease .left p,
    .section-second-lease .right p {
        color: white;
        width: 90%;
    }

    .section-second-lease .left .lease-desktop-btn {
        display: none;
    }

    .section-second-lease .left .lease-mobile-btn {
        display: inline-block;
    }

    .newsletter-section {}

    .newsletter-section .col-md-6 {
        width: 100%;
        /*		text-align: center;*/
    }

    .newsletter-section .col-md-6:first-child {
        margin-bottom: 20px;
    }

    .newsletter-section .newsletter-form.flex-aligner {
        justify-content: center;
    }

    #return-to-top {
        display: none !important;
    }

    .filterbox div.flabel,
    .flabel.price_range_label,
    .filter.sort_by .flabel {
        pointer-events: none;
    }

    .filter.price_range .price_range_field,
    .ffield.sorting {
        display: block !important;
    }

    .filter.price_range .price_range_field {
        border: none;
    }

    .filterbox [type="checkbox"]:checked+label,
    .filterbox .filter.sort_by .sorting label.active {
        box-shadow: none;
    }

    i.close_filters {
        margin-top: 40px;
    }

    i.close_filters:before {
        position: absolute;
        right: 3%;
        color: #ec388e;
        cursor: pointer;
    }

    i.close_filters span {
        font-weight: 500;
        font-size: 25px;
        color: #353E43;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
        font-family: 'Ubuntu', sans-serif;
        text-align: left;
    }

    i.close_filters span:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 25px;
        background: #eb3689;
        border-radius: 2px;
        position: relative;
        top: 4px;
        margin-right: 5px;
    }

    .main-menu-container.product-enq-form-container .inner {
        max-width: 90%
    }

    form#contact_us .content {
        width: 100%;
    }

}

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

    .section-main-categories .col-1,
    .section-main-categories .col-2,
    .section-main-categories .col-3 {
        width: 100%;
        margin: 0;
        flex-direction: row;
        margin-bottom: 1%;
    }

    .section-main-categories .col-2 .home-category-box:first-child,
    .section-main-categories .col-3 .home-category-box:first-child {
        margin: 0;
        margin-right: 1%;
    }

    .section-main-categories .wrapper {
        flex-direction: column
    }

    .section-main-categories .col-1 .home-category-box,
    .section-main-categories .col-2 .home-category-box,
    .section-main-categories .col-3 .home-category-box {
        height: 200px;
        min-height: 200px !important;
    }

    .section-main-categories .home-category-box .inner:after {
        bottom: -290%;
    }

    .section-second-lease .bcont {
        flex-direction: column;
        text-align: center;
    }

    .section-second-lease .left h3,
    .section-second-lease .right h3 {
        justify-content: center;
    }

    .section-second-lease .left .lease-mobile-btn {
        margin: auto;
        margin-top: 10px;
    }

    .section-second-lease .left p,
    .section-second-lease .right p {
        width: 100%;
    }

    .section-second-lease .col-md-6.left {
        margin-bottom: 40px;
    }

    .categorybox {
        width: 31.33%;
    }

    .main-menu-container.product-enq-form-container .inner {
        max-width: 100%
    }

    .productinfo .middle_container .left_section,
    .productinfo .middle_container .right_section {
        width: 100%;
    }

    .productinfo .social {
        padding-left: 0;
    }

    .icon-scroll,
    .productinfo .productphotogallery .image:after {
        display: none;
    }

    .productinfo .middle_container .right_section {
        margin-top: 40px;
    }

    .productinfo .manufacturer {
        position: absolute;
        left: 0;

        width: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .productinfo .manufacturer img {
        margin: 0;
        max-height: 50px;
    }

    .productinfo .product_title {
        padding-left: 100px;
    }

    .productinfo .product_title h2,
    .form-container .product_title h2 {
        font-size: 25px;
        line-height: 27px;
    }

    .productinfo .product_title_section {
        position: relative;
    }

    .manufacturers_slider .slick-slide {}

    .manufacturers_slider .slick-slide img {
        max-width: 100px;
    }

    .productinfo .productphotogallery .image {
        height: auto;
    }

    .product_title.mobile {
        display: block;
        padding-left: 0;
        margin-bottom: 35px;
    }

    .show_ac_results_products .ac_result_item {
        width: 31%;
    }

    .main-menu-container .first-level ul li i {
        background: #ec3689;
        padding: 10px;
        border-radius: 50%;
        height: 10px;
        color: #fff;
        width: 10px;
    }

    .main-menu-container .first-level ul li i:before {
        /*		    content: "\f067";*/
        position: relative;
        top: -5px;
        left: -5px;
    }

    .has-children.active i {
        transform: rotate(90deg) !important;
        top: 25px !important;
    }

    .productphotogallery .box a img {
        width: 100%;
    }

    .tabs_container .tab_content .embed-container {
        width: 100% !important;
    }
}

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

    .productboxwrap li.productbox {
        width: 49%;
    }

    .half-container .col {
        width: 100%;
    }

    .half-container.contact-container .col:last-child {
        display: none;
    }

    .acresults .bcont,
    .acresults .container {
        padding: 0;
    }

    .fancybox-caption {
        line-height: 23px !important;
    }
}

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

    .newsletter-section .newsletter-form .invalid-feedback {
        width: 100%;
        text-align: center;
    }

    .categorybox {
        width: 48%;
    }

    .newsletter-section .newsletter-form input {
        min-width: 63%;
    }

    .section-main-categories .home-category-box .inner .title {
        font-size: 17px;
    }

    .show_ac_results_products .ac_result_item {
        width: 47%;
    }

    .search-title {
        top: 30px;
    }

    .search-container.inner {
        top: 0;
        backround: white;
    }

    .form-container .first-col,
    .form-container .second-col {
        width: 100%;
        float: left;
    }

    .section-contact-us input[type=submit] {
        font-size: 14px;
        min-width: 100%;
    }

    .acresults {
        top: 0 !important;
    }

    .search-title p {
        padding: 0 15px;
        font-size: 15px;
        margin-bottom: 20px;
        display: none;
    }

    .search-title h3 {
        display: none;
    }

    .search__form input,
    .search__form select {
        font-size: 25px;
    }

    .btn,
    a,
    input {
        transition: none !important;
    }

    .view-all-search {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .section-contact-us.not-found-form .form-container {
        padding: 0;
    }

    .overlay .overlay-close {
        right: 12px;
        top: 80px;
    }

    .section-contact-us input,
    .section-contact-us textarea {
        font-size: 16px;
    }

    .newsletter-section .newsletter-form input {
        font-size: 16px;
        padding: 13px 15px;
    }
}

@media only screen and (max-width: 480px) {
    .productboxwrap li.productbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .categorybox {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .footer-info-cont .col-sm-12 {}

    .productboxwrap.cd-items.cd-container {
        margin-top: 20px !important;
    }

    .search-container.inner {
        padding-left: 65px;
        padding-right: 20px !important;
        max-width: 100% !important;
        box-sizing: border-box;
        height: 100px !important;
        display: block;
    }

    .search-container.inner .search {
        margin: 0;
        margin-top: 30px;
    }

    .fixed-search .search-container.inner {
        height: 80px !important;
    }

    .search-container.fixed-search .search {
        margin: 0 auto;
        padding: 20px 0;
    }

    .section-contact-us .g-recaptcha {
        /*		margin-left: -15px;*/
    }
}

.productinfo .short-desc li {
    margin: 0 20px;
    list-style: disc;
}

.productbox .title a {
    color: #353E43;
}

.productbox .title a:visited {
    color: #353E43;
}

.productbox:hover .title a {
    color: white;
    text-decoration: underline;
}

.productbox:hover .title a:visited {
    color: white;
    text-decoration: underline;
}

/*Product info tags*/
.product-tags {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 5px 0;
}

@media only screen and (max-width:768px) {
    .product-tags.product-page-tags {
        display: flex;
        flex-direction: column;
    }

    .product-tags.product-page-tags>*:not(:first-child) {
        margin-top: 10px;
    }
}

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

    .product-tags.product-page-tags {
        left: 10px;
        right: unset;
    }

    .product-tags.product-page-tags .product-tag {
        font-size: 11px;
        padding: 4px 8px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1445px) {
    .section-main-categories .wrapper.accordion .home-category-box .inner:before {
        right: 6px;
        font-size: 18px;
        top: 19px;
    }

    .section-main-categories .wrapper.accordion .home-category-box .inner .title {
        font-size: 16px;
    }

    .section-main-categories .home-category-box .inner {
        padding-left: 13px !important;
    }
}

.product-tag {
    display: inline-block;
    border-radius: 4px;
    letter-spacing: 0.3px;
    color: var(--clr-scd);
    border: solid 1px var(--clr-scd);
    padding: 5px 10px;
    font-size: 13px;
    background: white;
    margin-right: 5px;
}

/*Legal page*/
.legal .description ul,
.legal .description li {
    list-style: none;
}

.legal .description li:not(:last-child) {
    margin-bottom: 10px;
}

.legal .description li>a,
.legal .description li>span {
    color: rgb(113, 117, 118) !important;
    font-weight: 500;
    font-size: 21px;
    transition: all 0.1s ease-in-out;
}

.legal .description li>span {
    cursor: default;
}

.legal .description li>a:hover,
.legal .description li>span:hover {
    color: var(--clr-scd) !important;
}

.legal .description li>ul {
    padding-bottom: 0 !important;
}

.glossary-letters-wrapper {
    margin-top: -5px;
    margin-bottom: -5px;
}

.glossary-letters {
    padding-top: 5px;
    padding-bottom: 5px;
}

.glossary-letters a:not(.active) {
    color: #000;
}


.blog .row {
    display: flex;
    margin: 0 -15px;
    min-width: 100%;
    flex-wrap: wrap;
}

@media screen and (min-width:992px) {
    .blog .row .col-md-9 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .blog .row .blog-pagination {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

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

    .blog .row .col-md-9,
    .blog .row .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog .row .col-md-3.blog-pagination {
        order: -1;
        margin-bottom: 25px;
    }

    .blog .row .col-md-9.blog-articles {
        order: 1;
    }
}



.blog .boxcontainer {
    background: #f7f7f9;
    border-radius: 8px;
    padding: 25px;
    height: auto;
    width: 100%;
    height: fit-content;
}

.blog .boxcontainer .heading {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: solid 2px #eb3689;
    padding-bottom: 10px;
}

.blog .boxcontainer .categoryboxcontainer a.active {
    font-weight: 600;
}

.blog .boxcontainer .categoryboxcontainer:last-child a {
    margin-bottom: 0;
}

.blog .boxcontainer .categoryboxcontainer a {
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    line-height: 17px;
    color: #292929;
}

.blog .boxcontainer .categoryboxcontainer a.active:before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f30b";
    display: inline-block;
    margin-right: 5px;
    font-size: 19px;
    position: relative;
    top: 3px;
    color: #eb3689;
}

.blog .article {
    transition: all 0.3s ease;
}

.blog .article:hover .article__title {
    color: #eb3689;
}

.blog .article__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #292929;
    transition: all 0.3s ease;
}

.glossary .article__title {
    margin: 8px 0;
}

.blog .article__date {
    font-size: 14px;
    color: gray;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.blog .article__date i {
    font-size: 22px;
}

.article__date {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article__date i {
    font-size: 24px;
    margin-right: 7px;
}

.blog .article__description {
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    opacity: 1;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
}

.article .description a {
    color: #eb3689;
}

.blog .article_wrapper {
    padding: 0 15px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 40px;
}

.glossary a.active {
    font-weight: 700;
    color: #eb3689;
}

.glossary .disabled-glossary-link {
    opacity: 0.3;
    cursor: default;
}

.glossary .glossary-row {
    width: 100%;
    margin-top: 40px;
}

.glossary .article_wrapper {
    flex: 0 0 25%;
    max-width: 25%;
}

.blog .article__img {
    margin: 8px 0px;
    border-radius: 3px;
    overflow: hidden;
}

.blog .article__img img {
    display: block;
    width: 100%;
    height: 236px;
    object-fit: cover;
}

.blog .article_wrapper>.article {
    max-width: 315px;
    display: block;
}

.blog .blog-desc {
    max-width: 80%;
    margin-bottom: 50px;
}

.blog .blog-desc>span,
.blog .blog-desc>strong {
    font-size: 16px !important;
}


@media screen and (max-width:1200px) {
    .blog .article_wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .blog .article_wrapper>.article {
        max-width: 100%;
    }
}

@media screen and (max-width:768px) {
    .blog .article_wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog .article_wrapper>.article {
        max-width: 100%;
    }

    .blog .blog-desc {
        max-width: 100%;
    }
}

.article .article-container {
    text-align: center;
    max-width: 1000px;
    margin-inline: auto;

}

.article .description img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.article .mainimage {
    margin: 10px 0;
}

.article .description {
    line-height: 1.5;

}

.article-carousel-img {
    margin-inline: auto;
    max-width: 800px;
    max-height: 642px;
    overflow: hidden;
}

.article-carousel-img .slick-arrow::before {
    color: #fff !important;
}

.article-carousel-img .slick-prev {
    left: 0 !important;
}

.article-carousel-img .slick-next {
    right: 0 !important;
}

.article-carousel-img img {
    max-width: 100%;
    height: auto !important;
}

.view-all-search--articles {
    display: inline-block;
    border: solid 2px var(--clr-scd);
    padding: 12px 25px;
    border-radius: 4px;
    font-weight: 500;
    color: var(--clr-scd);
    width: auto;
    margin: auto;
    margin-bottom: 80px;
    font-size: 15px;
    margin-top: 20px;
}

.view-all-search--articles i {
    font-size: 23px;
    position: relative;
    line-height: 10px;
    top: 2px;
    right: -8px;
}

.view-all-search--articles:hover,
.view-all-search--articles:focus {
    background: var(--clr-scd);
    color: white;
}

.glossary-item-bottom-btns-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}

.glossary-item-bottom-btns-wrapper .view-all-search--articles {
    margin: 0;
}

.pagination-articles {
    display: flex;
    align-items: center;
    color: #e63a8f;
    padding: 10px 20px 10px 10px;
    border-radius: 8px;
    box-shadow: rgb(100 100 111 / 15%) 0px 7px 29px 0px;
    max-width: 157px;
    transition: all 0.3s ease;
}

.pagination-articles:hover,
.pagination-articles:focus {
    background: #e63a8f;
    color: #fff;
}


.pagination-articles div {
    display: flex;
    flex-direction: column;
}

.pagination-articles div span:first-child {
    font-weight: 500;
    margin-bottom: 3px;
}

.pagination-articles div span:nth-child(2) {
    font-size: 13px;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    line-clamp: 1;
    height: 16px;
    overflow: hidden;
}

.pagination-articles i {
    font-size: 23px;
}

.pagination-articles.pagination-articles--right-icon {
    text-align: right;
    padding: 10px 10px 10px 20px;
    margin-left: auto;
}

.pagination-articles:not(.pagination-articles--right-icon) {
    margin-right: auto;
}

.pagination-articles.pagination-articles--right-icon i {
    margin-left: 10px;
}

.pagination-articles:not(.pagination-articles--right-icon) i {
    margin-right: 10px;
}

.pdf-files {
    margin-top: 20px;
}

.article-container .main-article {
    margin-bottom: 15px;
}

@media screen and (max-width:576px) {
    .pagination-articles.pagination-articles--right-icon {
        padding: 10px 10px 10px 15px;
    }

    .pagination-articles.pagination-articles--right-icon i {
        margin-left: 5px;
    }

    .pagination-articles {
        padding: 10px 15px 10px 10px;
    }

    .pagination-articles:not(.pagination-articles--right-icon) i {
        margin-right: 5px;
    }

    .glossary-item-bottom-btns-wrapper .pagination-articles--left-icon {
        order: -1;
    }

    .glossary-item-bottom-btns-wrapper .pagination-articles--right-icon {
        order: 0;
    }

    .glossary-item-bottom-btns-wrapper .view-all-search--articles {
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
        order: 10;
        margin-top: 30px;
    }
}