button {
    border: none;
}

.center-form {
    width: 80%;
    margin: 0 auto;
}

.password__toggle {
    display: flex;
    align-items: center;
    font-size: 30px;
}

.password__toggle>.fa {
    width: 20px;
}

.password__toggle--btn {
    margin-left: -20px;
    font-size: 14px;
}

.invalid-feedback {
    color: rgb(216, 65, 65);
}

.is-invalid {
    border: 0.1rem solid #E05040;
}

.font-size-18 {
    font-size: 18px;
    /* margin-left: 10px; */
    width: 100%;
    border-color: #f88c22 !important;
}


/* Table */

.ola-table {
    overflow-x: auto;
    width: 100%;
    border-spacing: 0;
}

.ola-table table {
    border-collapse: collapse;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid rgb(233, 233, 233);
    text-align: center;
}

.ola-table td:first-child,
th:first-child {
    border-left: none;
}

.ola-table tr {
    border-top: 1px solid rgb(233, 233, 233);
    border-bottom: 1px solid rgb(233, 233, 233);
}

.ola-table th {
    background: #f7f7f7;
    padding: 15px;
    font-weight: 550;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid rgb(233, 233, 233);
}

.ola-table thead>tr {
    border: none !important;
}

.ola-table td {
    text-align: center;
    padding: 15px;
}


/* End Table */


/* Form Ship For You */

.form-row-home {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    padding: 20px 20px 35px;
    border-radius: 5px;
}

.form-row {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 20px 30px;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.form-row-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}


/* Chrome, Safari, Edge, Opera */

input:not(.quantity-input)::-webkit-outer-spin-button,
input:not(.quantity-input)::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number]:not(.quantity-input) {
    -moz-appearance: textfield;
}


/* End Form Ship For You */

.bulk-or-piece {
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 25px;
}

.bulk-or-piece:hover {
    padding: 5px 15px;
    background: #f88c22;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #f88c22;
}

.bulk-or-piece-active {
    background: #f88c22;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #f88c22;
}

.slider-product-preview img {
    transition: opacity .9s, margin-left .5s, margin-right .5s;
    -webkit-transition: opacity .9s, margin-left .5s, margin-right .5s;
}

.slider-product-preview img:hover {
    margin-left: 15px;
}

.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #f7f7f7;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 400px;
    margin-top: 65px;
    transform: translateX(-400px);
    transition: transform 250ms ease-in-out;
    background: #231f20;
}

.sidebar-hamburger-icon {
    width: 60px;
}

.header-bottom-icon {
    width: 65px;
}

.cart-label {
    right: 10px;
}

.sidebarMenuInner {
    margin: 0;
    padding: 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.10); */
}

.sidebarMenuInner li {
    list-style: none;
    color: #f7f7f7;
    text-transform: uppercase !important;
    font-weight: bold !important;
    padding: 50px 0px 0px 40px;
    cursor: pointer;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.10); */
    display: block;
    height: 70px;
}

.sidebarMenuInner li span {
    display: block;
    font-size: 16px;
    color: #f7f7f7;
}

.sidebarMenuInner li a {
    display: block;
    font-size: 18px;
    color: #f7f7f7;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.sidebarMenuInner li a:hover {
    color: #f88c22;
}

input[type="checkbox"]:checked~#sidebarMenu {
    transform: translateX(0);
}

input[type="checkbox"] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
}

.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #030303;
}

.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}

input[type="checkbox"]:checked~.sidebarIconToggle>.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

input[type="checkbox"]:checked~.sidebarIconToggle>.diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}

input[type="checkbox"]:checked~.sidebarIconToggle>.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.block-entry {
    height: 100vh;
    background-position: center top;
}

.block-entry-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.block-entry-1 {
    height: 85vh;
    margin-top: 5%;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
}

.header-search-content {
    border-radius: 0px 0px 25px 25px;
    width: 40%;
    left: 30%;
}

@media (max-width: 767px) {
    .sidebar-hamburger-icon {
        width: 30px;
    }
    #logo {
        margin-top: -15px;
    }
    #logo img {
        max-height: 80%;
    }
    .header-search-content {
        padding-bottom: 15px;
        width: 90%;
        left: 10px;
    }
    .header-bottom-icon {
        width: 50px;
    }
    #sidebarMenu {
        margin-top: 60px;
    }
}

.blinking {
    animation: blinker 0.5s cubic-bezier(.2, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* Overwrite Template */


/* .simple-input{
    border-color: #ccc !important;
} */

.SumoSelect>.CaptionCont {
    border-color: #ccc !important;
}

.checkbox-entry span:before {
    border-color: #ccc !important;
}

.checkbox-entry input:checked+span:before {
    border-color: #f88c22 !important;
}

.input-file-wrapper .file-remove {
    height: 40px !important;
    width: 40px !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f88c22;
    border-color: #f88c22;
    border-radius: 100%;
    margin-left: 10px;
}

.pagination>li>a,
.pagination>li>span {
    color: #777;
    border-radius: 100%;
    margin-left: 10px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
}

.buy-img-home {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    padding: 10px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.buy-img-home:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 3px rgb(0 0 0 / 13%), 0 3px 5px rgb(0 0 0 / 20%);
}

.buy-img-home>img {
    width: 100%;
    height: auto;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.text-wa-2 {
    font-size: 12px;
}

.float .fa {
    font-size: 40px;
}

.my-float {
    margin-top: 8px;
    margin-left: 0px;
}

.float-whatsapp i {
    overflow: hidden;
    display: flex;
    width: 70px;
    height: 70px;
    min-width: 70px;
    text-align: center;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    background-color: #15be59;
    color: #fff;
    border-radius: 70px;
    transition: .3s;
    z-index: 999;
    position: absolute;
    left: 5px
}

.elementor-grid-item .elementor-social-icon {
    margin-right: 10px
}

.float-whatsapp:hover {
    width: 330px;
    -webkit-box-shadow: 0px 25px 32px -1px rgba(6, 118, 51, 0.25);
    -moz-box-shadow: 0px 25px 32px -1px rgba(6, 118, 51, 0.25);
    box-shadow: 0px 25px 32px -1px rgba(6, 118, 51, 0.25)
}

.box-cekresi .elementor-column-wrap {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

@media (max-width: 576px) {
    .float-whatsapp:hover {
        width: 330px;
        -webkit-box-shadow: 0px 25px 32px -1px rgba(6, 118, 51, 0.25);
        -moz-box-shadow: 0px 25px 32px -1px rgba(6, 118, 51, 0.25);
        box-shadow: 0px 25px 32px -1px rgba(6, 118, 51, 0.25)
    }
    .float-whatsapp {
        right: 10px;
        bottom: 10px;
        left: auto
    }
}

.float-whatsapp {
    background-color: #f3fff8;
    padding: 5px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 999;
    overflow: hidden;
    display: flex;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 28px;
    justify-content: center;
    align-items: center;
    color: #333;
    border-radius: 100px;
    transition: width .3s;
    z-index: 999;
    -webkit-box-shadow: 0px 25px 32px -1px rgba(6, 6, 6, 0.42);
    -moz-box-shadow: 0px 25px 32px -1px rgba(6, 6, 6, 0.42);
    box-shadow: 0px 25px 32px -1px rgba(6, 6, 6, 0.42)
}

.float-whatsapp .tcl {
    font-size: 15px;
    width: 100%;
    margin: 0;
    left: 80px;
    display: block;
    position: absolute;
    color: #067633;
    text-align: left;
    opacity: 0
}

.float-whatsapp .tcl p {
    margin: 0;
    line-height: 1.2
}

.float-whatsapp:hover .tcl {
    opacity: 1
}

.wa__btn_popup .wa__btn_popup_txt {
    width: 250px;
    font-size: 16px;
    top: 15px;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(12, 53, 18, 0.15)
}

.wa__btn_popup .wa__btn_popup_icon {
    width: 70px;
    height: 70px
}


/* Pagination My Orders */

.orders-pagination>nav {
    position: relative !important;
    width: auto;
    top: auto;
    bottom: auto;
    background: none;
    right: auto;
    transform: none;
    -webkit-transform: none;
    transition: none;
    -webkit-transition: none;
}

.orders-pagination>nav>ul {
    margin: 15px 0px !important;
}

.product-list {
    border-bottom: 1px solid #bbb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


/* .square-image a img{    
    vertical-align: middle;
} */

.flex {
    display: flex;
}

.flex>.align-items-center {
    align-self: center!important;
}

.square-image {
    height: 60px;
    /* Equals maximum image height */
    width: 60px;
    white-space: nowrap;
    text-align: center;
    margin: 0.5em 0;
}

.square-image:before,
.square-image_before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.square-image a img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.square-image img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.bfy-background {
    background-color: #e9def2;
    border-color: #e9def2;
}

@media (max-width: 767px) {
    .text-order-list {
        font-size: 12px;
    }
}


/* Invoice */

.ola-invoice {
    border-collapse: collapse;
    width: 100%;
}

.ola-invoice thead {
    background: #f88c22;
}

.ola-invoice th {
    color: #000000;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.ola-invoice td,
.ola-invoice th {
    border: 1px solid #f88c22;
    padding: 15px 15px;
    text-align: center;
}

.ola-invoice tbody tr:nth-child(even) {
    background: #ffc670;
}

.ola-invoice tfoot th:not(:first-child) {
    background: #f88c22;
}

.ola-pembayaran {
    background: #f88c22;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 900;
}

.ola-note {
    margin: 10px 0px;
    list-style-type: ' * ';
}

.ola-transfer-to {
    font-size: 24px;
    font-weight: 900;
    color: #343434;
    text-align: right;
    margin-top: 70px;
}

.ola-white {
    color: #ffffff !important;
}

.ola-invoice-2 {
    border-collapse: collapse;
    width: 100%;
}

.ola-invoice-2>thead>tr>th {
    background: #f88c22;
}

.ola-invoice-2>thead>tr>th:first-child {
    border-radius: 15px 0px 0px 15px;
}

.ola-invoice-2>thead>tr>th:last-child {
    border-radius: 0px 15px 15px 0px;
}

.ola-invoice-2 th {
    color: #343434;
    font-weight: 900;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
}

.ola-invoice-2 td,
.ola-invoice-2 th {
    padding: 10px 10px;
    text-align: left;
}

.ola-invoice-2 td {
    color: #343434;
}

.ola-invoice-2>tbody>tr:nth-child(even)>td {
    background: #f88c22;
}

.ola-invoice-2>tbody>tr:nth-child(even)>td:first-child {
    border-radius: 15px 0px 0px 15px;
}

.ola-invoice-2>tbody>tr:nth-child(even)>td:last-child {
    border-radius: 0px 15px 15px 0px;
}

.total {
    font-size: 24px;
    color: #343434;
    font-weight: 900;
}

.total-price {
    font-size: 28px;
    color: #343434;
    font-weight: 900;
}


/* End Invoice */

.paginations {
    width: 40px;
    line-height: 38px;
    height: 40px;
    display: inline-block;
    border: 1px #eee solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: bottom;
    font-size: 11px;
    color: #888;
    text-align: center;
    margin: 0 3px 3px 3px;
    transition: all .15s;
    -webkit-transition: all .15s;
    position: relative;
}

a.paginations.active {
    background-color: #f88c22;
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    color: #fff;
}

.box-message {
    border: 0.1rem solid rgb(167, 167, 167);
    padding: 10px;
    border-radius: 5px;
    overflow-y: scroll;
    position: relative;
    max-height: 350px;
}

.message {
    background-color: rgb(167, 167, 167);
    border: 0.1rem solid rgb(167, 167, 167);
    border-radius: 15px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    width: 50%;
    display: block;
    text-align: right !important;
    margin-left: auto;
    margin-right: 0;
}

.message-user {
    background-color: #f88c22;
    border: 0.1rem solid rgb(167, 167, 167);
    border-radius: 15px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    width: 50%;
}

.message-user p {
    color: #fff;
}

@media (min-width: 1200px) {
    .max-width {
        width: 95vw;
    }
}

.notification-label {
    position: absolute;
    top: 0px;
    right: 10px;
    width: 15px;
    height: 15px;
    background: #f88c22;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
}

.header-bottom .entry {
    display: inline-block;
    vertical-align: bottom;
    margin-left: -1px;
    padding: 20px 0px;
    font-size: 10px;
    line-height: 20px;
    color: #888;
    text-transform: uppercase;
    position: relative;
}

.header-bottom .notification {
    cursor: pointer;
}

.header-bottom .notification .title {
    padding-right: 15px;
    width: 35px;
    background: url(../img/icon-7.png) right center no-repeat;
    text-align: left;
}

.header-bottom .notification-toggle {
    position: absolute;
    left: 0;
    top: 100%;
    width: 350px;
    background: #fff;
    padding: 10px 0;
    z-index: 1;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.header-bottom .notification-toggle a {
    display: block;
    padding: 15px 25px;
    text-align: left;
}

.header-bottom .notification-toggle a:hover {
    background: #f88c22;
    color: #fff;
}

.header-bottom .notification-toggle {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    opacity: 0;
    left: 10000px;
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transition: transform .3s, opacity .3s, left 0s .3s;
    -webkit-transition: transform .3s, opacity .3s, left 0s .3s;
}

.header-bottom .notification:hover .notification-toggle {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    left: 0;
    transition: transform .3s, opacity .3s, left 0s;
    -webkit-transition: transform .3s, opacity .3s, left 0s;
}

.header-bottom .notification .header-bottom-icon {
    top: 8px;
    color: black;
}

.notification-title {
    font-size: 12px;
}

.notification-not-read {
    background-color: #ffeedd;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #f88c22;
    border-radius: 50%;
    display: inline-block;
}

.header-bottom .notification-toggle hr {
    margin: 0px 20px 0px 20px;
    background-color: #f88c22;
}


/*Desktops (>=992px)*/

@media (max-width: 1199px) {
    .header-bottom .entry {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* Tablets (>=768px)*/

@media (max-width: 991px) {
    .header-bottom .entry {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*Phones (<768px)*/

@media (max-width: 767px) {
    .header-bottom .entry {
        padding: 10px 15px;
    }
    .header-bottom .notification .header-bottom-icon {
        top: 20px;
        color: black;
    }
}

.notification-list {
    margin-top: 0px;
    margin-bottom: 0px;
}

.notification-list a {
    display: block;
    padding: 25px 25px;
    text-align: left;
}

.notification-list a:hover {
    background: #f88c22;
    color: #fff;
}

.notification-list hr {
    margin: 0px 20px 0px 20px;
    background-color: #f88c22;
}

.text-light {
    font-weight: 5;
}

.block-entry .footer-bottom {
    padding: 15px;
    margin-top: 20px;
}

.block-entry .footer-bottom .copyright {
    padding: 0%;
}

footer {
    bottom: 0;
}

footer .h6.light {
    color: #f88c22;
}

.text-login {
    font-size: 18px;
    line-height: 22px;
}

.preview img {
    border-radius: 20%;
}

.button.style-5 {
    color: #f88c22;
}


/* Margin */

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.tab-fullwidth {
    width: 100%;
}

.tab-homepage {
    position: absolute;
    background-color: white;
    z-index: 2;
    bottom: -30px;
    width: 30%;
    border-radius: 20px 20px 0 0;
    padding: 15px 60px 10px 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tab-page {
    position: absolute;
    background-color: white;
    z-index: 2;
    bottom: -260px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    border-radius: 20px 20px 0 0;
    padding: 15px 85px 10px 25px
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 70px;
}

.empty-div {
    background: transparent;
    height: 58%;
    width: 100%;
}

footer {
    background: #343434ed;
}

.header-title h1 {
    font-size: 65px;
    color: #343434;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.sourceforyou-table .cart-table {
    box-shadow: 0 0 0px rgb(255 255 255 / 30%), 0 0px 0px rgb(0 0 0 / 40%)
}

.sourceforyou-table .cart-table tbody td {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #cecece;
}

.sourceforyou-table .cart-table th:nth-child(2) {
    text-align: center;
}

.sourceforyou-table .cart-table tbody td .simple-input {
    padding: 0 15px;
}

.buyforyou-table .cart-table {
    box-shadow: 0 0 0px rgb(255 255 255 / 30%), 0 0px 0px rgb(0 0 0 / 40%)
}

.buyforyou-table .cart-table tbody td {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #cecece;
}

.buyforyou-table .cart-table th:nth-child(2) {
    text-align: center;
}

.buyforyou-table .cart-table tbody td .simple-input {
    padding: 0 15px;
}

.d-xs-show {
    display: none;
}

.coming-soon-article {
    text-align: center !important;
    width: 100% !important;
}

@media (max-width: 767px) {
    .sourceforyou-table .cart-table td {
        padding: 10px 0 10px 0 !important;
    }
    .sourceforyou-table .cart-table .text-center {
        text-align: center !important;
    }
    .sourceforyou-table .cart-table tbody tr {
        border-top: 1px solid rgb(233, 233, 233);
        border-bottom: 0px solid rgb(233, 233, 233);
    }
    .sourceforyou-table .cart-table tbody td {
        border-bottom: 0px solid rgb(233, 233, 233);
    }
    .button {
        display: block;
        margin: 5px;
    }
    #bfy_table_body td {
        padding: 10px 0 10px 0px!important;
    }
    #bfy_big_form {
        margin-bottom: 15px;
    }
    .fixed-tab-page .navbar-default {
        margin-bottom: 0;
        margin-top: 9px;
        position: fixed;
        width: 100%;
        z-index: 99999;
        background-color: transparent;
        border-color: transparent;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .d-xs-none {
        display: none;
    }
    .d-xs-show {
        display: block;
    }
    .empty-div {
        background: transparent;
        height: 13%;
        width: 100%;
    }
    .tab-homepage {
        bottom: -6%;
        width: 70%;
        padding: 15px 60px 10px 20px;
    }
    .tab-homepage .h3 {
        font-size: 20px;
    }
    .tab-page {
        width: 70%;
        bottom: -54%;
        padding: 15px 60px 10px 20px;
    }
    .tab-page .h3 {
        font-size: 20px;
    }
    .footer-bottom {
        height: 80px;
    }
    .block-entry {
        height: 100%;
    }
    .block-entry .footer-bottom .copyright {
        font-size: 12px;
    }
    .block-entry .footer-bottom {
        padding: 15px;
        margin-bottom: 15px;
    }
    .cell-view.page-height {
        height: 500px !important;
    }
    .buyforyou-form p {
        font-size: 12px;
    }
    .header-title h1 {
        font-size: 35px;
    }
    .simple-article h3,
    .h3 {
        font-size: 25px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
    .empty-div {
        background: transparent;
        height: 54%;
        width: 100%;
    }
    .block-entry {
        height: 65vh;
    }
    footer {
        background: #343434ed;
    }
    .tab-homepage {
        bottom: -6%;
        width: 40%;
        padding: 15px 60px 10px 30px;
    }
    .tab-homepage .h3 {
        font-size: 20px;
    }
    .tab-page {
        width: 40%;
        bottom: -52%;
        padding: 15px 60px 10px 30px;
    }
    .tab-page .h3 {
        font-size: 20px;
    }
    .cell-view.page-height {
        height: 500px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .empty-div {
        background: transparent;
        height: 52%;
        width: 100%;
    }
    .tab-homepage {
        bottom: -6%;
        width: 35%;
        padding: 15px 60px 10px 40px;
    }
    .tab-homepage .h3 {
        font-size: 20px;
    }
    .tab-page {
        width: 45%;
        bottom: -52%;
        padding: 15px 40px 10px 40px;
    }
    .tab-page .h3 {
        font-size: 20px;
    }
    .block-entry-1 {
        height: 68vh;
    }
    .block-entry {
        height: 51vh;
    }
    .footer-top {
        padding: 35px 0;
    }
    .cell-view.page-height {
        height: 500px !important;
    }
    #bfy_big_form {
        margin-bottom: 15px;
    }
}

@media only screen and (min-device-width: 1600px) {
    .tab-homepage {
        width: 23%;
    }
    .empty-div {
        height: 68%;
    }
}


/* @media only screen and (max-width: 768px) {

    
}

@media only screen and (min-width: 769px) {
    .block-entry-1{
        height: 42vh;
    }
    .tab-homepage {
        left: 20%;
        width: 55%;
        padding: 15px 60px 10px 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .block-entry-1{
        height: 68vh;
    }
    .block-entry {
        height: 50vh;
    }
    .tab-homepage {
        left: 30%;
        width: 40%;
        padding: 15px 60px 10px 25px;
    }
} */

.fixed-tab-page .navbar-default {
    margin-bottom: 0;
    margin-top: 9px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    background-color: transparent;
    border-color: transparent;
}

.fixed-tab-page .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    padding: 5px 75px 5px 75px;
    border: 1px solid rgb(233, 233, 233);
}

.fixed-tab-page .navbar-nav li a {
    font-size: 27px;
    line-height: 18px;
    background: transparent;
    color: #343434;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.fixed-tab-page .navbar-nav li.active a,
.fixed-tab-page .navbar-nav li.active a:hover,
.fixed-tab-page .navbar-nav li a:hover {
    font-size: 27px;
    line-height: 18px;
    background: transparent;
    color: #f88c22;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

.d-none {
    display: none;
}