/******************************************************************
  Template Name: E-Commerce
  Description: Custom Style
  Author: Wecode
  Version: 1.0
  Created: Ahmad Sakr
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]
-------------------
01. Header
02. Footer
03. Shop
04. Shopping Cart
05. Alert
06. Single Product
07. Checkout
08. Welcome Page
09. About Page
10. Account
11. Home
12. Currency
13. Coming Soon Page
-------------------------------------------------------------------*/

/*----------------------------------------*/
/* 01. Header
/*----------------------------------------*/

.login-panel.username-panel {
    padding-right: 20px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total {
    margin-bottom: 12px;
    padding-top: 10px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.empty {
    font-size: 14px;
    color: #7f7e7e;
    text-align: center;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-pic img {
    height: 70px;
    width: 70px;
}

.advanced-search form {
    height: 100%;
}

.depart-hover .dropdown-menu {
    left: 100%;
    width: 100%;
    border-radius: 0;
    border: 0;
    padding-bottom: 29px;
    top: -2px;
}

.depart-hover li.dropdown::before {
    position: absolute;
    color: #252525;
    right: 20px;
    top: 13px;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
}

.depart-hover .dropdown:hover ul.dropdown-menu {
    display: block;
}

.depart-hover .dropdown:hover ul.dropdown-menu li a:hover {
    background-color: #fff;
}

.inner-header .advanced-search .input-group {
    max-width: unset;
}

.inner-header .advanced-search .category-btn {
    display: none;
}

.inner-header .logo {
    padding: 0;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total h5.shipping {
    font-size: 10px;
    color: #7f7e7e !important;
    margin-top: 5px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total.black h5,
.inner-header .nav-right li.cart-icon .cart-hover .select-total.black span {
    color: #252525;
}

.header-top .ht-right span.notification {
    position: absolute;
    margin-left: -3px;
    margin-top: -5px;
    height: 15px;
    width: 15px;
    background: #e7ab3c;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 15px;
}

/*----------------------------------------*/
/* 02. Footer
/*----------------------------------------*/

.copyright-reserved .wecode-footer {
    float: right;
    font-size: 16px;
    color: #b2b2b2;
}

.copyright-reserved .wecode-footer a img {
    margin-top: -3px;
    width: 100px;
}

@media only screen and (max-width: 767px) {
    .copyright-reserved .wecode-footer {
        float: none;
        text-align: center;
    }
}

.footer-widget ul li a,
.copyright-reserved .copyright-text a {
    transition: all 0.3s;
}

.footer-widget ul li a:hover {
    color: #e7ab3c;
}

/*----------------------------------------*/
/* 03. Shop
/*----------------------------------------*/

.filter-widget .filter-categories li a:hover {
    color: #e7ab3c;
}

.page-link {
    color: #e7ab3c;
}

.page-link.active {
    color: #fff;
    background-color: #e7ab3c;
}

.page-link:hover {
    background-color: #e7ab3c;
    color: #fff;
}

.btn-link {
    color: #e7ab3c;
}

.btn-link:hover {
    color: #e7ab3c;
}

.page-link:focus {
    box-shadow: unset;
}

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

.filter-widget .fw-size-choose .sc-item.collection label,
.product-details .pd-size-choose .sc-item.color label {
    width: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.product-item .pi-text a h5 {
    transition: all 0.3s;
}

.product-item .pi-text a:hover h5 {
    color: #e7ab3c;
}

.product-item.out-of-stock .pi-text a h5,
.product-item.out-of-stock .pi-text .product-price {
    color: #b2b2b2;
}

.product-item.out-of-stock .pi-text a:hover h5 {
    color: #e7ab3c;
}

.product-item.out-of-stock .pi-pic .card-img-overlay {
    background-color: #fff;
    z-index: 1000;
    opacity: 0.7;
}

.product-item.out-of-stock .pi-pic .sale.pp-sale {
    background: #e50202;
}

.filter-widget .filter-range-wrap .range-slider .price-input input {
    max-width: 45%;
}

.filter-widget .filter-range-wrap .range-slider .price-input input:nth-child(1) {
    margin-right: 10px;
}

.filter-widget .filter-range-wrap .range-slider .price-input:after {
    left: 122px;
    width: 6px;
}

.filter-widget .reset-filter-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    background: #252525;
    padding: 7px 20px 5px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s;
}

.filter-widget .reset-filter-btn:hover {
    background-color: #e7ab3c;
    border-color: #e7ab3c;
}

/*----------------------------------------*/
/* 04. Shopping Cart
/*----------------------------------------*/
.cart-table table tr td.cart-pic img {
    width: 170px;
    height: 170px;
}

.cart-table table tr:first-child td {
    padding-top: 30px;
}

.cart-table table .close-td a {
    color: #252525;
}

.cart-table table .close-td a:hover {
    color: #CD5C5C;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-close:hover {
    color: #CD5C5C;
}

.loading-pr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
}
.loading-pr-white {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9;
}
.mfp-preloader-white {
    color: #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-top: -12px;
    margin-left: -12px;
    z-index: 1044;
    text-indent: -9999px;
    background: #fff url("../img/ajax-loader.gif") no-repeat center center;
}

.proceed-checkout ul li.delivery span.shipping {
    font-size: 12px;
    margin-top: 5px;
    color: #252525;
}

.form-note a {
    color: #e7ab3c;
}

.form-note a:hover {
    color: #e39a13;
}

.proceed-checkout .proceed-btn {
    transition: all 0.3s;
}

.proceed-checkout .proceed-btn:hover {
    background-color: #e7ab3c;
    border-color: #e7ab3c;
}

.cart-table table tr td.cart-title span {
    color: #636363;
    font-size: 80%;
}

.cart-table table tr td.cart-title span:last-child:before {
    content:"•";
    color: #e39a13;
    margin-right: 5px;
}

.proceed-checkout ul li.delivery {
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 14px;
    padding-top: 10px;
}

.proceed-checkout ul li.delivery span {
    font-weight: 700;
}

/*----------------------------------------*/
/* 05. Alert
/*----------------------------------------*/
.show-alert {
    position: fixed;
    z-index: 1000000;
    right: 10px;
    top: 10px;
    width: 20%;
}

.register-form form .group-input select {
    border: 1px solid #ebebeb;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 15px;
}

/*----------------------------------------*/
/* 06. Single Product
/*----------------------------------------*/
.product-details .pd-tags a {
    color: #636363;
}

.product-details .pd-tags a:hover {
    color: #e7ab3c;
}

.product-details .pd-share .pd-social a {
    margin-left: 0;
}

.pd-color h6 {
    padding-top: 10px;
    width: 35px;
}

.sc-item.disabled label, .sc-item.disabled label.active {
    background: #f1f1f1 !important;
    color: #767676 !important;
    cursor: default !important;
}

.product-shop.out-of-stock .product-details .card-img-overlay,
.product-shop.out-of-stock .product-pic-zoom .card-img-overlay{
    background-color: #fff;
    z-index: 1000;
    opacity: 0.7;
}

.product-shop.out-of-stock .product-pic-zoom .sale {
    color: #ffffff;
    font-size: 10px;
    background: #e50202;
    position: absolute;
    left: 0;
    top: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
}

/*----------------------------------------*/
/* 07. Checkout
/*----------------------------------------*/
.checkout-form input {
    margin-bottom: 5px;
}

/*.checkout-form input.text-danger,*/
/*.checkout-form .nice-select.text-danger {*/
/*    border-color: #dc3545!important;*/
/*}*/

.checkout-form label {
    margin-top: 20px;
    width: 100%;
}

.checkout-form label.text-danger {
    margin-top: 0;
    font-size: 12px;
}

.checkout-form select {
    width: 100%;
    height: 46px;
    border: 2px solid #ebebeb;
    margin-bottom: 5px;
    padding-left: 15px;
}

.checkout-form .area-country {
    width: 100%;
    height: 46px;
    border: 2px solid #ebebeb;
    margin-bottom: 5px;
    /*padding-left: 15px;*/
    border-radius: 0;
}

.checkout-form .area-country .btn-light {
    background-color: #fff;
    border-color: #fff;
    height: 42px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: unset !important;
}

.checkout-form .area-country ul {
    width: 100%;
    border-radius: 0;
    box-shadow: 0 2px 2px 2px #E8E8E8;
}

.checkout-form .place-order .order-total .order-btn .place-btn {
    transition: all 0.3s;
}

.checkout-form .place-order .order-total .order-btn .place-btn:hover {
    background-color: #e7ab3c;
    border-color: #e7ab3c;
}

.checkout-form .place-order .order-total .order-table li p {
    color: #636363;
    font-weight: 400;
    font-size: 80%;
    display: inline;
}

.checkout-form .place-order .order-total .order-table li p:last-child:before {
    content:"•";
    color: #e39a13;
    margin-right: 5px;
}

.checkout-form .place-order .order-total .order-table li.fw-danger,
.checkout-form .place-order .order-total .order-table li.fw-danger p,
.checkout-form .place-order .order-total .order-table li.fw-danger p:last-child:before{
    color: #e50202;
}

.checkout-form .place-order .order-total .order-table li.fw-normal span.out-of-stock {
    padding: 3px 5px;
    background-color: #e50202;
    color: #fff;
    width: 100%;
    opacity: 0.8;
    text-align: center;
    display: none;
}

.checkout-form .place-order .order-total .order-table li.fw-danger span.out-of-stock {
    display: block;
}

.checkout-form .place-order .order-total .order-table li {
    padding-top: 20px !important;
}

.checkout-form .place-order .order-total .order-table li span.shipper {
    float: unset;
    font-size: 10px;
    color: #e7ab3c;
    padding-left: 5px;
    font-weight: unset;
}

.checkout-form .country-selector button {
    background-color: #fff;
    height: 46px;
    border: 2px solid #ebebeb;
    border-radius: 0;
}

.checkout-form .spinner-city {
    position: absolute;
    right: 40px;
    bottom: 12px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: unset;
    outline-offset: unset;
    box-shadow: none !important;
}

.payment-check h5 {
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.shipper-price {
    padding-left: 10px;
    font-size: 12px;
    font-style: italic;
    color: #8d8d8d;
}

.shipper-name {
    display: block;
    width: 100%;
    padding-left: 10px;
    color: #e7ab3c;
    font-size: 14px;
    font-weight: 700;
}

.checkout-form .place-order .order-total .order-btn .place-btn:disabled {
    color: #828282;
    background-color: #cdcdcd;
    border-color: #cdcdcd;
    cursor: default;
}

.thanks {
    text-align: center;
}

.thanks span {
    padding-left: 25px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.thanks img {
    width: 20%;
}

@media (max-width: 600px) {
    .thanks img {
        width: 50%;
    }
}

.thanks a {
    color: #e7ab3c;
}

.thanks a:hover {
    color: #e39a13;
}

/*----------------------------------------*/
/* 08. Welcome Page
/*----------------------------------------*/
.left-welcome {
    background-image: url(../img/home_back2.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

.img-sec {
    width: 30%;
    background: #0c0b0c7a;
    text-align: center;
    height: 100%;
    padding: 50px 20px 0;
    color: #fff;
}

.left-welcome .img-sec h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0;
    margin-top: 50px;
    margin-bottom: 0;
    font-weight: 900;
}

.left-welcome .img-sec p {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0;
    color: #aaa;
}

.left-welcome ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.left-welcome ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.left-welcome ul li a {
    width: 150px;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    border-color: #fff;
}

.left-welcome ul li a span {
    font-size: 10px;
    letter-spacing: 1.5px;
    display: block;
    color: #aaa;
}

.left-welcome ul li a:hover {
    color: #aaa;
    background-color: #fff;
}

@media (max-width: 600px) {
    .left-welcome {
        background-position: center;
    }
    .img-sec {
        width: 100%;
        padding: 100px 0 0;
        background: #2f2e33c7;
    }
}

/*----------------------------------------*/
/* 09. About Page
/*----------------------------------------*/
.about-section .about-image {
    background-image: url(../img/contact.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /*width: 360px;*/
    /*height: auto;*/
}

.about-section .about-image:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 10px;
    border: 2px solid #e7ab3c;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-section .about-image2 {
    background-image: url(../img/contact1.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.about-section .about-image2:before {
    position: absolute;
    content: '';
    right: 20px;
    bottom: 10px;
    border: 2px solid #e7ab3c;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-section .about-text {
    padding-left: 80px;
}

.about-section .about-text.right {
    padding-right: 80px;
    padding-left: 0;
}

.about-section .about-text .dropdown-divider {
    margin-top: 10px;
}

.about-section .about-text h1 {
    text-align: center;
    font-weight: 900;
    color: #252525;
}

.about-section .about-text h6 {
    text-align: center;
    color: #808080;
    padding-top: 10px;
    padding-bottom: 20px;
}

.about-section .about-text p {
    padding-top: 30px;
    text-align: justify;
}

.about-section .about-text .row .col-6:first-child p {
    padding-right: 10px;
}

.about-section .about-text .row .col-6:last-child p {
    padding-left: 10px;
}

/*----------------------------------------*/
/* 10. Account
/*----------------------------------------*/

#user-form .group-input label.text-danger {
    font-size: 12px;
}

.account-menu {
    color: #fff;
    height: 100%;
}

.account-menu .nav-menu {
    width: 100%;
}

.account-menu .nav-menu ul {
    width: 100%;
}

.account-menu .nav-menu ul li {
    margin-left: 0;
}

.account-menu .nav-menu ul li a {
    padding: 15px 20px;
    border-bottom: 2px solid #3b3b3b;
    border-right: unset;
}

.my-orders h2, .my-account h2 {
    color: #252525;
    font-weight: 700;
    text-align: left;
    margin-bottom: 35px;
}

.order_box .card-footer .not-active,
.order_box .order-box-header .not-active {
    font-size: 80%;
    color: #636363;
}

.order-box .card-footer .active,
.order-box .order-box-header .active {
    color: #000;
    font-weight: 700;
}

.order-box .order-box-header .total {
    color: #e7ab3c;
}

.order-box-header {
    padding: 0.75rem 0.75rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.075);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.order-box{
    background-color: #fff;
    border: 1px solid #a7adb1 !important;
    min-height: 100px;
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 0.75rem;
}

.order-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0.75rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.order-row a {
    color: #212529;
    transition: all 0.3s;
}

.order-row a:hover {
    color: #e7ab3c;
}

.order-row div:last-child {
    font-weight: 700;
}

.order-rows .order-row:last-child {
    border-bottom: 0;
}

.my-orders div:last-child {
    margin-bottom: 0;
}

.order-box .primary-btn {
    background-color: #252525;
    border-radius: 0;
    padding: 8px 15px;
    transition: all 0.3s;
}

.order-box .primary-btn:hover {
    color: #fff;
    background-color: #e7ab3c;
}

.account-menu .nav-menu li span.notification {
    position: absolute;
    right: 10px;
    top: 16px;
    height: 20px;
    width: 20px;
    background: #e7ab3c;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
}

.account-menu .nav-menu li.active span.notification,
.account-menu .nav-menu li:hover span.notification {
    background: #252525;
}

/*----------------------------------------*/
/* 11. Home
/*----------------------------------------*/

.single-banner .inner-text a h4, .product-large a, .product-large a::before {
    transition: 0.3s all;
}

.single-banner .inner-text a:hover h4, .product-large a:hover {
    color: #e7ab3c;
}

.product-large a:hover::before {
    background-color: #e7ab3c;
}

.instagram-photo .insta-item .inside-text h5 a:hover {
    color: #e7ab3c;
}

/*----------------------------------------*/
/* 12. Currency
/*----------------------------------------*/

.header-top .ht-right .lan-selector {
    margin-top: 8px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .header-top .ht-right .lan-selector {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.header-top .ht-right .lan-selector button {
    background-color: #fff;
    border: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #e7ab3c;
}

.product-large {
    padding-top: unset;
}

.product-large .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    padding-top: 285px;
}

/*----------------------------------------*/
/* 13. Coming Soon Page
/*----------------------------------------*/
.coming-soon .left-welcome {
    background-image: url(../img/home_back2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

.coming-soon .img-sec {
    width: 100%;
    background: rgba(12, 11, 12, 0.6);
    text-align: center;
    height: 100%;
    padding: 50px 20px 0;
    color: #fff;
}

.coming-soon .left-welcome .img-sec h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0;
    margin-top: 50px;
    margin-bottom: 0;
    font-weight: 700;
}

.coming-soon .left-welcome .img-sec p {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0;
    color: #aaa;
}

.coming-soon .left-welcome ul {
    display: inline-flex;
}

.coming-soon .left-welcome ul li {
    margin: 5px;
}

.coming-soon .left-welcome ul li a {
    width: 38px;
}

@media only screen and (max-width: 767px) {
    .hero-items .single-hero-items {
        height: auto;
        background-size: cover;
        background-position-x: center;
        background-position-y: top;
        /*height: 625px;*/
        /*background-size: cover;*/
        /*background-position-x: center;*/
    }
}

.benefit-items .single-benefit {
    padding-left: 25px;
    padding-right: 25px;
}

.nice-select.open .list {
    max-height: 300px;
    overflow-y: scroll !important;
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%!important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0!important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}
