
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

li, a, button, .btn {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

    button:hover, a:hover, button:focus, a:focus,
    button:active, a:active, button, a, input, input:focus {
        outline: none !important;
    }

        a:hover, button:focus, button:active, button:hover {
            text-decoration: none !important;
        }

        input#input-payment-captcha {
            margin-bottom: 15px;
        }

legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* layer-buider-fix */
.full-width2 > .container {
    padding: 0;
}

.full-width {
    margin: 0 !important;
    padding: 0;
}

    .full-width > .container {
        width: 100% !important;
        padding: 0;
    }

        .full-width > .container > .col-sm-12 {
            padding: 0;
        }

div[class^="row-"] > .container {
    padding: 0;
}

div[class^="row-"] {
    clear: both;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #ee7e20;
    font-weight: bold;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff8900;
    border-color: #ff8900;
}

.pagination > li > a, .pagination > li > span {
    z-index: 3;
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        z-index: 3;
        color: #fff;
        background-color: #9c9c9c;
        border-color: #3c3c3c;
    }
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    /*background-color: #229ac8;*/
    background-color: #ee7e20 !important;
    /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
    background-image: linear-gradient(to bottom,#ee7e20, #ff8900 );
    background-repeat: repeat-x;
}


/* header-content */
.header-container {
    position: relative;
    z-index: 10;
}

.header-content #top {
    background: #474747;
    border-bottom: 1px solid #5b5b5b;
    color: #2d2d2d;
    position: relative;
    z-index: 100;
    /*    padding: 0 15px;*/
    font-family: 'Droid Arabic Kufi',arial;
    font-size: 10px;
}

    .header-content #top .top-contact span {
        color: #ff8900;
        font-size: 13.4px;
    }

    .header-content #top .top-contact a {
        color: #fff;
        font-size: 13.4px;
    }

.top-contact {
    display: block;
    vertical-align: middle;
    padding: 10px 0;
    margin: 0px;
    float: right;
}

.top-links form#currency {
    margin-bottom: 0px;
}

    .top-links form#currency > button {
        text-shadow: none;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 5px;
    }

        .top-links form#currency > button > ul > li > button {
            color: #3c3c3c;
        }

form.form-language {
    margin-bottom: 0 !important;
}

.top-links form#currency button:hover, .top-links form#language button:hover {
    color: #ff8900;
}

.top-links ul.dropdown-menu {
    border-radius: 0;
    margin-top: 0px;
    right: 0;
    min-width: 100px;
}

#currency ul.dropdown-menu {
    padding: 0;
}

.header {
    position: relative;
    padding: 22px 0 21px;
    background: #fff;
    font-size: 12px;
}

.comon-home .header-content {
    margin-bottom: 30px;
}

.top-menu {
    position: relative;
    z-index: 10;
    background: #3c3c3c;
    margin-bottom: 30px;
}

.top-account a.dropdown-toggle {
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 11px;
}

.top-account > a:hover {
    color: #eb9135;
}

.top-account ul.dropdown-menu.dropdown-menu-right {
    border-radius: 0;
    padding: 0px;
}

.top-account a span {
    padding-right: 5px;
}
/* blog-page */
.article-item-inner .readmore-page {
    border: 2px solid #aaa;
    padding: 5px 15px;
    border-radius: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #aaa;
    margin-top: 15px;
}

    .article-item-inner .readmore-page:hover {
        color: #fff;
        border: 2px solid #ee7e20;
        background: #ee7e20;
    }

.article-item-inner .articledate {
    color: #919191;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
}
/* blog-detail */
span.article-date {
    color: #919191;
    padding: 5px 0;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 10px;
}
/*.blog-article .article-description img {
    margin: 0px;
}*/
/* end-blog */
/*top link*/
.top-wishlist {
    float: right;
    margin-left: 30px;
}

a#wishlist-total {
    color: #fff;
    position: relative;
    font-size: 0px;
    float: right;
    margin-top: 40px;
}

    a#wishlist-total .icon_heart_alt {
        font-size: 16px;
        color: #fff;
        background: #02743c;
        padding: 14px;
        border-radius: 100%;
        position: absolute;
        top: -23px;
        display: inline-block;
    }

span.count_wishlist {
    font-size: 12px;
    position: absolute;
    border: 2px solid #fff;
    border-radius: 100%;
    background: #02743c;
    height: 25px;
    display: inline-block;
    width: 25px;
    line-height: 21px;
    text-align: center;
    right: 30px;
    top: -30px;
}
/*top cart*/
#cart > button {
    background: transparent;
    text-transform: uppercase;
    text-shadow: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 5px 0px 0px;
    display: block;
    height: 80px;
    float: left;
    display: inline-block;
    max-width: 150px;
}

#cart {
    position: relative;
    display: block;
    vertical-align: middle;
    float: left;
    margin-left: 15px;
    max-width: 150px;
}

#cart {
}

    #cart .row-cart {
        margin: 10px 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

    #cart .image-cart.text-left {
        float: right;
    }

    #cart .cart-content {
        padding: 5px 80px 0 0;
        position: relative;
        min-height: 80px;
    }

        #cart .cart-content .product-name.text-left {
            float: right;
            width: 100%;
        }

    #cart .cart-button.button-remove {
        position: absolute;
        left: 0;
        top: 10px;
    }

        #cart .cart-button.button-remove button.btn {
            border: none;
            background: transparent;
            text-align: center;
            outline: none;
            box-shadow: none;
        }

            #cart .cart-button.button-remove button.btn:hover {
                color: #F84949;
            }

.row2-cart .box-cart span.box-total {
    color: #000;
    display: inline-block;
    /* background: #333; */
    width: 100%;
    font-size: 16px;
    padding: 6px 16px 10px 10px;
    border-bottom: 1px solid #e3e3e3;
    text-align: right;
}

#cart .row2-cart .button-cart a {
    /*    color: #ff8900;
        background: #fff;*/
    color: #fff;
    background: #3a3a3a;
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: none;
    margin: 10px;
    border-radius: 20px;
    border: 1px solid #fff;
}

    #cart .row2-cart .button-cart a strong {
        font-weight: normal !important;
    }

    #cart .row2-cart .button-cart a:hover {
        background: #ff8900;
        border: 1px solid #ff8900;
    }

#cart .row2-cart .button-cart.text-left {
    margin: 0 -10px;
    background: #3a3a3a;
    padding: 5px 0px;
    text-align: center !important;
}

span#cart-total {
    float: left;
}

.dropdown.top-account {
}

    .dropdown.top-account .dropdown-menu > li > a:hover {
        text-shadow: none;
        color: #ff8900;
        background: #515151;
        text-decoration: none;
    }

.top-links.pull-right {
    height: 40px;
}

#cart-total span.icon_bag_alt {
    background: #ee7e20;
    padding: 14px;
    font-size: 16px;
    border-radius: 100%;
}

#cart-total span.text-top-cart {
    color: #6f6f6f;
    font-weight: 600;
    vertical-align: top;
    display: inline-block;
    margin-top: -8px;
    margin-right: 30px;
}

#cart-total span.item-top-cart {
    display: block;
    margin-right: 70px;
    color: #e84a5f;
    font-size: 12px;
    font-style: inherit;
    text-transform: initial;
    margin-top: -5px;
}

ul.dropdown-menu > li > div.box-cart > .box-total {
    font-size: 0px;
}
/* top-menu */
.top-menu-content {
    position: relative;
    background: #8b8a89;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 55px;
}

.box-banner7 {
    background: #eeeeee;
}

.banner7 {
}
/* top */
/*#top {
        background-color: #EEEEEE;
        border-bottom: 1px solid #e2e2e2;
        padding: 4px 0px 3px 0;
        margin: 0 0 20px 0;
        min-height: 40px;
}
#top .container {
        padding: 0 20px;
}*/
#top #currency .currency-select, .form-language ul.dropdown-menu a {
    text-align: left;
    min-width: 100px;
    /*padding: 5px 15px;*/
    display: block;
    white-space: normal;
}

    #top #currency .currency-select:hover, .form-language ul.dropdown-menu li button:hover {
        text-shadow: none;
        color: #ff8900;
        background: #515151;
        text-decoration: none;
    }

.form-language ul.dropdown-menu {
    padding: 0;
}
/*#top .btn-link, #top-links li, #top-links a {
        color: #888;
        text-decoration: none;
}*/
/*#top .btn-link:hover, #top-links a:hover {
        color: #444;
}*/
button.btn.btn-link.dropdown-toggle {
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    /*padding: 10.5px 16px;*/
}

ul.dropdown-menu li button {
    color: #3c3c3c;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

    #top-links .dropdown-menu a:hover {
        color: #ff8900;
        background: #a3a3a3;
    }

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400 !important;
}

#top-links {
    padding-top: 6px;
}

    #top-links a + a {
        margin-left: 15px;
    }

span.text-top-language, span.text-top-currency {
    font-size: 11px;
    text-transform: uppercase;
    border-right: 1px solid #666;
    padding: 5px 10px;
}

    span.text-top-language i, span.text-top-currency i {
        padding-left: 5px;
    }

/* logo */
#logo {
    margin: 0 0 10px 0;
}
/* search */
#search {
    margin: 20px;
}

    #search .input-lg {
        height: 40px;
        line-height: 20px;
        padding: 0 10px;
        border-radius: 0;
        border: 3px solid #FF8900;
    }

    #search .btn-lg:hover, #search .btn-lg:focus, #search .btn-lg:active {
        border: none;
        outline: none;
        box-shadow: none;
    }

    #search .btn-lg {
        font-size: 18px;
        line-height: 18px;
        padding: 13px 15px;
        text-shadow: none;
        background: #FF8900;
        border: none;
        border-radius: 0;
        color: #fff;
    }

.search-content {
    width: 60%;
    float: right;
}
/* cart */
.button-link-top {
    width: 30%;
    float: left;
    min-width: 230px;
    /*    border: 1px solid #e6e6e6;*/
    border-radius: 30px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: -21px;
    margin-top: -5px;
}

.hozmenu-container .contact {
    display: none;
}

#cart .dropdown-menu {
    min-width: 260px;
}

#cart > .btn {
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    font-family: 'Droid Arabic Kufi','Dosis', sans-serif;
}

#cart.open > .btn {
    background-color: transparent;
    border: 0px solid transparent;
    box-shadow: none;
    text-shadow: none;
}

    #cart.open > .btn:hover {
    }

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}

#cart .dropdown-menu {
    max-width: 260px;
    margin-top: 0px;
    border-radius: 0;
    border-top: 3px solid #ff8900;
    padding-bottom: 0px;
    /*HOMOS*/
    height: 425px;
    overflow-y: scroll;
}

.row2-cart.div-bordered .box-cart .box-total span.text1 {
    float: left;
}

#cart .product-name.text-left a {
    color: #444;
}

    #cart .product-name.text-left a:hover {
        color: #ff8900;
    }

#cart .img-thumbnail {
    display: inline-block;
    max-width: 70px;
    height: auto;
    padding: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
    color: #3c3c3c;
}
/* menu */

/* menu fixed top **************************************************************************************************/
.nav-container.fix-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9995;
    margin: 0;
    background: rgba(59,61,61,0.8);
    padding: 15px 0 10px;
}

    .nav-container.fix-nav .pt_custommenu {
        width: 1170px;
        margin: auto;
        float: none;
        display: block;
        padding: 0 15px;
    }

.fix-nav .parentMenu a span {
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

    .fix-nav .parentMenu a span:hover {
        color: #F7B449 !important;
    }

@media (min-width: 992px) {
    .quick-access.fix-header {
        position: fixed;
        top: 0px;
        left: 50%;
        margin-left: -570px;
        z-index: 9996;
    }

        .quick-access.fix-header .dropdown-menu {
            margin: -10px 0 0;
            border-radius: 0;
        }

        .quick-access.fix-header #cart .dropdown-menu {
            margin-top: -2px;
            min-width: 260px;
        }

        .quick-access.fix-header #cart {
            padding: 0px;
            width: auto;
            margin-left: 25px;
        }

            .quick-access.fix-header #cart > button {
                padding: 0px;
                line-height: 80px;
            }

        .quick-access.fix-header .top-wishlist {
            display: none;
        }

        .quick-access.fix-header #cart-total span.text-top-cart,
        .quick-access.fix-header #cart-total span.item-top-cart {
            font-size: 0px;
        }

    .top-search-content {
        width: 65%;
        float: right;
    }
}


/* content */ /* cms-block*/
#content {
    min-height: 400px;
}

.block-banner {
    margin-right: -15px;
    margin-top: 30px;
}

    .block-banner .col.col-1 {
        margin-right: -15px;
    }

    .block-banner .s-img a, .block-banner .f-img a, .block-img-middle .f-img a {
        position: relative;
        display: block;
    }

        .block-banner .s-img a:before, .block-banner .f-img a:before, .block-img-middle .f-img a:before {
            content: "";
            position: absolute;
            background: rgba(0, 0, 0, 0.3);
            height: 100%;
            right: 0;
            top: 0;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            width: 100%;
            -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
            -moz-transition: -moz-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
            -o-transition: -o-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
            transition: transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
        }

    .block-banner .s-img:hover a:before, .block-banner .f-img:hover a:before, .block-img-middle .f-img:hover a:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
/*cms-content-top*/
.free-shipping.st-section {
    margin-top: 40px;
}

.st-section .box .box-inner {
    color: #5a5a5a;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.st-section .box .bos1 {
    background: #ff9460;
}

.st-section .box .bos2 {
    background: #b2b6ba;
}

.st-section .box .bos3 {
    background: #acd373;
}

.st-section .box .box-inner .phones {
    font-size: 0;
    background: #ed7337 url("../image/st-img1-home1.png") no-repeat center;
    height: 77px;
}

.st-section .box .box-inner .loats {
    font-size: 0;
    background: #9ea1a5 url("../image/st-img2-home1.png") no-repeat center;
    height: 77px;
}

.st-section .box .box-inner .auto {
    font-size: 0;
    background: #8fb35b url("../image/st-img3-home1.png") no-repeat center;
    height: 77px;
}

.st-section .box .box-inner .icon {
    float: right;
    width: 77px;
}

.st-section .box .box-inner .text {
    text-align: right;
    display: block;
    float: right;
    padding-right: 20px;
}

    .st-section .box .box-inner .text h4 {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        padding-top: 15px;
        padding-bottom: 10px;
        margin: 0px;
        font-weight: 700;
        font-family: 'Droid Arabic Kufi','Dosis', sans-serif;
    }

    .st-section .box .box-inner .text p {
        font-size: 14px;
        /*font-style: italic;*/
        color: #fff;
        font-family: 'Droid Arabic Kufi','Lato', sans-serif;
    }

.st-section .box .box-inner:hover .text h4 {
    animation: slideInLeft 0.5s linear alternate;
    -webkit-animation: slideInLeft 0.5s linear alternate;
    -moz-animation: slideInLeft 0.5s linear alternate;
}

.st-section .box .box-inner:hover .text p {
    animation: slideInLeft 0.8s linear alternate;
    -webkit-animation: slideInLeft 0.8s linear alternate;
    -moz-animation: slideInLeft 0.8s linear alternate;
}
/* effect1-img*/
a.effect1-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    /*    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);*/
}

    a.effect1-img img {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }

    a.effect1-img .effect-content {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.2);
        height: 100%;
        position: absolute;
        width: 100%;
        left: -50%;
        top: -50%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    a.effect1-img:hover .effect-content {
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
    }
/*title-module*/
.module-title {
    text-align: right;
    margin: 40px 0 30px;
    position: relative;
}

    .module-title.title-top {
        margin: 0 0 35px 0 !important;
    }

    .module-title h3 {
        display: inline-block;
        vertical-align: top;
    }

    .module-title h3 {
        padding: 0 20px;
        padding-right: 0px;
        margin: 0;
        font-weight: 700;
        font-size: 20px;
        color: #000;
        position: relative;
        background: #fff;
        text-transform: uppercase;
        display: inline-block;
        line-height: 30px;
        font-family: 'Droid Arabic Kufi','Dosis', sans-serif;
    }

        .module-title h3:after {
            content: "";
            position: absolute;
            bottom: -3px;
            right: 0px;
            border: 1px solid #ee7e20;
            width: 50px;
            height: 3px;
            background: #ee7e20;
        }

.item-inner {
    clear: both;
    position: relative;
}

img {
    vertical-align: middle;
    max-width: 100%;
}
/*tt_countdown*/
.module-title.occountdown-title-box {
    background: #ee7e20;
    height: 55px;
    margin-bottom: 0px;
    margin-top: 30px;
}

.box-timer.is-countdown {
    clear: both;
    padding: 10px 0px 20px;
    direction: rtl;
}

.occountdown-title.title-group {
    position: relative;
    padding-right: 15px;
}

.module-title.occountdown-title-box:before {
    content: "";
    background: #02743c url(../image/icon1.png) left top no-repeat;
    height: 55px;
    width: 55px;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    position: static;
}

h3.occountdown-title.title-group {
    background: transparent;
    color: #fff;
    line-height: 55px;
}

    h3.occountdown-title.title-group:after {
        display: none;
    }

.product-layout.countdown-products .timer-item {
    border: 4px solid #ee7e20;
    border-top: 0;
}

.product-layout.countdown-products .des-container {
    padding-bottom: 0px;
}

.countdown-products .timer-item {
    margin: 0 15px;
}

span.countdown-row.countdown-show4.countdown-holding {
    font-family: 'Droid Arabic Kufi',Dosis;
}

span.countdown-section {
    display: inline-block;
    width: 24.5%;
    text-align: center;
    font-family: 'Droid Arabic Kufi',dosis;
}

.countdown-section span.countdown-amount {
    height: 48px;
    width: 48px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    border: 6px solid #fff;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 700;
    background: #eee;
    position: relative;
}

    .countdown-section span.countdown-amount:after {
        content: "";
        border: 3px solid #eee;
        height: 46px;
        width: 46px;
        left: -5px;
        position: absolute;
        top: -5px;
        border-radius: 100%;
    }

span.countdown-period {
    display: block;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.countdown-section span.countdown-amount:before {
    content: "";
    border: 2px solid #000;
    height: 38px;
    width: 38px;
    left: -1px;
    position: absolute;
    top: -1px;
    border-radius: 100%;
    border-bottom: 0;
    border-left: 0;
}

.countdown-section:nth-child(4n+1) span.countdown-amount:before {
    /*border-color: #D05463;*/
    border-radius: 50%;
    border-top: 2px solid #DF510F;
    border-right: 2px solid #ee7e20;
    border-bottom: 2px solid #f9c06b;
    border-left: 2px solid #fcd08d;
    -webkit-animation: spin 86400s linear infinite;
    -moz-animation: spin 86400s linear infinite;
    -o-animation: spin 86400s linear infinite;
    animation: spin 86400s linear infinite;
}

.countdown-section:nth-child(4n+2) span.countdown-amount:before {
    /*border-color: #8FB35B;*/
    border-radius: 50%;
    border-top: 2px solid #DF510F;
    border-right: 2px solid #ee7e20;
    border-bottom: 2px solid #f9c06b;
    border-left: 2px solid #fcd08d;
    -webkit-animation: spin 3600s linear infinite;
    -moz-animation: spin 3600s linear infinite;
    -o-animation: spin 3600s linear infinite;
    animation: spin 3600s linear infinite;
}

.countdown-section:nth-child(4n+3) span.countdown-amount:before {
    /*border-color: #F7B449;*/
    border-radius: 50%;
    border-top: 2px solid #DF510F;
    border-right: 2px solid #ee7e20;
    border-bottom: 2px solid #f9c06b;
    border-left: 2px solid #fcd08d;
    -webkit-animation: spin 60s linear infinite;
    -moz-animation: spin 60s linear infinite;
    -o-animation: spin 60s linear infinite;
    animation: spin 60s linear infinite;
}

.countdown-section:nth-child(4n+0) span.countdown-amount:before {
    border-radius: 50%;
    border-top: 2px solid #DF510F;
    border-right: 2px solid #ee7e20;
    border-bottom: 2px solid #f9c06b;
    border-left: 2px solid #fcd08d;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
    }

    100% {
        -moz-transform: rotateZ(360deg);
        -webkit-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
    }
}
/*end-countd0wn*/
.des-container {
    display: block;
    float: right;
    padding: 0 10px 10px 10px;
    width: 100%;
    direction: rtl;
    font-family: 'Droid Arabic Kufi',lato;
}

.caption {
    display: inline-block;
    width: 100%;
    padding: 5px 10px 10px 10px;
    text-align: right;
    direction: rtl;
}

    .des-container .name, .caption .name {
        display: inline-block;
        width: 100%;
        /* margin-bottom: 18px;
          height: 40px;*/
    }

        .des-container .name a, .caption .name a, .product-name a {
            font-size: 12.3px;
            text-transform: none;
            color: #000;
            font-weight: 400;
            float: right;
            width: 100%;
            margin: 0px;
            clear: both;
            font-family: 'Droid Arabic Kufi','Lato', sans-serif;
            white-space: normal;
            overflow: hidden;
            line-height: 22px;
        }

.stock-status {
}

.des-container .name a:hover, .caption .name a:hover, .product-name a:hover {
    color: #ee7e20;
}

.des-container .rating, .caption .rating {
    vertical-align: middle;
    display: block;
    text-align: right;
    margin-bottom: 10px;
}

.des-container .price-box {
    float: right;
    margin-top: 0;
    margin: -3px 0 8px 0;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 800;
}

    .des-container .price-box p {
        display: inline;
        margin: 0 5px 0 0;
        color: #525252;
        font-weight: 800;
        font-size: 16px;
    }

.des-container .special-price {
    margin: 0;
    padding: 0;
    float: right;
}

.des-container .old-price .price {
    color: #9c9c9c;
    text-decoration: line-through;
    font-size: 11px;
}

.des-container p.old-price {
    margin: 0px;
}

.des-container .box-button, .caption .box-button {
    display: block;
    float: right;
    width: 100%;
    /*    margin-top: 15px;*/
}

    .des-container .box-button button.btn-addtocart, .caption .box-button button.btn-addtocart {
        /*	vertical-align: top;
        float: right;
        display: block;
        padding: 3.5px 10px;
        font-weight: 700;
        font-size: 10px;
        text-align: center;
        white-space: nowrap;
        text-transform: uppercase;
        border: none;
        color: #3c3c3c;
        background: #999;*/
        position: absolute;
        top: 0px;
        right: 0px;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(-90deg);
        -moz-transform: perspective(400px) rotateY(-90deg);
        -ms-transform: perspective(400px) rotateY(-90deg);
        -o-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg);
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        transform-origin: right;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.item_product:hover .des-container .box-button button.btn-addtocart,
.item_product:hover .caption .box-button button.btn-addtocart,
.product-thumb:hover .caption .box-button button.btn-addtocart,
.item:hover .caption .box-button button.btn-addtocart {
    opacity: 1;
    z-index: 9;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}
/*.product-thumb .des-container .box-button button, 
.product-thumb .caption .box-button button,
.product-thumb .des-container .button-group, 
.product-thumb .caption .button-group{
    right: 15px;
}*/
.des-container .box-button button:hover, .caption .box-button button:hover {
    background: #ff8900;
    color: #fff;
    border-color: #ff8900;
}

.des-container .button-group, .caption .button-group {
    float: left !important;
    position: absolute;
    top: 36px;
    right: 0px;
    z-index: 9;
}

    .des-container .button-group button, .caption .button-group button {
        -webkit-transform: perspective(400px) rotateY(-90deg);
        -moz-transform: perspective(400px) rotateY(-90deg);
        -ms-transform: perspective(400px) rotateY(-90deg);
        -o-transform: perspective(400px) rotateY(-90deg);
        transform: perspective(400px) rotateY(-90deg);
        -webkit-transform-origin: right;
        -moz-transform-origin: right;
        -ms-transform-origin: right;
        -o-transform-origin: right;
        transform-origin: right;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 349px;
        font-size: 14px;
        color: #fff;
        cursor: pointer;
        border: 0 !important;
        background: #444;
        text-align: center;
        padding: 0px;
    }

        .des-container .button-group button.btn-quickview, .caption .button-group button.btn-quickview {
            -webkit-transition: all 0.45s;
            -moz-transition: all 0.45s;
            -o-transition: all 0.45s;
            transition: all 0.45s;
        }

        .des-container .button-group button.btn-wishlist, .caption .button-group button.btn-wishlist {
            -webkit-transition: all 0.6s;
            -moz-transition: all 0.6s;
            -o-transition: all 0.6s;
            transition: all 0.6s;
        }

        .des-container .button-group button.btn-compare, .caption .button-group button.btn-compare {
            -webkit-transition: all 0.75s;
            -moz-transition: all 0.75s;
            -o-transition: all 0.75s;
            transition: all 0.75s;
        }

.item-inner:hover .button-group button, .product-grid .product-thumb:hover .button-group button {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.des-container .button-group button:hover, .caption .button-group button:hover {
    background: #ee7e20;
    color: #fff;
}
/* oc-tab-category-slider */
.tab_container_category .owl-theme .owl-controls .owl-buttons div {
}

    .tab_container_category .owl-theme .owl-controls .owl-buttons div.owl-prev {
        right: 45px;
    }

    .tab_container_category .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 15px;
    }

.product-tabs-category-container-slider .title-image {
    position: absolute;
    top: 0px;
    right: 0px;
}

.product-tabs-category-container-slider ul.tabs {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    max-width: 33%;
}

.product-tabs-category-container-slider ul {
    margin: 0;
    padding: 0;
}

.product-tabs-category-container-slider li {
    list-style: none;
}

.product-tabs-category-container-slider ul.tabs li {
    float: right;
    margin: 0;
    cursor: pointer;
    padding: 8px 5px;
    border-left: none;
    font-size: 12px;
    font-weight: normal;
    list-style: none;
    overflow: hidden;
    position: relative;
    width: 50%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

    .product-tabs-category-container-slider ul.tabs li i {
        margin-right: 5px;
    }

    .product-tabs-category-container-slider ul.tabs li:hover,
    .product-tabs-category-container-slider ul.tabs li.active,
    .product-tabs-category-container-slider ul.tabs li:hover i {
        color: #ff5353;
    }

.box-subbcategories {
    position: relative;
}

.list-subbcategories {
    padding: 14.5px 0 14.5px 30px;
    border: 1px solid #ddd;
    height: 210px;
    overflow: hidden;
}

.product-tabs-category-container-slider ul.tabs li p {
    margin: 0;
}

.tab_container_category {
    margin-top: 20px;
}

.product-tabs-category-container-slider ul.tabs li:hover,
.product-tabs-category-container-slider ul.tabs li.active {
    background: #fff;
    color: #ff5353;
}

    .product-tabs-category-container-slider ul.tabs li:hover:after,
    .product-tabs-category-container-slider ul.tabs li.active:after {
        content: "";
        border: 5px solid transparent;
        border-right: 5px solid #fff;
        border-bottom: 5px solid #fff;
        position: absolute;
        bottom: 2px;
        right: 2px;
    }

.tab_container_category .image, .image.btn-quickview {
    position: relative;
    display: block;
    float: right;
    overflow: hidden;
    width: 100%;
}
/*.tab_container_category .image a img{padding: 2px 10px;}*/
.tab_container_category .item-inner {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.tab_container_category .caption {
    width: 100%;
}
    /*.tab_container_category .caption .rating{    width: 60px;}*/
    .tab_container_category .caption .name a {
        font-size: 16px;
    }

    .tab_container_category .caption .price {
        font-size: 16px;
    }

.des-container .box-button button.btn-addtocart,
.caption .box-button button.btn-addtocart {
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: #444444;
    padding: 0px;
}

    .caption .box-button button.btn-addtocart:hover {
        background: #ee7e20;
        color: #fff;
    }

.des-container .button-group button,
.caption .button-group button {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    display: block;
    border-radius: 0px;
    margin-top: 1px;
    text-align: center;
    padding: 0px;
}

    .des-container .button-group button i.fa,
    .caption .button-group button i.fa {
        font-size: 12px !important;
    }
/*.tab_container_category button.btn-quickview{
    line-height: 30px;
    width: 110px;
    height: 30px;
}*/
.tab_container_category .item-inner {
    margin: 10px 15px 10px 15px;
    transition: box-shadow 200ms ease-in-out;
    -webkit-transition: box-shadow 200ms ease-in-out;
    -o-transition: box-shadow 200ms ease-in-out;
    -moz-transition: box-shadow 200ms ease-in-out;
}

    .tab_container_category .item-inner:hover {
        -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
        -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
        -o-box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
    }

.caption .price {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 800;
    float: right;
    min-height: 25px;
}

    .caption .price span.price-new {
        padding-right: 5px;
    }

.caption span.price-old {
    color: #9c9c9c;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal;
}
/* new-product-slider + bestseller-product + mostview*/
.bestseller-content, .mostview-content {
    border: 1px solid #e9e9e9;
    margin-bottom: 40px;
}

.most-viewed-products-slider .item_product .name a,
.special-products-slider .item_product .name a,
.random-products-slider .item_product .name a,
.owl-demo-bestsellerproduct .item_product .name a {
    margin-top: 0px;
}

.special-products-slider .item_product,
.random-products-slider .item_product {
    margin: 0 0px;
    border: 1px solid #ddd;
    margin-bottom: 0px;
}

.special-products-slider .item_product,
.random-products-slider .item_product {
}

.owl-demo-bestsellerproduct .item_product,
.most-viewed-products-slider .item_product {
}

.special-products-slider .product-thumb,
.random-products-slider .product-thumb {
    border: 0px solid #eee;
    margin-bottom: 0px;
    /* padding-bottom: 19px; */
    overflow: hidden;
    display: block;
    /* border-bottom: 1px solid #ddd; */
    padding: 10px 0px;
}

.owl-demo-bestsellerproduct .product-thumb,
.most-viewed-products-slider .product-thumb {
    margin: 10px 0px;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    /* padding-left: 5px;*/
}

    .special-products-slider .product-thumb .image a,
    .owl-demo-bestsellerproduct .product-thumb .image a,
    .most-viewed-products-slider .product-thumb .image a,
    .random-products-slider .product-thumb .image a {
        float: right;
        margin-right: 6px;
    }

    .special-products-slider .product-thumb .image,
    .owl-demo-bestsellerproduct .product-thumb .image,
    .most-viewed-products-slider .product-thumb .image,
    .random-products-slider .product-thumb .image {
        float: right;
        max-width: 100px;
        /* border: 1px solid #ddd; */
        overflow: hidden;
        margin-top: 5px;
    }

    .owl-demo-bestsellerproduct .product-thumb .image,
    .most-viewed-products-slider .product-thumb .image {
        margin-top: 0px;
    }

    .special-products-slider .product-thumb .caption,
    .owl-demo-bestsellerproduct .product-thumb .caption,
    .most-viewed-products-slider .product-thumb .caption,
    .random-products-slider .product-thumb .caption {
        margin-right: 110px;
        display: block;
        padding: 0;
        min-height: auto;
        float: none;
        width: auto;
        direction: rtl;
    }

.special-products-slider .name a,
.owl-demo-bestsellerproduct .name a,
.most-viewed-products-slider .name a,
.random-products-slider .name a {
    white-space: normal;
}

.special-products-slider h4 a,
.owl-demo-bestsellerproduct h4 a,
.most-viewed-products-slider h4 a,
.random-products-slider h4 a {
    font-size: 14px;
    text-transform: none;
    color: #000;
    font-weight: 400;
    padding-right: 10px;
    display: block;
}

.special-products-slider .row_items .item_product:last-child .product-thumb,
.owl-demo-bestsellerproduct .row_items .item_product:last-child .product-thumb,
.most-viewed-products-slider .row_items .item_product:last-child .product-thumb,
.random-products-slider .row_items .item_product:last-child .product-thumb {
    border-bottom: 0;
}

.special-products-slider h4 a:hover,
.owl-demo-bestsellerproduct h4 a:hover,
.most-viewed-products-slider h4 a:hover,
.random-products-slider h4 a:hover {
    color: #ee7e20;
}

.special-products-slider .rating,
.owl-demo-bestsellerproduct .rating,
.most-viewed-products-slider .rating,
.random-products-slider .rating {
    display: block;
    width: 100%;
}

.special-products-slider .caption .price,
.owl-demo-bestsellerproduct .caption .price,
.most-viewed-products-slider .caption .price,
.random-products-slider .caption .price {
    float: right;
    width: 100%;
    display: inline-block;
}

.featured-product-slider.owl-carousel.owl-theme {
    margin-bottom: 40px;
}
/* next-back in-top */
.most-viewed-products-slider.owl-theme .owl-controls .owl-buttons div,
.owl-demo-newproduct.owl-theme .owl-controls .owl-buttons div,
.featured-product-slider.owl-theme .owl-controls .owl-buttons div,
.special-products-slider.owl-theme .owl-controls .owl-buttons div,
.random-products-slider.owl-theme .owl-controls .owl-buttons div,
.bestseller_product.owl-theme .owl-controls .owl-buttons div {
    top: 0px;
    margin-top: -55px;
}

    .special-products-slider.owl-theme .owl-controls .owl-buttons div.owl-prev,
    .random-products-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: auto !important;
        right: 45px !important;
    }

    .most-viewed-products-slider.owl-theme .owl-controls .owl-buttons div.owl-prev,
    .owl-demo-newproduct.owl-theme .owl-controls .owl-buttons div.owl-prev,
    .bestseller_product.owl-theme .owl-controls .owl-buttons div.owl-prev,
    .featured-product-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
        right: auto !important;
        left: 35px !important;
    }

    .most-viewed-products-slider.owl-theme .owl-controls .owl-buttons div.owl-next,
    .owl-demo-newproduct.owl-theme .owl-controls .owl-buttons div.owl-next,
    .featured-product-slider.owl-theme .owl-controls .owl-buttons div.owl-next,
    .bestseller_product.owl-theme .owl-controls .owl-buttons div.owl-next {
        right: auto !important;
        left: 0px !important;
    }
/**/
/*only special css*/
.special-products-slider .item_product, .random-products-slider .item_product {
    border: 0;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.special-products-slider .row_items .item_product:last-child, .random-products-slider .row_items .item_product:last-child {
    border-bottom: 0;
}

.special-products-slider .item_product, .random-products-slider .item_product {
    border: 0;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

    .special-products-slider .item_product:last-child, .random-products-slider .item_product:last-child {
        border-bottom: 0px;
    }

.special-products-slider .row_items, .random-products-slider .row_items {
    border: 1px solid #eee;
}

.special-products-slider .owl-item:first-child .item_product, .random-products-slider .owl-item:first-child .item_product {
    border-right: 0px solid #eee;
}

.special-products-slider .owl-item:first-child .row_items, .random-products-slider .owl-item:first-child .row_items {
    border-right: 0px solid #eee;
}

.special-products-slider.owl-theme .owl-controls .owl-buttons div.owl-prev,
.random-products-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: auto !important;
    left: 35px !important;
}

.special-products-slider.owl-theme .owl-controls .owl-buttons div.owl-next,
.random-products-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: auto !important;
    left: 0px !important;
}
/**/
.owl-demo-newproduct.owl-carousel .owl-wrapper-outer, .ocfeatureproductslider .owl-carousel .owl-wrapper-outer {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-right: 2px;
}

.owl-demo-newproduct .item-inner, .ocfeatureproductslider .item-inner {
    border: 1px solid #eee;
    border-left: 0;
    /* border-bottom: 0;*/
    border-bottom: 1px solid #eee;
}

.owl-demo-newproduct.owl-carousel .owl-wrapper-outer, .ocfeatureproductslider .owl-carousel .owl-wrapper-outer {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-right: 2px;
}

.owl-demo-newproduct .row_items .item:last-child .item-inner, .ocfeatureproductslider .row_items .item:last-child .item-inner {
    border-bottom: 1px solid #eee;
}

.owl-demo-newproduct.newproducts-slider.owl-carousel.owl-theme {
    margin-bottom: 40px;
}

.ocfeatureproductslider .product-thumb {
    margin-bottom: 0px;
}

.ocfeatureproductslider .item .product-image {
    max-width: 99.5%;
}
/*brand-content*/
.brand-content .item {
    padding: 0 15px;
}

.brand-content img {
    width: 100%;
}
/*blog-blog*/
.blog-title.module-title {
    margin-top: 30px;
}

#blog_home .item-inner {
    clear: both;
    margin: 0 15px;
    position: relative;
}

#blog_home .articles-image {
    position: relative;
    z-index: -1;
}

    #blog_home .articles-image img {
        width: 100%;
    }

    #blog_home .articles-image:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        pointer-events: none;
    }

#blog_home .item-inner:hover .articles-image:after {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.articles-date {
    text-align: right;
    padding-right: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Droid Arabic Kufi','Dosis', sans-serif;
    text-transform: uppercase;
}

.articles-name-box a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    border: 2px solid #ee7e20;
    width: 50px;
    margin-left: -25px;
}

.articles-name-box a:hover {
    color: #ee7e20;
}

span.date-added {
    padding-bottom: 8px;
    margin-bottom: 16px;
}

span.date-added-year {
    padding-top: 0px;
    font-size: 12px;
    font-family: 'Droid Arabic Kufi','Dosis', sans-serif;
}

.articles-name-box a {
    font-size: 14px;
    line-height: 60px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.articles-name-box {
    text-align: center;
    margin: 0 30px;
    background: #fff;
    position: relative;
    border-bottom: 0;
}

.articles-container.owl-theme .owl-controls .owl-buttons div {
    top: 0px;
    margin-top: -45px;
}

    .articles-container.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: auto !important;
        right: 50px !important;
    }

.blog-intro {
    margin-top: -60px;
    z-index: 9;
    padding-bottom: 15px;
}

.articles-intro {
    text-align: center;
    margin: 10px 35px;
    line-height: 25px;
    font-size: 13px;
    color: #7c7c7c;
    padding: 0;
    font-style: italic;
}

.blog-intro .box {
}

.blog-intro .box-shadow {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) outset;
}

    .blog-intro .box-shadow:before, .blog-intro .box-shadow:after {
        position: absolute;
        content: "";
        box-shadow: 0 10px 25px 20px rgba(0,0,0,0.25);
        top: auto;
        left: 15px;
        bottom: 45px;
        height: 5px;
        width: 0px;
        z-index: -1;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    .blog-intro .box-shadow:after {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        transform: rotate(10deg);
        right: 15px;
        left: auto;
    }

.blog-intro .readmore {
    text-align: center;
}

    .blog-intro .readmore a {
        border: 2px solid #aaa;
        padding: 5px 15px;
        border-radius: 50px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        font-family: 'Droid Arabic Kufi',dosis;
        color: #aaa;
        font-size: 12px;
    }

        .blog-intro .readmore a:hover {
            color: #fff;
            border: 2px solid #ee7e20;
            background: #ee7e20;
        }

        #wrapit {
    padding: 0px;
    min-height: -webkit-calc(100vh - 100px) !important;     /* Chrome */
    min-height: -moz-calc(100vh - 225px) !important;     /* Firefox */
    min-height: calc(100vh - 225px) !important;     /* native */
}

/* footer */
footer {
    position: relative !important;
    clear:both !important;

    /*margin-top: 0px;*/
    /*padding: 15px 0;*/
    background-color: #f8f7f7;
    background-color: black !important;
    /*border-top: 2px solid #eaeaea;*/
    color: #a3a3a3;
    /*background: #fafbfd url(../image/footer.jpg)no-repeat no-repeat center center;*/
}

    footer hr {
        border-top: none;
        border-bottom: 1px solid #666;
    }

    footer a {
        color: #ccc;
    }

        footer a:hover {
            color: #fff;
        }

    footer h5 {
        text-transform: uppercase;
        font-size: 14px;
        display: inline;
        color: #3c3c3c;
        position: relative;
    }

    footer .short_about_us {
        margin: 10px 0;
    }

    footer a.ft-left.ft-email {
        /*padding: 0px !important;
    margin-top: 0px;
    display: inline-block;*/
        text-align: right;
        color: #ee7e20;
        text-decoration: none !important;
        font-style: normal;
    }

    footer .ft-aslink {
        /*padding: 0px !important;
    margin-top: 0px;*/
        /*display: inline-block;*/
        color: #ee7e20;
        text-decoration: none !important;
        font-style: normal;
    }

.footer-static-title {
    margin: 15px 0;
    border-bottom: 0px !important;
}

h3.footer-title {
    font-size: 16px;
    background: none;
    padding: 0px 0px 5px;
    margin: 0px 0px 0px;
    color: white;
}

    h3.footer-title:after {
        width: 40px;
    }




footer .footer-column {
    border-right: 1px solid #333;
    border-left: 1px solid #333;
}

footer ul li a {
    color: #c6bcbc;
    position: relative;
    line-height: 20px;
    padding-right: 20px;
    transition: all 1s ease-in-out;
}

.footer-links li a:hover {
    margin-left: 15px;
    color: #ee7e20 !important;
}

.footer-links li a {
    font-size: 14px;
}

footer .color-title {
    font-size: 12px;
    /*font-weight: bold;*/
    /*color: #3c3c3c;*/
    color: white;
    /*float: right;*/
    /* text-align:right;*/
    min-width: 20px;
    /*font-family: 'Droid Arabic Kufi',lato;*/
}

footer .ft-left {
    overflow: hidden;
    color: #c6bcbc;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
}

.footer-static-content {
    font-size: 14px;
}

footer ul li a.ft-left:before {
    display: none;
}

footer ul li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0px;
}

footer ul li a:hover {
    color: #ee7e20;
}

    footer ul li a:hover:before {
        background: #ee7e20;
    }

footer div#frm_subscribe {
    overflow: hidden;
    position: relative;
}

footer input#subscribe_email {
    width: 100%;
    border: none;
    background: #ffffff;
    height: 36px;
    line-height: 36px;
    padding: 5px 10px;
}

footer form#subscribe {
    width: 100%;
    padding-right: 38px;
}

footer input#subscribe_email .fa {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    width: 36px;
    background: #ee7e20;
    outline: none;
    box-shadow: none;
}

footer form#subscribe a.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.box-content.newleter-content label {
    margin-bottom: 15px;
}

footer form#subscribe a.button i.fa.fa-chevron-right {
    padding: 11px 11px 11px 15px;
    background: #ee7e20;
    color: #fff;
    text-align: center;
}

footer form#subscribe a.button span {
    font-size: 0px;
}

.footer-static-content .link-follow {
    margin-top: 20px;
}

.footer-static-content ul.link-follow {
    padding-right: 0px;
}

.footer-static-content .link-follow li {
    display: inline-block;
    list-style: none;
}

    .footer-static-content .link-follow li a {
        height: 38px;
        width: 38px;
        /*text-align: center;*/ /*samer*/
        vertical-align: middle;
        line-height: 36px;
        margin-right: 2px;
        padding: 0;
        display: inline-block;
        border-radius: 100%;
    }

        .footer-static-content .link-follow li a i.fa {
            height: 38px;
            width: 38px;
            text-align: center;
            vertical-align: middle;
            line-height: 36px;
        }

        .footer-static-content .link-follow li a:before {
            display: none;
        }

.footer-static-content ul.link-follow li a {
    color: #fff;
}

    .footer-static-content ul.link-follow li a.twitter {
        background: #00bff3;
    }

.link-follow li a span {
    display: none;
}

.footer-static-content ul.link-follow li a.google {
    background: #ed1c24;
}

.footer-static-content ul.link-follow li a.facebook {
    background: #448ccb;
}

.footer-static-content ul.link-follow li a.youtube {
    background: #cc181e;
}

/*.footer-static-content ul.link-follow li a:hover{    background: #448ccb;color:white; }*/

.powered-content {
    background: #f8f7f7;
    margin-top: 0;
    padding: 7px 0;
    color: #343434;
    border-top: 1px solid #eee;
}

    .powered-content p {
        font-size: 12px;
        margin-bottom: 0;
        color: #000;
        margin: 5px 0px;
        font-style: normal;
        line-height: 25px;
        font-family: 'Droid Arabic Kufi',lato;
    }

        .powered-content p a {
            color: #ff8900;
        }


/*newsletter*/
.newletter-subscribe {
    background: url(../image/02_home-3_22.jpg)no-repeat no-repeat center center;
    padding: 0px 30px;
    margin-top: 30px;
    min-height: auto;
}

.module-title.newletter-title {
    display: inline-block;
    margin: 35px 0px;
}

    .module-title.newletter-title h3 {
        background: transparent;
        color: #474747;
    }

    .module-title.newletter-title p {
        color: #474747;
        font-size: 14px;
        font-family: 'Droid Arabic Kufi',Lato,sans-serif;
        font-style: italic;
        padding-top: 15px;
    }

.box-content.newleter-content {
    display: inline-block;
    margin-left: 0px;
    margin: 55px 0;
    float: left;
    width: 100%;
}

input#subscribe_email {
    width: 70%;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #888888;
    background: rgba(255,255,255,0.1);
    margin-right: 5px;
    padding: 0 10px;
    color: #888888;
}

#subscribe a.button {
    max-height: 40px;
    color: #888888;
    border: 2px solid #888888;
    border-radius: 20px;
    padding: 10.5px 20px;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1;
}

    #subscribe a.button:hover {
        border: 2px solid #ee7e20;
        background: #ee7e20;
        color: #fff;
    }

.box-content.newleter-content .warning {
    color: #000;
    padding: 0px 0;
    float: right;
    margin-top: -10px;
}

#dialog_normal .box-content.newleter-content .warning {
    color: #000;
    padding: 0px 0;
    float: right;
    margin-top: 0px;
}
/*popup-newsletter*/
/*.newletter-container.newsletter-popup{display: none !important;}*/
.newsletter-popup {
    background: #fff !important;
    color: #FFFFFF;
    display: none;
    margin: -195px 0 0 !important;
    min-width: 450px;
    padding: 25px 50px;
    top: 50% !important;
    position: fixed !important;
    text-align: center;
}

    .newsletter-popup .newletter-title h2 {
        font-size: 28px;
        font-weight: 600;
        margin-top: 40px;
        text-transform: uppercase;
        line-height: 30px;
        margin-bottom: 0;
        color: #000;
    }

    .newsletter-popup .box-content.newleter-content {
        margin: 15px 0;
    }

        .newsletter-popup .box-content.newleter-content label {
            font-size: 14px;
            font-weight: 500;
            line-height: 22px;
            color: #7d7d7d;
            margin: 15px 0;
            white-space: pre-line;
            padding: 0;
            vertical-align: top;
            border-radius: 0;
        }

        .newsletter-popup .box-content.newleter-content #subscribe_popup input {
            margin: 0 0 20px;
            width: 380px;
            height: 41px;
            line-height: 40px;
            padding-left: 10px;
            border: 0;
            background: #ebebeb;
            color: #333;
            padding-right: 12px;
        }

    .newsletter-popup .subscribe-bottom input {
        margin-top: 20px;
    }

    .newsletter-popup .box-content.newleter-content #subscribe_popup .subs-links a {
        background: #5d5d5d;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        text-shadow: none;
        white-space: nowrap;
        line-height: 49px;
        letter-spacing: 2px;
        padding: 0 28px;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        font-weight: 700;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
    }

        .newsletter-popup .box-content.newleter-content #subscribe_popup .subs-links a:hover {
            background: #ee7e20;
            border: 0;
            text-shadow: none;
            color: #fff;
        }

    .newsletter-popup .subscribe-bottom {
        display: block;
    }

    .newsletter-popup div#popup2.btn-close-form {
        position: absolute;
        top: 0;
        right: 5px;
        cursor: pointer;
        color: #000;
    }
/*endpopup*/
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 50px;
    z-index: 9999;
    left: 0;
    border: none;
    border-radius: 0;
    line-height: 36px;
    text-align: center;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 15px 0;
    padding: 15px 0;
    background: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    ;
}

    .breadcrumb i {
        font-size: 15px;
    }

    .breadcrumb > li {
        position: relative;
        white-space: nowrap;
    }

    .breadcrumb li:before {
        content: "";
        padding: 0;
    }

    .breadcrumb a {
        color: #444;
        font-weight: normal;
    }

    .breadcrumb .fa {
        font-size: 15px;
        color: #6b6b6b;
        padding: 0 10px;
        display: inline-block;
    }

    .breadcrumb li:hover a, .breadcrumb li:last-child a {
        color: #ee7e20;
    }
/*.breadcrumb > li:after {
        content: '';
        display: block;
        position: absolute;
        top: -3px;
        right: -5px;
        width: 26px;
        height: 26px;
        border-right: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
}*/
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    box-shadow: none;
    outline: none;
    /*background-color: #2179b3 !important;*/
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #3c3c3c;
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    border-color: #dddddd;
}

.btn-primary {
    color: white !important;
    text-shadow: none;
    /*background-color: #fff;*/
    background-color: #3498db !important;
    background-image: none;
    background-repeat: no-repeat;
    border-color: #ddd !important;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        background-color: #ff8900;
        background-position: 0 -15px;
        color: #fff;
        border-color: #ff8900;
    }

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
        box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    }

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
        box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    }

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

    .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        box-shadow: none;
    }

.btn-info {
    color: #333;
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    border-color: #ddd;
}

    .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        background-image: none;
        background-color: #62badb;
    }

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled] {
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        box-shadow: none;
    }

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

    .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
        background-color: #222222;
        background-image: linear-gradient(to bottom, #333333, #111111);
    }
/* fix-button-default */
/* list group */
p.text_empty {
    padding-right: 15px;
}

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

    .list-group a.active, .list-group a.active:hover, .list-group a:hover {
        color: #444444;
        background: #eeeeee;
        border: 1px solid #DDDDDD;
        text-shadow: 0 1px 0 #FFF;
    }
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
/*.brand-slider .owl-controls.clickable {display: none !important;}*/
.icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

.brand-slider {
    padding: 38px 0;
}

    .brand-slider .owl-theme .owl-controls .owl-buttons div {
        opacity: 0;
        top: 40px;
    }

    .brand-slider:hover .owl-theme .owl-controls .owl-buttons div {
        opacity: 1;
    }
/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
}

    .product-thumb .image {
        text-align: center;
    }

        .product-thumb .image a {
            display: block;
        }

            .product-thumb .image a:hover {
                opacity: 0.8;
            }
/*.product-thumb .image img {
        margin-left: auto;
        margin-right: auto;
}
.product-grid .product-thumb .image {
        float: none;
}*/
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: right;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}
/*.product-thumb .caption {
        padding: 0 20px;*/
/*	min-height: 180px;
}*/
/*.product-list .product-thumb .caption {
        margin-left: 230px;
}*/
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding: 0px 0px;
    text-align: right;
}

.stock-status {
    font-size: 13.3px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

    .rating .fa-star + .fa-star-o {
        color: #E69500;
    }

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #424242;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .thumbnails > li {
        margin-left: 20px;
    }

.thumbnails {
    margin-left: -20px;
}

    .thumbnails > img {
        width: 100%;
    }


@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
/*back-top*/
#back-top {
    bottom: 10%;
    cursor: pointer;
    display: none;
    position: fixed;
    left: 15px;
    /*bottom: 15px;*/
    /*bottom: calc(100vh - 90vh );*/
    text-align: center;
    width: 25px;
    z-index: 10000;
}

    #back-top:hover {
    }

.arrow-up {
    position: absolute;
    top: -6px;
    -webkit-animation: bounceX 0.4s ease-in-out infinite alternate;
    animation: bounceX 0.4s ease-in-out infinite alternate;
}

@keyframes bounceY {
    0% {
        -webkit-transform: translateY(-10px);
    }

    30% {
        -webkit-transform: translateY(-15px);
    }

    66% {
        -webkit-transform: translateY(-20px);
    }

    55%, 75%, 97%, 100% {
        transform: translateY(-20px);
    }
}

@-moz-keyframes bounceX {
    0% {
        -webkit-transform: translateY(-10px);
    }

    30% {
        -webkit-transform: translateY(-15px);
    }

    66% {
        -webkit-transform: translateY(-20px);
    }

    55%, 75%, 97%, 100% {
        transform: translateY(-20px);
    }
}

@-webkit-keyframes bounceX {
    0% {
        -webkit-transform: translateY(-10px);
    }

    30% {
        -webkit-transform: translateY(-15px);
    }

    66% {
        -webkit-transform: translateY(-20px);
    }

    55%, 75%, 97%, 100% {
        transform: translateY(-20px);
    }
}

.bounce {
    -webkit-animation-name: bounceX;
    animation-name: bounceX;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}


.animatedOnce { 
    animation-duration: 1s; 
    animation-fill-mode: both; 
    animation-iteration-count:1; 
} 


@keyframes flip { 
    0% { 
        transform: perspective(400px) rotateY(0); 
        animation-timing-function: ease-out; 
    } 
    40% { 
        transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        animation-timing-function: ease-out; 
    } 
    80% { 
        transform: perspective(400px) rotateY(360deg) scale(.95); 
        animation-timing-function: ease-in; 
    } 
    100% { 
        transform: perspective(400px) scale(1); 
        animation-timing-function: ease-in; 
    } 
} 
.flip { 
    backface-visibility: visible !important; 
    animation-name: flip; 
}

@keyframes fadeInUpBig { 
    0% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUpBig { 
    animation-name: fadeInUpBig; 
}


@keyframes rollIn { 
    0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; transform: translateX(0px) rotate(0deg); } 
} 
.rollIn { 
    animation-name: rollIn; 
}

.BillsList-animated { 
    animation-duration: 6s; 
    animation-fill-mode: both; 
    animation-timing-function:ease; 
    animation-iteration-count:infinite; 
} 



.animated { 
    animation-duration: 1s; 
    animation-fill-mode: both; 
    animation-timing-function:ease; 
    animation-iteration-count:infinite; 
} 


@keyframes flash { 
    0%, 50%, 100% {opacity: 1;} 
    25%, 75% {opacity: 0;} 
} 
.flash { 
    animation-name: flash; 
}

@keyframes wobble { 
  0% { transform: translateX(0%); } 
  15% { transform: translateX(-25%) rotate(-5deg); } 
  30% { transform: translateX(20%) rotate(3deg); } 
  45% { transform: translateX(-15%) rotate(-3deg); } 
  60% { transform: translateX(10%) rotate(2deg); } 
  75% { transform: translateX(-5%) rotate(-1deg); } 
  100% { transform: translateX(0%); } 
} 
.wobble { 
    animation-name: wobble; 
}

@keyframes swing { 
    20% { transform: rotate(15deg); } 
    40% { transform: rotate(-10deg); } 
    60% { transform: rotate(5deg); } 
    80% { transform: rotate(-5deg); } 
    100% { transform: rotate(0deg); } 
} 
.swing { 
    transform-origin: top center; 
    animation-name: swing; 
}

@keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
} 
.fadeOutUp { 
    animation-name: fadeOutUp; 
}

@keyframes flipOutX { 
    0% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
.flipOutX { 
    animation-name: flipOutX; 
    backface-visibility: visible !important; 
}


@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 
.pulse { 
    animation-name: pulse; 
}


@keyframes zoomIn { 
    0% { 
        opacity: 0; 
        transform: scale3d(.3, .3, .3); 
    } 
    50% { 
        opacity: 1; 
    } 
} 
.zoomIn { 
    animation-name: zoomIn; 
}

/* tooltips **************************************************************************************************/
/* tool-tips */

.tooltip-content {
    display: none;
}
/* rotator img products ***********************************************************************************/
.item .image, .item-inner .image, .item_product .image,
.item .product-image {
    position: relative;
    float: right;
    overflow: hidden;
}

    .item .image .image1, .item-inner .image .image1,
    .item_product .image .image1, .item .product-image .image1 {
        display: block;
        float: left;
        width: 100%;
        /*   margin-right: 10px;*/
        display: inline-block;
        padding: 10px;
    }

    .item .image .image2, .item-inner .image .image2,
    .item_product .image .image2, .item .product-image .image2 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        display: block;
        width: auto;
        max-width: 100%;
        -moz-transition: all 1.5s ease-in-out 1.5s;
        transition: all 1.5s ease-in-out 1.5s;
        -moz-transform: translateX(400px);
        -webkit-transform: translateX(400px);
        -o-transform: translateX(400px);
        -ms-transform: translateX(400px);
        transform: translateX(400px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.item:hover .image .image1, .item-inner:hover .image .image1,
.item_product:hover .image .image1, .item:hover .product-image .image1 {
    opacity: 1;
}

.item:hover .image .image2, .item-inner:hover .image .image2,
.item_product:hover .image .image2, .item:hover .product-image .image2 {
    opacity: 1;
    z-index: 3;
    width: 100%;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
/*end rotator-img */
/* label-new-sales */
.label-pro-sale:before {
    moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f26a6a transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    bottom: -10px;
    content: "";
    position: absolute;
    left: 5px;
}

.label-pro-new, .label-pro-sale {
    color: #fff;
    background: #58727f;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    /*top: 10px;*/
    z-index: 99;
    border-radius: 4px;
}

.label-pro-sale {
    color: #fff;
    background: #f26a6a;
}

.label-pro-new:before {
    moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #58727f transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    bottom: -10px;
    content: "";
    position: absolute;
    left: 5px;
}
/* end-label-new-sales */
/* fillter product*/
.product-filter, .product-pagination {
    overflow: hidden;
    padding: 5px 15px;
    border-bottom: 1px solid #F1F1F1;
    margin: 0px 0 20px;
    background: #f6f7f9;
}

    .product-filter .btn-group {
        margin: 1px 0 0;
        display: inherit;
        float: right;
    }

.product-results {
    padding: 12px 0;
}

.pagination {
    margin: 0px 0px -5px 0px !important;
    padding: 5px 0;
}

.product-pagination .pagination > li > span, .product-pagination .pagination > li > a {
    margin: 4px 2px !important;
    border-radius: 4px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.product-filter label {
    color: #777;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    margin: 0 10px 0 0;
}

.product-filter .btn-group #list-view.selected, .product-filter .btn-group #list-view:hover {
    height: 27px;
    width: 27px;
    float: right;
    background: #ff8900 url(../image/list.png) left top no-repeat;
    border: 0;
    border-radius: 4px;
    padding-left: 20px;
    margin: 2px 5px 0 0;
    text-transform: uppercase;
    text-indent: -9999px;
    outline: none;
}

.product-filter .btn-group #grid-view.selected, .product-filter .btn-group #grid-view:hover {
    height: 27px;
    width: 27px;
    float: right;
    background: #ff8900 url(../image/grid.png) left top no-repeat;
    margin: 2px 5px 0 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ee7e20;
    text-indent: -9999px;
    outline: none;
    border-radius: 4px;
}

.product-filter .btn-group #grid-view {
    height: 27px;
    width: 27px;
    float: right;
    background: #3c3c3c url(../image/grid.png) left top no-repeat;
    margin: 2px 5px 0 0;
    padding-left: 20px;
    text-transform: uppercase;
    text-indent: -9999px;
    border-radius: 4px;
}

.product-filter .btn-group #list-view {
    height: 27px;
    width: 27px;
    float: right;
    background: #3c3c3c url(../image/list.png) left top no-repeat;
    border: 0;
    border-radius: 4px;
    padding-left: 20px;
    margin: 2px 5px 0 0;
    text-transform: uppercase;
    text-indent: -9999px;
}


.product-filter .btn-group button {
    background: none;
    border: 0 none;
    border-radius: 4px;
    float: right;
    height: 17px;
    padding: 0;
    text-indent: -9999px;
    width: 17px;
    margin-right: 10px;
}

.product-filter .sort {
    float: left;
    margin: 2px 0 0;
    padding: 0 0 0 20px;
}

.product-filter label {
    color: #777;
    font-size: 14px;
    font-weight: normal;
    line-height: 27px;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    margin: 0 10px 0 0;
}

.product-filter select {
    background: none repeat scroll 0 0 #fff;
    color: #777;
    font-size: 14px !important;
    padding: 3px;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 3px;
    height: auto;
    width: auto;
    float: none;
    display: inline-block;
    border: 1px solid #d4d4d4;
}

.product-filter .limit {
    color: #666;
    float: left;
    padding: 0 0 0 20px;
}

.limit #input-limit {
    padding: 0px;
}

.product-filter #input-sort {
    float: left;
    padding: 0;
    width: 60%;
    margin: 0px 0px 0px 5px;
}

.product-filter .btn {
    box-shadow: none;
}

    .product-filter .btn.active.focus, .product-filter .btn.active:focus, .product-filter .btn.focus,
    .product-filter .btn:active.focus, .product-filter .btn:active:focus, .product-filter .btn:focus {
        outline: 0px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .product-filter .btn.focus, .product-filter .btn:focus, .product-filter .btn:hover {
        color: #fff !important;
        text-decoration: none;
    }

.product-filter {
    /* border-bottom: 0;
    border: 1px solid #ccc;*/
    border-bottom: 0;
    border: 1px solid #ccc;
    /* padding: 19px; */
    /* margin-bottom: 20px; */
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.product-pagination {
    border: 1px solid #eaeaea;
}

.product-pagination {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 30px;
}
/* product - list - grid */
.layer-category .img-thumbnail {
    padding: 0px !important;
    border: 0px solid #ddd !important;
    border-radius: 0px !important;
}

.custom-category {
    display: block;
    width: 100%;
    clear: both;
}

.product-grid .product-thumb .image {
    position: relative;
    max-width: 100%;
}

.product-layout.product-grid.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    padding: 0px;
    max-width: 100%;
}

.product-layout.product-grid .item-inner {
    float: right;
    max-width: 100%;
}

.product-layout.product-grid .product-thumb.item {
    margin-bottom: 0px;
}

.product-grid .product-thumb .caption {
    padding: 0 12px 10px 5px;
}

.product-grid .caption .product-name a, .product-grid .caption .name a {
    text-transform: capitalize;
    padding: 10px 0;
    font-size: 12.3px;
    text-transform: none;
    color: #000;
    font-weight: 400;
    float: left;
    width: 100%;
    margin: 0px;
    clear: both;
    font-family: 'Droid Arabic Kufi',Arial;
    white-space: normal;
    overflow: hidden;
    line-height: 20px;
}

.product-grid p.description, .product-grid .hidden-list, .product-list .hidden-grid {
    display: none;
}
/*list*/
.product-layout.product-list.col-xs-12 {
    padding: 0px;
}

.caption.des-container.col-md-8.col-sm-8 {
    width: 66.66666667%;
    padding: 0 15px;
}

.product-list .product-thumb .image a {
    float: right;
    max-width: 250px;
}

.product-list button.btn-quickview {
    display: none;
}

.product-list .caption .product-name a, .product-list .caption .name a {
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 0;
}

.product-list .price {
    display: block;
    font-size: 14px;
    float: right;
    clear: both;
    margin-bottom: 20px;
}

.product-list .caption .price span.price-new {
    display: inline-block;
    font-size: 18px;
    float: right;
}

.product-list .caption span.price-old {
    font-size: 14px;
    color: #b3b3b3;
}

.product-list p.description {
    display: block;
    float: right;
    margin: 0px 0px 20px 0;
    font-size: 14px;
}

.product-list .caption .box-button button.btn-addtocart, .product-list .caption .button-group {
    position: inherit;
    float: right !important;
    opacity: 1;
    margin-left: 1px;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

    .product-list .caption .button-group button {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -o-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        height: 36px;
        line-height: 36px;
        width: 36px;
        display: inline-block;
        float: right;
        margin-right: 1px;
        text-align: center;
        padding: 0px;
    }

.product-list .caption .box-button button.btn-addtocart {
    margin: 1px 0px 0px 0px;
    width: auto;
    padding: 0 20px;
}

.product-list .product-thumb {
    border: 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}

.product-list .caption .box-button button.btn-addtocart .tooltip-content {
    display: inline-block;
}

    .product-list .caption .box-button button.btn-addtocart .tooltip-content .tooltips {
        font-size: 14px;
        font-style: normal;
        text-transform: uppercase;
        font-family: 'Droid Arabic Kufi','Dosis', sans-serif;
        font-weight: 700;
        padding-left: 5px;
    }

.product-list .caption .box-button {
    margin-bottom: 15px;
}
/* product */
h1.product-name.product-name-product {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
}

.product-price, .product-price .price-new {
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
    color: #3c3c3c;
    font-family: 'Droid Arabic Kufi',lato;
    margin-top: 50px;
    line-height: 40px;
}

.short-description-content p.short-description, #tab-description p {
    font-size: 14px;
    line-height: 1.7;
}

#quickview-content .product-price .price-new, .product-price.content-product-price .price-new {
    float: right;
    font-size: 30px;
}

.product-price .price-old {
    font-size: 18px;
    color: #b3b3b3;
    font-family: 'Droid Arabic Kufi',lato;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 10px;
    float: right;
    margin-top: 8px;
}

.product-price .price-new {
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    color: #3c3c3c;
    font-family: 'Droid Arabic Kufi',lato;
    margin-top: 5px;
}

.rating.rating-product a {
    color: #a3a3a3;
    font-size: 12px;
    padding: 0 5px;
}

.form-quantity label.control-label {
    float: right;
    padding: 7px 0;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.box-input-qty {
    min-width: 40px;
    float: right;
    display: inline-block;
}

    .box-input-qty input {
        padding: 0 3px;
        text-align: center;
        border-radius: 0;
    }

.form-quantity input#plus, .form-quantity input#minus {
    height: 34px;
    width: 20px;
    margin: 0 3px;
    text-align: center;
    line-height: 34px;
    padding: 0;
    font-weight: bolder;
    border: 1px solid #ddd;
    background: none;
    margin-top: 0px;
    display: block;
    float: right;
    box-shadow: none;
    outline: none;
}

    .form-quantity input#plus:hover, .form-quantity input#minus:hover {
        color: #fff;
        background: #ee7e20;
        border-color: #ee7e20;
    }

.form-group .button-group {
    float: right;
}

    .form-group .button-group button {
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 36px;
        font-size: 13px;
        color: #fff;
        border: 1px solid #333;
        border-radius: 0px;
        cursor: pointer;
        background: #333;
        position: relative;
        text-align: center;
        padding: 0px;
    }

        .form-group .button-group button .icon_star_alt,
        .form-group .button-group button .arrow_left-right_alt {
            font-size: 18px;
        }

        .form-group .button-group button#button-cart {
            width: auto;
            height: 34px;
            margin-left: 5px;
            line-height: 34px;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            background: #ee7e20;
            border-color: #ee7e20;
            font-family: 'Droid Arabic Kufi','Dosis', sans-serif;
            padding: 0px 15px;
            vertical-align: top;
        }

            .form-group .button-group button#button-cart .icon_bag_alt {
                font-size: 18px;
                vertical-align: text-bottom;
            }

            .form-group .button-group button:hover, .form-group .button-group button#button-cart:hover {
                background: #ee7e20;
                border-color: #ee7e20;
                color: #fff;
            }

            .form-group .button-group button#button-cart.dis-btn:hover {
                background: #ff0000;
                border-color: #ff0000;
                color: #fff;
            }

#product div.required .control-label {
    position: relative;
    padding-left: 12px;
}

    #product div.required .control-label:before {
        content: '';
        height: 9px;
        width: 9px;
        background: url(../image/stick.png) no-repeat;
        position: absolute;
        top: 5px;
        left: 0;
    }

.tab-content.tab-content-product {
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin: 30px 0;
    max-height: 300px;
    overflow: auto;
}

.nav-tabs.nav-tabs-product > li > a {
    display: block;
    position: relative;
    padding: 15px 0;
    margin-right: 0px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #252525;
    border: none;
    font-weight: 700;
    background-color: #f5f5f5;
    padding: 15px;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li.open, .nav-tabs-product > li.active > a,
.nav-tabs-product > li.active > a:focus, .nav-tabs-product > li.active > a:hover {
    color: #ff8900 !important;
    background: none;
    /*border:2px solid  #ff8900;*/
    border-top: 3px solid #ff8900; /*samer*/
}

.nav > li a.itemhighlight {
    color: #ff8900 !important;
    background: none;
    /*border:2px solid  #ff8900;*/
    border-top: 3px solid #ff8900 !important; /*samer*/
}

.navbar-inverse .navbar-nav > li > a.itemhighlight {
    color: #ff8900 !important;
    background: none;
    /*border:2px solid  #ff8900;*/
    border-top: 3px solid #ff8900 !important; /*samer*/
}
 


/*zoom-windown*/
.zoomWindow {
    right: 105% !important;
    border: 4px solid #ddd !important;
    top: -5px !important;
    width: 350px !important;
}

.zoomLens {
    height: 100px !important;
    width: 100px !important;
}

.zoomContainer {
    top: 5px !important;
    left: 0px !important;
    margin-left: 18px !important;
    z-index: 9;
}
/*.image-additional*/
.image-additional .thumbnail {
    margin: 0 5px 20px 5px;
}

.wrapper-img-additional {
    padding: 0 30px;
}

    .wrapper-img-additional .owl-theme .owl-controls .owl-buttons div {
        opacity: 0;
    }

        .wrapper-img-additional .owl-theme .owl-controls .owl-buttons div:before {
            display: block;
            font-family: FontAwesome;
            font-size: 14px;
        }

        .wrapper-img-additional .owl-theme .owl-controls .owl-buttons div.owl-next {
            right: 0px;
            top: 45px;
            border-radius: 4px;
        }

        .wrapper-img-additional .owl-theme .owl-controls .owl-buttons div.owl-prev {
            right: auto;
            left: 0px;
            top: 45px;
            border-radius: 4px;
        }

    .wrapper-img-additional:hover .owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -20px;
        opacity: 1;
    }

    .wrapper-img-additional:hover .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -20px;
        opacity: 1;
    }

    .wrapper-img-additional .owl-prev:after {
        display: none;
    }

    .wrapper-img-additional .owl-theme .owl-controls .owl-buttons div:hover {
        background-color: #3c3c3c;
        color: #fff;
    }
/* relate product + special product */
.product-thumb.transition.relate-product {
    margin: 0 15px;
}

.relate-product .caption h4, .owl-demo-bestsellerproduct .caption h4 {
    text-align: left;
    width: 100%;
    margin: 7px 0 5px 0;
    clear: both;
}

.relate-product .caption h4 {
    float: right;
}

.relate-product.product-thumb .image a {
    float: right;
    overflow: hidden;
}

.relate-product .caption {
    width: 100%;
}

    .relate-product .caption h4 a, .owl-demo-bestsellerproduct .caption h4 a {
        font-size: 14px;
        text-transform: none;
        color: #000;
        font-weight: 400;
    }

        .relate-product .caption h4 a:hover, .owl-demo-bestsellerproduct .caption h4:hover {
            color: #ee7e20;
        }

.relate-product p.price-box, .owl-demo-bestsellerproduct p.price-box {
    float: right;
    margin-top: 0;
    margin: -3px 0 8px 0;
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 700;
}

.view-related.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 50px !important;
    left: auto !important;
}

.view-related.owl-theme .owl-controls .owl-buttons div {
    margin-top: -55px;
    top: 0px !important;
}
/*blog-blog*/
.article-layout.article-list {
    margin-bottom: 30px;
}

.article-name h3 a {
    color: #333;
    text-transform: capitalize;
}

    .article-name h3 a:hover {
        color: #ff8900;
    }

.article-container .article-title h3 {
    margin-top: 0px;
    text-transform: uppercase;
}

.article-description img {
    margin: 30px 0;
}
/* fix-another-default **************************************************************/
/************************************************************************************/
/*acount/acount*/
.account-account ul.list-unstyled li a {
    color: #444;
}

.account-account em.number {
    background: #ff8900;
    color: #fff;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    margin-right: 10px;
    display: block;
    float: right;
}

.title-acount-acount.module-title:before {
    background: url(../image/icon_fashion.jpg) no-repeat;
}

.title-acount-order.module-title:before {
    background: url(../image/icon_jewery.jpg) no-repeat;
}
/*affiliate-account*/
.affiliate-account ul.list-unstyled li a {
    color: #444;
}

.affiliate-account em.number {
    background: #ff8900;
    color: #fff;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    margin-right: 10px;
    display: block;
    float: right;
}
/*checkout-checkout*/
.checkout-checkout .panel-default, .checkout-cart .panel-default {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

    .checkout-checkout .panel-default > .panel-heading, .checkout-cart .panel-default > .panel-heading {
        background: none;
        border: none;
        padding: 0;
    }

    .checkout-checkout .panel-default h4.panel-title, .checkout-cart .panel-default h4.panel-title {
        padding: 10px 0;
    }

.checkout-checkout span.number-title, .checkout-cart span.number-title {
    margin-top: -5px;
    margin-left: 10px;
    background: #ff9460;
    width: 25px;
    height: 25px;
    display: block;
    float: right;
    text-align: center;
    line-height: 25px;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
}
/*checkout-cart*/
.checkout-cart .qty-checkout-cart span.input-group-btn {
    display: block;
    float: right;
    width: 100%;
    margin-top: 0px;
}

.checkout-cart input.form-control.checkout-cart {
    display: block;
    text-align: center;
    width: auto;
}

.checkout-cart .input-checkout-cart {
    display: inline-block;
}

.checkout-cart .qty-checkout-cart .input-group-btn button {
    margin: 0 5px;
    border-radius: 0;
}

.checkout-cart .img-thumbnail {
    display: inline-block;
    max-width: 90px;
}

.checkout-cart .name a {
    font-size: 14px;
    text-transform: none;
    color: #000;
    font-weight: 400;
    float: right;
    width: 100%;
    margin: 7px 0 5px 0;
    clear: both;
}

.checkout-cart .table-bordered td {
    min-width: 110px !important;
    overflow: visible;
}

.checkout-cart .name a:hover {
    color: #ff8900;
}
/*.box-cart span.box-total {
    font-size: 18px;
    color: #444;
    font-weight: 700;
    padding: 10px 20px;
    display: block;
    border-top: 1px solid #ccc;
}*/
/*acount-login-well*/
.account-login .login-well.well {
    padding: 0 !important;
    border: none;
}

.well.login-well.account-content p, .well.login-well.account-content form {
    padding: 0 15px;
}

.well.login-well.account-content .btn {
    margin: 0 0 15px 15px;
}
/* captcha */
input#input-captcha {
    max-width: 150px;
    float: right;
    margin-left: 20px;
}
/* error not-found */
h1.title-error {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
}

p.box-text-error {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 2px;
}

.box-buttons-error {
    text-align: center;
}

    .box-buttons-error .buttons {
        display: inline-block;
    }


/* end fix-another-default **************************************************************/
/************************************************************************************/
#map-canvas, .box-googlemap {
    height: 500px !important;
}

.slogn {
    color: #fff;
    font-size: 13.5px;
    font-style: italic;
    line-height: 50px;
    position: absolute;
    left: -30px;
    letter-spacing: 0.4px;
    text-shadow: 2px 2px rgb(117, 117, 117);
}
/* media reponsive */
@media (max-width: 1199px) {

    .list-subbcategories {
        padding: 8.5px 0 7.5px 30px;
        height: auto;
    }

    .product-tabs-category-container-slider .title-image {
        width: 65%;
    }

    .product-tabs-category-container-slider ul.tabs li {
        padding: 5px;
    }

    .slogn {
        display: none;
    }
}

@media (max-width: 1400px) {

    .slogn {
        font-size: 11px;
        left: -10px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .nav-container.fix-nav .pt_custommenu {
        width: 970px;
    }

    .quick-access.fix-header {
        margin-left: -470px;
    }
    /*home*/
    .st-section .box .box-inner .text {
        padding-left: 20px;
    }

        .st-section .box .box-inner .text h4 {
            font-size: 14px;
        }

        .st-section .box .box-inner .text p {
            font-size: 12px;
        }

    footer h5 {
        font-size: 12px;
    }

    .tab_container_category .owl-theme .owl-controls .owl-buttons div {
        top: -113px !important;
    }
}

@media (max-width: 991px) {
    .top-menu-content {
        z-index: 10;
    }

    div#logo, .right-content-top {
        text-align: center;
    }

        div#logo a, .right-content-top .quick-access {
            display: inline-block;
        }

    .banner7 {
        margin-left: 0px;
    }

    .block-banner {
        margin-left: 0px;
        text-align: center;
    }

    .st-section .box .box-inner {
        width: 50%;
    }

    .st-section .box {
        text-align: center;
    }

    .st-section .box2 {
        margin: 15px 0;
    }

    .product-tabs-category-container-slider ul.tabs {
        max-width: 100%;
    }

    .product-tabs-category-container-slider .title-image {
        position: inherit;
        width: 100%;
    }

    .top-search-content {
        width: 60%;
        float: right;
    }

    .module-title.newletter-title, .box-content.newleter-content {
        margin: 10px 0px;
    }

    .cmsblock .col {
        text-align: center;
    }

        .cmsblock .col.f-img {
            margin-top: 30px;
        }

        .cmsblock .col a {
            display: inline-block;
        }

    .block-banner .col.col-1.f-img {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .top-wishlist {
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    .top-search-content {
        width: 100%;
        float: none;
        display: inline-block;
        text-align: center;
    }

    .button-link-top {
        width: 240px;
        float: none;
        display: inline-block;
    }

    .quick-access {
        text-align: center;
    }

    .st-section .box .box-inner {
        width: 100%;
    }

    .top-contact {
        float: none;
        text-align: center;
    }

    #subscribe a.button {
        padding: 10.5px 15px;
    }

    .top-links.pull-right {
        float: none !important;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

        .top-links.pull-right > div {
            float: none !important;
            display: inline-block;
        }

    .powered-content span {
        float: none !important;
    }

        .powered-content span a {
            display: block;
            float: right;
            width: 100%;
        }

    .top-wishlist {
        margin-left: 0px;
    }

    .header {
        padding-bottom: 0px;
    }

    .b-modal.__b-popup1__, .newsletter-popup {
        display: none !important;
    }

    .header {
        padding-bottom: 0px;
    }

    .banner7 {
        margin-top: 15px !important;
    }

    #cart > button {
        height: 60px;
    }

    a#wishlist-total {
        margin-top: 30px;
    }

    .block-banner {
        margin-top: 0px;
    }

        .block-banner .col.col-1 {
            margin-left: 0px;
        }

    .advertising_block {
        margin-bottom: 30px;
    }
}

@media (max-width: 690px) {
    .block-bottom .block-top-content {
        max-width: 100%;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
}

@media (max-width: 767px) and (min-width: 670px) {
    .product-layout.product-grid.col-lg-3.col-md-4.col-sm-4.col-xs-12 {
        max-width: 33%;
    }
}

@media (max-width: 669px) {
    .product-layout.product-grid.col-lg-3.col-md-4.col-sm-4.col-xs-12 {
        max-width: 50%;
    }

    .account-wishlist table.table.table-bordered.table-hover {
        position: relative;
        display: block;
        overflow-x: scroll;
    }
}

@media(max-width: 542px) {
    .product-filter .limit {
        margin-top: 5px;
    }
}

@media (max-width: 479px) {
    .product-layout.product-grid.col-lg-3.col-md-4.col-sm-4.col-xs-12 {
        max-width: 100%;
    }

    #subscribe a.button {
        width: 30%;
        min-width: 100px;
    }

    input#subscribe_email {
        min-width: 100%;
    }

    #subscribe a.button {
        width: auto;
        display: inline-block;
        margin-top: 10px;
    }

    .powered-content img {
        max-width: 100%;
    }

    .top-links.pull-right {
        float: none !important;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

        .top-links.pull-right > div {
            float: none !important;
            display: inline-block;
        }

    .powered-content div.col-sm-6.col-xs-12 span {
        float: right !important;
    }

    #cart .dropdown-menu {
        margin-right: -25px;
    }
}

@media (max-width: 399px) {
    .block-bottom .icon-block {
        margin-left: 15px;
    }

    .st-section .box .box-inner .text {
        padding-left: 20px;
    }
}

@media (max-width: 380px) {
    .form-group .button-group {
        float: right;
        margin-top: 20px;
    }

    .owl-demo-bestsellerproduct .product-thumb .caption {
        padding: 10px;
        max-width: 160px;
    }

    .st-section .box .box-inner .text p {
        max-width: 180px;
        font-size: 12px;
    }

    .st-section .box .box-inner .text h4 {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .block-bottom .icon-block {
        margin-left: 5px;
    }
}

.well p {
    font-size: 15px;
}

.well .btn {
    position: absolute;
    bottom: 40px;
}

#contact-info {
    background: url(../image/contact2.png)no-repeat no-repeat center center;
}

#myaccount-info .well2 {
    background: url(../image/account-ar.jpg)no-repeat no-repeat center center;
    padding-right: 40px;
}

#newsletter-box {
    background: url(../image/contact2-ar.png)no-repeat no-repeat center center;
}

#contact-info .newsletter-body {
    padding-right: 40px;
}

.account-register fieldset:first-child {
    margin-top: 30px;
}

.account-register fieldset {
    margin-bottom: 30px;
}

.fix-header #search-by-category {
    display: none;
}

.product-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-right: 12px;
    height: 310px;
}
