﻿/*

Template Name: Venedor - Responsive E-Commerce Template
Template URI: www.themeforest.net/user/SW-THEMES/portfolio
Description: A Responsive modern and premium ecommerce template
Version:1.4

*/

/* ===================================================
--------------- Table of Contents ------------------

	1.	General
	2.	Helper Classes
	3.	Elements / Bootstrap Overwrite
	  - 3.1	Alerts
	  - 3.2	Icons
	  - 3.3	List Groups
	  - 3.4	Buttons & Badges
	  - 3.5	Dropdown Menu
	  - 3.6	Forms
	  - 3.7	Slider
	  - 3.8	Tooltip
	  - 3.9	Popever
	  - 3.10 Modal
	  - 3.11 Progress Bars
	  - 3.12 Collapses
	  - 3.13 Tabs
	4.	Header
	5.	Content
	6.	index.html
	7.	Portfolio
	8.	Single portfolio
	9. 	Category.html
	10.	Blog.html
	11.	Single.html
	12.	Product.html
	13.	Cart.html
	14.	Compare-Products.html
	15.	Checkout.html
	16.	Contact.html
	17.	Footer
	18.	Scroll Top Button
	19. About Us
	20.	404 Page

-----------------------------------------------------
====================================================*/

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic|Gudea:400,700,400italic|Oswald:400,700,300);

/* =============================================
-------------------  1.General ---------------
==============================================*/
html,
body {
    position: relative;
    height: 100vh;
    min-height: 100vh;
}

body {
    /*font: 15px/1.5 Arial, sans-serif;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7c807e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #e5e5e5;
}

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    body::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    body::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #cfcfcf;
    }

/* Pattern backgrounds for boxed version */
.pattern1 {
    background: url('../images/patterns/pattern1.png') repeat;
}

.pattern2 {
    background: url('../images/patterns/pattern2.png') repeat;
}

.pattern3 {
    background: url('../images/patterns/pattern3.png') repeat;
}

.pattern4 {
    background: url('../images/patterns/pattern4.png') repeat;
}

.pattern5 {
    background: url('../images/patterns/pattern5.png') repeat;
}

.pattern6 {
    background: url('../images/patterns/pattern6.png') repeat;
}

.pattern7 {
    background: url('../images/patterns/pattern7.png') repeat;
}

.pattern8 {
    background: url('../images/patterns/pattern8.png') repeat;
}

.pattern9 {
    background: url('../images/patterns/pattern9.png') repeat;
}

.pattern10 {
    background: url('../images/patterns/pattern10.png') repeat;
}

.pattern11 {
    background: url('../images/patterns/pattern11.png') repeat;
}

.pattern12 {
    background: url('../images/patterns/pattern12.png') repeat;
}

.pattern13 {
    background: url('../images/patterns/pattern13.png') repeat;
}

.pattern14 {
    background: url('../images/patterns/pattern14.png') repeat;
}

.pattern15 {
    background: url('../images/patterns/pattern15.png') repeat;
}

.pattern16 {
    background: url('../images/patterns/pattern16.png') repeat;
}

.pattern17 {
    background: url('../images/patterns/pattern17.png') repeat;
}

.pattern18 {
    background: url('../images/patterns/pattern18.png') repeat;
}

.pattern19 {
    background: url('../images/patterns/pattern19.png') repeat;
}

.pattern20 {
    background: url('../images/patterns/pattern20.png') repeat;
}

.pattern21 {
    background: url('../images/patterns/pattern21.png') repeat;
}

.pattern22 {
    background: url('../images/patterns/pattern22.png') repeat;
}

.pattern23 {
    background: url('../images/patterns/pattern23.png') repeat;
}

.pattern24 {
    background: url('../images/patterns/pattern24.png') repeat;
}

.pattern25 {
    background: url('../images/patterns/pattern25.png') repeat;
}

.pattern26 {
    background: url('../images/patterns/pattern26.png') repeat;
}

.pattern27 {
    background: url('../images/patterns/pattern27.png') repeat;
}

.pattern28 {
    background: url('../images/patterns/pattern28.png') repeat;
}

.pattern29 {
    background: url('../images/patterns/pattern29.png') repeat;
}

.pattern30 {
    background: url('../images/patterns/pattern30.png') repeat;
}

#wrapper {
    width: 100%;
    background-color: #e5e5e5;
}

.fa-manat:before {
    content: "\20BC";
}

#wrapper.boxed {
    width: 970px;
    margin: 30px auto;
    box-shadow: 0 0 15px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0, 0.4);
}

#wrapper.boxed-long {
    width: 970px;
    margin: 0 auto;
    box-shadow: 3px 0 10px rgba(0,0,0, 0.35), -3px 0 10px rgba(0,0,0, 0.35);
    -webkit-box-shadow: 3px 0 10px rgba(0,0,0, 0.35), -3px 0 10px rgba(0,0,0, 0.35);
}

::selection {
    background-color: #c19a3e;
    color: #fff;
}

::-moz-selection {
    background-color: #c19a3e;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Oswald', Arial, sans-serif;
    line-height: 1;
    color: #444645;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

h2,
.h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

h3,
.h3 {
    font-size: 26px;
    margin-bottom: 20px;
}

h4,
.h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

h5,
.h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

h6,
.h6 {
    font-size: 16px;
    margin-bottom: 15px;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        color: inherit;
    }

ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    -webkit-transition: color .24s ease-in-out;
    -moz-transition: color .24s ease-in-out;
    -o-transition: color .24s ease-in-out;
    -ms-transition: color .24s ease-in-out;
    transition: color .24s ease-in-out;
    color: #c19a3e;
}

    a:active,
    a:hover,
    a:focus {
        text-decoration: none;
        color: #cdae65;
    }

    a:active,
    a:focus,
    input,
    select,
    textarea {
        outline: none;
    }

iframe {
    border: none;
}

img.pull-right {
    margin-left: 15px;
    margin-bottom: 15px;
}

img.pull-left {
    margin-right: 15px;
    margin-bottom: 15px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ebebeb;
}

blockquote {
    padding: 35px 20px 10px 65px;
    margin: 0 0 20px;
    border-left: none;
    position: relative;
    color: #8f9290;
}

    blockquote.blockquote-reverse {
        padding: 35px 65px 10px 20px;
        border-right: none;
    }

    blockquote p {
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        font-style: italic;
    }

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

blockquote:before {
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    top: 11px;
    width: 32px;
    height: 26px;
    background-image: url('../images/sprites/sprite.png');
    background-repeat: no-repeat;
    background-position: 0 -150px;
}

blockquote.blockquote-reverse:before {
    left: auto;
    right: 25px;
    background-position: -368px -383px;
}

.highlight {
    padding: 0 0.3em;
    background: #dcdcdc;
}

    .highlight.reverse {
        color: #fff;
        background: #7c807e;
    }

    .highlight.first-color {
        color: #fff;
        background: #c19a3e;
    }

    .highlight.second-color {
        color: #fff;
        background: #cdae65;
    }

    .highlight.third-color {
        color: #fff;
        background: #c72929;
    }

    .highlight.fourth-color {
        color: #fff;
        background: #a8bf00;
    }

.first-color {
    color: #c19a3e;
}

.second-color {
    color: #cdae65;
}

.third-color {
    color: #c72929;
}

.fourth-color {
    color: #a8bf00;
}

.dropcap,
.dropcap-bg {
    font-size: 3.8em;
    line-height: 1;
    padding-right: 0.1em;
    float: left;
    text-transform: uppercase;
}

    .dropcap.first-color {
        color: #c19a3e;
    }

    .dropcap.second-color {
        color: #cdae65;
    }

    .dropcap.third-color {
        color: #c72929;
    }

    .dropcap.fourth-color {
        color: #a8bf00;
    }

.dropcap-bg {
    padding: 0.03em 0.06em;
    color: #7c807e;
    margin-right: 0.15em;
    background: #f1f1f1;
}

    .dropcap-bg.reverse {
        background: #7c807e;
        color: #fff;
    }

    .dropcap-bg.first-color {
        background: #c19a3e;
        color: #fff;
    }

    .dropcap-bg.second-color {
        background: #cdae65;
        color: #fff;
    }

    .dropcap-bg.third-color {
        background: #c72929;
        color: #fff;
    }

    .dropcap-bg.fourth-color {
        background: #a8bf00;
        color: #fff;
    }

/* =============================================
----------------- 2.Helper Classes -------------
==============================================*/

.box {
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(85,85,85,.5);
    border-radius: 3px;
    padding: 15px;
}

.sm-separator {
    margin-right: 5px;
}

.separator {
    margin-right: 10px;
}

.lg-separator {
    margin-right: 20px;
}

.top-10px {
    margin-top: -10px;
}


.width-xs {
    max-width: 100px;
}

.xss-margin,
.xs-margin,
.sm-margin,
.md-margin,
.lg-margin,
.xlg-margin,
.md-margin2x,
.lg-margin2x,
.xlg-margin2x,
.md-margin3x,
.lg-margin3x,
.xlg-margin3x {
    min-height: 1px;
}

.xss-margin {
    margin-bottom: 5px;
}

.xs-margin {
    margin-bottom: 10px;
}

.sm-margin {
    margin-bottom: 20px;
}

.md-margin {
    margin-bottom: 30px;
}

.lg-margin {
    margin-bottom: 40px;
}

.xlg-margin {
    margin-bottom: 50px;
}

.md-margin2x {
    margin-bottom: 60px;
}

.lg-margin2x {
    margin-bottom: 80px;
}

.xlg-margin2x {
    margin-bottom: 100px;
}

.md-margin3x {
    margin-bottom: 90px;
}

.lg-margin3x {
    margin-bottom: 120px;
}

.xlg-margin3x {
    margin-bottom: 150px;
}

.clear-margin {
    margin-bottom: 0 !important;
}

.link-underline {
    text-decoration: underline !important;
}

.col-2 {
    width: 50%;
    padding-right: 20px;
    float: left;
}

.col-3 {
    width: 33.333333%;
    padding-right: 20px;
    float: left;
}

.col-4 {
    width: 25%;
    padding-right: 20px;
    float: left;
}

.col-5 {
    width: 20%;
    padding-right: 20px;
    float: left;
}

    .col-2.last .col-3.last,
    .col-4.last,
    .col-5.last {
        padding-right: 0;
    }

/* addition for bootstrap img-responsive class */
.img-responsive {
    width: 100%;
}

/* for small devices show/hide classes */
.show-for-lg {
    display: inline;
}

.hide-for-lg {
    display: none;
}


.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
    .y-scrool-200 {
        max-height: 200px;
        overflow-y: scroll;
    }
}


/* =============================================
-------- 3.Elements / Bootstrap Overwrite --------
==============================================*/

/* ---------------------------------
------------- 1 - Alerts  */

.alert-dismissable .close {
    top: 2px;
}

    .alert-dismissable .close:active,
    .alert-dismissable .close:focus {
        outline: none;
    }


/* ---------------------------------
------------- 2 - Icons  */
.fontawesome-icon-list a,
.bs-glyphicons-list li {
    color: #5a5a5a;
    display: block;
    padding: 0.3em 0.6em;
}

    .fontawesome-icon-list a:hover,
    .bs-glyphicons-list li:hover {
        background: #f1f1f1;
    }

    .fontawesome-icon-list a .fa,
    .bs-glyphicons-list li .glyphicon {
        margin-right: 0.5em;
        width: 1.5em;
    }

.bs-glyphicons-list li {
    min-height: 50px;
    margin-bottom: 1em;
}


/* ---------------------------------
------------- 3 - List Groups  */

/* Predefined List style types */
.list-style {
    padding-left: 20px;
}

    .list-style.list-disc {
        list-style-type: disc;
    }

    .list-style.list-circle {
        list-style-type: circle;
    }

    .list-style.list-square {
        list-style-type: square;
    }

    .list-style.list-decimal {
        list-style-type: decimal;
    }

    .list-style.list-lower-alpha {
        list-style-type: lower-alpha;
    }

    .list-style.list-upper-alpha {
        list-style-type: upper-alpha;
    }

    .list-style.list-lower-roman {
        list-style-type: lower-roman;
    }

    .list-style.list-upper-roman {
        list-style-type: upper-roman;
    }

.fa-ul > li {
    margin-bottom: 10px;
}

.list-group {
    margin-bottom: 20px;
}

.list-group-item {
    padding: 10px 15px;
}

a.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading {
        color: #444645;
        margin-bottom: 10px;
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        background-color: #f2f2f2;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #c19a3e;
    border-color: #c19a3e;
}

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #fff;
    }


/* ---------------------------------
------------- 4 Buttons & Badges */

.btn {
    padding: 10px 18px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*-webkit-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
	box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);*/
}


.btn-lg,
.btn-group-lg > .btn {
    padding: 14px 22px;
    font-size: 17px;
    border-radius: 4px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 6px 12px;
}

.btn-md,
.btn-group-md > .btn {
    padding: 8px 12px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 2px 6px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn:focus,
.btn:active {
    outline: none !important;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.55em 1.8em;
    font-size: 1.25em;
    line-height: 1.5;
    border-radius: 4px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.4em 1.1em;
    font-size: 0.85em;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 0.15em 0.7em;
    font-size: 0.75em;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .btn-block + .btn-block {
        margin-top: 0.5em;
    }

.btn-custom {
    color: #ffffff;
    /*background-color: #c19a3e;*/
    border-color: transparent;
    /*-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);*/
}

    .btn-custom:hover,
    .btn-custom:focus,
    .btn-custom:active,
    .btn-custom.active,
    .open .dropdown-toggle.btn-custom {
        color: #fff;
        /*background-color: #ae8b38;*/
        border-color: transparent;
        /*-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);*/
    }

    .btn-custom:active,
    .btn-custom.active,
    .open .dropdown-toggle.btn-custom {
        background-image: none;
    }

    .btn-custom.disabled,
    .btn-custom[disabled],
    fieldset[disabled] .btn-custom,
    .btn-custom.disabled:hover,
    .btn-custom[disabled]:hover,
    fieldset[disabled] .btn-custom:hover,
    .btn-custom.disabled:focus,
    .btn-custom[disabled]:focus,
    fieldset[disabled] .btn-custom:focus,
    .btn-custom.disabled:active,
    .btn-custom[disabled]:active,
    fieldset[disabled] .btn-custom:active,
    .btn-custom.disabled.active,
    .btn-custom[disabled].active,
    fieldset[disabled] .btn-custom.active {
        background-color: #0b9a0b;
        border-color: #0b890b;
    }

.btn-custom-2 {
    color: #fff !important;
    background-color: #444645;
    border-color: #444645;
    /*-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);*/
    text-transform: uppercase;
}

    .btn-custom-2:hover,
    .btn-custom-2:focus,
    .btn-custom-2:active,
    .btn-custom-2.active,
    .open .dropdown-toggle.btn-custom-2 {
        color: #fff !important;
        background-color: #c19a3e;
        border-color: #c19a3e;
        /*-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);*/
    }

    .btn-custom-2:active,
    .btn-custom-2.active,
    .open .dropdown-toggle.btn-custom-2 {
        background-image: none;
    }

    .btn-custom-2.disabled,
    .btn-custom-2[disabled],
    fieldset[disabled] .btn-custom-2,
    .btn-custom-2.disabled:hover,
    .btn-custom-2[disabled]:hover,
    fieldset[disabled] .btn-custom-2:hover,
    .btn-custom-2.disabled:focus,
    .btn-custom-2[disabled]:focus,
    fieldset[disabled] .btn-custom-2:focus,
    .btn-custom-2.disabled:active,
    .btn-custom-2[disabled]:active,
    fieldset[disabled] .btn-custom-2:active,
    .btn-custom-2.disabled.active,
    .btn-custom-2[disabled].active,
    fieldset[disabled] .btn-custom-2.active {
        background-color: #0b9a0b;
        border-color: #0b890b;
    }


.btn-excel {
    color: #fff !important;
    background-color: #19754c;
    border-color: #19754c;
    /*-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);*/
    text-transform: uppercase;
}

    .btn-excel:hover,
    .btn-excel:focus,
    .btn-excel:active,
    .btn-excel.active, {
        color: #fff !important;
        background-color: #229c66;
        border-color: #229c66;
        /*-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4);*/
    }

    .btn-excel:active,
    .btn-excel.active,
    .open .dropdown-toggle.btn-custom-2 {
        background-image: none;
    }

excel.disabled,
excel[disabled], {
    background-color: #229c66;
    border-color: #229c66;
}

.btn-custom-3 {
    color: #fff;
    background-color: #575a59;
    border-color: #5c5f5e;
    /*-webkit-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
	box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);*/
}

    .btn-custom-3:hover,
    .btn-custom-3:focus,
    .btn-custom-3:active,
    .btn-custom-3.active,
    .open .dropdown-toggle.btn-custom-3 {
        color: #fff;
        background-color: #c19a3e;
        border-color: #c19a3e;
        /*-webkit-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);
	box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.4);*/
    }

    .btn-custom-3:active,
    .btn-custom-3.active,
    .open .dropdown-toggle.btn-custom-3 {
        background-image: none;
    }

    .btn-custom-3.disabled,
    .btn-custom-3[disabled],
    fieldset[disabled] .btn-custom-3,
    .btn-custom-3.disabled:hover,
    .btn-custom-3[disabled]:hover,
    fieldset[disabled] .btn-custom-3:hover,
    .btn-custom-3.disabled:focus,
    .btn-custom-3[disabled]:focus,
    fieldset[disabled] .btn-custom-3:focus,
    .btn-custom-3.disabled:active,
    .btn-custom-3[disabled]:active,
    fieldset[disabled] .btn-custom-3:active,
    .btn-custom-3.disabled.active,
    .btn-custom-3[disabled].active,
    fieldset[disabled] .btn-custom-3.active {
        background-color: #0b9a0b;
        border-color: #0b890b;
    }

.btn-custom .badge {
    color: #c19a3e;
    background-color: #ffffff;
}

.btn-custom-2 .badge {
    color: #444645;
    background-color: #ffffff;
}

.btn-custom-3 .badge {
    color: #575a59;
    background-color: #ffffff;
}

.btn-default .badge {
    background-color: #aeaeae;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 0.25em 0.6em;
    font-size: 1em;
    background-color: #aeaeae;
    border-radius: 10px;
}

.btn .badge {
    top: 1px;
    margin: 0 0.3em;
}

/*region Rev slider styles*/

#slider-rev-container {
    /*    max-width: 1140px;*/
    margin: 0 auto;
    margin-top: 20px;
}

.search-form .product-search-full .search-forms input[type="text"] {
    display: table-cell;
    width: 100%;
    border: 0;
    border: 2px solid #cfcfcf;
    border-radius: 5px;
    padding: 12px;
    vertical-align: middle;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
    font-weight: bold;
    color: #222222;
    font-size: 14px;
    height: 49px;
    line-height: 49px;
    min-width: 185px;
}

/*#endregion*/


.fancybox-img {
    width: auto;
    max-width: 100%;
}

    .fancybox-img img {
        width: 100%;
    }


/**/


/* ---------------------------------
------------- 5 Dropdown Menu */

.dropdown-menu {
    min-width: 160px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    z-index: 900;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-bottom: 0;
    -webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.15);
}

.dropdown-menu .divider {
    margin: 0.65em 0;
}

.dropdown-menu > li > a {
    padding: 6px 13px;
    line-height: 1.5;
    color: #3a3a3a;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        color: #020202;
        background-color: #f1f1f1;
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #0a0a0a;
    background-color: #dadada;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999;
}


/* ---------------------------------
------------- 6 Forms */

.input-group input + .input-group-addon {
    text-align: right;
}

    .input-group input + .input-group-addon .input-icon {
        margin-right: 0;
        margin-left: 5px;
    }

.input-group .input-group-addon + input + .input-group-addon {
    min-width: 0;
    border-radius: 0 3px 3px 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 47px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px 0 0 3px;
}

.input-group-lg > .input-group-addon {
    padding-left: 8px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 32px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px 0 0 3px;
}

.input-group .form-control {
    border-radius: 0;
}

.form-control {
    height: 38px;
    padding: 7px 12px;
}

.no-minwidth {
    min-width: 0 !important;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 3px;
    margin-left: 4px;
}

.input-group-lg .input-group-addon input[type=radio],
.input-group-lg .input-group-addon input[type=checkbox] {
    margin-top: 6px;
    margin-left: 7px;
}

.input-group-sm .input-group-addon input[type=radio],
.input-group-sm .input-group-addon input[type=checkbox] {
    margin-top: 6px;
    margin-left: 2px;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0;
}

fieldset {
    padding: 0;
    margin: 0 0 60px 0;
    border: none;
}

    fieldset.half-margin {
        margin-bottom: 30px;
    }

.input-lg {
    height: 47px;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-lg {
    height: 47px;
    line-height: 47px;
}

#register-form .form-control {
    color: #a4a4a4;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding-left: 20px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border-radius: 3px;
    border-color: #dcdcdc;
}

.input-group .form-control {
    border-radius: 0 3px 3px 0;
}

.form-control:focus {
    border-color: #e0e0e0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.input-group {
    margin-bottom: 25px;
}

.input-group-addon {
    padding-left: 8px;
    font-size: 14px;
    /*color: #c19a3e;*/
    text-align: left;
    background-color: #f2f2f2;
    border: 1px solid #dcdcdc;
    border-radius: 3px 0 0 3px;
    min-width: 150px;
    position: relative;
}

    .input-group-addon i {
        font-size: 16px;
    }

.textarea-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .textarea-container .input-group-addon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 3px 3px 0 0;
        padding: 10.5px 12px 10.5px 7px;
        z-index: 90;
    }

        .textarea-container .input-group-addon:first-child {
            border-right: 1px solid #e4e2e2;
        }

    .textarea-container textarea {
        padding-top: 55px;
        margin-top: 5px;
    }

.form-control:-moz-placeholder {
    color: #a4a4a4;
}

.form-control::-moz-placeholder {
    color: #a4a4a4;
}

.form-control:-ms-input-placeholder {
    color: #a4a4a4;
}

.form-control::-webkit-input-placeholder {
    color: #a4a4a4;
}

.custom-checkbox {
    position: relative;
    padding-left: 30px;
}

.input-desc,
.input-desc-box {
    width: 100%;
    margin-bottom: 25px;
}

.input-desc-box {
    width: 100%;
    color: #797878;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background: #f2f2f2;
    margin-bottom: 25px;
    line-height: 21px;
}

    .input-desc-box .icon-box {
        display: inline-block;
        width: 16px;
        height: 16px;
        font-size: 16px;
        font-weight: bold;
        background: #c19a3e;
        margin-top: 2.5px;
        color: #fff;
        line-height: 17px;
        text-align: center;
    }

.custom-checkbox input[type="checkbox"] {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    opacity: 0;
    z-index: 100;
}

.custom-checkbox .checbox-container {
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    background: #fcfcfc;
    text-align: center;
    line-height: 14px;
}

    .custom-checkbox .checbox-container i {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        opacity: 0;
    }

.custom-checkbox input[type="checkbox"]:checked + .checbox-container {
    background: #cdae65 !important;
    border-color: #cdae65;
}

    .custom-checkbox input[type="checkbox"]:checked + .checbox-container i {
        opacity: 1;
    }


.input-group-btn > .btn {
    padding: 8px 18px;
}

.form-control-feedback {
    top: 30px;
}

.input-lg + .form-control-feedback {
    top: 28px;
}


/* ---------------------------------
------------- 7 Slider */

.carousel-inner > .item {
    padding: 0;
    margin: 0;
}



/* ---------------------------------
------------- 8 Tooltip */

.tooltip {
    font-size: 14px;
    line-height: 1.5;
    z-index: 900;
}

    .tooltip.top {
        padding: 7px 0;
    }

    .tooltip.right {
        padding: 0 7px;
    }

    .tooltip.bottom {
        padding: 7px 0;
    }

    .tooltip.left {
        padding: 0 7px;
    }

.tooltip-inner {
    padding: 4px 10px;
    color: #fff;
    background-color: #c19a3e;
    border-radius: 3px;
}

.tooltip.top .tooltip-arrow {
    margin-left: -7px;
    border-width: 7px 7px 0;
    border-top-color: #c19a3e;
}

.tooltip.top-left .tooltip-arrow {
    left: 7px;
    border-width: 7px 7px 0;
    border-top-color: #c19a3e;
}

.tooltip.top-right .tooltip-arrow {
    right: 7px;
    border-width: 7px 7px 0;
    border-top-color: #c19a3e;
}

.tooltip.right .tooltip-arrow {
    margin-top: -7px;
    border-width: 7px 7px 7px 0;
    border-right-color: #c19a3e;
}

.tooltip.left .tooltip-arrow {
    margin-top: -7px;
    border-width: 7px 0 7px 7px;
    border-left-color: #c19a3e;
}

.tooltip.bottom .tooltip-arrow {
    margin-left: -7px;
    border-width: 0 7px 7px;
    border-bottom-color: #c19a3e;
}

.tooltip.bottom-left .tooltip-arrow {
    left: 7px;
    border-width: 0 7px 7px;
    border-bottom-color: #c19a3e;
}

.tooltip.bottom-right .tooltip-arrow {
    right: 7px;
    border-width: 0 7px 7px;
    border-bottom-color: #c19a3e;
}


/* ---------------------------------
------------- 9 Popever */

.popover {
    z-index: 900;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover.top > .arrow {
    border-top-color: #dcdcdc;
}

.popover.right > .arrow {
    border-right-color: #dcdcdc;
}

.popover.bottom > .arrow {
    border-bottom-color: #dcdcdc;
}

.popover.left > .arrow {
    border-left-color: #dcdcdc;
}


/* ---------------------------------
------------- 10 Modal */

.modal-body {
    padding: 30px 15px;
}


.modal .input-group:last-child {
    margin-bottom: 0;
}


/* ---------------------------------
------------- 11 Progress Bars */

.progress {
    height: 20px;
    margin-bottom: 15px;
    overflow: visible;
    background-color: #eaeaea;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-custom {
    background-color: #c19a3e;
    position: relative;
    color: #444645;
}

    .progress-bar-custom:after {
        display: block;
        content: '';
        position: absolute;
        right: 0;
        bottom: 100%;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 9px 0 0 9px;
        border-color: transparent transparent transparent #6e9b20;
    }

.progress-text {
    font: 700 12px/15px Arial,sans-serif;
    position: absolute;
    right: 15px;
    bottom: 100%;
    display: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}


/* ---------------------------------
------------- 12 Collapses */

.accordion-header {
    background: #f4f4f4;
    padding: 20px;
    border: 1px solid #e4e2e2;
    position: relative;
    margin-bottom: 10px;
}

.sm-accordion .accordion-header {
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.sm-accordion .panel:last-child .accordion-header {
    border-bottom-color: #e4e2e2;
}

.sm-accordion.panel-group .panel + .panel {
    margin-top: 0;
}

.accordion-title {
    font: 700 18px/1 "Gudea", Arial, sans-serif;
    color: #777;
}

    .accordion-title > span {
        margin: 0 5px;
        text-transform: uppercase;
    }

.accordion-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fafafa;
    /*background-image: url('../images/sprites/sprite.png');
    background-position: -146px -290px;
    background-repeat: no-repeat;*/
    border: 1px solid #dcdcdc;
    /*border-radius: 3px 3px 0 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);*/
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
}

    .accordion-btn::before {
        content: '\f106';
        font-family: FontAwesome;
        font-size: 1em;
        position: absolute;
        top: 48%;
        left: 49%;
        font-size: 1.4em;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .accordion-btn.opened {
        /*border-radius: 0 0 3px 3px !important;*/
        background-position: -118px -290px;
    }

        .accordion-btn.opened::before {
            content: '\f107';
            top: 50%;
        }

.sm-accordion .accordion-btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.accordion-btn:hover,
.accordion-btn.active {
    color: #ffffff;
    background-color: #cdae65;
    border-color: #cdae65;
    /*background-position: -146px -318px;*/
}

.accordion-btn.opened:hover,
.accordion-btn.opened.active {
    background-position: -118px -318px;
}

.accordion-header .accordion-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    z-index: 100;
}

.sm-accordion .accordion-btn {
    width: 25px;
    height: 25px;
}

.sm-accordion .accordion-header .accordion-btn {
    margin-top: -12.5px;
}

.sm-accordion .accordion-btn {
    background-position: -197px -290px;
}

    .sm-accordion .accordion-btn.opened {
        background-position: -174px -290px;
    }

    .sm-accordion .accordion-btn:hover,
    .sm-accordion .accordion-btn.active {
        background-position: -197px -313px;
    }

    .sm-accordion .accordion-btn.opened:hover,
    .sm-accordion .accordion-btn.opened.active {
        background-position: -174px -313px;
    }

.sidebar .widget .sm-accordion .panel + .panel {
    margin-top: 0;
}

.custom-accordion .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-accordion .panel-body {
    padding: 20px 0;
}

.sm-accordion.custom-accordion .panel-body {
    padding: 20px 20px 40px !important;
    background: #fcfcfc;
    border: 1px solid #e4e2e2;
    border-bottom-color: transparent;
}

.sm-accordion.custom-accordion .panel:last-child .panel-body {
    border-bottom-color: #e4e2e2;
    border-top-color: transparent;
}
/* STYLE 1 VERTICAL */
.action-button {
    position: fixed;
    z-index: 1000;
}

    .action-button .ab-link {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #1e2f43;
        color: #fff;
        margin: 0;
        padding: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 80px;
        font-weight: 100;
        cursor: pointer;
        transition: all 0.2s;
        box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.3);
        z-index: 3;
        line-height: 1;
        font-family: 'Raleway', sans-serif;
    }

        .action-button .ab-link i {
            font-size: 25px;
        }

        .action-button .ab-link:hover {
            -webkit-transform: scale(1.1) translateZ(0) translateY(0);
            transform: scale(1.1) translateZ(0) translateY(0);
            background: #2d4663;
        }

    .action-button.open .ab-link {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #2d4663;
    }

        .action-button.open .ab-link:hover {
            -webkit-transform: scale(1.1) rotate(45deg) translateZ(0) translateY(0);
            transform: scale(1.1) rotate(45deg) translateZ(0) translateY(0);
        }

    .action-button.open .action-list span {
        display: block;
        opacity: 0;
    }

    .action-button.open .action-list li:hover span {
        opacity: 1;
        -webkit-transform: scale(0.9) translateZ(0) translateY(0);
        transform: scale(0.9) translateZ(0) translateY(0);
    }

    .action-button .action-list {
        list-style-type: none;
        margin: 0;
        position: absolute;
        padding: 0;
        transition: all 0.2s;
        z-index: 1000;
        font-family: 'Raleway', sans-serif;
    }

        .action-button .action-list li {
            width: 50px;
            height: 50px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
            font-size: 25px;
            box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.3);
            cursor: pointer;
            transition: all 0.2s;
            position: absolute;
            z-index: 1;
            opacity: 0;
        }

            .action-button .action-list li:hover {
                -webkit-transform: scale(1.1) translateZ(0) translateY(0);
                transform: scale(1.1) translateZ(0) translateY(0);
            }

                .action-button .action-list li:hover i {
                    color: #1e2f43;
                }

            .action-button .action-list li.active i {
                color: #1e2f43;
            }

            .action-button .action-list li.active span {
                opacity: 1;
                color: #fff;
                background: #1e2f43;
            }

            .action-button .action-list li i {
                color: #333;
                transition: all 0.2s;
            }

            .action-button .action-list li span {
                display: none;
                position: absolute;
                left: 80px;
                font-size: 14px;
                background: #fff;
                white-space: nowrap;
                box-shadow: 0px 6px 24px -2px rgba(0, 0, 0, 0.3);
                padding: 3px 12px;
                font-weight: 700;
                transition: all 0.2s;
            }

    .action-button.top-left {
        top: 50px;
        left: 50px;
    }

        .action-button.top-left li {
            top: 0;
        }

    .action-button.top-right {
        top: 50px;
        right: 50px;
    }

        .action-button.top-right .action-list li span {
            right: 80px;
            left: initial;
        }

        .action-button.top-right li {
            top: 0;
        }

    .action-button.bottom-left {
        bottom: 50px;
        left: 50px;
    }

        .action-button.bottom-left .action-list {
            margin-top: -45px;
        }

        .action-button.bottom-left li {
            bottom: 0;
        }

    .action-button.bottom-right {
        bottom: 2%;
        right: 10px;
    }

        .action-button.bottom-right .action-list li span {
            right: 80px;
            left: initial;
        }

        .action-button.bottom-right .action-list {
            margin-top: -45px;
        }

        .action-button.bottom-right li {
            bottom: 0;
        }
    /* STYLE 1 HORIZONTAL */
    .action-button.horizontal.top-left:not(.split) {
        top: 50px;
        left: 50px;
    }

        .action-button.horizontal.top-left:not(.split) ul {
            top: -3px;
            left: 64px;
        }

        .action-button.horizontal.top-left:not(.split) .action-list li span {
            -webkit-transform: scale(0.9) translateZ(0) translateY(0) translateX(-50%);
            transform: scale(0.9) translateZ(0) translateY(0) translateX(-50%);
        }

        .action-button.horizontal.top-left:not(.split) li {
            top: 0;
        }

            .action-button.horizontal.top-left:not(.split) li span {
                left: 50%;
                top: 82px;
            }

    .action-button.horizontal.bottom-left:not(.split) {
        bottom: 50px;
        left: 50px;
    }

        .action-button.horizontal.bottom-left:not(.split) ul {
            margin-top: -63px;
            left: 64px;
        }

        .action-button.horizontal.bottom-left:not(.split) .action-list li span {
            -webkit-transform: scale(0.9) translateZ(0) translateY(0) translateX(-50%);
            transform: scale(0.9) translateZ(0) translateY(0) translateX(-50%);
        }

        .action-button.horizontal.bottom-left:not(.split) li {
            top: 0;
        }

            .action-button.horizontal.bottom-left:not(.split) li span {
                left: 50%;
                top: -38px;
            }

    .action-button.horizontal.top-right:not(.split) {
        top: 50px;
        right: 50px;
    }

        .action-button.horizontal.top-right:not(.split) ul {
            top: -3px;
            right: 64px;
        }

        .action-button.horizontal.top-right:not(.split) .action-list li span {
            -webkit-transform: scale(0.9) translateZ(0) translateY(0) translateX(50%);
            transform: scale(0.9) translateZ(0) translateY(0) translateX(50%);
        }

        .action-button.horizontal.top-right:not(.split) li {
            top: 0;
        }

            .action-button.horizontal.top-right:not(.split) li span {
                right: 50%;
                top: 82px;
            }

    .action-button.horizontal.bottom-right:not(.split) {
        bottom: 50px;
        right: 50px;
    }

        .action-button.horizontal.bottom-right:not(.split) ul {
            margin-top: -63px;
            right: 64px;
        }

        .action-button.horizontal.bottom-right:not(.split) .action-list li span {
            -webkit-transform: scale(0.9) translateZ(0) translateY(0) translateX(50%);
            transform: scale(0.9) translateZ(0) translateY(0) translateX(50%);
        }

        .action-button.horizontal.bottom-right:not(.split) li {
            top: 0;
        }

            .action-button.horizontal.bottom-right:not(.split) li span {
                right: 50%;
                top: -38px;
            }


/* ---------------------------------
------------- 13 Tabs */

/* Custom tab * Styles */
.tab-container .nav-tabs {
    border-bottom: none;
    display: table;
    margin: 0 auto;
}

    .tab-container .nav-tabs.search-details-tabs {
        width: 100%;
    }

.tab-container.left,
.tab-container.right {
    border: 1px solid #dcdcdc;
}

    .tab-container.left .nav-tabs {
        background: #fafafa;
        border-right: 1px solid #dcdcdc;
    }

    .tab-container.right .nav-tabs {
        background: #fafafa;
        border-left: 1px solid #dcdcdc;
    }

    .tab-container.left .nav-tabs {
        float: left;
        border-bottom: none;
    }

    .tab-container.right .nav-tabs {
        float: right;
        border-bottom: none;
    }


.tab-container .nav-tabs > li {
    font: 700 16px/20px "Gudea", Arial, sans-serif;
    color: #666;
    /*text-transform: uppercase;*/
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    white-space: nowrap;
}

.tab-container .nav-tabs.search-details-tabs > li {
    float: none;
    display: table-cell;
    text-align: center;
    font: 700 15px/15px "Gudea", Arial, sans-serif;
}

.tab-container.reverse .nav-tabs > li {
    border-top: none;
}

.tab-container .nav-tabs > li:first-child {
    border-left: 1px solid #dcdcdc;
}

.tab-container.left .nav-tabs > li,
.tab-container.right .nav-tabs > li {
    float: none;
    border-top-color: transparent;
    border-right-color: transparent;
}

    .tab-container.left .nav-tabs > li:first-child,
    .tab-container.right .nav-tabs > li:first-child {
        border-left-color: transparent;
    }

.tab-container .nav-tabs > li > a {
    display: block;
    padding: 10px 20px 10px 20px;
    margin-right: 0;
    line-height: inherit;
    border: 1px solid transparent;
    border-bottom-color: #dcdcdc;
    border-radius: 0;
    color: #666;
    background: #fafafa;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

.tab-container .nav-tabs.nav-justified > li > a {
    border-bottom: none;
}

.tab-container .nav-tabs.nav-justified > li.active,
.tab-container .nav-tabs.nav-justified > li.active > a {
    border-bottom-color: transparent;
    margin-bottom: -1px;
}

.tab-container.left .nav-tabs > li > a,
.tab-container.right .nav-tabs > li > a {
    min-width: 258px;
}

.tab-container .nav-tabs > li > a:hover {
    background: #c19a3e;
    color: #ffffff;
}

.tab-container .nav-tabs > li.active > a,
.tab-container .nav-tabs > li.active > a:hover,
.tab-container .nav-tabs > li.active > a:focus {
    color: #ffffff;
    cursor: default;
    background: #333333;
    border: 1px solid transparent;
    border-right-color: #dcdcdc;
}

.tab-container .nav-tabs > li.active {
    border-right: none;
}

.tab-container.reverse .nav-tabs > li.active {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
    margin-top: -1px;
}

.tab-container.left .nav-tabs > li.active > a,
.tab-container.right .nav-tabs > li.active > a {
    border-bottom-color: #dcdcdc;
}

.tab-container.left .nav-tabs > li.active,
.tab-container.left .nav-tabs > li.active > a {
    border-right: none;
    margin-right: -1px;
}

.tab-container.right .nav-tabs > li.active,
.tab-container.right .nav-tabs > li.active > a {
    border-left: none;
    border-right-color: transparent;
    margin-left: -1px;
}

.tab-container.left .nav-tabs li:last-child,
.tab-container.right .nav-tabs li:last-child {
    margin-bottom: 0;
}

.tab-container .tab-content {
    padding: 0 10px 0 10px;
    width: 100%;
    color: #777;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    /*background: #333333;*/
}

.tab-container.left .tab-content {
    padding: 0 50px 0 330px;
    border: none;
}

.tab-container.right .tab-content {
    padding: 0 330px 0 50px;
    border: none;
}

.tab-container .tab-content .tab-pane {
    padding: 10px 0;
}

/* Home page tab styles*/
#products-tabs-list {
    margin-bottom: 30px;
}

.tab-style-1 li {
    float: left;
    margin: 0 3px 3px 0;
}

    .tab-style-1 li a {
        background: #575a59;
        border: 1px solid #575a59;
        color: #fff;
        text-transform: Uppercase;
        padding: 4px 20px;
        display: inline-block;
        font: 400 14px/20px 'PT Sans', sans-serif;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        white-space: nowrap;
    }

        .tab-style-1 li a:hover,
        .tab-style-1 li.active a {
            background: #c19a3e;
            border-color: #c19a3e;
        }

    .tab-style-1 li.active a {
        cursor: default;
    }

#products-tabs-content {
    margin-bottom: 25px;
}

#products-tabs-list.tab-style-2 {
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.tab-style-2 li {
    float: left;
    margin: 0 1px 0 0;
    position: relative;
}

    .tab-style-2 li a {
        background: #fafafa;
        border: 1px solid #dcdcdc;
        color: #8f9592;
        text-transform: Uppercase;
        padding: 9.5px 44px;
        border-radius: 4px 4px 0 0;
        display: inline-block;
        font: 700 17px/20px 'PT Sans', sans-serif;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-bottom: -1px;
    }

        .tab-style-2 li a:hover,
        .tab-style-2 li.active a {
            color: #c19a3e;
        }

    .tab-style-2 li.active:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background: #c19a3e;
    }

    .tab-style-2 li.active a {
        cursor: default;
    }

#products-tabs-content {
    margin-bottom: 25px;
}


/* =============================================
--------------------  4.Header -----------------
==============================================*/

#header-top {
    background: #f5f5f5;
    border-top: 4px solid #c19a3e;
    height: 40px;
    font-size: 14px;
}

.header2 #header-top {
    border-top: 3px solid #cdae65;
    height: 39px;
}

.header3 #header-top {
    height: 36px;
    border-top: none;
}

.header4 #header-top {
    border-top: 3px solid #c19a3e;
    height: 33px;
}

.header5 #header-top {
    border-top: 3px solid #c19a3e;
    height: 40px;
    background: #f6f5f2;
}

.header-top-left {
    float: left;
}

.header-top-right {
    float: right;
    position: relative;
}

.header4 .header-top-right {
    height: 30px;
}

#top-links li {
    margin-right: 20px;
    display: block;
    float: left;
}

    #top-links li a {
        display: inline-block;
        color: #7f7d74;
        margin: 7px 0;
        position: relative;
        line-height: 22px;
        /*padding-left: 20px;*/
    }

.header4 #top-links li a {
    margin: 4px 0;
}

.header5 #top-links li a {
    margin: 7.5px 0;
}

#top-links li a:hover {
    color: #c19a3e;
}

.top-icon {
    display: block;
    height: 22px;
    width: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/sprites/sprite.png) no-repeat;
}

    .top-icon.top-icon-pencil {
        background-position: 0 -72px;
    }

.header5 .top-icon.top-icon-pencil,
.header6 .top-icon.top-icon-pencil {
    background-position: 0 -94px;
}

#top-links li > a:hover .top-icon.top-icon-pencil {
    background-position: 0 -94px;
}

.top-icon.top-icon-user {
    background-position: -14px -72px;
}

.header5 .top-icon.top-icon-user,
.header6 .top-icon.top-icon-user {
    background-position: -14px -94px;
}

#top-links li > a:hover .top-icon.top-icon-user {
    background-position: -14px -94px;
}

.top-icon.top-icon-cart {
    background-position: -28px -72px;
}

.header5 .top-icon.top-icon-cart,
.header6 .top-icon.top-icon-cart {
    background-position: -28px -94px;
}

#top-links li > a:hover .top-icon.top-icon-cart {
    background-position: -28px -94px;
}

.top-icon.top-icon-check {
    background-position: -42px -72px;
}

.header5 .top-icon.top-icon-check,
.header6 .top-icon.top-icon-check {
    background-position: -42px -94px;
}

#top-links li > a:hover .top-icon.top-icon-check {
    background-position: -42px -94px;
}

#header .btn-custom {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-top-dropdowns {
    font-size: 0;
}

.dropdown-language {
    margin-left: 4px;
}

.header4 .dropdown-language {
    margin-left: 3px;
}

.header5 .dropdown-language {
    margin-left: 2px;
}

.flag-container {
    margin-right: 5px;
}

    .flag-container img {
        margin-top: -2px;
    }

.header4 .header-text-container {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
    color: #888;
}

#header-top .header-text {
    display: none;
}

#header-top .header-text,
#header-top .header-link {
    line-height: 36px;
    margin-right: 10px;
}


.header4 #header-top .header-text,
.header4 #header-top .header-link {
    line-height: 30px;
    margin-right: 10px;
}

#header-top .header-link {
    display: inline;
}

    #header-top .header-link a {
        color: #c19a3e;
    }

.header4 #header-top .header-link a {
    color: #777777;
}

#header-top .header-link a:hover {
    color: #7f7d74;
}

.header4 #header-top .header-link a:hover {
    color: #c19a3e;
}

#header-top .header-text-container {
    margin-right: 4px;
}

.header2 #header-top .header-text-container,
.header2 #header-top .header-link,
.header3 #header-top .header-text-container,
.header3 #header-top .header-link,
.header4 #header-top .header-text-container,
.header4 #header-top .header-link {
    margin-right: 0;
}

.header5 #header-top .header-text-container {
    margin-right: 20px;
}

#header .dropdown-language .dropdown-menu > li > a {
    padding: 8px 12px;
}

#header.header4 .dropdown-language .dropdown-menu > li > a {
    padding: 4.5px 12px;
}

#header .btn {
    padding: 7px 12px;
    border-radius: 0;
}

#header.header7 .dropdown-money .btn {
    background-color: #cdae65;
}

#header.header2 .header-top-dropdowns .btn,
#header.header2 #quick-access .btn {
    background-color: #e6e6e6;
    color: #888888;
}

#header.header3 .header-top-dropdowns .btn {
    background-color: #ececec;
    color: #888888;
}

#header.header4 .header-top-dropdowns .btn {
    padding: 4px 12px;
    background-color: transparent;
    color: #888888;
}

#header .dropdown-menu {
    min-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #e2e2e2;
    border: none;
    border-radius: 0;
    z-index: 1001;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

    #header .dropdown-menu .divider {
        background-color: #fff;
    }

    #header .dropdown-menu > li > a {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 13px;
        line-height: 20px;
        padding: 6px 13px;
        color: #444645;
        border-top: 1px solid #fff;
    }

#header.header4 .dropdown-menu > li > a {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
}

#header .dropdown-menu > li > a:hover,
#header .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #c19a3e;
}

#header .header-top-dropdowns .btn-group:hover .btn-custom,
#header .header-top-dropdowns .btn-custom:hover,
#header .header-top-dropdowns .btn-custom:focus,
#header .header-top-dropdowns .btn-custom:active,
#header .header-top-dropdowns .btn-custom.active,
#header .header-top-dropdowns .open .dropdown-toggle.btn-custom,
#header .header-top-dropdowns .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ae8b38;
}


#header.header3 .header-top-dropdowns .btn-group:hover .btn-custom,
#header.header3 .header-top-dropdowns .btn-custom:hover,
#header.header3 .header-top-dropdowns .btn-custom:focus,
#header.header3 .header-top-dropdowns .btn-custom:active,
#header.header3 .header-top-dropdowns .btn-custom.active,
#header.header3 .header-top-dropdowns .open .dropdown-toggle.btn-custom,
#header.header3 .header-top-dropdowns .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c72929;
}


#header.header4 .header-top-dropdowns .btn-group:hover .btn-custom,
#header.header4 .header-top-dropdowns .btn-custom:hover,
#header.header4 .header-top-dropdowns .btn-custom:focus,
#header.header4 .header-top-dropdowns .btn-custom:active,
#header.header4 .header-top-dropdowns .btn-custom.active,
#header.header4 .header-top-dropdowns .open .dropdown-toggle.btn-custom,
#header.header4 .header-top-dropdowns .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c19a3e;
}

#header.header7 .header-top-dropdowns .dropdown-money.btn-group:hover .btn-custom,
#header.header7 .header-top-dropdowns .dropdown-money .btn-custom:hover,
#header.header7 .header-top-dropdowns .dropdown-money .btn-custom:focus,
#header.header7 .header-top-dropdowns .dropdown-money .btn-custom:active,
#header.header7 .header-top-dropdowns .dropdown-money .btn-custom.active,
#header.header7 .header-top-dropdowns .dropdown-money .open .dropdown-toggle.btn-custom,
#header.header7 .header-top-dropdowns .dropdown-money .dropdown-menu > li > a:hover {
    background-color: #c19a3e;
    color: #fff;
    text-decoration: none;
}

/* active hover for bootstrap dropdown */
/* on click still stay active */
.btn-group:hover .dropdown-menu {
    display: block;
}

#inner-header {
    padding-top: 20px;
}

.header2 #inner-header {
    padding-top: 30px;
}

.header4 #inner-header {
    padding-top: 41px;
}

.header4 #inner-header {
    padding-top: 52px;
}

.header6 #inner-header {
    padding-top: 45px;
}

#inner-header .logo-container,
#inner-header .header-inner-right {
    margin-bottom: 10px;
}

.header3 #inner-header .logo-container,
.header3 #inner-header .header-inner-right {
    margin-bottom: 38px;
}

.header2 #inner-header .logo-container,
.header2 #inner-header .header-inner-right {
    margin-bottom: 25px;
}

.header2 .header-inner-right-wrapper {
    margin-top: 20px;
}

.header5 #inner-header .header-inner-right {
    position: relative;
    margin: 0;
}

.header6 #inner-header .header-inner-right {
    margin-top: -9px;
}

.header6 #inner-header .logo-container,
.header6 #inner-header .header-inner-right {
    margin-bottom: 26px;
}

.header7 #inner-header .logo-container,
.header7 #inner-header .header-inner-right {
    margin-bottom: 45px;
}

.header4 .logo-container {
    float: left;
}

.header5 #inner-header .logo-container {
    float: none;
    margin-bottom: 35px;
}

.logo {
    position: relative;
    margin: 0;
}

    .logo > span {
        position: absolute;
        left: -9999px;
        opacity: 0;
    }

    .logo > a {
        /*margin-left: -22px;*/
        display: inline-block;
    }

.header2 .logo,
.header3 .logo {
    margin-top: -5px;
}

    .header2 .logo > a,
    .header3 .logo > a,
    .header4 .logo > a,
    .header5 .logo > a,
    .header7 .logo > a {
        margin-left: 0;
    }

.header5 .logo {
    position: relative;
    text-align: center;
    margin-top: -26px;
}

.header4 #main-nav-container.fixed .logo-container {
    margin-bottom: 0;
}

.header4 #main-nav-container.fixed .logo {
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 0;
}

    .header4 #main-nav-container.fixed .logo a {
        padding: 0;
        margin: 0;
        line-height: 0;
    }

    .header4 #main-nav-container.fixed .logo img {
        height: 35px;
        width: auto;
    }

.quick-contact-text {
    text-align: right;
    color: #818181;
    font-size: 12px;
    line-height: 18px;
    margin: 6px 0 0;
}

.header-box {
    background: #f7f7f7;
    padding: 5px;
    border: 1px solid #e7e7e7;
    font-size: 13px;
    line-height: 18px;
    margin-left: 8px;
    color: #7f7d74;
}

.header6 .header-box {
    background: transparent;
    border-color: transparent;
}

.header7 .header-box {
    background: #f9f9f9;
}

.contact-phones {
    position: relative;
    /*padding-left: 45px;*/
}

.header-box ul li {
    display: block;
    position: relative;
    padding-left: 30px;
}

.header-box.contact-phones ul li {
    padding-left: 0;
}

.header-box ul li:first-child {
    margin-bottom: 2px;
}

.header-box a {
    color: #7f7d74;
}

    .header-box a:hover {
        color: #c19a3e;
    }

.header-box-icon {
    display: block;
    position: relative;
    /*left: 0;
    top: 1px;
    background: url(../images/sprites/sprite.png) no-repeat;
    width: 22px;
    height: 18px;*/
}

.contact-phones .header-box-icon {
    width: 56px;
    height: 56px;
    float: left;
    margin-right: 10px;
    border: 1px solid #e7e7e7;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    /*top: 50%;
    left: 5px;*/
    /*margin-top: -18px;*/
}

    .contact-phones .header-box-icon img {
        width: 56px;
        height: 56px;
    }

    .contact-phones .header-box-icon i {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.header-box-icon-skype {
    background-position: -92px -72px;
}

.header-box-icon-email {
    background-position: -92px -90px;
}

.header-box-icon-earphones {
    background-position: -56px -72px;
}

#main-nav-container {
    width: 100%;
    padding: 6px 0 0;
    background: #444645;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 5px 4px rgba(0,0,0, 0.10);
    box-shadow: 0 5px 4px rgba(0,0,0, 0.10);
    z-index: 999;
}

.header3 #main-nav-container {
    background: #333333;
    padding-top: 0;
}

.header6 #main-nav-container,
.header7 #main-nav-container {
    border-top: 1px solid #d1d5d6;
    border-bottom: 1px solid #d1d5d6;
    padding-top: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
}

    .header6 #main-nav-container:after,
    .header7 #main-nav-container:after {
        content: '';
        display: block;
        width: 100%;
        height: 12px;
        background: url('../images/header6-shadow.png') no-repeat center center;
        position: absolute;
        left: 0;
        top: 100%;
    }

#main-nav-container.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0;
    -webkit-backface-visibility: hidden;
}

    #main-nav-container.fixed #quick-access .dropdown-cart-menu-container {
        display: none;
    }

    #main-nav-container.fixed #main-nav .menu > li {
        padding-bottom: 0 !important;
    }

#main-nav-container #main-nav {
    float: left;
    position: relative;
}

.header3 #main-nav-container #main-nav {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 1px solid rgba(0,0,0, 0.4);
}

.header4 #main-nav-container #main-nav {
    position: static;
}

#main-nav-container #main-nav .menu li {
    float: left;
    font-size: 17px;
    /*text-transform: uppercase;*/
    padding-bottom: 6px;
    position: relative;
}

.header4 #menu-wrapper {
    position: relative;
}

.header4 #menu-right-side {
    float: right;
    margin-top: 17px;
}

.header4 #main-nav-container.fixed #menu-right-side {
    margin-top: 0;
}

.header2 #main-nav-container #main-nav .menu > li {
    padding-bottom: 12px;
}

.header3 #main-nav-container #main-nav .menu > li {
    padding-bottom: 0;
    padding-top: 0;
}

.header5 #main-nav-container #main-nav .menu > li {
    padding-bottom: 8px;
}

    .header5 #main-nav-container #main-nav .menu > li > a {
        padding: 13px 37px;
    }

.header6 #main-nav-container #main-nav,
.header7 #main-nav-container #main-nav {
    float: none;
}

.header7 #main-nav-container .menu-table-wrapper {
    width: 78%;
    float: left;
}

.header6 #main-nav-container #main-nav .menu,
.header7 #main-nav-container #main-nav .menu {
    display: table;
    width: 100%;
}

    .header6 #main-nav-container #main-nav .menu > li,
    .header7 #main-nav-container #main-nav .menu > li {
        padding-bottom: 0;
        display: table-cell;
        float: none;
        position: relative;
    }

/* for mega menu */
#main-nav-container #main-nav .menu li.mega-menu-container {
    position: static;
}

#main-nav-container #main-nav .menu li a {
    display: inline-block;
    color: #ffffff;
    font: 700 14px/15px 'PT Sans', sans-serif;
    padding: 12px 10px;
}

.header6 #main-nav-container #main-nav .menu > li > a,
.header7 #main-nav-container #main-nav .menu > li > a {
    padding: 15.5px 5px;
    display: block;
    border-right: 1px solid #d1d5d6;
    text-align: center;
    font-size: 15px;
}

.header6 #main-nav-container #main-nav .menu > li:first-child a,
.header7 #main-nav-container #main-nav .menu > li:first-child a {
    padding-left: 5px;
    border-left: 1px solid #d1d5d6;
}

.header3 #main-nav-container #main-nav > .menu > li > a {
    padding: 15.5px 25px;
    color: #fff;
    border-right: 1px solid rgba(0,0,0, 0.4);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}


.header3 #main-nav-container #main-nav .menu li:first-child a {
    padding-left: 25px;
}

#main-nav-container #main-nav .menu li ul,
#main-nav-container #main-nav .menu li ul li ul {
    display: none;
    position: absolute;
    min-width: 210px;
    z-index: 999;
    border-top: 3px solid #c19a3e;
    background: #fafafa;
    box-shadow: 0 1px 4px rgba(0,0,0, 0.25);
}

#main-nav-container #main-nav .menu li ul {
    left: 0;
    top: 100%;
}

    #main-nav-container #main-nav .menu li ul li ul {
        left: 100%;
        top: 0;
    }

        #main-nav-container #main-nav .menu li ul li,
        #main-nav-container #main-nav .menu li ul li ul li {
            float: none;
            text-align: left;
            border-top: 1px solid rgba(200,200,200, 0.2);
            border-bottom: 1px solid rgba(255,255,255, 0.5);
            padding-bottom: 0;
            position: relative;
        }

            #main-nav-container #main-nav .menu li ul li:first-child,
            #main-nav-container #main-nav .menu li ul li ul li:first-child {
                border-top: none;
            }

            #main-nav-container #main-nav .menu li ul li:last-child,
            #main-nav-container #main-nav .menu li ul li ul li:last-child {
                border-bottom: none;
            }

            #main-nav-container #main-nav .menu li ul li a,
            #main-nav-container #main-nav .menu li ul li ul li a {
                padding-left: 25px !important;
                color: #444645;
            }

#main-nav-container #main-nav .menu li:hover > a,
#main-nav-container #main-nav .menu li > ul li > ul li:hover > a {
    color: #c19a3e;
}



/* Mega Menu Styles */
#main-nav-container #main-nav .menu li .mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 940px;
    border-top: 3px solid #c19a3e;
    background: #fafafa;
    box-shadow: 0 1px 4px rgba(0,0,0, 0.25);
    padding: 25px 30px;
}

    #main-nav-container #main-nav .menu li .mega-menu .mega-menu-title {
        font: 700 16px/20px "Gudea", Arial, sans-serif;
        color: #4c4e4d;
        display: block;
        padding: 15px 0;
    }

    #main-nav-container #main-nav .menu li .mega-menu .mega-menu-list {
        display: block;
        position: relative;
        width: 100%;
        min-width: 0;
        top: auto;
        left: auto;
        box-shadow: none;
        -wekbit-box-shadow: none;
        border-top: none;
    }

        #main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li {
            text-transform: capitalize;
            /*background-image: url(../images/sprites/menu-list-type.png);*/
            list-style-type: square;
            background-repeat: no-repeat;
            background-position: left center;
            /*padding: 8px 0 8px 16px;*/
            padding: 8px 0;
            width: 100%;
            border-bottom: none;
            border-top: none;
        }

            #main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li a {
                display: inline-block;
                color: #737373;
                padding: 0 !important;
                font: 400 15px/21px Arial, sans-serif;
                position: relative;
            }

                #main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li a > span {
                    display: inline-block;
                    line-height: 16px;
                    color: #fff;
                    position: absolute;
                    left: 100%;
                    bottom: 12px;
                    font-size: 11px;
                    padding: 0 5.5px;
                    margin-left: 4px;
                    text-transform: uppercase;
                    font-weight: bold;
                }

                #main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li a > .hot-box {
                    background-color: #c72929;
                }

                #main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li a > .new-box {
                    background-color: #c19a3e;
                    padding: 0 4.5px;
                }

            #main-nav-container #main-nav .menu li .mega-menu .mega-menu-title:hover,
            #main-nav-container #main-nav .menu li .mega-menu .mega-menu-list li:hover > a {
                color: #c19a3e;
            }


#main-nav-container #main-nav #responsive-nav {
    display: none;
    padding-bottom: 10px;
}

    #main-nav-container #main-nav #responsive-nav ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0;
        z-index: 899;
        border-top: 5px solid #cdae65;
        box-shadow: 0 2px 3px rgba(0,0,0, 0.152);
        -webkit-box-shadow: 0 2px 3px rgba(0,0,0, 0.12);
    }

        #main-nav-container #main-nav #responsive-nav ul li {
            background: #fafafa;
            font: 700 17px/25px 'PT Sans', sans-serif;
            border-top: 1px solid rgba(200, 200, 200, 0.2);
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            position: relative;
            width: 100%;
            max-width: 100% !important;
            padding-bottom: 0 !important;
        }

            #main-nav-container #main-nav #responsive-nav ul li a {
                padding: 12px 0 12px 15px;
                display: block;
                color: #494940;
                text-transform: uppercase;
            }

            #main-nav-container #main-nav #responsive-nav ul li:first-child {
                border-top: none;
            }

            #main-nav-container #main-nav #responsive-nav ul li:last-child {
                border-bottom: none;
            }

            #main-nav-container #main-nav #responsive-nav ul li a:hover {
                color: #c19a3e;
            }

            #main-nav-container #main-nav #responsive-nav ul li ul {
                display: none;
                box-shadow: none;
                -webkit-box-shadow: none;
            }

                #main-nav-container #main-nav #responsive-nav ul li ul,
                #main-nav-container #main-nav #responsive-nav ul li ul li ul {
                    width: 100%;
                    position: relative;
                    border-top: 1px solid rgba(200, 200, 200, 0.2);
                }

                    #main-nav-container #main-nav #responsive-nav ul li ul li {
                        font: 700 16px/22px "Gudea", Arial, sans-serif;
                        background: #f6f6f6;
                    }

                        #main-nav-container #main-nav #responsive-nav ul li ul li ul li {
                            font-size: 15px;
                            line-height: 20px;
                            background: #f0f0f0;
                        }

                    #main-nav-container #main-nav #responsive-nav ul li ul a {
                        padding: 10px 0 10px 30px !important;
                    }

                    #main-nav-container #main-nav #responsive-nav ul li ul li ul a {
                        padding: 10px 0 10px 45px !important;
                    }


            #main-nav-container #main-nav #responsive-nav ul li .mega-menu {
                position: relative;
                width: 100%;
                display: none;
                padding: 0;
                border-top: 1px solid rgba(200, 200, 200, 0.2);
            }

                #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-2,
                #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-3,
                #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-4,
                #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-5 {
                    float: none;
                    width: 100%;
                    padding: 0 !important;
                    position: relative;
                    text-overflow: ellipsis;
                }

                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-2 > a,
                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-3 > a,
                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-4 > a,
                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-5 > a {
                        padding: 10px 0 10px 30px !important;
                        border-top: 1px solid rgba(200, 200, 200, 0.2);
                        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                    }

                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-2:first-child > a,
                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-3:first-child > a,
                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-4:first-child > a,
                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-5:first-child > a {
                        border-top: none;
                    }

                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-2:last-child > a,
                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-3:last-child > a,
                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-4:last-child > a,
                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .col-5:last-child > a {
                        border-bottom: none;
                    }

                #main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-title {
                    font: 700 16px/22px "Gudea", Arial, sans-serif;
                    color: #4c4e4d;
                    background: #f6f6f6;
                }

                #main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-list {
                    background-color: #fff;
                    padding: 15px 0 15px 45px;
                }

                    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-list li {
                        font: 400 15px/21px Arial, sans-serif;
                        text-transform: capitalize;
                        padding: 0 0 0 15px;
                        background-image: url(../images/sprites/menu-list-type.png);
                        background-repeat: no-repeat;
                        background-position: left center;
                        width: 100%;
                        border-bottom: none;
                        border-top: none;
                        background-color: #fff;
                    }

                        #main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-list li a {
                            display: inline-block;
                            color: #737373;
                            padding: 0 !important;
                            font: 400 15px/21px Arial, sans-serif;
                            padding: 5px 0 5px 0 !important;
                            text-transform: capitalize;
                        }

                        #main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-title:hover,
                        #main-nav-container #main-nav #responsive-nav ul li .mega-menu .mega-menu-list li:hover > a {
                            color: #c19a3e;
                        }

.menu-button {
    display: block;
    width: 40px;
    text-align: right;
    padding-right: 15px;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-weight: 400;
    z-index: 1000;
    top: 0;
    background-image: url('../images/sprites/sprite.png');
    background-repeat: no-repeat;
}

    .menu-button:hover {
        color: #c19a3e;
    }

#main-nav-container #main-nav #responsive-nav ul li .menu-button {
    height: 49px;
    background-position: 0 -360px;
}

    #main-nav-container #main-nav #responsive-nav ul li .menu-button.active {
        background-position: -40px -360px;
    }

#main-nav-container #main-nav #responsive-nav ul li .mega-menu .menu-button {
    height: 43px;
    background-position: 0 -363px;
}

    #main-nav-container #main-nav #responsive-nav ul li .mega-menu .menu-button.active {
        background-position: -40px -363px;
    }

#main-nav-container #main-nav #responsive-nav ul li ul li .menu-button {
    height: 42px;
    background-position: 0 -364px;
}

    #main-nav-container #main-nav #responsive-nav ul li ul li .menu-button.active {
        background-position: -40px -364px;
    }

#main-nav-container.fixed #responsive-nav {
    padding-bottom: 0;
}

.header3 #main-nav-container #main-nav #responsive-nav {
    padding: 5px 0;
}

#responsive-nav-button {
    font: 700 20px/38px 'PT Sans', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}


.header3 #responsive-nav-button {
    color: #fff;
    margin: 1px 0;
}

#responsive-nav-button #responsive-nav-button-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #444645;
    background-image: url(../images/sprites/responsive-menu-icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    border-radius: 3px;
    margin-left: 15px;
    margin-top: 1.5px;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    margin-right: 5px;
}

#responsive-nav-button:hover #responsive-nav-button-icon,
#responsive-nav-button.active #responsive-nav-button-icon {
    background-color: #c19a3e;
}

#main-nav-container.fixed #main-nav #responsive-nav {
    margin: 3.5px 0;
    padding-bottom: 0;
}


#quick-access {
    float: right;
    position: relative;
    margin-top: 1.5px;
}

#main-nav-container.fixed #quick-access {
    margin-top: 2px;
}

.header3 #quick-access,
.header3 #main-nav-container.fixed #quick-access {
    margin: 7.5px 0;
}

.header5 #quick-access {
    position: absolute;
    left: 186px;
    top: -66px;
}

.header7 #quick-access {
    margin-top: 0;
    height: 50px;
    border-right: 1px solid #d1d5d6;
}

.header7 #main-nav-container.fixed #quick-access {
    margin-top: 0;
}

.quick-search-form {
    position: relative;
}

    #header .dropdown-cart-menu-container .btn,
    .quick-search-form .btn {
        padding: 7.5px 10px;
        border-radius: 0;
        border: none;
    }

#header.header2 .dropdown-cart-menu-container .dropdown-cart > .btn {
    background-color: #c19a3e;
    color: #fff;
}

#header.header2 .dropdown-cart-menu-container:hover .btn.dropdown-toggle,
#header.header2 .dropdown-cart-menu-container .open .btn.dropdown-toggle {
    background-color: #cdae65;
    color: #fff;
}

#header.header4 .dropdown-cart-menu-container .btn.dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    color: #888888;
}

#header.header4 .dropdown-cart-menu-container:hover .btn.dropdown-toggle,
#header.header4 .dropdown-cart-menu-container .open .btn.dropdown-toggle {
    background-color: #c19a3e;
    color: #fff;
}


#header.header7 .dropdown-cart-menu-container .dropdown-cart > .btn {
    padding: 14px 20px 14px 35px;
    border: 1px solid #e7e7e7;
    background-color: #f4f3f3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
    color: #7f7d74;
}

#header.header7 .dropdown-cart-menu-container:hover .btn.dropdown-toggle,
#header.header7 .dropdown-cart-menu-container .open .btn.dropdown-toggle {
    background-color: #c19a3e;
    border-color: #c19a3e;
    color: #fff;
}

#quick-search {
    width: 35px;
    height: 35px;
    background-image: url(../images/sprites/sprite.png);
    background-position: 0 -116px;
    border: none;
}

    #quick-search:focus,
    #quick-search:active {
        border: none;
        outline: none;
    }

.header2 #quick-search {
    background-position: -80px -360px;
    transition: background-position 0s;
    -webkit-transition: background-position 0s;
    -moz-transition: background-position 0s;
    -ms-transition: background-position 0s;
    -o-transition: background-position 0s;
}

.header2 #quick-access .quick-search-form .btn-custom:hover,
.header2 #quick-access .quick-search-form .btn-custom:focus,
.header2 #quick-access .quick-search-form .btn-custom:active {
    background-color: #c19a3e !important;
    background-position: 0 -116px;
}

.header4 #quick-search {
    background-color: transparent;
    background-position: -80px -360px;
    transition: background-position 0s;
    -webkit-transition: background-position 0s;
    -moz-transition: background-position 0s;
    -ms-transition: background-position 0s;
    -o-transition: background-position 0s;
}

.header4 #quick-search {
    margin-top: 1px;
}

.header4 #main-nav-container.fixed #quick-search {
    margin-top: 0;
}

.header4 #quick-access .quick-search-form .btn-custom:hover,
.header4 #quick-access .quick-search-form .btn-custom:focus,
.header4 #quick-access .quick-search-form .btn-custom:active {
    background-color: #c19a3e;
    background-position: 0 -116px;
}

.header5 #quick-search {
    background-color: transparent;
    background-position: -366px -324px;
    transition: background-position 0s;
    -webkit-transition: background-position 0s;
    -moz-transition: background-position 0s;
    -ms-transition: background-position 0s;
    -o-transition: background-position 0s;
    border: 1px solid #e8e8e8;
}

.header5 #quick-access .quick-search-form .btn-custom:hover,
.header5 #quick-access .quick-search-form .btn-custom:focus,
.header5 #quick-access .quick-search-form .btn-custom:active {
    background-color: #c19a3e;
    border-color: #c19a3e;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
    background-position: -1px -117px;
}

.header6 #quick-search {
    margin-top: 7px;
}

.header7 #quick-search {
    margin-top: 7.5px;
    background-color: transparent;
    background-position: -365px -265px;
}

.quick-search-form .form-control {
    height: 35px;
    padding: 8px 15px;
    color: #a4a4a4;
    font-size: 13px;
    line-height: 20px;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header3 .quick-search-form .form-control {
    background: #595959;
    border: none;
}

.header5 .quick-search-form .form-control {
    border-color: #e8e8e8;
}

.header7 .quick-search-form .form-control {
    padding: 15.5px 15px;
    height: 50px;
    border: none;
    font-size: 16px;
}

.header4 #quick-access .quick-search-form .form-group {
    position: absolute;
    right: 36px;
    top: 1px;
    width: 170px;
    display: none;
    background: #fff;
    z-index: 9999 !important;
}

.header4 #main-nav-container.fixed #quick-access .quick-search-form .form-group {
    top: 0;
}

.header6 #quick-access .quick-search-form .form-group {
    top: 7px;
}

.quick-search-form .form-control:focus {
    border-color: #e0e0e0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quick-search-form .form-control:-moz-placeholder {
    font-style: italic;
}

.quick-search-form .form-control::-moz-placeholder {
    font-style: italic;
}

.quick-search-form .form-control:-ms-input-placeholder {
    font-style: italic;
}

.quick-search-form .form-control::-webkit-input-placeholder {
    font-style: italic;
}

.header3 .quick-search-form .form-control:-moz-placeholder {
    font-style: normal;
    color: #fff;
}

.header3 .quick-search-form .form-control::-moz-placeholder {
    font-style: normal;
    color: #fff;
}

.header3 .quick-search-form .form-control:-ms-input-placeholder {
    font-style: normal;
    color: #fff;
}

.header3 .quick-search-form .form-control::-webkit-input-placeholder {
    font-style: normal;
    color: #fff;
}

.header5 .quick-search-form .form-control:-moz-placeholder {
    font-style: normal;
    color: #8d877c;
}

.header5 .quick-search-form .form-control::-moz-placeholder {
    font-style: normal;
    color: #8d877c;
}

.header5 .quick-search-form .form-control:-ms-input-placeholder {
    font-style: normal;
    color: #8d877c;
}

.header5 .quick-search-form .form-control::-webkit-input-placeholder {
    font-style: normal;
    color: #8d877c;
}

.header6 .quick-search-form .form-control:-moz-placeholder {
    font-style: normal;
    color: #a4a4a4;
}

.header6 .quick-search-form .form-control::-moz-placeholder {
    font-style: normal;
    color: #a4a4a4;
}

.header6 .quick-search-form .form-control:-ms-input-placeholder {
    font-style: normal;
    color: #a4a4a4;
}

.header6 .quick-search-form .form-control::-webkit-input-placeholder {
    font-style: normal;
    color: #a4a4a4;
}

.header7 .quick-search-form .form-control:-moz-placeholder {
    font-style: normal;
    font-weight: bold;
    color: #98999c;
}

.header7 .quick-search-form .form-control::-moz-placeholder {
    font-style: normal;
    font-weight: bold;
    color: #98999c;
}

.header7 .quick-search-form .form-control:-ms-input-placeholder {
    font-style: normal;
    font-weight: bold;
    color: #98999c;
}

.header7 .quick-search-form .form-control::-webkit-input-placeholder {
    font-style: normal;
    font-weight: bold;
    color: #98999c;
}

.dropdown-cart-menu-container {
    padding-bottom: 8px;
    position: relative;
}

.header4 .dropdown-cart-menu-container {
    margin-right: -14px;
}

.header5 .dropdown-cart-menu-container {
    padding-bottom: 2px;
    position: absolute;
    top: -64px;
    right: 15px;
}

.header6 .dropdown-cart-menu-container {
    margin-top: 9px;
}

#header .dropdown-cart-menu-container .dropdown-toggle {
    padding-left: 14px;
    padding-right: 14px;
}

.dropdown-cart-menu-container .cart-menu-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 3px;
    top: 0;
    background-image: url(../images/sprites/sprite.png);
    background-position: -35px -116px;
    border: none;
}

.header4 .dropdown-cart-menu-container .cart-menu-icon {
    background-position: -146px -360px;
    top: -2.5px;
}

.header5 .dropdown-cart-menu-container .cart-menu-icon {
    left: -36px;
    border: 1px solid #e8e8e8;
    background-position: -366px -231px;
}

#header.header5 .dropdown-cart-menu-container .btn.btn.dropdown-toggle {
    min-width: 175px;
    text-align: left;
    padding: 6.5px 10px 6.5px 15px;
    background-color: transparent;
    border: 1px solid #e8e8e8;
    color: #8d877c;
}

.header7 .dropdown-cart-menu-container .cart-menu-icon {
    top: 7.5px;
    background-position: -366px -231px;
}

#header.header4 .dropdown-cart-menu-container:hover .cart-menu-icon,
#header.header4 .dropdown-cart-menu-container .btn-group:hover .cart-menu-icon,
#header.header4 .dropdown-cart-menu-container .open .cart-menu-icon {
    background-position: -35px -116px;
}

#header.header5 .dropdown-cart-menu-container:hover .cart-menu-icon,
#header.header5 .dropdown-cart-menu-container .btn-group:hover .cart-menu-icon,
#header.header5 .dropdown-cart-menu-container .open .cart-menu-icon {
    background-position: -36px -117px;
    background-color: #c19a3e;
    border-color: #c19a3e;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}

#header.header7 .dropdown-cart-menu-container:hover .cart-menu-icon,
#header.header7 .dropdown-cart-menu-container .btn-group:hover .cart-menu-icon,
#header.header7 .dropdown-cart-menu-container .open .cart-menu-icon {
    background-position: -36px -117px;
}

/* rewrite with helper div wrapper hover for bootstrap dropdown */
.dropdown-cart-menu-container:hover .dropdown-menu {
    display: block;
}

.dropdown-cart {
    margin-left: 6px;
}

.header2 .dropdown-cart,
.header3 .dropdown-cart,
.header4 .dropdown-cart {
    margin-left: 10px;
}

#header .dropdown-cart .dropdown-cart-menu {
    min-width: 300px;
    /*margin-top: 8px;*/
    border-top: 3px solid #cdae65;
    background: #fff;
    padding: 20px;
}

#header.header5 .dropdown-cart .dropdown-cart-menu {
    margin-top: 2px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 2px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0, 0.2);
}

.dropdown-cart,
.quick-search-form {
    float: right;
}

    .dropdown-cart .dropdown-cart-description {
        margin-bottom: 10px;
        color: #7b7b7b;
    }

    .dropdown-cart .item {
        border: none;
    }

    .dropdown-cart .empty {
        margin: 0;
    }

    .dropdown-cart .dropdown-cart-product-list {
        margin-bottom: 5px;
        list-style-type: none;
    }

        .dropdown-cart .dropdown-cart-product-list li.item {
            position: relative;
            margin-bottom: 20px;
            padding: 0;
        }

        .dropdown-cart .dropdown-cart-product-list figure {
            width: 85px;
            float: left;
            margin-right: 10px;
        }

            .dropdown-cart .dropdown-cart-product-list figure a {
                display: inline-block;
                width: 100%;
            }

            .dropdown-cart .dropdown-cart-product-list figure img {
                max-width: 100%;
                display: block;
                height: auto;
            }

        .dropdown-cart .dropdown-cart-product-list .edit-item,
        .dropdown-cart .dropdown-cart-product-list .delete-item {
            font-size: 14px;
            display: inline-block;
            position: absolute;
            top: 0;
            color: #828886;
            font-weight: 300;
        }

        .dropdown-cart .dropdown-cart-product-list .edit-item {
            font-size: 13px;
        }

        .dropdown-cart .dropdown-cart-product-list .delete-item {
            right: 0;
        }

        .dropdown-cart .dropdown-cart-product-list .edit-item {
            right: 18px;
        }

            .dropdown-cart .dropdown-cart-product-list .edit-item:hover,
            .dropdown-cart .dropdown-cart-product-list .delete-item:hover {
                color: #c19a3e;
            }

        .dropdown-cart .dropdown-cart-product-list .item-name {
            font-size: 16px;
            line-height: 20px;
            font-weight: 700;
            display: inline-block;
            margin-bottom: 10px;
        }

        .dropdown-cart .dropdown-cart-product-list .dropdown-cart-details {
            float: left;
            width: 160px;
            padding-right: 20px;
        }

            .dropdown-cart .dropdown-cart-product-list .dropdown-cart-details .item-price {
                font-size: 16px;
                color: #a8bf00;
                font-weight: bold;
                padding-left: 1px;
            }

.dropdown-cart-action {
    float: right;
}

    .dropdown-cart-action > p {
        margin-bottom: 3px;
        width: 100px;
    }

    .dropdown-cart-action .btn {
        border-radius: 3px !important;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 16px;
        padding: 6px 12px;
    }

.dropdown-cart-total {
    float: left;
    margin-top: 10.5px;
    width: 150px;
}

    .dropdown-cart-total li {
        font: 700 15px/18px 'PT Sans', sans-serif;
        color: #c19a3e;
        margin-bottom: 6px;
    }

        .dropdown-cart-total li .dropdown-cart-total-title {
            text-transform: uppercase;
            color: #575a59;
            margin-right: 4px;
        }

        .dropdown-cart-total li .sub-price {
            color: #c19a3e;
        }

/* 
clear inline-block auto margin 
parent's font-size:0
*/
#quick-access .quick-search-form {
    font-size: 0;
}

    #quick-access .quick-search-form .form-group {
        position: absolute;
        right: 36px;
        top: 0;
        width: 170px;
        display: none;
        background: #fff;
        z-index: 9996 !important;
    }

.header5 #quick-access .quick-search-form .form-group {
    display: block;
}

.header7 #quick-access .quick-search-form .form-group {
    width: 200px;
}

#quick-access .quick-search-form .form-control {
    width: 100%;
    font-size: 13px;
    margin-right: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header6 #quick-access .quick-search-form .form-control {
    font-size: 14px;
}

.header7 #quick-access .quick-search-form .form-control {
    font-size: 16px;
}


/* =============================================
---------------------  5.Content ---------------
==============================================*/

#content {
    padding-bottom: 50px;
    /*overflow: hidden;*/
}

    #content img {
        max-width: 100%;
        display: block;
        height: auto;
    }

.widget .content-title {
    margin-bottom: 16px !important;
}

.title {
    padding-left: 8px;
    border-left: 4px solid #c19a3e;
    font-size: 40px;
    margin-bottom: 15px;
}

    .title.font-size-30 {
        font-size: 30px !important;
    }

    .title.font-size-25 {
        font-size: 25px !important;
    }

.content-title.reverse .title {
    padding-left: 0;
    padding-right: 8px;
    border-left: none;
    border-right: 4px solid #c19a3e;
    text-align: right;
}

.title-bg {
    position: relative;
}

    .title-bg .title {
        margin: 7.5px 0;
    }

    .title-bg + .title-desc {
        margin: 5px 0;
    }

.content-title.reverse .title-desc {
    text-align: right;
}

.content-title.reverse .title-bg {
    text-align: right;
}

.title-bg > h1,
.title-bg > h2,
.title-bg > h3,
.title-bg > h4,
.title-bg > h5 {
    position: relative;
    display: inline-block;
    left: 0;
    padding-right: 10px;
    z-index: 1;
    background: #fff;
}

.content-title.reverse .title-bg > h1,
.content-title.reverse .title-bg > h2,
.content-title.reverse .title-bg > h3,
.content-title.reverse .title-bg > h4,
.content-title.reverse .title-bg > h5 {
    padding-left: 30px;
}

.title-bg:after {
    content: '';
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    display: block;
    width: 100%;
    height: 1px;
    z-index: 0;
}

#content .content-title {
    margin-bottom: 30px;
}

.title-desc {
    font: 17px/1.5 "PT Sans", Arial, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sub-title {
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0;
}

    .sub-title.reverse {
        text-align: right;
    }
/* =============================================
------------------- 6.index.html --------------
==============================================*/

.home-banners a {
    display: block;
    max-width: 370px;
    margin-bottom: 20px;
}

    .home-banners a:hover {
        opacity: 0.8;
    }

#brand-slider-container {
    margin-bottom: 5px;
}

.brand-slider a {
    display: flex;
    padding: 0 15px;
    text-align: center;
    height: 120px;
    align-items: center;
    align-content: center;
}

.brand-slider img {
    display: inline-block !important;
    width: auto;
    max-width: 100%;
    max-height: 120px;
}


/* General product style */
.item {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e8e8e8;
}


    .item.item-hover {
        border: 1px solid #e8e8e8;
    }

        .item.item-hover:hover {
            border: 1px solid #c19a3e;
        }


/* cut left/right padding for carousel items */
.owl-carousel .item {
    padding: 20px 10px;
}

.item.item-list {
    margin-bottom: 40px;
    border: 1px solid transparent;
}

    .item.item-list .item-image-container {
        width: 230px;
        float: left;
        margin-right: 60px;
        margin-bottom: 0;
    }

.item-image-wrapper {
    position: relative;
}

.item .item-image-container {
    display: table;
    position: relative;
    margin: 0 auto;
    width: 100% !important;
    min-height: 200px;
}

    .item .item-image-container > a {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .item .item-image-container img {
        width: auto;
        max-width: 100%;
        display: table;
        margin: 0 auto;
        max-height: 200px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .item .item-image-container .item-image {
        visibility: visible;
        opacity: 1;
    }

    .item .item-image-container .item-image-hover {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.item-meta-inner-container {
    margin-bottom: 7px;
    margin-top: -2px;
}

.item:hover .item-image-container .item-image {
    visibility: hidden;
    opacity: 0;
}

.item:hover .item-image-container .item-image-hover {
    visibility: visible;
    opacity: 1;
}

.item-price-container {
    display: block;
    background: #cdae65;
    text-align: center;
    font: 700 16px/20px "Gudea", Arial, sans-serif;
    color: #fff;
    width: 81px;
    height: 81px;
    position: absolute;
    bottom: 0px;
    right: -9px;
    text-align: center;
    border-radius: 500px;
    z-index: 801;
}

    .item-price-container.top-left {
        bottom: auto;
        top: -10px;
        right: auto;
        left: -10px;
    }

    .item-price-container.top-right {
        bottom: auto;
        top: -10px;
        right: -10px;
        left: auto;
    }

    .item-price-container.bottom-left {
        bottom: -10px;
        ;
        top: auto;
        right: auto;
        left: -10px;
    }

    .item-price-container.bottom-right {
        bottom: -10px;
        top: auto;
        right: -10px;
        left: auto;
    }

.item-price-special {
    font: 700 16px/20px "Gudea", Arial, sans-serif;
    color: #e82c0c;
}

.item-price-container .old-price {
    color: #626564;
    text-decoration: line-through;
    display: block;
    margin-top: 20.5px;
}
.item-price-container .old-price-all {
    color: #626564;
    display: block;
    margin-top: 20.5px;
}

.item-price-container .item-price {
    margin-top: 30.5px;
    display: block;
}

.sub-price {
    font-size: 75%;
    position: relative;
    bottom: 0;
}

.item-price-container .old-price + .item-price {
    margin-top: 0 !important;
}

.item-price-container.inline {
    display: inline-block;
    font: 700 20px/1 "Gudea", Arial, sans-serif;
    color: #adadad;
    width: auto;
    height: auto;
    position: static;
    bottom: auto;
    right: auto;
    background: transparent;
    border-radius: 0;
}

    .item-price-container.inline .old-price {
        text-decoration: line-through;
        margin: 0 8px 0 0;
        display: inline;
        color: #adadad;
    }
    .item-price-container.inline .old-price-all {
        margin: 0 8px 0 0;
        display: inline;
        color: #adadad;
    }

    .item-price-container.inline .item-price {
        color: #e82c0c;
        margin: 0;
        display: inline;
    }

.new-rect,
.discount-rect {
    display: block;
    font: 700 14px/14px "PT Sans", sans-serif;
    color: #fff;
    top: 0;
    left: 0;
    padding: 7.5px 0;
    position: absolute;
    text-transform: uppercase;
    z-index: 800;
    width: 80px;
    text-align: center;
    -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}

    .new-rect:hover,
    .discount-rect:hover {
        width: 100px;
    }

.new-circle,
.discount-circle {
    display: block;
    font: 700 16px/20px "Gudea", sans-serif;
    color: #fff;
    padding: 22.5px 0;
    position: absolute;
    text-transform: uppercase;
    z-index: 800;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 500px;
}

/* if two tags used together take discount to below */
.new-rect + .discount-rect {
    top: 34px;
}

.top-left {
    top: 10px !important;
    right: auto;
    left: 0;
}

.top-right {
    top: 10px !important;
    left: auto;
    right: 0;
}

.bottom-left {
    top: auto !important;
    bottom: 10px;
    right: auto;
    left: 0;
}

.bottom-right {
    top: auto !important;
    bottom: 10px;
    left: auto;
    right: 0;
}

.new-circle.top-left,
.discount-circle.top-left {
    top: -5px !important;
    left: -5px;
}

.new-circle.top-right,
.discount-circle.top-right {
    top: -5px !important;
    right: -5px;
}

.new-circle.bottom-left,
.discount-circle.bottom-left {
    bottom: -5px;
    left: -5px;
}

.new-circle.bottom-right,
.discount-circle.bottom-right {
    bottom: -5px;
    right: -5px;
}

.new-rect {
    background: #c19a3e;
}

.discount-rect {
    background: #c72929;
}

.new-circle {
    background: #c72929;
}

.discount-circle {
    background: #cdae65;
}

.item.item-hover .item-meta-container {
    text-align: center;
    height: 180px;
}

    .item.item-hover .item-meta-container.product-catalog {
        text-align: center;
        height: auto;
        margin-top: 15px;
    }

    .item.item-hover .item-meta-container .item-search-product {
        text-align: center;
        height: 180px;
    }

.item.item-list .item-meta-container {
    text-align: left;
}

.category-list-container .ratings-container {
    margin-bottom: 10px;
}

.product-border {
    border: 1px solid #cfcfcf !important;
}

.ratings-container {
    padding: 4px 0;
    height: 30px;
    line-height: 22px;
}

.item-meta-inner-container .ratings-container.pull-right {
    height: 20px;
    padding: 0;
    line-height: 20px;
    text-align: center;
}

.item .ratings-container * {
    vertical-align: middle;
}

.item.item-hover .ratings-container {
    margin-bottom: 4px;
}

.item-meta-inner-container .ratings-container.pull-right .ratings {
    margin-top: -2px;
}

.ratings {
    width: 94px;
    height: 16px;
    display: inline-block;
    background: url(../images/sprites/ratings.png) no-repeat;
    background-position: 0 0;
}

    .ratings .ratings-result {
        height: 16px;
        background: url(../images/sprites/ratings.png) no-repeat;
        background-position: 0 -16px;
    }

.ratings-amount {
    color: #ccc;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
}

.comparison-header {
    margin-top: 20px;
}

.item-name {
    font: 400 19px/24px 'PT Sans', sans-serif;
    margin: 0 0 0px;
    display: table;
    width: 100%;
}

    .item-name.product-catalog-name {
        font: 400 15px 'PT Sans', sans-serif;
        margin: 0 0 0px;
        display: table;
        width: 100%;
    }

    .item-name.product-catalog-name-search {
        font: 400 15px 'PT Sans', sans-serif;
        margin: 0 0 0px;
        display: table;
        width: 100%;
        height: 40px;
        line-height: 20px;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
    }

/* title for list style items */
.item.item-list .item-name {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 5px;
}


.item-name a {
    color: #646464;
    display: table-cell;
    height: 44px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
}

    .item-name a:hover {
        color: #c19a3e;
    }

    .item-name a span {
        display: block;
        height: 44px;
        line-height: 22px;
        overflow: hidden;
    }

.item-detail-part {
    font: 400 14px/15px 'PT Sans', sans-serif;
    margin: 0 0 5px;
    display: table;
    width: 100%;
}

    .item-detail-part span {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }

        .item-detail-part span:first-child {
            padding-right: 5px;
            color: #333333;
        }

            .item-detail-part span:first-child::after {
                content: ':';
                float: right;
                margin-right: -3px;
            }

        .item-detail-part span:last-child {
            padding-left: 5px;
            /*word-break: break-all;*/
        }

.item.item-list .item-meta-container p {
    margin-bottom: 20px;
}

.item-meta-container hr {
    margin-top: 5px;
    margin-bottom: 5px;
}


.item-action {
    line-height: 15px;
    /* delete extra margin cause of inlice-block elements*/
    font-size: 0;
    white-space: nowrap;
}

    .item-action .btn {
        padding: 6px 10px;
    }

    .item-action * {
        vertical-align: middle;
        white-space: nowrap;
    }

.item-add-btn {
    display: inline-block;
    height: 35px;
    min-width: 35px;
    color: #e8e8e8;
    background-color: #575a59;
    border: 1px solid #5c5f5e;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    text-transform: uppercase;
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    vertical-align: top;
}

    .item-add-btn:hover,
    .item-add-btn:focus,
    .item-add-btn:active,
    .item-add-btn.active {
        color: #fff;
        background: #c19a3e;
        border-color: #c19a3e;
        -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    }

    .item-add-btn.icon-cart {
        background-image: url(../images/sprites/cart.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

.icon-cart-text {
    display: inline-block;
    padding: 10px 16px;
    font-weight: bold;
    font-size: 13px;
}

.item .item-action .item-action-inner {
    display: inline-block;
    padding-left: 20px;
}

    .item .item-action .item-action-inner .btn {
        padding: 6px 7px;
    }

        .item .item-action .item-action-inner .btn:first-child {
            margin-right: 5px;
        }

.item.item-hover .item-action .item-action-inner {
    padding-left: 0;
    width: 0;
    visibility: hidden;
    text-align: right;
}

    .item.item-hover .item-action .item-action-inner .icon-button {
        text-indent: 9999px;
    }

.item.item-hover .ratings-amount {
    display: none;
}


#products-tabs-content .item {
    border: 1px solid #e8e8e8;
}

    #products-tabs-content .item:hover {
        border: 1px solid #c19a3e;
        -webkit-box-shadow: 0 0 1px rgba(232, 232, 232, 0.15);
        box-shadow: 0 0 1px rgba(232, 232, 232, 0.15);
    }

/* index sidebar */
.sidebar .widget.subscribe {
    padding: 15px 10px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    text-align: center;
}

    .sidebar .widget.subscribe h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .sidebar .widget.subscribe p {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 22px;
    }

    .sidebar .widget.subscribe .form-group {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .sidebar .widget.subscribe .form-control {
        height: 36px;
        color: #a4a4a4;
        font-size: 15px;
        background-color: #fafafa;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 5px;
        text-align: center;
    }

    .sidebar .widget.subscribe .btn {
        margin-bottom: 10px;
    }

.sidebar .widget .banner-slider .banner-slider-list li {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.sidebar .widget .banner-slider .banner-slider-list a {
    display: inline-block;
    width: 100%;
}
/* responsive for banner images */
.sidebar .banner-slider .banner-slider-list img {
    display: block;
    height: auto;
    max-width: 100%;
    border: 1px solid #dcdcdc;
}

/* Control Nav */
.banner-slider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 800;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-size: 0;
}

    .banner-slider .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.banner-slider .flex-control-paging li a {
    width: 7px;
    height: 7px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

    .banner-slider .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,0.7);
    }

    .banner-slider .flex-control-paging li a.flex-active {
        background: #c19a3e;
        cursor: default;
    }

.crsl-btn {
    display: block;
    float: left;
    width: 51px;
    height: 32px;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);*/
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, color 0.4s;
    -moz-transition: background-color 0.3s, color 0.4s;
    -o-transition: background-color 0.3s, color 0.4s;
    -ms-transition: background-color 0.3s, color 0.4s;
    transition: background-color 0.3s, color 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}

    .crsl-btn:hover {
        background-color: #cdae65;
        border-color: #cdae65;
        color: #ffffff;
    }

.crsl-space {
    margin-left: 1px;
}

/* ----------------------------------
Bootstrap Breadcrumb style overwrite
---------------------------------- */
#category-breadcrumb,
#breadcrumb-container {
    padding: 10px 0;
    font: 13px/18px "Oswald", Arial, sans-serif;
}

#category-breadcrumb {
    margin-bottom: 20px;
}

#breadcrumb-container {
    background: transparent;
}

    #breadcrumb-container.light {
        background: #d6d6d6;
    }

    #breadcrumb-container.dark {
        background: #555555;
    }

    #breadcrumb-container.transparent {
        background: transparent;
    }

.breadcrumb {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    display: block;
    float: left;
    background: transparent;
    width: 100%;
    margin-bottom: 0;
}

    .breadcrumb li {
        list-style: none;
        display: block;
    }

        .breadcrumb li:before {
            display: none;
        }

    .breadcrumb a {
        display: block;
        float: left;
        height: 30px;
        background: #4060A5;
        text-align: center;
        padding: 0px 15px 0px 15px;
        line-height: 30px;
        position: relative;
        margin-left: 17px;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 12px;
        text-decoration: none;
        color: #fff;
    }

    .breadcrumb li:first-child a {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 1px;
        margin-left: 0;
    }

    .breadcrumb a:hover {
        background: #5172B8;
    }

    .breadcrumb a::after {
        content: "";
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        position: absolute;
        right: -15px;
        top: 0;
    }

    .breadcrumb a::before {
        content: "";
        position: absolute;
        margin-top: -0px;
        border-width: 15px 0 15px 15px;
        border-style: solid;
        border-color: #4060A5 #4060A5 #4060A5 transparent;
        left: -15px;
    }


    .breadcrumb a:hover::before {
        border-color: #5172B8 #5172B8 #5172B8 transparent;
    }

    .breadcrumb a:hover::after {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #5172B8;
    }

    .breadcrumb li:first-child a:before {
        display: none;
    }

#breadcrumb-container .breadcrumb a {
    color: #fff;
}

#category-breadcrumb .breadcrumb a,
#breadcrumb-container.transparent .breadcrumb a {
    color: #757575;
}

#breadcrumb-container.light .breadcrumb a {
    color: #444b4c;
}


#breadcrumb-container .breadcrumb a:hover {
    color: #eee;
}

#category-breadcrumb .breadcrumb a:hover,
#breadcrumb-container.light .breadcrumb a:hover,
#breadcrumb-container.transparent .breadcrumb a:hover {
    color: #c19a3e;
}

.breadcrumb > li + li:before {
    padding: 0 10px;
    /* Entity Css Value (hex) for > */
    content: "\003E";
}

.breadcrumb > .active,
#breadcrumb-container .breadcrumb > li + li:before,
#breadcrumb-container.dark .breadcrumb > .active,
#breadcrumb-container.dark .breadcrumb > li + li:before {
    color: #fff;
}

#category-breadcrumb .breadcrumb > .active,
#category-breadcrumb .breadcrumb > li + li:before,
#breadcrumb-container.transparent .breadcrumb > .active,
#breadcrumb-container.transparent .breadcrumb > li + li:before {
    color: #757575;
}

#breadcrumb-container.light .breadcrumb > .active,
#breadcrumb-container.light .breadcrumb > li + li:before {
    color: #444b4c;
}




/* =============================================
---------------------  7.Portfolio ---------------
==============================================*/

#portfolio-filter {
    margin-bottom: 20px;
    list-style-type: none;
}

    #portfolio-filter li {
        float: left;
        margin: 0 3px 10px 0;
    }

        #portfolio-filter li a {
            display: inline-block;
            padding: 6px 20px;
            background: #575a59;
            color: #fff;
            font: 700 14px/18px 'PT Sans', sans-serif;
            -webkit-transition: background 0.4s;
            -moz-transition: background 0.4s;
            -o-transition: background 0.4s;
            -ms-transition: background 0.4s;
            transition: background 0.4s;
            text-transform: uppercase;
        }

            #portfolio-filter li a:hover,
            #portfolio-filter li a.active {
                background: #cdae65;
            }

.portfolio-item {
    margin-bottom: 35px;
}

/* space for portfolio items inside the carousel // single-portfolio.html */
.owl-carousel .portfolio-item {
    padding: 0 15px;
    width: 100% !important; /* overwrite even javascript  this is important better responsive image */
}

.portfolio-item > figure {
    margin-bottom: 20px;
    position: relative;
}

/* responsive images */
.portfolio-item img {
    display: block;
    max-width: 100%;
    height: auto;
}

.portfolio-item > figure > figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(68, 70, 69, 0.7);
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    overflow: hidden;
}

    .portfolio-item > figure > figcaption > .zoom-button,
    .portfolio-item > figure > figcaption > .link-button {
        display: block;
        width: 35px;
        height: 35px;
        border-radius: 3px;
        border: 1px solid #c19a3e;
        -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45);
        background-color: #c19a3e;
        background-image: url('../images/sprites/sprite.png');
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -17.5px;
        margin-left: -17.5px;
        -webkit-transition: background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s;
        -moz-transition: background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s;
        -o-transition: background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s;
        -ms-transition: background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s;
        transition: background-color 0.3s ease-in-out 0.2s, margin-left 0.4s ease-in-out 0.2s;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
    }

    .portfolio-item > figure > figcaption > .zoom-button {
        background-position: -52px -290px;
    }

    .portfolio-item > figure > figcaption > .link-button {
        background-position: -85px -290px;
    }

    .portfolio-item > figure > figcaption > .like-button {
        color: #fff;
        position: absolute;
        bottom: -20px;
        left: 10px;
        font-size: 14px;
        line-height: 1;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.3s ease-in-out 0.2s;
        -moz-transition: all 0.3s ease-in-out 0.2s;
        -o-transition: all 0.3s ease-in-out 0.2s;
        -ms-transition: all 0.3s ease-in-out 0.2s;
        transition: all 0.3s ease-in-out 0.2s;
    }

        .portfolio-item > figure > figcaption > .like-button > span {
            font-family: Arial, sans-serif;
            font-weight: 700;
            margin-left: 5px;
        }

.portfolio-item > figure:hover > figcaption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

    .portfolio-item > figure:hover > figcaption > .zoom-button {
        margin-left: -45px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .portfolio-item > figure:hover > figcaption > .link-button {
        margin-left: 10px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

.portfolio-item > figure > figcaption > .zoom-button:hover,
.portfolio-item > figure > figcaption > .link-button:hover {
    background-color: #444645;
    border-color: #444645;
}

.portfolio-item > figure:hover > figcaption > .like-button {
    bottom: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio-item > figure > figcaption > .like-button:hover {
    color: #c19a3e;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.portfolio-item h2 {
    font: 700 16px/17px 'PT Sans', sans-serif;
    color: #666;
    margin: 0 0 5px;
}

    .portfolio-item h2 a {
        color: #666;
    }

        .portfolio-item h2 a:hover {
            color: #c19a3e;
        }

.portfolio-item p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 17px;
    color: #888;
}

    .portfolio-item p a {
        color: #888;
    }

        .portfolio-item p a:hover {
            color: #c19a3e;
        }

/**** Isotope Filtering Plugin Styles ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }


/* =============================================
----------------  8.Single-portfolio --------------
==============================================*/

.single-portfolio {
    position: relative;
}

.single-portfolio-btn-container {
    position: absolute;
    top: -67px;
    right: 15px;
    padding-left: 10px;
    background: #fff;
}

.portfolio-space {
    margin-left: 1px;
}

.portfolio-btn {
    display: block;
    float: left;
    width: 51px;
    height: 37px;
    background-color: #fafafa;
    background-image: url('../images/sprites/sprite.png');
    background-repeat: no-repeat;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, color 0.4s;
    -moz-transition: background-color 0.3s, color 0.4s;
    -o-transition: background-color 0.3s, color 0.4s;
    -ms-transition: background-color 0.3s, color 0.4s;
    transition: background-color 0.3s, color 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .portfolio-btn:hover {
        color: #fff;
        background-color: #cdae65;
        border-color: #cdae65;
    }

    .portfolio-btn.portfolio-btn-prev {
        background-position: -3px -202px;
    }

    .portfolio-btn.portfolio-btn-next {
        background-position: -57px -202px;
    }


    .portfolio-btn.portfolio-btn-prev:hover {
        background-position: -3px -241px;
    }

    .portfolio-btn.portfolio-btn-next:hover {
        background-position: -57px -241px;
    }

.single-portfolio figure {
    margin-bottom: 30px;
}

.portfolio-meta-container {
    color: #777;
}

.portfolio-meta-list {
    margin: 20px 0 30px;
}

    .portfolio-meta-list li {
        line-height: 23px;
        margin-bottom: 5px;
    }

        .portfolio-meta-list li span {
            color: #666;
            font-weight: bold;
            margin-right: 6px;
        }

        .portfolio-meta-list li a {
            color: #777;
        }

            .portfolio-meta-list li a:hover {
                color: #c19a3e;
            }

/* =============================================
------------------- 9.Category.html --------------
==============================================*/

#category-header {
    background: #f2f2f2;
    width: 100%;
    padding: 60px 0;
    border-top: 1px solid #e4e2e2;
    border-bottom: 1px solid #e4e2e2;
    overflow: hidden;
}

    #category-header.category-banner {
        padding: 0;
        border: none;
        margin-bottom: 20px !important;
        position: relative;
    }

    #category-header.category-header-slider {
        background: #e8e8e8;
    }

.category-image-slider-container {
    position: relative;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 7px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0, 0.2);
}

    .category-image-slider-container .category-image-slider-shadow {
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: -20px;
        width: 100%;
        height: 37px;
        background-image: url('../images/category-shadow.png');
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 1;
    }


    .category-image-slider-container .category-image-slider {
        z-index: 2;
    }

    .category-image-slider-container .flex-direction-nav a {
        -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0,0,0, 0.12);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0,0,0, 0.12);
        border-radius: 3px;
    }

#category-header.category-header-slider .category-title h1,
#category-header.category-header-slider .category-title h2 {
    font: 400 43px/1 'PT Sans', sans-serif;
    color: #585858;
    margin-bottom: 10px;
}

#category-header .category-image {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.category-image-slider-container .new-rect,
.category-image-slider-container .discount-rect {
    display: block;
    font: 700 30px/1 "PT Sans", sans-serif;
    color: #fff;
    padding: 14px 0;
    position: absolute;
    left: -3px;
    top: 30px;
    text-transform: uppercase;
    z-index: 800;
    width: 98px;
    text-align: center;
}

.category-image-slider-container .new-rect {
    background: #c19a3e;
}

.category-image-slider-container .discount-rect {
    background: #c72929;
}

#category-header.category-header-slider .category-image-slider {
    background: #fff;
}

#category-header .category-title {
    padding-top: 60px;
}

#category-header.category-banner .category-title {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -47.5px;
    padding: 0;
}

    #category-header.category-banner .category-title h1,
    #category-header.category-banner .category-title h2 {
        font: 400 35px/1 'Oswald', Arial, sans-serif;
        color: #fff;
        margin-bottom: 15px;
    }

#category-header.category-banner p {
    max-width: 320px;
    margin-bottom: 15px;
    color: #fff;
    display: none;
}

#category-header .category-title-price {
    font: 700 25px/1 'Gudea', Arial, sans-serif;
    color: #e82c0c;
    margin-bottom: 15px;
}

#category-header .category-title h1,
#category-header .category-title h2 {
    font-size: 43px;
    line-height: 1;
    color: #585858;
}

#category-header .category-title h2,
#category-header .category-title p {
    margin-bottom: 25px;
}

.category-toolbar {
    padding: 0 0 15px;
}

    .category-toolbar .pagination {
        margin: 0;
    }

.category-item-container .item:hover {
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 0 1px rgba(232, 232, 232, 0.15);
    box-shadow: 0 0 1px rgba(232, 232, 232, 0.15);
}

.category-item-container.category-list-container .item:hover {
    border-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* sidebar */
.featured-slider .featured-product figure,
.related-slider .related-product figure {
    float: left;
    margin-right: 15px;
}

.featured-slider .featured-product,
.related-slider .related-product {
    margin-bottom: 25px;
}

    .featured-slider .featured-product h5,
    .related-slider .related-product h5 {
        font: 700 18px/20px "PT Sans", sans-serif;
    }

        .featured-slider .featured-product h5 a,
        .related-slider .related-product h5 a {
            color: #4f4f4f;
        }

            .featured-slider .featured-product h5 a:hover,
            .related-slider .related-product h5 a:hover {
                color: #c19a3e;
            }

    .featured-slider .featured-product .featured-price,
    .related-slider .related-product .related-price {
        font: 700 18px/1 "Gudea", Arial, sans-serif;
        color: #e82c0c;
    }

.widget.related {
    margin-bottom: 0 !important;
}

.category-toolbar .view-box {
    font-size: 0;
}

.sort-box,
.view-box {
    float: left;
}

.toolbox-pagination,
.toolbox-filter {
    position: relative;
}

    .toolbox-pagination .pagination {
        float: right;
    }

.toolbox-filter {
    padding-bottom: 15px;
}

.toolbox-pagination {
    float: none;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

    .toolbox-pagination .view-count-box {
        position: absolute;
        right: 0;
        top: -45px;
        margin-right: 0;
    }

.sort-box span,
.view-count-box span {
    font-size: 13px;
    line-height: 30px;
    color: #a4a4a4;
}

.sort-box .select-dropdown,
.view-count-box .select-dropdown {
    margin-right: 30px;
}

/* select dropdown style */
.select-dropdown .select-btn {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 20px;
    color: #757575;
    border-color: #e4e2e2;
    border-radius: 2px;
    background: transparent;
    text-align: left;
}

.sort-box .select-dropdown .select-btn {
    min-width: 90px;
}

.view-count-box .select-dropdown .select-btn {
    min-width: 55px;
}

.select-dropdown .dropdown-toggle {
    background: #f2f2f2;
    color: #a7a7a7;
    font-size: 18px;
    padding: 4px 10px;
    line-height: 20px;
    border-color: #e4e2e2;
}

.select-dropdown:hover .dropdown-toggle {
    background: #c19a3e;
    color: #fff;
    border-color: #c19a3e;
}

.select-dropdown .dropdown-menu {
    min-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

    .select-dropdown .dropdown-menu > li > a {
        display: block;
        padding: 8px 18px;
        font-size: 13px;
        line-height: 1.5;
        color: #737373;
        background: transparent;
    }

    .select-dropdown .dropdown-menu > li {
        border-bottom: 1px solid #e4e2e2;
    }

        .select-dropdown .dropdown-menu > li:last-child {
            border-bottom: none;
        }

        .select-dropdown .dropdown-menu > li > a:hover {
            color: #fff;
            background: #c19a3e;
        }

        .select-dropdown .dropdown-menu > li > a:focus {
            color: #737373;
            background: transparent;
        }

.category-toolbar .icon-button {
    width: 35px;
    height: 30px;
    background-color: #f2f2f2;
    border-color: #e0e0e0;
    margin: 0;
    background-image: url(../images/sprites/category-icons.png);
    background-repeat: no-repeat;
}

    .category-toolbar .icon-button.icon-grid {
        background-position: -1px -1px;
    }

    .category-toolbar .icon-button.icon-list {
        background-position: -36px -1px;
    }

    .category-toolbar .icon-button:hover,
    .category-toolbar .icon-button:focus,
    .category-toolbar .icon-button:active,
    .category-toolbar .icon-button.active {
        background-color: #cdae65;
        border-color: #cdae65;
        background-image: url(../images/sprites/category-icons-active.png);
    }

    .category-toolbar .icon-button.active {
        cursor: default;
    }

.category-toolbar .view-box .icon-button:first-child {
    border-radius: 3px 0 0 3px !important;
}

.category-toolbar .view-box .icon-button:last-child {
    border-radius: 0 3px 3px 0 !important;
}

pDataTable .search-input {
    max-width: 70px;
}

.search-qty-btn {
    width: 0;
}

.text-left-important {
    text-align: left !important;
}

.text-right-important {
    text-align: right !important;
}

.text-center-important {
    text-align: center !important;
}

/*New Responsive Table*/


.shadow-z-1 {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
/* -- Material Design Table style -------------- */
.new-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #fff;
}

    .new-table > thead > tr,
    .new-table > tbody > tr,
    .new-table > tfoot > tr {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .new-table > thead > tr > th,
        .new-table > tbody > tr > th,
        .new-table > tfoot > tr > th,
        .new-table > thead > tr > td,
        .new-table > tfoot > tr > td {
            padding: 4px;
            border-top: 0;
            vertical-align: middle;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .new-table > tbody > tr > td {
            padding: 4px;
            vertical-align: middle;
            border: 1px solid #ddd;
            line-height: 1.42857143;
            color: #444645;
            font-size: 13px;
        }

    .new-table .col-break-all {
        white-space: normal;
        word-break: break-all;
    }


    .new-table > tbody > tr:nth-child(odd) > td,
    .new-table > tbody > tr:nth-child(odd) > th {
        background-color: #f9f9f9;
    }

    .new-table > thead > tr > th {
        border-bottom: 2px solid #c19a3e;
        background: #444645;
        color: #ffffff;
        padding: 10px 4px;
        margin-bottom: 0;
        font-size: 13px;
        border: 1px solid #ddd;
        border-top: 0;
    }

    .new-table > caption + thead > tr:first-child > th,
    .new-table > colgroup + thead > tr:first-child > th,
    .new-table > thead:first-child > tr:first-child > th,
    .new-table > caption + thead > tr:first-child > td,
    .new-table > colgroup + thead > tr:first-child > td,
    .new-table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .new-table > tbody + tbody {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .new-table .new-table {
        background-color: #fff;
    }

    .new-table .no-border {
        border: 0;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 0.8rem;
}

.table-bordered {
    border: 0;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
    .table-responsive-vertical > .new-table {
        margin-bottom: 0;
        background-color: transparent;
    }

        .table-responsive-vertical > .new-table > thead,
        .table-responsive-vertical > .new-table > tfoot {
            display: none;
        }

        .table-responsive-vertical > .new-table > tbody {
            display: block;
        }

            .table-responsive-vertical > .new-table > tbody > tr {
                display: block;
                border: 1px solid #e0e0e0;
                border-radius: 2px;
                margin-bottom: 1.6rem;
            }

                .table-responsive-vertical > .new-table > tbody > tr > td {
                    background-color: #fff;
                    display: block;
                    vertical-align: middle;
                    text-align: right;
                }

                    .table-responsive-vertical > .new-table > tbody > tr > td[data-title]:before {
                        content: attr(data-title);
                        float: left;
                        font-size: inherit;
                        color: #333333;
                        font-weight: 600;
                    }

    .table-responsive-vertical.shadow-z-1 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .table-responsive-vertical.shadow-z-1 > .new-table > tbody > tr {
            border: none;
            border: 1px solid #e0e0e0;
            border-bottom: 0;
            -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
            -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
        }

    .table-responsive-vertical > .table-bordered {
        border: 0;
    }

        .table-responsive-vertical > .table-bordered > tbody > tr > td {
            border: 0;
            border-bottom: 1px solid #e0e0e0;
        }

            .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
                border-bottom: 0;
            }

    .table-responsive-vertical > .table-striped > tbody > tr > td,
    .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
            background-color: #f5f5f5;
        }

    .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
    .table-responsive-vertical > .table-hover > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
        background-color: rgba(0, 0, 0, 0.12);
    }
}

.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
    background-color: #fde0dc;
}

.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
    background-color: #f9bdbb;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
            background-color: #fde0dc;
        }

    .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
        background-color: #f9bdbb;
    }
}

.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
    background-color: #fce4ec;
}

.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
    background-color: #f8bbd0;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
            background-color: #fce4ec;
        }

    .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
        background-color: #f8bbd0;
    }
}

.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
    background-color: #f3e5f5;
}

.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
    background-color: #e1bee7;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
            background-color: #f3e5f5;
        }

    .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
        background-color: #e1bee7;
    }
}

.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
    background-color: #ede7f6;
}

.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
    background-color: #d1c4e9;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
            background-color: #ede7f6;
        }

    .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
        background-color: #d1c4e9;
    }
}

.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
    background-color: #e8eaf6;
}

.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
    background-color: #c5cae9;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
            background-color: #e8eaf6;
        }

    .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
        background-color: #c5cae9;
    }
}

.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
    background-color: #e7e9fd;
}

.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
    background-color: #d0d9ff;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
            background-color: #e7e9fd;
        }

    .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
        background-color: #d0d9ff;
    }
}

.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
    background-color: #e1f5fe;
}

.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
    background-color: #b3e5fc;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
            background-color: #e1f5fe;
        }

    .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
        background-color: #b3e5fc;
    }
}

.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
    background-color: #e0f7fa;
}

.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
    background-color: #b2ebf2;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
            background-color: #e0f7fa;
        }

    .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
        background-color: #b2ebf2;
    }
}

.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
    background-color: #e0f2f1;
}

.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
    background-color: #b2dfdb;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
            background-color: #e0f2f1;
        }

    .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
        background-color: #b2dfdb;
    }
}

.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
    background-color: #d0f8ce;
}

.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
    background-color: #a3e9a4;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
            background-color: #d0f8ce;
        }

    .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
        background-color: #a3e9a4;
    }
}

.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
    background-color: #f1f8e9;
}

.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
    background-color: #dcedc8;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
            background-color: #f1f8e9;
        }

    .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
        background-color: #dcedc8;
    }
}

.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
    background-color: #f9fbe7;
}

.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
    background-color: #f0f4c3;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
            background-color: #f9fbe7;
        }

    .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
        background-color: #f0f4c3;
    }
}

.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
    background-color: #fffde7;
}

.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
    background-color: #fff9c4;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
            background-color: #fffde7;
        }

    .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
        background-color: #fff9c4;
    }
}

.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
    background-color: #fff8e1;
}

.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
    background-color: #ffecb3;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
            background-color: #fff8e1;
        }

    .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
        background-color: #ffecb3;
    }
}

.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
    background-color: #fff3e0;
}

.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
    background-color: #ffe0b2;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
            background-color: #fff3e0;
        }

    .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
        background-color: #ffe0b2;
    }
}

.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
    background-color: #fbe9e7;
}

.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
    background-color: #ffccbc;
}

@media screen and (max-width: 767px) {
    .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
    .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

        .table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
            background-color: #fbe9e7;
        }

    .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
    .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
        background-color: #fff;
    }

    .table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
        background-color: #ffccbc;
    }
}


/*#endregion*/

/*#region Loading Bar Styles*/

#fountainG {
    position: relative;
    width: 210px;
    height: 27px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.105s;
    -o-animation-duration: 1.105s;
    -ms-animation-duration: 1.105s;
    -webkit-animation-duration: 1.105s;
    -moz-animation-duration: 1.105s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 18px;
    -o-border-radius: 18px;
    -ms-border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.446s;
    -o-animation-delay: 0.446s;
    -ms-animation-delay: 0.446s;
    -webkit-animation-delay: 0.446s;
    -moz-animation-delay: 0.446s;
}

#fountainG_2 {
    left: 28px;
    animation-delay: 0.5525s;
    -o-animation-delay: 0.5525s;
    -ms-animation-delay: 0.5525s;
    -webkit-animation-delay: 0.5525s;
    -moz-animation-delay: 0.5525s;
}

#fountainG_3 {
    left: 55px;
    animation-delay: 0.659s;
    -o-animation-delay: 0.659s;
    -ms-animation-delay: 0.659s;
    -webkit-animation-delay: 0.659s;
    -moz-animation-delay: 0.659s;
}

#fountainG_4 {
    left: 83px;
    animation-delay: 0.7755s;
    -o-animation-delay: 0.7755s;
    -ms-animation-delay: 0.7755s;
    -webkit-animation-delay: 0.7755s;
    -moz-animation-delay: 0.7755s;
}

#fountainG_5 {
    left: 111px;
    animation-delay: 0.882s;
    -o-animation-delay: 0.882s;
    -ms-animation-delay: 0.882s;
    -webkit-animation-delay: 0.882s;
    -moz-animation-delay: 0.882s;
}

#fountainG_6 {
    left: 139px;
    animation-delay: 0.9985s;
    -o-animation-delay: 0.9985s;
    -ms-animation-delay: 0.9985s;
    -webkit-animation-delay: 0.9985s;
    -moz-animation-delay: 0.9985s;
}

#fountainG_7 {
    left: 166px;
    animation-delay: 1.105s;
    -o-animation-delay: 1.105s;
    -ms-animation-delay: 1.105s;
    -webkit-animation-delay: 1.105s;
    -moz-animation-delay: 1.105s;
}

#fountainG_8 {
    left: 194px;
    animation-delay: 1.2115s;
    -o-animation-delay: 1.2115s;
    -ms-animation-delay: 1.2115s;
    -webkit-animation-delay: 1.2115s;
    -moz-animation-delay: 1.2115s;
}
/*#endregion*/


/*#region search autocopmlate*/
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/*#endregion search autocopmlate*/

/*#region Blog Page Styles*/

.sidebar .box {
    margin-bottom: 25px;
}

.sidebar-category {
    margin-top: 0px;
    color: #6e6e6e;
    padding: 0px 0px 0px;
}

    .sidebar-category li:first-child {
        padding-top: 0px;
    }

    .sidebar-category li {
        margin-bottom: 10px;
        border-bottom: 1px #ececec solid;
        padding-bottom: 10px;
        line-height: 23px;
    }

        .sidebar-category li a {
            color: #0f6cb2;
            font-size: 14px;
            line-height: 18px;
            display: block;
            clear: both;
            letter-spacing: normal;
        }


/*#endregion*/


/*Slider Button Style*/

.tparrows:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 */
.jspContainer {
    position: relative;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 2px;
    width: 3px;
    height: 100%;
    background: #efefef;
    box-shadow: inset 1px 0 1px rgba(0,0,0, 0.08);
    -webkit-box-shadow: inset 1px 0 1px rgba(0,0,0, 0.08);
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #efefef;
    box-shadow: inset 1px 0 1px rgba(0,0,0, 0.08);
    -webkit-box-shadow: inset 1px 0 1px rgba(0,0,0, 0.08);
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    position: relative;
}

.jspDrag {
    background: #cdae65;
    position: relative;
    top: 0;
    left: -2px;
    cursor: pointer;
    width: 7px;
    border-radius: 3px;
}

    .jspDrag:before,
    .jspDrag:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 1px;
        width: 5px;
        height: 1px;
        background: rgba(250, 250, 250, 0.5);
        box-shadow: 1px 0 0 rgba(0,0,0, 0.05);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0, 0.05);
    }

    .jspDrag:before {
        margin-top: -2px;
    }

    .jspDrag:after {
        margin-top: 2px;
    }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

.category-filter-list.jscrollpane {
    overflow-y: auto;
}

.category-filter-list li {
    color: #939292;
    margin: 5px 0;
}

    .category-filter-list li a {
        font: 400 16px/28px 'Gudea', Arial, sans-serif;
        color: #939292;
    }

        .category-filter-list li a:hover {
            color: #c19a3e;
        }

.filter-color-list li {
    display: block;
    float: left;
    width: 35px;
    margin: 0 10px 10px 0;
}

    .filter-color-list li .filter-color-box {
        display: block;
        width: 35px;
        height: 35px;
        background: #fafafa;
        border-radius: 2px;
        box-shadow: 0 1px 3px rgba(0,0,0, 0.35);
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.35);
    }

    .filter-color-list li.last-md {
        margin-right: 0;
    }

    .filter-color-list li.last-lg {
        margin-right: 10px;
    }

.filter-size-list li {
    display: block;
    float: left;
    width: 65px;
    margin: 0 10px 10px 0;
    font: 700 16px/28px "Gudea", Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

    .filter-size-list li a {
        display: block;
        width: 100%;
        height: 30px;
        background-color: #f4f4f4;
        border: 1px solid #e0e0e0;
        color: #757575;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        border-radius: 3px;
    }

    .filter-size-list li:hover a {
        background-color: #c19a3e;
        border-color: #c19a3e;
        color: #fff;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
    }

#price-range {
    margin: 15px 0 20px;
}

#price-range-details {
    margin-bottom: 20px;
}

    #price-range-details > span {
        font-size: 14px;
        color: #999;
        line-height: 20px;
    }

    #price-range-details input {
        display: inline-block;
        width: 45px;
        height: 24px;
        border: 1px solid #d3d3d3;
        line-height: 20px;
        padding: 2px 5px;
        font-size: 13px;
        color: #999;
    }

        #price-range-details input.separator {
            margin-right: 5px;
        }

#price-range-btns .btn {
    padding: 8px 12px;
    text-transform: uppercase;
}

/* noUiSlider Styles */
noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-stacking + .noUi-origin {
    /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
    *z-index: -1;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 10px;
}

    .noUi-horizontal .noUi-handle {
        width: 10px;
        height: 22px;
        left: -5px;
        top: -6px;
    }

    .noUi-horizontal.noUi-extended {
        padding: 0 15px;
    }

        .noUi-horizontal.noUi-extended .noUi-origin {
            right: -15px;
        }

.noUi-vertical {
    width: 10px;
}

    .noUi-vertical .noUi-handle {
        width: 22px;
        height: 10px;
        left: -6px;
        top: -5px;
    }

    .noUi-vertical.noUi-extended {
        padding: 15px 0;
    }

        .noUi-vertical.noUi-extended .noUi-origin {
            bottom: -15px;
        }

/* Styling */
.noUi-background {
    background: #e0dbdb;
}

.noUi-connect {
    background: #c19a3e;
    -webkit-transition: background 450ms;
    -moz-transition: background 450ms;
    -o-transition: background 450ms;
    -ms-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 3px;
}

.noUi-target {
    border-radius: 2px;
}

    .noUi-target.noUi-connect {
        box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
    }

.account-btn {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

/* Handles and cursors;*/
.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border-radius: 3px;
    background: #c19a3e;
    cursor: default;
}

.noUi-active {
}

/* Disabled state */
[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

/* Blocked state */
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
    background: #4FDACF;
}


.spc-min {
    min-width: 100px;
    max-width: 100px;
}

.newprice-div {
    display: flex;
    width: 65%;
    margin: 0 auto;
}

.form-price {
    width: 100%;
    min-width: 59px;
    margin-left: -19px
}

.cart-btn {
    margin-bottom: 10px;
}

/*Checkbox Style*/

.checkbox-new {
    position: relative;
    top: -0.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
}

    .checkbox-new:before {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: "";
        position: absolute;
        left: 0;
        z-index: 1;
        width: 1rem;
        height: 1rem;
        border: 2px solid #f2f2f2;
    }

    .checkbox-new:checked:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        height: .5rem;
        border-color: #009688;
        border-top-style: none;
        border-right-style: none;
    }

    .checkbox-new:after {
        content: "";
        position: absolute;
        top: -0.125rem;
        left: 0;
        width: 1.1rem;
        height: 1.1rem;
        background: #fff;
        cursor: pointer;
    }

/*Payment Page Colors*/

.vp-content .stepContainer .StepTitle {
    background-color: #c19a3e;
}

.vp-content .form-info-box .form-input-line input[type=checkbox]:checked + label:before {
    background-color: #c19a3e;
}

.vp-content .form-info-box input.has-error,
.vp-content .form-info-box textarea.has-error {
    color: #a94442;
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .vp-content .form-info-box input.has-error:focus,
    .vp-content .form-info-box textarea.has-error:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 6px #ce8483;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px #000000, 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.vp-content .form-info-box input.has-success,
.vp-content .form-info-box textarea.has-success {
    color: #3c763d;
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .vp-content .form-info-box input.has-success:focus,
    .vp-content .form-info-box textarea.has-success:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 6px #67b168;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px #000000, 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    }

.vp-content .form-info-box input.has-warning,
.vp-content .form-info-box textarea.has-warning {
    color: #8a6d3b;
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px #000000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px #000000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .vp-content .form-info-box input.has-warning:focus,
    .vp-content .form-info-box textarea.has-warning:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px #000000, 0 0 6px #c0a16b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px #000000, 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    }

.vp-content .form-info-box .form-info-table table thead > tr > th,
.vp-content .form-info-box .form-info-table table thead > tr > td {
    background-color: #c19a3e;
    color: #ffffff;
    padding: 0.4em 0.5em;
    border-color: #c19a3e;
}

.vp-content .form-info-box .form-info-table table tr:hover th label:before,
.vp-content .form-info-box .form-info-table table tr:hover td label:before,
.vp-content .form-info-box .form-info-table table tr th label:hover:before,
.vp-content .form-info-box .form-info-table table tr td label:hover:before {
    background-color: #c19a3e;
}

.vp-content .form-info-box .form-info-table table tr th input[type=radio]:checked + label:before,
.vp-content .form-info-box .form-info-table table tr td input[type=radio]:checked + label:before {
    background-color: #c19a3e;
}

.vp-content .label.label-error {
    background-color: #ff0000;
    border-color: #b30000;
    color: #ffffff;
}

.vp-content .label.label-info {
    background-color: #c19a3e;
    border-color: #0066aa;
    color: #ffffff;
}

.vp-content .label.label-success {
    background-color: #008000;
    border-color: #003400;
    color: #ffffff;
}

.vp-content .label.label-warning {
    background-color: #ff6600;
    border-color: #cc5500;
    color: #ffffff;
}

.vp-content ul.anchor li a.selected {
    background: #c19a3e;
    color: #f8f8f8;
    cursor: text;
    border: 1px solid #c19a3e;
    box-shadow: inset 0 0 10px #96b4de;
    box-shadow: inset 0 0 10px rgba(150, 180, 222, 0.5);
}

    .vp-content ul.anchor li a.selected:hover {
        color: #F8F8F8;
        background: #c19a3e;
    }

.vp-content ul.anchor li a.done {
    position: relative;
    color: #FFF;
    background: #a5822d;
    border: 1px solid #c19a3e;
    z-index: 99;
}

.vp-content .buttonConfirm {
    background-color: #7db500;
}

    .vp-content .buttonConfirm:hover {
        background: #8fcf00;
    }

    .vp-content .buttonConfirm:active {
        background: #76a312;
    }

.vp-content .buttonNext {
    border: 1px solid #c19a3e;
    background-color: #c19a3e;
}

.vp-content .buttonPrevious {
    border: 1px solid #c19a3e;
    background-color: #c19a3e;
}

.search-loading {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: #ffffff;
    z-index: 10;
    opacity: 0.6;
    margin-left: -15px;
}

    .search-loading:hover {
        cursor: pointer;
    }

/* =============================================
------------------- Search Table Style --------
==============================================*/

#pDataTable {
    border-collapse: collapse;
    width: 100%;
}

    #pDataTable thead {
        color: white;
    }

    #pDataTable th, td {
        /*text-align: left;*/
        padding: 5px 5px;
    }

    #pDataTable tr:hover > td {
        background: #cfe1ff;
        opacity: 1;
    }

    #pDataTable tbody tr:nth-child(even) {
        background: #ECF0F1;
    }

    #pDataTable.fixed {
        top: 48px;
        position: fixed;
        width: auto;
        display: none;
        z-index: 10;
    }

        #pDataTable.fixed th {
            padding: 5px 2px;
            border: 1px solid #ddd;
        }

.end {
    margin-top: 800px;
}


/*Comparison Page Style Start*/

.comparison-operation input {
    width: 100%;
    margin-bottom: 10px;
}

.comparison-operation .add-baskets {
    width: 100%;
    margin-bottom: 10px;
}


/*Comparison Page Style Finish*/

.opacity > tbody > tr {
    opacity: 0.5;
}

    .opacity > tbody > tr > td {
        font-size: 12.5px;
    }

/* =============================================
------------------- 10.Blog.html -----------------
==============================================*/

.article {
    padding-left: 95px;
    position: relative;
    margin-bottom: 80px;
}

    .article .article-meta-date {
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        font: 18px/20px "PT Sans", sans-serif;
        text-transform: uppercase;
        background: #444645;
        color: #fff;
        font-weight: 700;
        width: 80px;
        padding: 20px 0;
    }

        .article .article-meta-date span {
            display: block;
            font-size: 20px;
        }

    .article .article-media-container {
        margin-bottom: 30px;
    }

        .article .article-media-container img {
            display: block;
            height: auto;
            max-width: 100%;
        }

    .article h2 {
        font: 700 28px/1 "PT Sans", sans-serif;
        margin-bottom: 15px;
    }

        .article h2 a,
        .article .article-content-container a {
            color: #424645;
        }

            .article h2 a:hover,
            .article .article-content-container a:hover {
                color: #c19a3e;
            }

    .article .article-meta-more {
        float: left;
    }

    .article .article-meta-view {
        float: right;
    }

    .article .article-meta-container {
        margin-bottom: 15px;
    }

        .article .article-meta-container a:hover {
            color: #424645;
        }

        .article .article-meta-container .article-meta-more a {
            margin-right: 30px;
        }

        .article .article-meta-container .article-meta-view a {
            margin-left: 30px;
        }

    .article .article-content-container a {
        font-weight: bold;
        font-size: 14px;
    }

.pagination-container {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    .pagination-container.clear-border {
        border-top: none;
    }

    .pagination-container .page-count {
        padding-top: 4.5px;
        font-size: 15px;
        color: #a4a4a4;
    }

/*#region Blog Styles*/

.one-of-two {
    width: 50%;
    float: left;
}

.post {
    padding: 0 15px;
    margin-bottom: 50px;
    position: relative;
}

    .post .meta ul li {
        display: inline;
    }

        .post .meta ul li a {
            color: #adadad;
            font-family: "Open Sans";
        }

    .post .border-post {
        border: 1px solid #e4e4e4;
        overflow: hidden;
        border-radius: 4px;
    }

    .post .container-post-img {
        position: relative;
        margin-bottom: 20px;
    }

    .post .post-img {
        position: relative;
        overflow: hidden;
    }

        .post .post-img .overlay {
            background: #000000;
            position: absolute;
            opacity: 0;
            width: 0%;
            top: 50%;
            left: 50%;
            transform: translate(-50%);
            height: 0%;
            z-index: 1;
            text-align: center;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .post .border-post .post-img img {
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .post .border-post:hover .post-img img {
        transform: scale(1.2);
        filter: grayscale(100%); /* Current draft standard */
        -webkit-filter: grayscale(100%); /* New WebKit */
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray; /* IE6+ */
    }

    .post .border-post:hover .post-img .overlay {
        width: 100%;
        height: 100%;
        opacity: 0.7;
        top: 0;
    }

    .post .post-img .overlay a {
        font-size: 36px;
        line-height: 24px;
        color: #e7e7e7;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%,-50%);
        z-index: 1;
    }

    .post .meta {
        border-top: 1px solid #e4e4e4;
        padding-top: 18px;
        padding-bottom: 20px;
    }

        .post .meta ul li {
            padding: 10px 30px;
        }

            .post .meta ul li:not(:last-child) {
                border-right: 1px solid #e4e4e4;
            }

            .post .meta ul li.user {
                padding-left: 0;
            }

                .post .meta ul li.user:before,
                .post .meta ul li.date:before {
                    font-family: "ElegantIcons";
                    padding-right: 15px;
                    color: #adadad;
                }

                .post .meta ul li.user:before {
                    content: "";
                }

            .post .meta ul li.date:before {
                content: "\e025";
            }

            .post .meta ul li.comment:before {
                content: "\77";
            }

            .post .meta ul li.user:before,
            .post .meta ul li.comment:before,
            .post .meta ul li.date:before {
                font-family: "ElegantIcons";
            }

    .post .post-content {
        padding: 0 30px;
    }

        .post .post-content h4 a {
            font-weight: 600;
        }

        .post .post-content h4 {
            margin-bottom: 18px;
        }

    .post .icon-post {
        width: 50px;
        height: 55px;
        background: #e8b006;
        text-align: center;
        position: absolute;
        bottom: -25px;
        left: 30px;
        z-index: 3;
    }

        .post .icon-post:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-top: 15px solid #e8b006;
            position: absolute;
            left: 0;
            bottom: -15px;
        }

        .post .icon-post span {
            position: absolute;
            font-size: 24px;
            line-height: 24px;
            color: #fff;
            top: 18px;
            left: 50%;
            transform: translateX(-50%);
        }

    .post .post-content h4 {
        margin-bottom: 18px;
    }

    .post .post-content p {
        opacity: 0.7;
        margin-bottom: 33px;
    }

.calendar-post {
    width: 50px;
    height: 80px;
    background: #137bc0;
    position: absolute;
    bottom: 29px;
    left: 28px;
    z-index: 3;
    text-align: center;
    padding: 13px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .calendar-post span {
        color: #ffffff;
    }

        .calendar-post span.date {
            font-size: 30px;
            line-height: 24px;
            font-weight: 700;
            margin-bottom: 10px;
            font-family: "Rajdhani";
        }

        .calendar-post span.day {
            border-top: 1px solid #fff;
            font-size: 14px;
            line-height: 24px;
            margin-top: 5px;
        }

/*#endregion*/


/* Bootstrap pagination */
.pagination {
    display: inline-block;
    margin: 0 0 40px;
    border-radius: 0;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            display: inline-block;
            float: none;
            padding: 6px;
            width: 30px;
            height: 30px;
            margin-left: 2px;
            font-size: 12px;
            line-height: 17px;
            font-weight: bold;
            text-decoration: none;
            background-color: #eeeeee;
            border: 1px solid #e4e2e2;
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
            color: #757575;
            text-align: center;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background: #c19a3e;
            color: #fff;
            border-color: #c19a3e;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        color: #757575;
        background-color: #e4e2e2;
        border-color: #e4e2e2;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }


/* Sidebar */

.sidebar h3 {
    font-size: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    font-weight: 500;
    margin-top: 0px;
    letter-spacing: normal;
}

.sidebar .widget {
    margin-bottom: 60px;
}

.category-accordion-list {
    list-style-type: disc;
    padding-left: 15px;
}

.sidebar .widget .category-accordion-list li {
    padding: 4px 0;
}

.sidebar .widget .panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar .widget .panel-body {
    padding: 0 20px 15px;
}

.sidebar .widget .panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.sidebar .widget .icon-box {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    float: right;
}

.sidebar .widget .panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.sidebar .widget .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    color: #888888;
}

.sidebar .widget .panel a {
    color: #888888;
}

    .sidebar .widget .panel a:hover {
        color: #c19a3e;
    }

        .sidebar .widget .panel a:hover .icon-box {
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            border-color: #c19a3e;
            background-color: #c19a3e;
            color: #fff;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
        }

.sidebar .widget .panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0;
}

.sidebar .widget .panel-group .panel-heading {
    border-bottom: 0;
}

    .sidebar .widget .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid transparent;
    }

.sidebar .widget .panel-custom {
    border-color: transparent;
}

    .sidebar .widget .panel-custom > .panel-heading {
        color: #333333;
        background-color: transparent;
        border-color: transparent;
    }

        .sidebar .widget .panel-custom > .panel-heading + .panel-collapse .panel-body {
            border-top-color: transparent;
        }

.panel-custom > .panel-heading > .dropdown .caret {
    border-color: transparent transparent;
}

.sidebar .widget .panel-custom > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: transparent;
}

/* latest/recend posts slider */
.sidebar .widget .latest-posts-list,
.sidebar .widget .recent-posts-list {
    font-size: 15px;
}

    .sidebar .widget .latest-posts-list .latest-posts-media-container,
    .sidebar .widget .recent-posts-list .recent-posts-media-container {
        margin-bottom: 20px;
    }

    .sidebar .widget .latest-posts-list a,
    .sidebar .widget .recent-posts-list a {
        display: block;
    }

    .sidebar .widget .latest-posts-list h4,
    .sidebar .widget .recent-posts-list h4 {
        font: 700 20px/25px "PT Sans", sans-serif;
        margin-bottom: 20px;
    }

        .sidebar .widget .latest-posts-list h4 a,
        .sidebar .widget .recent-posts-list h4 a {
            color: #686c6b;
        }

            .sidebar .widget .latest-posts-list h4 a:hover,
            .sidebar .widget .recent-posts-list h4 a:hover {
                color: #5a5a5a;
            }

    .sidebar .widget .latest-posts-list .latest-posts-meta-container .pull-left a,
    .sidebar .widget .recent-posts-list .recent-posts-meta-container .pull-left a {
        font-weight: bold;
    }

    .sidebar .widget .latest-posts-list .latest-posts-meta-container .pull-right,
    .sidebar .widget .recent-posts-list .recent-posts-meta-container .pull-right {
        font-style: italic;
        color: #bdbdbd;
        font-size: 14px;
    }

/* General sidebar slider direction nav styles + footer sliders*/
.sidebarslider .flex-direction-nav,
.footerslider .flex-direction-nav {
    position: absolute;
    top: -47px;
    right: 0;
    width: 66px;
    height: 22px;
    background-color: #ffffff;
}

    .sidebarslider .flex-direction-nav li,
    .footerslider .flex-direction-nav li {
        display: block;
        float: left;
    }

    .sidebarslider .flex-direction-nav a,
    .footerslider .flex-direction-nav a {
        display: block;
        background-color: #fafafa;
        background-image: url('../images/sprites/sprite.png');
        background-repeat: no-repeat;
        border: 1px solid #e0e0e0;
        width: 31px;
        height: 22px;
        margin-top: -11px;
        opacity: 1;
        margin-left: 2px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    }

        .sidebarslider .flex-direction-nav a:hover,
        .footerslider .flex-direction-nav a:hover {
            background-color: #c19a3e;
            opacity: 1;
            text-shadow: none;
            border-color: #c19a3e;
        }

    .sidebarslider .flex-direction-nav .flex-prev,
    .footerslider .flex-direction-nav .flex-prev {
        left: 0;
        background-position: -188px -202px;
    }

    .sidebarslider .flex-direction-nav .flex-next,
    .footerslider .flex-direction-nav .flex-next {
        right: 0;
        background-position: -221px -202px;
    }

    .sidebarslider .flex-direction-nav .flex-prev:hover,
    .footerslider .flex-direction-nav .flex-prev:hover {
        background-position: -188px -225px;
    }

    .sidebarslider .flex-direction-nav .flex-next:hover,
    .footerslider .flex-direction-nav .flex-next:hover {
        background-position: -221px -225px;
    }

/* News */
.news .news-details {
    padding: 25px 25px 25px 45px;
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    position: relative;
    font-size: 15px;
    margin-bottom: 30px;
}

.news-details.newsscrollbar {
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.news .news-details header {
    font: 700 23px/21px "PT Sans", sans-serif;
    margin-bottom: 15px;
}

.news .news-details:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 22px;
    width: 32px;
    height: 26px;
    background-image: url('../images/sprites/sprite.png');
    background-repeat: no-repeat;
    background-position: 0 -150px;
}

/*.testimonials-list li .testimonial-details:after {
	content:'';
	position: absolute;
	display:block;
	top:100%;
	left:30px;
	margin-top:-1px;
	width:36px;
	height:21px;
	background: url(../images/testimonial-arrow.png) no-repeat center center;
}*/

/* News END*/

/* Testimonials Slider */
.sidebar .widget .testimonials-list li .testimonial-details {
    padding: 25px 25px 25px 45px;
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    position: relative;
    font-size: 15px;
    margin-bottom: 30px;
    word-wrap: break-word;
}

    .sidebar .widget .testimonials-list li .testimonial-details header {
        font: 700 23px/21px "PT Sans", sans-serif;
        margin-bottom: 15px;
    }

    .sidebar .widget .testimonials-list li .testimonial-details:before {
        content: '';
        display: block;
        position: absolute;
        left: 10px;
        top: 22px;
        width: 32px;
        height: 26px;
        background-image: url('../images/sprites/sprite.png');
        background-repeat: no-repeat;
        background-position: 0 -150px;
    }

    .sidebar .widget .testimonials-list li .testimonial-details:after {
        content: '';
        position: absolute;
        display: block;
        top: 100%;
        left: 30px;
        margin-top: -1px;
        width: 36px;
        height: 21px;
        background: url(../images/testimonial-arrow.png) no-repeat center center;
    }

.sidebar .widget .testimonials-list li figure img {
    display: block;
    max-width: 70px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.sidebar .widget .testimonials-list li figure > figcaption {
    display: block;
    float: left;
    font-style: italic;
    font-size: 16px;
    font-family: "PT Sans", sans-serif;
}

    .sidebar .widget .testimonials-list li figure > figcaption > a {
        display: block;
    }

.sidebar .widget .tags-list {
    /*clear inline-block auto margin */
    font-size: 0;
}

    .sidebar .widget .tags-list li {
        display: inline-block;
        margin: 0 10px 10px 0;
        font-size: 14px;
        line-height: 20px;
    }

        .sidebar .widget .tags-list li a {
            display: inline-block;
            padding: 4px 11px;
            border-radius: 2px;
            background: #f6f6f6;
            border: 1px solid #dcdcdc;
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
            color: #444645;
        }

            .sidebar .widget .tags-list li a:hover {
                color: #c19a3e;
            }

.sidebar .widget .flickr-feed-list li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

    .sidebar .widget .flickr-feed-list li a {
        display: inline-block;
        position: relative;
        width: 75px;
        height: 75px;
        overflow: hidden;
    }

        .sidebar .widget .flickr-feed-list li a:before {
            content: '+';
            position: absolute;
            left: -75px;
            top: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            padding-top: 25px;
            font-size: 22px;
            line-height: 25px;
            color: #f5f7fa;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            -o-transition: all 0.25s;
            -ms-transition: all 0.25s;
            transition: all 0.25s;
            opacity: 0.1;
            background: rgba(141, 185, 65, 0.8);
        }

        .sidebar .widget .flickr-feed-list li a:hover:before {
            left: 0;
            opacity: 1;
        }




/*#region Vertical Menu Style*/

.menu-button_container-left {
    position: fixed;
    top: 50%;
    left: 0;
    width: 34px;
    height: 234px;
    background-color: #1b84c6;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 12px 15px 8px;
    text-align: center;
    cursor: pointer;
    margin-top: -110px;
    border-left: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 1000;
}

    .menu-button_container-left span {
        width: 13px;
        position: relative;
        word-wrap: break-word;
        white-space: pre-line;
        border-left: none;
    }

.show-menu {
    cursor: pointer;
    font-size: 36px;
    color: black;
}

.fade {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
    opacity: 1;
}

.menu_container_left {
    /*background-color: rgba(255, 255, 255, 0.5);*/
    background-color: #fafafa;
    height: 100vh;
    position: fixed;
    left: -250px;
    width: 250px;
    max-width: 250px;
    top: 0;
    z-index: 1001;
    transition: all .4s;
}

    .menu_container_left .product-of-day-header {
        display: table;
        width: 100%;
        padding: 7px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: center;
        background-color: #fafafa;
    }

        .menu_container_left .product-of-day-header h2 {
            margin: 0;
            font-size: 22px;
            padding: 0;
        }

    .menu_container_left .product-day-full {
        display: block;
        width: 100%;
        height: 100%;
        overflow-x: scroll;
        padding: 5px;
    }

        .menu_container_left .product-day-full * {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .menu_container_left .product-day-full .product-day-main {
            display: table;
            width: 100%;
            background-color: #ffffff;
            margin-bottom: 10px;
            border: 1px solid #cfcfcf;
        }

            .menu_container_left .product-day-full .product-day-main:last-child {
                margin-bottom: 15px;
            }

            .menu_container_left .product-day-full .product-day-main .product-day-cols {
                display: table;
                width: 100%;
                border-bottom: 1px solid #cfcfcf;
            }

                .menu_container_left .product-day-full .product-day-main .product-day-cols:last-child {
                    border-bottom: 0;
                }

                .menu_container_left .product-day-full .product-day-main .product-day-cols .product-day-image {
                    display: table-cell;
                    width: 40%;
                    border-right: 1px solid #cfcfcf;
                }

                    .menu_container_left .product-day-full .product-day-main .product-day-cols .product-day-image img {
                        max-width: 110px;
                        max-height: 110px;
                        display: table;
                        margin: 0 auto;
                    }

                .menu_container_left .product-day-full .product-day-main .product-day-cols .product-day-content {
                    display: table-cell;
                    width: 60%;
                    vertical-align: top;
                }

                    .menu_container_left .product-day-full .product-day-main .product-day-cols .product-day-content .product-col {
                        display: table;
                        width: 100%;
                        padding: 3px 0;
                        text-align: left;
                        border-bottom: 1px solid #cfcfcf;
                    }

                        .menu_container_left .product-day-full .product-day-main .product-day-cols .product-day-content .product-col:first-child span {
                            font-weight: bold;
                        }

                        .menu_container_left .product-day-full .product-day-main .product-day-cols .product-day-content .product-col span {
                            padding: 4px;
                            display: table;
                            width: 100%;
                        }

                        .menu_container_left .product-day-full .product-day-main .product-day-cols .product-day-content .product-col.price span {
                            color: #ff0000;
                            font-weight: bold;
                        }

                        .menu_container_left .product-day-full .product-day-main .product-day-cols .product-day-content .product-col:last-child {
                            border-bottom: 0;
                        }

                .menu_container_left .product-day-full .product-day-main .product-day-cols .qty {
                    display: table-cell;
                    width: 46%;
                    border-right: 1px solid #cfcfcf;
                    border-left: 1px solid #cfcfcf;
                }

                    .menu_container_left .product-day-full .product-day-main .product-day-cols .qty input[type="text"] {
                        display: table;
                        width: 100%;
                        padding: 3px;
                        color: #333333;
                        border: 0;
                    }

                .menu_container_left .product-day-full .product-day-main .product-day-cols .add-btn {
                    display: table-cell;
                    width: 54%;
                }

                    .menu_container_left .product-day-full .product-day-main .product-day-cols .add-btn a {
                        display: table;
                        width: 100%;
                        background-color: #4870b0;
                        padding: 3px;
                        text-align: center;
                        font-weight: bold;
                        color: #ffffff;
                    }

                        .menu_container_left .product-day-full .product-day-main .product-day-cols .add-btn a:hover {
                            cursor: pointer;
                        }

                .menu_container_left .product-day-full .product-day-main .product-day-cols.product-name {
                    padding: 3px;
                }

                    .menu_container_left .product-day-full .product-day-main .product-day-cols.product-name span {
                        display: table;
                        width: 100%;
                        text-align: left;
                        font-weight: 500;
                        font-size: 14px;
                    }

.show {
    left: 0;
}

.menubar-full {
    display: table;
    width: 100%;
    position: relative;
}

.menubar {
    display: table-cell;
    width: 67.77777%;
    vertical-align: top;
}

.menubar-customer-name {
    display: table-cell;
    width: 33.333333%;
    vertical-align: top;
}

.customer-name-main {
    display: table;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background: #0083cb;
    position: relative;
}

    .customer-name-main:before {
        position: absolute;
        top: 0px;
        left: 0px;
        content: " ";
        border-color: #1e2f43 transparent transparent transparent;
        border-style: solid solid solid solid;
        border-width: 48px 44px 0px 0px;
        height: 0px;
        width: 0px;
    }

    .customer-name-main:after {
        position: absolute;
        top: -22px;
        right: 22px;
        content: " ";
        border-color: #1e2f43 transparent transparent transparent;
        border-style: solid solid solid solid;
        border-width: 48px 0px 44px 48px;
        height: 0px;
        width: 0px;
        transform: rotate(90deg);
    }

    .customer-name-main span {
        display: table-cell;
        text-align: center;
        font-weight: 400;
        font-family: Poppins;
        z-index: 1;
        color: #ffffff;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 1px;
        position: relative;
    }

@media only screen and (min-width : 501px) {

    .menu-button_container-left > span.desktop {
        display: block;
    }

    .menu-button_container-left > span.mobile {
        display: none;
    }


    .menu-button_container-right > span.desktop {
        display: block;
    }

    .menu-button_container-right > span.mobile {
        display: none;
    }
}

/*#region Menu right Styles*/
.menu_container-right {
    /*background-color: rgba(255, 255, 255, 0.5);*/
    /*background-color: #141b22;*/
    background-color: #ffffff;
    height: 100vh;
    position: fixed;
    right: -400px;
    width: 400px;
    max-width: 400px;
    top: 0;
    z-index: 1001;
    -webkit-transition: right .2s ease-in;
    -o-transition: right .2s ease-in;
    transition: right .2s ease-in;
}

    .menu_container-right .notification-header {
        width: 100%;
        padding: 7px;
        border-bottom: 1px solid #cfcfcf;
        min-height: 100px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        position: relative;
        z-index: 100;
    }

    .menu_container-right.menu-active .notification-header {
        min-height: 56px;
    }

        .menu_container-right.menu-active .notification-header .notification-header-text {
            top: 0;
        }

    .menu_container-right .notification-header:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: transparent;
        background: -webkit-linear-gradient(90deg,rgba(255,255,255,0.2) 0,rgba(0,0,0,0.2) 100%);
        background: -webkit-linear-gradient(90deg,rgba(255,255,255,0.2) 0,rgba(0,0,0,0.2) 100%);
        background: -o-linear-gradient(90deg,rgba(255,255,255,0.2) 0,rgba(0,0,0,0.2) 100%);
        background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0.2)),to(rgba(0,0,0,0.2)));
        background: -webkit-linear-gradient(left,rgba(255,255,255,0.2) 0,rgba(0,0,0,0.2) 100%);
        background: -o-linear-gradient(left,rgba(255,255,255,0.2) 0,rgba(0,0,0,0.2) 100%);
        background: linear-gradient(90deg,rgba(255,255,255,0.2) 0,rgba(0,0,0,0.2) 100%);
        top: 0;
        left: 0;
    }

    .menu_container-right .notification-header .notification-header-text {
        position: relative;
        top: -80px;
        -webkit-transition: top .5s ease;
        -o-transition: top .5s ease;
        transition: top .5s ease;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #ffffff;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        padding: 8px 80px 8px 20px !important;
    }

        .menu_container-right .notification-header .notification-header-text h2 {
            color: #ffffff;
            margin: 0;
            font-family: 'Raleway', sans-serif;
            font-size: 23px;
        }

    .menu_container-right .notification-header .notification-header-close-icon {
        position: absolute;
        right: 12px;
        top: 16px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 0;
    }

        .menu_container-right .notification-header .notification-header-close-icon:hover {
            cursor: pointer;
        }

        .menu_container-right .notification-header .notification-header-close-icon svg {
            width: 26px;
            height: 26px;
            fill: #ffffff !important;
            fill: rgba(255,255,255,.7);
        }

    .menu_container-right.menu-active .notification-header .notification-header-close-icon {
        opacity: 1;
        -webkit-transition: top .5s ease;
        -o-transition: top .5s ease;
        transition: top .5s ease;
    }

    .menu_container-right .notification-full {
        margin: 0 auto;
        padding-top: 20px;
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: scroll;
        height: calc(100vh - 67px);
        -webkit-overflow-scrolling: touch;
        padding: 10px;
        background: 0 0;
        height: calc(100vh - 54px);
        background-color: #dedbdb;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        vertical-align: baseline;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        /*.menu_container-right .notification-full::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
            background-color: #F5F5F5;
        }

        .menu_container-right .notification-full::-webkit-scrollbar {
            width: 12px;
            background-color: #F5F5F5;
        }

        .menu_container-right .notification-full::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #cfcfcf;
        }*/

        .menu_container-right .notification-full * {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

        .menu_container-right .notification-full .notification-main {
            margin-top: 40px;
            opacity: 0;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            padding: 15px;
            background: #ffffff;
            border-radius: 2px;
            margin-bottom: 13px;
            position: relative;
            max-width: 800px;
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
            box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
            -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
            -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
            transition: all .3s cubic-bezier(.25,.8,.25,1);
        }

        .menu_container-right .notification-full .notification-main {
            -webkit-transition: all .8s ease;
            -o-transition: all .8s ease;
            transition: all .8s ease;
        }

    .menu_container-right.menu-active .notification-full .notification-main {
        margin-top: 0;
        opacity: 1;
    }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(1) {
            -webkit-transition-delay: .4s;
            -o-transition-delay: .4s;
            transition-delay: .4s;
        }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(2) {
            -webkit-transition-delay: .5s;
            -o-transition-delay: .5s;
            transition-delay: .5s;
        }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(3) {
            -webkit-transition-delay: .6s;
            -o-transition-delay: .6s;
            transition-delay: .6s;
        }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(4) {
            -webkit-transition-delay: .7s;
            -o-transition-delay: .7s;
            transition-delay: .7s;
        }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(5) {
            -webkit-transition-delay: .8s;
            -o-transition-delay: .8s;
            transition-delay: .8s;
        }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(6) {
            -webkit-transition-delay: .9s;
            -o-transition-delay: .9s;
            transition-delay: .9s;
        }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(7) {
            -webkit-transition-delay: .1s;
            -o-transition-delay: .1s;
            transition-delay: .1s;
        }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(8) {
            -webkit-transition-delay: .11s;
            -o-transition-delay: .11s;
            transition-delay: .11s;
        }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(9) {
            -webkit-transition-delay: .12s;
            -o-transition-delay: .12s;
            transition-delay: .12s;
        }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(10) {
            -webkit-transition-delay: .13s;
            -o-transition-delay: .13s;
            transition-delay: .13s;
        }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(11) {
            -webkit-transition-delay: .14s;
            -o-transition-delay: .14s;
            transition-delay: .14s;
        }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(12) {
            -webkit-transition-delay: .15s;
            -o-transition-delay: .15s;
            transition-delay: .15s;
        }

        .menu_container-right.menu-active .notification-full .notification-main:nth-of-type(10+n) {
            -webkit-transition-delay: .16s;
            -o-transition-delay: .16s;
            transition-delay: .16s;
        }

    .menu_container-right .notification-full .notification-main .close-icon {
        position: absolute;
        right: 5px;
        color: #b1b1b1;
    }

    .menu_container-right .notification-full .notification-main .notification-content {
        padding: 5px;
        display: table;
        width: 95%;
        margin-top: 5px;
        color: #303030;
        font-size: 13px;
    }

        .menu_container-right .notification-full .notification-main .notification-content .notification-content-icon {
            display: table-cell;
            width: 46px;
            vertical-align: middle;
            background: #dfdfdf;
            border-radius: 50px;
            height: 46px;
            max-width: 46px;
            text-align: center;
        }

            .menu_container-right .notification-full .notification-main .notification-content .notification-content-icon i {
                color: #1d5799;
                font-size: 20px;
            }

        .menu_container-right .notification-full .notification-main .notification-content .notification-content-scroll {
            display: table-cell;
            width: 85%;
            vertical-align: middle;
            padding-left: 10px;
        }

            .menu_container-right .notification-full .notification-main .notification-content .notification-content-scroll p {
                margin: 0;
            }

.show-right {
    right: 0;
}



@media only screen and (min-width : 224px) and (max-width : 500px) {

    .menu-button_container-left {
        width: 50px;
        height: 50px;
        font-size: 25px;
        padding: 8px 0 8px 12px;
        margin-top: -180px;
    }

        .menu-button_container-left > span.desktop {
            display: none;
        }

        .menu-button_container-left > span.mobile {
            display: block;
        }

    .menu-button_container-right {
        width: 50px;
        height: 50px;
        font-size: 25px;
        padding: 8px 0 8px 12px;
        margin-top: -180px;
    }

        .menu-button_container-right > span.desktop {
            display: none;
        }

        .menu-button_container-right > span.mobile {
            display: block;
            width: 38px;
        }
}

/*#endregion*/



/* =============================================
------------------- 11.Single.html ----------------
==============================================*/

.single-post .article {
    margin-bottom: 30px;
}

.article-author {
    margin: 70px 0 70px;
}

    .article-author .article-author-image {
        float: left;
        margin: 0 30px 0 0;
    }

        .article-author .article-author-image img {
            display: block;
            max-width: 100%;
            height: auto;
        }

    .article-author .article-author-details h4 {
        font-size: 27px;
    }

.comments h3 {
    font: 700 24px/22px "PT Sans", sans-serif;
    color: #565656;
    margin: 0;
}

.comments .title-bg {
    margin-bottom: 30px;
}

.comments .comments-list {
    margin-bottom: 60px;
}

    .comments .comments-list li .comment {
        position: relative;
        padding-left: 100px;
        padding-bottom: 30px;
        margin-bottom: 40px;
        border-bottom: 1px solid #ececec;
    }

        .comments .comments-list li .comment figure {
            position: absolute;
            left: 0;
            top: 0;
        }

            .comments .comments-list li .comment figure img {
                max-width: 100%;
                display: block;
                height: auto;
            }

        .comments .comments-list li .comment .comment-details .comment-title {
            font: 700 18px/20px "Gudea", Arial, sans-serif;
            color: #777;
            margin-bottom: 10px;
        }

        .comments .comments-list li .comment .comment-details .comment-meta-container {
            margin-bottom: 10px;
        }

            .comments .comments-list li .comment .comment-details .comment-meta-container > a,
            .comments .comments-list li .comment .comment-details .comment-meta-container > span {
                margin-right: 10px;
            }

            .comments .comments-list li .comment .comment-details .comment-meta-container > span {
                font-style: italic;
                color: #bdbdbd;
            }

            .comments .comments-list li .comment .comment-details .comment-meta-container .replay-button {
                font-weight: 700;
                color: #7c7c7c;
                font-family: 'PT Sans', sans-serif;
            }

                .comments .comments-list li .comment .comment-details .comment-meta-container .replay-button:hover {
                    color: #c19a3e;
                }

    .comments .comments-list li .children {
        margin-left: 50px;
    }



/* =============================================
----------------- 12.Product.html -------------
==============================================*/

#product-image-carousel-container {
    float: left;
    width: 84px;
    margin-right: 15px;
}

/* Elastislide plugin styles */
.elastislide-list {
    list-style-type: none;
    display: none;
}

.no-js .elastislide-list {
    display: block;
}

.elastislide-carousel ul li {
    min-width: 12px;
    /* minimum width of the image (min width + border) */
}

.elastislide-wrapper {
    position: relative;
    min-height: 60px;
}


.elastislide-vertical {
    padding: 0;
}

.elastislide-carousel {
    overflow: hidden;
    position: relative;
}

    .elastislide-carousel ul {
        position: relative;
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        transition-property: -webkit-transform;
        transition-property: -moz-transform;
        transition-property: -o-transform;
        transition-property: -ms-transform;
        transition-property: transform;
        transition-duration: 200ms;
    }

        .elastislide-carousel ul li {
            margin: 0;
        }

.elastislide-vertical ul li {
    display: block;
}

.elastislide-carousel ul li a {
    display: inline-block;
    width: 100%;
}

    .elastislide-carousel ul li a img {
        display: block;
        max-width: 100%;
        height: auto;
        padding-bottom: 11px;
    }

/* Navigation Arrows */

.elastislide-wrapper nav span {
    position: absolute;
    width: 30px;
    height: 25px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    text-indent: -9999px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
    background-image: url(../images/sprites/product-nav.png);
    background-position: -1px 0;
}

    .elastislide-wrapper nav span:hover {
        background-color: #cdae65;
        border-color: #cdae65;
    }


.elastislide-vertical nav span {
    top: -12.5px;
    left: 50%;
    margin-left: -11px;
}

    .elastislide-vertical nav span.elastislide-next {
        bottom: -12.5px;
        top: auto;
        background-position: -1px -25px;
    }

        .elastislide-vertical nav span.elastislide-next:hover {
            background-position: -31px -25px;
        }

    .elastislide-vertical nav span.elastislide-prev:hover {
        background-position: -31px 0;
    }

/* End slider styles */
#product-image-container {
    width: 350px;
    float: left;
    text-align: center;
    position: relative;
}

    #product-image-container img {
        display: inline-block;
        width: 100%;
        height: auto;
    }

    #product-image-container .item-price-container {
        width: 108px;
        height: 108px;
        font-size: 25px;
        line-height: 30px;
    }

        #product-image-container .item-price-container .old-price {
            margin-top: 24px;
        }

        #product-image-container .item-price-container .item-price {
            margin-top: 39px;
        }

.product hr {
    margin: 25px 0;
}

.product .product-name {
    font: 700 25px/1 'PT Sans', sans-serif;
    color: #646464;
    color: #646464;
}

.product .ratings-container {
    padding: 4px 0;
    height: 30px;
    color: #b6b6b6;
}

.product .ratings-amount {
    display: inline-block;
    color: #b6b6b6;
}

.rate-this {
    color: #b6b6b6;
    font-size: 14px;
    line-height: 16px;
}

    .rate-this:hover {
        color: #c19a3e !important;
    }

.product-extra .icon-button:hover {
    color: #fff;
    background-color: #cdae65;
}

.product-list {
    margin-top: 5px;
}

    .product-list li {
        color: #777;
        line-height: 23px;
    }

        .product-list li span {
            font-weight: 700;
            margin-right: 5px;
        }

.product-color-filter-container,
.product-size-filter-container {
    margin-bottom: 20px;
}

    .product-color-filter-container > span,
    .product-size-filter-container > span {
        font-weight: bold;
        font-family: 'Gudea', Arial, sans-serif;
        color: #9b9b9b;
    }

.product-extra-box-container {
    float: left;
}

.product-extra-box,
.product-extra-box {
    float: left;
    margin-right: 6px;
    color: #575a59;
}

    .product-extra-box span,
    .product-extra-box span {
        display: none;
        margin-left: 10px;
        font-weight: 700;
        font-size: 13px;
        line-height: 35px;
        font-family: inherit;
        text-transform: uppercase;
    }

.icon-button {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background: #c19a3e;
    border: 1px solid #c19a3e;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
    font-size: 16px;
    border-radius: 2px;
    background-image: url(../images/sprites/item-icons.png);
    background-repeat: no-repeat;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    .icon-button.icon-like {
        background-position: 0 0;
    }

    .icon-button.icon-compare {
        background-position: -35px 0;
        margin-left: 5px;
    }

    .icon-button:hover,
    .icon-button:focus,
    .icon-button:active,
    .icon-button.active {
        background-color: #cdae65;
        border-color: #cdae65;
    }

.product-extra .icon-button {
    margin-right: 5px;
}

.product .share-button-group {
    margin-left: 30px;
    width: 320px;
    margin-top: 1.5px;
    float: left;
}

.product-detail-tab .tab-content {
    font-size: 16px;
    line-height: 1.5;
    color: #737373;
}

.product-details-list {
    list-style-type: disc;
    margin-left: 20px;
}

    .product-details-list li {
        margin-bottom: 5px;
        padding-left: 5px;
    }

.custom-quantity-input {
    display: block;
    position: relative;
    width: 140px;
    height: 52px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding-right: 26px;
}

    .custom-quantity-input input {
        height: 100%;
        width: 100%;
        border: none;
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        line-height: 21px;
        color: #757575;
    }

    .custom-quantity-input .quantity-btn {
        background: #fafafa;
        display: block;
        width: 26px;
        height: 26px;
        position: absolute;
        right: -1px;
        color: #777;
        line-height: 26px;
        text-align: center;
        border: 1px solid #e0e0e0;
        font-size: 17px;
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
        -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
    }

        .custom-quantity-input .quantity-btn.quantity-input-up {
            top: -1px;
            border-radius: 3px 3px 0 0;
        }

        .custom-quantity-input .quantity-btn.quantity-input-down {
            bottom: -1px;
            border-radius: 0 0 3px 3px;
        }

        .custom-quantity-input .quantity-btn:hover {
            border-color: #c19a3e;
            background: #c19a3e;
            color: #fff;
        }

        .custom-quantity-input .quantity-btn:active {
            border-color: #e0e0e0;
            background: #fafafa;
            color: #777;
        }

.product-add .custom-quantity-input {
    float: left;
    margin-right: 30px;
}

.product-add .btn {
    padding: 11.5px 19px;
    font-weight: bold;
    font-size: 19px;
}

.product-add .btn-custom-2 {
    color: #e8e8e8 !important;
}

/*----- Loading Bar Style Start -----*/

#SearchLoadingBar {
    display: none;
}

.search-loading-bar {
    display: table;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

    .search-loading-bar img {
        display: table;
        margin: 0 auto;
    }

/*----- Loading Bar Style Finish -----*/

/*Select Box Style*/

.btnMain {
    display: table;
    width: 100%;
}

    .btnMain > .us-form {
        display: table-cell;
        vertical-align: middle;
        width: 1%;
        padding-left: 10px;
    }

    .btnMain > .export-items {
        display: table-cell;
        vertical-align: middle;
    }

.us-form select {
    position: relative;
    -webkit-appearance: button;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    height: 2.2em;
    margin: 2px;
    padding: 0.3em 0.6em;
    background: white;
    border: 1px solid #aaaaaa;
    border-radius: 0.3em;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.85em;
    font-weight: normal;
    overflow: hidden;
    text-shadow: 0 1px 0 white;
    -webkit-transition: box-shadow 200ms, border-color 200ms;
    -moz-transition: box-shadow 200ms, border-color 200ms;
    transition: box-shadow 200ms, border-color 200ms;
    white-space: nowrap;
}

    .us-form select option {
        text-shadow: none;
    }

    .us-form select:disabled, .us-form select:disabled:hover {
        color: #cccccc !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) !important;
    }

    .us-form select.error {
        color: #bf212e;
        border-color: #bf212e;
    }

    .us-form select.input-big {
        font-size: 17px;
    }

.us-form.error select, .us-form .error select {
    color: #bf212e;
    border-color: #bf212e;
}

.boxshadow .us-form select:not([size]):focus {
    outline: none;
    border-color: #66ccff;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 4px #66ccff;
}

.boxshadow.no-touch .us-form select:not([size]):hover {
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 0 3px #ffff88;
}

.cssgradients .us-form select:not([size]) {
    border-color: #ececec;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececec));
    background-image: -webkit-linear-gradient(top, white, #ececec);
    background-image: -moz-linear-gradient(top, white, #ececec);
    background-image: -ms-linear-gradient(top, white, #ececec);
    background-image: -o-linear-gradient(top, white, #ececec);
    background-image: linear-gradient(top, white, #ececec);
}

    .cssgradients .us-form select:not([size]).focus {
        border-color: #66ccff;
    }

    .cssgradients .us-form select:not([size]).error {
        border-color: #bf212e;
    }

.cssgradients .us-form.error select, .cssgradients .us-form .error select {
    border-color: #bf212e;
}

/* ie9/10 */
@media screen and (min-width: 0 \0) {
    .us-form select:not([size])::-ms-expand {
        background: transparent;
        border: none;
        width: 12px;
        padding-left: 5px;
    }

    .boxshadow .us-form select:not([size]) {
        box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
    }

        .boxshadow .us-form select:not([size]):focus {
            box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 4px #66ccff;
        }

    .no-touch.boxshadow .us-form select:not([size]):hover {
        border-color: white;
        box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 0 3px #ffff88;
    }
}

/* firefox - use a wrap */
@-moz-document url-prefix() {
    .us-form select:not([size]) {
        max-width: 999px !important;
    }

    .us-form option {
        padding-right: 10px;
    }

    .us-form-select-wrap {
        position: relative;
        display: inline-block;
        vertical-align: baseline;
        font-size: 0.9em;
    }

        .us-form-select-wrap.input-big {
            font-size: 17px;
        }

        .us-form-select-wrap:before {
            content: "";
            position: absolute;
            right: 0.5em;
            top: 0.3em;
            z-index: 11;
            bottom: 0.3em;
            width: 1.55em;
            background-color: #ececec;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececec));
            background-image: -webkit-linear-gradient(top, white, #ececec);
            background-image: -moz-linear-gradient(top, white, #ececec);
            background-image: -ms-linear-gradient(top, white, #ececec);
            background-image: -o-linear-gradient(top, white, #ececec);
            background-image: linear-gradient(top, white, #ececec);
            pointer-events: none;
        }

        .us-form-select-wrap:after {
            content: "\25bc";
            position: absolute;
            right: 5px;
            top: 0.9em;
            bottom: 0.8em;
            z-index: 12;
            font-size: 0.6em;
            font-family: "uswitch-icon", helvetica, arial, sans-serif;
            line-height: 1;
            padding: 0.5em 4px 0;
            color: #999999;
            border-left: 1px solid white;
            box-shadow: -1px 0 0 #dddddd;
            text-shadow: 0 1px 0 white;
            pointer-events: none;
        }
}

/* webkit */
@media all and (-webkit-min-device-pixel-ratio: 0) {
    .us-form select:not([size]) {
        padding-right: 30px;
    }

    .us-form select:not([size]) {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAzElEQVRIDWP8//8/Ay0BE8zws2fPgmyium1wC2AWUZsetYBgiI4GEcEgYiGoAqqgq6trGZAZia4emFGXlZeXR6OLw/hEx8G/f/+ygYY9hWkE0UD+IyCVhSyGzibagoqKiveMjIyJIHNBhgAN/wekYoGu/wji4wJEWwAyoKysbDfQ4ClQw7qAhh/CZTBMnOg4gGl4+fJluYSEhNC9e/fqYGJ4aaCLQN5lOHPmDJACAzAfyKIKTVIQ4XUpDslRC3AEDEJ46AcRIyg50hIAANnugKRDswA6AAAAAElFTkSuQmCC"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ededed));
        background-image: url("data:image/svg+xml;utf8,<svg width='24px' height='22px' version='1.1' xmlns='http://www.w3.org/2000/svg'><title>select-arrow</title><g id='arrow-group' fill='rgb(223,223,223)' fill-rule='evenodd'><path d='M10,9 L13.4690265,14 L17,9 L10,9 Z M10,9' id='arrow' fill='rgb(155,155,155)'></path><path d='M2,1 L2,21 L3,21 L3,1 L2,1 Z M2,1' id='dark-line' fill='rgb(213,213,213)'></path><path d='M3,1 L3,21 L4,21 L4,1 L3,1 Z M3,1' id='light-line' fill='rgb(254,255,255)'></path></g></svg>"), -webkit-linear-gradient(-90deg, white 0%, #ededed 100%);
        background-repeat: no-repeat, repeat;
        background-position: 100% 50%, 0 0;
    }

    .boxshadow .us-form select:not([size]).error {
        color: #bf212e;
        border-color: #bf212e;
    }

    .boxshadow .us-form.error select:not([size]), .boxshadow .us-form .error select:not([size]) {
        color: #bf212e;
        border-color: #bf212e;
    }

    .boxshadow .us-form select:not([size]):focus {
        box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 4px #66ccff;
    }

    .no-touch.boxshadow .us-form select:not([size]):hover {
        border-color: #c8c8c8;
        box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 0 3px #ffff88;
    }
}

/* multiple line select control (eg <select size="10">) */
.us-form select[size] {
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    height: auto;
    margin: 2px;
    padding: 0.3em 0 0.3em 0.4em;
    border: 1px solid #c4c0c0;
    border-radius: 2px;
    box-shadow: 0px 3px 2px #eeeeee inset;
    font-family: "Lucida Grande", helvetica, arial, sans-serif;
    font-size: 0.85em !important;
    -webkit-transition: box-shadow 200ms, border-color 200ms;
    -moz-transition: box-shadow 200ms, border-color 200ms;
    -ms-transition: box-shadow 200ms, border-color 200ms;
    transition: box-shadow 200ms, border-color 200ms;
    vertical-align: middle;
    overflow: scroll;
}

    .us-form select[size] .error {
        border-color: #bf212e;
    }

    .us-form select[size]:focus {
        outline: none;
        color: #333333;
        border-color: #66ccff;
        box-shadow: 1px 3px 2px #eeeeee inset, 0 0 4px #66ccff;
    }

        .us-form select[size]:focus:hover {
            outline: none;
            color: #333333;
            border-color: #66ccff;
            box-shadow: 1px 3px 2px #eeeeee inset, 0 0 4px #66ccff;
        }

.us-form.error select[size], .us-form .error select[size] {
    border-color: #bf212e;
    color: inherit;
}

.no-touch .us-form select[size]:hover {
    border-color: #c4c0c0;
    box-shadow: 1px 3px 2px #eeeeee inset, 0 0 0 2px #ffff88;
}

/* hidden */
.us-form select.hidden {
    display: none;
}


/* =============================================
----------------- 13.Cart.html ------------------
==============================================*/

/*.table {
	border:1px solid #e0e0e0;
	margin-bottom:0;
}

.table img {
	display:inline-block;
	max-width:100%;
	height:auto;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 30px 20px;
	line-height: 1.5;
	border-top: none;
	text-align:center;
}


.table-responsive>.table>thead>tr>th, 
.table-responsive>.table>tbody>tr>th, 
.table-responsive>.table>tfoot>tr>th, 
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td, 
.table-responsive>.table>tfoot>tr>td {
	white-space:normal;
 }
 
.table thead tr th {
	padding:20px;
	border-color:transparent;
	border-right: 1px solid #e0e0e0;
	background:#fafafa;
	border-bottom:1px solid #e0e0e0;
}

.table .table-title {
	font:700 15px/22px 'PT Sans', sans-serif;
	color:#565656;
	text-transform:uppercase;
}

.cart-table  > thead > tr > th:last-child {
	border-right:transparent;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 1px solid #e0e0e0 !important;
	border-right:1px solid #e0e0e0 !important;
}*/

/*.table figure a {
	display:inline-block;
}*/

.cart-table .item-name-col {
    width: 410px;
}

    .cart-table .item-name-col figure {
        width: 180px;
        float: left;
        margin-right: 20px;
    }

    /*.table .item-name {
	font-size:20px;
	line-height:24px;
	font-weight:700;
}

.table .item-name {
	margin-bottom:15px;
	text-align:left;
}*/

    /*.table .item-price-special {
	font-size:18px;
	display:inline-block;
	margin-top:6px;
}*/

    /*.table .item-price-col .item-price-special {
	color:#555;
}*/

    .cart-table .item-name-col ul {
        text-align: left;
    }

        .cart-table .item-name-col ul li {
            display: block;
        }

.table .custom-quantity-input {
    width: 108px;
    height: 44px;
    padding-right: 22px;
    margin: 0 auto;
}

    .table .custom-quantity-input input {
        height: 100%;
        width: 100%;
        font-size: 20px;
    }

    .table .custom-quantity-input .quantity-btn {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

.compare-item-table .close-button {
    margin-left: 0;
}

.close-button {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-left: 18px;
    border: 1px solid #dcdcdc;
    background-color: #fafafa;
    background-image: url('../images/sprites/sprite.png');
    background-repeat: no-repeat;
    background-position: 0 -290px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border-radius: 2px;
    vertical-align: top;
}

    .close-button:hover {
        background-color: #c19a3e;
        background-position: -26px -290px;
        border-color: #c19a3e;
    }


.total-table {
    font: 700 14px/16px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #777777;
    text-transform: uppercase;
    border: 1px solid #e0e0e0;
}

    .total-table .total-table-title {
        /*font-size: 14px;*/
    }

    .total-table > tbody > tr > td,
    .total-table > tbody > tr:first-child > td,
    .total-table > tbody > tr:last-child > td {
        padding: 8px;
    }

    .total-table > tbody > tr > td,
    .total-table > tfoot > tr > td,
    .total-table > thead > tr > td {
        border-top: 1px solid #e0e0e0 !important;
        border-right: 1px solid #e0e0e0 !important;
    }

    .total-table > tfoot > tr > td {
        padding: 8px;
        /*font-size: 14px;*/
        background: #f4f4f4;
    }

        .total-table > tfoot > tr > td:first-child {
            color: #666666;
        }

        .total-table > tfoot > tr > td:last-child {
            color: #e82c0c;
            /*font-size: 14px;*/
        }

#shipping-form .shipping-desc {
    font-size: 17px;
    line-height: 20px;
    color: #777;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 28px;
}

#shipping-form .control-label {
    width: 110px;
    display: inline-block;
    margin-right: 10px;
    line-height: 34px;
    font-weight: 400;
    font-size: 16px;
}

#shipping-form .input-container {
    display: block;
    width: 100px;
    float: right;
}

/* =============================================
-------- 14.Compare-Products.html ------------
==============================================*/


.compare-item-table > thead > tr:first-child > td,
.compare-item-table > tbody > tr:first-child > td {
    border-top-color: #e0e0e0 !important;
}

.compare-item-table > thead > tr > td:last-child,
.compare-item-table > tbody > tr > td:last-child,
.compare-item-table > tfoot > tr > td:last-child {
    border-right-color: #e0e0e0 !important;
}

.compare-item-table > thead > tr > td,
.compare-item-table > tbody > tr > td,
.compare-item-table > tfoot > tr > td {
    border-top-color: transparent !important;
    border-right-color: transparent !important;
}

.compare-item-table .table-title {
    background: #ececec;
    width: 200px;
    text-align: right;
    padding-right: 30px !important;
    border-right: 1px solid #e0e0e0 !important;
    background: #ececec !important;
}

.compare-item-table figure {
    width: 170px;
    margin: 0 auto;
}

/*.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: transparent;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
	background-color: #f7f7f7;
}

.table-striped > tbody > tr:nth-child(even) > td.table-title ,
.table-striped > tbody > tr:nth-child(even) > th.table-title  {
	background-color: #e5e5e5 !important;
}*/

.compare-item-table .item-name {
    text-align: center;
    margin-top: 20px;
}


.table .item-brand-col {
    color: #777;
    font-weight: 700;
}

    .table .item-brand-col img {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        display: block;
    }


.compare-item-table .ratings-amount {
    display: block;
    text-align: center;
}

.compare-item-table .btn {
    padding: 7px 17px;
}

.compare-item-table .btn-custom-2 {
    font-size: 13px;
    line-height: 1.5;
    color: #e8e8e8 !important;
}


/* =============================================
------------------- 15.Checkout.html --------------
==============================================*/


#checkout.custom-accordion .panel-body {
    padding: 40px 0;
}

.checkout-title {
    font: 400 25px/30px 'Oswald', Arial, sans-serif;
    color: #444645;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.help-block {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    color: #c72928;
    font-size: 13px;
}

    .help-block a {
        color: #c72928;
    }

        .help-block a:hover {
            text-decoration: underline;
        }

.checkout-table .checkout-table-title,
.checkout-table .checkout-table-price,
.checkout-table .checkout-total-title,
.checkout-table .checkout-total-price {
    font: 700 18px/20px "PT Sans", sans-serif;
    color: #777777;
    text-transform: uppercase;
    padding: 15px;
}

.checkout-table .checkout-table-title {
    font-size: 16px;
    text-align: right;
    padding-right: 60px;
}

.checkout-table > tbody > tr:last-child > td {
    padding: 15px;
}

.checkout-table > tbody > tr:last-child > .checkout-table-title {
    padding-right: 60px;
}

.checkout-table .checkout-total-title,
.checkout-table .checkout-total-price {
    padding-top: 20px;
    padding-bottom: 20px;
}

.checkout-table .checkout-total-title {
    text-align: right;
    padding-right: 60px;
}

.checkout-table .checkout-total-title {
    font-size: 22px;
    line-height: 24px;
    color: #666;
}

.checkout-table .checkout-total-price {
    font-size: 20px;
    color: #e82c0c;
    line-height: 24px;
}

.checkout-table .item-name-col {
    width: 410px;
}

    .checkout-table .item-name-col figure {
        width: 180px;
        float: left;
        margin-right: 20px;
    }

    .checkout-table .item-name-col ul {
        text-align: left;
    }

        .checkout-table .item-name-col ul li {
            display: block;
        }

.checkout-table tfoot tr {
    background: #f8f8f8;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}


/* =============================================
--------------------- 16.Contact.html -----------------
==============================================*/

#map {
    height: 350px;
    margin-bottom: 50px;
}

    #map img {
        max-width: none;
    }

.contact-details-list > li {
    position: relative;
    padding-left: 56px;
    font-size: 16px;
    line-height: 25px;
    color: #797878;
    margin-bottom: 15px;
}

.contact-icon {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background-color: #c19a3e;
    background-repeat: no-repeat;
    border: 1px solid #c19a3e;
    border-radius: 2px;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0,0,0, 0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0,0,0, 0.15);
}

    .contact-icon i {
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #ffffff;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }


#contact-form .input-group-addon {
    min-width: 100px;
}

/* ============== Input icons ============== */

.input-text {
    vertical-align: middle;
    display: table-cell;
}

.input-icon {
    display: table-cell;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
}

    .input-icon i {
        font-size: 17px;
    }

/* =============================================
--------------------- 17.Footer -----------------
==============================================*/


#footer {
    background: #444645;
    font: 15px/2em 'Gudea', Arial, sans-serif !important;
    color: #ccc;
}

    #footer #footer-bottom a {
        color: #ccc;
    }

        #footer #footer-bottom a:hover {
            color: #cdae65;
        }

/* Footer 3 Sliders*/
#footer-top {
    padding: 53px 0 45px;
    background: #f2f2f2;
}

    #footer-top .widget {
        padding-right: 35px;
    }

    #footer-top .title-bg {
        margin: 0 0 30px;
    }

        #footer-top .title-bg h3 {
            padding-right: 20px;
            font-size: 27px;
            color: #444645;
            text-transform: capitalize;
            background: #f2f2f2;
            margin: 0;
        }

        #footer-top .title-bg:after {
            background: #e8e6e2;
        }

.footerslider .slide-item {
    width: 100%;
    margin-bottom: 25px;
}

.footerslider .item-image-container {
    width: 115px;
    float: left;
    margin-right: 20px;
}

.footerslider .item-name {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 11px;
}

    .footerslider .item-name a {
        color: #646464 !important;
    }

        .footerslider .item-name a:hover {
            color: #cdae65 !important;
        }

.footerslider .ratings-container {
    padding: 0;
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.footerslider .ratings {
    width: 86px;
    background: url(../images/sprites/ratings-small.png) no-repeat;
    background-position: 0 0;
}

    .footerslider .ratings .ratings-result {
        background: url(../images/sprites/ratings-small.png) no-repeat;
        background-position: 0 -16px;
    }

.footerslider .item-price-special {
    color: #b93524;
    font-size: 18px;
}

.footerslider .flex-direction-nav {
    top: -62px;
    width: 81px;
    background: #f2f2f2;
}

    .footerslider .flex-direction-nav .flex-prev {
        left: 15px;
    }

/* Used at footer  1 Twitter Feed*/
#footer #twitterfeed-container {
    background: #cdae65;
}

    #footer #twitterfeed-container .twitterfeed {
        position: relative;
        color: #444645;
        font-size: 16px;
        line-height: 32px;
        padding: 40px 0 35px;
        overflow: hidden;
    }

/* twitter feed plugin styles */
.twitter_feed .tweet_list li {
    width: 100%;
    margin-bottom: 20px;
}

    .twitter_feed .tweet_list li:last-child {
        margin-bottom: 0;
    }

.twitter_feed .tweet_list .tweet_avatar {
    display: none;
}

.twitter_feed .tweet_list li a,
#footer #twitterfeed-container .twitterfeed a {
    color: #444645;
}

    #footer #twitterfeed-container .twitterfeed a:hover {
        color: #cdfa7e;
    }

.twitter_feed .tweet_list .tweet_time {
    display: block;
    font-size: 14px;
    font-style: italic;
}

    .twitter_feed .tweet_list .tweet_time a {
        color: #cdfa7e !important;
    }

#footer #twitterfeed-container .twitterfeed .twitter-icon {
    position: absolute;
    bottom: -21px;
    left: 15px;
    font-size: 48px;
    line-height: 48px;
    color: #444645;
}

/* Twitter Feed Slider Direction Nav ( Next/Prev Arrows )*/
.twitter_feed .flex-direction-nav {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 74px;
}

    .twitter_feed .flex-direction-nav li {
        display: block;
        float: left;
    }

    .twitter_feed .flex-direction-nav a {
        display: block;
        background-color: transparent;
        width: 35px;
        height: 25px;
        margin-top: -12.5px;
        background-image: url('../images/sprites/twitterfeednav.png');
        margin-left: 2px;
        border-radius: 3px;
        padding: 0;
        opacity: 0.75;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

        .twitter_feed .flex-direction-nav a.flex-prev {
            background-position: 0 0;
        }

        .twitter_feed .flex-direction-nav a.flex-next {
            background-position: -35px 0;
        }

        .twitter_feed .flex-direction-nav a.flex-prev:hover {
            background-position: 0 -25px;
            background-color: #444645;
            opacity: 1;
        }

        .twitter_feed .flex-direction-nav a.flex-next:hover {
            background-position: -35px -25px;
            background-color: #444645;
            opacity: 1;
        }

#footer #newsletter-container {
    background: #d6d6d6;
    padding: 27px 0;
}

    /* Used for footer 2 newsletter */
    #footer #newsletter-container h3 {
        font-size: 25px;
        line-height: 46px;
        color: #444b4c;
        text-transform: uppercase;
        margin: 0;
        float: left;
    }

    #footer #newsletter-container form {
        float: right;
    }

    #footer #newsletter-container input[type="text"] {
        height: 46px;
        width: 300px;
        vertical-align: top;
        margin-right: 5px;
        border-radius: 4px;
        border: 3px solid #cdae65;
        background: #d6d6d6;
        line-height: 20px;
        padding: 5px 10px 5px 20px;
        color: #727b7c;
    }

    #footer #newsletter-container .btn {
        padding: 12px 20px;
        font-size: 17px;
        line-height: 20px;
    }

    #footer #newsletter-container :-moz-placeholder {
        color: #727b7c;
    }

    #footer #newsletter-container ::-moz-placeholder {
        color: #727b7c;
    }

    #footer #newsletter-container :-ms-input-placeholder {
        color: #727b7c;
    }

    #footer #newsletter-container ::-webkit-input-placeholder {
        color: #727b7c;
    }

#inner-footer {
    padding: 10px 0 10px;
}

#footer h3 {
    font: 19px/38px 'Oswald', Arial, sans-serif;
    margin: 50px 0 20px;
    color: #e3e3e3;
    text-transform: uppercase;
}

#footer .links {
    display: block;
}

    #footer .links li {
        padding-left: 16px;
        background-image: url(../images/sprites/footer-menu-list-type.png);
        background-repeat: no-repeat;
        background-position: left center;
        line-height: 35px;
    }

#footer .contact-list li {
    line-height: 31px;
}

/* Twitter feed widget */
#footer .twitter_feed_widget {
    color: #ccc;
    font-size: 15px;
    padding-top: 10px;
}

    #footer .twitter_feed_widget .tweet_list li {
        width: 100%;
        margin-bottom: 20px;
        line-height: 20px;
    }


    #footer .twitter_feed_widget .tweet_list .tweet_avatar {
        display: none;
    }

    #footer .twitter_feed_widget .tweet_list .tweet_time {
        display: block;
        font-size: 12px;
        margin-top: 10px;
    }

    #footer .twitter_feed_widget .tweet_list li a {
        color: #c19a3e;
    }

        #footer .twitter_feed_widget .tweet_list li a:hover {
            color: #8f8f8f;
        }

    #footer .twitter_feed_widget .tweet_list .tweet_time a {
        color: #8f8f8f;
    }

#footer .contact-list strong {
    text-transform: uppercase;
}

#footer .facebook-likebox iframe {
    width: 100%;
    height: 320px;
}

#footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #383938;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    font: 13px/18px Arial, sans-serif;
}

    #footer-bottom p {
        margin: 14px 0;
    }

    #footer-bottom .social-links li {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.item-wth-30 {
    width: 30% !important;
    text-align: justify;
}

.item-wth-70 {
    width: 70% !important;
}
/* fix for incline block margin */
.social-links {
    /*font-size: 0;
    line-height: 0;*/
}

    .social-links li {
        display: inline-block;
        min-width: 36px;
        height: 24px;
        line-height: 36px;
        margin: 0 5px;
    }

        .social-links li:first-child {
            margin-left: 0;
        }

        .social-links li.smaller-social-icons {
            width: 30px;
            height: 30px;
            margin-top: 1px;
        }

        .social-links li a {
            color: #cccccc;
        }

            .social-links li a:hover {
                color: #c19a3e;
            }

.troy {
    display: table;
    padding: 2px;
    background: #cccccc;
    border-radius: 3px;
    width: 38.58px;
    height: 27px;
}

.social-icon {
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(../images/sprites/sprite.png);
    background-color: #626664;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.social-links li.smaller-social-icons .social-icon {
    width: 30px;
    height: 30px;
    background-color: #626664;
}

.icon-facebook {
    background-position: 0 0;
}

.icon-twitter {
    background-position: -36px 0;
}

.icon-rss {
    background-position: -72px 0;
}

.icon-delicious {
    background-position: -108px 0;
}

.icon-linkedin {
    background-position: -144px 0;
}

.icon-flickr {
    background-position: -180px 0;
}

.icon-skype {
    background-position: -216px 0;
}

.icon-email {
    background-position: -252px 0;
}

.icon-facebook:hover {
    background-color: #3B5998;
    background-position: 0 -36px;
}

.icon-twitter:hover {
    background-color: #4099ff;
    background-position: -36px -36px;
}

.icon-rss:hover {
    background-color: #ff8201;
    background-position: -72px -36px;
}

.icon-delicious:hover {
    background-color: #3070c8;
    background-position: -108px -36px;
}

.icon-linkedin:hover {
    background-color: #0080b1;
    background-position: -144px -36px;
}

.icon-flickr:hover {
    background-color: #ee2283;
    background-position: -180px -36px;
}

.icon-skype:hover {
    background-color: #00aff0;
    background-position: -216px -36px;
}

.icon-email:hover {
    background-color: #c7392c;
    background-position: -252px -36px;
}

.icon-facebook-sm {
    background-position: -120px -72px;
}

.icon-twitter-sm {
    background-position: -150px -72px;
}

.icon-dribbble-sm {
    background-position: -180px -72px;
}

.icon-email-sm {
    background-position: -210px -72px;
}

.icon-facebook-sm:hover {
    background-position: -120px -102px;
    background-color: #3B5998 !important;
}

.icon-twitter-sm:hover {
    background-color: #4099ff !important;
    background-position: -150px -102px;
}

.icon-dribbble-sm:hover {
    background-color: #ea4c89 !important;
    background-position: -180px -102px;
}

.icon-email-sm:hover {
    background-color: #c7392c !important;
    background-position: -210px -102px;
}

.footer-text-container {
    text-align: right;
}


/* =============================================
----------------- 18.Scroll Top Button --------------
==============================================*/
#scroll-top {
    position: fixed;
    bottom: 15px;
    left: 15px;
    display: inline-block;
    visibility: hidden;
    cursor: pointer;
    z-index: 999;
    border-radius: 3px;
    opacity: 0;
    color: #fff;
    background: #c19a3e;
    border: 1px solid #c19a3e;
    /*-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 26px;
    line-height: 1;
    padding: 5px 9.5px;
    text-align: center;
}

    #scroll-top:hover {
        background-color: #cdae65;
        border-color: #cdae65;
    }

    #scroll-top.fixed {
        visibility: visible;
        opacity: 1;
    }


/* =============================================
--------- jQuery FlexSlider v2.2.0  -----------
==============================================*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }
    /* Hide the slides before the JS is loaded. Avoids image jumping */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
    height: auto;
}

/* Default Slider Nav Styles */
.flex-direction-nav a {
    width: 60px;
    height: 45px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    opacity: 1;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    background-color: rgba(250, 250, 250, 0.50);
    background-image: url(../images/sprites/sprite.png);
    background-repeat: no-repeat;
    margin-top: -22.5px;
    border-radius: 3px;
    text-indent: -9999px;
}

.flex-direction-nav .flex-next {
    right: -3px;
    background-position: -278px -290px;
}

.flex-direction-nav .flex-prev {
    left: -3px;
    background-position: -220px -290px;
}

.flexslider:hover .flex-next:hover {
    background-position: -278px -333px;
}

.flexslider:hover .flex-prev:hover {
    background-position: -220px -333px;
}


/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 8px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    background: #333;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .flex-control-paging li a:hover {
        background: #c19a3e;
    }

    .flex-control-paging li a.flex-active {
        background: #c19a3e;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }


@media screen and (min-width: 320px) and (max-width: 1440px) {
    #slider-rev > ul > li .tp-bgimg {
        background-size: contain !important;
        background-color: #e5e5e5 !important;
    }
}
/* =============================================
------------ 19. About Us  ----------
==============================================*/
#page-header {
    background-size: cover;
    -webkit-background-size: cover;
    background-image: url('../images/aboutus-hedaerbg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding: 180px 0;
}

.parallax {
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: repeat-y;
}

#page-header h1 {
    font-size: 42px;
    line-height: 1;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}

.small-bottom-border {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #c19a3e;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 10px;
    margin-left: -15px;
}

    .small-bottom-border.big {
        width: 38px;
        height: 4px;
        margin-top: 20px;
        margin-left: -19px;
    }

#page-header .small-bottom-border {
    background-color: #fff;
    margin-top: 30px;
}

#page-header .page-header-desc {
    font: 400 24px/33px "Gudea", Arial, sans-serif;
    color: #fff;
    margin-top: 30px;
}

.hero-unit {
    text-align: center;
    position: relative;
    color: #333333;
}

    .hero-unit h2 {
        font-size: 38px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .hero-unit p {
        font: 400 21px/1 "Gudea", Arial, sans-serif;
    }

.services-box {
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 20px 10px;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

    .services-box h3 {
        font: 700 18px/1 "Pt Sans", sans-serif;
        color: #474646;
        position: relative;
        margin-bottom: 30px;
    }

        .services-box h3 a {
            color: #474646;
        }

            .services-box h3 a:hover {
                color: #c19a3e;
            }

    .services-box p {
        font-size: 14px;
        color: #6f6f6f;
        line-height: 17px;
    }

    .services-box:hover {
        text-align: center;
        background-color: #fafafa;
        border: 1px solid #e0e0e0;
        box-shadow: inset 0 1px 1px #fff;
    }

.service-icon {
    display: block;
    width: 124px;
    height: 124px;
    background-image: url('../images/sprites/aboutus-icons.png');
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .service-icon.service-icon-responsive {
        background-position: 0 0;
    }

    .service-icon.service-icon-panel {
        background-position: -124px 0;
    }

    .service-icon.service-icon-sliders {
        background-position: -248px 0;
    }

    .service-icon.service-icon-support {
        background-position: -372px 0;
    }

.services-box:hover .service-icon.service-icon-responsive {
    background-position: 0 -124px;
}

.services-box:hover .service-icon.service-icon-panel {
    background-position: -124px -124px;
}

.services-box:hover .service-icon.service-icon-sliders {
    background-position: -248px -124px;
}

.services-box:hover .service-icon.service-icon-support {
    background-position: -372px -124px;
}

.progress-container h4 {
    font: 700 11px/15px "PT Sans", sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}

#testimonials-section {
    background-size: cover;
    -webkit-background-size: cover;
    background-image: url('../images/testimonialsbg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    color: #fff;
    padding: 60px 0;
    overflow: hidden;
}

    #testimonials-section h3 {
        position: relative;
        font-size: 28px;
        line-height: 1;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 90px;
    }

    #testimonials-section .small-bottom-border {
        background-color: #fff;
        margin-top: 30px;
    }

.about-us-testimonials .testimonial-title {
    display: block;
    font: 700 21px/1 "PT Sans", sans-serif;
    margin-bottom: 20px;
}

.about-us-testimonials {
    padding-bottom: 50px;
}

    .about-us-testimonials p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .about-us-testimonials .testimonial-owner {
        font: italic 700 16px/21px "PT Sans", sans-serif;
    }

    .about-us-testimonials .testimonial-date {
        font: italic 400 14px/21px "PT Sans", sans-serif;
    }

    .about-us-testimonials .flex-control-paging li a {
        background: #fff;
    }

        .about-us-testimonials .flex-control-paging li a:hover {
            background: #fff;
            transform: scale(1.4);
            -webkit-transform: scale(1.4);
            -moz-transform: scale(1.4);
            -ms-transform: scale(1.4);
            -o-transform: scale(1.4);
        }

        .about-us-testimonials .flex-control-paging li a.flex-active {
            background: #fff;
            cursor: default;
            transform: scale(1.4);
            -webkit-transform: scale(1.4);
            -moz-transform: scale(1.4);
            -ms-transform: scale(1.4);
            -o-transform: scale(1.4);
        }

#team-members-slider-container img {
    border: 1px solid #e0e0e0;
}

.team-member-header {
    margin-bottom: 60px;
}

    .team-member-header figure {
        max-width: 360px;
        display: block;
    }

    .team-member-header blockquote {
        padding: 35px 20px 10px 35px;
    }


        .team-member-header blockquote:before {
            left: 0;
        }

    .team-member-header .team-member-name {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .team-member-header .team-member-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .team-member-header .team-member-extra {
        margin-top: 20px;
    }

        .team-member-header .team-member-extra .social-links li.smaller-social-icons {
            margin-top: 4px;
        }

    .team-member-header .team-member-contact {
        font: italic 400 13px/1.5 Verdana, Arial, sans-serif;
        color: #888;
    }

.team-member-name {
    font: 700 16px/17px "PT Sans", sans-serif;
    color: #666666;
}

.team-member-title {
    color: #888888;
    font-size: 13px;
    line-height: 17px;
}

.team-member {
    margin-bottom: 35px;
}

    .team-member img {
        width: 100%;
    }

    .team-member .team-member-name {
        margin-bottom: 8px;
    }

    .team-member figure {
        margin-bottom: 20px;
    }

/* =============================================
------------ 20.404 Page   ----------
==============================================*/


#content.no-content {
    background-image: url('../images/404.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: 50% 50%;
    min-height: 900px;
    position: relative;
}

.no-content .no-content-comment {
    width: 480px;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    top: 40px;
    background-image: url('../images/404-comment.png');
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 50px;
}

.no-content-comment h2 {
    font: 700 110px/0.8 "Gudea", Arial, sans-serif;
    color: #c19a3e;
    text-shadow: 8px 4px 0 rgba(0,0,0, 0.1);
    margin-bottom: 15px;
}

.no-content-comment h3 {
    font: 700 25px/35px "PT Sans", Arial, sans-serif;
    color: #515251;
}

    .no-content-comment h2 span,
    .no-content-comment h3 span {
        opacity: 0;
    }


/* Checkbox and Radio buttons */

.form-group .btn-group-full-width {
    width: 100%;
}

.form-group input[type="radio"],
.form-group input[type="checkbox"] {
    display: none;
}

    .form-group input[type="checkbox"] + .btn-group > label.btn,
    .form-group input[type="radio"] + .btn-group > label.btn {
        padding: 8px 12px;
    }

.form-group-sm input[type="checkbox"] + .btn-group > label.btn,
.form-group-sm input[type="radio"] + .btn-group > label.btn {
    /*padding:0px 12px;*/
    padding: 0.4em 12px;
}

.form-group input[type="checkbox"] + .btn-group > label,
.form-group input[type="radio"] + .btn-group > label {
    white-space: normal;
}

    .form-group input[type="checkbox"] + .btn-group > label.btn-default,
    .form-group input[type="radio"] + .btn-group > label.btn-default {
        color: #333;
        background-color: #fff;
    }

    .form-group input[type="checkbox"] + .btn-group > label.btn-primary,
    .form-group input[type="radio"] + .btn-group > label.btn-primary {
        color: #fff;
        background-color: #428bca;
        border-color: #357ebd;
    }

    .form-group input[type="checkbox"] + .btn-group > label.btn-success,
    .form-group input[type="radio"] + .btn-group > label.btn-success {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .form-group input[type="checkbox"] + .btn-group > label.btn-info,
    .form-group input[type="radio"] + .btn-group > label.btn-info {
        color: #fff;
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .form-group input[type="checkbox"] + .btn-group > label.btn-warning,
    .form-group input[type="radio"] + .btn-group > label.btn-warning {
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .form-group input[type="checkbox"] + .btn-group > label.btn-danger,
    .form-group input[type="radio"] + .btn-group > label.btn-danger {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .form-group input[type="checkbox"] + .btn-group > label.btn-link,
    .form-group input[type="radio"] + .btn-group > label.btn-link {
        font-weight: normal;
        color: #428bca;
        border-radius: 0;
    }

    .form-group input[type="radio"] + .btn-group > label span:first-child,
    .form-group input[type="checkbox"] + .btn-group > label span:first-child {
        display: none;
    }

        .form-group input[type="radio"] + .btn-group > label span:first-child + span,
        .form-group input[type="checkbox"] + .btn-group > label span:first-child + span {
            display: inline-block;
        }

.form-group input[type="radio"]:checked + .btn-group > label span:first-child,
.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

    .form-group input[type="radio"]:checked + .btn-group > label span:first-child + span,
    .form-group input[type="checkbox"]:checked + .btn-group > label span:first-child + span {
        display: none;
    }

.form-group input[type="checkbox"] + .btn-group > label span[class*="fa-"],
.form-group input[type="radio"] + .btn-group > label span[class*="fa-"] {
    width: 15px;
    float: left;
    margin: 4px 0 2px -2px;
}

.form-group input[type="checkbox"] + .btn-group > label span.content,
.form-group input[type="radio"] + .btn-group > label span.content {
    margin-left: 10px;
}
/* End::Checkbox and Radio buttons */

/*#region Detail Table */

tr.detail-view > td {
    padding: 5px 0 !important;
}

.detail-view .list-group {
    overflow: hidden;
    margin-bottom: 0 !important;
}

    .detail-view .list-group .list-group-item {
        padding: 0 !important;
    }

        .detail-view .list-group .list-group-item > .row > div > div {
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .detail-view .list-group .list-group-item > .row > div > div:first-child {
                border-right: 1px solid #dcdcdc;
                background: #f5f5f5;
            }

            .detail-view .list-group .list-group-item > .row > div > div:last-child {
            }

/*#endregion */


/*#region Materyals */

/*#region CheckBoxes */

.form-group input[type="checkbox"] + .btn-group.btn-checkbox > label.btn, .form-group .btn-checkbox input[type="radio"] + .btn-group.btn-checkbox > label.btn {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px;
    border-style: solid;
    border-color: #c19a3e;
    background-color: #F5F5F5;
    padding: 8px 12px;
    text-align: left;
}

    .form-group input[type="checkbox"] + .btn-group.btn-checkbox > label.btn:hover, .form-group .btn-checkbox input[type="radio"] + .btn-group.btn-checkbox > label.btn:hover {
        background-color: #E0E0E0;
    }

.form-group input[type="radio"]:checked + .btn-group.btn-checkbox > label.btn, .form-group input[type="checkbox"]:checked + .btn-group.btn-checkbox > label.btn {
    background-color: #E0E0E0;
}

.form-group input[type="checkbox"] + .btn-group.btn-checkbox.padding-2 > label.btn, .form-group .btn-checkbox input[type="radio"] + .btn-group.btn-checkbox.padding-2 > label.btn {
    padding: 2px 12px;
}

.form-group input[type="checkbox"] + .btn-group.btn-checkbox.padding-5 > label.btn, .form-group .btn-checkbox input[type="radio"] + .btn-group.btn-checkbox.padding-5 > label.btn {
    padding: 5px 12px;
}



.form-group input[type="checkbox"] + .btn-group.btn-checkbox.chk-green > label.btn:hover, .form-group .btn-checkbox input[type="radio"] + .btn-group.btn-checkbox.chk-green > label.btn:hover {
    background-color: #A5D6A7;
}

.form-group input[type="radio"]:checked + .btn-group.btn-checkbox.chk-green > label.btn, .form-group input[type="checkbox"]:checked + .btn-group.btn-checkbox.chk-green > label.btn {
    background-color: #A5D6A7;
}

.form-group input[type="checkbox"] + .btn-group.btn-checkbox.chk-yellow > label.btn:hover, .form-group .btn-checkbox input[type="radio"] + .btn-group.btn-checkbox.chk-yellow > label.btn:hover {
    background-color: #FFF176;
}

.form-group input[type="radio"]:checked + .btn-group.btn-checkbox.chk-yellow > label.btn, .form-group input[type="checkbox"]:checked + .btn-group.btn-checkbox.chk-yellow > label.btn {
    background-color: #FFF176;
}




/*#endregion */

/*#region Dropdowns */

.input-criteria .input-group-addon {
    border-radius: 0 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px;
    border-style: solid;
    border-color: #969998;
}

    .input-criteria .input-group-addon.no-minwidth {
        min-width: 145px !important;
    }

    .input-criteria .input-group-addon.no-minwidth-zero {
        min-width: 1px !important;
    }

    .input-criteria .input-group-addon.padding-5 {
        padding: 5px 12px;
    }

.input-criteria .SumoSelect .CaptionCont {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px;
    border-style: solid;
    border-color: #c19a3e;
}

.input-criteria .SumoSelect:focus > .CaptionCont, .input-criteria .SumoSelect:hover > .CaptionCont, .input-criteria .SumoSelect.open > .CaptionCont {
    box-shadow: none;
}

.input-criteria.padding-2 .SumoSelect .CaptionCont {
    padding: 2px 8px;
}

.input-criteria.padding-5 .SumoSelect .CaptionCont {
    padding: 5px 8px;
}

.input-criteria .normal-selectbox.selectbox-addon {
    display: table-cell;
    position: relative;
    height: 38px;
    max-height: 38px;
    width: 0;
    vertical-align: top;
}

    .input-criteria .normal-selectbox.selectbox-addon .SumoSelect .CaptionCont {
        border-color: #969998;
    }

/*#endregion */

/*#region Input */
.input-criteria.input-criteria-only-input {
    display: block;
}

.input-criteria.input-criteria-quantity {
    width: 100%;
}

.input-criteria {
    min-width: 70px;
}

    .input-criteria .form-control {
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 2px;
        border-style: solid;
        border-color: #c19a3e;
        min-width: 36px;
    }

        .input-criteria .form-control:hover, .input-criteria .form-control:focus, .input-criteria .form-control:disabled {
            background-color: #E0E0E0;
        }

        .input-criteria .form-control.h-30 {
            height: 30px;
        }

    .input-criteria .input-group-btn {
        border-radius: 0;
        border-bottom: 2px solid #969998;
    }

        .input-criteria .input-group-btn .btn {
            border-radius: 0;
            padding: 7px 18px;
        }

        .input-criteria .input-group-btn:last-child > .btn, .input-criteria .input-group-btn:last-child > .btn-group {
            margin-left: 0;
        }

        .input-criteria .input-group-btn > .btn + .btn {
            margin-left: 0;
        }

    .input-criteria.input-group-sm > .input-group-btn > .btn {
        height: 30px;
        padding: 5px 12px;
    }

    .input-criteria.input-group-sm > .input-group-btn.input-group-btn-quantity > .btn {
        padding: 5px 5px;
    }

    .input-criteria.input-group-sm > .input-group-btn.input-quantity-btn > .btn {
        height: 15px;
        padding: 0 6px;
        float: left;
        line-height: 15px;
    }

    .input-criteria .input-group-text {
        padding-left: 8px;
        padding-right: 8px;
        display: table-cell;
        border-bottom: 2px solid #c19a3e;
        vertical-align: middle;
        line-height: 30px;
    }

    .input-criteria.only-input {
        width: 100%;
    }

/*#endregion */

/*#region Input Group Slider*/

.input-group-slider {
    margin-bottom: 10px;
}

    .input-group-slider > .slider.slider-horizontal {
        display: table-cell;
        width: 300px;
        vertical-align: top !important;
        border-bottom: 2px solid #969998;
    }

        .input-group-slider > .slider.slider-horizontal > .slider-track {
            height: 100%;
            margin-top: 0 !important;
            top: 0 !important;
            background-image: none;
            filter: none;
            background-color: #444645;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
        }


            .input-group-slider > .slider.slider-horizontal > .slider-track > .slider-selection {
                background-image: none;
                filter: none;
                background-color: #c19a3e;
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                border-radius: 0;
            }

        .input-group-slider > .slider.slider-horizontal > .slider-handle.min-slider-handle.round {
            width: 20px;
            height: 100%;
            background-color: #337ab7;
            background-image: none;
            filter: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 0px solid transparent;
            border-radius: 0;
        }



    .input-group-slider > .input-group-addon.input-group-slider-addon {
        text-align: center !important;
        min-width: 70px;
    }


    .input-group-slider > .slider.slider-horizontal > .tooltip {
        display: none;
    }

        .input-group-slider > .slider.slider-horizontal > .tooltip.in {
            display: block;
            margin-left: -25px !important;
        }

        .input-group-slider > .slider.slider-horizontal > .tooltip > .tooltip-inner {
            min-width: 50px;
        }



/*#endregion */

/*#region Switch Button */

.input-criteria .input-group-addon.switch-button {
    padding: 0;
    max-width: 50px;
    min-width: 50px;
}

    .input-criteria .input-group-addon.switch-button label {
        margin: 0;
    }

.onoffswitch3 {
    position: relative;
    /*width: 90px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 0px;
}

.onoffswitch3-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch3-inner > span {
        display: block;
        float: left;
        position: relative;
        width: 50%;
        height: 36px;
        padding: 0;
        line-height: 36px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch3-inner .onoffswitch3-active {
        padding-left: 10px;
        background-color: #EEEEEE;
        color: #FFFFFF;
    }

    .onoffswitch3-inner .onoffswitch3-inactive {
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #FFFFFF;
        text-align: right;
    }

.onoffswitch3-switch {
    display: block;
    width: 50%;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.onoffswitch3.swtich-custom .onoffswitch3-switch {
    width: 75%;
}

.onoffswitch3-active .onoffswitch3-switch {
    background: #444645;
    left: 0;
}

.onoffswitch3-inactive .onoffswitch3-switch {
    background: #A1A1A1;
    right: 0;
}

.onoffswitch3.swtich-custom .onoffswitch3-inactive .onoffswitch3-switch {
    background: #c19a3e;
}

.onoffswitch3-active .onoffswitch3-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 100%;
    border-style: solid;
    border-color: #444645 transparent transparent #444645;
    border-width: 18px 9px;
}

.onoffswitch3-inactive .onoffswitch3-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 100%;
    border-style: solid;
    border-color: transparent #A1A1A1 #A1A1A1 transparent;
    border-width: 18px 9px;
}

.onoffswitch3.swtich-custom .onoffswitch3-inactive .onoffswitch3-switch:before {
    border-color: transparent #c19a3e #c19a3e transparent;
}


.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}


/*#endregion */

/*#region Table Custome */
.table.table-custom {
    margin-bottom: 0;
    font-size: 13px;
    color: #444645;
}

    .table.table-custom > tbody > tr > td {
        vertical-align: middle;
    }

    .table.table-custom .col-break-all {
        white-space: normal;
        word-break: break-all;
    }

    .table.table-custom > thead > tr > th {
        border-bottom: 2px solid #c19a3e;
        background: #444645;
        color: #ffffff;
        padding: 10px 4px;
        margin-bottom: 0;
    }


    .table.table-custom > tbody > tr > th, .table.table-custom > tfoot > tr > th, .table.table-custom > thead > tr > td, .table.table-custom > tbody > tr > td, .table.table-custom > tfoot > tr > td {
        padding: 4px;
    }

.table > tbody > tr > td.text-right > .dropdown {
    display: table !important;
    float: right;
}

.table.table-custom > tbody > tr > td .table.table-custom > thead > tr > th {
    border-bottom: 2px solid #444645;
    background: #c19a3e;
}

.table.table-custom > tbody > tr.detail-view > td, .table.table-custom > tbody > tr.detail-view:hover > td {
    background-color: #444645;
    color: #c19a3e;
}

    .table.table-custom > tbody > tr.detail-view > td > .detail-view-loader, .table.table-custom > tbody > tr.detail-view:hover > td > .detail-view-loader {
        color: #c19a3e;
    }

.export-items {
    text-align: right;
    margin-bottom: 10px;
}

    .export-items .btn {
        /*border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;*/
        /*border-bottom:0;*/
    }

    .export-items .btn-custom-2:hover {
        /*background-color:#777;
    border-bottom:0;*/
    }


.table.table-tooltip {
    width: auto;
    max-width: 370px;
    margin-bottom: 0;
    margin-left: -8px;
    margin-right: -8px;
}

    .table.table-tooltip > tbody > tr > td {
        padding: 4px;
    }

        .table.table-tooltip > tbody > tr > td:first-child {
            color: #c19a3e;
            background: #f5f5f5;
        }

        .table.table-tooltip > tbody > tr > td:last-child {
            background: #ffffff;
        }

.table-responsive.compare-table {
    width: 100%;
    margin-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0;
}

    .table-responsive.compare-table tbody {
        border-bottom: 1px solid #ddd;
    }

    .table-responsive.compare-table > .table > thead > tr > th,
    .table-responsive.compare-table > .table > tbody > tr > th,
    .table-responsive.compare-table > .table > tfoot > tr > th,
    .table-responsive.compare-table > .table > thead > tr > td,
    .table-responsive.compare-table > .table > tbody > tr > td,
    .table-responsive.compare-table > .table > tfoot > tr > td {
        white-space: normal;
        vertical-align: top;
        max-width: 20%;
        width: 20%;
        min-width: 120px;
        border-right: 1px solid #ddd;
    }

        .table-responsive.compare-table > .table > thead > tr > th:first-child,
        .table-responsive.compare-table > .table > tbody > tr > th:first-child,
        .table-responsive.compare-table > .table > tfoot > tr > th:first-child,
        .table-responsive.compare-table > .table > thead > tr > td:first-child,
        .table-responsive.compare-table > .table > tbody > tr > td:first-child,
        .table-responsive.compare-table > .table > tfoot > tr > td:first-child {
            border-left: 1px solid #ddd;
        }

    .table-responsive.compare-table .item-name {
        font: 700 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
        /*font-size: 14px;
        font-weight:700;*/
    }

        .table-responsive.compare-table .item-name a {
            font-size: 14px;
        }

    .table-responsive.compare-table figure img {
        max-width: 100%;
        display: block;
        height: auto;
        min-height: 120px;
        min-width: 120px;
        margin: 0 auto;
    }

.table.table-custom > tbody > tr.detail-view .tab-container .tab-content {
    background: #333333;
    border-color: #333333;
}

    .table.table-custom > tbody > tr.detail-view .tab-container .tab-content .tab-pane {
        background: #333333;
    }
/*#endregion */


/*#region Tabs */

.tab-container .nav-tabs.nav-justified {
    /*border: 1px solid #c19a3e;
    border-bottom:0;*/
}

    .tab-container .nav-tabs.nav-justified > li.active > a,
    .tab-container .nav-tabs.nav-justified > li.active > a:hover,
    .tab-container .nav-tabs.nav-justified > li.active > a:focus {
        background: #444645 !important;
        color: #ffffff !important;
    }



/*#endregion */


/*#region Radio Button List */

.btn-group-radio-eryaz {
    border-bottom: 2px solid #c19a3e;
}

    .btn-group-radio-eryaz .btn {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .btn-group-radio-eryaz .btn.btn-default {
            background-color: #E0E0E0;
            color: #444645;
        }

            .btn-group-radio-eryaz .btn.btn-default:hover {
                background-color: #444645;
                color: #ffffff;
                border-color: #444645;
            }

            .btn-group-radio-eryaz .btn.btn-default.active {
                background-color: #c19a3e;
                color: #ffffff;
                border-color: #c19a3e;
            }

        .btn-group-radio-eryaz .btn span.glyphicon {
            display: none;
        }

        .btn-group-radio-eryaz .btn.active span.glyphicon {
            display: inline;
        }

/*#endregion */


/*#region Folders */

.folders-box {
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 0px;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

    .folders-box h3 {
        font: 400 18px/1 "Pt Sans", sans-serif;
        color: #474646;
        position: relative;
        margin-bottom: 30px;
    }

        .folders-box h3 a {
            color: #474646;
        }

            .folders-box h3 a:hover {
                color: #c19a3e;
            }

    .folders-box p {
        font-size: 14px;
        color: #6f6f6f;
        line-height: 17px;
    }

    .folders-box:hover {
        text-align: center;
        background-color: #fafafa;
        border: 1px solid #e0e0e0;
        box-shadow: inset 0 1px 1px #fff;
    }

.folders-icon {
    display: block;
    width: 156px;
    height: 156px;
    background-color: #f4f4f4;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 2px solid #d0d0d0;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.4s ease-in;
    position: relative;
    overflow: hidden;
}


.folders-box .folders-icon img.folders-icon-img {
    display: inline-block;
    width: auto !important;
    min-width: 156px !important;
    max-width: 312px !important;
    height: auto !important;
    min-height: 156px !important;
    max-height: 312px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.folders-box .folders-icon img.folders-icon-img,
.folders-box .folders-icon > i.fa,
.folders-box .folders-icon a.folders-download {
    -moz-transition: top 0.3s ease-in-out;
    -o-transition: top 0.3s ease-in-out;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}


.folders-box .folders-icon > i.fa,
.folders-box .folders-icon a.folders-download {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.folders-box .folders-icon a.folders-download {
    top: -200%;
    color: #c19a3e;
}


.folders-box:hover .folders-icon {
    border: 2px solid #c19a3e;
}

    .folders-box:hover .folders-icon > i.fa,
    .folders-box:hover .folders-icon img.folders-icon-img {
        top: -200%;
    }

    .folders-box:hover .folders-icon a.folders-download {
        top: 50%;
    }

/*#endregion */

/*#region Customer Dwopdown */

.dropdown-customer {
    line-height: 32px;
}

    .dropdown-customer .btn {
        line-height: 34px;
        padding: 0 10px !important;
    }

        .dropdown-customer .btn .dropdown-customer-icon {
            display: inline-block;
            position: relative;
            width: 32px;
            height: 32px;
            border: 2px solid #ffffff;
            background: #ffffff;
            border-radius: 50%;
            overflow: hidden;
            float: left;
        }

            .dropdown-customer .btn .dropdown-customer-icon .dropdown-customer-icon-img {
                min-width: 32px;
                max-width: 40px;
                min-height: 32px;
                max-height: 40px;
                position: absolute;
                top: 50%;
                left: 50%;
                -moz-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }


    .dropdown-customer .dropdown-menu li:first-child {
        padding: 10px 0;
    }

        .dropdown-customer .dropdown-menu li:first-child div:last-child {
            padding: 5px 5px 0 5px;
            font-size: 12px;
            color: #444645;
            line-height: 18px;
            font-weight: bold;
            text-align: center;
        }

        .dropdown-customer .dropdown-menu li:first-child div.ellipsis:last-child {
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            max-width: 200px;
        }

    .dropdown-customer .dropdown-menu .dropdown-customer-icon-big {
        display: block;
        position: relative;
        width: 100px;
        height: 100px;
        border: 2px solid #ffffff;
        background: #ffffff;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 50px;
        clear: both;
    }

        .dropdown-customer .dropdown-menu .dropdown-customer-icon-big .dropdown-customer-icon-img-big {
            min-width: 100px;
            max-width: 120px;
            min-height: 100px;
            max-height: 120px;
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

/*#endregion */

/*#endregion */
/*#region Menu Eryaz */
#main-nav-container.small-menu {
    padding: 0;
    height: 48px;
    line-height: 48px;
}

    #main-nav-container.small-menu .dropdown-cart-menu-container {
        padding-bottom: 0;
    }

    #main-nav-container.small-menu #main-nav .menu li {
        padding-bottom: 0;
    }

#main-nav-container #main-nav .menu li a {
    position: relative;
}


#main-nav-container #main-nav .menu li:hover a {
    background: #fafafa;
    border-radius: 2px;
}


#main-nav-container #main-nav .menu li a > i {
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    -o-transform: translate(-50%,-50%) scale(0);
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    opacity: 0;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}


/*#endregion */
/*#region  Header-Box-Multi */

.header-box-multi {
    display: none;
    position: absolute;
    background: #c19a3e;
    top: 100%;
    /*left: -1px;*/
    right: 0;
    padding: 2px 0;
    min-width: 100%;
    margin: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.header-box.contact-phones:hover .header-box-multi {
    display: block;
}

.header-box-multi > ul {
    background: #ffffff;
    min-width: 100%;
}

    .header-box-multi > ul > li {
        display: table;
        clear: both;
        padding: 5px !important;
        border-bottom: 1px solid #dcdcdc;
    }


        .header-box-multi > ul > li:last-child {
            border-bottom: 0;
        }

        .header-box-multi > ul > li > .header-box-icon {
            margin: 0;
            min-width: 56px;
            max-width: 56px;
            display: table-cell;
            vertical-align: middle;
        }

        .header-box-multi > ul > li > ul {
            display: table-cell;
            vertical-align: middle;
            padding-left: 5px;
        }

            .header-box-multi > ul > li > ul > li {
                white-space: nowrap;
                max-width: 200px;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                padding-left: 1px !important;
            }

/*#endregion */

/*#region Header Box Basket */

/*.header-box.header-basket {
    position: relative;
    min-height: 68px;
    background: #812529;
    color: #ffffff;
    display: table;
}

    .header-box.header-basket .header-basket-main {
        display: table-cell;
        width: 100%;
        float: none;
        vertical-align: middle;
    }

        .header-box.header-basket .header-basket-main .header-basket-row {
            display: table;
            width: 100%;
            padding: 0 10px;
        }

            .header-box.header-basket .header-basket-main .header-basket-row .header-box-icon {
                display: table-cell;
                padding-right: 10px;
                position: relative;
            }

                .header-box.header-basket .header-basket-main .header-basket-row .header-box-icon .header-box-piece {
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    border-radius: 20px;
                    background-color: #ffffff;
                    color: #812529;
                    display: table;
                    border: 1px solid #cfcfcf;
                    top: -2px;
                    overflow: hidden;
                    left: 50%;
                    font-size: 11px;
                }

                    .header-box.header-basket .header-basket-main .header-basket-row .header-box-icon .header-box-piece span {
                        font-weight: bold;
                        display: table-cell;
                        vertical-align: middle;
                        text-align: center;
                    }

            .header-box.header-basket .header-basket-main .header-basket-row .header-box-baskets {
                display: table-cell;
                vertical-align: middle;
                font-weight: bold;
            }

                .header-box.header-basket .header-basket-main .header-basket-row .header-box-baskets span {
                    display: table;
                    width: 100%;
                    text-align: center;
                }

                    .header-box.header-basket .header-basket-main .header-basket-row .header-box-baskets span:first-child {
                        font-weight: bold;
                        font-size: 15px;
                    }


/*#endregion*/
/*region New Header Box Style*/

.header-basket {
    display: table;
    margin-right: 5px;
}

    .header-basket:hover {
        cursor: pointer;
    }

    .header-basket .header-basket-main {
        display: table;
        width: 100%;
        border: 3px solid #eeeeee;
        min-width: 160px;
    }

        .header-basket .header-basket-main .header-basket-row {
            display: table;
            width: 100%;
        }

            .header-basket .header-basket-main .header-basket-row .header-box-icon {
                display: table-cell;
                position: relative;
                border-right: 1px solid #eeeeee;
                padding: 0 10px;
                width: 30%;
                vertical-align: middle;
                height: 62px;
                line-height: 62px;
                background-image: none;
            }

                .header-basket .header-basket-main .header-basket-row .header-box-icon i {
                    font-size: 25px;
                    color: #222222;
                    vertical-align: middle;
                }

                .header-basket .header-basket-main .header-basket-row .header-box-icon .header-box-piece {
                    position: absolute;
                    display: block;
                    width: 20px;
                    height: 20px;
                    border-radius: 20px;
                    background: #0485cc;
                    top: 10%;
                    left: 50%;
                }

                    .header-basket .header-basket-main .header-basket-row .header-box-icon .header-box-piece span {
                        display: block;
                        line-height: 20px;
                        color: #ffffff;
                        text-align: center;
                    }

            .header-basket .header-basket-main .header-basket-row .header-box-baskets {
                display: table-cell;
                width: 70%;
                vertical-align: middle;
                padding: 0 10px;
                line-height: 62px;
                height: 62px;
            }

                .header-basket .header-basket-main .header-basket-row .header-box-baskets span {
                    display: table;
                    width: 100%;
                    font-family: 'Poppins', sans-serif;
                    font-size: 15px;
                    line-height: 18px;
                    padding: 2px 0px;
                    width: 100%;
                    text-align: center;
                    font-style: normal;
                    color: #222222;
                }

/*#endregion*/

/*#region Search Box Style*/

.header-searchbox {
    display: table;
    position: relative;
    margin-right: 5px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

    .header-searchbox:hover {
        cursor: pointer;
    }

        .header-searchbox:hover:after {
            height: 100%;
        }

    .header-searchbox:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-searchbox .header-search-main {
        border: 3px solid #eeeeee;
        display: table;
        width: 100%;
        padding: 2px 5px;
    }

        .header-searchbox .header-search-main .header-search-icon {
            display: table;
            width: 100%;
            padding: 3px 0;
        }

            .header-searchbox .header-search-main .header-search-icon span {
                display: table;
                margin: 0 auto;
            }

                .header-searchbox .header-search-main .header-search-icon span i {
                    font-size: 25px;
                    color: #222222;
                }

    .header-searchbox:hover .header-search-main .header-search-icon span i {
        color: #ffffff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header-searchbox .header-search-main .header-search-text {
        display: table;
        width: 100%;
        padding: 3px 0;
    }

        .header-searchbox .header-search-main .header-search-text span {
            font-family: 'Poppins', sans-serif;
            font-size: 15px;
            line-height: 18px;
            color: #222222;
        }

    .header-searchbox:hover .header-search-main .header-search-text span {
        color: #ffffff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
/*#endregion*/

/*#region Search Box FullScreen*/

.searchbox-full {
    width: 100%;
    position: fixed;
    height: 0;
    /*background: rgba(0, 131, 203, 0.90);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    z-index: 1000;
}

    .searchbox-full.open {
        visibility: visible;
        height: 100%;
    }

    .searchbox-full .searchbox-main {
        display: none;
        width: 100%;
        position: relative;
        height: 100%;
    }

    .searchbox-full.open .searchbox-main {
        display: table;
    }

    .searchbox-full .searchbox-main > *,
    .searchbox-full .searchbox-main .search-box-col > * {
        font-family: 'Poppins', sans-serif;
    }

    .searchbox-full .searchbox-main .search-box-col {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
        width: 50%;
    }

        .searchbox-full .searchbox-main .search-box-col .searchboxs {
            display: table;
            width: 80%;
            margin: 0 auto;
        }

            .searchbox-full .searchbox-main .search-box-col .searchboxs .searchbox-head {
                display: table;
                width: 100%;
                color: #ffffff;
                padding: 5px 0;
                font-size: 20px;
                font-style: normal;
            }

            .searchbox-full .searchbox-main .search-box-col .searchboxs .searchboxs-form {
                display: table;
                width: 100%;
                padding: 10px 0;
            }

                .searchbox-full .searchbox-main .search-box-col .searchboxs .searchboxs-form .searchbox-input {
                    width: 95%;
                    display: table-cell;
                    position: relative;
                    vertical-align: middle;
                }

                    .searchbox-full .searchbox-main .search-box-col .searchboxs .searchboxs-form .searchbox-input input[type="text"] {
                        font-size: 16px;
                        background: 0;
                        border: 0;
                        border-bottom: 1px solid #ffffff;
                        padding: 5px 0;
                        display: table;
                        width: 100%;
                        color: #ffffff;
                    }

                        .searchbox-full .searchbox-main .search-box-col .searchboxs .searchboxs-form .searchbox-input input[type="text"]::placeholder {
                            color: #ffffff;
                        }


                        .searchbox-full .searchbox-main .search-box-col .searchboxs .searchboxs-form .searchbox-input input[type="text"] ~ .focus-border {
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 0;
                            height: 2px;
                            /*background-color: #333333;*/
                            transition: 0.4s;
                        }


                        .searchbox-full .searchbox-main .search-box-col .searchboxs .searchboxs-form .searchbox-input input[type="text"]:focus ~ .focus-border {
                            width: 100%;
                            transition: 0.4s;
                        }

                        .searchbox-full .searchbox-main .search-box-col .searchboxs .searchboxs-form .searchbox-input input[type="text"]:focus {
                            color: #fafafa;
                        }

                .searchbox-full .searchbox-main .search-box-col .searchboxs .searchboxs-form .searchbox-btn {
                    width: 5%;
                    display: table-cell;
                    vertical-align: middle;
                }

                    .searchbox-full .searchbox-main .search-box-col .searchboxs .searchboxs-form .searchbox-btn .search-btn {
                        background: 0;
                        display: table;
                        width: 100%;
                        border: 0;
                    }

                        .searchbox-full .searchbox-main .search-box-col .searchboxs .searchboxs-form .searchbox-btn .search-btn i {
                            font-size: 22px;
                            color: #ffffff;
                        }

    .searchbox-full .searchbox-main .close-icons {
        opacity: 1;
        pointer-events: auto;
        display: table-cell;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        width: 36px;
        height: 36px;
        position: absolute;
        right: 1em;
        top: 1em;
        overflow: hidden;
        text-indent: 100%;
        cursor: pointer;
    }

        .searchbox-full .searchbox-main .close-icons:before,
        .searchbox-full .searchbox-main .close-icons:after {
            content: '';
            position: absolute;
            width: 2px;
            height: 100%;
            top: 0;
            left: 50%;
            border-radius: 3px;
            opacity: 0.5;
            background: #ffffff;
            z-index: 1000;
        }

        .searchbox-full .searchbox-main .close-icons:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .searchbox-full .searchbox-main .close-icons:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .searchbox-full .searchbox-main .close-icons:hover {
            cursor: pointer;
        }

    .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-head {
        display: table;
        width: 100%;
        padding: 5px 0;
        text-align: center;
        color: #ffffff;
    }

    .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main {
        display: block;
        width: 100%;
        float: left;
        padding: 5px 0;
    }

        .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols {
            display: block;
            width: 50%;
            float: left;
            cursor: pointer;
            padding: 10px;
        }

            .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .searchbox-new-product-bg {
                padding: 0.80em;
                /*background: #0073b3;*/
                border-radius: 5px;
            }

            .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .product-image {
                width: 30%;
                display: inline-block;
                vertical-align: middle;
            }

                .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .product-image img {
                    margin: 0 auto;
                    width: 100%;
                }

            .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .product-details {
                display: inline-block;
                width: 68%;
                vertical-align: middle;
                padding-left: 10px;
            }

                .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .product-details span {
                    display: block;
                    padding: 3px 0;
                    color: #ffffff;
                }

                    .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .product-details span:first-child {
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

.predicted-Word-input .predicted-Word-input-addon {
    min-width: 32px !important;
    max-width: 32px !important;
    background-color: #d9534f !important;
    border-color: #d9534f !important;
    color: #ffffff !important;
}

.predicted-Word-input .form-control {
    color: #d9534f !important;
    border-color: #d9534f !important;
}

.predicted-Word {
    background: #f2f2f2;
    border-bottom: 2px solid #5cb85c;
    padding: 6px 12px;
    display: table;
    width: 100%;
}

@media only screen and (min-width : 1024px) and (max-width : 1280px) {

    .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .product-image {
        margin: 0;
    }
}


@media only screen and (min-width : 768px) and (max-width : 1023px) {

    .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main {
        height: 400px;
        overflow-y: scroll;
    }

        .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .product-image {
            margin: 0;
        }

        .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols {
            width: 100%;
            float: none;
        }

            .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .product-details {
                max-width: 200px;
            }
}

@media only screen and (min-width : 501px) and (max-width : 767px) {

    .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main {
        height: auto;
        overflow-y: scroll;
    }

        .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .product-image {
            margin: 0;
        }

        .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols {
            width: 100%;
            float: none;
        }

            .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .product-details {
                max-width: 200px;
            }
}

@media only screen and (min-width : 320px) and (max-width :500px) {
    .searchbox-full .searchbox-main .search-box-col {
        display: table;
        width: 100%;
    }

        .searchbox-full .searchbox-main .search-box-col .searchboxs .searchbox-head {
            text-align: center;
        }

        .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main {
            height: auto;
            overflow-y: scroll;
        }

            .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .product-image {
                margin: 0;
            }

            .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols {
                width: 100%;
                float: none;
            }

                .searchbox-full .searchbox-main .search-box-col .searchbox-new-product-main .searchbox-new-product-cols .product-details {
                    max-width: 200px;
                }
}


/*#endregion*/

/*#region Paddings and Margins */

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}


.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.dropdown-language .flag-icon {
    font-size: 16px;
}

/*#endregion */

/*#region Eryaz News*/
#news-slider-container {
}

    #news-slider-container .news .news-details {
        margin-bottom: 0;
        word-break: break-word;
    }

    #brand-slider-container .carousel-controls,
    #news-slider-container .carousel-controls {
        top: 4px;
        width: auto;
        padding-left: 7px;
    }
/*#endregion Eryaz News*/


/*#region Eryaz Footer */

.signature {
    text-align: right;
    line-height: 48px;
    display: inline-block;
    margin: 0 !important;
}

    .signature .signature-content {
        display: inline-block;
    }

        .signature .signature-content a {
            display: block;
            width: 35px;
            height: 45px;
            line-height: 48px;
            background: url('../images/logo-eryaz.png') 50% 50% no-repeat;
            background-size: auto auto;
            background-size: 100%;
            -webkit-filter: brightness(0) invert(1);
            -moz-filter: brightness(0) invert(1);
            -ms-filter: brightness(0) invert(1);
            -o-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); /* IE 6-9 */
            -moz-transition: all ease-in-out .5s;
            -o-transition: all ease-in-out .5s;
            -webkit-transition: all ease-in-out .5s;
            transition: all ease-in-out .5s;
            float: right;
            white-space: nowrap;
        }

            .signature .signature-content a:hover {
                display: block;
                width: 35px;
                height: 45px;
                line-height: 48px;
                background: url('../images/logo-eryaz.png') 50% 50% no-repeat;
                background-size: auto auto;
                background-size: 100%;
                -webkit-filter: brightness(1) invert(0);
                -moz-filter: brightness(1) invert(0);
                -ms-filter: brightness(1) invert(0);
                -o-filter: brightness(1) invert(0);
                filter: brightness(1) invert(0);
                filter: brightness(1) invert(0); /* IE 6-9 */
            }

#footer-bottom .other-link {
    display: inline-block;
    margin: 0 5px;
}

    #footer-bottom .other-link a {
        margin-left: 5px;
        white-space: nowrap;
    }

        #footer-bottom .other-link a:before {
            padding-right: 2px;
            content: '\f105';
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 14px;
            font-size: inherit;
            text-rendering: auto;
            color: #c19a3e;
        }

/*#endregion */
/*#region Instalment Table Styles */

.payment-installment-boxs-wrapper {
    display: block;
    width: 100%;
    height: auto;
}

    .payment-installment-boxs-wrapper + .payment-installment-message-box {
        display: block;
        width: 100%;
        height: auto;
        margin: 5px 0 0 0;
        clear: both;
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: auto;
        margin: 0 0 5px 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 0px;
        overflow: hidden;
        clear: both;
    }

        .payment-installment-boxs-wrapper .payment-installment-boxs:last-child {
            margin: 0;
        }

.widget .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    float: left;
}

.payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
    text-align: center;
    float: left;
}

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box:first-child,
    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box:last-child {
        overflow: hidden;
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 20px;
        color: #ffffff;
        clear: both;
    }

        .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .card-image,
        .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content,
        .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .bank-logo {
            display: block;
            width: 100%;
            height: auto;
            padding: 10px;
            clear: both;
        }

        .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .card-image {
            background-color: #333333;
            background-color: rgba(51, 51, 51,0.1);
        }

            .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .card-image .card-image-content {
                display: table;
                width: 100%;
                height: auto;
                max-height: 80px;
                text-align: center;
                clear: both;
            }

                .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .card-image .card-image-content img {
                    display: table-cell;
                    width: auto;
                    height: auto;
                    width: auto;
                    height: 100%;
                    max-width: 100%;
                    max-height: inherit;
                    margin: auto;
                    vertical-align: middle;
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                    overflow: hidden;
                    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
                    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
                    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
                    float: none;
                    border: none;
                }

        .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content {
            line-height: 30px;
            min-height: 200px;
            height: 200px;
            max-height: 200px;
            padding: 5px;
            overflow: auto;
        }

            .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content .row-group {
                display: block;
                margin: 2px 0;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

                .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content .row-group:nth-child(even) {
                    background-color: #ffffff;
                    background-color: rgba(255, 255, 255,0.1);
                }

                .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content .row-group:nth-child(odd) {
                    background-color: #ffffff;
                    background-color: rgba(255, 255, 255,0.2);
                }

                .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content .row-group .rows {
                    display: block;
                }

                    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .installment-content .row-group .rows .img-icon {
                        width: auto;
                        height: auto;
                        max-width: 24px;
                        max-height: 24px;
                        display: inline-block !important;
                    }

        .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .bank-logo {
            height: 60px;
            background-color: #ffffff;
            background-color: rgba(255, 255, 255,0.25);
            padding: 5px;
        }

            .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .bank-logo .bank-logo-content {
                display: table;
                width: 100%;
                height: auto;
                text-align: center;
                clear: both;
            }

                .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .bank-logo .bank-logo-content img {
                    display: table-cell;
                    width: auto;
                    height: auto;
                    max-width: 137px;
                    max-height: 50px;
                    margin: auto;
                    vertical-align: middle;
                    float: none;
                    border: none;
                }

                .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .card-image,
                .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .card-image .card-image-content img,
                .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .bank-logo,
                .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box .bank-logo .bank-logo-content img {
                    -webkit-transition: all 200ms ease-in;
                    -moz-transition: all 200ms ease-in;
                    -ms-transition: all 200ms ease-in;
                    transition: all 200ms ease-in;
                }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box:hover .installment-box .card-image {
        background-color: rgba(51, 51, 51,0.3);
    }

        .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box:hover .installment-box .card-image .card-image-content img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box:hover .installment-box .bank-logo {
        background-color: rgba(255, 255, 255,0.5);
    }

        .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box:hover .installment-box .bank-logo .bank-logo-content img {
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
        }


    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-default {
        background-color: #4870b0;
        background-image: -webkit-gradient(linear, left top, right top, from(#4870b0), to(#00549e));
        background-image: -webkit-linear-gradient(left, #4870b0, #00549e);
        background-image: -moz-linear-gradient(left, #4870b0, #00549e);
        background-image: -ms-linear-gradient(left, #4870b0, #00549e);
        background-image: -o-linear-gradient(left, #4870b0, #00549e);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-qnb-finansbank {
        background-color: #870052;
        background-color: #0b0d36;
        background-image: -webkit-gradient(linear, left top, right top, from(#0b0d36), to(#880052));
        background-image: -webkit-linear-gradient(left, #0b0d36, #880052);
        background-image: -moz-linear-gradient(left, #0b0d36, #880052);
        background-image: -ms-linear-gradient(left, #0b0d36, #880052);
        background-image: -o-linear-gradient(left, #0b0d36, #880052);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-denizbank {
        background-color: #006cb1;
        background-image: -webkit-gradient(linear, left top, right top, from(#006cb1), to(#245496));
        background-image: -webkit-linear-gradient(left, #006cb1, #245496);
        background-image: -moz-linear-gradient(left, #006cb1, #245496);
        background-image: -ms-linear-gradient(left, #006cb1, #245496);
        background-image: -o-linear-gradient(left, #006cb1, #245496);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-yapikredi {
        background-color: #1366b2;
        background-image: -webkit-gradient(linear, left top, right top, from(#1366b2), to(#004990));
        background-image: -webkit-linear-gradient(left, #1366b2, #004990);
        background-image: -moz-linear-gradient(left, #1366b2, #004990);
        background-image: -ms-linear-gradient(left, #1366b2, #004990);
        background-image: -o-linear-gradient(left, #1366b2, #004990);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-citibank {
        background-color: #00b2ef;
        background-image: -webkit-gradient(linear, left top, right top, from(#00b2ef), to(#004d94));
        background-image: -webkit-linear-gradient(left, #00b2ef, #004d94);
        background-image: -moz-linear-gradient(left, #00b2ef, #004d94);
        background-image: -ms-linear-gradient(left, #00b2ef, #004d94);
        background-image: -o-linear-gradient(left, #00b2ef, #004d94);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-deutschebank {
        background-color: #0098db;
        background-image: -webkit-gradient(linear, left top, right top, from(#0098db), to(#0018a8));
        background-image: -webkit-linear-gradient(left, #0098db, #0018a8);
        background-image: -moz-linear-gradient(left, #0098db, #0018a8);
        background-image: -ms-linear-gradient(left, #0098db, #0018a8);
        background-image: -o-linear-gradient(left, #0098db, #0018a8);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-eurobank-tekfen,
    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-burganbank {
        background-color: #10a0dc;
        background-image: -webkit-gradient(linear, left top, right top, from(#10a0dc), to(#056caf));
        background-image: -webkit-linear-gradient(left, #10a0dc, #056caf);
        background-image: -moz-linear-gradient(left, #10a0dc, #056caf);
        background-image: -ms-linear-gradient(left, #10a0dc, #056caf);
        background-image: -o-linear-gradient(left, #10a0dc, #056caf);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-fibabanka {
        background-color: #006cb8;
        background-image: -webkit-gradient(linear, left top, right top, from(#006cb8), to(#0055c3));
        background-image: -webkit-linear-gradient(left, #006cb8, #0055c3);
        background-image: -moz-linear-gradient(left, #006cb8, #0055c3);
        background-image: -ms-linear-gradient(left, #006cb8, #0055c3);
        background-image: -o-linear-gradient(left, #006cb8, #0055c3);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-hsbcbank {
        background-color: #d40000;
        background-image: -webkit-gradient(linear, left top, right top, from(#d40000), to(#880000));
        background-image: -webkit-linear-gradient(left, #d40000, #880000);
        background-image: -moz-linear-gradient(left, #d40000, #880000);
        background-image: -ms-linear-gradient(left, #d40000, #880000);
        background-image: -o-linear-gradient(left, #d40000, #880000);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-ingbank {
        background-color: #ff6600;
        background-image: -webkit-gradient(linear, left top, right top, from(#ff6600), to(#b34700));
        background-image: -webkit-linear-gradient(left, #ff6600, #b34700);
        background-image: -moz-linear-gradient(left, #ff6600, #b34700);
        background-image: -ms-linear-gradient(left, #ff6600, #b34700);
        background-image: -o-linear-gradient(left, #ff6600, #b34700);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-ziraat {
        background-color: #ed1c24;
        background-image: -webkit-gradient(linear, left top, right top, from(#ed1c24), to(#8e1317));
        background-image: -webkit-linear-gradient(left, #ed1c24, #8e1317);
        background-image: -moz-linear-gradient(left, #ed1c24, #8e1317);
        background-image: -ms-linear-gradient(left, #ed1c24, #8e1317);
        background-image: -o-linear-gradient(left, #ed1c24, #8e1317);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-halkbank {
        background-color: #005696;
        background-color: #0198cf;
        background-image: -webkit-gradient(linear, left top, right top, from(#0198cf), to(#0175ab));
        background-image: -webkit-linear-gradient(left, #0198cf, #0175ab);
        background-image: -moz-linear-gradient(left, #0198cf, #0175ab);
        background-image: -ms-linear-gradient(left, #0198cf, #0175ab);
        background-image: -o-linear-gradient(left, #0198cf, #0175ab);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-vakifbank {
        background-color: #fcb000;
        background-image: -webkit-gradient(linear, left top, right top, from(#fcb000), to(#b07b00));
        background-image: -webkit-linear-gradient(left, #fcb000, #b07b00);
        background-image: -moz-linear-gradient(left, #fcb000, #b07b00);
        background-image: -ms-linear-gradient(left, #fcb000, #b07b00);
        background-image: -o-linear-gradient(left, #fcb000, #b07b00);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-adabank {
        background-color: #005700;
        background-color: #59b224;
        background-image: -webkit-gradient(linear, left top, right top, from(#59b224), to(#005700));
        background-image: -webkit-linear-gradient(left, #59b224, #005700);
        background-image: -moz-linear-gradient(left, #59b224, #005700);
        background-image: -ms-linear-gradient(left, #59b224, #005700);
        background-image: -o-linear-gradient(left, #59b224, #005700);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-abank {
        background-color: #e24307;
        background-color: #1c2a82;
        background-image: -webkit-gradient(linear, left top, right top, from(#1c2a82), to(#00055a));
        background-image: -webkit-linear-gradient(left, #1c2a82, #00055a);
        background-image: -moz-linear-gradient(left, #1c2a82, #00055a);
        background-image: -ms-linear-gradient(left, #1c2a82, #00055a);
        background-image: -o-linear-gradient(left, #1c2a82, #00055a);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-anadolu {
        background-color: #048bdb;
        background-image: -webkit-gradient(linear, left top, right top, from(#048bdb), to(#035b90));
        background-image: -webkit-linear-gradient(left, #048bdb, #035b90);
        background-image: -moz-linear-gradient(left, #048bdb, #035b90);
        background-image: -ms-linear-gradient(left, #048bdb, #035b90);
        background-image: -o-linear-gradient(left, #048bdb, #035b90);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-sekerbank {
        background-color: #007a51;
        background-image: -webkit-gradient(linear, left top, right top, from(#007a51), to(#002e1e));
        background-image: -webkit-linear-gradient(left, #007a51, #002e1e);
        background-image: -moz-linear-gradient(left, #007a51, #002e1e);
        background-image: -ms-linear-gradient(left, #007a51, #002e1e);
        background-image: -o-linear-gradient(left, #007a51, #002e1e);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-tekstilbank {
        background-color: #fa7901;
        background-image: -webkit-gradient(linear, left top, right top, from(#fa7901), to(#ae5401));
        background-image: -webkit-linear-gradient(left, #fa7901, #ae5401);
        background-image: -moz-linear-gradient(left, #fa7901, #ae5401);
        background-image: -ms-linear-gradient(left, #fa7901, #ae5401);
        background-image: -o-linear-gradient(left, #fa7901, #ae5401);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-turkishbank {
        background-color: #e26d3c;
        background-image: -webkit-gradient(linear, left top, right top, from(#e26d3c), to(#b6491b));
        background-image: -webkit-linear-gradient(left, #e26d3c, #b6491b);
        background-image: -moz-linear-gradient(left, #e26d3c, #b6491b);
        background-image: -ms-linear-gradient(left, #e26d3c, #b6491b);
        background-image: -o-linear-gradient(left, #e26d3c, #b6491b);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-teb {
        background-color: #00b04b;
        background-image: -webkit-gradient(linear, left top, right top, from(#00b04b), to(#015023));
        background-image: -webkit-linear-gradient(left, #00b04b, #015023);
        background-image: -moz-linear-gradient(left, #00b04b, #015023);
        background-image: -ms-linear-gradient(left, #00b04b, #015023);
        background-image: -o-linear-gradient(left, #00b04b, #015023);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-garanti {
        background-color: #2bab00;
        background-image: -webkit-gradient(linear, left top, right top, from(#2bab00), to(#0a340e));
        background-image: -webkit-linear-gradient(left, #2bab00, #0a340e);
        background-image: -moz-linear-gradient(left, #2bab00, #0a340e);
        background-image: -ms-linear-gradient(left, #2bab00, #0a340e);
        background-image: -o-linear-gradient(left, #2bab00, #0a340e);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-isbank {
        background-color: #003c6c;
        background-image: -webkit-gradient(linear, left top, right top, from(#003c6c), to(#0099cb));
        background-image: -webkit-linear-gradient(left, #003c6c, #0099cb);
        background-image: -moz-linear-gradient(left, #003c6c, #0099cb);
        background-image: -ms-linear-gradient(left, #003c6c, #0099cb);
        background-image: -o-linear-gradient(left, #003c6c, #0099cb);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-akbank {
        background-color: #b50306;
        background-color: #fe3d46;
        background-image: -webkit-gradient(linear, left top, right top, from(#fe3d46), to(#b50306));
        background-image: -webkit-linear-gradient(left, #fe3d46, #b50306);
        background-image: -moz-linear-gradient(left, #fe3d46, #b50306);
        background-image: -ms-linear-gradient(left, #fe3d46, #b50306);
        background-image: -o-linear-gradient(left, #fe3d46, #b50306);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-turkiye-finans {
        background-color: #00a6cd;
        background-image: -webkit-gradient(linear, left top, right top, from(#00a6cd), to(#404142));
        background-image: -webkit-linear-gradient(left, #00a6cd, #404142);
        background-image: -moz-linear-gradient(left, #00a6cd, #404142);
        background-image: -ms-linear-gradient(left, #00a6cd, #404142);
        background-image: -o-linear-gradient(left, #00a6cd, #404142);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-electronic-benefit-t {
        background-color: #4870b0;
        background-image: -webkit-gradient(linear, left top, right top, from(#4870b0), to(#4870b0));
        background-image: -webkit-linear-gradient(left, #4870b0, #4870b0);
        background-image: -moz-linear-gradient(left, #4870b0, #4870b0);
        background-image: -ms-linear-gradient(left, #4870b0, #4870b0);
        background-image: -o-linear-gradient(left, #4870b0, #4870b0);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-albaraka {
        background-color: #f78f1e;
        background-image: -webkit-gradient(linear, left top, right top, from(#f78f1e), to(#e51837));
        background-image: -webkit-linear-gradient(left, #f78f1e, #e51837);
        background-image: -moz-linear-gradient(left, #f78f1e, #e51837);
        background-image: -ms-linear-gradient(left, #f78f1e, #e51837);
        background-image: -o-linear-gradient(left, #f78f1e, #e51837);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-fortis {
        background-color: #00b04b;
        background-image: -webkit-gradient(linear, left top, right top, from(#00b04b), to(#015023));
        background-image: -webkit-linear-gradient(left, #00b04b, #015023);
        background-image: -moz-linear-gradient(left, #00b04b, #015023);
        background-image: -ms-linear-gradient(left, #00b04b, #015023);
        background-image: -o-linear-gradient(left, #00b04b, #015023);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-bank-asya {
        background-color: #222d65;
        background-image: -webkit-gradient(linear, left top, right top, from(#222d65), to(#0f142c));
        background-image: -webkit-linear-gradient(left, #222d65, #0f142c);
        background-image: -moz-linear-gradient(left, #222d65, #0f142c);
        background-image: -ms-linear-gradient(left, #222d65, #0f142c);
        background-image: -o-linear-gradient(left, #222d65, #0f142c);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-kuveytturk {
        background-color: #008d59;
        background-image: -webkit-gradient(linear, left top, right top, from(#008d59), to(#006754));
        background-image: -webkit-linear-gradient(left, #008d59, #006754);
        background-image: -moz-linear-gradient(left, #008d59, #006754);
        background-image: -ms-linear-gradient(left, #008d59, #006754);
        background-image: -o-linear-gradient(left, #008d59, #006754);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-t-bank {
        background-color: #d41f26;
        background-image: -webkit-gradient(linear, left top, right top, from(#d41f26), to(#86181b));
        background-image: -webkit-linear-gradient(left, #d41f26, #86181b);
        background-image: -moz-linear-gradient(left, #d41f26, #86181b);
        background-image: -ms-linear-gradient(left, #d41f26, #86181b);
        background-image: -o-linear-gradient(left, #d41f26, #86181b);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-aktif-yatirim {
        background-color: #ff0d01;
        background-image: -webkit-gradient(linear, left top, right top, from(#ff0d01), to(#b40800));
        background-image: -webkit-linear-gradient(left, #ff0d01, #b40800);
        background-image: -moz-linear-gradient(left, #ff0d01, #b40800);
        background-image: -ms-linear-gradient(left, #ff0d01, #b40800);
        background-image: -o-linear-gradient(left, #ff0d01, #b40800);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-odeabank {
        background-color: #273841;
        background-image: -webkit-gradient(linear, left top, right top, from(#273841), to(#071922));
        background-image: -webkit-linear-gradient(left, #273841, #071922);
        background-image: -moz-linear-gradient(left, #273841, #071922);
        background-image: -ms-linear-gradient(left, #273841, #071922);
        background-image: -o-linear-gradient(left, #273841, #071922);
    }

    .payment-installment-boxs-wrapper .payment-installment-boxs .payment-installment-box .installment-box.bank-ptt {
        background-color: #014fa3;
        background-image: -webkit-gradient(linear, left top, right top, from(#014fa3), to(#073a72));
        background-image: -webkit-linear-gradient(left, #014fa3, #073a72);
        background-image: -moz-linear-gradient(left, #014fa3, #073a72);
        background-image: -ms-linear-gradient(left, #014fa3, #073a72);
        background-image: -o-linear-gradient(left, #014fa3, #073a72);
    }

/*#endregion */


/*#region Custom Loading */
.custom-loading-wrapper,
.custom-loading-wrapper * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-loading-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.5);
    z-index: 99999;
    clear: both;
}

    .custom-loading-wrapper.active {
        display: block;
    }

.custom-loading {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 100px;
    margin-top: -50px;
    margin-left: -150px;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    clear: both;
}

    .custom-loading > img.custom-loading-img {
        display: block;
        width: auto;
        max-width: 280px;
        height: auto;
        max-height: 80px;
        margin: auto;
    }

    .custom-loading > img.logo {
        display: block;
        width: 100%;
        max-width: 300px;
        height: auto;
        max-height: 100px;
        margin: auto;
    }

    .custom-loading > img.loader {
        display: inline-block;
        margin: auto;
        line-height: 40px;
        vertical-align: middle;
    }

    .custom-loading > span.information {
        display: inline-block;
        line-height: 40px;
        font-weight: bold;
        font-size: 20px;
        color: #c19a3e;
        padding: 0 5px;
    }

    .custom-loading > .spinner {
        margin: 20px auto;
        width: 50px;
        height: 40px;
        text-align: center;
        font-size: 10px;
    }

        .custom-loading > .spinner > div {
            background-color: #ffffff;
            height: 100%;
            width: 6px;
            display: inline-block;
            -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
            animation: sk-stretchdelay 1.2s infinite ease-in-out;
        }

        .custom-loading > .spinner .rect2 {
            -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

        .custom-loading > .spinner .rect3 {
            -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
        }

        .custom-loading > .spinner .rect4 {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

        .custom-loading > .spinner .rect5 {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


@media only screen and (max-width:979px) {
    .title-bg:after {
        display: none;
    }
}

@media only screen and (min-width : 320px) and (max-width : 979px) {

    #main-nav-container #main-nav #responsive-nav ul li a i {
        font-size: 15px;
        margin-right: 5px;
    }

    #main-nav-container #main-nav #responsive-nav ul li a {
        font-size: 15px;
    }
}

@media only screen and (max-width:500px) {
    .cart-btn {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .basket-notes {
        display: table;
        width: 100%;
    }
}



/*#endregion */

/*Stock İcon Styles*/
.stock-full {
    display: table;
    width: 65px;
}

    .stock-full > span {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }

        .stock-full > span > i {
            top: 0;
        }

        .stock-full > span:last-child {
            text-align: right;
        }

/*#endregion*/

/*#region Adblocker Page Style Start*/

.adBlockContent, .adBlockSection {
    border-bottom: 1px dotted #e6e6e6;
    padding: 30px 0;
}

    .adBlockSection h2 {
        color: black;
        font-size: 28px;
        font-weight: bold;
        border: none;
    }

        .adBlockSection h2 img {
            width: auto;
            display: inline-block !important;
            height: 20px !important;
            margin-right: 10px;
        }

    .adBlockSection .flexContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .adBlockSection .flexContent .sectionFigure {
            -ms-flex-preferred-size: 30%;
            -webkit-flex-basis: 30%;
            flex-basis: 30%;
            margin-right: 30px;
        }

        .adBlockSection .flexContent .sectionContent {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-preferred-size: 65%;
            -webkit-flex-basis: 65%;
            flex-basis: 65%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

            .adBlockSection .flexContent .sectionContent ul li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                margin-bottom: 15px;
            }

                .adBlockSection .flexContent .sectionContent ul li span {
                    border: 5px solid #0f3488;
                    border-radius: 40px;
                    height: 50px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    -webkit-justify-content: center;
                    justify-content: center;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    -webkit-flex-direction: column;
                    flex-direction: column;
                    text-align: center;
                    font-size: 20px;
                    font-weight: bold;
                    color: #0f3488;
                    font-style: italic;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 50px;
                    -webkit-flex: 0 0 50px;
                    flex: 0 0 50px;
                    margin-right: 15px;
                }


/*#endregion*/
@media (min-width: 992px) {
    .modal-xlg {
        width: 1200px;
    }

    .modal-body-survey {
        margin: 10px 0px 10px 0px !important;
    }

    .btn-back-survey {
        float: right;
        margin-bottom: 5px;
    }
}
/*Açık kur Bilgisi Alanı*/
.currency-List {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #fc0303;
}

    .currency-List li {
        display: inline-block;
        padding: 6px 3px 9px;
        border-right: 1px solid white;
    }

        .currency-List li a {
        }

        .currency-List li a,
        .currency-List li span {
            font-size: 15px;
            display: inline-block;
            color: #fff;
            padding-right: 4px;
            padding-left: inherit;
        }
/*Kur Alanı Bitiş*/