/*GENERAL*/

a {
    transition: 0.3s !important;
    text-decoration: none !important;
}

.fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.main-content .container,
.standard-body .main-content .container {
    padding-bottom: 0px;
}

/*TOP BAR*/

#top-bar .welcome-text,
#top-bar-right a {
    letter-spacing: 0.8px;
}

#top #header-right .search_form {
    max-width: 342px;
    height: 40px;
}

#top #header-right .mobile-hidden {
    display: inline-block;
}

#top #cart_block .cart-heading span {
    vertical-align: bottom;
    padding-left: 6px;
    font-weight: normal;
    line-height: 18px;
}

#top #cart_block .cart-heading img {
    vertical-align: middle;
    max-height: 19px;
}

#top #cart_block {
    margin: 0 0 0 28px;
}

#top .megamenu {
    background: none;
}

#top .megamenu li {
    margin-right: 50px;
}

ul.megamenu > li > .sub-menu {
    left: 50%;
    right: 50% !important;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw !important;
}

ul.megamenu > li > .sub-menu > .content > .row {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px 70px !important;
}

ul.megamenu > li > .sub-menu > .content {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: none;
}

ul.megamenu li .product {
    padding: 0px;
}

/*HOMEPAGE*/
.under-banner-category .col-sm-4 {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
}

.under-banner-category .row {
    margin-right: 0px;
    margin-left: 0px;
}

.under-banner-category img {
    width: 100%;
}

.under-banner-category .content-parent {
    position: relative;
    transition: 0.3s;
}

.under-banner-category .text-detail .text,
.under-banner-category .text-detail .middle-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.under-banner-category .text-detail .text {
    font-size: 50px;
    color: #ededed;
    font-family: Oswald;
    text-align: center;
    font-weight: 600;
    letter-spacing: 5.1px;
    line-height: 1.2;
}

.under-banner-category .text-detail .middle-text {
    font-size: 37px;
    text-align: center;
    font-family: Oswald;
    color: #ededed;
    font-weight: 300;
    letter-spacing: 3.8px;
    line-height: 1.2;
}

.under-banner-category .text-detail .middle-text span {
    font-size: 100px;
    font-weight: 600;
    letter-spacing: 11.3px;
}

.under-banner-category .text-detail p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.under-banner-category .text-detail a {
    font-size: 25px;
    color: #ededed;
    border: 4px solid #ededed;
    border-radius: 2px;
    padding: 5px 10px;

}

.custom-slider .box-heading {
    font-size: 30px !important;
    letter-spacing: 3px;
    background: none !important;
    margin-bottom: 0px !important;
}

.product .right .name a {
    color: #4a4a4a;
    text-transform: capitalize;
}

.shop-by-category {
    margin-top: 40px;
    margin-bottom: 40px;
}

.shop-by-category .header {
    font-size: 30px;
    font-family: Oswald;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.shop-by-category .content-parent {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.shop-by-category .content-parent img {
    transition: 0.3s;
}

.shop-by-category .content-parent .text-detail a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid;
    font-size: 30px;
    font-weight: 600;
}

.raya-banner img {
    width: 100%;
}

.trending {
    padding-top: 50px;
}

.trending > .header {
    font-size: 30px;
    font-family: Oswald;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.trend-parent {
    position: relative;
}

.trend-child {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding-left: 10px;
    width: 100%
}

.trend-child > .header {
    font-size: 30px;
    letter-spacing: 3.4px;
    font-weight: bold;
    margin-bottom: 0px;
}

.trend-child p:last-child {
    font-size: 25px;
    letter-spacing: 0.3px;
    line-height: 1;
}

.trending .col-sm-6:last-child .trend-parent:first-child {
    margin-bottom: 23px;
}

.img-gallery {
    padding-top: 50px;
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 50px;
}

.img-gallery a {
    font-family: Oswald;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
}

.img-gallery p {
    font-size: 20px;
    letter-spacing: 2.4px;
}

.gallery .button {
    background: none;
    color: #000 !important;
    border: 8px solid #000;
    border-radius: 8px;
    margin-top: 20px;
}

.gallery .prev-button,
.gallery .next-button {
    background: #000 !important;
}

.gallery .prev-button:hover,
.gallery .next-button:hover {
    background: #000 !important;
}

.gallery {
    position: relative;
}

.gallery .next-button {
    position: absolute;
    top: 55%;
    right: 0;
    z-index: 2;
    border-radius: 50%;
}

.gallery .prev-button {
    position: absolute;
    left: 0;
    top: 55%;
    z-index: 2;
    border-radius: 50%;
}

.custom-subscribe #ne_subscribe1 {
    background-image: url(/templates/aaribah/image/data/theme/home/newsletter-bg_070119145602.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;

}

.custom-subscribe .box-heading {
    display: none;
}

.custom-sub-header {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    color: #fff;
    max-width: 760px;
    margin: 0 auto;
    line-height: 1.38;
    padding-bottom: 30px
}

#ne_subscribe1 br {
    display: none;
}

#ne_subscribe1 label {
    display: inline-block;
}

#ne_subscribe1 label input {
    min-width: 600px;
    height: 49px;
    background: #fff;
    border: 3px solid #080604;

}

#ne_subscribe1 .button {
    margin-left: -5px;
    padding: 8px 19px 11px;
}

#ne_subscribe1 .button span {
    letter-spacing: 0.6px;
}

.bottom-contact {
    padding-top: 50px
}

.bottom-contact .heading-title p {
    font-family: Oswald;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2.4px;
    margin-bottom: 30px;
}

.bottom-contact .title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #000;
    margin-bottom: 20px;
}

.bottom-contact p {
    color: #000;
    text-align: justify;
    margin-bottom: 20px;
}

.bottom-contact li {
    margin-bottom: 30px;
    padding-left: 30px;
    color: #000;
}

.bottom-contact li a {
    color: #000 !important
}

.bottom-contact .fa-li {
    background: #8f8f8f;
    width: 40px;
    height: 40px;
    padding-top: 5px;
    margin-top: -10px
}

.bottom-contact em:before {
    font-size: 25px;
    color: #fff;
    display: flex;
}

/*CATEGORY PAGE*/

.product-category #main {
    display: flex;
    flex-direction: column;
}

.product-category header {
    order: 1;
}

.product-category .breadcrumb {
    order: 2;
}

.product-category .category-top-desc {
    order: 3
}

.product-category .main-content {
    order: 4
}

.product-category .custom-footer {
    order: 5;
}

.product-category .custom-footer .background {
    background: none !important;
}

.product-category .footer {
    order: 6;
}

.product-category .copyright {
    order: 7;
}

body[class*="product-"] .breadcrumb h2,
body[class*="information-"] .breadcrumb h2,
body[class*="blog-"] .breadcrumb h2,
body[class*="checkout-"] .breadcrumb h2,
body[class*="account-"] .breadcrumb h2 {
    display: none;
}

body[class*="product-"] .breadcrumb ul,
body[class*="information-"] .breadcrumb ul,
body[class*="blog-"] .breadcrumb ul,
body[class*="checkout-"] .breadcrumb ul,
body[class*="account-"] .breadcrumb ul {
    text-align: left;
}

.category-top-desc {
    margin-bottom: 10px;
}

.category-top-desc .container {
    padding: 0px 50px;
}

.category-top-desc .item {
    background: #fff;
    padding: 50px;
    text-align: center;
}

.category-top-desc .header {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
}

.product-category .main-content .container > .row {
    background: #fff;
    margin: 0px;
}

.product-category .main-content .category-info {
    display: none;
}

.custom-category {
    padding: 5px 10px;
}

.custom-category .box-heading {
    font-weight: 600;
    background: none;
    padding: 5px 5px !important;
    font-family: Lato !important;
}

.custom-category .accordion {
    padding: 0px !important;
}

.custom-category .accordion .panel .panel-collapse li a {
    color: #202020;
    font-weight: 400;
}

.custom-category .accordion .panel {
    margin-top: 5px;
}

.custom-category .accordion .panel .panel-collapse ul:before {
    background: none;
}

.custom-category .accordion .panel .plus, .custom-category .accordion .panel .minus {
    display: none !important;
}

.custom-category .accordion .panel > a {
    text-transform: capitalize;
    display: block;
}

.custom-category  .accordion>.panel>a.active {
    background: #b09b9a;
    padding-left: 20px;
    padding-bottom: 5px;
    color: #000;
}



.custom-category .box-content.collapse {
    padding: 15px 5px !important;
}

.mfilter-box .box-heading {
    font-family: Lato !important;
    background: none !important;
    margin-bottom: 10px;
    padding: 0px 5px;

}

.mfilter-heading-text .small {
    font-size: 14px !important;
}

.mfilter-box i.mfilter-head-icon {
    background: #000;
    color: #fff;
    border-radius: 10px;
}

.mfilter-col-count .mfilter-counter {
    background: #000;
    color: #fff;
}

.mfilter-counter:after {
    border-right-color: #000 !important;
}

.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input {
    background: #000 !important;
    border-color: #000 !important;
}

.mfilter-button-bottom i {
    color: #dc0d0d;
}

.product-filter {
    border: 1px solid #aaaaaa;
    padding: 10px;
    position: relative;
}

.product-filter .product-compare {
    display: none;
}

.product-filter .list-options {
    float: left;
}

.product-filter .list-options select {
    background: #fff;
}

.pagination {
    background: none !important;
    display: block !important;
    overflow: inherit !important;
    padding-top: 0px !important;
}

.pagination:last-of-type {
    display: none !important;
}

.pagination .results {
    text-align: left !important;
    float: none !important;
}

.pagination .links {
    float: right !important;
    position: absolute;
    bottom: -70px;
    right: 30px;
    z-index: 3;
}

.pagination .links a,
.pagination .links span {
    border: none !important;
}

.pagination .links .active {
    color: #000;
}

.cat-side-banner {
    margin-top: 50px;
    margin-bottom: 100px;
}

.product .product-color-options span{
    border: none !important;
    margin: 0px 1px;
}

/*PRODUCT PAGE*/

.product-name {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.6px;
}

.product .left .product-actions a {
    border: 2px solid;
    border-radius: 2px;
}

.product-info .cart,
.product-info .description,
.product-info .options,
.product-info .price {
    background: none !important;
}

.product-center .description {
    padding-bottom: 0px;
}

.product-center .price {
    padding-top: 0px;
    border-bottom: 1px solid #101010;
    margin-bottom: 20px;
}

.product-center .options h2 {
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.product-center .options .required {
    display: none;
}

.product-center .rating {
    border-bottom: 1px solid #101010;
    padding-bottom: 30px !important;
}

.options .color-option {
    border: none !important;
}

.options .color-active {
    border: 5px solid #100d0d !important;
}


.product-center .options,
.product-center .add-to-cart {
    max-width: 400px;
}

.product-center .options select {
    width: 100%;
}

.product-center .add-to-cart .button {
    float: right;
    font-size: 14.5px !important;
    padding: 5px 19px 9px;
    height: 36px !important;
    width: 60%;
    border: 2px solid #b09b9a;
    border-radius: 2px;
}

.product-center .links {
    border-top: 1px solid #101010;
    margin-top: 30px;
}

.product-center .panel-body {
    max-height: 300px;
    overflow-y: scroll;
    border-top: none !important;
    padding: 10px 0px !important;
}

.product-center .panel-group .panel-title {
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.product-center .panel-group .panel-title a {
    display: block;
    padding-right: 20px;
}

.product-center .panel-group .panel-title a.collapsed:after {
    font-family: "Font Awesome 5 Free", FontAwesome;
    content: "\f054";
    font-size: 16px;
    float: right;
}

.product-center .panel-group .panel-title a:after {
    font-family: "Font Awesome 5 Free", FontAwesome;
    content: "\f078";
    font-size: 16px;
    float: right;
}

.product-center .panel {
    border-bottom: 1px solid #101010;
    border-radius: 0px;
    padding-top: 20px !important;
}

#tabs,
.tab-content {
    display: none !important;
}

.custom-slider {
    margin-bottom: 50px;
    margin-top: 50px;
}

.thumbnails-bottom ul {
    margin: 0px !important;
    display: flex;
    justify-content: space-evenly;
}

.thumbnails-bottom p {
    padding: 0px !important;
}

.thumbnails-bottom img {
    border: 3px solid;
    border-radius: 2px;
}

/*INFORMATION PAGE*/

.information-information .center-column {
    padding-top: 10px;
}

.about-us-banner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.about-us-banner img {
    width: 100%;
}

.about-us-box {
    max-width: 672px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.about-us-box .how-start {
    padding: 100px 0px;
}

.about-us-box .how-start .header {
    font-size: 36px;
    font-family: Oswald;
    letter-spacing: 3.7px;
    font-weight: bold;
}

.about-us-box .how-start .title {
    font-size: 24px;
    letter-spacing: 0.6px;
    font-weight: bold;
}

.about-us-box .founder {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #989389;
    padding: 50px;
    text-align: center;
}

.about-us-box .founder .desc {
    margin: 40px;
    font-size: 21px;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #fff;
}

.about-us-box .founder .info {
    color: #fff
}

.about-us-box .founder .info p:first-child {
    font-size: 21px;
    letter-spacing: 0.5px;
    font-style: italic;
}

.about-us-box .founder .info p:last-child {
    font-size: 19px;
    letter-spacing: 0.5px;
}

.about-us-box .event {
    padding: 50px 0px;
}

.about-us-box .event p {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin-bottom: 30px;
}

.about-us-box .event .row:first-of-type {
    margin-bottom: 40px;
}

.about-us-box .how-start p {
    margin-bottom: 30px;
}

.about-us-box .founder > .container {
    max-width: 672px !important;
}

.about-us-box .event img {
    width: 100%;
    height: 174px;
    object-fit: contain;
}

/*FOOTER*/

.copyright p {
    display: inline-block;
}

.copyright ul {
    display: none;
}

.copyright p:last-child {
    margin-left: 10px;
}

.footer a:hover {
    color: #9f1b25 !important;
}


/*EFFECT*/
@media (min-width: 960px) {

    .under-banner-category .col-sm-4:hover .content-parent {
        transform: scale(1.1);
    }

    .text-slider-2 a:hover {
        background: #9f1b25;
        border-color: #9f1b25;
    }

    .under-banner-category .text-detail a:hover {
        background: #9f1b25;
        border-color: #9f1b25;
    }

    .shop-by-category .content-parent:hover img {
        transform: scale(1.2);
    }

    .custom-category .accordion .panel > a:hover {
        background: #b09b9a;
        padding-left: 20px;
        padding-bottom: 5px;
        color: #000;
    }

}


@media (max-width: 960px) {
    #header-left .background-megamenu span {
        height: 2px;
        margin-top: 3px;
        width: 20px;
        background: #fff;
    }

    .background-megamenu {
        background: #000 !important
    }

    .megamenuToogle-pattern > .container {
        background: #000;
    }

    #header-left .fa-search,
    #header-right .fa-user {
        color: #fff;
    }

    .under-banner-category .text-detail .text {
        font-size: 25px;
    }

    .under-banner-category .text-detail .middle-text span {
        font-size: 25px;
    }

    .under-banner-category .text-detail .middle-text {
        font-size: 25px;
    }

    .under-banner-category .text-detail a {
        font-size: 18px;
        border: 3px solid #ededed;
    }

    .trend-child > .header {
        font-size: 20px;
        letter-spacing: 1.4px;
    }

    .trend-child p:last-child {
        font-size: 18px;
    }

    .category-top-desc .container {
        padding: 0px 20px;
    }

    .product-center .add-to-cart .button {
        width: 50%;
    }

    .footer h4:after {
        color: #f8eee7;
    }

    .footer h4 {
        cursor: pointer;
    }


}

@media (max-width: 767px) {

    #ne_subscribe1 label input {
        min-width: 100%;
    }

    #top #cart_block .cart-heading span {
        padding-left: 0px;
        line-height: 24px;
    }

    #top #cart_block .cart-heading img {
        max-height: 24px;
    }

    .under-banner-category .col-sm-4 {
        padding: 0px !important;
    }

    .under-banner-category .text-detail .text {
        font-size: 30px;
    }

    .under-banner-category .text-detail .middle-text span {
        font-size: 30px;
    }

    .under-banner-category .text-detail .middle-text {
        font-size: 30px;
    }

    .under-banner-category .text-detail a {
        font-size: 20px;
    }

    .trending .col-sm-6:first-child .trend-parent {
        margin-bottom: 23px;
    }

    .custom-sub-header {
        font-size: 20px;
    }

    #ne_subscribe1 label {
        display: block;
    }

    #ne_subscribe1 label input {
        min-width: 90%;
    }

    .custom-slider .box-heading {
        margin-bottom: 20px !important;
    }

    .custom-slider img {
        width: 100%;
    }

    .cat-side-banner {
        display: none;
    }

    .product-center .description {
        padding-bottom: 0px !important;
        margin-top: 20px !important;
    }

    .product-center .price {
        margin-bottom: 10px !important;
        padding-bottom: 10px !important;
    }

    .about-us-box .founder {
        padding: 10px 0px;
    }

    .about-us-box .founder .desc {
        font-size: 18px;
        margin: 20px;
    }

    .about-us-box .founder .info p:first-child {
        font-size: 18px;
    }

    .about-us-box .founder .info p:last-child {
        font-size: 16px;
    }

    .about-us-box .event img {
        height: 100px;
    }

    .responsive ul.megamenu > li.active .close-menu {
        height: auto !important;
    }

    ul.megamenu > li > .sub-menu {
        left: 0;
        right: 0 !important;
        margin-left: 0;
        margin-right: 0;
    }

    ul.megamenu > li > .sub-menu > .content > .row {
        padding: 10px !important;
    }
}

@media (max-width: 320px) {
    .welcome-text {
        font-size: 10px;
    }

    .shop-by-category .header {
        font-size: 25px;
    }

    .trend-child > .header {
        font-size: 18px;
    }

    .trend-child p:last-child {
        font-size: 15px;
    }

    .img-gallery p {
        font-size: 16px;
        letter-spacing: 1.4px;
    }

    .custom-sub-header {
        font-size: 16px;
    }

    .custom-subscribe #ne_subscribe1 {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .category-top-desc .item {
        padding: 10px;
    }

    .product-center .add-to-cart .button {
        width: 45%;
    }

    .product-center .add-to-cart .button {
        font-size: 12.5px !important;
        padding: 7px 19px 9px;
    }

    .product-center .links a {
        font-size: 13px;
    }

    .about-us-box .how-start {
        padding: 20px 0px;
    }

    .about-us-box .how-start .title {
        font-size: 18px;
    }

    .about-us-box .how-start p {
        margin-bottom: 15px;
    }

    .about-us-box .founder .desc {
        font-size: 16px;
    }

    .copyright p {
        font-size: 12px;
    }
}