/* -------------------------------------------
[Table of contents]

[Color codes]
    Background: #ffffff
    Body Color : #868686
    Accent color: #9ab968

[Typography]
    Body:   16/1.7 'Jost', sans-serif;
    Input:  16/42px
    Textarea:   16/26px

[Component module]

1.0 RESET BROWSER
	1.1 CUSTOM COLUMN
	1.2 WORDPRESS DATA SAMPLE
    1.3 ELEMENTOR
    1.4 LOADING AJAX
    1.5 BANNER EFFECT
2.0 DEFAULT SETTING
    2.1 FORM THEME
    2.2 TABLE THEME
    2.3 CONTAINER THEME
    2.4 SLICK SLIDER
3.0 HEADER THEME
	3.1 HEADER TOP
    3.2 HEADER MENU
    3.3 BLOCK SEARCH
    3.4 HEADER CONTROL
    3.5 HEADER LOGO
    3.6 HEADER STICKY
    3.7 HEADER MIDDLE
    3.8 HEADER NAV
    3.9 HEADER STYLE
    3.10 HEADER MOBILE
4.0 FOOTER THEME
5.0 BLOG THEME
	5.1 POST ITEM
	5.2 BLOG COMMENT
6.0 BANNER + BREADCRUMBS + WDGET + PAGINATION
	6.1 BANNER AND TITLE PAGE
	6.2 BREADCRUMBS THEME
	6.3 WIDGET THEME
	6.4 PAGINATION THEME
	6.5 LOADMORE
7.0 SHOP THEME
    7.1 SHOP CONTROL
    7.2 PRODUCT ITEM
    7.3 SINGLE PRODUCT
8.0 OTHER PAGE
	8.1 CART PAGE
	8.2 CHECKOUT PAGE
	8.3 MY ACCOUNT PAGE
	8.4 WISHLIST PAGE
	8.5 TRACK YOUR ORDER
	8.6 PAGE 404
	8.7 POPUP NEWSLETTER
9.0 SHORTCODE
	9.1 FURGAN BANNER
	9.2 FURGAN BLOG
	9.3 FURGAN CATEGORY
	9.4 FURGAN CUSTOMMENU
	9.5 FURGAN HEADING
	9.6 FURGAN ICONBOX
	9.7 FURGAN INSTAGRAM
	9.8 FURGAN CUSTOMMENU
	9.9 FURGAN MAP + CONTACT FORM 7
	9.10 FURGAN TEAM
	9.11 FURGAN NEWSLETTER
	9.12 FURGAN POPUP VIDEO
	9.13 FURGAN PRODUCTS
	9.14 FURGAN SOCIAL
	9.15 FURGAN TABS
	9.16 FURGAN TESTIMONIAL
	9.17 FURGAN VERTICALMENU
	9.18 FURGAN ACCORDION
10.0 CUSTOM CLASS
/*==========================================================================
1.0 RESET BROWSER
========================================================================== */
body {
    max-width: 100%;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
ul, ol {
    margin: 0;
    padding-left: 23px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    margin-bottom: 20px;
}
i.fa,
span.fa {
    font-family: 'FontAwesome', 'sans-serif';
    font-weight: inherit;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.page-links {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.page-links > span.page-links-title {
    line-height: 44px;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
    color: #868686;
    display: inline-block;
    min-width: 43px;
    padding: 0 3px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    position: relative;
    line-height: 42px;
    height: 43px;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
    margin: 3px;
    font-weight: 500;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
    color: #fff;
    border-color: #9ab968;
    background-color: #9ab968;
}
.more-link {
    display: inline-block;
    margin-top: 15px;
}
.more-link::after {
    content: "\f178";
    font-family: 'FontAwesome', sans-serif;
    margin-left: 5px;
    vertical-align: middle;
}
.post-password-form input[type="submit"]:hover {
    background-color: #9ab968;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin: 0 0 30px;
    position: relative;
    background-color: #f3f3f3;
    color: #111111;
    border-top: 3px solid #9ab968;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
    content: "";
    display: table;
}
.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
    clear: both;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    background-color: #9ab968;
    color: #fff;
    font-weight: 600;
}
.woocommerce-error {
    border-color: #f44336;
}
.woocommerce-info {
    border-color: #2196F3;
}
[data-width='0%'] {
    width: 0;
}
[data-width='1%'] {
    width: 1%;
}
[data-width='2%'] {
    width: 2%;
}
[data-width='3%'] {
    width: 3%;
}
[data-width='4%'] {
    width: 4%;
}
[data-width='5%'] {
    width: 5%;
}
[data-width='6%'] {
    width: 6%;
}
[data-width='7%'] {
    width: 7%;
}
[data-width='8%'] {
    width: 8%;
}
[data-width='9%'] {
    width: 9%;
}
[data-width='10%'] {
    width: 10%;
}
[data-width='11%'] {
    width: 11%;
}
[data-width='12%'] {
    width: 12%;
}
[data-width='13%'] {
    width: 13%;
}
[data-width='14%'] {
    width: 14%;
}
[data-width='15%'] {
    width: 15%;
}
[data-width='16%'] {
    width: 16%;
}
[data-width='17%'] {
    width: 17%;
}
[data-width='18%'] {
    width: 18%;
}
[data-width='19%'] {
    width: 19%;
}
[data-width='20%'] {
    width: 20%;
}
[data-width='21%'] {
    width: 21%;
}
[data-width='22%'] {
    width: 22%;
}
[data-width='23%'] {
    width: 23%;
}
[data-width='24%'] {
    width: 24%;
}
[data-width='25%'] {
    width: 25%;
}
[data-width='26%'] {
    width: 26%;
}
[data-width='27%'] {
    width: 27%;
}
[data-width='28%'] {
    width: 28%;
}
[data-width='29%'] {
    width: 29%;
}
[data-width='30%'] {
    width: 30%;
}
[data-width='31%'] {
    width: 31%;
}
[data-width='32%'] {
    width: 32%;
}
[data-width='33%'] {
    width: 33%;
}
[data-width='34%'] {
    width: 34%;
}
[data-width='35%'] {
    width: 35%;
}
[data-width='36%'] {
    width: 36%;
}
[data-width='37%'] {
    width: 37%;
}
[data-width='38%'] {
    width: 38%;
}
[data-width='39%'] {
    width: 39%;
}
[data-width='40%'] {
    width: 40%;
}
[data-width='41%'] {
    width: 41%;
}
[data-width='42%'] {
    width: 42%;
}
[data-width='43%'] {
    width: 43%;
}
[data-width='44%'] {
    width: 44%;
}
[data-width='45%'] {
    width: 45%;
}
[data-width='46%'] {
    width: 46%;
}
[data-width='47%'] {
    width: 47%;
}
[data-width='48%'] {
    width: 48%;
}
[data-width='49%'] {
    width: 49%;
}
[data-width='50%'] {
    width: 50%;
}
[data-width='51%'] {
    width: 51%;
}
[data-width='52%'] {
    width: 52%;
}
[data-width='53%'] {
    width: 53%;
}
[data-width='54%'] {
    width: 54%;
}
[data-width='55%'] {
    width: 55%;
}
[data-width='56%'] {
    width: 56%;
}
[data-width='57%'] {
    width: 57%;
}
[data-width='58%'] {
    width: 58%;
}
[data-width='59%'] {
    width: 59%;
}
[data-width='60%'] {
    width: 60%;
}
[data-width='61%'] {
    width: 61%;
}
[data-width='62%'] {
    width: 62%;
}
[data-width='63%'] {
    width: 63%;
}
[data-width='64%'] {
    width: 64%;
}
[data-width='65%'] {
    width: 65%;
}
[data-width='66%'] {
    width: 66%;
}
[data-width='67%'] {
    width: 67%;
}
[data-width='68%'] {
    width: 68%;
}
[data-width='69%'] {
    width: 69%;
}
[data-width='70%'] {
    width: 70%;
}
[data-width='71%'] {
    width: 71%;
}
[data-width='72%'] {
    width: 72%;
}
[data-width='73%'] {
    width: 73%;
}
[data-width='74%'] {
    width: 74%;
}
[data-width='75%'] {
    width: 75%;
}
[data-width='76%'] {
    width: 76%;
}
[data-width='77%'] {
    width: 77%;
}
[data-width='78%'] {
    width: 78%;
}
[data-width='79%'] {
    width: 79%;
}
[data-width='80%'] {
    width: 80%;
}
[data-width='81%'] {
    width: 81%;
}
[data-width='82%'] {
    width: 82%;
}
[data-width='83%'] {
    width: 83%;
}
[data-width='84%'] {
    width: 84%;
}
[data-width='85%'] {
    width: 85%;
}
[data-width='86%'] {
    width: 86%;
}
[data-width='87%'] {
    width: 87%;
}
[data-width='88%'] {
    width: 88%;
}
[data-width='89%'] {
    width: 89%;
}
[data-width='90%'] {
    width: 90%;
}
[data-width='91%'] {
    width: 91%;
}
[data-width='92%'] {
    width: 92%;
}
[data-width='93%'] {
    width: 93%;
}
[data-width='94%'] {
    width: 94%;
}
[data-width='95%'] {
    width: 95%;
}
[data-width='96%'] {
    width: 96%;
}
[data-width='97%'] {
    width: 97%;
}
[data-width='98%'] {
    width: 98%;
}
[data-width='99%'] {
    width: 99%;
}
[data-width='100%'] {
    width: 100%;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
select::-ms-expand {
    display: none;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus, select:focus {
    outline: none;
}
:focus {
    outline: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-moz-placeholder { /* Firefox 18- */
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
::-moz-placeholder { /* Firefox 19+ */
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
    opacity: 0.65 !important;
    cursor: not-allowed;
}
.mc4wp-response .mc4wp-alert,
.return-message {
    line-height: 20px;
    padding: 10px;
    margin-top: 15px;
    text-align: left;
    background: #fff;
}
.mc4wp-response .mc4wp-alert.mc4wp-error {
    color: #f44336;
    background-color: #f8d7da;
}
.mc4wp-response .mc4wp-alert.mc4wp-success {
    color: #9ab968;
    background-color: #d4edda;
}
.mc4wp-response .mc4wp-alert p:last-child {
    margin-bottom: 0;
}
/*----------------------------
1.1 CUSTOM COLUMN
--------------------------------*/
/*----------------------------
AUTO CLEAR
--------------------------------*/
@media (min-width: 1200px) {
    .auto-clear .vc_col-lg-1:nth-child(12n+1), .auto-clear .vc_col-lg-2:nth-child(6n+1), .auto-clear .vc_col-lg-15:nth-child(5n+1), .auto-clear .vc_col-lg-3:nth-child(4n+1), .auto-clear .vc_col-lg-4:nth-child(3n+1), .auto-clear .vc_col-lg-6:nth-child(odd) {
        clear: both;
    }
}
@media (min-width: 1500px) {
    .auto-clear .col-bg-1:nth-child(12n+1), .auto-clear .col-bg-2:nth-child(6n+1), .auto-clear .col-bg-15:nth-child(5n+1), .auto-clear .col-bg-3:nth-child(4n+1), .auto-clear .col-bg-4:nth-child(3n+1), .auto-clear .col-bg-6:nth-child(odd) {
        clear: both;
    }
}
@media (min-width: 1200px) and (max-width: 1499px) {
    .auto-clear .col-lg-1:nth-child(12n+1), .auto-clear .col-lg-2:nth-child(6n+1), .auto-clear .col-lg-15:nth-child(5n+1), .auto-clear .col-lg-3:nth-child(4n+1), .auto-clear .col-lg-4:nth-child(3n+1), .auto-clear .col-lg-6:nth-child(odd) {
        clear: both;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear .vc_col-md-1:nth-child(12n+1), .auto-clear .vc_col-md-2:nth-child(6n+1), .auto-clear .vc_col-md-15:nth-child(5n+1), .auto-clear .vc_col-md-3:nth-child(4n+1), .auto-clear .vc_col-md-4:nth-child(3n+1), .auto-clear .vc_col-md-6:nth-child(odd), .auto-clear .col-md-1:nth-child(12n+1), .auto-clear .col-md-2:nth-child(6n+1), .auto-clear .col-md-15:nth-child(5n+1), .auto-clear .col-md-3:nth-child(4n+1), .auto-clear .col-md-4:nth-child(3n+1), .auto-clear .col-md-6:nth-child(odd) {
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .vc_col-sm-1:nth-child(12n+1), .auto-clear .vc_col-sm-2:nth-child(6n+1), .auto-clear .vc_col-sm-15:nth-child(5n+1), .auto-clear .vc_col-sm-3:nth-child(4n+1), .auto-clear .vc_col-sm-4:nth-child(3n+1), .auto-clear .vc_col-sm-6:nth-child(odd), .auto-clear .col-sm-1:nth-child(12n+1), .auto-clear .col-sm-2:nth-child(6n+1), .auto-clear .col-sm-15:nth-child(5n+1), .auto-clear .col-sm-3:nth-child(4n+1), .auto-clear .col-sm-4:nth-child(3n+1), .auto-clear .col-sm-6:nth-child(odd) {
        clear: both;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1), .auto-clear .col-xs-2:nth-child(6n+1), .auto-clear .col-xs-15:nth-child(5n+1), .auto-clear .col-xs-3:nth-child(4n+1), .auto-clear .col-xs-4:nth-child(3n+1), .auto-clear .col-xs-6:nth-child(odd) {
        clear: both;
    }
}
@media (max-width: 479px) {
    .auto-clear .col-ts-1:nth-child(12n+1), .auto-clear .col-ts-2:nth-child(6n+1), .auto-clear .col-ts-15:nth-child(5n+1), .auto-clear .col-ts-3:nth-child(4n+1), .auto-clear .col-ts-4:nth-child(3n+1), .auto-clear .col-ts-6:nth-child(odd) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .auto-clear .vc_col-xs-1:nth-child(12n+1), .auto-clear .vc_col-xs-2:nth-child(6n+1), .auto-clear .vc_col-xs-15:nth-child(5n+1), .auto-clear .vc_col-xs-3:nth-child(4n+1), .auto-clear .vc_col-xs-4:nth-child(3n+1), .auto-clear .vc_col-xs-6:nth-child(odd) {
        clear: both;
    }
}
/*-----------------------CUSTOM 5 COLUMNS---------------------------*/
.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
@media (max-width: 479px) {
    .col-ts-15,
    .col-ts-25,
    .col-ts-35,
    .col-ts-45 {
        float: left;
    }
    .col-ts-15 {
        width: 20%;
    }
    .col-ts-25 {
        width: 40%;
    }
    .col-ts-35 {
        width: 60%;
    }
    .col-ts-45 {
        width: 80%;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .col-xs-15,
    .col-xs-25,
    .col-xs-35,
    .col-xs-45 {
        float: left;
    }
    .col-xs-15 {
        width: 20%;
    }
    .col-xs-25 {
        width: 40%;
    }
    .col-xs-35 {
        width: 60%;
    }
    .col-xs-45 {
        width: 80%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-15,
    .col-sm-25,
    .col-sm-35,
    .col-sm-45 {
        float: left;
    }
    .col-sm-15 {
        width: 20%;
    }
    .col-sm-25 {
        width: 40%;
    }
    .col-sm-35 {
        width: 60%;
    }
    .col-sm-45 {
        width: 80%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-15,
    .col-md-25,
    .col-md-35,
    .col-md-45 {
        float: left;
    }
    .col-md-15 {
        width: 20%;
    }
    .col-md-25 {
        width: 40%;
    }
    .col-md-35 {
        width: 60%;
    }
    .col-md-45 {
        width: 80%;
    }
}
@media (min-width: 1200px) and (max-width: 1499px) {
    .col-lg-15,
    .col-lg-25,
    .col-lg-35,
    .col-lg-45 {
        float: left;
    }
    .col-lg-15 {
        width: 20%;
    }
    .col-lg-25 {
        width: 40%;
    }
    .col-lg-35 {
        width: 60%;
    }
    .col-lg-45 {
        width: 80%;
    }
}
@media (min-width: 1500px) {
    .col-bg-15,
    .col-bg-25,
    .col-bg-35,
    .col-bg-45 {
        float: left;
    }
    .col-bg-15 {
        width: 20%;
    }
    .col-bg-25 {
        width: 40%;
    }
    .col-bg-35 {
        width: 60%;
    }
    .col-bg-45 {
        width: 80%;
    }
}
/*-----------------------
CUSTOM COL > 1500
---------------------------*/
@media (min-width: 1500px) {
    .col-bg-1, .col-bg-10, .col-bg-11, .col-bg-12, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }
    .col-bg-1, .col-bg-2, .col-bg-3, .col-bg-4, .col-bg-5, .col-bg-6, .col-bg-7, .col-bg-8, .col-bg-9, .col-bg-10, .col-bg-11, .col-bg-12 {
        float: left;
    }
    .col-bg-12 {
        width: 100%;
    }
    .col-bg-11 {
        width: 91.66666667%;
    }
    .col-bg-10 {
        width: 83.33333333%;
    }
    .col-bg-9 {
        width: 75%;
    }
    .col-bg-8 {
        width: 66.66666667%;
    }
    .col-bg-7 {
        width: 58.33333333%;
    }
    .col-bg-6 {
        width: 50%;
    }
    .col-bg-5 {
        width: 41.66666667%;
    }
    .col-bg-4 {
        width: 33.33333333%;
    }
    .col-bg-3 {
        width: 25%;
    }
    .col-bg-2 {
        width: 16.66666667%;
    }
    .col-bg-1 {
        width: 8.33333333%;
    }
}
/*-----------------------
CUSTOM COL < 480
---------------------------*/
@media (max-width: 479px) {
    .col-ts-1, .col-ts-10, .col-ts-11, .col-ts-12, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11 {
        float: left;
    }
    .col-ts-12 {
        width: 100%;
    }
    .col-ts-11 {
        width: 91.66666667%;
    }
    .col-ts-10 {
        width: 83.33333333%;
    }
    .col-ts-9 {
        width: 75%;
    }
    .col-ts-8 {
        width: 66.66666667%;
    }
    .col-ts-7 {
        width: 58.33333333%;
    }
    .col-ts-6 {
        width: 50%;
    }
    .col-ts-5 {
        width: 41.66666667%;
    }
    .col-ts-4 {
        width: 33.33333333%;
    }
    .col-ts-3 {
        width: 25%;
    }
    .col-ts-2 {
        width: 16.66666667%;
    }
    .col-ts-1 {
        width: 8.33333333%;
    }
}
/*-------------------------
ROWS SPACE
-----------------------------*/
.rows-space-0 {
    margin-bottom: 0;
}
.rows-space-10 {
    margin-bottom: 10px;
}
.rows-space-20 {
    margin-bottom: 20px;
}
.rows-space-30 {
    margin-bottom: 30px;
}
.rows-space-40 {
    margin-bottom: 40px;
}
.rows-space-50 {
    margin-bottom: 50px;
}
.rows-space-60 {
    margin-bottom: 60px;
}
.rows-space-70 {
    margin-bottom: 70px;
}
.rows-space-80 {
    margin-bottom: 80px;
}
.rows-space-90 {
    margin-bottom: 90px;
}
.rows-space-100 {
    margin-bottom: 100px;
}
@media (max-width: 1199px) {
    .rows-space-30,
    .rows-space-40,
    .rows-space-50,
    .rows-space-60,
    .rows-space-70,
    .rows-space-80,
    .rows-space-90,
    .rows-space-100 {
        margin-bottom: 20px;
    }
}
.owl-slick .row-item [class^="rows-space-"],
.owl-slick .row-item [class*=" rows-space-"] {
    vertical-align: top;
}
.owl-slick .row-item:last-child [class^="rows-space-"],
.owl-slick .row-item:last-child [class*=" rows-space-"] {
    margin-bottom: 0;
}
/*---------------------------
1.2 VISUAL COMPOSER
-----------------------------*/
.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
section.vc_section.vc_section-has-fill,
section.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
section.vc_section.vc_section-has-fill + .vc_section {
    padding-top: 0;
}
body .wpb_button, body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}
.vc_row-no-padding .vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner {
    margin-left: -15px;
    margin-right: -15px;
}
div.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}
.vc_separator * {
    display: block;
}
div.vc_separator .vc_sep_holder {
    height: auto;
}
div.vc_separator .vc_sep_holder .vc_sep_line {
    height: auto;
    top: auto;
}
@media (max-width: 1199px) {
    .vc_custom_heading br,
    .wpb_text_column br {
        display: none;
    }
}
/*----------------------------
1.2 WORDPRESS DATA SAMPLE
--------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}
img.alignnone {
    margin: 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #ffffff;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 0;
    text-align: center;
    margin: 0;
}
.wp-caption.alignnone {
    margin: 0 20px 20px 0;
    clear: both;
}
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}
.wp-caption.aligncenter {
    margin: 0 auto;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    padding: 10px 4px 5px;
    margin: 0 !important;
}
iframe {
    max-width: 100% !important;
}
.wp-block-button {
    margin-top: 15px;
    margin-bottom: 15px;
}
.post-content .wp-block-cover {
    margin-bottom: 30px;
}
.post-content .wp-block-media-text.has-background,
.post-content .wp-block-calendar,
.post-content .wp-block-archives,
.post-content .wp-block-gallery {
    margin-bottom: 20px;
}
.post-content .wp-block-gallery {
    margin-top: 10px;
}
.post-content .wp-block-group.has-background {
    padding: 20px;
    margin-bottom: 20px;
}
.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
/*----------------------------
GALLERY
------------------------------*/
/*----------------------------
GALLERY
------------------------------*/
.gallery {
    margin-left: -10px;
    margin-right: -10px;
}
.gallery:after {
    display: table;
    content: "";
    clear: both;
}
.gallery-caption {
    color: #707070;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-item {
    margin: 0;
    float: left;
    padding: 10px;
    font-style: italic;
    color: #666;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
    width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
@media (min-width: 1200px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
        clear: both;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .main-container:not(.no-sidebar) .gallery .gallery-item {
        min-width: 25%;
    }
    .main-container.no-sidebar .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container.no-sidebar .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container.no-sidebar .gallery-columns-4 .gallery-item:nth-child(4n+1), .main-container.no-sidebar .gallery-columns-5 .gallery-item:nth-child(5n+1), .main-container.no-sidebar .gallery-columns-6 .gallery-item:nth-child(6n+1), .main-container.no-sidebar .gallery-columns-7 .gallery-item:nth-child(7n+1), .main-container.no-sidebar .gallery-columns-8 .gallery-item:nth-child(8n+1), .main-container.no-sidebar .gallery-columns-9 .gallery-item:nth-child(9n+1), .main-container:not(.no-sidebar) .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container:not(.no-sidebar) .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container:not(.no-sidebar) .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
        clear: both;
    }
}
@media (max-width: 991px) {
    .gallery .gallery-item {
        min-width: 25%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .gallery .gallery-item {
        min-width: 33.33%;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery:not(.gallery-columns-2) .gallery-item:nth-child(3n+1) {
        clear: both;
    }
}
@media (max-width: 479px) {
    .gallery .gallery-item {
        min-width: 50%;
    }
    .gallery .gallery-item:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 320px) {
    .gallery-columns-1 .gallery-caption,
    .gallery-columns-2 .gallery-caption,
    .gallery-columns-3 .gallery-caption,
    .gallery-columns-4 .gallery-caption,
    .gallery-columns-5 .gallery-caption {
        display: none;
    }
}
.bypostauthor {
    color: inherit;
}
.sticky {
    color: inherit;
}
article.sticky .post-title a::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f097";
    font-size: 30px;
    padding-right: 10px;
    color: #9ab968;
}
.post-title,
.widget {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.widget select {
    width: 100%;
}
.widget_rss cite {
    color: #000000;
}
.widget_rss .rss-date {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #b7b7b7;
}
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 0 3px 7px 0;
    padding: 1px 20px 0;
    font-size: 14px !important;
    line-height: 26px;
    border: 1px solid #e4e6ec;
    text-align: center;
    color: inherit;
}
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
    border-color: #9ab968;
    color: #9ab968;
}
.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
    padding: 0;
    text-align: center;
}
.widget_calendar .calendar_wrap #today {
    color: #f44336;
}
.widget_tag_cloud a {
    font-size: 24px;
}
/*widget_shopping_cart*/
.widget_shopping_cart .widget_shopping_cart_content {
    padding-top: 19px;
}
.widget_shopping_cart .product_list_widget {
    padding-left: 0;
    list-style: none;
}
.widget_shopping_cart .product_list_widget li {
    position: relative;
}
.widget_shopping_cart .product_list_widget li .variation {
    display: none;
}
.widget_shopping_cart .product_list_widget li.mini_cart_item {
    padding: 0 20px 19px 0;
    overflow: hidden;
    color: #000000;
    font-size: 16px;
}
.widget_shopping_cart .product_list_widget img {
    float: left;
    max-width: 80px;
    margin-right: 20px;
}
.widget_shopping_cart .product_list_widget li > a {
    display: block;
}
.widget_shopping_cart .product_list_widget li a:not(.remove) {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}
.widget_shopping_cart .product_list_widget li a:not(.remove):not(:hover) {
    color: #000000;
}
.widget_shopping_cart .product_list_widget li .quantity {
    font-size: 14px;
    line-height: 22px;
    color: #868686;
}
.widget_shopping_cart .product_list_widget li .remove_from_cart_button {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 0;
    width: auto !important;
}
.widget_shopping_cart .product_list_widget li .remove_from_cart_button:not(:hover) {
    color: #ccc;
}
.widget_shopping_cart .product_list_widget li .remove_from_cart_button::before {
    content: "\f014";
    font-family: 'FontAwesome', sans-serif;
    font-size: 15px;
}
/*=====*/
.widget_shopping_cart .woocommerce-mini-cart__total {
    margin-bottom: 0;
    padding: 15px 0 15px;
    color: #333;
    overflow: hidden;
}
.widget_shopping_cart .woocommerce-mini-cart__total strong {
    font-size: 15px;
    color: #999;
}
.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 18px;
    color: #9ab968;
    font-weight: 600;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
    padding: 0 0 19px;
    overflow: hidden;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    float: left;
    color: #333;
    border: 1px solid #f1f1f1;
    min-width: 140px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
    color: #fff;
    background-color: #9ab968;
    border-color: transparent;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
    color: #fff;
    background-color: #9ab968;
    border-color: transparent;
    float: right;
    min-width: 0;
}
/*.product_list_widget*/
.product_list_widget li > a {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
}
.product_list_widget li > a img {
    max-width: 70px;
    float: left;
    margin-right: 10px;
}
.product_list_widget li .product-title {
    font-size: 15px;
    line-height: 22px;
}
/*widget_media_image*/
#widget-area .widget.widget_media_image {
    border: none;
    padding: 0;
}
#widget-area .widget_media_image {
    overflow: hidden;
    display: table;
    position: relative;
}
#widget-area .widget_media_image a {
    display: block;
}
#widget-area .widget_media_image a::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 6px;
    bottom: 6px;
    -webkit-transition: left 0.25s, right 0.25s ease 0s;
    -moz-transition: left 0.25s, right 0.25s ease 0s;
    -o-transition: left 0.25s, right 0.25s ease 0s;
    transition: left 0.25s, right 0.25s ease 0s;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    z-index: 1;
}
#widget-area .widget_media_image:hover a::before {
    left: 10px;
    right: 10px;
}
#widget-area .widget_media_image a::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 6px;
    right: 6px;
    z-index: 1;
    -webkit-transition: top 0.25s, bottom 0.25s ease 0s;
    -moz-transition: all 0.25s, bottom 0.25s ease 0s;
    -o-transition: all 0.25s, bottom 0.25s ease 0s;
    transition: all 0.25s, bottom 0.25s ease 0s;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}
#widget-area .widget_media_image:hover a::after {
    top: 6px;
    bottom: 6px;
}
/*.widget_media_gallery*/
.widget_media_gallery .gallery {
    margin-left: -5px;
    margin-right: -5px;
}
.widget_media_gallery .gallery-item {
    padding: 5px;
}
/*.product_list_widget*/
.product_list_widget {
    padding-left: 0;
    list-style: none;
}
.product_list_widget li:not(.mini_cart_item) {
    position: relative;
}
.product_list_widget li:not(.mini_cart_item) img {
    float: left;
    max-width: 81px;
    margin-right: 15px;
    border: 1px solid #dbdbdb;
}
.product_list_widget li > a {
    display: block;
}
.product_list_widget li:not(.mini_cart_item) > a:not(:hover) {
    color: #000000;
}
.product_list_widget li:not(.mini_cart_item) .product-title {
    display: block;
    margin-bottom: 5px;
}
.product_list_widget li:not(.mini_cart_item) del .woocommerce-Price-amount {
    vertical-align: middle;
}
/*woocommerce-widget-layered-nav-dropdown*/
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px;
}
#widget-area .widget .select2-container .select2-search--inline {
    padding: 0;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    background-color: #9ab968;
    display: inline-block;
    width: auto;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}
/*woocommerce-widget-layered-nav*/
#widget-area .widget_categories > ul,
#widget-area .widget_product_categories .product-categories,
#widget-area .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
    margin-top: -8px;
    padding-bottom: 0 !important;
}
/*---------------------------
1.3 ELEMENTOR
-------------------------------*/
.elementor .elementor-widget-wrap.owl-slick {
    display: block;
}
.elementor-open-lightbox {
    position: relative;
}
/*---------------------------
1.4 LOADING AJAX
-------------------------------*/
.loading-lazy {
    position: relative;
    display: block;
}
.furgan-accordion.loading, .tab-container.loading {
    position: relative;
    cursor: wait;
}
.loading-lazy::after, .furgan-accordion.loading::before, .furgan-accordion.loading::after, .tab-container.loading::before, .tab-container.loading::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 8;
}
.furgan-accordion.loading::before, .tab-container.loading::before {
    background: rgba(255, 255, 255, 0.8);
}
.loading-lazy::after, .furgan-accordion::after, .tab-container.loading::after {
    width: 40px;
    height: 40px;
    margin: auto;
    border: 3px solid #ccc;
    border-top-color: #000000;
    border-radius: 50%;
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/*--------------------------
1.5 BANNER EFFECT
------------------------------*/
.effect {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
/* OPACITY */
.opacity-effect {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.opacity-effect:hover {
    opacity: 0.5;
}
/* SCALE */
.scale-effect img {
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}
.scale-effect:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* NORMAL */
.normal-effect::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.normal-effect:hover::after {
    opacity: 0.3;
}
.normal-effect.dark-bg::after {
    background-color: #000000;
}
.normal-effect.light-bg::after {
    background-color: #fff;
}
/* PLUS ZOOM */
.plus-zoom::before,
.plus-zoom::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
}
.plus-zoom:hover::before {
    right: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.plus-zoom:hover::after {
    top: 50%;
    bottom: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
/* BOUNCE IN */
.bounce-in:hover img {
    -webkit-animation: bounceIn 0.5s ease;
    -o-animation: bounceIn 0.5s ease;
    animation: bounceIn 0.5s ease;
}
/* BORDER ZOOM */
.border-zoom::before,
.border-zoom::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.border-zoom::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.border-zoom::after {
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: 2px solid #fff;
}
.border-zoom:hover::before,
.border-zoom:hover::after {
    opacity: 1;
}
.border-zoom:hover::after {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
/*ANIMATION*/
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@-webkit-keyframes underline-link {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    50.01% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes underline-link {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    50.01% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
/* ==========================================================================
2.0 DEFAULT SETTING
========================================================================== */
html, body {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #868686;
}
label {
    font-weight: 500;
    color: #000000;

}
a, body .vc_custom_heading a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #9ab968;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 18px;
}
blockquote, q {
    color: #333;
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    margin-top: 15px;
    margin-bottom: 25px;
    border: none;
    background: #f3f3f3;
    display: block;
}
blockquote cite,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    font-size: 12px;
    text-transform: uppercase !important;
    font-weight: 700;
    color: #000000;
}
blockquote::before,
q::before {
    content: url('../images/quote.png');
    display: block;
    margin-bottom: 8px;
}
dt, dd {
    line-height: 30px;
}
/* =========================================================================
2.1 FORM THEME
============================================================================ */
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    border: 1px solid #ebebeb;
    padding: 0 20px;
    max-width: 100%;
    font-size: 16px;
    color: #868686;
    height: 42px;
    line-height: 42px;
}
textarea {
    display: block;
    line-height: 26px;
    padding: 15px 20px;
    height: auto;
    width: 100%;
}
select {
    padding: 0 33px 0 15px;
    background: url(../images/select-arrow.png) center right no-repeat;
}
button, input[type="submit"], input[type="button"] {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #1b1b1b;
    border: none;
    -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}
/* ==========================================================================
2.2 TABLE THEME
============================================================================ */
table {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}
table thead {
    background-color: #f8f8f8;
}
th, td {
    border: 1px solid #ebebeb;
    padding: 10px;
}
@media (max-width: 991px) {
    th, td {
        padding: 5px;
    }
}
/* ==========================================================================
2.3 CONTAINER THEME
============================================================================ */
.container {
    max-width: 100%;
    width: 1200px;
}
@media (max-width: 1199px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    ul.products > [class^="col-"],
    ul.products > [class*="col-"],
    .row > [class^="col-"],
    .row > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 480px) {
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    ul.products > [class^="col-"],
    ul.products > [class*="col-"],
    .row > [class^="col-"],
    .row > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}
/* ==========================================================================
2.4 SLICK SLIDER
============================================================================ */
.slick-arrow {
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 2;
}
/*center*/
.owl-slick .slick-arrow {
    font-size: 25px;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}
.owl-slick:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.owl-slick .slick-arrow:hover {
    color: #9ab968;
}
.owl-slick .slick-arrow.prev {
    left: -40px;
}
.owl-slick .slick-arrow.next {
    right: -40px;
}
/*top-right*/
.furgan-products.style-06 .owl-slick .slick-arrow {
    text-align: center;
    font-size: 22px;
    color: #000;
    position: absolute;
    top: -58px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 3;
    opacity: 1;
    visibility: visible;
}
.furgan-products.style-06 .owl-slick .slick-arrow:hover {
    color: #9ab968;
}
.furgan-products.style-06 .owl-slick .slick-arrow.prev {
    right: 40px;
    left: auto;
}
.furgan-products.style-06 .owl-slick .slick-arrow.next {
    right: 0;
}
/*center-left*/
.furgan-products.style-03 .owl-slick .slick-arrow {
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
    background-color: #474747;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.furgan-products.style-03 .owl-slick .slick-arrow:hover {
    background-color: #9ab968;
    color: #fff;
}
.furgan-products.style-03 .owl-slick .slick-arrow.prev {
    margin-top: -20px;
    right: -45px;
    left: auto;
}
.furgan-products.style-03 .owl-slick .slick-arrow.next {
    margin-top: 20px;
    right: -45px;
}
/*.slick-dots*/
.slick-dots {
    padding-left: 0;
    list-style: none;
    text-align: center;
    height: 22px;
    margin-top: 40px;
    position: relative;
}
.slick-dots:empty {
    display: none;
}
.slick-dots li {
    display: inline-block;
    padding: 5px;
    height: 19px;
}
.slick-dots li button {
    font-size: 0;
    width: 9px;
    height: 9px;
    padding: 0;
    position: relative;
    background-color: #b2b2b2;
    border-radius: 12px;
}
.slick-dots li button:hover {
    background-color: #9ab968;
}
.slick-dots li.slick-active button {
    background-color: #9ab968;
    width: 30px;
}
.dots-light .slick-dots li.slick-active button,
.dots-light .slick-dots li button:hover,
.dots-light .slick-dots li button {
    background-color: #fff;
}
.slick-vertical {
    padding-right: 45px;
}
.slick-vertical .slick-dots li.slick-active {
    height: 40px;
}
.slick-vertical .slick-dots li button {
    background-color: #fff;
}
.slick-vertical .slick-dots li.slick-active button {
    width: 9px;
    height: 30px;
    background-color: #fff;
}
.slick-vertical .slick-dots {
    margin-top: 0 !important;
    height: auto;
    position: absolute;
    right: 0;
    top: 15px;
}
.slick-vertical .slick-dots li {
    display: block;
}
@media (max-width: 1199px) {
    .slick-dots {
        margin-top: 25px;
    }
}
@media (max-width: 1024px) {
    .owl-slick .slick-arrow {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .slick-vertical {
        padding-right: 25px;
    }
}
@media (max-width: 767px) {
    .slick-dots {
        margin-top: 15px;
    }
}
/* ==========================================================================
3.0 HEADER THEME
============================================================================ */
/* ==========================================================================
3.1 HEADER TOP
============================================================================ */
.header-top-inner {
    display: table;
    width: 100%;
    padding: 12px 0;
}
.header-top-inner::before,
.header-top-inner::after {
    content: '';
    display: table;
}
.header-top-inner::after {
    clear: both;
}
.header-top-inner > * {
    display: table-cell;
    vertical-align: middle;
}
.header-top-inner ul {
    padding-left: 0;
    list-style: none;
    margin-left: -4px;
    margin-right: -4px;
}
.header-top-inner .top-bar-menu > .menu-item {
    display: inline-block;
    position: relative;
    text-align: left;
    line-height: 36px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 4px;
}
.header-top-inner .top-bar-menu > .menu-item a {
    color: inherit;
}
.header-top-inner .top-bar-menu.left > .menu-item a::before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-right: 7px;
    vertical-align: top;
}
.header-top-inner .top-bar-menu.left > .menu-item.email {
    margin-right: 15px;
}
.header-top-inner .top-bar-menu.left > .menu-item.email a::before {
    content: '\f003';
    position: relative;
    top: -1px;
}
.header-top-inner .top-bar-menu.left > .menu-item.phone a::before {
    content: '\f095';
}
.header-top-inner .top-bar-menu.right {
    text-align: right;
}
.header-top-inner .top-bar-menu.right > .menu-item a {
    background: #fff;
    width: 32px;
    display: flex;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: #9ab968;
}
@media (max-width: 1024px) {
    .header-top {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .header-top {
        display: none;
    }
}
/* ==========================================================================
3.2 HEADER MENU
========================================================================== */
/*menu mobile*/
.block-menu-bar {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.block-menu-bar .menu-bar {
    display: block;
    height: 41px;
    line-height: 37px;
    width: 28px;
    padding: 13px 5px 13px 0;
}
.block-menu-bar .menu-bar span {
    width: 100%;
    display: block;
    border-bottom: 2px solid;
}
.block-menu-bar .menu-bar span:not(:last-child) {
    margin-bottom: 4px;
}
.block-menu-bar .menu-bar:hover span {
    background-color: #9ab968;
}
/*main menu*/
.box-header-nav .main-menu {
    padding: 0;
    list-style: none;
    text-align: center;
}
.block-nav-category ~ .box-header-nav .main-menu {
    padding-left: 10px;
    text-align: left;
}
.box-header-nav .main-menu .menu-item {
    list-style: none;
    position: relative;
}
.box-header-nav .main-menu .menu-item:hover > a {
    color: #9ab968;
}
.box-header-nav .main-menu > .menu-item > a {
    font-size: 13px;
    font-weight: 700;
    line-height: 60px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
/*sub menu*/
.box-header-nav .main-menu .menu-item .sub-menu {
    padding-left: 0;
    text-align: left;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    z-index: 999;
}
.box-header-nav .main-menu > .menu-item .sub-menu:not(.megamenu) .menu-item a {
    display: block;
    white-space: nowrap;
    position: relative;
    padding: 8px 15px 8px 0;
    margin: 0 25px;
    border-bottom: 1px solid #f1f1f1;
}
.box-header-nav .main-menu > .menu-item .sub-menu:not(.megamenu) .menu-item:last-child a {
    border-bottom: none;
}
.box-header-nav .main-menu > .menu-item .sub-menu.megamenu {
    padding: 35px 35px;
}
.box-header-nav .main-menu > .menu-item .sub-menu .menu-item::before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: 100%;
    z-index: -1;
}
.box-header-nav .main-menu > .menu-item .sub-menu .menu-item:hover::before {
    display: block;
}
.box-header-nav .main-menu > .menu-item .sub-menu .menu-item a {
    line-height: 30px;
    display: inline-block;
    position: relative;
}
.box-header-nav .main-menu .menu-item .sub-menu .menu-item a {
    color: #868686;
}
.box-header-nav .main-menu .menu-item .sub-menu .menu-item:hover > a {
    color: #9ab968;
}
.box-header-nav .main-menu .toggle-submenu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3px;
    cursor: pointer;
    color: #000000;
}
.box-header-nav .main-menu .menu-item:hover > .toggle-submenu {
    color: #9ab968;
}
/*horizon menu*/
/*sup menu*/
.box-header-nav .main-menu > .menu-item {
    padding: 0 23px;
    display: inline-block;
    cursor: pointer;
}
.box-header-nav .main-menu > .menu-item.parent::before {
    display: none;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
}
.box-header-nav .main-menu > .menu-item.parent:hover::before {
    display: block;
}
/*sub menu*/
.box-header-nav .main-menu .menu-item .sub-menu {
    position: absolute;
    min-width: 210px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
}
.box-header-nav .main-menu .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.box-header-nav .main-menu > .menu-item > .sub-menu {
    top: 100%;
    left: -1px;
}
.box-header-nav .main-menu > .menu-item:hover > .sub-menu {
    margin-top: 0;
}
.box-header-nav .main-menu > .menu-item > .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.box-header-nav .main-menu .sub-menu .menu-item:hover > .sub-menu {
    margin-top: 0;
}
/*.toggle-submenu*/
.box-header-nav .main-menu .menu-item-has-children > a::after {
    vertical-align: top;
    content: '\f107';
    font-family: 'FontAwesome', sans-serif;
    text-align: center;
    font-size: 16px;
    margin-left: 8px;
}
.box-header-nav .main-menu .sub-menu .menu-item-has-children > a::after {
    font-size: 18px;
    content: '\f105';
    position: absolute;
    top: 6px;
    right: 0;
}
.box-header-nav .main-menu > .menu-item.menu-item-right {
    float: right;
    padding-left: 35px;
}
.box-header-nav .main-menu > .menu-item.menu-item-right > a {
    color: #868686;
}
.box-header-nav .main-menu > .menu-item.menu-item-right:hover > a {
    color: #9ab968;
}
.box-header-nav .main-menu .menu-item.menu-item-right > a > span {
    font-size: 24px;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1199px) {
    .box-header-nav .main-menu > .menu-item {
        padding: 0 16px;
    }
}
@media (max-width: 1024px) {
    .box-header-nav .main-menu {
        opacity: 0;
        visibility: hidden;
    }
}
/* ==========================================================================
3.3 BLOCK SEARCH
========================================================================== */
.header-search {
    display: inline-block;
    vertical-align: middle;
}
.header-search .link-dropdown {
    font-size: 23px;
    display: block;
    width: 40px;
    line-height: 46px;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
}
.furgan-live-search-form {
    position: relative;
}
.furgan-live-search-form select {
    border: none;
    border-right: 1px solid #f1f1f1;
}
.furgan-live-search-form .search-box {
    position: relative;
}
.furgan-live-search-form.loading .search-box::before {
    content: '';
    width: 25px;
    height: 25px;
    margin: auto;
    border: 3px solid #ccc;
    border-top-color: #9ab968;
    border-radius: 50%;
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    position: absolute;
    top: 11px;
    right: 5px;
    cursor: wait;
}
.furgan-live-search-form .not-results-search,
.furgan-live-search-form .products-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    z-index: 100;
    margin-top: 12px;
}
.furgan-live-search-form .not-results-search {
    padding: 14px 17px;
}
.furgan-live-search-form .suggestion-search {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    padding: 10px 27px;
    color: #ccc;
    line-height: 36px;
}
.furgan-live-search-form .product-search-item {
    overflow: hidden;
    padding: 10px;
}
.furgan-live-search-form .product-search-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
.furgan-live-search-form .view-all {
    padding: 12px 15px;
    text-align: center;
    width: 100%;
}
.furgan-live-search-form .product-image {
    width: 60px;
    float: left;
}
.furgan-live-search-form .product-title-price {
    overflow: hidden;
    padding-left: 10px;
}
.furgan-live-search-form .product-title {
    font-weight: 600;
}
.furgan-live-search-form .product-price {
    font-size: 15px;
}
.furgan-live-search-form .product-price del {
    font-size: 16px;
    color: #868686;
}
.furgan-live-search-form .product-price ins {
    color: #9ab968;
    float: left;
    margin-right: 5px;
    text-decoration: none;
}
.furgan-live-search-form .txt-livesearch {
    width: 100%;
    padding: 0 17px;
    border: none;
    color: #999;
}
.furgan-live-search-form .keyword-current {
    background-color: #9ab968;
    color: #fff;
    display: inline-block;
    padding: 0 3px;
}
.block-search-form {
    display: table;
    position: relative;
}
.block-search-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    bottom: 0;
    border: 1px solid #ebebeb;
    z-index: 1;
    pointer-events: none;
}
.block-search-form > * {
    display: table-cell;
    vertical-align: middle;
}
.block-search .form-search .category .chosen-container {
    border-right: 1px solid #ebebeb;
}
.block-search-form .btn-submit {
    font-size: 21px;
    height: 46px;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    background-color: #9ab968;
    z-index: 1;
    overflow: hidden;
    font-weight: normal;
}
.search-submit {
    vertical-align: top;
}
.header-control .furgan-dropdown .block-search {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 12px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    margin-top: 20px;
    text-align: right;
}
.header-control .furgan-dropdown.open .block-search {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-control .block-search .form-search .category {
    display: none;
}
/* CHOSEN */
.block-search .search-title {
    display: none;
}
.block-search .form-search .category {
    min-width: 154px;
    max-width: 154px;
    position: relative;
}
.chosen-results > .scroll-element,
.chosen-results > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.chosen-results > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.chosen-results > .scroll-element .scroll-element_track {
    display: none;
}
.chosen-results > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.chosen-results > .scroll-element .scroll-bar:hover {
    background-color: #9ab968;
}
.chosen-results:hover > .scroll-element .scroll-bar,
.chosen-results > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.chosen-results > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
.chosen-results > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}
/* scrollbar height/width & offset from container borders */
.chosen-results > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}
.chosen-results > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
    border-radius: 7px;
}
.chosen-results > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}
.chosen-results > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.chosen-results > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}
.chosen-results > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.chosen-results > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.chosen-results > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
.category .chosen-container {
    margin-bottom: 0;
    text-align: left;
    width: 100% !important;
    position: relative;
}
.category .chosen-container-single .chosen-single {
    border: none;
    border-radius: 0;
    padding: 0 31px 0 17px;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    height: 46px;
    line-height: 46px;
}
.category .chosen-container-single .chosen-single span {
    margin: 0;
    font-size: 15px;
    color: #999;
}
.category .chosen-container-single .chosen-single div {
    width: 31px;
}
.category .chosen-container-single .chosen-single div b {
    background: none !important;
    position: relative;
}
.category .chosen-container-single .chosen-single div b::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: #aaa transparent transparent transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    right: 16px;
}
.category .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    background: #ffffff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.category .chosen-container .chosen-drop {
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #dedede;
    box-shadow: none;
    left: 0;
}
.category .chosen-container li {
    font-size: 15px;
    line-height: 28px;
    color: #888;
    padding: 2px 0 2px 17px;
    position: relative;
    -webkit-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}
.category .chosen-container .chosen-results {
    padding: 0;
    margin: 0;
    max-height: 224px;
}
.category .chosen-container .chosen-results li.highlighted {
    background: #f6f6f6;
    color: #888;
}
.category .chosen-container-single .chosen-search {
    display: none;
}
/* ==========================================================================
3.4 HEADER CONTROL
========================================================================== */
.header-control {
    text-align: right;
}
.header-control-inner {
    display: inline-block;
}
.meta-woo {
    text-align: right;
}
.meta-woo .block-woo {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
}
.meta-woo .block-woo .block-link {
    display: block;
    font-size: 23px;
    width: 40px;
    line-height: 46px;
    text-align: center;
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
}
.header-top-inner .top-bar-menu .user-icon,
.meta-woo .block-woo .block-link .user-text,
.meta-woo .block-woo .block-link .minicart-text {
    display: none;
}
.meta-woo .block-woo.block-minicart .block-link,
.meta-woo .block-woo.block-wishlist .block-link {
    margin-right: 10px;
}
.meta-woo .block-woo .block-link .count {
    position: absolute;
    top: 3px;
    right: -3px;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 3px;
    border-radius: 20px;
    background-color: #9ab968;
    font-size: 13px;
    color: #ffffff;
}
/*block-user*/
.block-user {
    position: relative;
}
.block-user:hover::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
}
.block-user .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 210px;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    -webkit-transition: margin-top 0.4s ease 0s;
    -moz-transition: margin-top 0.4s ease 0s;
    -o-transition: margin-top 0.4s ease 0s;
    transition: margin-top 0.4s ease 0s;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}
.block-user .sub-menu {
    padding-left: 0;
    list-style: none;
}
.block-user .sub-menu li {
    margin: 0 25px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
}
.block-user .sub-menu li:last-child {
    border-bottom: none;
}
.block-user .sub-menu li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
}
.block-user .sub-menu li a:not(:hover) {
    color: #777777;
}
.block-user .furgan-account-top {
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1.2;
}
.block-user .furgan-account-title {
    font-size: 16px;
    color: #333;
    font-weight: 600;

    padding-right: 20px;
}
.block-user .furgan-account-title:last-child {
    padding-right: 0;
}
.block-user #customer_login .col-1,
.block-user #customer_login .col-2 {
    border: none;
    min-height: 0;
    width: 100%;
}
.block-user #customer_login .woocommerce-LostPassword,
.block-user #customer_login > div > h2,
.block-user .woocommerce-privacy-policy-text,
.block-user .furgan-account-tabs[data-active="u-column2"] #customer_login .col-1,
.block-user .furgan-account-tabs[data-active="u-column1"] #customer_login .col-2 {
    display: none;
}
.block-user .furgan-account-tabs[data-active="u-column2"] .furgan-account-title:nth-child(1),
.block-user .furgan-account-tabs[data-active="u-column1"] .furgan-account-title:nth-child(2) {
    color: #aaaaaa;
}
.block-user #loginform p,
.block-user #customer_login .form-row {
    margin-bottom: 10px;
}
.block-user #loginform label,
.block-user .form-row > label {
    font-size: 12px;
    margin-bottom: 3px;
    color: #999;
}
.block-user #loginform,
.block-user .woocommerce {
    padding: 15px 20px 7px;
}
.block-user #customer_login > div > .woocommerce-form {
    padding: 0;
}
.block-user .input {
    width: 100%;
}
.block-user #wp-submit {
    margin-top: 8px;
    background-color: #9ab968;
}
.block-user .woocommerce-error,
.block-user .woocommerce-info,
.block-user .woocommerce-message {
    padding: 10px;
}
/*MINICART*/
.block-minicart .cart_list > .scroll-element,
.block-minicart .cart_list > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.block-minicart .cart_list > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.block-minicart .cart_list > .scroll-element .scroll-element_track {
    display: none;
}
.block-minicart .cart_list > .scroll-element .scroll-bar {
    background-color: #000000;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.block-minicart .cart_list > .scroll-element .scroll-bar:hover {
    background-color: #9ab968;
}
.block-minicart .cart_list > .scroll-element .scroll-bar,
.block-minicart .cart_list > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.block-minicart .cart_list > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
.block-minicart .cart_list > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}
/* scrollbar height/width & offset from container borders */
.block-minicart .cart_list > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}
.block-minicart .cart_list > .scroll-element.scroll-y .scroll-bar {
    left: -4px;
    min-height: 10px;
    width: 4px;
    border-radius: 4px;
}
.block-minicart .cart_list > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}
.block-minicart .cart_list > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}
.block-minicart .cart_list > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}
.block-minicart .cart_list > .scroll-element.scroll-y .scroll-element_size {
    top: 0;
    left: -3px;
    min-height: 10px;
    width: 2px;
    border-radius: 2px;
    background: #aaa;
}
/* update scrollbar offset if both scrolls are visible */
.block-minicart .cart_list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}
.block-minicart .cart_list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}
.block-minicart {
    position: relative;
}
.block-minicart:hover::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
}
.block-minicart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    -webkit-transition: margin-top 0.4s ease 0s;
    -moz-transition: margin-top 0.4s ease 0s;
    -o-transition: margin-top 0.4s ease 0s;
    transition: margin-top 0.4s ease 0s;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}
.block-minicart .widget_shopping_cart .widgettitle {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 15px 18px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
}
.block-minicart .widget_shopping_cart .widget_shopping_cart_content {
    padding-left: 18px;
    padding-right: 18px;
}
.block-minicart .widget_shopping_cart .product_list_widget li.mini_cart_item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 19px;
}
.block-minicart .widget_shopping_cart .product_list_widget li .remove_from_cart_button {
    right: 13px;
}
.block-minicart .widget_shopping_cart .woocommerce-mini-cart__total {
    border-top: 1px solid #e8e8e8;
}
.block-user:hover::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
}
.block-minicart .cart_list {
    max-height: 216px !important;
}
.woocommerce-mini-cart__empty-message {
    text-align: center;
    font-size: 16px;
    color: #888;
    font-weight: 700;
    padding: 10px 0 30px;
    margin-bottom: 0;
}
.block-user.open .sub-menu,
.block-minicart.open .widget_shopping_cart {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
/* ==========================================================================
3.5 HEADER LOGO
============================================================================ */

/* ==========================================================================
3.6 HEADER STICKY
============================================================================ */
.header-position {
    transition: background-color 0.5s ease 0s, padding 0.5s linear;
    -o-transition: background-color 0.5s ease 0s, padding 0.5s linear;
    -webkit-transition: background-color 0.5s ease 0s, padding 0.5s linear;
}
.header-position.fixed {
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.admin-bar .header-position.fixed {
    top: 32px;
}
.header-position.fixed {
    padding: 0 !important;
}
/* ==========================================================================
3.7 HEADER MIDDLE
============================================================================ */
.header-middle-inner {
    display: table;
    width: 100%;
    position: relative;
}
.header-middle-inner > * {
    display: table-cell;
    vertical-align: middle;
}
.header-border {
    border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1024px) {
    .header-border {
        display: none;
    }
}
/* ==========================================================================
3.8 HEADER NAV
============================================================================ */
.header-nav {
    position: relative;
}
.header-nav-inner {
    display: table;
    width: 100%;
}
.header-nav-inner > * {
    display: table-cell;
    vertical-align: middle;
}
.vertical-wrapper.block-nav-category {
    position: relative;
    width: 280px;
}
.vertical-wrapper.block-nav-category .block-title {
    padding: 0 30px;
    cursor: pointer;
    background-color: #9ab968;
    color: #fff;
    position: relative;
    max-width: 280px;
}
.vertical-wrapper.block-nav-category .block-title .before {
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 20px;
    position: relative;
    top: 3px
}
.vertical-wrapper.block-nav-category .block-title .before span {
    display: block;
    width: 100%;
    border-bottom: 2px solid;
}
.vertical-wrapper.block-nav-category .block-title .before span:nth-child(2) {
    width: 80%;
}
.vertical-wrapper.block-nav-category .block-title .before span:not(:last-child) {
    margin-bottom: 5px;
}
.vertical-wrapper.block-nav-category .block-title .text-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.vertical-wrapper.block-nav-category:not(.has-open) .block-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.vertical-wrapper.block-nav-category .block-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 280px;
    background-color: #fff;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    text-align: left;
    z-index: 99;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
    .vertical-wrapper.block-nav-category.always-open .vertical-menu,
    .vertical-wrapper.block-nav-category.always-open .block-content {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@media (max-width: 767px) {
    .vertical-wrapper.block-nav-category .block-title,
    .vertical-wrapper.block-nav-category .block-content {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .vertical-wrapper.block-nav-category {
        width: 100%;
        display: block;
    }
}
.vertical-menu {
    list-style: none;
    padding: 0;
    position: relative;
}
.vertical-menu .menu-item {
    position: relative;
    color: #666666;
}
.vertical-menu .menu-item:hover::before {
    content: '';
    width: 15px;
    height: 100%;
    right: -13px;
    top: 0;
    display: block;
    position: absolute;
}
.vertical-menu .menu-item.link-other {
    display: none;
}
.vertical-menu .menu-item > a .image {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
}
.vertical-menu .menu-item > a .icon {
    margin-left: 5px;
    font-size: 16px;
    vertical-align: middle;
}
.vertical-menu > .menu-item > a {
    color: inherit;
    font-size: 16px;
    display: block;
    padding: 13px 0 14px;
    margin: 0 25px;
}
.vertical-menu > .menu-item:not(:first-child) > a {
    border-top: 1px solid #f1f1f1;
}
.vertical-menu .menu-item.parent > a::after {
    color: #bdbdbd;
}
.vertical-menu .menu-item.parent:hover > a::after,
.vertical-menu > .menu-item:hover > a,
.vertical-menu > .menu-item.show-submenu > a,
.vertical-menu > .menu-item.parent:hover > a::after,
.vertical-menu > .menu-item.show-submenu > a::after {
    color: #9ab968;
}
.vertical-menu .sub-menu {
    list-style: none;
}
.vertical-menu .sub-menu:not(.megamenu) .menu-item a {
    font-size: 16px;
    display: block;
    padding: 5px 10px 5px 30px;
}
.vertical-menu .sub-menu.megamenu > div {
    padding: 30px 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-size: cover;
}
.block-nav-category .view-all-category a {
    display: block;
    font-size: 16px;
    border-top: 1px solid #f1f1f1;
    padding: 13px 0 14px;
    position: relative;
    margin: 0 20px;
    text-align: center;
    color: #9ab968;
}
.block-nav-category .view-all-category a::after {
    font-size: 18px;
    content: '\f103';
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    width: 40px;
    text-align: center;
}
.block-nav-category .view-all-category a.close-cate::after {
    content: '\f102';
}
@media (min-width: 1025px) {
    .vertical-menu .menu-item.parent-megamenu {
        position: static;
    }
    .vertical-menu .menu-item:not(:hover) > .sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px);
        transform: translateX(15px);
    }
    .vertical-menu .sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        background-color: #fff;
        z-index: 9;
        min-width: 257px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    }
    .vertical-menu .sub-menu .sub-menu {
        top: -2px;
    }
    .vertical-menu .sub-menu:not(.megamenu) {
        padding: 30px 0;
    }
    .vertical-menu .sub-menu.megamenu {
        overflow: hidden;
    }
    .vertical-menu .sub-menu.megamenu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        border: 2px solid transparent;
        pointer-events: none;
    }
    .vertical-menu .menu-item.parent > a::after {
        font-size: 18px;
        content: '\f105';
        font-family: FontAwesome, sans-serif;
        display: inline-block;
        float: right;
    }
}
/* ==========================================================================
3.9 HEADER STYLE
========================================================================== */
.header.header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
/*.header.style-01*/
.header.style-01 .header-top {
    background-color: #9ab968;
    color: #fff;
}
.header.style-01 .header-middle {
    padding: 45px 0;
}
.header.style-01 .header-middle-inner > * {
    width: 33.333%;
}
.header.style-01 .header-middle .furgan-live-search-form .txt-livesearch {
    min-width: 320px;
}
.header.style-01 .header-nav {
    background-color: #eee;
}
/*.header.style-02*/
.header.style-02 .header-top {
    background-color: #9ab968;
    color: #fff;
}
.header.style-02 .header-middle {
    padding: 15px 0;
}
/*.header.style-03*/
.header.style-03 .header-middle .block-search .form-search .category {
    display: none;
}
.header.style-03 .header-middle .header-logo-menu {
    text-align: center;
}
.header.style-03 .header-search-wrap,
.header.style-03 .header-control {
    width: 210px;
}
.header.style-03 .header-middle .container {
    width: 1600px;
}
.header.style-03 .header-middle .furgan-live-search-form .txt-livesearch {
    background-color: transparent;
    padding-left: 0;
    color: #000;
}
.header.style-03 .header-middle .block-search-form .btn-submit {
    background-color: transparent;
    color: #000;
    padding: 0;
}
.header.style-03 .header-middle .block-search-form::before {
    border: none;
    border-bottom: 1px solid #000;
    bottom: 4px;
}
.header.style-03 .header-middle .header-logo {
    padding: 30px 0 15px;
}
/*.header.style-04*/
.header.style-04 .header-top {
    color: #000;
    border-bottom: 1px solid #eaeaea;
}
.header.style-04 .header-middle {
    padding: 10px 0;
}
.header.style-04 .header-top .header-top-inner .top-bar-menu.right > .menu-item a {
    color: #000;
    border: 1px solid #ccc;
    background-color: transparent;
}
/*.header.style-05*/
.header.style-05 .header-middle {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}
/* ==========================================================================
3.10 HEADER MOBILE
========================================================================== */
.header-mobile-wrap {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    display: none;
}
.header-mobile {
    display: table;
    width: 100%;
}
.header-mobile > * {
    display: table-cell;
    vertical-align: middle;
    width: 33.333%;
}
.header-mobile-mid {
    text-align: center;
}
.header-mobile-right {
    text-align: right;
}
.header-mobile .block-search .search-title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-bottom: 15px;
    margin: 0 auto 20px;
    max-width: 940px;
}
.header-mobile .block-search .search-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #F1F1F1;
    top: 49px;
}
.header-mobile .furgan-dropdown .block-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 15px 15px 20px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    margin-top: 20px;
}
.header-mobile .furgan-dropdown.open .block-search {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-mobile .form-search {
    width: 100%;
}
.header-mobile .block-search .form-search .category {
    display: none;
}
.header-mobile .furgan-live-search-form .btn-submit {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 42px !important;
    line-height: 42px !important;
}
.header-mobile .furgan-live-search-form .search-box {
    width: 100%;
}
.header-mobile .furgan-live-search-form .txt-livesearch {
    min-width: 0 !important;
}
.header-mobile .header-search .link-dropdown > span {
    position: relative;
    display: block;
}
.header-mobile .header-search.open .link-dropdown > span::before {
    content: "\f112";
    font-size: 18px;
}
@media (max-width: 1024px) {
    .header-mobile-wrap {
        display: block;
    }
    .header-middle,
    .header-wrap-stick {
        display: none;
    }
    .header.header-transparent {
        position: relative;
    }
    .header-search .link-dropdown,
    .meta-woo .block-woo .block-link {
        width: 28px;
        font-size: 21px;
    }
    .meta-woo .block-woo {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .header-mobile .block-search-form,
    .header-mobile .block-search .search-title {
        max-width: 720px;
    }
}
@media (max-width: 767px) {
    .header-mobile .block-search-form,
    .header-mobile .block-search .search-title {
        max-width: 100%;
    }
    .header-mobile-wrap {
        padding: 0;
    }
    .header-mobile .header-logo {
        max-width: 120px;
        display: inline-block;
        vertical-align: text-bottom;
        width: 100% !important;
    }
}
/* ==========================================================================
4.0 FOOTER THEME
========================================================================== */
a.backtotop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background-color: #9ab968;
    position: fixed;
    bottom: 65px;
    right: 25px;
    text-align: center;
    -webkit-transition: right 0.4s ease 0s;
    -moz-transition: right 0.4s ease 0s;
    -o-transition: right 0.4s ease 0s;
    transition: right 0.4s ease 0s;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #fff;
}
a.backtotop::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
a.backtotop:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
a.backtotop:not(.active) {
    right: -50px;
}
a.backtotop i {
    position: relative;
    z-index: 2;
    color: #fff;
}
@media (max-width: 767px) {
    a.backtotop {
        display: none;
    }
}
/* ==========================================================================
5.0 BLOG THEME
========================================================================== */
.blog-banner {
    margin-bottom: 41px;
}
/* ==========================================================================
5.1 POST ITEM
========================================================================== */
.post-thumb img {
    position: relative;
    z-index: 1;
}
.post-title {
    margin-top: 0;
}
.post-title a:not(:hover) {
    color: inherit !important;
}
.post-item .post-meta > div {
    display: inline-block;
    position: relative;
}
.post-item .post-meta > div:not(:last-child) {
    padding-right: 11px;
    margin-right: 8px;
}
.post-item .post-meta > div:not(:last-child)::after {
    content: '';
    border-left: 1px solid #b6bfca;
    position: absolute;
    top: 2px;
    right: 0;
    height: 18px;
}
.post-item .post-author,
.post-item .date,
.post-item .post-comment-icon,
.post-item .post-comment {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.post-item .post-author a:not(:hover),
.post-item .date a:not(:hover),
.post-item .post-comment-icon a:not(:hover),
.post-item .post-comment a:not(:hover) {
    color: #000;
}
.post-item .post-author::before {
    content: "\f044";
    font-family: 'FontAwesome', sans-serif;
    font-size: 16px;
    margin-right: 0;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    top: -2px;
    color: #9ab968;
}
.post-item .date a::before {
    content: "\f073";
    font-family: 'FontAwesome', sans-serif;
    font-size: 14px;
    margin-right: 2px;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    top: -3px;
    color: #9ab968;
}
.post-item .post-comment-icon {
    font-size: 13px;
}
.post-item .post-comment a::before,
.post-item .post-comment-icon a::before {
    content: "\f0e5";
    font-family: 'FontAwesome', sans-serif;
    font-size: 15px;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    top: -3px;
    color: #9ab968;
}
.post-item .tags {
    float: left;
}
.post-item .tags a {
    display: inline-block;
    margin: 0 7px 7px 0;
    padding: 4px 22px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
    border: 1px solid #e4e6ec;
    height: 34px;
    text-align: center;
}
.post-item .tags a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.page-main-content::before,
.page-main-content::after,
.post-content::before,
.post-content::after {
    content: '';
    display: table;
}
.page-main-content::after,
.post-content::after {
    clear: both;
}
.post-content p:last-child {
    margin-bottom: 0 !important;
}
.post-content > p:last-child {
    display: inline-block;
    width: 100%;
}
/*.post-single*/
.post-single .post-title {
    font-size: 30px;
    margin: -1px 0 15px 0;
}
.post-single .post-meta {
    margin-bottom: 20px;
}
.post-single .single-post-thumb .post-thumb {
    margin-bottom: 50px;
}
.post-single .categories {
    border: 2px solid #9ab968;
    padding: 12px 25px;
    margin-bottom: 20px;
    display: table;
}
.post-footer {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e7e7e7;
}
.post-footer .furgan-share-socials {
    float: right;
    text-align: right;
    width: 40%;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.post-footer .furgan-share-socials ~ .categories {
    float: left;
    width: 60%;
}
.post-footer .social-heading {
    display: inline-block;
    font-size: 16px;
    color: inherit;
    margin: 0;
    line-height: inherit;
    vertical-align: top;
}
.post-footer .furgan-share-socials a {
    font-size: 0;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
    line-height: inherit;
    vertical-align: top;
}
.post-footer .furgan-share-socials a i {
    font-size: 18px;
}
.post-footer .furgan-share-socials a svg {
    width: 17px;
    vertical-align: top;
    fill: currentColor;
}
/*blog standard*/
.blog-standard .post-item {
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #ebebeb;
}
.blog-standard .post-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.post-standard .post-title {
    font-size: 28px;
    margin-bottom: 12px;
    margin-top: -5px;
}
.post-standard .post-thumb {
    margin-bottom: 37px;
}
.post-standard .post-meta {
    margin-bottom: 20px;
}
.post-item .readmore {
    min-width: 125px;
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #000;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}
.post-item .readmore:hover {
    background-color: #000;
    color: #fff;
}
.post-item .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    text-align: center;
    font-size: 21px;
    color: #000;
    position: absolute;
    bottom: 5px;
    top: auto;
    background-color: #fff;
    z-index: 3;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.post-item .slick-arrow:hover {
    background-color: #9ab968;
    color: #fff !important;
}
.post-item .slick-arrow.prev {
    left: auto;
    right: 50px;
}
.post-item .slick-arrow.next {
    right: 5px;
}
/*blog grid*/
.blog-grid .post-item {
    margin-bottom: 30px;
}
.post-grid .post-meta > div:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
}
.post-grid .post-meta > div:not(:last-child)::after {
    display: none;
}
.post-grid .post-meta .post-comment-icon {
    float: right;
}
.post-thumb {
    position: relative;
    overflow: hidden;
}
.post-grid .post-thumb {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.datebox {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: inline-block;
    background-color: #9ab968;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.datebox span:first-child {
    display: block;
    height: 32px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    color: #9ab968;
    background-color: #fff;
}
.datebox span:last-child {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.post-grid .post-thumb img {
    width: 100%;
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}
.post-grid .post-thumb:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.post-grid .post-info {
    padding: 0 25px 25px;
    border: 1px solid #ebebeb;
    border-top: none;
    border-radius: 0 0 8px 8px;
}
.post-grid .post-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-grid .post-title {
    font-size: 21px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-grid .post-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #9ab968;
}
.post-grid .post-meta {
    overflow: hidden;
    padding: 25px 0 10px 0;
}
.post-grid .post-author {
    float: left;
}
.post-grid .post-comment {
    float: right;
    color: #000;
}
.post-grid .post-comment a {
    font-weight: 600;
}
.post-grid .post-comment a::before {
    content: "\f113";
    font-family: 'Flaticon', sans-serif;
    font-size: 15px;
    margin-right: 4px;
    vertical-align: middle;
    font-weight: normal;
}
/*.blog-list*/
.blog-list .post-item {
    margin-bottom: 40px;
}
.post-list.post-inner {
    overflow: hidden;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
}
.post-list .post-thumb {
    float: left;
    max-width: 50%;
}
.post-list .post-thumb a {
    display: block;
    position: relative;
}
.post-list .post-thumb a::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 6px;
    bottom: 6px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-top: 4px solid rgba(255, 255, 255, 0.6);
    border-bottom: 4px solid rgba(255, 255, 255, 0.6);
}
.post-list .post-thumb a::after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 6px;
    right: 6px;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-left: 4px solid rgba(255, 255, 255, 0.6);
    border-right: 4px solid rgba(255, 255, 255, 0.6);
}
.post-list:hover .post-thumb a::before {
    left: 10px;
    right: 10px;
}
.post-list:hover .post-thumb a::after {
    top: 6px;
    bottom: 6px;
}
.post-list .post-meta {
    padding-bottom: 15px;
}
.post-list .post-info {
    padding: 20px 20px 10px 30px;
    overflow: hidden;
    position: relative;
}
.post-list .post-content {
    max-height: 54px;
    overflow: hidden;
}
.post-list .post-title {
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .post-footer .furgan-share-socials {
        float: none;
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .post-footer .furgan-share-socials ~ .categories {
        float: none;
        width: 100%;
    }
    .post-single .single-post-thumb .post-thumb,
    .post-standard .post-thumb {
        margin-bottom: 30px;
    }
    .post-item .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .post-item .slick-arrow.prev {
        right: 40px;
    }
    .post-item .slick-arrow::before {
        width: 9px;
        height: 9px;
        top: -3px;
    }
    .post-item .slick-arrow.prev::after {
        height: 30px;
    }
    .post-standard .post-title,
    .post-single .post-title {
        font-size: 26px;
    }
    .post-list .post-title {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .post-grid .post-meta {
        padding: 15px 0 10px 0;
    }
    .post-grid .post-info {
        padding: 0 15px 20px;
    }
    .datebox {
        top: 15px;
        left: 15px;
    }
    .post-grid .post-title {
        font-size: 18px;
    }
    .post-standard .post-title,
    .post-single .post-title {
        font-size: 24px;
    }
    .post-list.post-inner {
        border: none;
        border-radius: 0;
    }
    .post-list .post-thumb {
        max-width: 100%;
    }
    .post-list .post-info {
        width: 100%;
        padding: 20px 0 0 0;
    }
}
@media (max-width: 480px) {
    .post-list .post-thumb img {
        width: 100%;
    }
}
/* ==========================================================================
5.2 BLOG COMMENT
========================================================================== */
/*.comments-area*/
.comments-area p {
    margin-bottom: 16px;
}
.comments-area {
    padding-top: 40px;
}
.comments-area .comments-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.comments-area .commentlist,
.comments-area .commentlist .children {
    list-style: none;
}
.comments-area .no-comments {
    margin-top: 20px;
}
/*.commentlist*/
.commentlist {
    list-style: none;
    padding-left: 0;
}
.furgan-Reviews .commentlist > p {
    display: none;
}
.comment:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.commentlist .children {
    padding-left: 145px;
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid #dfdfdf;
}
.has-sidebar .commentlist .children {
    padding-left: 90px;
}
.comment_container {
    overflow: hidden;
}
.comment_container .avatar {
    float: left;
    max-width: 120px;
    margin-right: 25px;
}
.comment-text {
    overflow: hidden;
    position: relative;
}
.comment-text .meta {
    margin-bottom: 0;
}
.comment-text .furgan-review__dash {
    display: none;
}
.comment-text .furgan-review__author,
.comment-text .comment-author {
    display: block;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 2px;
}
.comment-text .furgan-review__published-date,
.comment-text .comment-date {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 9px;
    padding-right: 80px;
}
.comment-text .furgan-review__published-date,
.comment-text .comment-date:not(:hover) {
    color: #9da7b2;
}
.comment-text p:last-child {
    margin-bottom: 0;
}
.comment-text .comment-edit-link,
.comment-text .comment-reply-link {
    position: absolute;
    top: 0;
    font-size: 0;
}
.comment-text .comment-edit-link {
    right: 30px;
}
.comment-text .comment-reply-link {
    right: 0;
}
.comment-text .comment-edit-link::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f044";
    font-size: 14px;
}
.comment-text .comment-reply-link::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f112';
    font-size: 14px;
}
/*.pingback*/
.trackback,
.pingback {
    padding-bottom: 20px;
}
.pingback > p > a {
    padding-left: 5px;
}
.pingback .edit-link {
    display: inline-block;
}
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    padding: 0 5px;
}
/*.comment-respond*/
.woocommerce-Reviews .woocommerce-Reviews-title {
    display: none;
}
.single-product #reviews #review_form_wrapper .comment-respond #reply-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    border: 2px solid #000;
    margin: 15px 0 25px;
    padding: 12px 15px 9px;
    line-height: 20px;
    text-align: center;
}
.commentlist ~ .comment-respond,
.commentlist .comment-respond {
    border-top: 1px solid #dfdfdf;
    padding-top: 45px;
    margin-top: 50px;
}
.comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0;
}
.comment-respond span.comment-reply-title {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.comment-form-rating label {
    margin-right: 15px;
}
.required {
    color: red;
    font-weight: normal;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-reply-content {
    float: left;
    margin-bottom: 25px;
    width: calc(50% - 15px);
}
.comment-form .comment-form-cookies-consent {
    display: inline-block;
    width: 100%;
}
.comment-form .comment-form-cookies-consent label {
    font-weight: normal;
    color: inherit;
    font-size: 15px;
    font-style: italic;
    font-family: inherit;
    padding-left: 28px;
    position: relative;
}
.comment-form .comment-form-cookies-consent label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transition: background-color 0.25s ease 0s;
    -moz-transition: background-color 0.25s ease 0s;
    -o-transition: background-color 0.25s ease 0s;
    transition: background-color 0.25s ease 0s;
    text-align: center;
    color: #fff;
    font-size: 11px;
}
.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    display: none;
}
.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent:checked + label::before {
    color: #9ab968;
    content: '\f00c';
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label {
    display: block;
}
.comment-form .comment-form-email,
.comment-form .comment-reply-content + .comment-reply-content {
    float: right;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-reply-content input {
    width: 100%;
    height: 50px;
    padding: 4px 30px;
}
.comment-form .comment-form-comment {
    display: inline-block;
    width: 100%;
}
.comment-form .comment-form-comment textarea {
    height: 220px;
    padding: 15px 20px;
}
.comment-form .comment-form-cookies-consent {
    display: inline-block;
    width: 100%;
}
.comment-form .form-submit {
    display: table;
    position: relative;
    margin-bottom: 19px;
}
.comment-form .form-submit #submit {
    vertical-align: middle;
    height: 44px;
    line-height: 44px;
    min-width: 170px;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #ffffff;
    background-color: #1b1b1b;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
}
.comment-form .form-submit #submit:hover {
    background-color: #9ab968;
}
.furgan-Reviews-title {
    display: none;
}
@media (max-width: 1199px) {
    .has-sidebar .commentlist .children,
    .commentlist .children {
        padding-left: 50px;
    }
    .comment-form .form-submit {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email,
    .comment-form .comment-reply-content {
        width: 100%;
        float: none !important;
    }
    .has-sidebar .commentlist .children,
    .commentlist .children {
        padding-left: 30px;
    }
}
@media (max-width: 767px) {
    .comment_container .avatar {
        float: none;
        max-width: 90px;
    }
    .comment-text {
        margin-top: 15px;
    }
}
/* ==========================================================================
6.0 BANNER + BREADCRUMBS + WDGET +PAGINATION
========================================================================== */
/* ==========================================================================
6.1 BANNER AND TITLE PAGE
========================================================================== */
.main-container {
    padding-top: 40px;
    padding-bottom: 70px;
}
body.single .main-container {
    padding-top: 0;
}
.banner-wrapper.has_background {
    position: relative;
}
.header.style-01 + .banner-wrapper {
    margin-top: 35px;
    margin-bottom: 20px;
}
.banner-wrapper.has_background img {
    min-height: 315px;
    object-fit: cover;
}
.banner-wrapper.container {
    margin-top: 30px;
    margin-bottom: 20px;
}
.banner-wrapper.container .container {
    padding-left: 0;
    padding-right: 0;
}
.banner-wrapper.container .banner-media {
    margin-bottom: 35px;
}
.page-template-fullwidth .banner-wrapper.container .banner-media {
    margin-bottom: 0;
}
.page-title {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin: 5px 0 0;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.page-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #9ab968;
    width: 50px
}
@media (max-width: 767px) {
    .page-title {
        font-size: 24px;
    }
}
/* ==========================================================================
6.2 BREADCRUMBS THEME
========================================================================== */
.breadcrumbs {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 500;
}
body.single .breadcrumbs {
    text-align: left;
    margin-bottom: 10px;
}
.breadcrumbs .breadcrumb {
    list-style: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}
.breadcrumbs .breadcrumb li {
    display: inline;
    color: #888888;
}
.breadcrumbs .breadcrumb li + li::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f101";
    color: #888888;
    padding-left: 8px;
    padding-right: 8px;
}
.breadcrumbs .breadcrumb li a:not(:hover) {
    color: #222;
}
.woocommerce-breadcrumb {
    color: #888888;
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 500;
}
body.single .woocommerce-breadcrumb {
    text-align: left;
    margin-bottom: 10px;
}
.woocommerce-breadcrumb a:not(:hover) {
    color: #222;
}
.woocommerce-breadcrumb i {
    padding-left: 11px;
    padding-right: 11px;
}
@media (max-width: 767px) {
    .breadcrumbs,
    .woocommerce-breadcrumb {
        font-size: 16px;
    }
}
/* ==========================================================================
6.3 WIDGET THEME
========================================================================== */
.left-sidebar .main-content {
    float: right;
}
#widget-area .widget:not(:last-child) {
    margin-bottom: 40px;
}
#widget-area .widgettitle {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -2px;
    z-index: 1;
    font-weight: 600;
}
#widget-area .widgettitle a {
    color: inherit;
}
#widget-area .widget ul,
#widget-area .widget ol {
    padding: 0 0 8px 0;
    list-style: none;
}
#widget-area .widget ul ul,
#widget-area .widget ul ol,
#widget-area .widget ol ol,
#widget-area .widget ol ul {
    padding: 0 0 0 18px;
    margin-top: 8px;
    border-bottom: none;
}
#widget-area .widget ul li {
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
}
#widget-area .widget ul li:last-child {
    padding-bottom: 0;
}
#widget-area .widget p:last-child {
    margin-bottom: 0;
}
#widget-area .widget label:not(.screen-reader-text) {
    width: 100%;
    margin: 15px 0;
}
#widget-area .widget > h1,
#widget-area .widget > h2,
#widget-area .widget > h3,
#widget-area .widget > h4,
#widget-area .widget > h5,
#widget-area .widget > h6 {
    margin-top: 0;
}
/*general*/
#widget-area .widget_product_search .widgettitle {
    margin-bottom: 35px;
}
#widget-area .tagcloud {
    padding-top: 10px;
}
#widget-area .widget_categories select,
#widget-area .widget_archive select,
#widget-area .select2 {
    margin-top: 10px;
}
.widget-furgan-socials li,
#widget-area .widget_nav_menu li,
.widget_archive li,
.widget_recent_entries li,
.woocommerce-widget-layered-nav-list li,
.widget_categories .cat-item,
.widget_pages .page_item,
.widget_product_categories .cat-item {
    border-top: 1px solid #ebebeb;
}
.widget-furgan-socials li:first-child,
#widget-area .widget_nav_menu li:first-child,
.widget_archive li:first-child,
.widget_recent_entries li:first-child,
.woocommerce-widget-layered-nav-list li:first-child,
.widget_categories .cat-item:first-child,
.widget_pages .page_item:first-child,
.widget_product_categories .cat-item:first-child {
    border-top: none;
}
#widget-area .widget_nav_menu ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.woocommerce-widget-layered-nav-list ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul {
    border-top: 1px solid #ebebeb;
}
.widget-furgan-socials .socials-list li a::before,
#widget-area .widget_nav_menu li a::before,
.widget_archive li a::before,
.widget_recent_entries li a::before,
.woocommerce-widget-layered-nav-list li a::before,
.widget_categories .cat-item > a::before,
.widget_pages .page_item > a::before,
.widget_product_categories .cat-item > a::before {
    position: relative;
    top: -3px;
    margin-right: 10px;
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #9ab968;
}
.widget-furgan-socials .socials-list li a::before {
    margin-right: 7px;
}
.woocommerce-widget-layered-nav-list li.chosen a,
.widget_categories .cat-item.current-cat > a,
.widget_pages .page_item.current_page_item > a,
.widget_product_categories .cat-item.current-cat > a {
    color: #9ab968;
}
/*widget_search*/
#widget-area .widget.widget_search .widgettitle {
    display: none;
}
.widget_product_search .woocommerce-product-search,
.widget_search .search-form {
    position: relative;
}
.widget_product_search .woocommerce-product-search .search-field,
.widget_search .search-form input {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding-right: 75px;
}
.widget_product_search .woocommerce-product-search button[type="submit"],
.widget_search .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    font-size: 0;
    background-color: #1e1e1e;
    color: #fff;
    padding: 0 13px 0 18px;
}
.widget_product_search .woocommerce-product-search button[type="submit"]::before,
.widget_search .search-form button::before {
    content: "\f100";
    font-family: 'Flaticon', sans-serif;
    font-size: 21px;
    font-weight: normal;
}
.widget_product_search .woocommerce-product-search button[type="submit"]:hover,
.widget_search .search-form button:hover {
    background-color: #9ab968;
}
/*widget-furgan-iconbox*/
#widget-area .furgan-iconbox.style-03:not(:last-child) .iconbox-inner {
    margin-bottom: 20px;
}
/*widget-furgan-socials*/
.widget-furgan-socials .socials-list {
    padding: 0 !important;
}
.widget-furgan-socials .socials-list li a {
    position: relative;
}
.widget-furgan-socials .socials-list li a span {
    display: none;
}
/*widget-furgan-mailchimp*/
.widget-furgan-mailchimp .widgettitle {
    display: none;
}
.widget-furgan-mailchimp .newsletter-form-wrap {
    background-color: #f3f3f3;
    padding: 45px 20px 45px;
    position: relative;
}
.widget-furgan-mailchimp .desc {
    margin-bottom: 8px;
    text-align: center;
    color: #000000;
    font-weight: 500;
}
.widget-furgan-mailchimp .desc::before {
    display: block;
    content: "\f107";
    font-family: 'Flaticon', sans-serif;
    font-size: 54px;
    margin-bottom: 10px;
    line-height: 1;
}
.widget-furgan-mailchimp .newsletter-form-wrap .form-newsletter {
    text-align: right;
}
.widget-furgan-mailchimp .newsletter-form-wrap input[type="email"],
.widget-furgan-mailchimp .newsletter-form-wrap .email-newsletter {
    width: 100%;
    border: none;
    border-bottom: 2px solid #232529;
    border-radius: 0;
    padding: 0;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.widget-furgan-mailchimp .newsletter-form-wrap input[type="submit"],
.widget-furgan-mailchimp .newsletter-form-wrap .submit-newsletter {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: transparent;
    color: #000000;
    margin: 30px auto 0;
    display: table;
    line-height: 1;
}
.widget-furgan-mailchimp .newsletter-form-wrap .submit-newsletter::after {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105";
    font-size: 18px;
    margin-left: 5px;
}
/*.widget-furgan-instagram*/
.widget-furgan-instagram .content-instagram {
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}
.widget-furgan-instagram .content-instagram .item {
    float: left;
    width: 25%;
    padding: 5px;
    position: relative;
}
.widget-furgan-instagram .content-instagram .item::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease 0s;
    -moz-transition: opacity 0.25s ease 0s;
    -o-transition: opacity 0.25s ease 0s;
    transition: opacity 0.25s ease 0s;
    z-index: 1;
}
.widget-furgan-instagram .content-instagram .item:hover::before {
    opacity: 0.5;
    visibility: visible;
}
.widget-furgan-instagram .content-instagram .item img {
    border-radius: 3px;
}
/*widget-furgan-post*/
.widget-furgan-post .furgan-posts {
    padding-top: 8px;
}
.widget-furgan-post article {
    position: relative;
    display: inline-block;
    width: 100%;
}
.widget-furgan-post article:not(:last-child) {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #ebebeb;
}
.widget-furgan-post .post-thumb {
    float: left;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}
.widget-furgan-post .post-thumb a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease 0s;
    -moz-transition: opacity 0.25s ease 0s;
    -o-transition: opacity 0.25s ease 0s;
    transition: opacity 0.25s ease 0s;
    z-index: 2;
}
.widget-furgan-post .post-thumb a:hover::before {
    opacity: 0.5;
    visibility: visible;
}
.widget-furgan-post .post-info {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 0;
}
.widget-furgan-post .post-title {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.widget-furgan-post .post-title::after {
    display: none;
}
.widget-furgan-post .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-transform: capitalize;
}
/*.widget .widget_shopping_cart*/
#widget-area .widget_shopping_cart .product_list_widget li.mini_cart_item {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    overflow: visible;
}
#widget-area .widget_shopping_cart .woocommerce-mini-cart__total {
    padding: 0 0 10px 0;
}
#widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons {
    padding: 0;
}
/*.widget .product_list_widget*/
#widget-area .widget .product_list_widget li:not(.mini_cart_item) {
    border-bottom: none;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
}
.product_list_widget li:not(.mini_cart_item):not(:last-child)::before {
    display: block;
    content: '';
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.product_list_widget .rating-wapper .review {
    display: none;
}
/*woocommerce-widget-layered-nav-dropdown*/
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px;
}
#widget-area .widget .select2-container .select2-search--inline {
    padding: 0;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    background-color: #9ab968;
}
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
    width: 100%;
    max-width: 270px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    background-color: #9ab968;
    margin-top: 20px;
}
.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover {
    opacity: 0.8;
}
/*.widget_price_filter*/
.widget_price_filter .price_slider_wrapper {
    padding-top: 45px;
    padding-bottom: 40px;
    position: relative;
}
.widget_price_filter .price_slider_amount {
    overflow: hidden;
    margin-top: 25px;
}
.widget_price_filter .price_label {
    font-weight: 500;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.widget_price_filter .price_label span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.widget_price_filter .price_label span:last-child {
    float: right;
}
.widget_price_filter .button {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #9ab968;
    overflow: hidden;
}
.widget_price_filter .price_slider {
    position: relative;
    height: 5px;
    border-radius: 2px 0 0 2px;
    background-color: #eeeeee;
    width: -webkit-calc(100% - 14px);
    width: -moz-calc(100% - 14px);
    width: calc(100% - 14px);
}
.widget_price_filter .price_slider::before {
    content: '';
    display: block;
    height: 5px;
    border-radius: 0;
    width: 14px;
    background-color: #eeeeee;
    position: absolute;
    left: 100%;
    top: 0;
}
.widget_price_filter .ui-slider-range {
    height: 5px;
    background-color: #9ab968;
    position: absolute;
    top: 0;
}
.widget_price_filter .ui-slider-range::before {
    content: '';
    display: block;
    height: 5px;
    border-radius: 0 2px 2px 0;
    width: 14px;
    background-color: #9ab968;
    position: absolute;
    left: 100%;
    top: 0;
}
.widget_price_filter .ui-slider-handle {
    display: inline-block;
    position: absolute;
    height: 0;
    width: 0;
    top: -15px;
    border-width: 8px 7px;
    border-style: solid;
    border-color: #9ab968 transparent transparent transparent;
}
/*furgan_widget_layered_nav*/
.furgan_widget_layered_nav .color-group::before,
.furgan_widget_layered_nav .color-group::after {
    content: '';
    display: table;
}
.furgan_widget_layered_nav .color-group::after {
    clear: both;
}
.furgan_widget_layered_nav .color-group {
    margin-top: -5px;
}
.furgan_widget_layered_nav .color-group .term-color {
    float: left;
    margin: 10px 15px 5px 0;
    position: relative;
}
.furgan_widget_layered_nav .color-group .term-color i {
    display: inline-block;
    padding: 0 5px;
    min-width: 38px;
    line-height: 38px;
    min-height: 38px;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: currentColor;
    vertical-align: top;
}
.furgan_widget_layered_nav .color-group .term-color:hover i::before,
.furgan_widget_layered_nav .color-group .term-color.selected i::before {
    position: absolute;
    content: '';
    display: block;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.furgan_widget_layered_nav .color-group .term-color:hover i::after,
.furgan_widget_layered_nav .color-group .term-color.selected i::after {
    position: absolute;
    font-family: 'FontAwesome', sans-serif;
    content: '\f00c';
    font-weight: normal;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
}
.furgan_widget_layered_nav .color-group .term-color .count {
    color: #868686;
    vertical-align: top;
    display: none;
}
.furgan_widget_layered_nav .color-group .term-color .term-name {
    position: absolute;
    z-index: 1070;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    opacity: 0;
    visibility: hidden;
    padding: 0 7px;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: opacity 0.25s ease 0s;
    -moz-transition: opacity 0.25s ease 0s;
    -o-transition: opacity 0.25s ease 0s;
    transition: opacity 0.25s ease 0s;
}
.furgan_widget_layered_nav .color-group .term-color:hover .term-name {
    opacity: 1;
    visibility: visible;
}
.furgan_widget_layered_nav .color-group .term-color .term-name::before {
    content: '';
    border: 4px solid;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.furgan_widget_layered_nav .inline-group a {
    display: inline-block;
    text-align: center;
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin: 6px 12px 6px 0;
    font-size: 13px;
    font-weight: 600;
}
.furgan_widget_layered_nav .inline-group a:last-child {
    margin-right: 0;
}
.furgan_widget_layered_nav .inline-group a:hover,
.furgan_widget_layered_nav .inline-group a.selected {
    border-color: #000;
    background-color: #000;
    color: #fff
}
@media (max-width: 991px) {
    #widget-area {
        padding-top: 40px;
    }
    .widget-furgan-instagram .content-instagram .item img {
        width: 100%;
    }
}
/* ==========================================================================
6.4 PAGINATION THEME
========================================================================== */
.page-links {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.page-links > span.page-links-title {
    line-height: 44px;
}
.page-links > a,
.page-links > span:not(.page-links-title) {
    color: #cbd1da;
    display: inline-block;
    min-width: 43px;
    padding: 0 3px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    position: relative;
    line-height: 41px;
    height: 43px;
    border: 1px solid;
    margin: 0 6px 6px 0;

    background-color: #fff;
}
.page-links > span:not(.page-links-title),
.page-links > a:hover {
    color: #000000;
}
.comments-pagination,
.post-pagination,
.pagination {
    display: inline-block;
    width: 100%;
}
.comments-pagination {
    padding-top: 45px;
}
.blog-standard ~ .pagination {
    padding-top: 70px;
    padding-bottom: 25px;
}
.blog-list ~ .pagination,
.blog-grid ~ .pagination {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}
.post-pagination {
    margin-top: 15px;
}
.woocommerce-pagination ul {
    padding-left: 0;
    list-style: none;
}
.comments-pagination .nav-links,
.woocommerce-pagination .page-numbers,
.woocommerce-pagination li,
.pagination .nav-links {
    display: inline-block;
}
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers,
.woocommerce-pagination li .page-numbers,
.comments-pagination .page-numbers,
.post-pagination > span:not(.title),
.post-pagination a span,
.pagination .page-numbers {
    color: #888;
    display: inline-block;
    min-width: 42px;
    padding: 0 3px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    position: relative;
    line-height: 40px;
    height: 42px;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    margin: 0 8px 10px 0;
}
.post-pagination a span {
    font-weight: normal;
}
.woocommerce-pagination span.page-numbers.current,
.woocommerce-pagination span.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination li .page-numbers.current,
.woocommerce-pagination li .page-numbers:hover,
.comments-pagination .page-numbers.current,
.comments-pagination a.page-numbers:hover,
.post-pagination > span:not(.title),
.post-pagination a span:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: #fff;
    border-color: transparent;
    background-color: #9ab968;
}
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next,
.comments-pagination .page-numbers.prev,
.comments-pagination .page-numbers.next,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-size: 0;
}
.woocommerce-pagination .page-numbers.prev::before,
.comments-pagination .page-numbers.prev::before,
.pagination .page-numbers.prev::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f104";
    font-size: 20px;
}
.woocommerce-pagination .page-numbers.next::before,
.comments-pagination .page-numbers.next::before,
.pagination .page-numbers.next::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105";
    font-size: 20px;
    line-height: 40px;
}
.post-pagination > span.title {
    line-height: 44px;
    padding-right: 10px;
}
@media (max-width: 1199px) {
    .blog-standard ~ .pagination {
        padding-top: 68px;
        margin-top: 42px;
        border-top: 1px solid #dfdfdf;
        padding-bottom: 0;
    }
    .blog-grid ~ .pagination {
        padding-top: 20px;
        padding-bottom: 0;
    }
}
/* ==========================================================================
7.0 SHOP THEME
========================================================================== */
ul.products li.product-category {
    width: 33.3333333%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-bottom: 30px;
}
ul.products li.product-category:nth-child(3n+1) {
    clear: left;
}
ul.products li.product-category a .woocommerce-loop-category__title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}
ul.products li.product-category a .woocommerce-loop-category__title mark {
    background-color: transparent;
    color: inherit;
    padding: 0;
}
@media (max-width: 1199px) {
    ul.products li.product-category {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    ul.products li.product-category {
        margin-bottom: 10px;
        width: 50%;
    }
    ul.products li.product-category:nth-child(3n+1) {
        clear: none;
    }
    ul.products li.product-category:nth-child(2n+1) {
        clear: left;
    }
}
/* ==========================================================================
7.1 SHOP CONTROL
========================================================================== */
/*shop-control*/
.shop-control::before, .shop-control::after {
    content: '';
    display: table;
}
.shop-control::after {
    clear: both;
}
.grid-view-mode {
    margin-bottom: 10px;
    display: inline-block;
}
.grid-view-mode > form {
    display: inline-block;
}
.grid-view-mode .modes-mode {
    background-color: #fff;
    color: #888888;
    margin-left: 5px;
    font-size: 25px;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
    padding: 0 9px 0 7px;
}
.grid-view-mode .modes-mode:hover,
.grid-view-mode .modes-mode:focus,
.grid-view-mode .modes-mode:active,
.grid-view-mode .modes-mode.active {
    color: #9ab968;
    background-color: #fff;
}
.grid-view-mode .modes-mode .button-inner {
    position: relative;
    font-size: 0;
}
.grid-view-mode .modes-mode.mode-grid {
    padding: 0 12px 0 10px;
}
.grid-view-mode .modes-mode.mode-grid .button-inner {
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 2px;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span {
    display: block;
    position: absolute;
    left: 6px;
    width: 4px;
    border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:first-child {
    top: 0;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(2) {
    top: 6px;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(3) {
    bottom: 0;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    width: 4px;
    border-bottom: 4px solid;
    display: block;
}
.grid-view-mode .modes-mode.mode-grid .button-inner span::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0;
    width: 4px;
    border-bottom: 4px solid;
    display: block;
}
.grid-view-mode .modes-mode.mode-list .button-inner {
    width: 22px;
    height: 16px;
    display: block;
    margin-left: 2px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span {
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    border-bottom: 4px solid;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:first-child {
    top: 0;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(2) {
    top: 6px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(3) {
    top: 12px;
}
.grid-view-mode .modes-mode.mode-list .button-inner span::before {
    content: '';
    position: absolute;
    top: 1px;
    right: -18px;
    width: 15px;
    border-bottom: 2px solid;
}
.woocommerce-ordering,
.per-page-form {
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin-bottom: 10px;
}
.woocommerce-ordering ~ .per-page-form {
    padding-left: 9px;
}
.woocommerce-ordering select,
.per-page-form select {
    border: 1px solid #fff;
    background-color: #fff;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    color: #888;
}
.per-page-form label {
    margin-bottom: 0;
}
.per-page-form label:nth-child(2) {
    display: none;
}
.shop-before-control {
    background-color: #f1f1f1;
    padding: 15px 15px 5px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    color: #888888;
    position: relative;
}
.shop-before-control .grid-view-mode {
    float: right;
}
.shop-after-control {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}
@media (max-width: 767px) {
    .shop-before-control {
        padding-bottom: 25px;
    }
}
@media (max-width: 480px) {
    .shop-before-control {
        text-align: center;
    }
    .shop-before-control .grid-view-mode {
        float: none;
    }
    .grid-view-mode,
    .woocommerce-ordering,
    .per-page-form {
        padding-left: 0 !important;
        width: 100%;
    }
    .per-page-form label,
    .woocommerce-ordering select,
    .per-page-form select {
        width: 100%;
    }
}
/* ==========================================================================
7.2 PRODUCT ITEM
========================================================================== */
.product-inner,
.product-thumb,
.thumb-link {
    position: relative;
}
.product-thumb img {
    margin: 0 auto;
}
.product-item .woocommerce-loop-product__title,
.product-thumb > img {
    display: none;
}
.product-inner .second-image {
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}
.product-inner:hover .second-image {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1199px) {
    .product-thumb img {
        width: 100%;
    }
}
/*quickview*/
.yith-wcqv-button {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.yith-wcqv-button:not(:hover) {
    color: inherit;
}
.yith-wcqv-button::before {
    font-family: 'Flaticon', sans-serif;
    content: "\f12d";;
    font-size: 20px;
    vertical-align: middle;
    font-weight: normal;
}
body.admin-bar #yith-quick-view-modal {
    top: 32px;
}
html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
    overflow: hidden;
}
#yith-quick-view-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#yith-quick-view-modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
#yith-quick-view-modal .yith-quick-view-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51, 51, 51, .55);
}
#yith-quick-view-modal .yith-wcqv-wrapper {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    text-align: left;
    width: calc(100% - 30px) !important;
    height: auto !important;
    max-width: 920px;
}
#yith-quick-view-modal .yith-wcqv-main {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    background-color: #fff;
    overflow-y: auto;
    padding: 0 30px;
    max-height: calc(100vh - 40px);
}
#yith-quick-view-modal.open, #yith-quick-view-modal.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1;
}
#yith-quick-view-modal #yith-quick-view-content {
    height: 100%;
}
#yith-quick-view-modal .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}
#yith-quick-view-modal .yith-wcqv-main:after, #yith-quick-view-modal .yith-wcqv-main:before {
    content: '';
    display: table;
    clear: both;
}
#yith-quick-view-modal.open .yith-wcqv-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 100%;
    position: relative;
    box-shadow: none;
}
#yith-quick-view-modal.open .yith-wcqv-main::before,
#yith-quick-view-modal.open .yith-wcqv-main::after {
    content: '';
    display: table;
}
#yith-quick-view-modal.open .yith-wcqv-main::after {
    clear: both;
}
#yith-quick-view-modal .woocommerce-product-gallery {
    float: none !important;
    margin-bottom: 0;
}
#yith-quick-view-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 11;
    font-size: 0;
}
#yith-quick-view-close::before,
#yith-quick-view-close::after {
    border-bottom: 2px solid #fff;
    content: "";
    position: absolute;
    left: 12px;
    top: 19px;
    width: 17px;
}
#yith-quick-view-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#yith-quick-view-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#yith-quick-view-close {
    background-color: #9ab968;
}
#yith-quick-view-content div.images {
    width: 50%;
    float: left !important;
    opacity: 1 !important;
    padding: 30px 0 0;
}
#yith-quick-view-modal div.entry-summary .dreaming-wccp-button {
    display: none;
}
#yith-quick-view-modal div.entry-summary {
    height: auto;
    width: 50%;
    float: left;
}
#yith-quick-view-modal div.entry-summary .summary-content {
    padding: 30px 10px 30px 30px;
}
#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
    content: '';
    display: table;
    clear: both;
}
#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: none;
}
#yith-quick-view-content .onsale {
    left: 30px;
    top: 30px;
    position: absolute;
    z-index: 1;
}
body.admin-bar #yith-quick-view-modal {
    top: 32px;
}
@media (max-width: 767px) {
    .yith-wcqv-button {
        display: none !important;
    }
    #yith-quick-view-modal {
        display: none;
    }
}
/*=========*/
.product-item .flash {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.onnew, .onsale, .sold-out {
    color: #fff;
    display: table;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    min-width: 46px;
    text-align: center;
}
.onnew::before, .onsale::before, .sold-out::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    border-style: solid;
    border-width: 11px 13px 11px 0;
}
.onnew span, .onsale span, .sold-out span {
    height: 22px;
    line-height: 22px;
    display: block;
}
.onnew {
    background-color: #ecb02f;
}
.sold-out {
    background-color: #9ab968;
}
.onsale {
    font-size: 13px;
    background-color: #9ab968;
}
.onnew::before {
    border-color: #ecb02f transparent #ecb02f transparent;
}
.sold-out::before {
    border-color: #9ab968 transparent #9ab968 transparent;
}
.onsale::before {
    border-color: #9ab968 transparent #9ab968 transparent;
}
.product-name {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
}
.product-name a:not(:hover) {
    color: inherit;
}
.price {
    display: inline-block;
    font-size: 15px;
    color: #9ab968;
}
.price del {
    font-size: 85%;
    color: #8a8a8a;
}
.price ins {
    color: #9ab968;
    text-decoration: none;
}
.product-item .price {
    font-weight: 600;
}
/*group-button*/
.group-button a {
    display: inline-block;
}
/*addto cart*/
.add-to-cart {
    min-width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
}
.tooltip {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.add-to-cart a {
    font-size: 0;
    display: block;
    height: 40px;
}
.add-to-cart a:not(:hover) {
    color: inherit;
}
.add-to-cart a::before {
    font-family: 'Flaticon', sans-serif;
    content: "\f103";
    font-size: 18px;
    font-weight: normal;
}
.add-to-cart a.ajax_add_to_cart::before {
    content: "\f137";
}
.add_to_cart_button.loading {
    cursor: none;
}
.add_to_cart_button.loading::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    font-size: 18px;
    display: inline-block;
}
.add-to-cart a.added {
    display: none;
}
.add-to-cart a.added_to_cart::before {
    font-family: 'Flaticon', sans-serif;
    content: "\f12e";
    position: relative;
    top: -2px;
}
/*wishlist*/
.yith-add-to-wishlist-button-block .yith-wcwl-icon {
    display: none !important;
}
.yith-add-to-wishlist-button-block {
    position: relative;
    margin-top: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    margin-bottom: 0;
}
.yith-add-to-wishlist-button-block a {
    font-size: 0;
    display: block;
    height: 40px;
}
.yith-add-to-wishlist-button-block a:not(:hover) {
    color: inherit;
}
.yith-add-to-wishlist-button-block .feedback {
    display: none;
}
.yith-add-to-wishlist-button-block .ajax-loading {
    display: none !important;
}
.yith-wcwl-add-to-wishlist-button svg {
    display: none;
}
.yith-wcwl-add-to-wishlist-button::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f08a';
    font-weight: normal;
    font-size: 18px;
}
.yith-wcwl-add-to-wishlist-button--added::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    content: "\f004";
    font-size: 16px;
}
.yith-wcwl-add-to-wishlist-button--loading {
    pointer-events: none;
}
.yith-wcwl-add-to-wishlist-button--loading::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
#yith-wcwl-popup-message {
    margin: 0 !important;
    background-color: #9ab968;
    color: #fff;
    border: none;
    top: 50px;
    left: 40px;
    padding: 10px 25px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    display: none !important;
}
#yith-wcwl-message {
    color: #fff;
}
/*quickview*/
.yith-add-to-wishlist-button-block .blockOverlay,
.yith-wcqv-button .blockOverlay {
    background: inherit !important;
    opacity: 1 !important;
    border-radius: inherit;
}
.yith-add-to-wishlist-button-block .blockOverlay::after,
.yith-wcqv-button .blockOverlay::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
/*compare*/
.dreaming-wccp-button {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    color: #000000;
}
.dreaming-wccp-button::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f0ec';
    font-size: 16px;
}
/*.star-rating*/
.star-rating {
    white-space: nowrap;
    line-height: 100%;
    display: block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 90px;
    letter-spacing: 5px;
}
.star-rating::before,
.star-rating span::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 100%;
    height: 100%;
    width: 0;
}
.star-rating::before {
    content: "\f006\f006\f006\f006\f006";
    color: #cfcfcf;
}
.star-rating > span::before {
    content: "\f006\f006\f006\f006\f006";
    color: #eebe19;
}
.product-item .star-rating {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}
.process-valiable {
    margin-bottom: 25px;
}
.process-valiable .valiable-text {
    overflow: hidden;
    margin-bottom: 11px;
    font-weight: 600;
}
.process-valiable .valiable-text .text:first-child {
    float: left;
    padding-right: 10px;
}
.process-valiable .valiable-text .text:last-child {
    float: right;
    padding-right: 2px;
}
.process-valiable .valiable-text .text span {
    color: #000;
}
.process-valiable .valiable-total {
    height: 13px;
    position: relative;
    display: block;
    margin-right: 4px;
}
.process-valiable .valiable-total::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -4px;
    bottom: 0;
    border-radius: 9px;
    background-color: #d5d5d5;
}
.process-valiable .valiable-total .process {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    border-radius: 9px;
    display: block;
    background-color: #9ab968;
}
/*.product-item.style-01*/
.countdown-product .furgan-countdown {
    margin-bottom: 25px;
}
.countdown-product .furgan-countdown > span {
    display: inline-block;
    border-radius: 46px;
    min-width: 46px;
    height: 46px;
    margin-right: 3px;
    border: 2px solid #9ab968;
    color: #fff;
    background-color: #9ab968;
    padding: 8px 3px 0;
    text-align: center;
}
.countdown-product .furgan-countdown > span:last-child {
    margin-right: 0;
}
.countdown-product .furgan-countdown > span .number {
    display: block;
    font-size: 15px;
    line-height: 1;
    padding-bottom: 3px;
}
.countdown-product .furgan-countdown > span .text {
    display: block;
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
}
/*.product-item.style-01*/
.product-item.style-01 .product-thumb {
    margin-bottom: 20px;
    overflow: hidden;
}
.product-item.style-01 .product-thumb img {
    border-radius: 8px;
}
.product-item.style-01 .product-thumb > .thumb-link,
.product-item.style-01 .product-thumb .second-image {
    display: block;
}
.product-item.style-01 .group-button {
    position: absolute;
    right: 14px;
    bottom: 14px;
}
.product-item.style-01 .group-button .add-to-cart,
.product-item.style-01 .group-button .yith-add-to-wishlist-button-block,
.product-item.style-01 .group-button .dreaming-wccp-button,
.product-item.style-01 .group-button .yith-wcqv-button {
    display: block;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin-top: 7px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.05);
    color: #000;
}
.product-item.style-01 .group-button .dreaming-wccp-button::before {
    color: inherit;
}
.product-item.style-01 .group-button .add-to-cart {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.product-item.style-01 .group-button .yith-wcqv-button {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-item.style-01 .group-button .dreaming-wccp-button {
    -webkit-transition: all 0.55s ease 0s;
    -moz-transition: all 0.55s ease 0s;
    -o-transition: all 0.55s ease 0s;
    transition: all 0.55s ease 0s;
}
.product-item.style-01 .group-button .yith-add-to-wishlist-button-block {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.product-item.style-01 .product-inner:hover .group-button .add-to-cart,
.product-item.style-01 .product-inner:hover .group-button .yith-add-to-wishlist-button-block,
.product-item.style-01 .product-inner:hover .group-button .dreaming-wccp-button,
.product-item.style-01 .product-inner:hover .group-button .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.product-item.style-01 .group-button .add-to-cart:hover,
.product-item.style-01 .group-button .yith-add-to-wishlist-button-block:hover,
.product-item.style-01 .group-button .dreaming-wccp-button:hover,
.product-item.style-01 .group-button .yith-wcqv-button:hover {
    background-color: #fff;
}
.product-item.style-01 .group-button .add-to-cart:hover a,
.product-item.style-01 .group-button .yith-add-to-wishlist-button-block:hover a,
.product-item.style-01 .group-button .dreaming-wccp-button:hover,
.product-item.style-01 .group-button .yith-wcqv-button:hover {
    color: #9ab968;
}
.product-item.style-01 .product-info {
    position: relative;
}
/*.product-item.style-02*/
.product-item.style-02 .product-inner {
    border-radius: 8px;
    background-color: #f8f8f8;
    border: 1px solid #F1F1F1;
    -webkit-transition: border-color 0.25s ease 0s;
    -moz-transition: border-color 0.25s ease 0s;
    -o-transition: border-color 0.25s ease 0s;
    transition: border-color 0.25s ease 0s;
}
.product-item.style-02 .product-inner:hover {
    border-color: #9ab968;
}
.product-item.style-02 .product-thumb {
    overflow: hidden;
}
.product-item.style-02 .product-thumb img {
    border-radius: 8px;
}
.product-item.style-02 .product-thumb > .thumb-link,
.product-item.style-02 .product-thumb .second-image {
    display: block;
}
.product-item.style-02 .product-info {
    padding: 15px 10px;
    text-align: center;
    position: relative;
}
.product-item.style-02 .product-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 7px;
}
.product-item.style-02 .yith-wcqv-button {
    position: absolute;
    right: -90px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    background-color: #666;
    color: #fff;
    width: 90px;
    font-size: 11px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
}
.product-item.style-02 .yith-wcqv-button:hover {
    background-color: #000;
    color: #fff;
}
.product-item.style-02 .product-inner:hover .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    right: 10px;
}
.product-item.style-02 .yith-wcqv-button::before {
    display: none;
}
.product-item.style-02 .yith-wcqv-button .blockOverlay::before {
    position: relative;
    top: -2px;
}
.product-item.style-02 .group-button {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    padding: 10px 20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    margin-top: -25px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    z-index: 10;
    border-radius: 0 0 8px 8px;
    border: 1px solid #F1F1F1;
    border-top: none;
    background-color: #f8f8f8;
}
.product-item.style-02 .product-inner:hover .group-button {
    opacity: 1;
    visibility: visible;
    margin-top: -15px;
    border-color: #9ab968;
}
.product-item.style-02 .group-button .yith-add-to-wishlist-button-block {
    float: left;
}
.product-item.style-02 .group-button .dreaming-wccp-button {
    float: right;
}
.product-item.style-02 .group-button .dreaming-wccp-button:not(:hover) {
    color: inherit;
}
/*.product-item.style-03*/
.product-item.style-03 .product-inner {
    padding: 25px 19px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f8f8f8;
    border: 1px solid #F1F1F1;
}
.product-item.style-03 .product-inner:hover {
    border: 1px solid #9ab968;
}
.product-item.style-03 .product-thumb {
    float: left;
    width: 45%;
}
.product-item.style-03 .flash {
    top: 0;
    left: 0;
}
.product-item.style-03 .product-info {
    position: relative;
    float: left;
    width: 55%;
    padding-left: 15px;
}
.product-item.style-03 .price {
    margin-bottom: 15px;
}
.product-item.style-03 .product-name {
    font-size: 22px;
    margin-bottom: 12px;
}
.product-item.style-03 .add-to-cart {
    min-width: 0;
    width: auto !important;
    height: auto !important;
    line-height: 40px !important;
    display: table;
}
.product-item.style-03 .add-to-cart a {
    font-size: 14px;
    padding: 0 15px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #000;
    color: #fff;
    height: 40px;
}
.product-item.style-03 .add-to-cart a:hover {
    background-color: #9ab968;
    color: #fff;
}
.product-item.style-03 .add-to-cart a::before {
    vertical-align: middle;
    margin-right: 7px;
    font-weight: normal;
    position: relative;
    top: -2px;
}
/*.product-item.style-04*/
.product-item.style-04 .clear {
    display: none;
}
.product-item.style-04 .product-inner {
    text-align: center;
}
.product-item.style-04 .product-thumb {
    margin-bottom: 20px;
    overflow: hidden;
}
.product-item.style-04 .product-thumb > .thumb-link,
.product-item.style-04 .product-thumb .second-image {
    display: block;
}
.product-item.style-04 .price {
    margin-bottom: 8px;
}
.product-item.style-04 .group-button {
    position: absolute;
    right: 5px;
    left: 5px;
    bottom: 15px;
}
.product-item.style-04 .group-button .add-to-cart,
.product-item.style-04 .group-button .yith-add-to-wishlist-button-block,
.product-item.style-04 .group-button .dreaming-wccp-button,
.product-item.style-04 .group-button .yith-wcqv-button {
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    background-color: #9ab968;
    color: #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    margin: 0 4px;
}
.product-item.style-04 .group-button .dreaming-wccp-button::before {
    color: #fff;
}
.product-item.style-04 .group-button .yith-add-to-wishlist-button-block {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    margin: 0;
}
.product-item.style-04 .group-button .dreaming-wccp-button {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-item.style-04 .group-button .yith-wcqv-button {
    -webkit-transition: all 0.55s ease 0s;
    -moz-transition: all 0.55s ease 0s;
    -o-transition: all 0.55s ease 0s;
    transition: all 0.55s ease 0s;
}
.product-item.style-04 .group-button .add-to-cart {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.product-item.style-04 .product-inner:hover .group-button .add-to-cart,
.product-item.style-04 .product-inner:hover .group-button .yith-add-to-wishlist-button-block,
.product-item.style-04 .product-inner:hover .group-button .dreaming-wccp-button,
.product-item.style-04 .product-inner:hover .group-button .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.product-item.style-04 .group-button .add-to-cart:hover,
.product-item.style-04 .group-button .yith-add-to-wishlist-button-block:hover,
.product-item.style-04 .group-button .dreaming-wccp-button:hover,
.product-item.style-04 .group-button .yith-wcqv-button:hover {
    background-color: #000;
    border-color: #000;
}
.product-item.style-04 .group-button .add-to-cart:hover a,
.product-item.style-04 .group-button .yith-add-to-wishlist-button-block:hover a,
.product-item.style-04 .group-button .dreaming-wccp-button:hover,
.product-item.style-04 .group-button .yith-wcqv-button:hover {
    color: #fff;
}
/*.product-item.style-05*/
.product-item.style-05 .product-top {
    padding: 20px 20px 15px;
    border-bottom: 1px solid #eeeeee;
}
.product-item.style-05 .product-thumb {
    overflow: hidden;
    margin-bottom: 18px;
}
.product-item.style-05 .product-thumb > .thumb-link,
.product-item.style-05 .product-thumb .second-image {
    display: block;
}
.product-item.style-05 .group-button {
    position: absolute;
    left: 14px;
    bottom: 14px;
}
.product-item.style-05 .group-button .add-to-cart,
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block,
.product-item.style-05 .group-button .dreaming-wccp-button,
.product-item.style-05 .group-button .yith-wcqv-button {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    background-color: #9ab968;
    margin-top: 7px;
    color: #fff;
    border-radius: 50%;
}
.product-item.style-05 .group-button .add-to-cart:hover,
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block:hover,
.product-item.style-05 .group-button .dreaming-wccp-button:hover,
.product-item.style-05 .group-button .yith-wcqv-button:hover {
    background-color: #000;
}
.product-item.style-05 .group-button .dreaming-wccp-button::before {
    color: #fff;
}
.product-item.style-05 .group-button .add-to-cart {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.product-item.style-05 .group-button .yith-wcqv-button {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.product-item.style-05 .group-button .dreaming-wccp-button {
    -webkit-transition: all 0.55s ease 0s;
    -moz-transition: all 0.55s ease 0s;
    -o-transition: all 0.55s ease 0s;
    transition: all 0.55s ease 0s;
}
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.product-item.style-05 .product-inner:hover .group-button .add-to-cart,
.product-item.style-05 .product-inner:hover .group-button .yith-add-to-wishlist-button-block,
.product-item.style-05 .product-inner:hover .group-button .dreaming-wccp-button,
.product-item.style-05 .product-inner:hover .group-button .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block:hover,
.product-item.style-05 .group-button .dreaming-wccp-button:hover,
.product-item.style-05 .group-button .yith-wcqv-button:hover {
    background-color: #000;
}
.product-item.style-05 .group-button .add-to-cart:hover a,
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block:hover a,
.product-item.style-05 .group-button .dreaming-wccp-button:hover,
.product-item.style-05 .group-button .yith-wcqv-button:hover {
    color: #fff;
}
.product-item.style-05 .product-info {
    position: relative;
}
/*.product-item.style-06*/
.product-item.style-06 .product-inner {
    overflow: hidden;
}
.product-item.style-06 .product-thumb {
    float: left;
    max-width: 90px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    border-radius: 4px;
}
.product-item.style-06 .flash {
    display: none;
}
.product-item.style-06 .product-info {
    overflow: hidden;
    padding-left: 15px;
}
.product-item.style-06 .product-name {
    font-size: 15px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-item.style-06 .rating-wapper .review {
    display: none;
}
/*.product-item.style-07*/
.product-item.style-07 .product-inner {
    overflow: hidden;
}
.product-item.style-07 .product-thumb {
    float: left;
    width: 60%;
}
.product-item.style-07 .product-info {
    float: left;
    width: 40%;
    padding-left: 35px;
    padding-top: 80px;
}
.product-gallery {
    overflow: hidden;
}
.product-gallery .product-gallery-slick {
    float: right;
    width: calc(100% - 100px);
    padding-left: 10px;
}
.product-gallery .gallery-dots {
    float: left;
    width: 100px;
    padding: 0;
    margin-top: 60px;
}
.product-gallery .gallery-dots .slick-arrow {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
}
.product-gallery .gallery-dots .slick-arrow:hover {
    color: #9ab968;
}
.product-gallery .gallery-dots img {
    border: 1px solid #e7e7e7;
    border-radius: 0;
    margin: 1px 0;
}
.product-gallery .gallery-dots .slick-current img {
    border-color: #9ab968;
}
.product-item.style-07 .title {
    font-size: 36px;
    font-weight: 700;
    color: #9ab968;
    margin-bottom: 5px;
}
.product-item.style-07 .flash {
    display: none;
}
.product-item.style-07 .product-name {
    font-size: 26px;
    margin-bottom: 10px;
}
.product-item.style-07 .price {
    padding-bottom: 15px;
    font-size: 16px;
}
.product-item.style-07 .price ins {
    color: #fff;
    background-color: #9ab968;
    padding: 4px 10px 2px;
    border-radius: 20px;
}
.product-item.style-07 .add-to-cart {
    min-width: 0;
    width: auto !important;
    height: auto !important;
    line-height: 40px !important;
}
.product-item.style-07 .add-to-cart a {
    font-size: 13px;
    padding: 0 25px;
    border: 1px solid #000;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    height: 44px;
    line-height: 44px;
}
.product-item.style-07 .add-to-cart a:hover {
    background-color: #000;
    color: #fff;
}
.product-item.style-07 .add-to-cart a::before {
    vertical-align: middle;
    margin-right: 9px;
    font-weight: normal;
    position: relative;
    top: -2px;
    font-size: 22px;
}
/*.product-item.list*/
.product-item.list .product-inner {
    overflow: hidden;
    background-color: transparent;
    display: table;
    width: 100%;
    padding: 20px;
    border: 1px solid #ebebeb;
}
.product-item.list:not(:last-child) .product-inner {
    margin-bottom: 30px;
}
.product-item.list .product-thumb {
    width: 32%;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}
.product-item.list .product-thumb img {
    width: 100%;
}
.product-item.list .product-info {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px;
}
.product-item.list .product-name {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2px;
}
.product-item.list .price {
    margin-bottom: 12px;
}
.product-item.list .woocommerce-product-details__short-description {
    overflow: hidden;
    margin-bottom: 20px;
}
.product-item.list .add-to-cart {
    min-width: 0;
    width: auto !important;
    height: auto !important;
    line-height: 40px !important;
    display: table;
    margin-bottom: 10px;
}
.product-item.list .add-to-cart a {
    font-size: 13px;
    padding: 0 30px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
}
.product-item.list .add-to-cart a:hover {
    background-color: #9ab968;
}
.product-item.list .add-to-cart a::before {
    vertical-align: middle;
    margin-right: 7px;
    font-weight: normal;
    position: relative;
    top: -2px;
}
.product-item.list .dreaming-wccp-button {
    vertical-align: top;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}
.product-item.list .dreaming-wccp-button::before {
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.product-item.list .yith-add-to-wishlist-button-block {
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.product-item.list .yith-add-to-wishlist-button-block a:not(:hover)::before {
    color: #000;
}
.product-item.list .yith-wcqv-button {
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.product-item.list .yith-wcqv-button:not(:hover) {
    color: #000;
}
@media (max-width: 1199px) {
    .product-item.list .product-inner {
        display: block;
        padding: 15px;
    }
    .product-item.list .product-thumb {
        width: 270px;
    }
}
@media (max-width: 1024px) {
    .product-item.style-02 .product-inner:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .product-item.style-02 .product-info {
        padding-bottom: 0;
    }
    .product-item.style-02 .product-inner .group-button {
        position: static;
        opacity: 1;
        visibility: visible;
        margin-top: 0 !important;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .product-item.style-01 .product-inner .group-button .add-to-cart,
    .product-item.style-01 .product-inner .group-button .yith-add-to-wishlist-button-block,
    .product-item.style-01 .product-inner .group-button .dreaming-wccp-button,
    .product-item.style-01 .product-inner .group-button .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .product-item.style-04 .product-inner .group-button .add-to-cart,
    .product-item.style-04 .product-inner .group-button .yith-add-to-wishlist-button-block,
    .product-item.style-04 .product-inner .group-button .dreaming-wccp-button,
    .product-item.style-04 .product-inner .group-button .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .product-item.style-05 .product-inner .group-button .add-to-cart,
    .product-item.style-05 .product-inner .group-button .yith-add-to-wishlist-button-block,
    .product-item.style-05 .product-inner .group-button .dreaming-wccp-button,
    .product-item.style-05 .product-inner .group-button .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (max-width: 991px) {
    .product-item.list .product-info,
    .product-item.list .product-thumb {
        width: 50%;
    }
    .product-item.list .product-info {
        padding-left: 20px;
    }
    .product-item.list .product-thumb {
        margin-right: 0;
    }
    .product-item.list .woocommerce-product-details__short-description {
        max-height: 96px;
    }
    .product-item.style-03 .product-inner {
        padding: 20px 10px;
        text-align: center;
    }
    .product-item.style-03 .product-thumb {
        width: 100%;
    }
    .product-item.style-03 .product-info {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .product-item.style-03 .add-to-cart {
        margin: 0 auto;
    }
    .product-gallery .product-gallery-slick {
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px;
    }
    .product-gallery .gallery-dots {
        width: 252px;
        margin-top: 0;
    }
    .product-gallery .gallery-dots .slick-arrow {
        width: 20px;
        height: 100%;
        line-height: 100px;
    }
    .product-gallery .gallery-dots .slick-list {
        width: 206px;
        display: inline-block;
        vertical-align: middle;
    }
    .product-item.style-07 .title {
        font-size: 26px;
    }
    .product-item.style-07 .product-name {
        font-size: 18px;
    }
    .product-item.style-07 .product-info {
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .dreaming-wccp-button {
        display: none !important;
    }
    .product-item.style-02 .group-button .yith-add-to-wishlist-button-block {
        float: none;
        margin-right: 10px;
    }
    .product-item .flash {
        top: 5px;
        left: 0;
    }
    .add-to-cart,
    .dreaming-wccp-button,
    .yith-add-to-wishlist-button-block {
        min-width: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .add-to-cart a {
        height: 30px;
    }
    .yith-wcwl-add-to-wishlist-button::before {
        font-size: 16px;
    }
    .yith-wcwl-wishlistaddedbrowse a::before,
    .yith-wcwl-wishlistexistsbrowse a::before {
        font-size: 15px;
    }
    .dreaming-wccp-button::before,
    .compare::before {
        font-size: 14px;
    }
    .product-item .product-name {
        font-size: 14px;
        font-weight: 600;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 4px;
    }
    .star-rating {
        width: 82px;
    }
    .star-rating::before, .star-rating span::before {
        font-size: 13px;
    }
    .product-item.style-02 .product-name {
        margin-bottom: 4px;
    }
    .product-item.style-04 .product-thumb {
        margin-bottom: 12px;
    }
    .product-item .price {
        font-size: 13px;
        margin-bottom: 0;
    }
    .product-item.style-04 .price {
        margin-bottom: 0;
    }
    .process-valiable .valiable-text .text {
        font-size: 14px;
    }
    .countdown-product .furgan-countdown {
        margin-bottom: 18px;
    }
    .product-item.style-03 .product-name {
        margin-bottom: 6px;
        font-size: 18px;
    }
    .product-item.style-03 .price {
        margin-bottom: 10px;
    }
    .product-item.style-06 .product-name {
        font-size: 15px;
    }
    .product-item.list .product-name {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .product-item.list .product-inner {
        padding: 0 0 20px 0;
        border: none;
        border-bottom: 1px solid #ebebeb;
    }
    .product-item.list .product-info {
        padding-left: 10px;
    }
    .product-item.list .woocommerce-product-details__short-description {
        font-size: 13px;
    }
    .product-item.list .price {
        margin-bottom: 0;
    }
    .product-item.list .add-to-cart a {
        font-size: 10px;
        padding: 0 9px;
        line-height: 32px;
    }
    .product-item.style-07 .product-info {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .product-item.style-07 .product-thumb {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .product-item.style-03 .equal-elem {
        height: auto !important;
    }
    .product-item.style-03 .product-thumb,
    .product-item.style-03 .product-info {
        width: 100%;
        float: none;
        padding: 0;
    }
    .product-item.style-03 .product-thumb {
        margin-bottom: 20px;
    }
}
/* ==========================================================================
7.3 SINGLE PRODUCT
========================================================================== */
.contain-left {
    position: relative;
}
.contain-left::before,
.contain-left::after {
    content: '';
    display: table;
}
.contain-left::after {
    clear: both;
}
.product_meta .wcml-dropdown,
.main-contain-summary .wcml-dropdown {
    display: none;
}
/*size-guide*/
.size-guide-button {
    color: #000;
    cursor: pointer;
    font-size: 15px;
}
.size-guide-button::before {
    font-family: 'flaticon', sans-serif;
    content: "\f11b";
    margin-right: 7px;
    font-size: 18px;
}
.size-guide-button:hover {
    color: #9ab968;
}
#single-product-enquiry-form .close,
#popup-size-guide .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 11;
    font-size: 0;
    background: #fff;
    color: #000;
}
#single-product-enquiry-form .close:hover,
#popup-size-guide .close:hover {
    color: #9ab968;
}
#single-product-enquiry-form .close::before,
#single-product-enquiry-form .close::after,
#popup-size-guide .close::before,
#popup-size-guide .close::after {
    border-bottom: 2px solid;
    content: "";
    position: absolute;
    left: 12px;
    top: 19px;
    width: 17px;
}
#single-product-enquiry-form .close::before,
#popup-size-guide .close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#single-product-enquiry-form .close::after,
#popup-size-guide .close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*threed 360deg*/
.product-360-view-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.product-360-view-wrapper .mfp-close {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.spinner {
    color: #ffffff;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}
.furgan-threed-view {
    cursor: ew-resize;
    overflow: hidden;
    position: relative;
    height: 80% !important;
    max-width: 600px;
    z-index: 9999;
    background-color: #fff;
}
.furgan-threed-view::after {
    border-color: rgba(175, 175, 175, 0.05) rgba(175, 175, 175, 0.1) rgba(175, 175, 175, 0.15);
    border-radius: 50%;
    border-style: solid;
    border-width: 2px 2px 5px;
    bottom: 15px;
    content: "";
    height: 50%;
    left: 15px;
    position: absolute;
    right: 15px;
    z-index: 10;
}
.furgan-threed-view .previous-image {
    opacity: 0;
    visibility: hidden;
}
.furgan-threed-view .threed-view-images {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.furgan-threed-view .threed-view-images img.current-image {
    visibility: visible;
    z-index: 9;
}
.furgan-threed-view .threed-view-images img {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
}
.furgan-threed-view .nav_bar {
    bottom: 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    left: 50%;
    background: #fff;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}
.furgan-threed-view .nav_bar a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    font-size: 0;
    text-align: center;
    position: relative;
    top: 1px;
}
.furgan-threed-view .nav_bar a:hover {
    background-color: #f9f9f9;
}
.furgan-threed-view .nav_bar a::after {
    font-family: "FontAwesome", sans-serif;
    font-size: 14px;
}
.furgan-threed-view .nav_bar a.nav_bar_play::after {
    content: "\f04b";
}
.furgan-threed-view .nav_bar a.nav_bar_stop::after {
    content: "\f04d";
}
.furgan-threed-view .nav_bar a.nav_bar_previous::after {
    content: "\f048";
}
.furgan-threed-view .nav_bar a.nav_bar_next::after {
    content: "\f051";
}
.mfp-iframe-holder .mfp-close:hover {
    background: none;
}
.product-360-button,
.single-left .product-video-button {
    position: absolute;
    z-index: 8;
    left: 20px;
    bottom: 30px;
}
.product-360-button a,
.single-left .product-video-button a {
    height: 40px;
    line-height: 40px;
    background-color: #9ab968;
    color: #fff !important;
    padding: 0 15px;
    border-radius: 40px;
    display: block;
    font-size: 14px;
}
.product-360-button span,
.single-left .product-video-button span {
    font-size: 30px;
    margin-right: 7px;
    vertical-align: top;
}
.single-left .product-video-button span {
    font-size: 22px;
    top: 2px;
}
.contain-left .flash {
    display: none;
}
.contain-left.has-gallery.vertical_thumbnail .product-360-button,
.contain-left.has-gallery.vertical_thumbnail .single-left .product-video-button {
    left: 110px;
}
.contain-left .single-left {
    position: relative;
    float: left;
    width: 48%;
    margin-right: 50px;
    margin-bottom: 27px;
}
.contain-left .entry-summary {
    float: left;
    width: calc(52% - 50px);
    margin-bottom: 30px;
}
/*.woocommerce-product-gallery*/
.woocommerce-product-gallery {
    position: relative;
    cursor: zoom-in;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: block;
    font-size: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    border-radius: 50%;
    background-color: #000;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    z-index: 1;
    color: #fff;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #000;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    content: "\f00e";
    font-size: 18px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
    width: 100%;
}
.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 15px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    padding: 0;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    list-style: none;
    border: none;
    position: relative;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
    width: 100%;
    border: 1px solid #eee;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
    border-color: #9ab968;
}
.contain-left .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
    position: absolute;
    left: 0;
    width: 20px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background-color: #9ab968;
    color: #fff;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
    left: auto;
    right: 0;
}
/*.entry-summary*/
.entry-summary .woocommerce-product-rating {
    margin-bottom: 3px;
}
.entry-summary .woocommerce-product-rating .star-rating {
    display: inline-block;
}
.entry-summary .entry-title {
    font-size: 34px;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    font-weight: 500;
}
.entry-summary .price {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 16px;
    color: #9ab968;
    font-weight: 600;
}
.entry-summary .price:empty {
    display: none;
}
.entry-summary .price ins {
    margin-right: 10px;
}
.entry-summary .woocommerce-product-rating .review {
    display: inline-block;
    vertical-align: top;
}
.entry-summary .woocommerce-product-rating .rating-wapper {
    display: inline;
    vertical-align: top;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link {
    color: #aaa;
}
.entry-summary .woocommerce-product-rating .woocommerce-review-link:hover {
    text-decoration: underline;
}
.stock {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 26px;
    position: relative;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 15px 0;
    display: table;
    border: 2px solid;
    margin-left: auto;
    border-radius: 20px;
}
.stock.in-stock {
    color: #9ab968;
}
.stock.out-of-stock {
    color: #f44336;
}
.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 24px;
    font-size: 15px;
}
.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol {
    padding-left: 0;
    list-style: none;
}
.woocommerce-product-details__short-description li {
    position: relative;
    padding-left: 15px;
    font-size: 90%;
    color: #5cb85c;
}
.woocommerce-product-details__short-description li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #5cb85c;
    border-width: 4px 0 4px 6px;
}
.woocommerce-product-details__short-description p {
    margin-bottom: 6px;
}
.woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}
/*form single product*/
.entry-summary form.cart {
    margin-top: 24px;
    position: relative;
}
.entry-summary form.cart.variations_form .variations {
    padding-bottom: 20px;
    position: relative;
    border: none;
}
.entry-summary form.cart.variations_form .variations tbody {
    display: block;
}
.entry-summary form.cart.variations_form .variations .reset_variations {
    background-color: #000;
    color: #fff;
    border-color: transparent;
    display: block;
    border-radius: 26px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 13px;
    height: 24px;
    line-height: 26px;
    margin-top: 5px;
    width: 70px;
    text-align: center;
}
.entry-summary form.cart.variations_form .variations .reset_variations:hover {
    background-color: #9ab968;
}
.entry-summary form.cart.variations_form .variations td.value,
.entry-summary form.cart.variations_form .variations th.label {
    display: block;
    border: none;
    padding: 0;
}
.entry-summary form.cart.variations_form .variations td.value {
    margin-bottom: 20px;
}
.entry-summary form.cart.variations_form .variations tr:last-child td.value {
    margin-bottom: 0;
}
.entry-summary .cart .single_add_to_cart_button {
    vertical-align: middle;
    height: 44px;
    line-height: 44px;
    min-width: 205px;
    color: #ffffff;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #000;
    overflow: hidden;
    position: relative;
    font-size: 13px;
}
.entry-summary .cart .single_add_to_cart_button:hover {
    background-color: #9ab968;
}
.entry-summary .cart .single_add_to_cart_button.loading {
    cursor: none;
}
.entry-summary .cart .single_add_to_cart_button.loading::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}
.entry-summary .cart .single_add_to_cart_button span,
.entry-summary .cart .added_to_cart {
    display: none;
}
.entry-summary .cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.entry-summary div.quantity {
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
}
.quantity .qty-label {
    display: none;
}
.entry-summary .cart .single_variation_wrap div.quantity .quantity-title,
.entry-summary .cart > div.quantity .quantity-title {
    display: inline-block;
    vertical-align: middle;
    min-width: 78px;
    padding-right: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
div.quantity .control {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 140px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    border: 2px solid #333;
}
div.quantity .quantity-title {
    display: none;
}
div.quantity .input-qty {
    font-weight: 500;
    color: #000000;
    width: 56px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    border: none;
    font-size: 18px;
}
div.quantity .btn-number {
    font-size: 36px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    float: left;
    font-weight: 100;
}
div.quantity .btn-number.quantity-minus {
    font-size: 60px;
    line-height: 34px;
}
.entry-summary p.cart {
    margin-bottom: 0;
}
.entry-summary .yith-add-to-wishlist-button-block + .clear {
    display: none;
}
.entry-summary .yith-add-to-wishlist-button-block,
.entry-summary .dreaming-wccp-button {
    display: inline-block;
    margin-bottom: 10px;
}
.entry-summary .yith-add-to-wishlist-button-block {
    margin-right: 5px;
    height: 44px;
    line-height: 44px;
    width: 44px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.entry-summary .yith-add-to-wishlist-button-block a {
    justify-content: center !important;
    gap: 0 !important;
}
.entry-summary .yith-add-to-wishlist-button-block a::before {
    vertical-align: top;
    font-size: 19px;
    color: #000;
}
.entry-summary .yith-add-to-wishlist-button-block a:hover::before {
    color: #9ab968;
}
.entry-summary .yith-add-to-wishlist-button-block a:not(:hover) {
    color: inherit;
}
.entry-summary .yith-wcwl-wishlistaddedbrowse a::before,
.entry-summary .yith-wcwl-wishlistexistsbrowse a::before {
    font-size: 16px;
}
.entry-summary .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button:hover::before {
    color: #9ab968;
}
.entry-summary .dreaming-wccp-button {
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    margin-right: 5px;
    width: auto;
    padding: 0 20px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    font-weight: 500;
}
.entry-summary .dreaming-wccp-button::before {
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.entry-summary .product_meta {
    display: inline-block;
    width: 100%;
}
.entry-summary .product_meta {
    padding-top: 10px;
}
.entry-summary .product_meta > span {
    display: block;
    font-weight: 500;
    margin-top: 5px;
    font-size: 15px;
}
.entry-summary .product_meta > span .sku {
    color: #000;
}
.entry-summary .social-heading {
    display: none;
}
.entry-summary .furgan-share-socials {
    padding-top: 10px;
}
.entry-summary .furgan-share-socials a {
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    display: inline-block;
    padding: 0 15px 0 0;
    margin-top: 15px;
    margin-right: 5px;
    color: #fff;
    background-color: #3b5998;
}
.entry-summary .furgan-share-socials a:hover {
    opacity: 0.8;
}
.entry-summary .furgan-share-socials a:last-child {
    margin-right: 0;
}
.entry-summary .furgan-share-socials a i {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-flex;
    width: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    height: 30px;
    align-items: center;
    justify-content: center;
}
.entry-summary .furgan-share-socials a svg {
    width: 14px;
    vertical-align: top;
    fill: currentColor;
}
.entry-summary .furgan-share-socials a.twitter {
    background-color: #1da1f2;
}
.entry-summary .furgan-share-socials a.pinterest {
    background-color: #9a1c20;
}
.entry-summary .furgan-share-socials a.googleplus {
    background-color: #db4a39;
}
/*.downloadable */
form.cart table.thwepo-extra-options {
    border: none;
}
form.cart table.thwepo-extra-options abbr.required {
    border-bottom: none;
}
table.thwepo-extra-options tr {
    padding-bottom: 20px;
    display: block;
}
table.thwepo-extra-options tr:last-child {
    padding-bottom: 0;
}
table.thwepo-extra-options td {
    padding: 0;
    display: block;
}
table.thwepo-extra-options td.value {
    padding-top: 5px;
    width: 175px;
    max-width: 100%;
}
/*.product-type-variable*/
.product-type-variable .woocommerce-variation-price .price {
    font-size: 20px;
}
/*.product-type-external*/
/*.product-type-grouped*/
.product-type-grouped .entry-summary .cart .group_table tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}
.product-type-grouped .entry-summary .cart .group_table,
.product-type-grouped .entry-summary .cart .group_table td {
    border: none;
}
.product-type-grouped .entry-summary .cart .group_table td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-type-grouped .entry-summary .cart .group_table tr:first-child td {
    padding-top: 0;
}
.product-type-grouped .entry-summary .cart .group_table td:first-child {
    padding-left: 0;
}
.product-type-grouped .entry-summary .cart .group_table td:last-child {
    padding-right: 0;
}
.product-type-grouped .entry-summary .cart .group_table td.label,
.product-type-grouped .entry-summary .cart .group_table td.price {
    text-align: inherit;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    white-space: normal;
}
.product-type-grouped .entry-summary .cart .group_table label {
    margin-bottom: 0;
}
.product-type-grouped .entry-summary .cart .group_table .button {
    font-size: 15px;
    line-height: 26px;
}
.product-type-grouped .entry-summary .cart .group_table .price ins {
    padding-left: 0;
}
.product-type-grouped .entry-summary .cart .group_table .quantity {
    margin-bottom: 0;
}
@media (max-width: 1280px) {
    .entry-summary .entry-title {
        font-size: 28px;
    }
    .entry-summary .price {
        font-size: 20px;
    }
    .contain-left .single-left {
        width: 50%;
        margin-right: 35px;
    }
    .contain-left .entry-summary {
        width: calc(50% - 35px);
    }
}
@media (min-width: 992px) {
    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        width: 80px;
        position: absolute;
        top: 0;
        left: -95px;
    }
    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
        position: static;
        height: 20px;
        cursor: pointer;
        z-index: 9;
        width: 100%;
        margin-bottom: 10px;
    }
    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
        margin-bottom: 0;
        margin-top: 10px;
        border-radius: 0 0 3px 3px;
    }
    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev::before {
        content: "\f106";
    }
    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next::before {
        content: "\f107";
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        display: none;
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-viewport,
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport {
        height: auto !important;
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .zoomImg,
    .contain-left.sticky_detail .woocommerce-product-gallery .zoomImg {
        display: none !important;
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-viewport,
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport {
        cursor: inherit;
    }
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
        float: none !important;
    }
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image:not(:last-child) {
        margin-bottom: 20px;
    }
    .contain-left.sticky_detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none;
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
        margin-left: -7px;
        margin-right: -7px;
        -webkit-transform: none !important;
        -moz-transform: none !important;;
        -ms-transform: none !important;;
        -o-transform: none !important;;
        transform: none !important;;
        width: auto !important;
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
        width: 50% !important;
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 14px;
    }
    .contain-left.gallery_thumbnail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none;
    }
    .contain-left.vertical_thumbnail.has-gallery .single-left {
        width: calc(55% - 95px);
        margin-left: 95px;
    }
    .contain-left.vertical_thumbnail.has-gallery .entry-summary {
        width: calc(45% - 50px);
    }
}
@media (max-width: 991px) {
    .entry-summary .single-product-enquiry-wrap .modal-content {
        padding: 40px
    }
    .contain-left.vertical_thumbnail .slick-list {
        margin-left: -7px;
        margin-right: -7px;
    }
    .contain-left.vertical_thumbnail .slick-slide {
        padding-left: 7px;
        padding-right: 7px;
    }
    .contain-left .single-left,
    .contain-left .entry-summary {
        width: 100%;
    }
    .contain-left .single-left {
        margin-right: 0;
    }
    .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none;
    }
    .contain-left.has-gallery.vertical_thumbnail .product-360-button,
    .contain-left.has-gallery.vertical_thumbnail .single-left .product-video-button {
        left: 9px;
    }
    .product-360-button,
    .single-left .product-video-button {
        top: 9px;
        left: 9px;
        bottom: auto;
    }
}
@media (max-width: 767px) {
    .entry-summary .single-product-enquiry-wrap .modal-content {
        padding: 30px;
    }
}
/*buy together*/
.yith-wfbt-section {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 35px 10px 30px 30px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}
.yith-wfbt-section::before {
    content: "";
    position: absolute;
    left: 75%;
    top: 0;
    height: 100%;
    border-left: 1px solid #e8e8e8;
}
.yith-wfbt-section h3 {
    margin-top: 0;
    width: calc(75% - 30px);
    font-size: 20px;
}
.yith-wfbt-form {
    display: flex;
    flex-wrap: wrap;
}
.yith-wfbt-section .yith-wfbt-items {
    width: 100%;
    list-style: none;
    margin-left: 12px;
}
.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item {
    position: relative;
}
.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #999;
}
.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item .product-name {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 14px;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images {
    margin: 0;
    width: calc(75% - 30px);
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
    width: calc(25% + 30px);
    text-align: center;
    padding-left: 50px;
}
.yith-wfbt-section .yith-wfbt-submit-block .price_text .total_price {
    color: #9ab968;
    font-weight: 500;
    font-size: 18px;
}
.yith-wfbt-section .yith-wfbt-submit-block .yith-wfbt-submit-button {
    background-color: #000;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 180px;
    margin-top: 20px;
}
.yith-wfbt-section .yith-wfbt-submit-block .yith-wfbt-submit-button:hover {
    background-color: #9ab968;
}
.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items {
    width: 75%;
    margin-left: 0;
    padding-left: 15px;
}
.yith-wfbt-section .yith-wfbt-images td img {
    width: 210px;
}
.yith-wfbt-section .yith-wfbt-images .image_plus {
    font-size: 24px;
}
@media (max-width: 991px) {
    .yith-wfbt-section::before {
        display: none;
    }
    .yith-wfbt-section h3 {
        width: 100%;
        margin-bottom: 5px;
    }
    .yith-wfbt-section .yith-wfbt-form .yith-wfbt-images {
        width: 100%;
        order: 1;
    }
    .yith-wfbt-section .yith-wfbt-form .yith-wfbt-items {
        width: 100%;
        order: 2;
    }
    .yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
        width: 100%;
        order: 3;
        padding-left: 0;
        padding-top: 10px;
        text-align: left;
    }
    .yith-wfbt-section {
        padding: 25px 15px;
    }
    .yith-wfbt-section .yith-wfbt-submit-block .yith-wfbt-submit-button {
        margin-top: 10px;
    }
}
/*woocommerce-tabs*/
.woocommerce-tabs {
    position: relative;
    background-color: #fff;
    margin-top: 35px;
    padding-top: 40px;
    border-top: 1px solid #ebebeb;
}
/*.wc-tabs*/
.wc-tabs {
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.wc-tabs li {
    display: inline-block;
    padding: 0 25px;
    vertical-align: bottom;
}
.wc-tabs li a {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    color: inherit;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.wc-tabs li a::before {
    content: '';
    left: 0;
    position: absolute;
    border-bottom: 15px solid #9ab968;
    width: 100%;
    bottom: 10px;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0.6;
}
.wc-tabs li a:hover,
.wc-tabs li.active a {
    color: #000;
}
.wc-tabs li.active a::before,
.wc-tabs li a:hover::before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
@media (max-width: 991px) {
    .wc-tabs li a {
        display: table;
        width: auto;
        margin: 0 auto;
    }
}
/*.woocommerce-Tabs-panel*/
.woocommerce-Tabs-panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    margin: -1px auto 0;
    overflow: hidden;
}
.woocommerce-Tabs-panel > h2 {
    display: none;
}
.woocommerce-Tabs-panel .woocommerce-noreviews {
    padding-bottom: 10px;
}
.woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0;
}
.woocommerce-Tabs-panel table {
    margin-bottom: 0;
}
.woocommerce-Tabs-panel th,
.woocommerce-Tabs-panel td {
    font-weight: 600;
}
.woocommerce-Tabs-panel td p {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .wc-tabs {
        margin-top: 15px;
    }
    .wc-tabs li {
        display: table;
        margin: 0 auto 8px;
        padding: 0;
    }
    .woocommerce-Tabs-panel {
        padding: 25px 15px;
    }
}
/*comment star*/
p.stars {
    line-height: 18px;
    display: inline-block;
}
p.stars a {
    font-size: 0;
    color: #ccc;
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 13px;
    height: 13px;
}
p.stars a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
p.stars a.active {
    color: #eebe19;
}
p.stars a::before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 13px;
    display: inline-block;
}
p.stars a.star-1::before {
    content: "\f006";
}
p.stars a.star-2::before {
    content: "\f006\f006";
}
p.stars a.star-3::before {
    content: "\f006\f006\f006";
}
p.stars a.star-4::before {
    content: "\f006\f006\f006\f006";
}
p.stars a.star-5::before {
    content: "\f006\f006\f006\f006\f006";
}
.block-title .product-grid-title {
    margin: 65px auto 55px;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    display: table;
    padding-left: 48px;
    padding-right: 48px;
}
.block-title .product-grid-title::before,
.block-title .product-grid-title::after {
    content: '';
    height: 2px;
    position: absolute;
    background-color: #9ab968;
    top: 45%;
    width: 40px;
}
.block-title .product-grid-title::before {
    left: 0;
}
.block-title .product-grid-title::after {
    right: 0;
}
@media (max-width: 1199px) {
    .block-title .product-grid-title {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .block-title .product-grid-title {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 22px;
    }
    .block-title .product-grid-title::before,
    .block-title .product-grid-title::after {
        width: 25px;
    }
}
/* ==========================================================================
8.0 OTHER PAGE
========================================================================== */
/* ==========================================================================
8.1 CART PAGE
========================================================================== */
#shipping_method {
    padding-left: 0;
    list-style: none;
}
#shipping_method input[type="radio"] {
    display: none;
}
#shipping_method label {
    position: relative;
    padding-left: 26px;
    color: #666666;
    cursor: pointer;
}
#shipping_method label::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#shipping_method input[type="radio"]:checked + label {
    color: #000000;
}
#shipping_method input[type="radio"]:checked + label::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
body.woocommerce-cart .cart-empty {
    font-size: 38px;
    line-height: 1.2;
    background-color: #fff;
    padding: 90px 15px 25px;
    text-align: center;
    margin-bottom: 0;
}
body.woocommerce-cart .return-to-shop {
    text-align: center;
    padding: 0 15px 90px;
    background-color: #fff;
}
body.woocommerce-cart .return-to-shop a {
    min-width: 170px;
    padding: 0 15px;
    text-align: center;
    background-color: #1b1b1b;
    height: 42px;
    line-height: 42px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;

    font-weight: 600;
}
body.woocommerce-cart .return-to-shop a:hover {
    background-color: #9ab968;
}
.cart-collaterals {
    display: inline-block;
    width: 100%;
    padding-top: 40px;
}
.cart-collaterals .cross-sells {
    padding-bottom: 40px;
}
.cross-sells > h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-top: 0;
    margin-bottom: 35px;
}
.shop_table .variation {
    display: none;
}
.shop_table thead tr th {
    border-bottom: 0;
    border-top: 0;
}
.shop_table tr td.product-remove,
.shop_table tr th.product-remove {
    border-right: 0;
    border-top: 0;
    border-left: 0;
}
.shop_table tr td.product-thumbnail,
.shop_table tr th.product-thumbnail {
    border-right: 0;
    border-left: 0;
}
body.woocommerce-cart .shop_table tr td.product-name,
body.woocommerce-cart .shop_table tr th.product-name {
    border-left: 0;
}
body.woocommerce-cart .shop_table tr td.product-subtotal,
body.woocommerce-cart .shop_table tr th.product-subtotal {
    border-right: 0;
}
.shop_table tr:first-child td,
.shop_table tr:first-child th {
    border-top: 0;
}
.shop_table .product-remove {
    text-align: center;
}
.shop_table .product-remove .remove {
    font-size: 0;
}
.shop_table .product-remove .remove::before {
    content: "\f014";
    font-family: 'FontAwesome', sans-serif;
    font-size: 18px;
}
.shop_table .product-remove .remove:not(:hover) {
    color: #bdbdbd;
}
.shop_table .product-thumbnail {
    width: 120px;
}
.shop_table .product-thumbnail img {
    max-width: 100px;
    min-width: 60px;
}
.shop_table .product-name a:not(.button) {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: normal;
}
.shop_table .product-name a:not(.button):hover {
    color: #9ab968;
}
.woocommerce-cart-form .shop_table {
    margin-bottom: 0;
}
.woocommerce-cart-form .shop_table thead th {
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
    text-transform: capitalize;
    font-weight: 600;
}
.woocommerce-cart-form .shop_table thead th.product-name {
    text-align: left;
}
.woocommerce-cart-form .shop_table td.product-price,
.woocommerce-cart-form .shop_table td.product-subtotal {
    font-size: 16px;
    color: #000000;
    text-align: center;
}
.woocommerce-cart-form .shop_table td.product-quantity {
    text-align: center;
}
.woocommerce-cart-form .shop_table td.product-subtotal {
    font-weight: 500;

}
.woocommerce-cart-form .shop_table .actions {
    padding: 40px 20px 30px 20px;
    overflow: hidden;
    border: 0;
}
.woocommerce-cart-form .shop_table .actions label {
    display: none;
}
.woocommerce-cart-form .shop_table .actions .coupon {
    position: relative;
    max-width: 100%;
    width: 512px;
    float: left;
    margin-bottom: 7px;
}
.woocommerce-cart-form .shop_table .actions #coupon_code {
    width: 100%;
}
.woocommerce-cart-form .shop_table .actions button.button {
    display: inline-block;
    min-width: 160px;
    padding: 0 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
.woocommerce-cart-form .shop_table .actions .coupon button.button {
    position: absolute;
    top: 0;
    right: 0;
}
.woocommerce-cart-form .shop_table .actions button.button:not(:disabled):hover {
    background-color: #9ab968;
}
.woocommerce-cart-form .shop_table .actions > button.button {
    float: right;
}
.cart_totals {
    position: relative;
}
.cart_totals > h2 {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ebebeb;
    border-bottom: none;
    padding: 25px;
    margin: 0;
}
.cart_totals .shop_table {
    margin-bottom: 0;
}
.cart_totals .shop_table tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}
.cart_totals .shop_table tr th,
.cart_totals .shop_table tr td {
    border: 0;
    padding: 7px 20px;
}
.cart_totals .shop_table tr th {
    width: 35%;
    vertical-align: top;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    border-right: 0;
}
.cart_totals .shop_table tr td {
    vertical-align: top;
    font-size: 16px;
    color: #000000;
    border-left: 0;
    text-align: right;
}
.cart_totals .shop_table tr.order-total th {
    font-size: 16px;
    font-weight: 600;
}
.cart_totals .shop_table tr.order-total strong {
    font-size: 18px;
    color: #9ab968;
    font-weight: normal;
}
.woocommerce-shipping-calculator > p {
    margin-bottom: 0;
}
.woocommerce-shipping-calculator > .shipping-calculator-form {
    margin-top: 26px;
}
.shipping-calculator-button,
.shipping-calculator-button:hover,
.shipping-calculator-button:focus,
.shipping-calculator-button:active {
    text-decoration: underline;
}
.shipping-calculator-form {
    text-align: left;
}
.shipping-calculator-form input {
    background-color: #fff;
}
.shipping-calculator-form .button {
    display: inline-block;
    min-width: 160px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
}
.wc-proceed-to-checkout {
    text-align: center;
}
.wc-proceed-to-checkout .checkout-button {
    display: block;
    background-color: #9ab968;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #000000;
}
body.woocommerce-cart .no-sidebar .woocommerce-cart-form {
    float: left;
    display: inline-block;
    width: calc(100% - 359px)
}
body.woocommerce-cart .no-sidebar .cart-collaterals {
    display: inline-block;
    width: 359px;
    padding-left: 30px;
    padding-top: 0;
}
@media (max-width: 1199px) {
    .cart_totals > h2,
    body.woocommerce-cart .cart-title {
        font-size: 16px;
        letter-spacing: 0.1em;
        padding: 20px;
    }
    .woocommerce-cart-form .shop_table td.product-price,
    .woocommerce-cart-form .shop_table td.product-subtotal {
        font-size: 15px;
    }
    body.woocommerce-cart .no-sidebar .woocommerce-cart-form {
        width: 100%;
        float: none;
    }
    body.woocommerce-cart .no-sidebar .cart-collaterals {
        width: 100%;
        padding-left: 0;
        float: none;
        margin-top: 15px;
    }
    .shop_table td,
    .shop_table th {
        border-color: #ebebeb;
        padding: 15px;
    }
    .woocommerce-cart-form {
        width: 100%;
    }
    .cart-collaterals {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .has-sidebar .shop_table {
        display: block;
    }
    .has-sidebar .shop_table thead,
    .has-sidebar .shop_table tfoot,
    .has-sidebar .shop_table tbody,
    .has-sidebar .shop_table tr,
    .has-sidebar .shop_table tr td,
    .has-sidebar .shop_table tr th {
        display: inline-block;
        text-align: center !important;
        width: 100% !important;
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }
    .has-sidebar .woocommerce-cart-form .shop_table thead {
        display: none;
    }
    .has-sidebar .woocommerce-cart-form .shop_table tr:first-child td,
    .has-sidebar .woocommerce-cart-form .shop_table tr:first-child th,
    .has-sidebar .cart_totals .shop_table tr:first-child td,
    .has-sidebar .cart_totals .shop_table tr:first-child th {
        padding-top: 15px;
    }
    .has-sidebar .woocommerce-cart-form .shop_table .actions .coupon,
    .has-sidebar .woocommerce-cart-form .shop_table .actions button.button {
        float: none;
        width: 100%;
    }
    .has-sidebar .woocommerce-cart-form .shop_table tr td,
    .has-sidebar .cart_totals .shop_table tr th {
        border-top: 0;
    }
    .has-sidebar .woocommerce-cart-form .shop_table .actions .coupon button.button {
        position: static;
        margin-top: 10px;

        width: 100%;
    }
}
@media (max-width: 767px) {
    .shop_table {
        display: block;
    }
    .shop_table thead,
    .shop_table tfoot,
    .shop_table tbody,
    .shop_table tr,
    .shop_table tr td,
    .shop_table tr th {
        display: inline-block;
        text-align: center !important;
        width: 100% !important;
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }
    body.woocommerce-cart .cart-title {
        border-bottom: 1px solid #ebebeb;
        padding: 20px 15px;
        letter-spacing: 0.1em;
    }
    .cart_totals > h2 {
        padding: 20px 15px;
        letter-spacing: 0.1em;
    }
    .woocommerce-cart-form .shop_table thead {
        display: none;
    }
    .woocommerce-cart-form .shop_table tr:first-child td,
    .woocommerce-cart-form .shop_table tr:first-child th,
    .cart_totals .shop_table tr:first-child td,
    .cart_totals .shop_table tr:first-child th {
        padding-top: 15px;
    }
    .woocommerce-cart-form .shop_table .actions .coupon,
    .woocommerce-cart-form .shop_table .actions button.button {
        float: none;
        width: 100%;
    }
    .woocommerce-cart-form .shop_table tr td,
    .cart_totals .shop_table tr th {
        border-top: 0;
    }
    .woocommerce-cart-form .shop_table .actions .coupon button.button {
        position: static;

        margin-top: 10px;
        width: 100%;
    }
    body.woocommerce-cart .cart-empty {
        font-size: 26px;
    }
}
/* ==========================================================================
8.2 CHECKOUT PAGE
========================================================================== */
.woocommerce-form__label-for-checkbox > span {
    position: relative;
    font-size: 16px;
    color: #888;
    padding-left: 28px;
}
.woocommerce-form__label-for-checkbox > span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #eeeeee;
    background-color: #fff;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    display: none;
}
.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::after {
    content: "\f00c";
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: -5px;
    color: #9ab968;
    font-size: 13px;
}
#payment {
    background-color: #f8f8f8;
}
#payment ul {
    padding: 30px 30px 20px 30px;
    list-style: none;
}
#payment .input-radio {
    display: none;
}
#payment .input-radio ~ label {
    position: relative;
    padding-left: 26px;
    color: #000000;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    font-family: inherit;
}
#payment .input-radio ~ label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
    border-radius: 50%;
}
#payment .input-radio:hover + label::after,
#payment .input-radio:checked + label::after {
    content: "\f00c";
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 1px;
    color: #9ab968;
    font-size: 13px;
}
/*SELECT2 RESET*/
body .select2-container {
    width: 100% !important;
}
body .select2-dropdown {
    border: 1px solid #ebebeb;
}
body .select2-container--default .select2-selection--single {
    height: 42px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
    line-height: 42px;
    padding-left: 15px;
    padding-right: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 26px;
    font-weight: 400;
    position: relative;
    top: -3px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    width: 42px;
}
body .select2-container .select2-choice .select2-arrow b:after {
    border: none;
    font-family: 'FontAwesome', sans-serif;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px;
}
body .select2-dropdown {
    border-radius: 0;
}
body .select2-dropdown .select2-search .select2-search__field {
    background-color: #ffffff;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e6e6;
}
body .select2-results__option {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}
body .select2-dropdown .select2-result {
    color: #888888;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #f0f2f5;
    color: #000000;
}
body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option[data-selected="true"] {
    color: #000000;
}
.furgan-checkout-login .woocommerce-info,
.furgan-checkout-coupon .woocommerce-info {
    padding: 40px 20px 50px 122px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 18px;
    font-weight: 600;
    color: #000000;

}
.furgan-checkout-login .woocommerce-info::before,
.furgan-checkout-coupon .woocommerce-info::before {
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 50%;
    background-color: #9ab968;
    color: #fff;
    content: "\f090";
    font-family: 'FontAwesome', sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 20px;
    letter-spacing: 0;
}
.furgan-checkout-coupon .woocommerce-info::before {
    content: "\f145";
}
.furgan-checkout-login .woocommerce-info a,
.furgan-checkout-coupon .woocommerce-info a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: initial;
    padding-top: 6px;
}
.furgan-checkout-login .woocommerce-info a:not(:hover),
.furgan-checkout-coupon .woocommerce-info a:not(:hover) {
    color: #868686;
}
.checkout_coupon {
    overflow: hidden;
    padding: 35px 25px 10px 25px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.checkout_coupon .button {
    background-color: #1b1b1b;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    min-width: 160px;
    padding: 0 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
.checkout_coupon .button:hover {
    background-color: #9ab968;
}
.furgan-checkout-login .woocommerce-form-login {
    padding: 35px 25px 15px 25px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.checkout-before-top {
    overflow: hidden;
}
.checkout-before-top .furgan-checkout-login,
.checkout-before-top .furgan-checkout-coupon {
    width: calc(50% - 15px);
    float: left;
}
.checkout-before-top .furgan-checkout-login:empty + .furgan-checkout-coupon {
    width: 100%;
}
.checkout-before-top .furgan-checkout-coupon {
    float: right;
}
form.woocommerce-checkout {
    position: relative;
}
form.woocommerce-checkout::before,
form.woocommerce-checkout::after {
    content: '';
    display: table;
}
form.woocommerce-checkout::after {
    clear: both;
}
.validate-required label .required {
    display: none;
}
.validate-required label::after {
    content: '*';
    color: #ff0000;
}
/*.woocommerce-billing-fields*/
.woocommerce-billing-fields > h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 25px;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
}
.woocommerce-billing-fields__field-wrapper {
    padding: 30px 25px 35px 25px;
}
/*woocommerce-account-fields*/
.woocommerce-account-fields {
    padding: 0 25px 35px 25px;
}
.woocommerce-account-fields > p {
    margin-bottom: 10px;
}
.woocommerce-account-fields #account_password_field {
    margin-bottom: 0;
}
.password-input {
    position: relative;
    display: block;
}
.password-input .show-password-input {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 42px;
    height: 42px;
}
.password-input .show-password-input::before {
    content: '\f06e';
    font-family: 'FontAwesome';
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.password-input .show-password-input.display-password::before {
    content: '\f070';
}
.form-row {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.form-row:last-child {
    margin-bottom: 0;
}
.form-row > label {
    display: block;
    margin-bottom: 8px;
    text-align: left;
    font-size: 16px;
}
.woocommerce-input-wrapper > input,
.form-row .password-input input,
.form-row > input {
    width: 100%;
}
.form-row-first {
    float: left;
    width: calc(50% - 15px);
}
.form-row-last {
    float: right;
    width: calc(50% - 15px);
}
/*.woocommerce-shipping-fields*/
#customer_details .col-1 {
    position: relative;
    border: 1px solid #ebebeb;
}
#customer_details .col-2 {
    margin-top: 30px;
    border: 1px solid #ebebeb;
    padding: 25px 25px 35px;
}
.woocommerce-shipping-fields #ship-to-different-address {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce-shipping-fields #ship-to-different-address label {
    color: inherit;
    margin: 0;
}
.woocommerce-shipping-fields .shipping_address {
    padding-top: 20px;
}
#order_comments {
    height: 195px;
}
/*#order_review*/
#order_review_heading {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #9ab968;
    padding: 25px;
    margin: 0;
}
#order_review .shop_table {
    background-color: #F8F8F8;
    border: 0;
    margin-bottom: 30px;
    border-radius: 0 0 4px 4px;
}
#order_review .shop_table tr th,
#order_review .shop_table tr td {
    border-left: 0;
    border-right: 0;
    padding: 15px 25px;
    font-size: 15px;
}
#order_review .shop_table tr th {
    vertical-align: top;
    padding: 20px 25px;
    width: 30%;
}
#order_review .shop_table tfoot tr th,
#order_review .shop_table tfoot tr td {
    border-bottom: 0;
}
#order_review .shop_table tr.shipping td,
#order_review .shop_table tr.cart-subtotal td,
#order_review .shop_table tr.order-total td,
#order_review .shop_table tr .product-total {
    text-align: right;
}
#order_review .shop_table tfoot tr.shipping p:last-child {
    margin-bottom: 0;
}
#order_review .shop_table tfoot tr.order-total th,
#order_review .shop_table tfoot tr.order-total td {
    padding: 20px 25px;
}
#order_review .shop_table tfoot tr.order-total td strong {
    font-size: 18px;
    color: #9ab968;
    font-weight: 600;
}
#order_review .shop_table tbody tr:first-child td,
#order_review .shop_table tbody tr:first-child th,
#order_review .shop_table tfoot tr:first-child td,
#order_review .shop_table tfoot tr:first-child th {
    border-top: 0;
}
#order_review .shop_table thead {
    border-bottom: 1px solid #ebebeb;
}
#order_review .shop_table thead tr th {
    color: #000000;
}
#order_review .shop_table .product-name {
    text-transform: inherit;
}
#order_review .shop_table td.product-name {
    color: inherit;
}
#order_review .shop_table tfoot {
    font-size: 16px;
    color: #000000;
}
.place-order {
    text-align: center;
}
.place-order .woocommerce-terms-and-conditions-wrapper {
    padding: 0 30px;
}
#place_order {
    width: 100%;
    background-color: #9ab968;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;

}
.wc_payment_method:not(:last-child) {
    padding-bottom: 20px;
}
.payment_box {
    background-color: #fff;
    position: relative;
    padding: 15px;
    margin-top: 18px;
}
.payment_box p:last-child {
    margin-bottom: 0;
}
.payment_box::before {
    content: '';
    border-width: 0 9px 10px 9px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -10px;
    left: 25px;
}
.no-sidebar form.woocommerce-checkout {
    overflow: hidden;
}
.no-sidebar #customer_details {
    float: left;
    width: calc(100% - 480px);
}
.no-sidebar #order_review {
    float: right;
    width: 480px;
    padding-left: 30px;
}
.no-sidebar #order_review_heading {
    float: right;
    width: 450px;
}
.woocommerce-order .woocommerce-notice {
    font-size: 16px;
    font-weight: 600;
    background-color: #9ab968;
    padding: 30px 25px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.woocommerce-order .woocommerce-order-overview {
    background: #f6f6f6;
    margin-bottom: 30px;
    padding: 30px 25px;
    list-style: none;
}
.woocommerce-order .woocommerce-order-overview li::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f105';
    margin-right: 12px;
    font-size: 18px;
    color: #bdbdbd;
}
.woocommerce-order .woocommerce-order-details .shop_table {
    border: none;
}
.woocommerce-order .woocommerce-order-details .shop_table thead {
    background-color: #e9e9e9;
}
.woocommerce-order .woocommerce-order-details .shop_table tbody tr:first-child td,
.woocommerce-order .woocommerce-order-details .shop_table tbody tr:first-child th,
.woocommerce-order .woocommerce-order-details .shop_table tfoot tr:first-child td,
.woocommerce-order .woocommerce-order-details .shop_table tfoot tr:first-child th {
    border-top: 0;
}
.woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child td,
.woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child th {
    border-bottom: 0;
}
.woocommerce-order .woocommerce-order-details .shop_table tr th,
.woocommerce-order .woocommerce-order-details .shop_table tr td {
    border-left: 0;
    border-right: 0;
    padding: 17px 25px;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}
.woocommerce-order .woocommerce-order-details {
    background: #f6f6f6;

    margin-bottom: 30px;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px;
    margin: 0;
    color: #fff;
    background-color: #9ab968;
}
.woocommerce-order .woocommerce-customer-details {
    background: #f6f6f6;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 25px;
    background-color: #9ab968;
    color: #fff;
    margin: 0;
}
.woocommerce-order .woocommerce-customer-details address {
    padding: 20px 25px;
}
.woocommerce-order .woocommerce-customer-details address p {
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    #order_review_heading {
        font-size: 16px;
        padding: 20px 15px;
        letter-spacing: 0.1em;
    }
    .furgan-checkout-login .woocommerce-info,
    .furgan-checkout-coupon .woocommerce-info {
        font-size: 16px;
    }
    .checkout-before-top .furgan-checkout-login,
    .checkout-before-top .furgan-checkout-coupon {
        width: 100%;
        float: none;
    }
    .no-sidebar #customer_details {
        float: none;
        width: 100%;
    }
    .no-sidebar #order_review_heading {
        float: none;
        width: 100%;
    }
    .no-sidebar #order_review {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .furgan-checkout-login .woocommerce-form-login,
    #payment ul,
    #customer_details .col-2,
    .woocommerce-billing-fields > h3,
    .woocommerce-billing-fields__field-wrapper {
        padding: 20px 15px;
    }
    .place-order .woocommerce-terms-and-conditions-wrapper {
        padding: 0 15px;
    }
    .checkout_coupon {
        padding: 20px 15px 0 15px;
    }
    .woocommerce-account-fields {
        padding: 0 15px 20px 15px;
    }
    .woocommerce-billing-fields > h3 {
        font-size: 16px;
        letter-spacing: 0.1em;
    }
    #customer_details {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    #order_review {
        width: 100%;
    }
    #order_review .shop_table tr th,
    #order_review .shop_table tr td {
        padding: 15px !important;
    }
    #place_order {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .woocommerce-order .woocommerce-customer-details address,
    .woocommerce-order .woocommerce-customer-details .woocommerce-column__title,
    .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title,
    .woocommerce-order .woocommerce-order-overview,
    .woocommerce-order .woocommerce-notice {
        padding: 20px 15px;
    }
    .woocommerce-order .woocommerce-order-details .shop_table tr th,
    .woocommerce-order .woocommerce-order-details .shop_table tr td {
        padding: 15px;
    }
    #customer_details .col-2 .woocommerce-additional-fields > h3 {
        font-size: 20px;
    }
    .woocommerce-order .woocommerce-notice,
    .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title,
    .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .form-row-first,
    .form-row-last {
        width: 100%;
        float: none;
    }
    .furgan-checkout-login .woocommerce-info,
    .furgan-checkout-coupon .woocommerce-info {
        padding: 25px 15px 25px 90px;
    }
    .furgan-checkout-login .woocommerce-info::before,
    .furgan-checkout-coupon .woocommerce-info::before {
        width: 60px;
        height: 60px;
        line-height: 60px;
        left: 15px;
        font-size: 28px;
    }
    .woocommerce-order .woocommerce-order-details .shop_table thead {
        display: none;
    }
    .woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child th {
        border-bottom: 1px solid #ebebeb;
    }
    #order_review_heading,
    .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
        text-align: center;
    }
    #customer_details .col-2 .woocommerce-additional-fields > h3 {
        font-size: 18px;
    }
    .woocommerce-order .woocommerce-notice,
    .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title,
    .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
        font-size: 14px;
    }
}
/* ==========================================================================
8.3 MY ACCOUNT PAGE
========================================================================== */
body .user-role .radio {
    display: inline-block;
    padding: 0 20px
}
body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
    content: '';
    display: table;
}
body.woocommerce-account .woocommerce::after {
    clear: both;
}
/*LOGOUT*/
body.woocommerce-account .woocommerce-notices-wrapper ~ h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    background-color: #f6f6f6;
    padding: 30px 25px 7px 25px;
    border-radius: 3px 3px 0 0;
}
body.woocommerce-account .woocommerce-notices-wrapper ~ h2::before {
    content: "\f103";
    font-family: 'Flaticon', sans-serif;
    display: inline-block;
    min-width: 84px;
    height: 84px;
    line-height: 80px;
    border-radius: 50%;
    background-color: #9ab968;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    margin-right: 20px;
    font-size: 31px;
    font-weight: normal;
    letter-spacing: 0;
}
body.woocommerce-account .woocommerce-notices-wrapper ~ .woocommerce-form-login {
    background-color: #f6f6f6;
    padding: 19px 25px 15px 25px;
    border-radius: 0 0 3px 3px;
}
/*LOGIN*/
#customer_login {
    overflow: hidden;
}
#customer_login .col-1,
#customer_login .col-2 {
    width: calc(50% - 15px);
    float: left;
    min-height: 488px;
    border: 1px solid #f1f1f1;
}
#customer_login .col-2 {
    float: right;
}
.furgan-checkout-login .form-row,
#customer_login .form-row {
    margin-bottom: 20px;
}
#customer_login > div > .woocommerce-form {
    padding: 25px 40px;
}
#customer_login > div > h2 {
    border-bottom: 1px solid #f1f1f1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    padding: 25px 40px;
    color: #222;
    font-weight: 600;
}
#customer_login > div > form .form-row:not(.form-row-wide) {
    text-align: center;
}
form.woocommerce-form-login .form-row:not(.form-row-wide),
form.register .form-row:not(.form-row-wide) {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
form.woocommerce-form-login .button,
form.register .button {
    float: left;
    background-color: #9ab968;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
form.woocommerce-form-login .button:hover,
form.register .button:hover {
    background-color: #1b1b1b;
}
form.woocommerce-form-login .woocommerce-form__label {
    cursor: pointer;
    font-size: 14px;
    color: #888;
    margin: 0 0 20px;
    position: relative;
    font-weight: normal;
}
form.woocommerce-form-login .lost_password {
    margin-bottom: 0;
}
form.woocommerce-form-login .lost_password a {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    vertical-align: top;
}
.woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    padding-right: 30px;
}
.woocommerce-MyAccount-content {
    float: left;
    width: 70%;
}
.woocommerce-MyAccount-navigation > ul {
    padding-left: 0;
}
.woocommerce-MyAccount-navigation > ul li {
    line-height: 50px;
    list-style: none;
    font-weight: 500;

    font-size: 15px;
}
.woocommerce-MyAccount-navigation > ul li:not(:first-child) {
    border-top: 1px solid #ebebeb;
}
.woocommerce-MyAccount-navigation > ul li.is-active a {
    color: #9ab968;
}
.woocommerce-MyAccount-content .form-row label {
    display: block;
    font-weight: normal;
}
.woocommerce-MyAccount-content fieldset {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-content fieldset legend {
    color: #000000;
    display: block;
    border-bottom: none;
}
.woocommerce-MyAccount-content fieldset ~ p .woocommerce-Button:hover {
    background-color: #9ab968;
}
.woocommerce-MyAccount-content .form-row input {
    width: 100%;
}
.woocommerce-MyAccount-content h3 {
    margin: 0 0 20px;
}
.woocommerce-MyAccount-content p {
    margin-bottom: 15px;
}
.woocommerce-Address {
    margin-bottom: 30px;
    padding: 25px 15px;
    border: 2px solid #d1d1d1;
    margin-top: 30px;
    position: relative;
}
.woocommerce-Address .woocommerce-Address-title > h3 {
    font-size: 18px;
}
/*.woocommerce-password*/
.woocommerce-password-strength {
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.woocommerce-password-strength::before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background-color: #c2c2c2;
    position: absolute;
    left: 0;
    bottom: 0;
}
.woocommerce-password-strength::after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.woocommerce-password-strength.short::after {
    background-color: #f44336;
    width: 25%;
}
.woocommerce-password-strength.bad::after {
    background-color: #ff9800;
    width: 50%;
}
.woocommerce-password-strength.good::after {
    background-color: #2196F3;
    width: 75%;
}
.woocommerce-password-strength.strong::after {
    background-color: #9ab968;
    width: 100%;
}
.woocommerce-ResetPassword .form-row .woocommerce-Button {
    height: 54px;
    line-height: 54px;

    min-width: 150px;
}
.woocommerce-ResetPassword .form-row .woocommerce-Button:hover {
    background-color: #9ab968;
}
.woocommerce-ResetPassword .form-row {
    float: none;
}
@media (max-width: 1199px) {
    body.woocommerce-account .woocommerce-notices-wrapper ~ h2,
    body.woocommerce-account .woocommerce-notices-wrapper ~ .woocommerce-form-login,
    .checkout_coupon,
    #customer_login .col-1,
    #customer_login .col-2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 991px) {
    #customer_login .col-1,
    #customer_login .col-2 {
        width: 100%;
        min-height: 0;
    }
    #customer_login .col-1 {
        margin-bottom: 30px;
    }
    .woocommerce-MyAccount-navigation {
        width: 100%;
        padding-right: 0;
    }
    .woocommerce-MyAccount-content {
        width: 100%;
    }
    .woocommerce-MyAccount-navigation > ul {
        margin-bottom: 40px;
    }
    #customer_login .form-row:not(.form-row-wide) {
        margin-bottom: 20px;
    }

}
@media (max-width: 479px) {
    #customer_login .woocommerce-form__label {
        float: none;
    }
    #customer_login .woocommerce-Button {
        float: none;
    }

}
/* ==========================================================================
8.4 WISHLIST PAGE
========================================================================== */
.woocommerce .wishlist-title {
    margin-bottom: 0;
}
.wishlist-title {
    display: block;
}
.wishlist-title a.show-title-form {
    display: none;
}
.wishlist-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 !important;
    padding: 25px;
    background-color: #f6f6f6;
    display: block;
}
.wishlist-title-container .hidden-title-form {
    margin: 0;
    width: 100%;
}
.wishlist-title-container .hidden-title-form input {
    font-size: 18px;
    font-weight: 600;
    padding: 25px;
    background-color: #f6f6f6;
    display: block;
    border: none;

    height: 71px;
    line-height: 71px;
    width: 100%;
}
.woocommerce table.wishlist_table {
    background-color: #fff;
    border: none;
}
.woocommerce table.wishlist_table thead {
    display: none;
}
.woocommerce table.wishlist_table tbody tr td.product-thumbnai {
    border-right: 0;
}
.woocommerce table.wishlist_table tbody tr td.product-name {
    border-left: 0;
}
.woocommerce table.wishlist_table tbody tr td.product-remove,
.woocommerce table.wishlist_table tbody tr td {
    padding: 15px;
}
.woocommerce table.wishlist_table tr td.product-thumbnail a {
    display: inline-block;
    max-width: 89px;
}
.woocommerce table.wishlist_table .yith-wcqv-button {
    display: none;
}
.woocommerce table.wishlist_table .product-price {
    font-size: 16px;
    color: #000000;
}
.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
    font-size: 26px;
    line-height: 1.2;
    padding: 60px 15px;
    color: #999;
    border: none;
}
.woocommerce table.wishlist_table tr td.product-stock-status span {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
}
.woocommerce table.wishlist_table tr td.product-stock-status span {
    font-weight: 500;

    font-size: 14px;
}
.woocommerce table.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #9ab968;
}
.wishlist_table .product-stock-status span.wishlist-out-of-stock {
    color: #f44336;
}
.woocommerce table.wishlist_table td.product-add-to-cart {
    border-right: 0;
}
.woocommerce table.wishlist_table td.product-add-to-cart a {
    display: inline-block !important;
    height: 42px;
    line-height: 42px;
    background-color: #1b1b1b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 0;
}
.woocommerce table.wishlist_table td.product-add-to-cart a:hover {
    background-color: #9ab968;
}
.woocommerce table.wishlist_table tfoot td {
    padding: 0;
    border: 0;
}
.woocommerce table.wishlist_table .yith-wcwl-share {
    margin-bottom: 10px;
    padding: 15px 25px;
}
.woocommerce table.wishlist_table .yith-wcwl-share h4.yith-wcwl-share-title {
    font-size: 16px;
}
.wishlist_table.mobile {
    padding-left: 0;
    text-align: center;
}
.wishlist_table.mobile li {
    margin-bottom: 0;
    padding: 20px 0;
    border: 1px solid #ebebeb;
    border-top: none;
}
.wishlist_table.mobile li .item-wrapper {
    width: 100%;
    margin-bottom: 0;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}
.wishlist_table.mobile li .item-wrapper .item-details {
    width: 100%;
}
.wishlist_table.mobile li .item-details table.item-details-table {
    width: 100%;
}
.wishlist_table.mobile li .item-details table.item-details-table td.label {
    display: none;
}
.wishlist_table.mobile li .item-details table.item-details-table td.value {
    text-align: center;
    font-size: 16px;
    color: #000000;
}
.wishlist_table.mobile li table.additional-info {
    width: 100%;
}
.wishlist_table.mobile li table.additional-info td.label {
    display: none;
}
.wishlist_table.mobile li table.additional-info td.value {
    font-size: 15px;
}
.wishlist_table.mobile li table.additional-info td.value .wishlist-in-stock {
    color: #9ab968;
}
.wishlist_table.mobile li table.additional-info td.value .wishlist-out-of-stock {
    color: #f44336;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin-bottom: 0;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #1b1b1b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 25px;
    text-align: center;
    margin-bottom: 0;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: center;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove a:not(:hover) {
    color: #bdbdbd;;
}
@media (max-width: 1199px) {
    .woocommerce table.wishlist_table tbody tr td.product-remove,
    .woocommerce table.wishlist_table tbody tr td {
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .woocommerce table.wishlist_table tbody tr:first-child td {
        padding-top: 15px;
    }
    .wishlist-title h2 {
        text-align: center;
    }
}
/* ==========================================================================
8.5 TRACK YOUR ORDER
========================================================================== */
.track_order {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ebebeb;
    padding: 35px 30px 40px 30px;

}
.track_order .form-row {
    margin-bottom: 0;
    margin-top: 30px;
    float: none;
}
.track_order p:first-child {
    margin-bottom: 0;
}
.track_order .form-row-first,
.track_order .form-row-last {
    width: 100%;
}
.track_order .button {
    padding: 0 30px;
}
.track_order .button:hover {
    background-color: #9ab968;
}
/* ==========================================================================
8.6 PAGE 404
========================================================================== */
body.error404 .header {
    position: static;
}
.title-notfound {
    font-size: 36px;
    font-weight: 600;
    color: #111111;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 1;
}
.main-container.error-404 .title-notfound {
    margin-top: 110px;
}
.main-container.error-404 .subtitle {
    font-size: 15px;
    line-height: 26px;
    color: #888888;
    margin-bottom: 25px;
}
.main-container.error-404 .search-form {
    width: 320px;
    max-width: 100%;
    position: relative;
}
.main-container.error-404 .search-form .search-field {
    width: 100%;
}
.main-container.error-404 .search-form .search-submit {
    vertical-align: top;
    background-color: #9ab968;
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 1199px) {
    .title-notfound {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .title-notfound {
        font-size: 26px;
    }
    .main-container.error-404 .title-notfound {
        margin-top: 0;
    }
}
/*===============================================================
8.7 POPUP NEWSLETTER
===============================================================*/
#popup-newsletter {
    overflow-y: hidden !important;
}
#popup-newsletter .modal-content {
    background-color: #fff;
}
#popup-newsletter button.close {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 40px;
    height: 40px;
    display: block;
    background-color: transparent;
    color: #000000;
    z-index: 1;
    opacity: 1;
}
#popup-newsletter button.close:hover {
    color: #9ab968;
}
#popup-newsletter button.close::before,
#popup-newsletter button.close::after {
    border-bottom: 2px solid;
    content: "";
    left: 12px;
    position: absolute;
    top: 19px;
    width: 17px;
}
#popup-newsletter button.close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#popup-newsletter button.close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#popup-newsletter .modal-inner {
    overflow: hidden;
}
#popup-newsletter .modal-inner .modal-thumb {
    float: left;
    width: 40%;
}
#popup-newsletter .modal-inner .modal-info {
    overflow-y: auto;
    text-align: center;
    padding: 70px 40px 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
}
#popup-newsletter .title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}
#popup-newsletter .des {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    max-width: 395px;
    display: inline-block;
}
#popup-newsletter .newsletter-form-wrap .email {
    width: 100%;
    height: 52px;
    line-height: 52px;
    margin-bottom: 22px;
    text-align: center;
}
#popup-newsletter .newsletter-form-wrap input[type="submit"] {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #fff;
    font-weight: 600;
}
#popup-newsletter .newsletter-form-wrap .submit-newsletter:hover {
    background-color: #9ab968;
}
#popup-newsletter .checkbox {
    text-align: right;
    margin: 30px 0 0;
}
#popup-newsletter .checkbox label {
    padding-left: 0;
}
#popup-newsletter .checkbox .furgan_disabled_popup_by_user {
    display: none;
}
#popup-newsletter .checkbox span {
    position: relative;
    padding-left: 20px;
    color: #999999;
}
#popup-newsletter .checkbox span::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #dbdbdb;
    background-color: #f4f4f4;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#popup-newsletter .checkbox .furgan_disabled_popup_by_user:checked ~ span::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    max-height: calc(100% - 60px);
    overflow-y: auto;
    padding: 15px !important;
}
.modal-dialog {
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
.modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal-backdrop.in {
    opacity: 0.8;
}
@media (max-width: 991px) {
    #popup-newsletter .title {
        font-size: 24px;
    }
    #popup-newsletter .des {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    #popup-newsletter button.close {
        top: 0;
    }
    #popup-newsletter .title {
        margin: 0 0 15px;
    }
    #popup-newsletter .checkbox {
        margin: 15px 0 0;
    }
    #popup-newsletter .modal-inner .modal-info {
        padding: 40px 30px 20px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 1000px;
        max-width: calc(100% - 30px);
        margin: auto;
    }
    .modal-content {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
@media (max-width: 767px) {
    #popup-newsletter .title {
        font-size: 20px;
    }
    #popup-newsletter .des {
        font-size: 14px;
        line-height: 20px;
    }
    #popup-newsletter .modal-inner .modal-info {
        position: static;
        width: 100%;
        padding: 40px 20px 20px;
    }
    #popup-newsletter .modal-inner .modal-thumb {
        display: none;
    }
}
/*===============================================================
9.0 SHORTCODE
===============================================================*/
/*===============================================================
9.1 FURGAN BANNER
===============================================================*/
.furgan-banner {
    line-height: 26px;
}
.furgan-banner .banner-inner {
    position: relative;
}
.furgan-banner .banner-info {
    position: absolute;
}
.furgan-banner .banner-thumb {
    overflow: hidden;
    margin-bottom: 0;
}
.furgan-banner .banner-thumb img {
    min-height: 200px;
    object-fit: cover;
    width: 100%;
    background-color: #f8f8f8;
    -webkit-transition: transform 0.8s ease 0s;
    -moz-transition: transform 0.8s ease 0s;
    -o-transition: transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s;
}
.furgan-banner .title {
    margin-top: 0;
}
.furgan-banner .desc p:last-child {
    margin-bottom: 0;
}
/*.furgan-banner.style-01*/
.furgan-banner.style-01.left-center .banner-info {
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.furgan-banner.style-01.right-top .banner-info {
    right: 30px;
    top: 30px;
}
.furgan-banner.style-01.left-top .banner-info {
    left: 30px;
    top: 30px;
}
.furgan-banner.style-01.left-bottom .banner-info {
    left: 30px;
    bottom: 30px;
}
.furgan-banner.style-01 .title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}
/*.furgan-banner.style-02*/
.furgan-banner.style-02 .banner-thumb img {
    min-height: 250px;
}
.furgan-banner.style-02 .banner-info {
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.furgan-banner.style-02 .banner-label {
    font-size: 16px;
    letter-spacing: 0.5em;
    font-weight: 700;
    display: inline-block;
    color: #9ab968;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 10px;
}
.furgan-banner.style-02 .title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    max-width: 500px;
    margin-left: -3px;
    letter-spacing: -1px;
}
.furgan-banner.style-02 .desc {
    font-size: 16px;
    margin-bottom: 23px;
    max-width: 500px;
}
.furgan-banner.style-02 .button {
    display: inline-block;
    min-width: 146px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid #000;
}
/*.furgan-banner.style-03*/
.furgan-banner.style-03 .banner-info {
    top: 45px;
    left: 30px;
}
.furgan-banner.style-03 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    font-style: italic;
    padding: 2px 0 2px 20px;
    margin-bottom: 15px;
    margin-left: -30px;
    display: inline-block;
    border-bottom: 1px solid #9ab968;
}
.furgan-banner.style-03 .title a {
    color: #9ab968;
}
.furgan-banner.style-03 .subtitle {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
/*.furgan-banner.style-04*/
.furgan-banner.style-04 .banner-info {
    top: 45px;
    left: 30px;
}
.furgan-banner.style-04 .title-wrap {
    position: relative;
}
.furgan-banner.style-04 .title {
    font-size: 12px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #888;
    position: relative;
    padding-bottom: 8px;
}
.furgan-banner.style-04 .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 2px solid #9ab968;
}
.furgan-banner.style-04 .subtitle {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 500;
    max-width: 195px;
    color: #000;
    margin-bottom: 25px;
    letter-spacing: -1px;
}
.furgan-banner.style-04 .button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    height: 40px;
    min-width: 132px;
    line-height: 38px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #000;
}
.furgan-banner.style-04 .button:hover {
    background-color: #000;
    color: #fff;
}
/*.furgan-banner.style-05*/
.furgan-banner.style-05 .banner-info {
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}
.furgan-banner.style-05 .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 7px;
    text-transform: uppercase;
    position: relative;
}
.furgan-banner.style-05 .title::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -2px;
    border-bottom: 1px solid #000;
    width: 55px;
}
.furgan-banner.style-05 .subtitle {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #9ab968;
    padding: 0 30px 0 5px;
    margin-right: -30px;
}
.furgan-banner.style-05 .desc {
    font-size: 16px;
    margin-bottom: 15px;
}
.furgan-banner.style-06 .button,
.furgan-banner.style-05 .button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    height: 40px;
    min-width: 132px;
    line-height: 38px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #000;
}
.furgan-banner.style-05 .button,
.furgan-banner.style-06 .button:hover {
    background-color: #000;
    color: #fff;
}
.furgan-banner.style-05 .button:hover {
    background-color: #9ab968;
    border-color: #9ab968;
}
/*.furgan-banner.style-06 */
.furgan-banner.style-06 .banner-info {
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.furgan-banner.style-06 .title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9ab968;
    margin-bottom: 0;
}
.furgan-banner.style-06 .subtitle {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    margin-bottom: 9px;
}
.furgan-banner.style-06 .desc {
    display: table;
    vertical-align: middle;
    padding: 0 5px 0 30px;
    font-size: 16px;
    margin-left: -30px;
    margin-bottom: 10px;
}
/*.furgan-banner.style-07*/
.furgan-banner.style-07 .banner-info {
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}
.furgan-banner.style-07 .banner-content {
    text-align: center;
}
.furgan-banner.style-07 .banner-label {
    font-size: 16px;
    letter-spacing: 0.4em;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 5px;
}
.furgan-banner.style-07 .title {
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    color: #9ab968;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 0.1em;
}
.furgan-banner.style-07 .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid;
    width: 120px;
}
.furgan-banner.style-07 .subtitle {
    font-size: 32px;
    line-height: 1;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}
.furgan-banner.style-07 .desc {
    font-size: 16px;
    line-height: 30px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.furgan-banner.style-07 .button {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #000;
    text-transform: uppercase;
}
/*furgan-banner.style-08*/
.furgan-banner.style-08 .banner-info {
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}
.furgan-banner.style-08 .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}
.furgan-banner.style-08 .subtitle {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #9ab968;
    margin-bottom: 20px;
}
.furgan-banner.style-08 .button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    height: 40px;
    min-width: 132px;
    line-height: 38px;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #000;
}
.furgan-banner.style-08 .button:hover {
    background-color: #000;
    color: #fff;
}
/*.furgan-banner.style-09*/
.furgan-banner.style-09 .banner-thumb img {
    min-height: 250px;
}
.furgan-banner.style-09 .banner-info {
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.furgan-banner.style-09 .banner-label {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    color: #000;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.furgan-banner.style-09 .title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #9ab968;
    margin-left: -3px;
}
.furgan-banner.style-09 .desc {
    margin-bottom: 40px;
    font-size: 22px;
}
.furgan-banner.style-09 .button {
    display: inline-block;
    min-width: 162px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    padding: 0 15px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}
.furgan-banner.style-09 .button:hover {
    background-color: #000;
    color: #fff;
}
/*.furgan-banner.style-10*/
.furgan-banner.style-10 .banner-info {
    top: 60px;
    left: 20px;
}
.furgan-banner.style-10 .title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #9ab968;
}
.furgan-banner.style-10 .subtitle {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 15px;
    background-color: #000;
    padding: 0 15px 0 20px;
    margin-left: -20px;
}
.furgan-banner.style-10 .button {
    font-size: 16px;
    font-weight: 600;
    color: #9ab968;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.furgan-banner.style-10 .button::before {
    content: '';
    border-bottom: 1px solid;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
}
.furgan-banner.style-10 .button::after {
    content: '\f101';
    font-family: 'FontAwesome', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-left: 3px;
}
.furgan-banner.style-10 .button:hover::before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
/*.furgan-banner.style-11*/
.furgan-banner.style-11 .banner-info {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    color: #fff;
}
.furgan-banner.style-11 .title-wrap {
    position: relative;
}
.furgan-banner.style-11 .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.furgan-banner.style-11 .subtitle {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.furgan-banner.style-11 .desc {
    margin-bottom: 20px;
}
.furgan-banner.style-11 .button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02em;
    height: 40px;
    min-width: 132px;
    line-height: 38px;
    text-align: center;
    padding: 0 10px;
    color: #fff;
    background-color: #9ab968;
}
.furgan-banner.style-11 .button:hover {
    background-color: #fff;
    color: #9ab968;
}
/*effect banner*/
.furgan-banner.style-07 .button,
.furgan-banner.style-02 .button {
    position: relative;
    overflow: hidden;
}
.furgan-banner.style-01 .banner-info {
    overflow: hidden;
}
.furgan-banner.style-07 .button span,
.furgan-banner.style-02 .button span {
    position: relative;
}
.furgan-banner.style-07 .button:hover,
.furgan-banner.style-02 .button:hover {
    background-color: #000;
    color: #fff;
}
@media (max-width: 1366px) {
    .furgan-banner.style-08 .banner-info {
        right: 30px;
    }
    .furgan-banner.style-08 .title {
        font-size: 26px;
        margin-bottom: 6px;
    }
    .furgan-banner.style-08 .subtitle {
        font-size: 18px;
        margin-bottom: 15px;
    }
}
@media (max-width: 1199px) {
    .furgan-banner.style-01 .title {
        font-size: 24px;
    }
    .furgan-banner.style-02 .banner-label {
        font-size: 14px;
        letter-spacing: 0.4em;
    }
    .furgan-banner.style-02 .title {
        font-size: 42px;
        max-width: 400px;
        margin-left: -2px;
    }
    .furgan-banner.style-02 .desc {
        font-size: 14px;
    }
    .furgan-banner.style-02 .button {
        min-width: 140px;
        height: 42px;
        line-height: 40px;
        font-size: 13px;
    }
    .furgan-banner.style-03 .subtitle {
        font-size: 24px;
    }
    .furgan-banner.style-04 .subtitle {
        font-size: 28px;
    }
    .furgan-banner.style-05 .title {
        font-size: 24px;
    }
    .furgan-banner.style-06 .subtitle {
        font-size: 24px;
    }
    .furgan-banner.style-06 .title {
        font-size: 28px;
    }
    .furgan-banner.style-07 .title {
        font-size: 36px;
        margin-bottom: 15px;
        padding-bottom: 7px;
    }
    .furgan-banner.style-07 .subtitle {
        font-size: 28px;
    }
    .furgan-banner.style-07 .banner-label {
        letter-spacing: 0.2em;
        font-size: 14px;
    }
    .furgan-banner.style-07 .desc {
        font-size: 14px;
        line-height: 24px;
    }
    .furgan-banner.style-08 .banner-info {
        right: 20px;
    }
    .furgan-banner.style-08 .title {
        font-size: 22px;
        font-weight: 600;
    }
    .furgan-banner.style-08 .subtitle {
        font-size: 16px;
        font-weight: 600;
    }
    .furgan-banner.style-08 .button {
        min-width: 140px;
        height: 42px;
        line-height: 40px;
        padding: 0 10px;
        text-align: center;
    }
    .furgan-banner.style-09 .banner-label {
        font-size: 16px;
    }
    .furgan-banner.style-09 .title {
        font-size: 42px;
        margin-left: -2px;
    }
    .furgan-banner.style-09 .button {
        min-width: 140px;
        height: 42px;
        line-height: 40px;
        font-size: 13px;
        padding: 0 20px;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .furgan-banner.style-02 .banner-label {
        font-size: 13px;
        letter-spacing: 0.3em;
    }
    .furgan-banner.style-02 .title {
        font-size: 32px;
        max-width: 300px;
    }
    .furgan-banner.style-03 .banner-info {
        left: 15px;
    }
    .furgan-banner.style-03 .title {
        font-size: 13px;
        margin-left: -15px;
    }
    .furgan-banner.style-03 .subtitle {
        font-size: 22px;
    }
    .furgan-banner.style-04 .banner-info {
        left: 15px;
        top: 20px;
    }
    .furgan-banner.style-04 .subtitle {
        font-size: 24px;
        max-width: 150px;
        margin-bottom: 15px;
    }
    .furgan-banner.style-07 .desc {
        display: none
    }
    .furgan-banner.style-07 .button {
        min-width: 140px;
        height: 42px;
        line-height: 40px;
        font-size: 13px;
    }
    .furgan-banner.style-07 .title {
        font-size: 30px;
    }
    .furgan-banner.style-07 .subtitle {
        font-size: 24px;
    }
    .furgan-banner.style-09 .title {
        font-size: 36px;
        margin-left: 0;
    }
    .furgan-banner.style-09 .desc {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .furgan-banner.style-09 .banner-label {
        font-size: 14px;
    }
    .furgan-banner.style-11 .subtitle {
        font-size: 22px;
    }
    .furgan-banner.style-11 .title {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .furgan-banner.style-11 .desc {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .furgan-banner.style-01 .title {
        font-size: 20px;
    }
    .furgan-banner.style-01.left-center .banner-info {
        left: 15px;
    }
    .furgan-banner.style-01.right-top .banner-info {
        right: 15px;
        top: 15px;
    }
    .furgan-banner.style-01.left-bottom .banner-info {
        left: 15px;
        bottom: 15px;
    }
    .furgan-banner.style-01.left-top .banner-info {
        left: 15px;
        top: 15px;
    }
    .furgan-banner.style-02 .banner-label {
        font-size: 11px;
        line-height: 22px;
        letter-spacing: 0.2em;
        margin-bottom: 5px;
    }
    .furgan-banner.style-02 .title {
        font-size: 22px;
        font-weight: 500;
        max-width: 200px;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .furgan-banner.style-02 .desc {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0;
        margin-bottom: 10px;
        max-width: 200px;
    }
    .furgan-banner.style-02 .button {
        min-width: 105px;
        height: 34px;
        line-height: 32px;
        font-size: 11px;
        letter-spacing: 0.01em;
    }
    .furgan-banner.style-04 .title {
        font-size: 11px;
    }
    .furgan-banner.style-04 .subtitle {
        font-size: 22px;
    }
    .furgan-banner.style-04 .button {
        min-width: 105px;
        height: 34px;
        line-height: 32px;
        font-size: 11px;
        letter-spacing: 0.01em;
    }
    .furgan-banner.style-05 .banner-info {
        right: 15px;
    }
    .furgan-banner.style-05 .desc {
        font-size: 14px;
    }
    .furgan-banner.style-05 .title {
        font-size: 22px;
    }
    .furgan-banner.style-05 .button {
        min-width: 105px;
        height: 34px;
        line-height: 32px;
        font-size: 11px;
        letter-spacing: 0.01em;
    }
    .furgan-banner.style-06 .banner-info {
        left: 15px;
    }
    .furgan-banner.style-06 .title {
        font-size: 22px;
    }
    .furgan-banner.style-06 .subtitle {
        font-size: 18px;
    }
    .furgan-banner.style-06 .button {
        min-width: 105px;
        height: 34px;
        line-height: 32px;
        font-size: 11px;
        letter-spacing: 0.01em;
    }
    .furgan-banner.style-07 .title {
        font-size: 20px;
    }
    .furgan-banner.style-07 .banner-label {
        font-size: 11px;
        letter-spacing: 0.1em;
        line-height: 15px;
    }
    .furgan-banner.style-07 .subtitle {
        font-size: 16px;
    }
    .furgan-banner.style-07 .button {
        min-width: 105px;
        height: 34px;
        line-height: 32px;
        font-size: 11px;
        letter-spacing: 0.01em;
    }
    .furgan-banner.style-08 .button {
        min-width: 105px;
        height: 34px;
        line-height: 32px;
        font-size: 11px;
    }
    .furgan-banner.style-09 .title {
        font-size: 22px;
        margin-bottom: 7px;
    }
    .furgan-banner.style-09 .desc {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .furgan-banner.style-09 .banner-label {
        font-size: 12px;
        margin-bottom: 0;
    }
    .furgan-banner.style-09 .button {
        min-width: 105px;
        height: 34px;
        line-height: 32px;
        font-size: 11px;
    }
    .furgan-banner.style-10 .title {
        font-size: 24px;
    }
    .furgan-banner.style-10 .subtitle {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .furgan-banner.style-11 .banner-info {
        left: 15px;
    }
    .furgan-banner.style-11 .subtitle {
        font-size: 20px;
    }
    .furgan-banner.style-11 .button {
        min-width: 105px;
        height: 34px;
        line-height: 32px;
        font-size: 11px;
        letter-spacing: 0.01em;
    }
}
/*===============================================================
9.2 FURGAN BLOG
===============================================================*/
.furgan-blog.style-02 .post-item .post-inner {
    overflow: hidden;
}
.furgan-blog.style-02 .post-item .post-thumb {
    border-radius: 0;
    margin-bottom: 25px;
}
.furgan-blog.style-02 .post-item .post-thumb img {
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}
.furgan-blog.style-02 .post-item .post-thumb:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.furgan-blog.style-02 .post-item .title-date {
    overflow: hidden;
    margin-bottom: 15px;
}
.furgan-blog.style-02 .post-item .datebox {
    float: left;
    position: static;
    border: 1px solid #f3f3f3;
    box-shadow: none;
    border-radius: 0;
}
.furgan-blog.style-02 .post-item .post-title {
    overflow: hidden;
    padding-left: 20px;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 7px;
}
.furgan-blog.style-02 .post-item .post-comment-icon {
    float: none;
}
.furgan-blog.style-02 .post-item .post-meta {
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .furgan-blog.style-02 .post-item .post-thumb img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .furgan-blog.style-02 .post-item .post-title {
        font-size: 18px;
    }
}
/*===============================================================
9.3 FURGAN CATEGORY
===============================================================*/

/*===============================================================
9.4 FURGAN HEADING
==============================================================*/
.furgan-title .icon {
    display: block;
    font-size: 60px;
    color: #9ab968;
    font-weight: normal;
    margin-bottom: 20px;
}
/*.furgan-title.style-01*/
.furgan-title.style-01 {
    margin-bottom: 50px;
    text-align: center;
}
.furgan-title.style-01 .title {
    margin: 0 auto;
    font-size: 34px;
    font-weight: 600;
    position: relative;
    display: table;
    padding-left: 48px;
    padding-right: 48px;
}
.furgan-title.style-01 .title::before,
.furgan-title.style-01 .title::after {
    content: '';
    height: 2px;
    position: absolute;
    background-color: #9ab968;
    top: 40%;
    width: 40px;
}
.furgan-title.style-01 .title::before {
    left: 0;
}
.furgan-title.style-01 .title::after {
    right: 0;
}
.furgan-title.style-01 .desc {
    width: 490px;
    margin: 10px auto 0;
    max-width: 90%;
    font-size: 18px;
}
/*furgan-title.style-02*/
.furgan-title.style-02 {
    margin-bottom: 30px;
}
.furgan-title.style-02 .title {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}
.furgan-title.style-02 .title::before {
    content: '';
    height: 2px;
    position: absolute;
    background-color: #9ab968;
    bottom: 0;
    width: 40px;
    left: 0;
}
@media (max-width: 1199px) {
    .furgan-title.style-01,
    .furgan-title.style-02 {
        margin-bottom: 35px;
    }
    .furgan-title.style-01 .title,
    .furgan-title.style-02 .title {
        font-size: 30px;
    }
}
@media (max-width: 991px) {
    .furgan-title.style-01 .title,
    .furgan-title.style-02 .title {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .furgan-title.style-01 .title,
    .furgan-title.style-02 .title {
        font-size: 22px;
    }
    .furgan-title.style-01 .title {
        padding-left: 30px;
        padding-right: 30px;
    }
    .furgan-title.style-01 .title::before,
    .furgan-title.style-01 .title::after {
        width: 25px;
    }
    .furgan-title.style-01 .desc {
        font-size: 15px;
    }
}
/*===============================================================
9.6 FURGAN ICONBOX
===============================================================*/
.furgan-iconbox {
    line-height: 26px;
}
.furgan-iconbox .title {
    margin-top: 0;
}
/*.furgan-iconbox.style-01*/
.furgan-iconbox.style-01 .iconbox-inner {
    display: table;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 32px 20px 30px 20px;
    border-radius: 8px;
}
.furgan-iconbox.style-01 .iconbox-inner:hover {
    border-color: #9ab968;
}
.furgan-iconbox.style-01 .icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    width: 80px;
    color: #000;
    position: relative;
}
.furgan-iconbox.style-01 .icon span:last-child {
    font-size: 70px;
    opacity: 0.05;
    position: absolute;
    left: 8px;
    top: 3px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.furgan-iconbox.style-01 .iconbox-inner:hover .icon span:last-child {
    left: 15px;
}
.furgan-iconbox.style-01 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #000;
}
/*.furgan-iconbox.style-02*/
.furgan-iconbox.style-02 .iconbox-inner {
    text-align: center;
}
.furgan-iconbox.style-02 .icon {
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 10px;
    color: #fff;
}
.furgan-iconbox.style-02 .iconbox-inner .icon span {
    display: inline-block;
}
.furgan-iconbox.style-02 .iconbox-inner:hover .icon span {
    -webkit-animation: bounceIn 0.3s ease;
    -o-animation: bounceIn 0.3s ease;
    animation: bounceIn 0.3s ease;
}
.furgan-iconbox.style-02 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #fff;
}
.furgan-iconbox.style-02 .desc {
    color: #fff;
}
/*.furgan-iconbox.style-03*/
.furgan-iconbox.style-03 .iconbox-inner {
    display: table;
    width: 100%;
    border: 2px solid #ebebeb;
    padding: 32px 20px 30px 20px;
    border-radius: 0;
}
.furgan-iconbox.style-03 .iconbox-inner:hover {
    border-color: #9ab968;
}
.furgan-iconbox.style-03 .icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    width: 80px;
    color: #9ab968;
    position: relative;
}
.furgan-iconbox.style-03 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}
/*.furgan-iconbox.style-04*/
.furgan-iconbox.style-04 .iconbox-inner {
    display: table;
    width: 100%;
    border: 2px solid #f8f8f8;
    background: #f8f8f8;
    padding: 32px 20px 30px 20px;
    border-radius: 0;
}
.furgan-iconbox.style-04 .icon {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    width: 80px;
    color: #9ab968;
    position: relative;
}
.furgan-iconbox.style-04 .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}
@media (max-width: 767px) {
    .furgan-iconbox.style-04 .iconbox-inner,
    .furgan-iconbox.style-03 .iconbox-inner,
    .furgan-iconbox.style-01 .iconbox-inner {
        padding: 25px 15px;
    }
    .furgan-iconbox.style-01 .title,
    .furgan-iconbox.style-02 .title,
    .furgan-iconbox.style-03 .title,
    .furgan-iconbox.style-04 .title {
        font-size: 13px;
    }
}
/*===============================================================
9.7 FURGAN INSTAGRAM
===============================================================*/
.furgan-instagram {
    line-height: 26px;
}
.furgan-instagram .item {
    position: relative;
    text-align: center;
    display: block;
}
.furgan-instagram .item::before {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.furgan-instagram .item:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.furgan-instagram .instagram-info {
    color: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%) scale(0.4);
    -moz-transform: translateY(-50%) scale(0.4);
    -ms-transform: translateY(-50%) scale(0.4);
    -o-transform: translateY(-50%) scale(0.4);
    transform: translateY(-50%) scale(0.4);
    -webkit-transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
}
.furgan-instagram .item:hover .instagram-info {
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.furgan-instagram .social-wrap {
    display: block;
}
.furgan-instagram .social-info {
    display: inline-block;
}
.furgan-instagram .social-info i {
    font-size: 36px;
    vertical-align: top;
}
.furgan-instagram.style-02 .social-info i {
    font-size: 24px;
}
.furgan-instagram.style-02 .furgan-title.style-01 {
    margin-bottom: 25px;
}
.furgan-instagram.style-02 .furgan-title.style-01 .title {
    margin: 0;
    font-weight: 700;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 0 13px;
}
.furgan-instagram.style-02 .furgan-title.style-01 .title::before {
    content: '';
    position: absolute;
    border-left: 2px solid #9ab968;
    top: -2px;
    height: 100%;
    left: 0;
    width: 0;
}
.furgan-instagram.style-02 .furgan-title.style-01 .title::after {
    display: none;
}
/*===============================================================
9.8 FURGAN CUSTOMMENU
===============================================================*/
.furgan-custommenu .widgettitle {
    margin-top: 0;
}
.furgan-custommenu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.furgan-custommenu .menu .menu-item .icon {
    font-size: 16px;
    width: 26px;
    height: 26px;
    display: inline-block;
    background-color: #9ab968;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 24px;
    vertical-align: middle;
}
/*.furgan-custommenu.style-01*/
.furgan-custommenu.style-01 .widgettitle {
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    padding-left: 13px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.furgan-custommenu.style-01 .widgettitle::before {
    content: '';
    position: absolute;
    border-left: 2px solid #9ab968;
    top: -2px;
    height: 100%;
    left: 0;
}
.furgan-custommenu.style-01 .menu .menu-item {
    line-height: 38px;
}
.furgan-custommenu.style-01 .menu .menu-item a:not(:hover) {
    color: inherit;
}
/*.furgan-custommenu.style-02*/
.furgan-custommenu.style-02 .menu {
    margin: 0 -15px;
}
.furgan-custommenu.style-02 .menu .menu-item {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    padding: 4px 15px;
    position: relative;
}
.furgan-custommenu.style-02 .menu .menu-item:not(:last-child)::before {
    content: '';
    border-left: 1px solid #fff;
    position: absolute;
    right: -1px;
    top: 6px;
    bottom: 8px;
}
.furgan-custommenu.style-02 .menu .menu-item a:not(:hover) {
    color: inherit;
}
/*.furgan-custommenu.style-03*/
.furgan-custommenu.style-03 .menu {
    margin: 0 -15px;
}
.furgan-custommenu.style-03 .menu .menu-item {
    display: inline-block;
    padding: 4px 15px;
    position: relative;
}
.furgan-custommenu.style-03 .menu .menu-item a:not(:hover) {
    color: inherit;
}
/*.furgan-custommenu.style-04*/
.furgan-custommenu.style-04 .widgettitle {
    margin-bottom: 17px;
    font-size: 20px;
}
.furgan-custommenu.style-04 .menu .menu-item {
    line-height: 32px;
}
.furgan-custommenu.style-04 .menu .menu-item a:not(:hover) {
    color: inherit;
}
/*.furgan-custommenu.style-05*/
.furgan-custommenu.style-05 .widgettitle {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.furgan-custommenu.style-05 .widgettitle::before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #9ab968;
    bottom: 0;
    width: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.furgan-custommenu.style-05 .menu .menu-item {
    line-height: 32px;
}
.furgan-custommenu.style-05 .menu .menu-item a:not(:hover) {
    color: inherit;
}
/*.furgan-custommenu.style-06*/
.furgan-custommenu.style-06 .widgettitle {
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}
.furgan-custommenu.style-06 .widgettitle::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 2px solid #fff;
}
.furgan-custommenu.style-06 .menu .menu-item {
    line-height: 32px;
}
.furgan-custommenu.style-06 .menu .menu-item a:not(:hover) {
    color: inherit;
}
@media (max-width: 767px) {
    .furgan-custommenu.style-02 .menu {
        margin: 0 -10px;
    }
    .furgan-custommenu.style-02 .menu .menu-item {
        padding: 4px 10px;
    }
}
/*===============================================================
9.9 FURGAN MAP + CONTACT FORM 7
===============================================================*/
.wpcf7-form {
    line-height: 26px;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-text,
.wpcf7-form textarea {
    width: 100%;
}
.wpcf7-form .wpcf7-text {
    padding: 0 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.wpcf7-form textarea {
    height: 194px;
    margin-top: 5px;
    padding: 15px;
    margin-bottom: 5px;
}
.wpcf7-form .wpcf7-submit {
    margin-top: 5px;
    background-color: #9ab968;
}
.wpcf7-form .wpcf7-submit:hover {
    background-color: #000000;
}
.wpcf7-form .wpcf7-spinner {
    top: 6px;
}
/*===============================================================
9.10 FURGAN TEAM
===============================================================*/
/*.furgan-team*/
.furgan-team {
    line-height: 26px;
}
.furgan-team .thumb-avatar {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.furgan-team .thumb-avatar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
}
.furgan-team .team-inner:hover .thumb-avatar::before {
    opacity: 0.3;
    visibility: visible;
}
.furgan-team .social-list {
    position: absolute;
    top: 15px;
    left: 15px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin-left: -100px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.furgan-team .team-inner:hover .social-list {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
.furgan-team .social-list a {
    display: block;
    line-height: 48px;
    height: 48px;
    width: 48px;
    margin: 7px;
    font-size: 20px;
    background-color: #fff;
}
.furgan-team .social-list a:hover {
    background-color: #9ab968;
    color: #fff;
}
.furgan-team .name {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-top: 30px;
    margin-bottom: 5px;
}
.furgan-team .position {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
@media (max-width: 767px) {
    .furgan-team .name {
        font-size: 18px;
        margin-top: 20px;
    }
    .furgan-team .position {
        font-size: 11px;
    }
}
/*===============================================================
9.11 FURGAN NEWSLETTER
===============================================================*/
.furgan-newsletter {
    line-height: 26px;
}
.furgan-newsletter .title,
.furgan-newsletter .subtitle {
    margin-top: 0;
}
.furgan-newsletter .newsletter-form-inner {
    position: relative;
}
/*.furgan-newsletter.style-01*/
.furgan-newsletter.style-01 .newsletter-inner {
    text-align: center;
}
.furgan-newsletter.style-01 .title {
    font-size: 32px;
    font-weight: 600;
    max-width: 420px;
    margin: 0 auto 20px;
}
.furgan-newsletter.style-01 .newsletter-form-wrap {
    max-width: 570px;
    margin: 0 auto;
}
.furgan-newsletter.style-01 input[type="email"] {
    width: 100%;
    height: 50px;
    line-height: 48px;
    background-color: #fff;
    padding-right: 125px;
    border-radius: 0;
}
.furgan-newsletter.style-01 input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    min-width: 120px;
    background: #000;
    text-align: center;
    color: #fff;
}
.furgan-newsletter.style-01 input[type="submit"]:hover {
    background-color: #9ab968;
}
/*.furgan-newsletter.style-02*/
.furgan-newsletter.style-02 {
    border: 4px solid #000;
    padding: 45px 30px;
}
.furgan-newsletter.style-02 .newsletter-inner {
    text-align: center;
    display: table;
    width: 100%;
}
.furgan-newsletter.style-02 .title {
    font-size: 28px;
    font-weight: 600;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    border-right: 1px solid #000;
    padding-right: 30px;
}
.furgan-newsletter.style-02 .title span {
    display: block;
    margin: 0 auto;
    max-width: 440px;
}
.furgan-newsletter.style-02 .newsletter-form-wrap {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-left: 30px;
}
.furgan-newsletter.style-02 .newsletter-form-inner {
    max-width: 440px;
    margin: 0 auto;
}
.furgan-newsletter.style-02 input[type="email"] {
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding-right: 100px;
    padding-left: 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #000;
}
.furgan-newsletter.style-02 input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: none;
    text-align: center;
    color: #000;
}
.furgan-newsletter.style-02 input[type="submit"]:hover {
    color: #9ab968;
}
/*.furgan-newsletter.style-03*/
.furgan-newsletter.style-03 .newsletter-inner {
    max-width: 320px;
    margin-left: auto;
}
.furgan-newsletter.style-03 .title {
    margin-bottom: 20px;
    font-size: 20px;
}
.furgan-newsletter.style-03 .desc {
    margin-bottom: 40px;
}
.furgan-newsletter.style-03 input[type="email"] {
    width: 100%;
    height: 50px;
    line-height: 48px;
    background-color: #fff;
    padding-right: 120px;
    border-radius: 0;
}
.furgan-newsletter.style-03 input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    min-width: 110px;
    background: #000;
    text-align: center;
    color: #fff;
}
.furgan-newsletter.style-03 input[type="submit"]:hover {
    background-color: #9ab968;
}
/*.furgan-newsletter.style-04*/
.furgan-newsletter.style-04 .newsletter-inner {
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}
.furgan-newsletter.style-04 .title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.furgan-newsletter.style-04 .title::before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #9ab968;
    bottom: 0;
    width: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.furgan-newsletter.style-04 .desc {
    margin: 0 auto 15px;
    width: 300px
}
.furgan-newsletter.style-04 input[type="email"] {
    width: 100%;
    height: 50px;
    line-height: 48px;
    background-color: #fff;
    border-radius: 0;
    text-align: center;
    margin-bottom: 10px;
}
.furgan-newsletter.style-04 input[type="submit"] {
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #9ab968;
    text-align: center;
    color: #fff;
}
.furgan-newsletter.style-04 input[type="submit"]:hover {
    background-color: #000;
}
/*.furgan-newsletter.style-05*/
.furgan-newsletter.style-05 .newsletter-inner {
    max-width: 420px;
}
.furgan-newsletter.style-05 .title {
    margin-bottom: 25px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}
.furgan-newsletter.style-05 .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 2px solid #fff;
}
.furgan-newsletter.style-05 .subtitle {
    color: #fff;
    font-size: 26px;
}
.furgan-newsletter.style-05 input[type="email"] {
    width: 100%;
    height: 50px;
    line-height: 48px;
    background-color: #fff;
    padding-right: 125px;
    border-radius: 0;
}
.furgan-newsletter.style-05 input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    min-width: 120px;
    background: #9ab968;
    text-align: center;
    color: #fff;
}
@media (max-width: 1199px) {
    .furgan-newsletter.style-01 .title {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .furgan-newsletter.style-02 .title {
        font-size: 24px;
        padding-right: 20px;
    }
    .furgan-newsletter.style-02 .newsletter-form-wrap {
        padding-left: 20px;
    }
    .furgan-newsletter.style-03 .newsletter-inner {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .furgan-newsletter.style-01 .title {
        font-size: 22px;
        max-width: 340px;
    }
    .furgan-newsletter.style-02 {
        border: 2px solid #000;
        padding: 30px 15px;
    }
    .furgan-newsletter.style-02 .title,
    .furgan-newsletter.style-02 .newsletter-form-wrap,
    .furgan-newsletter.style-02 .newsletter-inner {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .furgan-newsletter.style-02 .title {
        border-right: none;
        font-size: 20px;
    }
    .furgan-newsletter.style-02 .title span {
        max-width: 300px;
    }
    .furgan-newsletter.style-03 .newsletter-inner {
        max-width: 100%;
    }
    .furgan-newsletter.style-03 .desc {
        margin-bottom: 20px;
    }
}
/*===============================================================
9.12 FURGAN POPUP VIDEO
===============================================================*/
.furgan-videopopup {
    line-height: 26px;
}
.furgan-videopopup .videopopup-inner {
    overflow: hidden;
}
.furgan-videopopup .videopopup-info {
    float: left;
    width: 52%;
    padding: 40px 0 0 90px;
}
.furgan-videopopup .cate {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #9ab968;
    letter-spacing: 1px;
}
.furgan-videopopup .title {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
    margin-top: 0;
}
.furgan-videopopup .videopopup-thumb {
    float: left;
    width: 48%;
    position: relative;
}
.furgan-videopopup .videopopup-thumb .product-video-button {
    position: absolute;
    top: 50%;
    right: -43px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.furgan-videopopup .videopopup-thumb .product-video-button a {
    display: inline-block;
    width: 86px;
    height: 86px;
    position: relative;
}
.furgan-videopopup .videopopup-thumb .product-video-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(87, 108, 127, 0.15);
    z-index: 1;
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}
.furgan-videopopup .videopopup-thumb .product-video-button a:hover::before {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.furgan-videopopup .videopopup-thumb .product-video-button a::after {
    content: '';
    border-style: solid;
    border-color: transparent transparent transparent #9ab968;
    border-width: 13px 0 13px 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
@media (max-width: 1199px) {
    .furgan-videopopup .title {
        font-size: 26px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .furgan-videopopup .videopopup-info {
        padding: 20px 0 0 60px;
    }
}
@media (max-width: 991px) {
    .furgan-videopopup .title {
        font-size: 22px;
    }
    .furgan-videopopup .videopopup-thumb {
        width: auto;
        display: table;
    }
    .furgan-videopopup .videopopup-info {
        padding: 30px 0 0 0;
        width: 100%;
    }
    .furgan-videopopup .videopopup-thumb .product-video-button {
        right: 50%;
        margin-right: -43px;
    }
}
/*===============================================================
9.13 FURGAN PRODUCTS
===============================================================*/
.products {
    list-style: none;
    line-height: 26px;
}
ul.products {
    padding-left: 0;
}
.furgan-products ul.products::before,
.furgan-products ul.products::after {
    content: '';
    display: table;
}
.furgan-products ul.products::after {
    clear: both;
}
.furgan-products .title {
    margin-top: 0;
}
.furgan-products.style-02 .slick-dots {
    margin-top: 0;
}
.furgan-products.style-02 .slick-dotted .slick-list {
    padding-bottom: 45px;
}
.furgan-products.style-06 .furgan-title.style-01 {
    margin-bottom: 25px;
}
.furgan-products.style-06 .furgan-title.style-01 .title {
    margin: 0;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    padding: 0 0 0 13px;
}
.furgan-products.style-06 .furgan-title.style-01 .title::before {
    content: '';
    position: absolute;
    border-left: 2px solid #9ab968;
    top: -2px;
    height: 100%;
    left: 0;
    width: 0;
}
.furgan-products.style-06 .furgan-title.style-01 .title::after {
    display: none;
}
/*===============================================================
9.14 FURGAN SOCIAL
===============================================================*/
.furgan-socials {
    line-height: 26px;
}
.furgan-socials .title {
    margin-top: 0;
}
.furgan-socials .socials-list {
    padding-left: 0;
    list-style: none;
}
/*.furgan-socials.style-01*/
.furgan-socials.style-01 .socials-list {
    margin-left: -5px;
    margin-right: -5px;
}
.furgan-socials.style-01 .socials-list li {
    display: inline-block;
    padding: 4px 5px;
    vertical-align: top;
}
.furgan-socials.style-01 .socials-list li a {
    display: block;
    height: 46px;
    width: 46px;
    font-size: 17px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.furgan-socials.style-01 .socials-list li a:hover {
    background-color: #9ab968;
}
/*.furgan-socials.style-02*/
.furgan-socials.style-02 .socials-list {
    margin-left: -5px;
    margin-right: -5px;
}
.furgan-socials.style-02 .socials-list li {
    display: inline-block;
    padding: 4px 5px;
    vertical-align: top;
}
.furgan-socials.style-02 .socials-list li a {
    display: block;
    height: 46px;
    width: 46px;
    font-size: 17px;
    line-height: 50px;
    color: #000;
    background-color: #ebebeb;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.furgan-socials.style-02 .socials-list li a:hover {
    color: #fff;
    background-color: #9ab968;
}
/*.furgan-socials.style-03*/
.furgan-socials.style-03 .socials-list {
    margin-left: -5px;
    margin-right: -5px;
}
.furgan-socials.style-03 .socials-list li {
    display: inline-block;
    padding: 4px 5px;
    vertical-align: top;
}
.furgan-socials.style-03 .socials-list li a {
    display: block;
    height: 46px;
    width: 46px;
    font-size: 17px;
    line-height: 46px;
    color: #000;
    border: 2px solid #ebebeb;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.furgan-socials.style-03 .socials-list li a:hover {
    color: #fff;
    background-color: #9ab968;
    border-color: transparent;
}
/*.furgan-socials.style-04*/
.furgan-socials.style-04 .socials-list li {
    display: inline-block;
    padding: 4px 20px;
    vertical-align: top;
}
.furgan-socials.style-04 .socials-list li a {
    display: block;
    font-size: 24px;
    position: relative;
}
/*.furgan-socials.style-05*/
.furgan-socials.style-05 .socials-list {
    margin-left: -5px;
    margin-right: -5px;
}
.furgan-socials.style-05 .socials-list li {
    display: inline-block;
    padding: 4px 5px;
    vertical-align: top;
}
.furgan-socials.style-05 .socials-list li a {
    display: block;
    height: 46px;
    width: 46px;
    font-size: 17px;
    line-height: 50px;
    color: #000;
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.furgan-socials.style-05 .socials-list li a:hover {
    color: #fff;
    background-color: #9ab968;
}
/*===============================================================
9.15 FURGAN TABS
===============================================================*/
.tab-container {
    position: relative;
}
.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}
.tab-container .tab-panel.active {
    opacity: 1;
    visibility: visible;
    position: static;
    height: auto;
    overflow: inherit;
}
.furgan-tabs {
    position: relative;
    line-height: 26px;
    z-index: 1;
}
.furgan-tabs .tab-link {
    padding-left: 0;
    list-style: none;
}
.furgan-tabs .tab-head .title {
    margin-top: 0;
}
/*.furgan-tabs.style-01*/
.furgan-tabs.style-01 .tab-link {
    text-align: center;
    margin-bottom: 25px;
}
.furgan-tabs.style-01 .tab-link li {
    display: inline-block;
    padding: 0 20px;
}
.furgan-tabs.style-01 .tab-link li a {
    color: #868686;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.furgan-tabs.style-01 .tab-head .tab-link li a::before {
    content: '';
    position: absolute;
    border-bottom: 15px solid #9ab968;
    width: 100%;
    bottom: 10px;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0.6;
}
.furgan-tabs.style-01 .tab-link li a:hover,
.furgan-tabs.style-01 .tab-link li.active a {
    color: #000;
}
.furgan-tabs.style-01 .tab-link li a:hover::before,
.furgan-tabs.style-01 .tab-link li.active a::before {
    border-color: #9ab968;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.furgan-tabs.style-01 .tab-link li a span {
    position: relative;
}
@media (max-width: 1199px) {
    .furgan-tabs.style-01 .tab-link li a {
        font-size: 20px;
    }
    .furgan-tabs.style-01 .tab-link {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .furgan-tabs.style-01 .tab-link li {
        padding: 0 9px;
    }
    .furgan-tabs.style-01 .tab-link li a {
        font-size: 16px;
    }
}
/*===============================================================
9.16 FURGAN TESTIMONIAL
===============================================================*/
.furgan-testimonial {
    line-height: 26px;
}
/*.furgan-testimonial.style-01*/
.furgan-testimonial.style-01 .testimonial-inner {
    background: #fff;
    margin-top: 40px;
}
.furgan-testimonial.style-01 .testimonial-inner::before,
.furgan-testimonial.style-01 .testimonial-inner::after {
    content: '';
    display: table;
}
.furgan-testimonial.style-01 .testimonial-inner::after {
    clear: both;
}
.furgan-testimonial.style-01 .testimonial-top {
    float: left;
    width: 180px;
    margin-top: -40px;
    text-align: center;
    padding: 0 30px 15px;
}
.furgan-testimonial.style-01 .thumb-avatar {
    margin: 0 auto;
    width: 80px;
}
.furgan-testimonial.style-01 .thumb-avatar img {
    border-radius: 50%;
    margin: 0 auto;
    border: 2px solid #9ab968;
    background-color: #fff;
}
.furgan-testimonial.style-01 .name {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 3px 0;
    position: relative;
    padding-bottom: 9px;
}
.furgan-testimonial.style-01 .name::before {
    content: '';
    border-bottom: 2px solid #9ab968;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    margin: 0 auto;
}
.furgan-testimonial.style-01 .testimonial-inner .desc {
    font-size: 16px;
    color: #232529;
    padding: 50px 30px 50px 0;
    overflow: hidden;
}
/*.furgan-testimonial.style-02*/
.furgan-testimonial.style-02 .testimonial-inner {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.furgan-testimonial.style-02 .desc {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 15px;
}
.furgan-testimonial.style-02 .desc::before {
    content: '\f10d';
    font-family: 'FontAwesome', sans-serif;
    font-size: 32px;
    color: #9ab968;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-bottom: 3px;
}
.furgan-testimonial.style-02 .testimonial-top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.furgan-testimonial.style-02 .testimonial-info {
    padding-right: 20px;
}
.furgan-testimonial.style-02 .thumb-avatar img {
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #fff;
}
.furgan-testimonial.style-02 .name {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 1px;
}
.furgan-testimonial.style-02 .position {
    font-size: 15px;
    color: #fff;
}
/*.furgan-testimonial.style-03*/
.furgan-testimonial.style-03 .testimonial-inner {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.furgan-testimonial.style-03 .desc {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-bottom: 15px;
}
.furgan-testimonial.style-03 .desc::before {
    content: '\f10d';
    font-family: 'FontAwesome', sans-serif;
    font-size: 32px;
    color: #9ab968;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-bottom: 3px;
}
.furgan-testimonial.style-03 .testimonial-top {
    display: flex;
    align-items: center;
}
.furgan-testimonial.style-03 .testimonial-info {
    padding-left: 20px;
}
.furgan-testimonial.style-03 .thumb-avatar img {
    border-radius: 50%;
    border: 3px solid #9ab968;
    background-color: #fff;
}
.furgan-testimonial.style-03 .name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.furgan-testimonial.style-03 .position {
    font-size: 15px;
}
/*.furgan-testimonial.style-04*/
.furgan-testimonial.style-04 .testimonial-inner {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 0 20px 25px;
    margin-top: 48px;
}
.furgan-testimonial.style-04 .thumb-avatar img {
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: #fff;
    margin: -48px auto 0;
}
.furgan-testimonial.style-04 .name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
}
.furgan-testimonial.style-04 .position {
    font-size: 11px;
    margin-bottom: 10px;
    color: #999;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
@media (max-width: 1199px) {
    .furgan-testimonial.style-01 .testimonial-inner .desc {
        padding: 30px 30px 30px 0;
    }
    .furgan-testimonial.style-03 .desc,
    .furgan-testimonial.style-02 .desc {
        font-size: 20px;
        line-height: 30px;
    }
    .furgan-testimonial.style-01 .testimonial-inner {
        margin-top: 35px;
    }
    .furgan-testimonial.style-01 .testimonial-top {
        margin-top: -35px;
    }
    .furgan-testimonial.style-01 .thumb-avatar {
        width: 70px;
    }
}
@media (max-width: 991px) {
    .furgan-testimonial.style-02 .testimonial-top {
        flex-direction: row;
    }
    .furgan-testimonial.style-02 .testimonial-info {
        padding-right: 0;
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .furgan-testimonial.style-01 .name {
        font-size: 12px;
    }
    .furgan-testimonial.style-02 .desc,
    .furgan-testimonial.style-03 .desc {
        font-size: 18px;
        line-height: 26px;
    }
    .furgan-testimonial.style-02 .desc {
        max-width: 500px;
    }
    .furgan-testimonial.style-03 .desc {
        max-width: 380px;
    }
    .furgan-testimonial.style-01 .thumb-avatar,
    .furgan-testimonial.style-02 .thumb-avatar,
    .furgan-testimonial.style-03 .thumb-avatar {
        max-width: 70px;
    }
    .furgan-testimonial.style-03 .desc::before,
    .furgan-testimonial.style-02 .desc::before {
        width: 60px;
        height: 60px;
        font-size: 30px;
        line-height: 60px;
    }
    .furgan-testimonial.style-01 .testimonial-top {
        width: 100%;
    }
    .furgan-testimonial.style-01 .testimonial-inner .desc {
        padding: 0 15px 30px 15px;
        text-align: center;
    }
}
/* ==========================================================================
9.17 FURGAN VERTICALMENU
========================================================================== */
/*SHORTCODE*/
.furgan-verticalmenu {
    line-height: 26px;
}
.furgan-verticalmenu.block-nav-category {
    position: relative;
    z-index: 8;
}
.furgan-verticalmenu.block-nav-category .block-title {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 15px 15px 15px 25px;
    text-transform: uppercase;
    background-color: #9ab968;
}
.furgan-verticalmenu.block-nav-category .block-content {
    background-color: #fff;
    text-align: left;
    border: 2px solid #9ab968;
    border-top: none;
}
.furgan-verticalmenu.block-nav-category.absolute-menu:not(.has-open) .block-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.furgan-verticalmenu.block-nav-category.absolute-menu .block-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: opacity 0.25s, transform 0.25s ease 0s;
    -moz-transition: opacity 0.25s, transform 0.25s ease 0s;
    -o-transition: opacity 0.25s, transform 0.25s ease 0s;
    transition: opacity 0.25s, transform 0.25s ease 0s;
}
.furgan-verticalmenu.block-nav-category ul {
    padding-left: 0;
    list-style: none;
}
.furgan-verticalmenu.block-nav-category .menu-item > a {
    font-size: 16px;
    display: block;
    padding: 13px 0 14px;
    margin: 0 25px;
}
.furgan-verticalmenu.block-nav-category .menu-item > a:not(:hover) {
    color: inherit;
}
.furgan-verticalmenu.block-nav-category .vertical-menu > .menu-item:not(:first-child) > a {
    border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
    .furgan-verticalmenu.block-nav-category .block-title {
        font-size: 13px;
    }
}
/*===============================================================
10.0 CUSTOM CLASS
===============================================================*/
/*SLIDER REVOLUTION*/
@media (max-width: 991px) {
    .tparrows {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .right-sidebar > .container > .row,
    .left-sidebar > .container > .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .right-sidebar > .container > .row > .main-content,
    .right-sidebar > .container > .row > .sidebar,
    .left-sidebar > .container > .row > .main-content,
    .left-sidebar > .container > .row > .sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
}
