@font-face {
    font-family: "JF Flat Regular";
    src: url(..fonts/JF-Flat-regular.eot);
    src: url(..fonts/JF-Flat-regular.eot?#iefix) format("embedded-opentype"), url('..fonts/JF-Flat-regular.svg#JF-Flat-Regular') format('svg'), url(../fonts/JF-Flat-regular.woff) format('woff'), url(../fonts/JF-Flat-regular.ttf) format('truetype');
    font-weight: bolder;
    font-style: normal;
}

body {
    font-family: "JF Flat Regular", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.429;
}

.custom-navbar {
    border-bottom: 2px solid #EEF0Ea;
    width: 100%;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
}

.custom-navbar .container {
    padding: 0;
}

.custom-navbar .container .navbar-brand {
    margin-left: 30px;
    margin-top: 4px;
}

.custom-form-control,
.custom-btn {
    border: 1px solid #EBEBEB;
    box-shadow: none;
    border-radius: 2px;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 6px 16px 7px 16px;
    color: #868686;
}

.custom-navbar .container .custom-form-control:focus {
    border-color: #C2101E;
    box-shadow: 0 0 2px 0 #C2101E;
}

.custom-btn:hover {
    background-color: #d4d4d4;
    border: 1px solid #8c8c8c;
    color: #b86d07;
}

.categories .nav-link {
    border-right: 0;
    border-radius: 0;
}

.dropdown-menu {
    text-align: right !important;
}

.custom-dropdown-menu {
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 #EBEBEB;
    color: #777;
}

.custom-dropdown-menu .checkbox {
    display: inline-block;
    margin: 0 5px;
}

.custom-dropdown-menu .checkbox label input {
    margin-left: 5px;
}

.custom-navbar .search-btn {
    background-color: #FF3956;
    border-color: #FF3956;
    color: #fff;
    padding: 5px 15px 7px 15px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    transition: all .3s ease;
}

.custom-navbar .search-btn:hover,
.custom-navbar .search-btn:active,
.custom-navbar .search-btn:focus,
.custom-navbar .search-btn:active:hover,
.custom-navbar .search-btn:active:focus {
    background-color: #C2101E;
    border-color: #C2101E;
    color: #ffffff;
}

.custom-navbar .navbar-nav li a.nav-link {
    font-size: 14px;
    padding: 15px;
    position: relative;
    color: #555555;
}

.custom-navbar .navbar-nav li a.nav-link::before {
    width: 0%;
    bottom: 10px;
    transition: 400ms;
    height: 3px;
    content: "";
    position: absolute;
    background-color: #FF3956;
}

.custom-navbar .navbar-nav li a.nav-link:hover:before {
    width: 75%;
    color: #000;
}

.nav-item .active {
    color: #FF3956 !important;
    font-weight: 700;
    transition: all .3s ease;
}

.nav-item .active:hover {
    background-color: #e7e7e7;
}

.nav-item.dropdown .dropdown-menu {
    left: auto;
}

.custom-dropdown-menu li a:hover {
    background-color: #FFE7EA;
}

.custom-navbar .navbar-nav .btn-icon {
    padding: 5px 10px 4px;
    color: #777;
    border: 1px solid #ddd;
    background-color: transparent;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 8px;
    font-size: 12px;
}

.custom-navbar .navbar-nav .btn-icon:hover {
    color: #FF3956;
    transition: all 0.4s ease;
    background-color: #e7e7e7;
}


/* Slider  */

.carousel-row>.col-12 {
    padding-left: 0px;
    padding-right: 0px;
}

#carousel-featured {
    background-color: #F7F8F3;
    height: 400px;
    padding-top: 25px;
}

#carousel-featured .carousel-item img {
    height: 375px;
    margin-left: 0px;
    margin-right: 0px;
}

#carousel-featured .product-details {
    border: 1px solid #DDDDD8;
    padding: 20px;
    position: relative;
    top: 50px;
    height: 200px;
    text-align: right;
    background-color: #f7f8f3;
}

#carousel-featured .product-details .product-category {
    border: 1px solid #DDDDD8;
    padding: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #F7F8F3;
}

#carousel-featured .product-details .custom-btn-praimary {
    color: #FBAD47;
    background-color: #FBAD47;
    background-color: transparent;
    padding: 9px 25px;
    margin-top: 15px;
    font-size: 18px;
    border-radius: 2px;
    border-color: #FBAD47;
}

.sale {
    background-color: #53ccd7;
    color: white;
    font-weight: bold;
    position: absolute;
}

.sale.large {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    left: -15px;
    top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-25deg);
    font-size: 120%;
    padding: 35px;
    line-height: 90%;
    flex-direction: column;
}

#carousel-featured .product-details .sale.large span {
    font-size: 14px;
}

.product-details h1 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 15px;
}

.custom-carousel-indicators-praimary {
    top: 235px;
    right: 38%;
}

.custom-carousel-indicators-praimary img {
    height: 75px;
    width: 75px;
    background-color: #fff;
    border: 2px solid #DDDDD8;
    margin-right: 3px;
}

.custom-carousel-indicators-praimary img.active {
    border-color: #FBAD47;
}

.fa-chevron-left,
.fa-chevron-right {
    color: #868686;
    font-size: 25px;
}


/* End Slider */


/* Store Features */

.features-row {
    justify-content: center;
}

#store-features {
    box-shadow: 0 0 15px #EEF0Ea;
    position: relative;
    top: -30px;
    background-image: url(../images/bg_features.png);
    background-repeat: no-repeat;
    background-color: #fff;
    padding-bottom: 35px;
    padding-top: 25px;
    background-size: auto 55%;
    background-position: -10px -20px;
}

.features img {
    height: 40px;
    margin-bottom: 10px;
}

#store-features .features.features {
    border-right: 1px solid #EEF0Ea;
}

h3.custom-heading {
    font-size: 24px;
    margin-bottom: 25px;
}


/* End Store Features */


/* Best Seller */

#carousel-most-sold {
    text-align: right;
}

.custom-thumbnail {
    border: 2px solid #EEF0Ea;
    padding: 8px;
    cursor: pointer;
    transition: all 0.6s ease;
    margin-bottom: 20px;
}

.custom-thumbnail:hover {
    border-color: #53ccd7;
}

.custom-thumbnail .card-body {
    padding: 9px;
}

.custom-thumbnail h4 {
    font-size: 18px;
    padding-top: 10px;
}

.custom-thumbnail .price {
    padding-top: 10px;
}

.price {
    color: #53ccd7;
}

.rating {
    color: #c2c2c2;
}

.rating .active {
    color: #f3af41;
}

.custom-thumbnail .overlay {
    position: absolute;
    background-color: rgba(83, 204, 215, .5);
    width: calc(100% - 16px);
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .6s ease;
}

.overlay:hover {
    opacity: 1;
}

.custom-thumbnail .add-to-cart-btn {
    background-color: #fff;
    color: #53ccd7;
    font-weight: bold;
}

.custom-thumbnail .add-to-cart-btn:hover,
.custom-thumbnail .add-to-cart-btn:active,
.custom-thumbnail .add-to-cart-btn:focus,
.custom-thumbnail .add-to-cart-btn:active:focus,
.custom-thumbnail .add-to-cart-btn:hover:active {
    color: #000;
}

.custom-thumbnail .sale {
    padding: 5px 10px;
    position: absolute;
    left: 16px;
    top: 14px;
    direction: ltr;
}

.custom-thumbnail img {
    width: 100%;
    height: 250px;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

.custom-thumbnail .sale::before {
    content: "-";
}

#carousel-most-sold .carousel-indicators {
    position: static;
}

.custom-carousel-indicators>li {
    height: 13px;
    width: 13px;
    margin: 2px;
    background-color: #bdbdbd;
}

.custom-carousel-indicators>li.active {
    background-color: #565656;
}


/* End Best Seller */


/* Worldwide Trademark */

.custom-pane {
    border: 4px solid #EEF0Ea;
    border-radius: 2px;
    box-shadow: none;
    padding: 20px;
}

.custom-pane .product-imge {
    width: 100%;
    margin-bottom: 8px;
}

.custombtn-primary {
    color: #F8AD47;
    border-color: #FBAD47;
    background-color: transparent;
}

.custombtn-primary:hover,
.custombtn-primary:active,
.custombtn-primary:focus,
.custombtn-primary:active:focus,
.custombtn-primary:hover:active {
    color: #b86d07;
    border-color: #b86d07;
    background-color: transparent;
}

.custom-pane h4,
.custom-pane .price {
    font-size: 130%;
    margin-top: 0;
    margin-bottom: 15px;
}

.custom-text-muted {
    text-align: right;
    color: #bdbdbd;
}

.brand-nav button {
    background-color: #fff;
    color: #868686;
    border: 1px solid #EBEBEB;
    box-shadow: none;
    border-radius: 2px;
    padding: 5px 10px;
}

.brand-nav button i {
    font-size: 12px;
}

.brand-products {
    margin-bottom: 20px;
}

.brand-text {
    display: inline-block;
}

.brand-products .brand-nav {
    margin-top: 14px;
}

#row-brands h3.custom-heading {
    border-top: 1px solid #EEF0Ea;
    padding-top: 25px;
}


/*  End Worldwide Trademark */


/* Footer */

#brand-logos {
    background-color: #dbeefa;
    padding: 25px 0;
    color: #555555;
    width: 100%;
}

#brand-logos img {
    margin-left: 25px;
    margin-right: 25px;
    max-height: 100px;
    max-width: 100px;
}

#footer-nav {
    background-color: #1f1e1e;
    padding: 50px 0 40px;
    background-image: url(../images/bg_footer_1.png), url(../images/bg_footer_2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 110% 0, -10% -150%;
}

#footer-nav-links {
    margin: 30px 0;
}

#footer-nav-links a {
    color: #555555;
    margin-left: 30px;
    text-decoration: none;
    font-weight: bold;
}

#footer-nav form {
    max-width: 260px;
    border-top: 1px solid #292929;
}

#newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type=email] {
    direction: rtl;
    text-align: right;
}

#footer-nav form label {
    margin: 27px 0 16px;
    font-size: 12px;
    font-weight: bold;
    color: #555555;
}

.custom-btn-primary2 {
    color: #000;
    background-color: #F8AD47;
    border-color: #F8AD47;
}

.custom-btn-primary2:hover,
.custom-btn-primary2:active,
.custom-btn-primary2:focus,
.custom-btn-primary2:active:focus,
.custom-btn-primary2:hover:active {
    background-color: #b86d07;
    border-color: #b86d07;
    color: #000;
}

#newsletter form input {
    background-color: #313131;
    opacity: .6;
    height: 38px;
    border: none;
}

#newsletter form button {
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 6px 12px 5px;
    font-size: 14px;
    color: inherit;
}

#footer-copyright-social {
    background-color: #151515;
    color: #303030;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 700;
}

#footer-copyright-social a {
    color: #303030;
    margin-left: 5px;
    margin-right: 5px;
    transition: all .6s ease;
}


/* End footer */


/**********************************
***********************
Product Page
***********************
**********************************  */

.custom-breadcrumb {
    background-color: transparent;
    padding: 25px 0;
}

.custom-breadcrumb a {
    color: #555555;
    text-decoration: none;
    transition: all .3s ease;
}

.custom-breadcrumb a:hover {
    color: #F8AD47;
}

.custom-breadcrumb>li+li::before {
    content: ">";
    color: #555555;
    padding: 0px 8px;
}

.custom-breadcrumb .active {
    color: #bfbfbf;
}

#carousel-product-img {
    margin-right: 50px;
}

#carousel-product-img .carousel-indicators {
    position: relative;
    top: -35px;
    right: 0;
}

#carousel-product-img .carousel-item img {
    border: 1px solid #EBEBEB;
    width: 100%;
}

.block-100 {
    width: 100%;
    display: block;
}

.product-category {
    color: #a9a9a9;
}

#form-product-selection h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 18px 0 18px;
}

#form-product-selection .price.large {
    font-size: 30px;
    margin-top: 20px;
}

.borders-between>div+div {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-option {
    display: inline-block;
    height: 23px;
    width: 23px;
    border: 1px solid #ebebeb;
    text-align: center;
    color: #c2c2c2;
    margin: 3px 3px 9px 3px;
}

.product-option input {
    display: none;
}

.product-option label {
    font-weight: 700;
    display: inline-block;
}

.product-option.active {
    color: #F8AD47;
    border-color: #F8AD47;
}

.color-option.active {
    border-color: #fff;
    outline: #000 solid 1px;
}

.product-quantity {
    padding-bottom: 20px;
}

.product-quantity select {
    width: 56px;
    height: 34px !important;
    padding: 6px 12px;
    margin-right: 3px;
}

.product-quantity .label {
    margin-top: 10px;
}

.custom-btn-with-icon {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
}

.heading-with-border-bottom {
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 15px;
}

.heading-inline {
    display: inline-block;
    min-width: 250px;
}

.more-description p,
.more-description ul {
    margin-bottom: 10px;
}

.comments .media {
    margin: 15px;
}

.comments .media img {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    border: 1px solid #dfdfdf;
}

.comments .media .media-heading {
    font-size: 18px;
    margin-bottom: 5px;
}

.suggestions .custom-thumbnail {
    margin-right: -8px;
    margin-left: -8px;
}


/***********************************
************************
CHECKOUT PAGE
************************
*************************************/

.custom-table {
    width: 100%;
}

h1.custom-heading {
    font-size: 36px;
    margin: 25px 0;
}

.custom-table .custom-media {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.custom-table .custom-media img {
    width: 80px;
    height: 80px;
    border: 1px solid #EBEBEB;
    margin-left: 10px;
}

.custom-table .custom-media h4 {
    font-size: 18px;
    margin: 12px 0;
}

.custom-table .quantity {
    width: 56px;
    height: 34px !important;
    padding: 0px 8px;
    margin: auto;
}

.custom-table th,
.custom-table td {
    padding: 15px;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    font-size: 120%;
}

.custom-table th:first-child,
.custom-table td:first-child {
    width: 50%;
}

.custom-table th:first-child {
    padding-right: 20px;
}

.custom-table th {
    color: #c2c2c2;
    font-weight: normal;
}

.custom-btn-danger {
    color: #ff5a5f;
    border-color: #ff5a5f;
    background-color: transparent;
    border-radius: 3px;
}

.custom-btn-danger:hover,
.custom-btn-danger:active,
.custom-btn-danger:focus,
.custom-btn-danger:active:focus,
.custom-btn-danger:active:hover {
    color: #C2101E;
    border-color: #C2101E;
    background-color: transparent;
}

.custom-table tfoot td {
    border-bottom: none;
    font-size: 150%;
}

.custom-table .total-price * {
    color: #000;
}

.total-price .custom-text-muted {
    color: #a9a9a9;
}


/**********************************
***********************
PAYMENT PAGE
***********************
************************************/

.custom-input-details {
    border-width: 2px;
    border-radius: 3px;
    height: 46px !important;
    width: 97%;
    padding: 0px 14px;
    font-size: 17px;
}

.custom-input-details:focus {
    border-color: #b86d07;
    box-shadow: 0 0 2px 0 #b86d07 !important;
}

#form-checkout #credit-card-info {
    margin-top: 18px;
    margin-right: 3%;
}


/***********************************
************************
SEARCH PAGE
************************
*************************************/


/* #form-advanced-search {
    border: 1px solid #ebebeb;
    padding-bottom: 20px;
    display: table !important;
} */

#form-advanced-search .custom-pane {
    border: none;
    padding: 5px;
}

.custom-pane .card-header {
    background-color: transparent;
    margin-bottom: 15px;
    padding: 7px 10px 13px;
}

.custom-list-group .list-group-item {
    border: none;
    padding: 0 10px 14px 0;
}

.custom-list-group>.list-group-item:last-child {
    padding: 0 10px 0px 0;
}

#form-advanced-search label {
    cursor: pointer;
    font-weight: bold;
}

.ui-slider {
    margin: 25px 0 15px;
    height: 2px;
}

.ui-slider .ui-slider-handle {
    background-color: #F8AD47;
    border: none;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    top: -6px;
}

.ui-slider .ui-slider-range {
    border: 1px solid #F8AD47 !important;
    top: -1px;
}

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

.custom-pagination li a {
    display: inline-block;
    border: 1px solid #ebebeb;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 3px;
    margin-left: 3px;
    color: #c2c2c2;
    transition: ease 0.3s all;
    text-align: center;
}

.custom-pagination li.active a {
    background-color: #F8AD47;
    color: #fff;
    border-color: #F8AD47;
}

.custom-pagination {
    margin: 25px 0;
}

.custom-pagination li a:active,
.custom-pagination li a:focus,
.custom-pagination li a:hover {
    color: #AB7731;
    border-color: #AB7731;
}

#search-results .custom-thumbnail {
    margin-left: -8px;
    margin-right: -8px;
}


/**********************************
*******************************
CONTACT PAGE
*******************************
************************************/

#map {
    padding: 0;
}

#contact-option {
    margin-bottom: 25px;
}

#contact-option h4 {
    font-size: 18px;
    padding-bottom: 12px;
}

.heading-with-border-bottom {
    margin-bottom: 25px;
}

#contact-info {
    margin-bottom: 25px;
}

#contact-info .fa-lg {
    color: #f3af41;
    font-size: 18px;
    margin: 10px 10px 7px 10px;
    width: 25px;
    text-align: center;
}

#contact-option textarea {
    height: 120px !important;
}


/**********************************
***********************
MEDIA QUERY
***********************
**********************************  */

@MEDIA (max-width: 1199px) {
    .custom-navbar .navbar-nav li .nav-link {
        padding: 8px !important;
    }
    .custom-navbar .container {
        max-width: 998px;
    }
}

@MEDIA (max-width: 991px) {
    .custom-navbar {
        padding: 15px 20px 30px !important;
    }
    .navbar-collapse {
        border-top: 1px solid #eee;
        margin-top: 15px;
        padding-top: 8px;
    }
    .navbar-header {
        display: block;
        width: 100%;
        margin-bottom: 22px;
    }
    .custom-navbar .container {
        max-width: 100%;
    }
    .navbar-header .btn-icon {
        float: left;
    }
    .form-inline {
        width: 100%;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }
    .form-inline .dropdown {
        display: none;
    }
    .form-inline .custom-form-control {
        width: 90%;
    }
    .form-inline .search-btn {
        width: 10%;
    }
    .custom-navbar a.btn-icon,
    .custom-navbar button.btn-icon {
        color: #777;
        border: 1px solid #eee;
        border-radius: 2px;
        padding: 5px 10px 2px;
        background-color: transparent;
        font-size: 18px;
        margin-right: 10px;
    }
    .custom-navbar .navbar-nav li a.nav-link {
        padding: 10px 15px !important;
    }
    #carousel-featured .carousel-indicators {
        margin-right: 1%;
    }
    .overlay {
        display: none;
    }
    .custom-thumbnail .add-to-cart-btn {
        background-color: #fff;
        color: #868686;
        font-weight: normal;
    }
    .custom-thumbnail img {
        height: 200px;
    }
    #copyright,
    #social-icons {
        width: 100%;
        text-align: center;
    }
    #social-icons {
        font-size: 150%;
        margin-top: 10px;
    }
    /* Product Page */
    .product-option {
        width: 40px;
        height: 40px;
        margin: 10px;
        line-height: 40px;
        font-size: 20px;
    }
    /* Search page */
    .ui-slider .ui-slider-handle {
        height: 20px !important;
        width: 20px !important;
        top: -10px;
    }
    /* Contact Page */
    #form-subscription {
        margin-bottom: 40px;
    }
}

@MEDIA (max-width: 767px) {
    #carousel-featured,
    #carousel-featured .product-details {
        height: auto;
    }
    #carousel-featured .product-details {
        position: static;
        text-align: center;
    }
    #carousel-featured {
        padding-bottom: 25px;
    }
    #carousel-featured .carousel-item img {
        height: 250px;
    }
    .custom-img-slider {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #brand-logos img {
        max-height: 50px;
        max-width: 50px;
        margin: 5px 24px 5px 23px;
    }
    #footer-nav .footer-logo {
        margin-bottom: 30px;
    }
    #footer-nav form {
        max-width: 100%;
        width: 100%;
    }
    #newsletter form .input-group {
        width: 100%;
    }
    /* checkout */
    .hide-on-small {
        display: none;
    }
}

@MEDIA (max-width: 575px) {
    .form-inline .custom-form-control {
        width: 80%;
    }
    .form-inline .search-btn {
        width: 20%;
    }
    #carousel-featured .carousel-item {
        padding: 0px 18px;
    }
    #footer #brand-logos .img-container img {
        margin: 5px 15px;
    }
    /* Product Page */
    #form-product-selection,
    .comments {
        padding-left: 15px;
        padding-right: 15px;
    }
}