﻿

/****** Theme Reset Style ***********************************************************
*********************************************************** Theme Reset Style ******/
@font-face {
    font-family: 'Noto Naskh Arabic';
    src: url('/fonts/NotoNaskhArabic-SemiBold.ttf');
    src: local('☺'), url('/fonts/NotoNaskhArabic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #F5F2ED;
    font-family: 'Noto Naskh Arabic';
    /*  background-color: #c9a15b;*/
    direction: rtl;
    font-size: 20px;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
        margin: 0 0 20px;
        color: #A04A00 !important;
        font-family: Cairo;
    }

:is(h1, h2, h3, h4, h5, h6) a {
    color: #A04A00 !important;
}

    :is(h1, h2, h3, h4, h5, h6) a:hover {
        color: #783902 !important;
    }
/*h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #e2c9a6 !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a:hover{
    color: #e2c9a6 !important;
}*/

p a {
    color: #e2c9a6 !important;
}

    p a:hover {
        text-decoration: underline;
        outline: none;
    }

p {
    letter-spacing: normal;
    line-height: 24px;
    font-size: 14px;
    color: #e2c9a6;
    margin: 0 0 30px;
}

a {
    color: #A04A00;
    text-decoration: none;
    outline: none;
    display: block;
}

    a:hover, a:focus, a:active {
        outline: none;
        text-decoration: none;
    }

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

img {
    max-width: 100%;
}

iframe {
    border: 0;
    width: 100%;
}

button {
    background: none;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #7f7f7f;
    display: block;
    font-weight: 400;
    margin: 0;
}

textarea {
    border-radius: 0 !important;
    resize: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input,
.form-control {
    height: 35px;
    line-height: 48px;
    width: 100%;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    width: 100%;
    background: none;
    padding: 0 20px;
    border: 1px solid #e2c9a6;
    box-shadow: none;
    margin-bottom: 10px;
}
.SubTitle input[type="text"] {
    color: #4C2F12;
}

textarea {
    height: auto !important;
}
/****** Theme Reset Style ***********************************************************
*********************************************************** Theme Reset Style ******/

/****** Global Elements ***********************************************************
*********************************************************** Global Elements ******/
.section-title-lit {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

    .section-title-lit h2 {
        color: #A04A00;
        display: inline-block;
        padding: 0 25px;
        position: relative;
        z-index: 2;
    }

    /* الخطوط */
    .section-title-lit::before,
    .section-title-lit::after {
        content: "";
        position: absolute;
        top: 40%;
        width: 42%;
        height: 2px;
        background: linear-gradient(to left, transparent, #A04A00);
    }

    .section-title-lit::after {
        left: 0;
        background: linear-gradient(to right, transparent, #A04A00);
    }

    .section-title-lit::before {
        right: 0;
    }

    /* الزخرفة الجانبية */
    .section-title-lit h2::before,
    .section-title-lit h2::after {
        content: "❖";
        color: #A04A00;
        font-size: 18px;
        position: relative;
        top: -2px;
    }

    .section-title-lit h2::before {
        margin-left: 10px;
    }

    .section-title-lit h2::after {
        margin-right: 10px;
    }

.main-heading-holder {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.main-heading h2 {
    font-size: 24px;
    font-weight: normal; /* ← removes bold */
    line-height: 1.2; /* ← important */
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color:#f7f7f7;
  
}

.main-heading {
    position: relative;
    display: inline-block;
    width: 100%;
}
    /* lines */
    .main-heading::before,
    .main-heading::after {
        content: "";
        position: absolute;
        top: 50%;
        height: 1px;
        background-color: #A04A00;
        width: calc(50% - 100px); /* adjusts based on text */
        transform: translateY(-50%);
    }

  
    .main-heading::before {
        left: 0;
    }

    .main-heading::after {
        right: 0;
    }

.sec-heading {
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 1px solid #d38745;
    position: relative;
}

    .sec-heading::after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .sec-heading h3,
    .sec-heading h4 {
        font-weight: bold;
        font-size: 20px;
        margin: 0;
       color:#fff !important;
    }

    .sec-heading h4 {
        font-size: 19px;
    }

    .sec-heading::before {
        content: "";
        position: absolute;
        width: 70px;
        border-bottom: 3px solid;
        bottom: -2px;
        left: 0;
    }

    .sec-heading .view-all {
        float: right;
        color: #999;
        line-height: 20px;
        margin: 7px 0 0;
    }

        .sec-heading .view-all i {
            margin: 0 0 0 6px;
        }

button {
    border: 0;
    border-radius: 0;
}

.btn-1 {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 0 28px;
    height: 58px;
    line-height: 58px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    z-index: 11;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
}

    .btn-1 i {
        padding: 0 0 0 10px;
    }

    .btn-1:hover {
        color: #fff;
    }

        .btn-1:hover:before {
            width: 100%;
            opacity: 1;
            background: rgba(0,0,0,0.3);
        }

    .btn-1:before {
        content: '';
        border-radius: 5px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50%;
        z-index: -1;
        opacity: 0;
    }

    .btn-1.sm {
        height: 40px;
        line-height: 40px;
        padding: 0 18px;
        font-size: 13px;
    }

    .btn-1.shadow-0 {
        box-shadow: none;
    }

    .btn-1.full-width {
        width: 100%;
    }

    .btn-1.blank {
        background: #e2c9a6;
        color: #964d22;
    }

.pagination-holder {
    width: 100%;
}

.pagination {
    max-width: 100% !important;
    width: 500px;
}

.pagination-holder ul {
    margin: 30px 0 0;
}

    .pagination-holder ul li {
        margin: 0 0 0 10px;
        float: right;
        height: 40px !important;
    }

        .pagination-holder ul li:first-child {
            margin: 0;
        }

        .pagination-holder ul li a {
            border: 0;
            padding: 0 12px;
            height: 36px;
            line-height: 32px;
            display: block;
            box-shadow: none;
            color: #e2c9a6;
            font-weight: bold
        }

        .pagination-holder ul li.active a {
            border: 1px solid;
            border-radius: 100%;
            background: none;
        }

        .pagination-holder ul li a:hover {
            background: none;
        }

.tc-breadcrumb ul {
    display: inline-block;
}

.tc-breadcrumb li {
    float: left;
    color: #656565;
}

    .tc-breadcrumb li a {
        float: left;
        font-weight: bold;
    }

    .tc-breadcrumb li::before {
        float: left;
        line-height: 22px;
        content: "\f111";
        font-family: icomoon;
        margin: 0 10px;
        font-size: 7px;
    }

    .tc-breadcrumb li:first-child::before {
        display: none;
        margin: 0;
    }

.social-icons {
    overflow: hidden;
}

    .social-icons li {
        float: left;
        margin: 0 0 0 10px;
    }

        .social-icons li:first-child {
            margin: 0;
        }

        .social-icons li a {
            height: 28px;
            line-height: 28px;
            text-align: center;
            width: 28px;
            border-radius: 100%;
            border-radius: 100%;
            color: #fff;
        }

            .social-icons li a.facebook {
                background: #3c5899;
            }

            .social-icons li a.twitter {
                background: #5ea9dd;
            }

            .social-icons li a.instagram {
                background: #c41b73;
            }

            .social-icons li a.youtube {
                background: #ee1c1b;
            }

            .social-icons li a.pinterest {
                background: #bd081c;
            }

.countdown {
    margin: 0 0 20px;
    display: inline-block;
    overflow: hidden;
}

    .countdown li {
        text-align: center;
        float: left;
        margin: 0 0 0 30px !important;
    }

        .countdown li:first-child {
            margin: 0 !important;
        }

        .countdown li span {
            background: #fff;
            color: #252525;
            border-radius: 2px;
            font-size: 30px;
            padding: 30px 15px;
            display: block;
            border: 1px solid #ebebeb;
            overflow: hidden;
            margin: 0 0 20px;
        }

    .countdown li {
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        color: #e2c9a6;
    }

.rating-stars li {
    float: left;
    margin: 0 0 0 4px;
}

    .rating-stars li:first-child {
        margin: 0
    }

    .rating-stars li i {
        color: #f0bf2d;
        font-size: 14px;
    }

.overlay-dark {
    position: relative;
}

    .overlay-dark::before,
    .overlay-dark::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: -1;
    }

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.position-center-x {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.position-center-y {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.p-absolute {
    position: absolute;
}

.p-relative {
    position: relative;
}

.z-index-2 {
    z-index: 2;
}

.font-italic {
    font-style: italic
}

.font-lato {
    font-family: 'Lato', sans-serif;
}

.font-merriweather {
    font-family: 'Merriweather', serif;
}

.white-bg {
    background: #F5F2ED !important;
}

.gray-bg {
    background: #F5F2ED ;
}

.text-white {
    color: #fff;
}

.font-bold {
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.d-inline-block {
    display: inline-block;
}

.d-block {
    display: block;
}

.h-white h1,
.h-white h2,
.h-white h3,
.h-white h4,
.h-white h5,
.h-white h6 {
    color: #fff;
}

.p-white p {
    color: #fff;
}

.h-m-0 h1,
.h-m-0 h2,
.h-m-0 h3,
.h-m-0 h4,
.h-m-0 h5,
.h-m-0 h6 {
    margin: 0;
}

.p-m-0 p {
    margin: 0;
}

.h-white h1 a,
.h-white h2 a,
.h-white h3 a,
.h-white h4 a,
.h-white h5 a,
.h-white h6 a {
    color: #fff;
}

.p-white p {
    color: #fff;
}

.h-m-0 h1 a,
.h-m-0 h2 a,
.h-m-0 h3 a,
.h-m-0 h4 a,
.h-m-0 h5 a,
.h-m-0 h6 a {
    margin: 0;
}

.p-m-0 p a {
    margin: 0;
}

.navbar-brand {
    height: auto;
    width: auto;
    padding: 0;
}

.tc-padding-top {
    padding-top: 40px;
}

.tc-padding-bottom {
    padding-bottom: 10px;
}

.tc-padding {
    padding: 20px 0;
}

.tc-margin {
    margin: 108px 0;
}

.tc-margin-top {
    margin-top: 80px;
}

.tc-margin-bottom {
    margin-bottom: 80px;
}

.btn-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .btn-list li {
        float: left;
        margin: 0 0 0 30px;
        width: 46%;
    }

        .btn-list li:first-child {
            margin: 0;
        }

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.border-0 {
    border: 0 !important;
}

.m-lef-0 {
    margin-left: 0;
}

.m-right-0 {
    margin-right: 0;
}

.w-100-pre {
    width: 100%;
}

.h-100-pre {
    height: 100%;
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.has-layout {
    float: left;
    width: 100%;
}

.box-layout {
    width: 1250px;
    margin: 50px auto;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.39);
}

.after-clear::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.slick-list {
    margin: 0 -15px;
    overflow: hidden;
}

    .slick-list .slick-slide {
        margin: 0 15px;
    }
/****** Global Elements ***********************************************************
*********************************************************** Global Elements ******/

/****** Home Page 1 ***********************************************************
*********************************************************** Home Page 1 ******/
.wrapper {
    position: relative;
    overflow: hidden;
}

/****** Header ******/
.topbar {
    background: #A04A00;
    padding: 15px 0;
}
.search {
    background: #A04A00 !important;
   }


/* Online Option */
.online-option {
    float: left;
}

    .online-option ul li {
        float: left;
    }

        .online-option ul li::before {
            content: "\f111";
            float: left;
            color: #fff;
            font-family: icomoon;
            font-size: 4px;
            margin: 5px 10px 0 10px;
        }

        .online-option ul li:first-child::before {
            display: none;
        }

        .online-option ul li a {
            color: #fff;
            font-size: 11px;
            text-transform: uppercase;
            float: right;
        }

/* Cart Option */
.cart-option {
    float: right;
    margin: 0 30px 0 0;
}

    .cart-option ul li {
        float: left;
        margin: 0 0 0 30px;
        text-transform: uppercase;
    }

        .cart-option ul li:first-child {
            margin: 0;
        }

        .cart-option ul li a {
            color: #fff;
            font-size: 12px;
        }

            .cart-option ul li a i {
                font-size: 16px;
                margin: 0 10px 0 0;
            }

.add-cart a {
    position: relative;
}

    .add-cart a i {
        margin: 0 !important;
    }

    .add-cart a span {
        height: 16px;
        width: 16px;
        border-radius: 100%;
        display: block;
        text-align: center;
        position: absolute;
        top: 0;
        right: -8px;
        font-size: 10px;
        line-height: 14px;
        border: 1px solid #A04A00;
    }

.topbar .social-icons {
    margin: -2px 0 0;
}

/* Nav */
.nav-holder {
    padding: 5px 0;
    background: #F5F2ED; /*#F5F2ED*/
}

    .nav-holder.style-1 {
        padding: 5px 0 0;
        position: relative;
        z-index: 10;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.28);
        -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.28);
        box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.28);
    }

/* Responsive Menu */
.responive-nav {
    background: #fff;
    padding: 40px 0;
    overflow: auto;
    z-index: 1000;
}

.respoinve-nav-list li a {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

    .respoinve-nav-list li a:hover {
        background: rgba(0,0,0,0.1);
    }

.respoinve-nav-list > li:last-child > a {
    border-bottom: 0;
}

.respoinve-nav-list li ul {
    margin: 0 0 0 30px;
}

    .respoinve-nav-list li ul li a {
        padding: 15px;
        margin: 0 0 0 30px;
    }

.responsive-btn {
    display: block;
    padding: 10px 0;
    position: absolute;
    bottom: -57px;
    z-index: 1;
    right: 50px;
    float: right
}

.responsive-btn {
    display: none;
}

/* Logo */
.logo {
    float: right;
}
/* Nav Links */
.navigation > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
}

.navigation ul > ul > li {
    flex: 0 0 auto;
}

.navigation > ul > li > a {
    font-size: 16px !important;
    font-family: Cairo !important;
    color: #6e4517;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: center;
    padding: 15px 15px;
    position: relative;
    display: inline-flex; /* Use flex to align icon + text */
    align-items: center; /* vertical alignment */
    gap: 8px; /* space between icon and text */
    margin: 30px 10px 0 0;
    white-space: nowrap;
}

    /* Icon positioning */
    .navigation > ul > li > a i {
        position: static; /* remove absolute */
        font-size: 18px;
        color: #6e4517;
    }

    /* Bottom border animation stays the same */
    .navigation > ul > li > a::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background: #6e4517;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 0.3s ease;
    }

    .navigation > ul > li > a:hover::before,
    .navigation > ul > li.active > a::before {
        transform: scaleX(1);
    }

    /* Dropdown arrow */
    .navigation > ul > li > a .dropdown-arrow {
        font-size: 12px; /* smaller arrow */
        color: #6e4517;
        margin-left: 4px; /* slight spacing from text */
        transition: transform 0.3s; /* optional animation */
    }

/* Rotate arrow on hover/open */
.navigation > ul > li:hover > a .dropdown-arrow,
.navigation > ul > li.active > a .dropdown-arrow {
    transform: rotate(180deg);
}

/* Dropdown */
.navigation ul li > ul {
    font-family: Cairo !important;
    color: #6e4517;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 80%;
    border-radius: 0 0 4px 4px;
    position: absolute;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    background: #e2c9a6;
    z-index: 100;
    border-bottom: 3px solid;
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.24);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.24);
    box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.24);
}

.navigation ul li ul li {
    position: relative;
    float: none;
    border-bottom: 1px solid #e8e8e8;
}

    .navigation ul li ul li:last-child {
        border: 0;
    }

    .navigation ul li ul li a {
        width: 100%;
        position: relative;
        color: #A04A00;
        padding: 15px 30px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        text-transform: capitalize;
        text-align: left;
    }

        .navigation ul li ul li a:hover {
            color: #fff;
        }

        .navigation ul li ul li a::before {
            z-index: -1;
            content: "";
            position: absolute;
            left: 0;
            height: 100%;
            width: 0;
            top: 0;
        }

        .navigation ul li ul li a:hover::before {
            width: 100%;
        }

    .navigation ul li ul li .mega-dropdown a {
        padding: 0;
    }

.navigation ul li.dropdown-icon > a::after {
    content: "\f107";
    font-family: icomoon;
    position: absolute;
    margin: 0 0 0 10px;
}

.navigation ul li ul li.dropdown-icon > a::after {
    content: "\f105";
    margin: 0 0 0 40px;
}

.navigation ul li ul li a i {
    color: #666;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -7px 0 0;
}

.navigation ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
/* Sub Menu */
.navigation ul li > ul li ul {
    left: 110%;
    top: 0 !important;
}

.navigation ul li ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

/* Maga Dropdown */
.mega-dropdown-wrapper {
    position: relative;
}

.mega-dropdown-holder {
    position: initial !important;
}

    .mega-dropdown-holder > ul {
        width: 100% !important;
        top: 80px !important;
        right: 0;
        -webkit-box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.24);
        -moz-box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.24);
        box-shadow: inset 0px 2px 3px 0px rgba(50, 50, 50, 0.24);
    }

    .mega-dropdown-holder:hover > ul {
        top: 95px !important;
    }

.mega-dropdown {
    padding: 50px 30px 30px;
    background: #F5F2ED;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.12);
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.12);
}

.categories-list h6 {
    font-weight: bold;
    text-transform: uppercase;
}

.categories-list a {
    margin: 0 0 10px;
    display: block;
    padding: 0;
    text-align: right;
    text-transform: capitalize;
    font-size: 12px;
}

    .categories-list a:last-child {
        margin: 0;
    }

.mega-dropdown .s-product {
    text-align: center;
}

    .mega-dropdown .s-product .s-product-img {
        margin: 0 0 10px;
    }

/* Search Bar */
.search-bar {
    float: right;
    margin: 20px 0 0;
    position: relative;
}

    .search-bar a {
        height: 34px;
        width: 34px;
        line-height: 32px;
        text-align: center;
        border-radius: 100%;
        color: #fff;
        background: #0c2c40;
        border: 0;
    }

    .search-bar .sub-btn:hover {
        color: #fff;
    }

.search-modal .input-append {
    position: absolute;
    right: 0;
    top: 80px;
    width: 290px;
    background: #fff;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
}

    .search-modal .input-append button {
        height: 34px;
        width: 34px;
        line-height: 32px;
        text-align: center;
        border-radius: 100%;
        color: #0c2c40;
        border: 0;
        position: absolute;
        top: 5px;
        right: 10px;
        padding: 0;
    }

.open-search {
    visibility: visible !important;
    opacity: 1 !important;
    top: 70px !important;
}

/* Banner */
.banner-holder {
    position: relative;
}

.main-slider .item {
    display: inline-block;
    position: relative;
}

.main-slider .slick-list {
    margin: 0 !important;
}

.main-slider .slick-slide {
    margin: 0 !important;
}

.banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.caption.style-1 {
    width: 502px;
    right: 15px;
}

    .caption.style-1 h1 {
        font-size: 65px;
        text-transform: capitalize;
        font-style: italic;
        font-weight: bold;
    }

    .caption.style-1 b {
        font-size: 48px;
        font-weight: 300;
        color: #e2c9a6;
        line-height: 65px;
        margin: 0 0 20px;
        display: block;
    }

    .caption.style-1 p {
        font-size: 18px;
    }

.layer-img {
    margin: 50px 0 0 0;
    float: left;
}

.banner-overlay .full-width {
    width: 100% !important;
}

.banner-next,
.banner-prev {
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    color: #030303;
    border-radius: 100%;
    float: left;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
    font-size: 20px;
    top: 50%;
    position: absolute;
    margin: -50px 0 0;
    z-index: 2;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.19);
    box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.19);
}

.banner-prev {
    left: 150px;
}

.banner-next {
    right: 150px;
}

.caption.style-2 {
    float: right;
    width: 700px;
}

    .caption.style-2 h1 {
        font-size: 56px;
        text-transform: none !important;
        color: #fff;
        font-style: inherit;
        font-style: italic;
        font-weight: bold;
    }

        .caption.style-2 h1 span {
            display: block;
            margin: 15px 0 0;
        }

    .caption.style-2 p {
        font-size: 18px;
        color: #fff;
    }

/****** Main Content ******/

/* Upcoming Release */
.upcoming-release {
    background: url(/images/upcoming-release/pattern-1.jpg) repeat;
    padding: 0 0 25px;
}

.release-heading {
    background: #A04A00;
    padding: 18px 0 18px 30px;
    position: relative;
    border-radius: 50px 0 0px 50px;
}

    .release-heading::before {
        content: "";
        background: #A04A00;
        position: absolute;
        top: 0;
        left: 100%;
        height: 100%;
        width: 999%;
    }

    .release-heading h5 {
        margin: 0;
        text-transform: capitalize;
        font-size: 18px;
        float: left;
        color: #fff;
    }

.release-slider-arrows {
    float: right;
}

    .release-slider-arrows li {
        margin: 0 0 0 5px;
        float: left;
        color: #fff;
        cursor: pointer;
        height: 23px;
        line-height: 23px;
        width: 23px;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 100%;
        text-align: center;
        font-size: 10px;
    }

        .release-slider-arrows li:first-child {
            margin: 0;
        }

.upcoming-slider {
    position: relative;
    min-height: 230px;
}

    .upcoming-slider::before {
        content: "";
        background: url(/images/upcoming-release/pattern-2.jpg) repeat;
        position: absolute;
        left: 0;
        height: 82%;
        width: 100%;
        top: 0;
        -webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.18);
        -moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.18);
        box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.18);
    }

.release-book-detail {
    background: #A04A00;
    padding: 17px 30px;
    border-radius: 30px 30px 0 30px;
    margin: -20px 0 0;
    position: relative;
}

.release-book-slider .item {
    display: inline-block;
}

.release-book-detail::before {
    content: "";
    background: url(/images/round-cerve.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 32px;
    height: 21px;
}

.release-book-detail::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.release-book-detail .detail {
    width: 100%;
    float: left;
}

    .release-book-detail .detail span {
        font-size: 28px;
        font-weight: bold;
    }

    .release-book-detail .detail h5 {
        font-size: 18px;
        font-weight: normal;
        margin: 0 0 10px;
    }

    .release-book-detail .detail p {
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 10px;
    }

.release-book-detail .detail {
    font-size: 16px;
    font-weight: normal;
    margin: 30px 0 0;
}

.release-book-detail .detail-img {
    float: right;
}

    .release-book-detail .detail-img img {
        border-radius: 4px;
    }

.bx-wrapper {
    margin: 0;
}

.release-book-detail i {
    float: right;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 1%;
}

.release-thumb-holder {
    padding: 20px 0 30px;
    overflow: hidden;
}

.release-thumb {
    text-align: left;
}

    .release-thumb .slick-list {
        padding: 0 !important;
        overflow: visible;
    }

    .release-thumb .item {
        display: inline-block;
    }

        .release-thumb .item:first-child {
            margin: 0;
        }

    .release-thumb .item {
        position: relative;
    }

    .release-thumb .item {
        border-radius: 10px;
        text-align: center;
    }

        .release-thumb .item > span {
            display: block;
            text-transform: uppercase;
            margin: 0 0 10px;
            font-size: 16px;
            font-weight: bold;
        }

        .release-thumb .item .b-shadow {
            display: inline-block;
            margin: 10px 0;
        }

        .release-thumb .item.slick-current.slick-active.slick-center::before {
            content: "";
            background: #fff;
            position: absolute;
            top: -8px;
            left: -14px;
            height: 200px;
            width: 135px;
            z-index: -1;
            border-radius: 8px;
            -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
            -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
            box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
        }

.plus-icon {
    height: 39px;
    width: 39px;
    line-height: 33px;
    text-align: center;
    border-radius: 100%;
    font-size: 30px !important;
    color: #fff;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -20px !important;
    font-weight: bold;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}

.release-thumb .item.slick-current.slick-active.slick-center .plus-icon {
    visibility: visible;
    opacity: 1;
}

.release-thumb .plus-icon {
    bottom: -30px;
}

/* Best Seller */
.best-seller {
    background-color: #F5F2ED !important;
}

.product-box {
    border: 1px solid #e7e7e7;
    position: relative;
}


    .product-box::before,
    .product-box::after {
        content: "";
        position: absolute;
        width: 80%;
        height: 80%;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
    }

    .product-box::before {
        border-left: 3px solid #A04A00;
        border-top: 3px solid #A04A00;
        left: 0;
        top: 0;
    }

    .product-box::after {
        border-right: 3px solid #A04A00;
        border-bottom: 3px solid #A04A00;
        right: 0;
        bottom: 0;
    }

    .product-box:hover::before,
    .product-box:hover::after {
        visibility: visible;
        opacity: 0.6;
        width: 100%;
        height: 100%;
    }

.product-img {
    padding: 30px 0;
    text-align: center;
    /*background: #f8f8f8;*/
    position: relative;
    z-index: 2;
    width: 95%;
    margin: 6px auto 0;
}

    .product-img img {
        -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
        -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
        box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
    }

.product-cart-option {
    left: 20px;
    opacity: 0;
    visibility: hidden;
}

    .product-cart-option li {
        margin: 0 0 15px;
    }

        .product-cart-option li:last-child {
            margin: 0;
        }

        .product-cart-option li a {
            height: 34px;
            width: 34px;
            line-height: 34px;
            text-align: center;
            color: #55779e;
            background: #fff;
            border: 1px solid #55779e;
        }

            .product-cart-option li a:hover {
                color: #fff;
            }

.product-box:hover .product-cart-option {
    opacity: 1;
    visibility: visible;
}

    .product-box:hover .product-cart-option li {
        margin: 0 0 6px !important;
    }

.product-img .sale-bacth {
    height: 60px;
    width: 60px;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    border-radius: 100%;
    display: block;
    position: absolute;
    right: 10px;
    color: #fff;
    text-transform: uppercase;
    top: 20px;
}

.product-detail {
    padding: 20px 20px;
    position: relative;
    z-index: 2;
}

    .product-detail > span {
        display: block;
        margin: 0 0 10px;
        text-transform: uppercase;
        font-size: 18px !important;
        color:#55779e !important;
        font-weight: 600;
    }

    .product-detail h5 {
        font-weight: normal;
        font-size: 16px;
        margin: 0 0 10px;
        line-height: 26px;
        min-height: 55px;
    }

    .product-detail p {
        margin: 0 0 10px;
        line-height: 26px;
        min-height: 55px;
        color: #dfae4b !important;
        font-size: 18px !important;
    }

.rating-nd-price {
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 15px;
}

    .rating-nd-price strong {
        float: left;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        
    }
.rating-nd-price1{
border:0 !important;
margin-top:10px;
display:block;
color: #A04A00 !important;
}
.rating-nd-price1 strong {
    float: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
  
}
.btn-readmore {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
    color: #A04A00;
    border: 1px solid #A04A00;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

    .btn-readmore:hover {
        background-color: #A04A00;
        color: #fff;
    }

.btn-readmore1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    font-size: 20px !important;
    color: #A04A00;
    border: 1px solid #A04A00;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

    .btn-readmore1:hover {
        background-color: #fff;
        color: #A04A00;
    }

.btn-readmore2 {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(45deg,#feb47b,#e2c9a6);
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-readmore2 i {
        margin-right: 6px;
        transition: 0.3s;
    }

    .btn-readmore2:hover {
        /*background: linear-gradient(135deg, #b88a2a, #a67c2d);*/
        transform: translateY(-2px);
        color:#A04A00;
    }

        .btn-readmore2:hover i {
            transform: translateX(-4px);
        }
.rating-nd-price ul {
    float: right;
    margin: 3px 0 0;
}

.aurthor-detail {
    overflow: hidden;
    padding: 15px 0 0;
}

    .aurthor-detail span {
        float: left;
        text-transform: capitalize;
    }

        .aurthor-detail span img {
            border-radius: 100%;
            overflow: hidden;
            margin: 0 10px 0 0;
        }

    .aurthor-detail a {
        margin: 5px 0 0;
        float: right;
        height: 24px;
        width: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 100%;
        background: #f3f3f3;
    }

.product-detail::before,
.product-detail::after {
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    content: "";
    height: 8px;
    position: absolute;
}

.product-detail::before {
    bottom: -9px;
    left: 3px;
    width: 98.6%;
}

.product-detail::after {
    bottom: -17px;
    height: 8px;
    left: 6px;
    width: 96.6%;
}

.tabs-nav-holder {
    position: relative;
    margin: 0 0 30px;
}

    .tabs-nav-holder .tab-content > .tab-pane {
        display: block;
        height: 0;
    }

    .tabs-nav-holder .tab-content > .active {
        height: auto;
    }

    .tabs-nav-holder::before {
        content: "";
        position: absolute;
        bottom: 0;
        border-bottom: 1px solid #e7e7e7;
        height: 100%;
        width: 100%;
        left: 0;
        z-index: -1;
    }

.best-sellers-tabs .tabs-nav {
    overflow: hidden;
    float: left;
    border-radius: 4px;
}

    .best-sellers-tabs .tabs-nav li {
        float: left;
        border: 1px solid #efefef;
        border-left: 0;
    }

        .best-sellers-tabs .tabs-nav li:last-child {
            left: 0;
        }

        .best-sellers-tabs .tabs-nav li:first-child {
            border-left: 1px solid #efefef;
        }

        .best-sellers-tabs .tabs-nav li a {
            padding: 12px 25px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            font-family: 'Merriweather', serif;
            min-width: 115px;
            background: #fafafa;
        }

        .best-sellers-tabs .tabs-nav li.ui-tabs-active a {
            color: #fff;
            border-radius: 4px;
        }

.best-seller-slider {
    overflow: hidden;
    padding: 0 0 20px;
}

    .best-seller-slider .item {
        display: inline-block;
    }

/* Add Banner */
.add-banner {
    position: relative;
    border-radius: 5px;
    min-height: 172px;
}

    .add-banner::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border-radius: 5px;
    }
    /*.add-banner-1::before{ background: rgba(153,211,255,0.85);}
.add-banner-2::before{ background: rgba(197,241,95,0.85);}*/
    /*.add-banner img{width:100%;}*/
    /*.add-banner{ background: url(/images/add-banners/img-01.jpg) no-repeat;}*/
    .add-banner h3 {
        font-size: 22px;
        margin: 0 0 10px;
        font-style: italic;
        font-weight: bold;
        color: #0c085c;
    }

    .add-banner p {
        margin: 0;
        font-size: 16px;
    }

    .add-banner hr {
        border-top: 1px solid rgba(0,0,0,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.2);
        margin: 10px 0;
    }

    .add-banner strong {
        font-size: 18px;
        font-weight: bold;
        color: #e2c9a6;
    }

        .add-banner strong sup {
            font-size: 10px;
        }

    .add-banner .adds-book {
        position: absolute;
    }

    .add-banner:hover .adds-book {
        transform: scale(1.1);
    }

.add-banner-1 .adds-book {
    top: -20px;
    left: 0;
}

.add-banner-2 .adds-book {
    top: -20px;
    right: 0;
}

.add-banner-1 {
    padding: 20px 40px 20px 186px;
}

.add-banner-2 {
    padding: 20px 186px 20px 40px;
}

    .add-banner-2 h3 {
        font-size: 36px;
    }

    .add-banner-2 strong {
        font-size: 20px;
        font-style: italic;
        margin: 0 0 10px;
        display: block;
    }

    .add-banner-2 p {
        color: #343434;
        font-size: 20px;
    }

/* Recomended Products */
.recomended-products {
    background: url(/images/staff-bg.jpg) repeat;
    padding-bottom: 73px;
}

.wood-bg {
    padding: 0 214px 95px;
    background: url(/images/book-shelf-img.png) no-repeat 40px 80px;
    position: relative;
}

.recomend-slider {
    overflow: hidden;
}

    .recomend-slider .item {
        display: inline-block;
    }

.recomend-arrows {
    border-radius: 0;
    background: none;
    border: 1px solid #999;
    color: #999;
    margin: -60px 0 0;
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
}

.recomend-prev {
    right: 100%;
    left: auto;
}

.recomend-next {
    left: 100%;
}

.recomend-arrows:hover {
    background: #A04A00;
    border-color: #A04A00;
}

.open-book-view .modal-content {
    background: rgba(0,0,0,0.4);
    padding: 40px;
}

.open-book-view .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.view-page {
    position: fixed;
    z-index: 101;
    top: 200px;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.position-center-x {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#magazine {
    width: 350px;
    height: 300px;
}

    #magazine .turn-page {
        background-color: #ccc;
        background-size: 100% 100%;
    }

/* Book Collection */
.book-collection {
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #e2c9a6;
 /*background-color: #F5F2ED;*/
 background-image: url('/images/pattern.jpeg');
    background-repeat: repeat;
    background-size: 200px;
    opacity: 1;
}

    .book-collection .nav-tabs {
        float: left;
        width: 100%;
        margin: 0;
    }

.sidebar {
    /*background: #e2c9a6;
    border: 1px solid #A04A00;*/
    /*display: inline-block;*/
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0px;
    border-radius: 10px;
    border-top: 4px solid #A04A00;
}

/* Width */
::-webkit-scrollbar {
    width: 5px;
   
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #A04A00;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #A04A00;
    }
.sidebar h4 {
    font-weight: bold;
    border-bottom: 1px solid #A04A00;
    padding: 15px;
    margin: 0;
  
}

    .sidebar ul {
        height: 600px;
        overflow-y: scroll;
    }

        .sidebar ul li {
            position: relative;
        }

            .sidebar ul li a {
                padding: 10px 20px;
                position: relative;
                z-index: 2;
            }

            .sidebar ul li.active {
                background: #A04A00;
                color: #e2c9a6;
            }

                .sidebar ul li.active a {
                    color: #e2c9a6;
                }

            .sidebar ul li:hover {
                background: #A04A00;
                color: #e2c9a6;
            }

                .sidebar ul li:hover a {
                    color: #e2c9a6;
                }

            .sidebar ul li::before {
                content: "";
                position: absolute;
                height: 100%;
                width: 0;
                top: 0;
                left: 0;
                z-index: 1;
            }
/*.sidebar ul li.ui-state-active::before{ color: #fff; width: 100%;}
.sidebar ul li.ui-state-active a{ color: #fff;}*/
.collection-content {
    margin: -10px 0 0 -30px;
}

    .collection-content::after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    /*.collection-content li{width:16.5%; margin: 10px 0 10px 29px;}*/
    .collection-content li {
        width: 22%;
        margin: 10px 0 20px 20px;
    }





.s-product {
    min-height: 450px;

}

    .s-product img {
        -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
        -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
        box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
    }

    .s-product h6 {
        font-size: 14px;
        color: #e2c9a6;
        margin: 0 0 10px;
        min-height: 60px;
        line-height: 20px;
    }
        .s-product h6 a {
            color: #A04A00 !important;
        }
    .s-product > span {
        color: #999;
        text-transform: capitalize;
    }

.s-product-img {
    position: relative;
    margin: 0 0 20px;
    /*max-height: 250px;*/
}
.author-name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    
}

.s-product-hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

.s-product-img:hover .s-product-hover {
    visibility: visible;
    opacity: 1;
    text-align: center;
}

.s-product-hover .position-center-x {
    width: 100%;
}

.s-product-hover .plus-icon {
    visibility: visible;
    opacity: 1;
    display: inline-block;
    font-size: 14px !important;
    line-height: 40px;
}

    .s-product-hover .plus-icon i {
        margin: 0 0 0 -2px;
    }

    .s-product-hover .plus-icon:hover {
        background: #fff;
    }

.s-product-hover .btn-1 {
    font-size: 12px;
    display: inline-block;
    background: #fff;
    font-weight: bold;
}

.s-product-img:hover .s-product-hover .btn-1 {
    margin: 55px 0 0;
}

.recommended-by li {
    float: left;
    width: auto;
    margin: 0 10px 0 0;
}

    .recommended-by li:first-child {
        float: none;
        color: #999;
        margin: 0 0 5px;
        text-transform: uppercase;
        font-size: 12px;
    }

    .recommended-by li:last-child {
        margin: 0;
    }

    .recommended-by li img {
        border-radius: 100%;
        overflow: hidden;
    }

/* Services */

.services-text strong {
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px;
    font-weight: normal;
}

.services-text h3 {
    line-height: 35px;
    font-size: 22px;
    font-weight: bold;
}

.service-column {
    padding: 0 60px 0 0;
    position: relative;
    margin: 0 0 30px;
}
.service-column .service-icon {
        right: 0;
        left: auto;
 }

.shipping-gradient {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    border-radius: 10px;
    background: linear-gradient(45deg,#e2c9a6,#feb47b);
    color: white;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
}

    .shipping-gradient:hover {
        opacity: 0.9;
        color: #A04A00;
    }
.about-title {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-right: 15px;
    margin-bottom: 20px;
    font-family: Cairo;
}

    .about-title::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 5px;
        background: #e2c9a6;
        border-radius: 5px;
    }


.service-column .service-icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    background: #A04A00;
    text-align: center;
    color: #fff;
    font-size: 25px;
    border-radius: 100%;
}

    .service-column p {
        margin: 5px 0 0 0;
        color:#fff !important;
    }

    .service-column h5 {
        font-size: 16px;
        font-weight: bold;
        padding: 12px 0 0;
    }

/* Aurthor History */
.timeline-area {
    background: #A04A00;
}

.aurthor-img {
    border: 10px solid rgba(255,255,255,0.1);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.67);
}

.s-related-products {
    float: right;
    margin: 44px 0 0;
}

    .s-related-products li:first-child {
        margin: 0;
    }

    .s-related-products li {
        float: left;
        margin: 0 0 0 15px;
        text-align: center;
    }

        .s-related-products li img {
            margin: 0 0 15px;
        }

        .s-related-products li h6 {
            color: #fff;
            font-size: 12px;
            margin: 0;
        }

.timeline-detail .item {
    display: inline-block;
}

.timeline-detail h5 {
    color: #fff;
    font-size: 12px;
    font-style: italic;
}

    .timeline-detail h5 span {
        font-style: normal;
        font-size: 16px;
    }

.timeline-detail .detail {
    width: 60%;
    float: left;
}

    .timeline-detail .detail h2 {
        color: #fff;
    }

    .timeline-detail .detail strong.name {
        font: 16px/16px 'Merriweather', serif;
        display: block;
        padding: 0 0 15px 0;
    }

        .timeline-detail .detail strong.name span {
            font: 300 italic 14px/14px 'Lato', sans-serif;
            color: #fff;
            padding: 0 0 0 10px;
        }

    .timeline-detail .detail p {
        color: #fff;
        font-weight: 300;
        margin: 0 0 15px 0;
    }

.follow ul li:first-child {
    color: #fff;
    line-height: 25px;
}

.timeline-detail .s-related-products {
    float: right;
}

.timeline-thumbs {
    margin: 0 0 30px;
    text-align: left;
    overflow: hidden;
    padding: 0 0 30px;
}

    .timeline-thumbs .slick-list {
        padding: 0 !important;
        overflow: visible !important;
    }

    .timeline-thumbs li {
        display: inline-block;
        position: relative;
        text-align: center;
    }

.timeline-thumbs {
    background: url("images/timeline-bg.png") left 45px repeat-x;
}

    .timeline-thumbs li::after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .timeline-thumbs > li {
        list-style: none;
        float: left;
        width: 137px;
        height: 50px;
        font-size: 24px;
        text-align: center;
    }

    .timeline-thumbs li {
        line-height: 38px;
        padding-bottom: 10px;
        font-size: 20px;
        position: relative;
        color: #fff;
    }

        .timeline-thumbs li.slick-current.slick-active {
            font-size: 30px;
        }

        .timeline-thumbs li::before {
            content: "";
            position: absolute;
            height: 15px;
            width: 15px;
            background: #323749;
            top: 100%;
            border-radius: 100%;
            left: 50%;
            margin: -6px 0 0 -7px;
            border: 6px solid transparent;
        }

        .timeline-thumbs li.slick-current.slick-active::before {
            border-color: #fff;
            height: 25px;
            width: 25px;
            margin: -10px 0 0 -10px;
        }

.timeline-slider-arrows {
    position: absolute;
    top: 10px;
    right: 15px;
}

    .timeline-slider-arrows li {
        margin: 0 0 0 2px;
        float: left;
        color: #fff;
        background: #111928;
        cursor: pointer;
        height: 23px;
        line-height: 22px;
        width: 23px;
        text-align: center;
        font-size: 14px;
    }

        .timeline-slider-arrows li:first-child {
            margin: 0;
        }

/* Blog and Gallery */
.latest-section h2 {
    margin: 0;
}

.blog-style-1 {
    float: left;
    width: 100%;
}

    .blog-style-1 .post-box {
        float: left;
        width: 100%;
        border-top: 1px solid #e7e7e7;
        padding: 15px 0;
    }

        .blog-style-1 .post-box:first-child {
            padding: 0 0 15px 0;
            border: 0;
        }

        .blog-style-1 .post-box .thumb {
            float: left;
            margin: 0 12px 0 0;
        }

        .blog-style-1 .post-box .text-column {
        }

            .blog-style-1 .post-box .text-column strong {
                font: 400 13px/13px 'Lato', sans-serif;
                color: #e2c9a6;
                display: block;
                padding: 0 0 10px 0;
            }

                .blog-style-1 .post-box .text-column strong .fa {
                    padding: 0 9px 0 0;
                    color: #ccc;
                }

            .blog-style-1 .post-box .text-column a {
                text-decoration: none;
                font: 700 13px/23px 'Merriweather', serif;
                color: #e2c9a6;
                text-decoration: none;
                padding: 0 0 15px 0;
                display: block;
            }

            .blog-style-1 .post-box .text-column span {
                font: 400 13px/13px 'Lato', sans-serif;
                color: #e2c9a6;
                float: left;
                padding: 0 10px;
            }

                .blog-style-1 .post-box .text-column span .fa {
                    padding: 0 9px 0 0;
                    color: #ccc;
                }

            .blog-style-1 .post-box .text-column em {
                font: normal 400 13px/13px 'Lato', sans-serif;
                color: #e2c9a6;
                float: left;
            }

                .blog-style-1 .post-box .text-column em .fa {
                    padding: 0 10px 0 0;
                }

.gallery {
    float: left;
    width: 100%;
}

    .gallery > ul {
        overflow: hidden;
        margin: 0 0 0 -10px;
    }

        .gallery > ul > li {
            float: left;
            margin: 0 0 10px 10px;
            width: 31.9%;
            overflow: hidden;
            position: relative;
        }

.gallery-list .overlay {
    background: rgba(30,41,61,0.85);
    text-align: center;
    display: none;
}

    .gallery-list .overlay ul {
        margin: 0 0 0 -77px;
        left: 50%;
    }

        .gallery-list .overlay ul li {
            float: left;
            margin: 0 0 0 10px;
        }

            .gallery-list .overlay ul li:first-child {
                margin: 0;
            }

            .gallery-list .overlay ul li a {
                border: 1px solid rgba(255,255,255,0.4);
                height: 37px;
                line-height: 35px;
                padding: 0 15px;
                border-radius: 3px;
                color: #fff;
            }

            .gallery-list .overlay ul li:first-child a i {
                margin: 0 10px 0 0;
            }

.gallery-list.style-2 > li {
    width: 24.1%;
}


/* Related Products */
.related-product{background-color:#e2c9a6;}

.related-product ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .related-product ul li:first-child {
        margin: 0;
    }

    .related-product ul li {
        position: relative;
        padding: 20px 10px 10px;
        text-align: center;
        border: 1px solid #A04A00;
        /*background: #A04A00;*/
        min-height: 200px;
        max-width: 250px;
        min-width: 210px;
        float: right;
        margin: 0 20px 0 0;
    }

        .related-product ul li .price {
            position: absolute;
            right: 15px;
            top: 15px;
            color: #55779e !important;
        }

        .related-product ul li img {
            margin: 0 0 10px;
        }

        .related-product ul li h5 {
            font-size: 14px;
            font-weight: normal;
            color: #e2c9a6;
            margin: 0;
            text-align: right;
            line-height: 25px;
            height: 50px;
        }

        .related-product ul li .product-cart-option {
            position: absolute;
            left: 10px;
            top: 25px;
        }

            .related-product ul li .product-cart-option li {
                margin: 0 0 0 2px;
                min-width: auto;
                min-height: auto;
                padding: 0;
                border: 0;
            }

        .related-product ul li:hover .product-cart-option {
            opacity: 1;
            visibility: visible;
        }

.related-product .content {
    overflow: auto;
    position: relative;
    padding: 0px;
    background: none;
    width: 100%;
    max-width: 100%;
    height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.related-product .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 55px;
    background: #f7f7f7;
    overflow: hidden;
    padding: 15px 25px;
    border-radius: 30px;
    width: 60%;
    margin: 0 auto;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: static !important;
    background: url(/images/progress-bg.jpg) repeat-x;
    border-radius: 20px;
}

.related-product .mCSB_scrollTools {
    opacity: 1;
}

    .related-product .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
        height: 13px;
        width: 65px;
        background: transparent;
    }

    .related-product .mCSB_scrollTools .mCSB_draggerRail {
        background: #f7f7f7;
    }

    .related-product .mCSB_scrollTools .mCSB_draggerRail {
        border-radius: 30px;
    }

    .related-product .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 28px;
        width: 65px;
        margin: -7px 0 0;
        background: url(/images/progress-triger.png) no-repeat;
    }

    .related-product .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
        padding: 0 25px;
    }

.mCSB_scrollTools .mCSB_dragger {
    height: 13px !important;
}

/* Tweet Slider */
.tweet {
    background: #55acee;
    padding: 50px 0;
}

.tweet-slider {
    overflow: hidden;
    position: relative;
}

    .tweet-slider .swiper-slide {
        padding: 0 100px 0 90px;
        overflow: hidden;
    }

        .tweet-slider .swiper-slide p {
            font-size: 18px;
            color: #1f2539;
            margin: 0 0 10px;
        }

            .tweet-slider .swiper-slide p a {
                display: inline-block;
                color: #fff;
                padding: 0;
            }

            .tweet-slider .swiper-slide p strong {
                color: #fff;
                font-weight: normal;
            }

        .tweet-slider .swiper-slide ul li {
            float: left;
            margin: 0 0 0 10px;
            color: #fff;
        }

            .tweet-slider .swiper-slide ul li:first-child {
                margin: 0;
            }

            .tweet-slider .swiper-slide ul li i {
                margin: 0 5px 0 0;
            }

.twit-icon {
    position: absolute;
    left: 0;
    height: 54px;
    line-height: 54px;
    width: 54px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
}

.tweet-slider-arrows {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -20px 0 0 0;
    z-index: 2;
}

    .tweet-slider-arrows li {
        background: none;
        border: 1px solid #fff;
        margin: 0 0 0 4px;
        border-radius: 100%;
        float: left;
        position: static;
        text-align: center;
        height: 26px;
        line-height: 24px;
        width: 26px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
    }

/****** Footer ******/
#footer {
    background: #e2c9a6;
    padding: 40px 0 0;
    float: left;
    width: 100%;
}

/* Footer Columns */
.footer-columns {
    padding: 0 0 10px;
}

.footer-ad-banner {
    text-align: center;
    margin: 0 0 35px;
}

.logo-column {
    padding: 0 !important;
}

    .logo-column a {
        margin: 0 0 30px;
    }

    .logo-column p {
        color: #b5b5b5;
    }

.address-list li {
    margin: 0 0 15px;
    color: #A04A00;
}

    .address-list li:last-child {
        margin: 0;
    }

    .address-list li i {
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        border-radius: 100%;
        /*background: #0c0f17;*/
        margin: 0 10px 0 0;
        border: solid 1px #A04A00;
        color: #A04A00 !important;
    }
    .address-list li a {
       
        color: #A04A00 !important;
    }
/*.footer-column{ padding: 35px 0 0;}*/
.footer-column h4 {
    margin: 0 0 40px;
    font-size: 15px;
}

.footer-links li {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
}

    .footer-links li:hover {
        padding: 0 0 0 5px;
    }

        .footer-links li:hover::before {
            left: 10px;
        }

    .footer-links li:last-child {
        margin: 0;
    }

    .footer-links li a::before {
        content: "\f105";
        font-family: icomoon;
        position: absolute;
        left: 0;
        top: 0;
        color: #b5b5b5;
    }

    .footer-links li a {
       position: relative;
    }

/* News Latters */

.newsletter h4 {
    color: #A04A00 !important;
    font-size: 20px;
 }
.newsletter p {
    color: #A04A00;
    margin: 0 0 20px;
    
}

.newsletter-input {
    position: relative;
    margin: 0 0 30px;
   }

    .newsletter-input i {
        height: 48px;
        line-height: 48px;
        color: #A04A00;
        font-size: 16px;
        position: absolute;
        left: 0;
        width: 48px;
        text-align: center;
        border-right: 1px solid #A04A00;
    }

    .newsletter-input input {
        border: 1px solid #A04A00;
        padding: 0 10px;
        font-size: 14px;
    }

    .newsletter-input button {
        position: absolute;
        right: 0;
        height: 47px;
        padding: 0 20px;
        border: 0;
        color: #A04A00 !important;
        top: 1px;
    }

.drpdwnlst {
    margin-bottom: 10px;
    color: #A04A00;
    width: 100%;
    background: none;
    font-size: 14px;
    font-weight: normal;
    height: 35px;
    border: 1px solid #A04A00;
}

.sub-foorer {
    background: #A04A00;
    padding: 10px 0;
}

    .sub-foorer p {
        color: #fff;
        font-size: 12px;
        margin: 0;
    }

.back-top {
    color: #fff;
    font-size: 12px;
    margin: 0 30px 0 0;
}
.back-top:hover {
    color: #fff !important;
  
}
    .back-top i {
        height: 25px;
        width: 25px;
        line-height: 25px;
        text-align: center;
        border-radius: 100%;
        margin: 0 0 0 10px;
        color: #fff !important;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

    .back-top i:hover {
       color: #fff !important;
    }

.cards-list {
    float: right;
    margin: 0 30px 0 0;
}

    .cards-list li {
        float: left;
        margin: 0 0 0 5px;
    }

/* Login Modal */
.login-modal {
    background: rgba(0,0,0,0.7);
}

    .login-modal .close {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .login-modal .modal-content {
        width: 445px;
        padding: 20px 35px;
    }

.modal-content > strong {
    display: block;
    margin: 0 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #1f2539;
}

.social-options {
    margin: 0 0 30px;
}

    .social-options ul li {
        overflow: hidden;
        margin: 0 0 15px;
    }

        .social-options ul li:last-child {
            margin: 0;
        }

        .social-options ul li a {
            height: 50px;
            line-height: 50px;
            text-align: center;
            color: #fff;
            border-radius: 3px;
            position: relative;
            font-weight: bold;
        }

            .social-options ul li a i {
                height: 100%;
                line-height: 50px;
                text-align: center;
                width: 60px;
                position: absolute;
                left: 0;
                background: rgba(0,0,0,0.2);
            }

            .social-options ul li a.facebook {
                background: #4b6ea9;
            }

            .social-options ul li a.twitter {
                background: #00d7fa;
            }

            .social-options ul li a.google {
                background: #dd4c3b;
            }

.terms {
    font-size: 15px;
    color: #999;
}

    .terms a {
        font-weight: bold;
        display: inline-block;
    }

/* Product Modal */
.quick-view {
    background: rgba(0,0,0,0.7);
}

    .quick-view .modal-content {
        padding: 50px;
        width: 880px;
    }

    .quick-view .single-product-detail {
        margin: 0;
    }

    .quick-view .close {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 20px;
    }

    .quick-view .prics {
        font-size: 20px;
        display: block;
        margin: 0 0 10px;
    }

        .quick-view .prics .was {
            color: #999;
            margin: 0 10px 0 0;
        }

    .quick-view .single-product-detail .rating-stars {
        margin: 0 0 10px;
    }

/****** Home Page 2 ***********************************************************
*********************************************************** Home Page 2 ******/

/****** Header 2 ******/
.nav-holder.style-2 {
    padding: 0;
}

    .nav-holder.style-2 .logo-bar {
        padding: 30px 0;
        overflow: hidden;
        background: url(/images/header-bg.jpg) repeat;
    }

    .nav-holder.style-2 .logo {
        float: left;
    }

    .nav-holder.style-2 .add-to-cart {
        float: right;
        padding: 15px 0 0;
    }

        .nav-holder.style-2 .add-to-cart .btn-1 {
            height: 43px;
            line-height: 43px;
            border: 1px solid #ddd;
            box-shadow: none;
            background: #fff;
            color: #e2c9a6;
            padding: 0 15px;
        }

            .nav-holder.style-2 .add-to-cart .btn-1:hover {
                color: #fff;
            }

            .nav-holder.style-2 .add-to-cart .btn-1 i {
                padding: 0 15px 0 0;
                position: relative;
            }

                .nav-holder.style-2 .add-to-cart .btn-1 i em {
                    height: 16px;
                    width: 16px;
                    border-radius: 100%;
                    line-height: 16px;
                    font-size: 12px;
                    color: #fff;
                    text-align: center;
                    position: absolute;
                    top: -7px;
                    right: 3px;
                }

.address-list.style-2 {
    float: right;
    margin: 0 50px 0 0;
    padding: 15px 0 0;
}

    .address-list.style-2 ul li {
        float: left;
        position: relative;
        padding: 0 0 0 45px;
        margin: 0 0 0 40px;
        color: #e2c9a6;
        font-size: 16px;
        font-weight: bold;
    }

        .address-list.style-2 ul li::before {
            content: "";
            height: 30px;
            width: 100%;
            border-left: 1px solid rgba(0,0,0,0.1);
            position: absolute;
            right: 20px;
            top: 10px;
        }

        .address-list.style-2 ul li:first-child::before {
            display: none;
        }

        .address-list.style-2 ul li span {
            display: block;
            font-weight: normal;
            font-size: 12px;
        }

        .address-list.style-2 ul li i {
            background: none;
            font-size: 30px;
            position: absolute;
            left: 0;
            top: 10px;
        }

.nav-holder.style-2 .nav-bar {
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.1);
    ;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.nav-holder.style-2 .navigation {
    margin: 0;
    float: left;
}

    .nav-holder.style-2 .navigation > ul > li > a {
        padding: 30px 19px 15px;
        font-weight: normal;
        font-size: 14px;
        color: #e2c9a6;
    }

        .nav-holder.style-2 .navigation > ul > li > a > i {
            top: 13px;
            font-size: 14px;
        }

    .nav-holder.style-2 .navigation > ul > li {
        border-left: 1px solid rgba(0,0,0,0.1);
    }

    .nav-holder.style-2 .navigation ul li:last-child {
        border-right: 1px solid rgba(0,0,0,0.1);
    }

    .nav-holder.style-2 .navigation ul li::before {
        display: none;
    }

    .nav-holder.style-2 .navigation ul > li.dropdown-icon > a::after {
        display: none;
    }

.nav-holder.style-2 .mega-dropdown-holder > ul {
    top: 66px !important;
}

.search-nd-drop {
    float: right;
    margin: 10px 0 0 10px;
}

    .search-nd-drop ul {
        overflow: hidden;
    }

        .search-nd-drop ul li {
            float: left;
            margin: 0 0 0 10px;
        }

            .search-nd-drop ul li:first-child {
                margin: 0;
            }

.language-select {
    width: 170px;
}

    .language-select select {
        padding: 0 15px;
        height: 43px;
        border: 1px solid #e6e6e6;
        width: 100%;
        font-size: 12px;
        color: #999;
        text-transform: uppercase;
    }

        .language-select select option {
            padding: 10px;
            border-bottom: 1px solid #e6e6e6;
        }

.search-bar.style-2 {
    margin: 0;
    position: relative;
    width: 270px;
}

    .search-bar.style-2 input {
        height: 43px;
        line-height: 43px;
        border: 1px solid #e6e6e6;
        text-transform: uppercase;
    }

    .search-bar.style-2 .sub-btn {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0;
        height: 43px;
        line-height: 43px;
        padding: 0 15px;
        width: auto;
    }

.aurthor-history.style-2 {
    min-height: 296px;
    position: relative;
    padding: 0 0 0 240px;
}

    .aurthor-history.style-2 > img {
        position: absolute;
        left: 0;
    }

.follow-nd-s-pro {
    overflow: hidden;
}

    .follow-nd-s-pro .follow {
        float: left;
        width: 64%;
    }

    .follow-nd-s-pro .s-related-products {
        float: right;
        margin: 0;
    }

.aurthor-history.style-2 .text-box h5 {
    color: #A04A00;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}

    .aurthor-history.style-2 .text-box h5 span {
        font-size: 12px;
        font-style: italic;
    }

.aurthor-history.style-2 .s-related-products li span {
    display: block;
    color: #e2c9a6;
    font-weight: bold;
    line-height: 15px;
}

.blog-style-1.style-2 .post-box .text-column em i,
.blog-style-1.style-2 .post-box .text-column em {
    color: #999;
}

.blog-style-1.style-2 .post-box {
    border: 0;
    padding: 0;
    margin: 0 0 25px;
}

    .blog-style-1.style-2 .post-box:last-child {
        margin: 0;
    }
.modern-dropdown {
    width: 100px;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid #A04A00;
    background-color: #fff;
    font-size: 18px;
    direction: rtl;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23333' height='10' viewBox='0 0 24 24' width='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .modern-dropdown:hover {
        border-color: #c89b3c;
    }

    .modern-dropdown:focus {
        outline: none;
        border-color: #c89b3c;
        box-shadow: 0 0 6px rgba(200,155,60,0.3);
    }
.categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    padding: 20px;
}
.cat-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    color: #A04A00;
    font-size: 18px;
    box-shadow: 0 5px 12px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

    /* Hover */
    .cat-card:hover {
        background: #fff;
        color: #A04A00 !important;
        transform: translateY(-5px);
    }

    /* تأثير بسيط عند الضغط */
    .cat-card:active {
        transform: scale(0.97);
    }

.inner-banner::before {
    background: rgba(0,0,0,0.7);
}

.inner-page-heading {
    text-align: center;
}

    .inner-page-heading h2 {
        margin: 0;
        font-size: 36px;
        font-weight: bold;
        
    }
   .inner-page-heading.style-2 h2 {
        margin: 0 0 20px;
        color:#fff !important;
    }

    .inner-page-heading.style-2 span {
        color: #fff !important;
        text-transform: uppercase;
    }
    .inner-page-heading.style-2 span a {
        color: #fff !important;
        
    }

        .inner-page-heading.style-2 span i {
            margin: 0 10px 0 0;
        }

    .inner-page-heading.style-2 p {
        color: #fff;
        margin: 0;
    }

.breadcrumb-holder {
    padding: 20px 0;
}

.breadcrumbs {
    color: #e2c9a6;
    text-align: center
}

    .breadcrumbs ul li {
        font-size: 13px;
        text-transform: uppercase;
    }

        .breadcrumbs ul li a {
            color: #999;
        }
/*.breadcrumbs ul li::before{ content: "/"; float: left; margin: 0 5px;}
.breadcrumbs ul li:first-child::before{ display: none;}*/

/****** Author ***********************************************************
*********************************************************** Author ******/
.authors-filter {
    margin: 0 0 50px;
    overflow: hidden;
}

    .authors-filter ul li {
        float: left;
    }

        .authors-filter ul li a {
            color: #999;
            padding: 15px 14px;
            text-transform: uppercase;
            font-size: 14px;
            border-top: 1px solid #f3f3f3;
            border-bottom: 1px solid #f3f3f3;
            position: relative;
        }

            .authors-filter ul li a.selected {
                background: #f6f6f6;
            }

                .authors-filter ul li a.selected::before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    bottom: -1px;
                    border-bottom: 1px solid;
                    left: 0;
                }

.author-list li {
    padding: 0 0 50px;
    margin: 0 0 50px;
    border-bottom: 1px solid #f3f3f3;
}

    .author-list li:last-child {
        margin: 0;
        padding: 0;
        border: 0;
    }

.author-list-widget {
    position: relative;
    padding: 0 0 0 210px;
}

    .author-list-widget:hover .overlay {
        visibility: visible;
        opacity: 1;
    }

        .author-list-widget:hover .overlay a {
            margin: 0;
        }

.arthor-list-img {
    position: absolute;
    left: 0;
    top: 0;
}

    .arthor-list-img .overlay {
        background: rgba(0,0,0,0.6);
        visibility: hidden;
        opacity: 0;
    }

        .arthor-list-img .overlay a {
            height: 38px;
            line-height: 34px;
            width: 38px;
            background: rgba(255,255,255,0.2);
            border-radius: 100%;
            border: 1px solid rgba(255,255,255,0.9);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            margin: 30px 0 0;
        }

.author-list-detail h5 {
    margin: 0 0 15px;
}

.author-list-detail span {
    color: #e2c9a6;
    margin: 0 0 14px;
    display: block;
}

.author-list-detail p {
    font-size: 14px;
    margin: 0 0 15px;
}

.author-list-detail .btn-1 {
    box-shadow: none;
}

.aside-widget {
    margin: 0 0 40px;
    overflow: hidden;
}

    .aside-widget > h6 {
        padding: 0 0 15px;
        border-bottom: 5px solid #f5f5f5;
        font-weight: bold;
        margin: 0 0 25px;
        font-size: 16px;
    }

.s-arthor-list li {
    margin: 0 0 30px;
}

    .s-arthor-list li:last-child {
        margin: 0;
    }

.s-arthor-wighet {
    position: relative;
    padding: 0 0 0 65px;
}

.s-arthor-img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    overflow: hidden;
}

    .s-arthor-img .overlay {
        background: rgba(0,0,0,0.5);
        visibility: hidden;
        opacity: 0;
    }

        .s-arthor-img .overlay a {
            color: #fff;
            font-weight: bold;
            margin: 10px 0 0;
            font-size: 20px;
        }

.s-arthor-wighet:hover .overlay {
    visibility: visible;
    opacity: 1;
}

    .s-arthor-wighet:hover .overlay a {
        margin: 0;
    }

.s-arthor-detail h6 {
    font-size: 13px;
    margin: 0 0 10px;
}

    .s-arthor-detail h6 a {
        color: #999;
        display: inline-block;
    }

.books-year-list li {
    margin: 0 0 30px;
}

    .books-year-list li:last-child {
        margin: 0;
    }

.books-post-widget {
    position: relative;
    padding: 0 0 0 70px;
}

    .books-post-widget > img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .books-post-widget h6 {
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
        margin: 0 0 5px;
    }

    .books-post-widget span {
        text-transform: uppercase;
        font-size: 12px;
    }

/****** Author Detail ***********************************************************
*********************************************************** Author Detail ******/
.arthor-detail-column {
    padding: 30px;
    text-align: center;
    border: 1px solid #ececec;
}

    .arthor-detail-column .arthor-img {
        position: relative;
        display: inline-block;
    }

        .arthor-detail-column .arthor-img .edit-tag {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 26px;
            line-height: 26px;
            text-align: center;
            background: #A04A00;
            font-size: 12px;
            padding: 0 10px 0 40px;
            color: #fff;
        }

            .arthor-detail-column .arthor-img .edit-tag i {
                padding: 0 10px 0 0;
                position: absolute;
                left: 0;
                height: 100%;
                padding: 0 10px;
                line-height: 26px;
                background: #505866;
            }

.arthor-detail {
    padding: 30px 20px;
}

    .arthor-detail h6 {
        margin: 0 0 5px;
    }

    .arthor-detail > span {
        display: block;
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 30px;
    }

.arthor-progress span {
    color: #e2c9a6;
    margin: 0 0 20px;
    display: inline-block;
}

.arthor-progress .progress {
    margin: 0;
}

    .arthor-progress .progress[value], base::-moz-progress-bar {
        border-radius: 10px;
        background: #f7f7f7;
        height: 10px;
    }

.comments-status {
    background: #f7f7f7;
    padding: 15px 0;
    overflow: hidden;
    margin: 0 0 30px;
}

    .comments-status li {
        float: left;
        width: 33%;
        font-weight: bold;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.1);
        border-left: 1px solid #fff;
    }

        .comments-status li:last-child {
            border: 0;
            border-left: 1px solid #fff;
        }

        .comments-status li i {
            display: block;
            margin: 0 0 5px;
        }

.social-activity p {
    font-size: 13px;
}

.social-activity .social-icons {
    display: inline-block;
    margin: 0 0 30px;
}

.single-arthor-widget {
    margin: 0 0 60px;
}

    .single-arthor-widget:last-child {
        margin: 0;
    }

    .single-arthor-widget h5 {
        font-size: 18px;
        padding: 0 0 15px;
        border-bottom: 3px solid #f5f5f5;
        font-weight: bold;
        margin: 0 0 25px;
    }

        .single-arthor-widget h5 i {
            margin: 0 10px 0 0;
            color: #dcdcdc;
        }

    .single-arthor-widget .filter-tags-holder {
        overflow: hidden;
        margin: 0 0 30px;
    }

        .single-arthor-widget .filter-tags-holder ul {
            float: left;
        }

.author-overview p {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 20px;
}

    .author-overview p:last-child {
        margin: 0;
    }

.recommended-book-img {
    margin: 0 0 15px;
}

.recommended-book-detail h6 {
    margin: 0 0 5px;
    font-size: 14px;
}

.recommended-book-detail span {
    font-size: 12px;
    color: #e2c9a6;
    display: block;
}

.author-p-detail ul li {
    margin: 0 0 30px;
}

    .author-p-detail ul li:last-child {
        margin: 0;
    }

    .author-p-detail ul li h6 {
        color: #999;
        font-size: 16px;
    }

        .author-p-detail ul li h6 span {
            color: #e2c9a6;
        }

        .author-p-detail ul li h6 i {
            margin: 0 10px 0 0;
            font-size: 8px;
        }

    .author-p-detail ul li p {
        margin: 0;
    }
/****** Blog All View ***********************************************************
*********************************************************** Blog All View ******/
.aside-widget .search-bar.style-2 {
    width: 100%;
}

.Category-list li a {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
}

    .Category-list li a:hover {
        margin: 0 0 0 20px;
    }

        .Category-list li a:hover::before {
            margin: 0 20px 0 0;
        }

    .Category-list li a::before {
        content: "\f105";
        font-family: icomoon;
        margin: 0 10px 0 0;
        color: #ccc;
    }

.Category-list li:first-child a {
    padding-top: 0;
}

.Category-list li:last-child a {
    padding-bottom: 0;
    border: 0;
}

.s-arthor-list.style-2 .s-arthor-detail h6 {
    margin: 0;
    line-height: 20px;
}

    .s-arthor-list.style-2 .s-arthor-detail h6 a {
        color: #A04A00;
    }

.s-arthor-list.style-2 .s-arthor-detail span {
    font-size: 12px;
    color: #999;
}

.weekly-newsletter .form-group {
    position: relative;
}

    .weekly-newsletter .form-group .form-control {
        padding-left: 40px;
    }

    .weekly-newsletter .form-group i {
        position: absolute;
        left: 15px;
        top: 15px;
        color: #ccc;
    }

.tags-list {
    margin: 0 0 0 -2px;
}

    .tags-list li {
        float: left;
        margin: 0 0 5px 2px;
    }

        .tags-list li a {
            font-size: 12px;
            padding: 0 14px;
            height: 34px;
            line-height: 32px;
            border: 1px solid #f1f1f1;
            border-radius: 20px;
            background: #f9f9f9;
            text-transform: uppercase;
        }

            .tags-list li a:hover {
                color: #fff;
            }

/* Blog large Post */
.large-blog-post h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}

.blog-slider li {
    display: inline-block;
}

.blog-slider .slick-list {
    margin: 0 !important;
}

.blog-slider .slick-slide {
    margin: 0 !important;
}

.large-blog-img {
    margin: 0 0 30px;
    position: relative;
}

.blog-slider .slick-dots {
    margin: 0 0 0 -30px;
    bottom: 30px;
    position: absolute;
    bottom: 20px;
    left: 50%;
}

    .blog-slider .slick-dots li {
        height: 10px;
        width: 10px;
        border-radius: 100%;
        border: 1px solid #fff;
        background: none;
        opacity: 1;
        margin: 0 0 0 5px;
    }

        .blog-slider .slick-dots li:last-child {
            margin: 0;
        }

        .blog-slider .slick-dots li.slick-active {
            background: #fff;
        }

.left-border {
    padding: 0 0 0 30px;
    position: relative;
}

    .left-border::before {
        content: "";
        position: absolute;
        left: 0;
        width: 9px;
        height: 100%;
        background: url(/images/border-left.jpg) repeat-y;
    }

.meta-post {
    margin: 0 0 20px;
    overflow: hidden;
}

    .meta-post li {
        float: left;
        font-size: 13px;
        color: #999;
    }

        .meta-post li span {
            color: #e2c9a6;
        }

        .meta-post li i {
            margin: 0 10px 0 0;
        }

        .meta-post li:first-child::before {
            display: none;
        }

        .meta-post li::before {
            content: "/";
            float: left;
            margin: 0 10px;
        }

.post-m-widget {
    margin: 0 0 80px;
}

    .post-m-widget:last-child {
        margin: 0;
    }

.post-thumb-slides {
    margin: 0 0 20px;
}

    .post-thumb-slides .slick-list {
        margin: 0 !important;
    }

    .post-thumb-slides .slick-slide {
        margin: 0 !important;
    }

    .post-thumb-slides li {
        display: inline-block;
    }

.post-thumb li {
    display: inline-block;
}

    .post-thumb li > img {
        width: 100%;
    }

.post-thumb .slick-list {
    margin: 0 -10px !important;
}

.post-thumb .slick-slide {
    margin: 0 10px !important;
}


.post-thumnail-slider .bx-wrapper {
    margin: 0 0 9px;
}

.post-thumnail-slider #thumbnail {
    overflow: hidden;
}

.post-thumb-slides a {
    display: inline-block;
    margin: 0 0 0 9px;
    vertical-align: top;
    width: 15%;
}

    .post-thumb-slides a:first-child {
        margin: 0;
    }

.post-thumb-slides .overlay a {
    height: 68px;
    line-height: 68px;
    width: 68px;
    border-radius: 100%;
    background: #A04A00;
    color: #fff;
    font-size: 25px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    margin: 30px 0 0;
}

.post-thumb-slides:hover .overlay a {
    visibility: visible;
    opacity: 1;
    margin: 0;
}

/* Blog Post List */
.list-blog {
    margin: 0 0 40px;
}

    .list-blog .blog-detail h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 36px;
        margin: 0 0 10px;
    }

    .list-blog .blog-detail .meta-post {
        margin: 0 0 10px;
    }

    .list-blog .blog-detail p {
        margin: 0 0 10px;
    }

.grid-blog {
    border: 1px solid #e7e7e7;
}

    .grid-blog .blog-detail {
        padding: 20px;
    }

        .grid-blog .blog-detail h5 {
            font-weight: bold;
        }

        .grid-blog .blog-detail p {
            font-size: 12px;
        }

        .grid-blog .blog-detail .aurthor-detail {
            border-top: 1px solid #e7e7e7;
        }

.date {
    color: #e2c9a6;
    font-size: 13px;
    text-transform: capitalize;
    margin: 0 0 15px;
}

    .date i {
        margin: 0 10px 0 0;
    }

.large-blog-img.video iframe {
    height: 460px;
}

/* Blog Grid */
.blog-grid .grid-blog {
    margin: 0 0 60px;
}

/****** Event List ***********************************************************
*********************************************************** Event List ******/
.event-list-widget {
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #e7e7e7;
}

    .event-list-widget:last-child {
        border: 0;
        margin: 0;
        padding: 0;
    }

.event-img {
    position: relative;
}

    .event-img > img {
        width: 100%;
    }

    .event-img .overlay {
        background: rgba(30,41,61,0.8);
        visibility: hidden;
        opacity: 0;
    }

        .event-img .overlay a {
            font-weight: bold;
            margin: 10px 0 0;
            font-size: 20px;
            height: 38px;
            line-height: 34px;
            width: 38px;
            background: rgba(255,255,255,0.2);
            border-radius: 100%;
            border: 1px solid rgba(255,255,255,0.9);
            font-size: 25px;
            font-weight: bold;
            text-align: center;
            margin: 30px 0 0;
        }

.event-list-widget:hover .overlay {
    visibility: visible;
    opacity: 1;
}

    .event-list-widget:hover .overlay a {
        margin: 0;
    }

.event-detail h4 {
    font-size: 18px;
    font-weight: bold;
}

.event-detail p {
    font-size: 14px;
    margin: 0;
}

.event-detail > p a {
    display: inline-block;
    font-style: italic;
    color: #999;
}

.event-detail .meta-post {
    margin: 0 0 15px;
}

.event-organizar {
    margin: 0 0 20px;
}

    .event-organizar img {
        margin: 0 10px 0 0;
        border-radius: 100%;
        overflow: hidden;
    }

    .event-organizar span {
        font-size: 14px;
    }

    /****** Event Detail ***********************************************************
*********************************************************** Event Detail ******/
    .event-organizar.style-1 {
        border-bottom: 1px solid #e7e7e7;
        padding: 0 0 20px;
        margin: 0 0 20px;
    }

        .event-organizar.style-1 span {
            font-size: 14px;
        }

            .event-organizar.style-1 span i {
                font-style: normal;
            }

.event-detail > h2 {
    font-size: 33px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 40px;
}

.event-map {
    height: 480px;
    margin: 0 0 30px;
}

.social-text {
    padding: 0 0 0 90px;
    margin: 0 0 60px;
    position: relative;
}

    .social-text .social-icons {
        position: absolute;
        left: 0;
    }

        .social-text .social-icons li {
            float: none;
            margin: 0 0 14px;
            text-align: center;
        }

            .social-text .social-icons li:last-child {
                font-size: 14px;
                margin: 0 0 30px;
                color: #e2c9a6;
                font-weight: bold;
            }

            .social-text .social-icons li a {
                display: inline-block;
            }

    .social-text p {
        font-size: 14px;
        margin: 0 0 20px;
    }

        .social-text p:last-child {
            margin: 0;
        }

.single-event-detail blockquote {
    padding: 0 0 0 30px;
    font-size: 20px;
    color: #A04A00;
    font-style: italic;
    font-weight: bold;
    border-left: 5px solid #A04A00;
}

.related-events {
    margin: 0 0 80px;
}

.single-event-detail {
    margin: 0 0 60px;
}

.event-detail.style-2 .aurthor-detail {
    border-top: 1px solid #e7e7e7;
}

.event-detail.style-2 .meta-post li {
    margin: 0 0 10px;
}

    .event-detail.style-2 .meta-post li:last-child {
        margin: 0;
    }

    .event-detail.style-2 .meta-post li::before {
        display: none;
    }

.event-detail.style-2 .aurthor-detail span {
    font-size: 12px;
}

.comments-holder {
    margin: 0 0 60px;
}

    .comments-holder > ul > li {
        position: relative;
        overflow: hidden;
        margin: 0 0 30px;
    }

        .comments-holder > ul > li > img {
            position: absolute;
            margin: -10px 0 0 0;
            border-radius: 100%;
        }

    .comments-holder ul li:last-child {
        margin: 0;
    }

.comment {
    padding: 0 0 0 100px;
}

    .comment h6 {
        margin: 0 0 20px;
        font-size: 14px;
        font-family: 'Lato', sans-serif;
    }

        .comment h6 span {
            color: #e2c9a6;
            margin: 0 0 0 10px;
        }

    .comment p {
        margin: 0 0 20px;
        font-size: 14px;
    }

    .comment .replay-btn {
        font-size: 14px;
    }

        .comment .replay-btn i {
            margin: 0 10px 0 0;
        }

.sub-comment {
    background: #f7f7f7;
    padding: 20px;
    margin-left: 100px !important;
}

    .sub-comment .comment {
        padding: 0 0 0 70px;
    }

    .sub-comment > img {
        margin: 0 !important;
    }

.sending-form .form-group {
    position: relative;
    margin: 0 0 30px;
}

    .sending-form .form-group .form-control {
        padding-left: 40px;
    }

    .sending-form .form-group i {
        position: absolute;
        left: 15px;
        top: 3px;
        color: #ccc;
    }

/****** Blog Detail ***********************************************************
*********************************************************** Blog Detail ******/
.single-blog-detail {
    margin: 0 0 60px;
}

    .single-blog-detail blockquote {
        font-size: 26px;
        font-style: italic;
        font-weight: bold;
    }

.blog-arthor {
    position: relative;
    padding: 30px;
    background: #f9f9f9;
    margin: 0 60px;
}

.blog-arthor-detail {
    padding: 0 0 0 110px;
}

.blog-arthor > img {
    position: absolute;
}

.related-events-slider li {
    display: inline-block;
}

.related-events-arrows {
    float: right;
}

    .related-events-arrows li {
        border-radius: 0;
        background: none;
        border: 1px solid #bdbdbd;
        color: #bdbdbd;
        height: 30px;
        width: 30px;
        line-height: 29px;
        float: left;
        margin: 0 0 0 5px;
        text-align: center;
        cursor: pointer;
    }

/****** Shop Grid ***********************************************************
*********************************************************** Shop Grid ******/
.search-bar.style-3 .sub-btn {
    background: none;
    color: #575655;
}

.best-seller .rating-stars {
    overflow: hidden;
    margin: 0 0 5px;
}

    .best-seller .rating-stars li {
        margin: 0;
    }

.offer-price {
    color: #999;
}

.pricing-slider {
    position: relative;
}

    .pricing-slider #slider-range {
        margin: 0 0 30px;
        height: 10px;
        background: #ccc;
        border: 0;
        border-radius: 10px;
        background: #A04A00;
    }

    .pricing-slider .ui-slider-handle {
        height: 25px;
        width: 39px;
        position: absolute;
        top: -7px;
        background: url(/images/slider-handle.png) no-repeat;
    }

    .pricing-slider p {
        margin: 0;
    }

        .pricing-slider p input {
            color: #e2c9a6;
            font-size: 16px;
            width: 100%;
            padding: 0;
            line-height: 20px;
            height: 20px;
            float: left;
            border: 0;
        }

    .pricing-slider .ui-slider .ui-slider-range {
        height: 100%;
        position: absolute;
    }

.product-sort {
    overflow: hidden;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
    margin: 0 0 30px;
}

    .product-sort .sort-dropdown label {
        float: left;
        line-height: 32px;
        margin: 0 20px 0 0;
    }

    .product-sort .sort-dropdown select {
        height: 32px;
        border: 1px solid #A04A00;
        padding: 0 10px;
        color: #A04A00;
    }

.product-grid-holder .product-box {
    margin: 0 0 50px;
}

.product-grid-holder .rating-nd-price {
    border-top: 1px solid #e7e7e7;
    padding: 20px 0 0;
    border-bottom: 0;
}

/****** Shop Detail ***********************************************************
*********************************************************** Shop Detail ******/
.add-cart-alert {
    overflow: hidden;
    border-top: 1px solid;
    padding: 30px;
    background: #f7f7f7;
    margin: 0 0 40px;
}

    .add-cart-alert p {
        float: left;
        margin: 0;
        line-height: 40px;
    }

        .add-cart-alert p i {
            margin: 0 10px 0 0;
        }

.single-product-detail {
    margin: 0 0 60px;
}

.product-slider {
    overflow: hidden;
    border: 1px solid #e3e3e3;
}

    .product-slider li {
        text-align: center;
        padding: 35px 0;
        display: inline-block;
    }

        .product-slider li img {
            border-radius: 5px;
            -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
        }

        .product-slider li .expand {
            height: 45px;
            width: 45px;
            text-align: center;
            line-height: 45px;
            background: #A04A00;
            position: absolute;
            left: 0;
            top: 0;
            color: #fff;
        }

    .product-slider .slick-list {
        margin: 0 !important;
    }

    .product-slider .slick-slide {
        margin: 0 !important;
    }

.product-thumbs {
    text-align: center;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    border-top: 0;
}

    .product-thumbs li {
        padding: 15px 0;
        text-align: center;
        display: inline-block;
        border-left: 1px solid #e3e3e3;
    }

        .product-thumbs li:first-child {
            border: 0;
        }

        .product-thumbs li > img {
            display: inline-block;
            -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
            -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
            box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
        }

    .product-thumbs .slick-list {
        margin: 0 !important;
    }

    .product-thumbs .slick-slide {
        margin: 0 !important;
    }

.availability {
    text-transform: capitalize !important;
    color: #999;
    margin: 0 0 20px;
    display: block;
}

    .availability strong {
        margin: 0 0 0 10px;
    }

        .availability strong i {
            margin: 0 0 0 10px;
        }

.single-product-detail h3 {
    font-weight: normal;
    line-height: 30px;
    color: #4C2F12 !important;
}

.single-product-detail .rating-stars {
    margin: 0 0 20px;
    overflow: hidden;
}

    .single-product-detail .rating-stars li:last-child {
        margin: 0 0 0 10px;
        font-size: 12px;
        color: #999;
        line-height: 25px;
    }

.single-product-detail h4 {
    font-size: 16px;
    font-weight: normal;
}

.single-product-detail h5 {
    font-size: 16px;
    font-weight: normal;
    color: #ff6a00
}

.single-product-detail p {
    margin: 20px 0;
    line-height: 30px;
    color:#A04A00;
}

.quantity-box {
    overflow: hidden;
    margin: 0 0 20px;
}

    .quantity-box label {
        float: left;
        margin: 0 20px 0 0;
        line-height: 38px;
        font-size: 18px;
    }

    .quantity-box .incr-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #f2f2f2;
        float: left;
        text-align: center;
        color: #999;
        cursor: pointer;
        float: left;
    }

    .quantity-box input {
        width: 100px;
        margin: 0 3px;
        float: left;
        padding: 0;
        text-align: center;
        border: 1px solid #f2f2f2;
        height: 40px;
        line-height: 40px;
    }

        .quantity-box input:focus {
            border: 1px solid #f2f2f2;
            border: none;
        }

.count-input {
    float: left;
}

.single-product-detail .btn-list li {
    width: auto;
    margin: 0 0 0 5px;
}

    .single-product-detail .btn-list li .btn-1 i {
        padding: 0;
    }

.reviews-list {
    margin: 0 0 60px;
}

    .reviews-list ul li > img {
        position: absolute;
    }

    .reviews-list > ul > li {
        margin: 0 0 30px;
    }

        .reviews-list > ul > li:last-child {
            margin: 0;
        }

    .reviews-list ul li .comment {
        padding: 0 0 0 70px;
    }

        .reviews-list ul li .comment h6 {
            float: left;
            font-weight: bold;
            color: #e2c9a6;
        }

            .reviews-list ul li .comment h6 span {
                margin: 0 10px;
                color: #999;
            }

        .reviews-list ul li .comment .rating-stars {
            display: inline-block;
            margin: 0 0 3px;
        }

            .reviews-list ul li .comment .rating-stars li {
                line-height: 0;
            }

.reviews-detail {
    overflow: hidden;
}

.reviews-list ul li .comment p {
    margin: 0;
}

.add-review {
    margin: 0 0 60px;
}

    .add-review h5 {
        font-size: 18px;
        font-weight: bold;
    }

    .add-review h6 {
        font-weight: bold;
        font-size: 14px;
    }

    .add-review .rating-stars {
        margin: 0 0 20px;
        overflow: hidden;
    }

    .add-review form {
        width: 85%;
    }

.related-products {
    overflow: hidden;
    padding: 0 0 20px;
}

    .related-products .item {
        display: inline-block;
    }

.related-products-head {
    margin: 0 0 30px;
    overflow: hidden;
}

.related-products h5 {
    font-weight: bold;
    font-size: 18px;
    float: left;
    margin: 0 0 10px;
}

.related-products p {
    width: 100%;
    overflow: hidden;
    margin: 0 0 15px;
    font-size: 16px;
}

.related-pro-arrows {
    float: right;
}

    .related-pro-arrows li {
        border-radius: 0;
        background: none;
        border: 1px solid #bdbdbd;
        color: #bdbdbd;
        height: 30px;
        width: 30px;
        line-height: 29px;
        float: left;
        margin: 0 0 0 5px;
        text-align: center;
        cursor: pointer;
    }

.tabs-nav ul li {
    margin: 0 0 6px;
}

    .tabs-nav ul li:last-child {
        margin: 0;
    }

    .tabs-nav ul li a {
        padding: 15px 20px;
        background: #f7f7f7;
        font-weight: bold;
        border-radius: 5px;
    }

    .tabs-nav ul li.active a {
        color: #fff;
    }

.description {
    margin: 0 0 60px;
    color: #A04A00;
}

    .description p:last-child {
        margin: 0;
    }

    .description .check-list li::before {
        content: "\f046";
        margin: 0 10px 0 0;
        font-family: icomoon;
    }

    .description .check-list li {
        margin: 0 0 10px;
    }

        .description .check-list li:last-child {
            margin: 0;
        }

.related-products .product-box {
    margin: 0 !important;
}

/****** Book Detail ***********************************************************
*********************************************************** Book Detail ******/
.single-boook-detail {
    margin: 0 0 60px;
}

.disc-nd-Description .product-box {
    margin: 0 0 50px;
}

.disc-nd-Description .rating-nd-price {
    border-top: 1px solid #e7e7e7;
    padding: 20px 0 0;
    border-bottom: 0;
}

.book-info-list ul li {
    margin: 0 0 10px;
    color: #A04A00;
}

    .book-info-list ul li a {
        margin: 0 0 10px;
        color: #A04A00;
    }

single-product-detail h3{color:#e2c9a6  !important}

.book-info-list ul li:last-child {
    margin: 0;
}

    .book-info-list ul li span {
        font-weight: bold;
        margin: 0 5px 0 0;
    }

/****** Book List ***********************************************************
*********************************************************** Book List ******/
.book-list-widget {
    position: relative;
    padding: 30px;
    border: 1px solid #ececec;
    overflow: hidden;
    margin: 0 0 40px;
}

    .book-list-widget:last-child {
        margin: 0;
    }

    .book-list-widget .detail {
        position: relative;
        padding: 0 0 0 145px;
        min-height: 165px;
    }

        .book-list-widget .detail > span {
            font-size: 13px;
            display: block;
            margin: 0 0 10px;
        }

        .book-list-widget .detail p:last-child {
            margin: 0;
        }

.book-list-detail > img {
    position: absolute;
}

.book-list-detail {
    padding: 0 0 20px;
    border-bottom: 1px solid #ececec;
}

.heart-batch {
    position: absolute;
    right: -43px;
    top: -36px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    background: #f5f5f5;
    text-align: center;
    color: #fff;
    transform: rotate(138deg);
    -webkit-transform: rotate(138deg);
    -moz-transform: rotate(138deg);
    -o-transform: rotate(138deg);
    -ms-transform: rotate(138deg);
}

    .heart-batch i {
        margin: 0 0 0 50px;
        transform: rotate(221deg);
        -webkit-transform: rotate(221deg);
        -moz-transform: rotate(221deg);
        -o-transform: rotate(221deg);
        -ms-transform: rotate(221deg);
    }

.book-list-widget:hover .heart-batch {
    background: #A04A00;
}

.book-list-detail .book-name {
    margin: 0 0 20px;
}

.book-list-detail h5 {
    font-size: 16px;
    font-weight: bold;
    float: left;
}

    .book-list-detail h5 span {
        font-weight: normal;
        color: #999;
        margin: 0 10px;
    }

.book-list-detail strong {
    float: left;
    line-height: 15px;
}

.book-list-detail .book-name {
    overflow: hidden;
}

    .book-list-detail .book-name h5 {
        margin: 0;
    }

.book-list-detail .rating-stars {
    overflow: hidden;
    margin: 0 0 20px;
}

    .book-list-detail .rating-stars li:last-child {
        color: #999;
        margin: 0 0 0 10px;
    }

.book-list-btm {
    overflow: hidden;
    padding: 20px 0 0;
}

    .book-list-btm .user-likes {
        float: left;
    }

        .book-list-btm .user-likes ul li {
            float: left;
            margin: 0 0 0 5px;
        }

            .book-list-btm .user-likes ul li:first-child {
                margin: 0;
            }

            .book-list-btm .user-likes ul li:last-child {
                margin: 0 0 0 10px;
                line-height: 30px;
                color: #999;
            }

    .book-list-btm .like-nd-share {
        float: right;
    }

        .book-list-btm .like-nd-share ul li {
            float: left;
            margin: 0 0 0 20px;
        }

            .book-list-btm .like-nd-share ul li:first-child {
                margin: 0;
            }

            .book-list-btm .like-nd-share ul li a {
                color: #999;
            }

                .book-list-btm .like-nd-share ul li a i {
                    margin: 0 10px 0 0;
                }

.book-list-header {
    overflow: hidden;
    margin: 0 0 50px;
}

    .book-list-header h4 {
        float: left;
        font-size: 18px;
        font-weight: bold;
        margin: 0;
    }

.filter-tags-holder ul {
    overflow: hidden;
    float: right;
}

    .filter-tags-holder ul li {
        border: 0;
        float: left;
    }

        .filter-tags-holder ul li a {
            font-size: 12px;
            font-family: 'Lato', sans-serif;
            font-weight: normal;
            border-radius: 40px;
            height: 24px;
            line-height: 24px;
            padding: 0;
            text-align: center;
            min-width: 95px;
            padding: 0 10px;
        }

            .filter-tags-holder ul li a.selected {
                color: #fff;
            }

/****** About Us ***********************************************************
*********************************************************** About Us ******/
.service-column.style-2 {
    text-align: center;
    padding: 30px 20px;
    margin: 0;
    border-radius: 10px;
}

    .service-column.style-2 .service-icon {
        display: inline-block;
        position: static;
        height: 70px;
        width: 70px;
        line-height: 70px;
        font-size: 30px;
        margin: 0 0 30px;
    }

    .service-column.style-2 h4 {
        font-size: 16px;
        font-weight: bold;
    }

    .service-column.style-2:hover {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
    }

.mission-disc h4 {
    font-weight: bold;
    font-size: 24px;
}

.mission-disc strong {
    font-size: 16px;
    margin: 0 0 20px;
    display: block;
}

.simple-heading-holder {
    text-align: center;
}

.simple-heading {
    display: inline-block;
    padding: 0 0 50px;
}

    .simple-heading h2 {
        font-size: 36px;
        font-weight: bold;
    }

/* Statistic */
.statistic::before {
    background: rgba(0,0,0,0.8);
    z-index: 2;
    background-size: 100% 100% !important;
}

.facts-list ul li {
    text-align: center;
    color: #fff;
}

    .facts-list ul li i {
        display: inline-block;
        font-size: 30px;
        margin: 0 0 15px;
    }

    .facts-list ul li strong {
        font-size: 36px;
        font-weight: 800;
        display: block;
        margin: 0 0 10px;
    }

    .facts-list ul li span {
        font-size: 16px;
        font-family: 'Merriweather', serif;
    }

/* Team */
.team-slider {
    overflow: hidden;
    padding: 0 0 10px;
}

.team-column {
    display: inline-block;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.14);
    -moz-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.14);
    box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.14);
}

.team-img {
    position: relative;
    overflow: hidden;
}

    .team-img > img {
        width: 100%;
    }

    .team-img ul {
        width: 100%;
    }

        .team-img ul li {
            color: #fff;
            text-align: center;
            margin: 0 0 10px;
        }

            .team-img ul li:last-child {
                margin: 0;
            }

    .team-img .overlay-padding {
        padding: 15px;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        bottom: 0;
        height: 0;
        width: 100%;
    }

    .team-img .overlay {
        position: static;
        border: 5px solid rgba(255,255,2255,0.2);
        background: rgba(0,0,0,0.5);
    }

.team-column:hover .overlay-padding {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.team-detail {
    padding: 30px;
    border: 1px solid #cfcfcf;
    border-top: 0;
    text-align: center;
}

    .team-detail h5 {
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: bold;
    }

.team-btm {
    text-align: center;
    border: 1px solid #cfcfcf;
    border-top: 0;
    overflow: hidden;
    padding: 15px 0 10px;
}

    .team-btm .social-icons {
        overflow: hidden;
        display: inline-block;
    }

.logos-slider li {
    display: inline-block;
}

.call-action {
    background: url(/images/call-action-bg.jpg) no-repeat left top/cover;
    padding: 50px 0;
}

.action-text {
    float: left;
}

    .action-text h3 {
        font-size: 24px;
        font-weight: bold;
    }

    .action-text strong {
        font-size: 18px;
    }

.call-action .btn-1 {
    float: right;
}

/****** Contant ***********************************************************
*********************************************************** Contant ******/
.address-column {
    text-align: center;
}

    .address-column h6 {
        font-weight: bold;
    }

.address-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    margin: 0 0 30px;
    text-align: center;
    border-radius: 100%;
    background: #e2c9a6;
    color:#A04A00;
    font-size: 20px;
    display: inline-block;
}

.address-column strong {
    font-size: 10px;
    margin: 0 0 10px;
    display: block;
    color: #e2c9a6 !important;
}

.address-column strong a {
    font-size: 16px;
    margin: 0 0 10px;
    display: block;
    color: #e2c9a6 !important;
}

.address-column .social-icons {
    display: inline-block;
}

    .address-column .social-icons li a {
        height: 23px;
        width: 23px;
        line-height: 23px;
        font-size: 12px;
    }

.address-column:hover .address-icon {
    color: #fff;
    background-color: #A04A00 !important;
    border: solid 1px #e2c9a6;
}

.address-column p:last-child {
    margin: 0;
}

.contant-map {
    height: 200px;
}

/****** Gallery ***********************************************************
*********************************************************** Gallery ******/
.gallery-figure.style-2 {
    border: 1px solid transparent;
}

/****** 404 ***********************************************************
*********************************************************** 404 ******/
.error-area {
    width: 67%;
    margin: 0 auto;
}

.error-heading {
    position: relative;
    padding: 0 0 0 272px;
    margin: 0 0 30px;
}

    .error-heading > span {
        position: absolute;
        left: 0;
        font-size: 150px;
        line-height: 116px;
        font-weight: 800;
    }

    .error-heading h2 {
        font-size: 65px;
        font-weight: bold;
        line-height: 62px;
        margin: 0;
    }

        .error-heading h2 span {
            display: block;
        }

.error-area p {
    font-size: 18px;
    text-align: center;
}

.error-area form {
    position: relative;
}

    .error-area form .btn-1 {
        position: absolute;
        right: 0;
        height: 100%;
        padding: 0 35px;
        border-radius: 0;
    }

/****** Massonary View ***********************************************************
*********************************************************** Massonary View ******/
.massonary-view {
    float: left;
    width: 100%;
    padding: 90px 0 120px;
}

#blog-masonrywrap {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.massnory-box {
    float: left;
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 20px;
}

    .massnory-box .frame {
        float: left;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .massnory-box .frame img {
            display: block;
            width: 100%;
        }

    .massnory-box .text-box {
        float: left;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 20px 20px 5px;
    }

        .massnory-box .text-box p {
            margin: 0 0 15px;
        }

        .massnory-box .text-box h3 {
            line-height: 25px;
            margin: 0 0 12px;
        }

.massnory-btm-row {
    float: left;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    padding: 15px 0;
}

    .massnory-btm-row .thumb {
        float: left;
        width: 34px;
        height: 34px;
        border-radius: 100%;
        overflow: hidden;
        margin: 0 12px 0 0;
    }

        .massnory-btm-row .thumb img {
            display: block;
            width: 100%;
            border-radius: 100%;
        }

    .massnory-btm-row .text-column {
        overflow: hidden;
    }

        .massnory-btm-row .text-column strong.title {
            display: block;
            font: 700 14px/14px Lato, sans-serif;
            color: #e2c9a6;
            padding: 0 0 7px;
        }

        .massnory-btm-row .text-column span {
            display: block;
            font: 400 14px/14px Lato, sans-serif;
            color: #999;
        }

        .massnory-btm-row .text-column a.like {
            font-size: 14px;
            text-decoration: none;
            float: right;
            color: #999;
            padding: 0 0 0 12px;
        }

.massonary-view .owl-next {
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    font-size: 0;
    margin: auto;
}

    .massonary-view .owl-next:before {
        content: "\f105";
        display: block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 27px;
        font-family: FontAwesome;
    }

.massonary-view .owl-prev {
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    font-size: 0;
    margin: auto;
}

    .massonary-view .owl-prev:before {
        content: "\f104";
        display: block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 27px;
        font-family: FontAwesome;
    }

.massonary-view a.btn-load {
    width: 153px;
    height: 41px;
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    font: 14px/38px Lato, sans-serif;
    text-align: center;
    clear: both;
    text-decoration: none;
    margin: 0 auto;
}

    .massonary-view a.btn-load .fa {
        padding: 0 7px 0 0;
    }

    .massonary-view a.btn-load:hover {
        border: 1px solid rgba(0,0,0,0);
    }

.product-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    direction: rtl;
}

/* نضيف تحسين فقط بدون تخريب الكلاسات الأصلية */
.btn-cart {
    background: #A04A00 !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 8px 15px;
    transition: 0.3s;
    margin-left:20px;
}

    .btn-cart:hover {
        background: #e65c00 !important;
        transform: scale(1.05);
    }

/* السوشيال */
.social-share {
    display: flex;
    gap: 8px;
}

    .social-share a {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
        font-size: 14px;
    }

/* ألوان */
.fb {
    background: #3b5998;
}

.tw {
    background: #1da1f2;
}

.wa {
    background: #25d366;
}

.dl {
    background: #555;
}

.social-share a:hover {
    transform: translateY(-3px);
    opacity: 0.85;
}


