/*-----------------------------------------------------------------------------------

    Template Name: Marketshop eCommerce HTML Template
    Author: Harnish Design
    Author URI: http://harnishdesign.net

===================================================================================
 Table of Contents
===================================================================================
 
1. General Styles
2.  Layout
3.  Header
     3.1. Language & Currency
     3.2. Top Links
     3.3. Mini Cart
     3.4. Search Bar
4.  Menu
5.  Feature box
6.  Breadcrumb
7.  Category Page
     7.1. Refine Search Category
     7.2. Grid-List Icon
     7.3. Produc Thumb
     7.4. Grid Product
     7.5. List Product
     7.6. Rating Star
     7.7. Pagination 
8.  Product Page
9.  Product Item for Left and Right Panel
10. Category Accordion
11. buttons
12. Tabs
13. Static Banner
14. Faq Page
15. Sitemap Page
16. Footer
     16.1. Footer Links
     16.2. Contact Block
     16.3. Payments Types
     16.4. Social Icon
     16.5. Powered by Text
     16.6. Back To Top
17. Side Blocks
     17.1. Facebook
     17.2. Twitter
     17.3. Custom Side block
     17.4. Video Box
18. Five Grid Columns
19. Shortcodes
20. Extra
-------------------------------------------------------------------------------------*/
/*===================================================================================*/
/*  1. General Styles
/*===================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Cairo');


html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #f8fcfb;
    color: #222;
    font-family: 'Cairo', 'Open Sans', sans-serif;
    line-height: 18px;
}

body {
    font-size: 16px;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-weight: normal;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

img {
    vertical-align: inherit;
}

a, a b {
    color: #3e7cb4;
    text-decoration: none;
    cursor: pointer;
}

a:hover, a b:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: none;
}

/**===== Title =====**/
.title {
    margin: 0px;
    color: #3d471d;
}

/**===== Sub Title =====**/
.subtitle {
    position: relative;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    line-height: normal;
    font-size: 20px;
    color: #000000;
    border-bottom: 2px solid #ddd;
    padding-bottom: 3px;
}

.subtitle .viewall {
    font-size: 12px;
}

/**===== Title for 404 Page =====**/
.title-404 {
    font-size: 300px;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Cairo', Arial, Helvetica, sans-serif;
}

/*===================================================================================*/
/*  2. Layout
/*===================================================================================*/
.wrapper-box {
    max-width: 1220px;
    margin: 0px auto;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.wrapper-wide {
    max-width: 100%;
    background: #f7f7f7;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999999;
}


.main-wrapper {
    max-width: 1170px;
    margin: 0px auto;
    padding: 0 25px;
    clear: both;
}

#container {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

#content {
    min-height: 400px;
}

/*===================================================================================*/
/*  3. Header
/*===================================================================================*/
#header {
    position: relative;
    padding: 0px;
    margin-bottom: 7px;
    border-top: 4px solid #cfae4a;
}

#header .htop {
    background: #3e7cb4;
}

#header .header-row {
    position: relative;
    padding: 0px 0;
}

#header .header-row .inner {
    padding: 0;
}

#header #logo img {
    display: inline-block !important;
}

#header ul, #header ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table-container {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-container .col-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

/**===== 3.1. Language & Currency =====**/
#language, #currency {
    float: left;
    border-right: 1px dotted #5b9ad4;
}

#language span, #currency span {
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#top .dropdown-menu {
    margin: 0;
    border-radius: 0px;
    padding: 0;
    border: none;
    z-index: 1013;
}

#top .dropdown-menu li a, #currency ul li .currency-select, #language ul li .language-select {
    color: #333;
    padding: 7px 10px;
    text-align: left;
    font-size: 12px;
}

#top .dropdown-menu li + li a, #currency ul li + li .currency-select, #language ul li + li .language-select {
    border-top: 1px solid #eee;
}

#my_account:hover > a:after, #language:hover span:after, #currency:hover span:after, #header .links > ul > li.wrap_custom_block:hover > a:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    z-index: 1014;
    border-width: 0px 7px 6px 7px;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
}

#header .links > ul > li.wrap_custom_block:hover > a:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    z-index: 1014;
    border-width: 0px 7px 6px 7px;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
}

#language button .btn-link {
    border: none 0px;
}

#header .links > ul > li.wrap_custom_block > a b {
    clear: both;
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 4px 5px 0px 5px;
    margin: 0 0 1px 0;
}

#language img {
    cursor: pointer;
    margin-right: 5px;
}

#top .dropdown-menu li a:hover, #currency ul li .currency-select:hover, #language ul li .language-select:hover {
    color: #3e7cb4;
    background: none;
    text-decoration: none;
}

/**===== 3.2. Top Links =====**/
#header .links {
    position: relative;
    float: left;
    border-right: 1px dotted #5b9ad4;
}

#header .links > ul > li {
    float: left;
    list-style-type: none;
    border-left: 1px dotted #5b9ad4;
}

#header .links > ul > li.mobile, #header .links > ul > li.email {
    color: #fff;
}

#header .links > ul > li.mobile {
    padding: 0 10px;
}

#header .links > ul > li > a, #header .links > ul > li .wrap_custom_block > a {
    padding: 0px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    display: block
}

#language .btn-link, #currency .btn-link {
    padding: 0px 10px;
    border: none;
}

#language .btn-link:hover, #currency .btn-link:hover {
    text-decoration: none;
}

#header .links > ul > li .fa-phone, #header .links > ul > li .fa-envelope {
    font-size: 120%;
    margin-right: 5px;
}

#header .links > ul > li.wrap_custom_block {
    position: relative;
}

#header .links > ul > li.wrap_custom_block > div {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 1015;
    top: 35px;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

#header .links > ul > li.wrap_custom_block > a b {
    margin-left: 3px;
}

#header .links > ul > li.wrap_custom_block > a:hover {
    text-decoration: none;
}

#header .links > ul > li.wrap_custom_block > div ul li {
    list-style-type: none;
}

#header #top-links {
    color: #fff;
    border-right: none;
}

#header #top-links:first-child {
    padding-top: 70px;
}

#header #top-links > ul > li {
    float: left;
}

.logo {
    padding: 0px 10px;
}

#header #top-links > ul > li:first-child {
    border-right: 2px none #ccc;
}

.social_media_top a {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    vertical-align: top;
    display: inline-block;

}

.social_media_top a img {
    width: 35px;
    opacity: 0.9;
}

.social_media_top a:hover img {
    width: 36px;
    opacity: 1;
}

.social_media_top {
    margin-right: 10px;
}

#header #top-links > ul > li > a {
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    padding: 0px 10px;
}

#header #top .links > ul > li, #header #top-links > ul > li, #language .btn-link span, #currency .btn-link span {
    line-height: 15px;
    margin-top: 6px;
}

#header #top-links > ul > li > a:hover, #header .links > ul > li > a:hover {
    text-decoration: underline;
}

.wrapper-box #header #top-links {
    border-right: none;
}

.wrapper-box .htop .main-wrapper {
    max-width: 1220px;
    padding: 0;
}

/**===== 3.3. Mini Cart =====**/
#header_cart {
    margin-top: 0px;
}

#header #cart {
    position: relative;
    text-align: center;
}

#header #cart .heading .cart-icon {
    width: 20px;
    height: 16px;
    background: #3e7cb4;
    position: relative;
    margin-right: 5px;
    margin-top: 8px;
}

#header #cart .heading .cart-icon:before {
    clear: both;
    content: ' ';
    display: block;
    width: 14px;
    height: 19px;
    top: -8px;
    left: 3px;
    border: 2px solid #3e7cb4;
    border-radius: 50%;
    border-bottom: none;
    position: absolute;
}

#header #cart .heading .cart-icon:after {
    clear: both;
    content: ' ';
    display: block;
    width: 20px;
    height: 2px;
    bottom: -2px;
    left: 0px;
    border: 1px solid #3e7cb4;
    border-top: none;
    position: absolute;
}

#header #cart .heading {
    text-decoration: none;
    font-size: 14px;
    height: 32px;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0;
    background: none;
    border: none;
}

#header #cart .heading span {
    display: inline-block;
    line-height: 32px;
}

#header #cart.open .heading {
    color: #fff;
}

#header #cart.open .heading span:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #3e7cb4 transparent;
    position: absolute;
    border-width: 0px 7px 6px 7px;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
    z-index: 1012;
}

#header #cart .dropdown-menu {
    padding: 8px;
    margin: 0;
    z-index: 1011;
    background: #FFF;
    border: 3px solid #3e7cb4;
    border-width: 3px 0px 0px 0px;
    width: 420px;
    border-radius: 0px;
    right: 0;
    left: auto;
}

#cart .dropdown-menu li > p {
    margin: 30px 0;
}

#header #cart .dropdown-menu .remove {
    border-radius: 100%;
    padding: 0px 4px;
    line-height: normal;
}

#cart .dropdown-menu > li > .table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    border-top: none 0px;
}

/**===== 3.4. Search Bar =====**/
#header #search {
    position: relative;
    display: block;
}

#header .button-search {
    width: 36px;
    height: 36px;
    font-size: 14px;
    z-index: 2;
    position: absolute;
    right: 0;
    cursor: pointer;
    float: right;
    background: none;
    border: none;
    color: #bbb;
    padding: 0;
}

#header #search input {
    background: #FFF;
    padding: 0 36px 0 10px;
    height: 36px;
    font-size: 13px;
    color: #333;
    outline: none;
    display: block;
    border-radius: 0px;
}

#header #search input:focus {
    border-color: #bbb;
    box-shadow: none;
}

#header.style2 #logo {
    text-align: center;
}

#header.style2 #logo a img {
    display: inline-block;
}

#header.style2 #cart {
    text-align: left;
}

#header.style2 #cart .dropdown-menu {
    left: 0;
    right: auto;
}

#header.style3 #cart {
    text-align: right;
}

/*===================================================================================*/
/*  4. Menu
/*===================================================================================*/
#menu .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

#menu.navbar {
    border-radius: 0px;
    min-height: inherit;
    margin-top: 7px;
}

#menu .navbar-nav {
    float: none;
    position: relative;
}

#menu .nav > li s > a.home_link span {
    text-indent: -99999px;
    position: relative;
    background: #656565;
    width: 12px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link span:before {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #656565 transparent;
    position: absolute;
    border-width: 0 10px 9px;
    top: -9px;
    left: -4px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link span:after {
    clear: both;
    content: ' ';
    display: block;
    width: 12px;
    height: 4px;
    border: 1px solid #656565;
    border-width: 0px 4px 0px 4px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link:hover span {
    background: #3e7cb4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link:hover span:before {
    border-bottom-color: #3e7cb4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li > a.home_link:hover span:after {
    border-color: #3e7cb4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu {
    border-bottom: 3px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    border-right: 0;
    border-left: 0;
    margin-bottom: 0px;
}

#menu .nav > li {
    height: 60px;
}

#menu .nav > li > a {
    font-size: 16px;
    color: #555;
    line-height: 60px;
    text-decoration: none;
    padding: 0px 40px;
    z-index: 1009;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li:hover > a {
    color: #424920;
    background: #96a177;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu .nav > li.sub:hover > a:after {
    clear: both;
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #3e7cb4 transparent;
    position: absolute;
    border-width: 0px 7px 6px 7px;
    bottom: 0px;
    left: 50%;
    margin: 0 0 0 -5px;
    z-index: 1009;
}

#menu .nav > li .dropdown-menu {
    border-radius: 0px;
}

#menu .nav > li > .dropdown-menu {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 1010;
    padding: 5px 0 0;
    border-top: 3px solid #3e7cb4;
    border-bottom: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    font-size: 14px;
}

#menu .nav > li:hover > .dropdown-menu.custom_block ul {
    display: table-cell;
}

#menu .nav > li > .dropdown-menu > ul {
    display: table-cell;
}

#menu .nav > li > div > .column a span, #menu .nav > li > div > ul li a span {
    font-size: 18px;
    line-height: 13px;
    position: absolute;
    right: 8px;
}

#menu .nav > li > div > ul {
    position: relative;
    width: 160px;
}

#menu .nav > li > div > ul li a {
    font-size: 12px;
}

#menu .nav > li ul + ul {
    padding-left: 20px;
}

#menu .nav > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    display: block;
    min-width: 160px;
}

#menu .nav > li div > ul > li > a {
    color: #222;
}

#menu .nav > li div > ul > li:hover > a {
    color: #3e7cb4;
}

#menu .nav > li > div > ul {
    position: relative;
}

#menu .nav > li > div > ul li + li {
    border-top: 1px solid #eee;
}

#menu .nav > li div > ul > li > a {
    font-size: 13px;
    padding: 7px 20px 7px 10px;
    display: block;
    color: #444;
    white-space: nowrap;
}

#menu .nav > li > div > ul li:hover > a {
    color: #3e7cb4;
}

#menu .nav > li > .dropdown-menu li {
    position: relative;
}

#menu .nav > li > .dropdown-menu li .dropdown-menu {
    background: #fff;
    position: absolute;
    z-index: 1008;
    padding: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    display: none;
    border-top: 3px solid #3e7cb4;
    left: 100%;
    margin-top: -32px;
}

#menu .nav > li.mega-menu.dropdown, #menu .nav > li.menu_brands.dropdown {
    position: static;
}

#menu .nav > li.mega-menu > div {
    display: none;
    background: #f4f9f3;
    margin-left: 0px !important;
    width: 100%;
    position: absolute;
    padding: 0;
}

#menu .nav > li.mega-menu > div > .column {
    position: relative;
    display: inline-block;
    margin: 0px 0px 15px 0px;
}

#menu .nav > li.mega-menu > div > .column > a {
    font-weight: bold;
    font-size: 13px;
}

#menu .nav > li.mega-menu > div > .column > a, #menu .nav > li.mega-menu > div > .column > div > ul > li > a {
    padding: 4px 0;
    display: block;
}

#menu .nav > li.mega-menu > div > .column:hover > a {
    color: #3e7cb4;
}

#menu .nav > li.mega-menu > div > .column > div {
    display: block;
}

#menu .nav > li.mega-menu > div > .column > div ul li {
    position: relative;
}

#menu .nav > li.mega-menu > div .dropdown-menu ul li + li a {
    border-top: 1px solid #eee;
}

#menu .nav > li.menu_brands.name {
    position: relative;
}

#menu .nav > li.menu_brands.name > div {
    padding: 0px !important;
}

#menu .nav > li.menu_brands > div {
    padding: 15px 0px 0px !important;
    width: 100%;
    margin-left: 0px !important;
}

.sub-cat {
    margin-top: 20px !important;
}

.mega-link {
    padding: 15px 15px;
    font-size: 16px;
    display: inline-block;
}

.mega-menu-header {
    background-color: #96a177;
}

#menu .nav > li.menu_brands > div > div {
    text-align: center;
    margin-bottom: 10px;
}

#menu .nav > li.menu_brands > div > div a {
    display: block;
    line-height: 16px;
}

#menu .nav > li.menu_brands > div > div a img {
    display: inline-block;
}

#menu .nav > li.custom-link-right {
    float: right;
}

#menu .nav > li.wrap_custom_block > div.custom_block {
    padding: 5px;
}

.custom_block p {
    line-height: 18px;
    margin: 0;
}

.custom_block a, #menu .nav > li.wrap_custom_block > div.custom_block a {
    display: inline-block;
}

.custom_block {
    line-height: normal;
}

.custom_block td, .custom_block th {
    padding: 5px;
}

.custom_block h1, .custom_side_block h1 {
    font-size: 28px;
    margin-top: 0px;
}

.custom_block h2, .custom_side_block h2 {
    font-size: 24px;
    margin-top: 0px;
}

.custom_block h3, .custom_side_block h3 {
    font-size: 22px;
    margin-top: 0px;
}

.custom_block h4, .custom_side_block h4 {
    font-size: 20px;
    margin-top: 0px;
}

.custom_block h5, .custom_side_block h5 {
    font-size: 18px;
    margin-top: 0px;
}

.custom_block .btn-sm {
    padding: 5px 10px !important;
}

/*===================================================================================*/
/*  5. Feature box
/*===================================================================================*/
.custom-feature-box .feature-box {
    background: #f2f2f2;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.custom-feature-box .feature-box .title {
    color: #555;
    font-size: 13px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
}

.custom-feature-box .feature-box p {
    color: #888;
    font-size: 12px;
    margin: 0;
    line-height: normal;
}

/*===================================================================================*/
/*  6. Breadcrumb
/*===================================================================================*/
.breadcrumb {
    color: #c2c2c2;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    border-radius: 0px;
}

.breadcrumb a {
    color: #999;
    font-size: 11px;
}

.breadcrumb a:hover {
    color: #2f4a90;
    text-decoration: underline;
}

/*===================================================================================*/
/*  7. Category Page
/*===================================================================================*/

/**======= 7.1. Refine Search Category =======**/
.category-list-thumb, .category-list {
    margin-bottom: 15px;
}

.category-list-thumb > div {
    text-align: center;
    vertical-align: top;
    margin-bottom: 10px;
}

.category-list-thumb > div img {
    max-width: 100% !important;
    border: 1px solid #dddddd;
    padding: 3px;
}

.category-list .div a {
    text-decoration: underline;
    font-weight: bold;
}

/**======= 7.2. Grid-List Icon =======**/
#list-view, #grid-view {
    font-size: 18px;
    padding: 0;
    background: none;
    margin-right: 10px;
    color: #555;
}

#list-view:hover, #grid-view:hover {
    color: #000;
}

#list-view:active, #grid-view:active {
    color: #444;
    outline: none;
    box-shadow: none;
}

#list-view.selected, #grid-view.selected {
    color: #999;
    outline: none;
    cursor: default;
}

/**======= 7.3. Produc Thumb =======**/
.product-filter {
    border: 1px solid #EAEAEA;
    background: #F6F6F6;
    padding: 6px 5px;
    line-height: 25px;
}

.product-filter .form-control {
    padding: 2px 12px;
    height: auto;
}

.product-list.row, .products-category.row {
    margin: 0;
}

/* Carousel */
.owl-carousel {
    margin-bottom: 20px;
}

.owl-carousel .product-thumb .image {
    margin-bottom: 5px;
}

.owl-carousel .product-thumb {
    position: relative;
    text-align: center;
}

@media only screen and (min-width: 1025px) {
    .owl-carousel .product-thumb:hover {
        border-color: #e5be52;
        border-radius: 0px;
        border: none;
    }
}

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* Product Thumb */
.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a img {
    display: inline-block;
    width: 100%
}

.product-thumb h4 {
    margin: 0;
    padding-bottom: 0px;
}

.product-thumb h4 a {
    font-size: 13px;
    line-height: 25px;
    text-decoration: none;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
}

.product-thumb h4 a:hover {
    text-decoration: none;
}

.product-thumb .button-group button {
    border: none;
}

.product-thumb .button-group .btn-primary, .button-group .btn-add {
    padding: 5px 15px;
    margin-bottom: 7px;
    font-size: 12px;
    height: auto;
    text-transform: uppercase;
    width: 90%;
    background-color: #4f582a;
    font-family: 'Cairo', Arial, Helvetica, sans-serif;
    line-height: normal;
}

.product-thumb .button-group .btn-primary:hover {
    background-color: #c1a02f;
}

.product-thumb .button-group .add-to-links button {
    background: none;
    color: #666;
    font-size: 15px;
}

.product-thumb .button-group .add-to-links button:hover {
    color: #3e7cb4;
    cursor: pointer;
}

.product-thumb .rating {
    padding-bottom: 7px;
}

.product-thumb .rating span {
    vertical-align: top;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
    font-weight: normal;
}

.product-thumb .price {
    margin: 10px 0;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    height: 20px;
}

.price-old {
    color: #F00;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
}

.price-new {
    font-weight: bold;
}

.price, .price-new {
    color: #ff7f00;
    font-size: 18px;
    font-weight: bold
}

.old-price {
    text-decoration: line-through;
    color: #000;
    font-weight: bold
}

.saving {
    background: #f12b63;
    border-radius: 100% 100% 100% 100%;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 40px;
}

/**======= 7.4. Grid Product =======**/
.product-grid {
    position: relative;
    text-align: center;
    vertical-align: top;
    background: #fff;
    padding: 7px 7px 7px 7px;
    border: 3px solid transparent;
    margin-bottom: 15px;
}

.product-grid:hover {
    border-color: #eae9e9;
}

.product-grid .product-thumb .image {
    margin-bottom: 5px;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-grid .product-thumb .description, .product-grid .product-thumb .price-tax, .owl-carousel .product-thumb .price-tax {
    display: none;
}

.product-grid .product-thumb .button-group .add-to-links button, .owl-carousel .product-thumb .button-group .add-to-links button {
    padding: 2px 6px;
}

@media only screen and (min-width: 1025px) {

    /* center */
    .nav-center {
        float: right;
        right: 50%;
    }

    .nav-center > li {
        left: 50%;
    }

    .product_div .product-thumb {
        margin-bottom: 0 !important;
    }

    .product_div .product-thumb .button-group, .product_div .product-thumb .button-group .add-to-links {
        margin-bottom: 10px !important;
    }

    .product-grid .product-thumb .button-group .add-to-links,
    .owl-carousel .product-thumb .button-group .add-to-links,
    .product_div .product-thumb .button-group .add-to-links {
        visibility: hidden;
    }
}

.product-grid:hover .product-thumb .button-group .add-to-links,
.owl-carousel .product-thumb:hover .button-group .add-to-links,
.product_div .product-thumb:hover .button-group .add-to-links {
    visibility: visible;
}

.product-grid .product-thumb .button-group .add-to-links button span {
    display: none;
}

/**======= 7.5. List Product =======**/
.product-list {
    position: relative;
    padding: 20px 0px;
    border-top: 2px solid #eae9e9;
}

.product-list:first-child {
    border-top: none;
}

.product-list .image {
    float: left;
    margin-right: 15px;
}

.product-list .product-thumb h4 {
    margin-bottom: 8px;
}

.product-list .product-thumb h4 a {
    font-weight: bold;
    font-size: 15px;
}

.product-list .product-thumb .description {
    margin-bottom: 0px;
}

.product-list .product-thumb .button-group .btn-primary {
    float: left;
    margin-right: 5px;
}

.product-list .product-thumb .button-group .add-to-links {
    float: left;
    padding: 1px 0px;
    display: inline-block;
}

.product-list .product-thumb .button-group .add-to-links button span {
    font-size: 12px;
}

.product-list .saving {
    top: 25px;
    left: 16px;
}


.product-list .product-thumb .product-det {
    display: inline-block !important;
    width: 60% !important;
}

.product-list .product-thumb .button-group, .product-list .product-thumb .main-button {
    width: 60% !important;
}


.product-grid .btn-primary, .product-list .btn-primary {
    text-align: center;
}

.product-grid .product-det {
    display: inline-block;
    width: 100%;
}

/**======= 7.6. Rating Star =======**/
.rating .fa-stack {
    font-size: 6px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 13px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 13px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

/**======= 7.7. Pagination =======**/
.pagination {
    margin: 0px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #3e7cb4;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0px;
}

.pagination > li > a, .pagination > li > span {
    color: #3e7cb4;
}

/*===================================================================================*/
/*  8. Product Page
/*===================================================================================*/
.product-info {
    margin-bottom: 20px;
}

.product-info .image {
    position: relative;
    text-align: center;
}

.product-info .zoomWrapper {
    display: inline-block;
}

.product-info span.zoom-gallery {
    font-size: 11px;
    line-height: 11px;
    font-style: italic;
    color: #666;
    padding: 1px 0;
}

.product-info span.zoom-gallery .fa {
    font-size: 13px;
}

.product-info .image .zoomWrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.product-info .image-additional {
    overflow: hidden;
    margin-left: -7px;
    margin-top: 15px;
}

.product-info .image-additional img {
    max-width: 75px;
    height: auto;
    display: block;
}

#column-left + #content .product-info .image-additional img, #column-right + #content .product-info .image-additional img {
    max-width: 66px;
}

.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 7px;
    border-radius: 0px;
    margin-bottom: 15px;
}

.product-info .image-additional a:hover, .product-info .image-additional a:focus, .product-info .image-additional a:active {
    border-color: #bbb;
}

.product-info .image-additional a.active {
    opacity: 0.5;
    outline: 0;
    cursor: default;
}

.product-info .description {
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.product-info .instock {
    color: #dec355;
    font-size: 16px;
}

.product-info .nostock {
    color: #da4f49;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 2px;
}

.product-info .price-box {
    display: inline-block;
    float: left;
}

.product-info .price {
    list-style: none;
    font-size: 28px;
    font-weight: bold;
    color: #3e7cb4;
}

.product-info .price-old {
    color: #F00;
    font-size: 80%;
    text-decoration: line-through;
    font-weight: normal;
}

.product-info .cart {
    border-bottom: 1px solid #eae9e9;
    padding: 0px 0px 20px;
    margin-bottom: 15px;
    color: #4D4D4D;
    overflow: auto;
}

.product-info .cart div {
    vertical-align: middle;
    float: left;
}

.product-info .cart div.text-or {
    padding: 5px 6px 0;
}

.product-info .cart div > span {
    padding-top: 7px;
    display: block;
    color: #999;
}

.product-info .cart div .wishlist {
    font-size: 11px;
    display: inline-block;
    padding-top: 3px;
    border: none;
    background: none;
    margin-left: 15px;
}

.product-info .cart div .wishlist .fa {
    font-size: 14px;
}

.product-info .cart div .wishlist:hover {
    text-decoration: underline;
}

.product-info .cart #button-cart {
    padding: 11px 15px;
    text-transform: uppercase;
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
    clear: both;
}

.product-info .cart div .qty {
    margin-right: 20px;
    float: left;
}

.addthis_toolbox {
    display: table;
    width: 100%;
}

/* Quantity plus minus */
.qty .control-label {
    margin-right: 10px;
    margin-bottom: 0px;
    float: left;
    padding: 12px 0;
    display: inline-block;
}

.qty a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

.qty #button-cart, .qty #input-quantity {
    float: left;
    font-size: 15px;
    width: 44px;
    padding-left: 2px;
    padding-right: 2px;
    height: 40px;
    text-align: center;
}

/*===================================================================================*/
/*  9. Product Item for Left and Right Panel
/*===================================================================================*/
#column-right .side-item .product-thumb, #column-left .side-item .product-thumb {
    padding: 0px 0px 7px 0px;
    text-align: left;
    border: 0px none;
    margin: 0;
    clear: both;
}

#column-right .side-item .product-thumb + .product-thumb, #column-left .side-item .product-thumb + .product-thumb {
    border-top: 1px dotted #ccc;
    padding-top: 7px;
}

#column-right .side-item .product-thumb .image, #column-left .side-item .product-thumb .image {
    float: left;
    margin-right: 8px;
    margin-bottom: 0px;
    width: 50px;
}

#column-right .side-item .product-thumb .caption, #column-left .side-item .product-thumb .caption {
    float: left;
    max-width: 202px;
}

#column-right .side-item .product-thumb h4, #column-left .side-item .product-thumb h4 {
    margin-bottom: 2px;
}

#column-right .side-item .product-thumb h4 a, #column-left .side-item .product-thumb h4 a {
    font-size: 12px;
    display: block;
}

#column-right .side-item .product-thumb .price, #column-left .side-item .product-thumb .price {
    padding: 0;
    margin: 0px 0 2px 0;
    font-size: 12px;
}

#column-right .side-item .product-thumb .saving, #column-left .side-item .product-thumb .saving {
    position: relative;
    line-height: normal;
    padding: 0 3px;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
    font-size: 11px;
    border-radius: 0px;
    display: inline-block;
}

/*===================================================================================*/
/*  10. Category Accordion
/*===================================================================================*/
.box-category ul, .list-item {
    list-style: none;
    margin-bottom: 20px;
    margin-top: -5px;
    padding: 0;
}

.box-category > ul > li, .list-item > li {
    display: block;
    position: relative;
}

.box-category .down {
    top: 2px;
    right: 0;
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 24px;
    background: transparent url(../image/plus.png) 0px 4px no-repeat;
    opacity: 0.6;
    -moz-opacity: 0.6;
}

.box-category .down:hover {
    opacity: 1;
    -moz-opacity: 1;
}

.box-category ul li a, .list-item li a {
    padding: 5px 0px 5px 12px;
    color: #222;
    display: block;
    background: transparent url(../image/bullet-dark.png) 0px 10px no-repeat;
}

.box-category ul li.double a {
    display: inline-block;
    margin: 0;
}

.box-category ul li {
    position: relative;
}

.box-category ul li ul li + li {
    border-top: 1px dotted #ccc;
}

.box-category > ul > li a.active + .down {
    background-position: 0px -12px;
}

.box-category > ul > li > a {
    color: #333;
    text-transform: uppercase;
}

.box-category > ul > li ul {
    display: none;
    padding-left: 10px;
    margin-bottom: 5px;
}

.box-category > ul > li a.active {
    font-weight: bold;
}

.box-category > ul > li > a.active {
    margin-bottom: 5px;
}

.box-category > ul > li a.active + ul {
    display: block;
}

.box-category a:hover, .list-item a:hover {
    text-decoration: underline;
    color: #3e7cb4;
}

.box-category > ul > li ul li a {
    margin-right: 13px;
    font-size: 13px
}

.box-category > ul > li ul li a:hover, .list-item a:hover {
    margin-right: 13px;
}

.box-category > ul > li ul > li > a {
    text-decoration: none;
}

/*===================================================================================*/
/*  11. buttons
/*===================================================================================*/
.buttons {
    border-top: 1px solid #EEEEEE;
    overflow: auto;
    padding: 15px 6px 0px 6px;
    margin-bottom: 20px;
}

.btn {
    padding: 6.2px 12px;
    border: 0px none;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu {
    font-size: 18px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #444;
    background-color: #e7e7e7;
}

.btn-default:hover {
    background: #444;
    color: #fff;
}

.btn-primary {
    background-color: #3e7cb4;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: #444;
    color: #fff;
}

.btn-warning {
    color: #ffffff;
    background-color: #faa732;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    background-color: #df5c39;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #3e7cb4;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    background-color: #363636;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    color: #ffffff;
}

/*===================================================================================*/
/*  12. Tabs
/*===================================================================================*/
.nav-tabs > li > a.selected {
    color: #111;
    padding-bottom: 5px;
    background: #FFFFFF;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    font-weight: bold;
}

.nav-tabs {
    margin-bottom: 0px;
    border-width: 2px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-width: 2px;
    font-weight: bold;
}

.nav-tabs > li {
    margin-bottom: -2px;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    color: #444;
}

.nav-tabs > li > a {
    border-radius: 0px;
    color: #666;
}

.tab-content {
    padding: 15px 15px 10px;
    margin-bottom: 20px;
    z-index: 2;
    border: 2px solid #ddd;
    border-top: 0px;
}

#tab-description ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.tab-sub {
    position: absolute;
    right: 70px;
    top: -46px;
    border: none;
    padding: 0;
    height: 25px;
    line-height: 25px;
}

.tab-sub a {
    padding: 0px 7px;
    font-size: 12px;
}

.tab-sub a.selected {
    padding: 0px 10px;
    position: relative;
    border-width: 2px;
    line-height: 24px;
}

.tab-sub a.selected:hover {
    text-decoration: none;
    cursor: default;
}

.tab-sub a:hover {
    text-decoration: underline;
}

.category-module-content {
    position: relative;
}

.category-module .tabs {
    position: absolute;
    right: 70px;
    top: -46px;
    height: 25px;
    line-height: 25px;
}

.category-module .tabs li {
    float: left;
    list-style-type: none;
}

.category-module .tabs li a {
    padding: 0px 7px;
    font-size: 12px;
    display: inline-block;
    color: #333;
}

.category-module .tabs li.active a {
    position: relative;
    line-height: 24px;
    color: #111;
    background: #FFFFFF;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    font-weight: bold;
}

.category-module .tabs li.active a:hover {
    text-decoration: none;
    cursor: default;
}

.category-module .tabs li a:hover {
    text-decoration: underline;
    color: #004B91;
}

.product-tab {
    margin-bottom: 20px;
}

.product-tab .tabs {
    height: 32px;
    line-height: 15px;
    padding-left: 10px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
}

.product-tab .tabs li {
    float: left;
    list-style-type: none;
}

.product-tab .tabs li a {
    padding: 7px 15px 6px 15px;
    float: left;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: #222;
    margin-right: 2px;
    opacity: 0.7;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.product-tab .tabs li.active a {
    opacity: 1;
    padding-bottom: 8px;
    background: #FFFFFF;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.product-tab .deactive, .category-module .deactive {
    display: none;
}

.addthis_default_style > a {
    padding: 0
}

/*===================================================================================*/
/*  13. Static Banner
/*===================================================================================*/

.ads-banners {
    margin-left: 1%;
}

.marketshop-banner > div.row div {
    margin-bottom: 25px;
}

.marketshop-banner div img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.marketshop-banner div a img:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*===================================================================================*/
/*  14. Faq Page
/*===================================================================================*/
.faq .panel-title {
    font-size: 14px;
    margin: 8px 0;
    display: inline-block;
}

.faq .panel-title:hover {
    color: #3e7cb4;
    text-decoration: underline;
}

.faq .panel-body {
    padding: 10px;
}

/*===================================================================================*/
/*  15. Sitemap Page
/*===================================================================================*/
.sitemap {
    margin: 0;
    padding: 0;
}

.sitemap > li {
    display: block;
    position: relative;
    font-weight: bold;
    color: #222;
}

.sitemap li a {
    color: #222;
    padding: 5px 8px 5px 0px;
    display: block;
    font-weight: bold;
}

.sitemap li ul {
    border-left: 1px solid #ccc;
    list-style-type: none;
    margin: 0px 0 0px 4px;
}

.sitemap li ul li {
    position: relative;
    padding: 0px 0 0px 22px;
}

.sitemap li ul li:before {
    border-top: 1px solid #ccc;
    content: " ";
    display: block;
    height: 1px;
    left: 0px;
    position: absolute;
    top: 12px;
    width: 15px;
}

.sitemap li ul li a {
    font-weight: normal;
}

.sitemap li a:hover {
    color: #3e7cb4;
    text-decoration: underline;
}

.sitemap-icon {
    font-size: 200px;
    color: rgb(238, 238, 238);
}

/*===================================================================================*/
/*  16. Footer
/*===================================================================================*/

/**===== 16.1. Footer Links =====**/
#footer .fpart-first {
    background-color: #f3f3f3;
    color: #444;
    padding-top: 30px;
    padding-bottom: 20px;
}

#footer .fpart-first a {
    color: #888;
}

#footer .fpart-first a:hover {
    color: #3e7cb4;
    text-decoration: underline;
}

#footer .fpart-first ul {
    padding: 0;
}

#footer .fpart-second {
    background-color: #fff;
    color: #666;
    padding: 10px 0px 0px;
}

#footer .fpart-second h4 {
    font-size: 14px;
}

#footer .fpart-second a {
    color: #3e7cb4;
}

#footer .fpart-second a:hover {
    color: #3e7cb4;
    text-decoration: underline;
}

#footer .custom-text {
    padding: 0px 0px 25px;
}

#footer .custom-text p {
    margin: 0;
}

#footer h5 {
    color: #000;
    font-size: 17px;
    margin: 0px 0 15px 0;
    padding: 0px 0px 7px 0px;
    font-weight: normal;
}

#footer .column ul li {
    list-style-type: none;
}

#footer .column a {
    text-decoration: none;
    display: block;
    padding: 3px 0px;
    line-height: 18px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer .column a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**===== 16.2. Contact Block =====**/
#footer .contact ul li {
    font-size: 14px;
    list-style-type: none;
    line-height: 20px;
}

#footer .contact > ul > li > .fa {
    margin-right: 10px;
}

#footer .contact > ul > li > .fa-map-marker {
    font-size: 18px;
}

#footer .contact > ul > li > .fa-phone {
    font-size: 18px;
}

#footer .contact > ul > li > .fa-envelope {
    font-size: 15px;
}

#footer .contact ul li + li {
    margin-top: 12px;
}

#footer .contact ul li.email a {
    text-decoration: underline;
}

#footer .contact ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer .contact ul li a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

/**===== 16.3. Payments Types =====**/
#footer .payments_types {
    text-align: center;
    padding: 0px 0 25px 0;
}

#footer .payments_types img {
    display: inline-block;
    margin: 0px 3px 3px 3px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer .payments_types img:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**===== 16.4. Social Icon =====**/
#footer .social {
    margin: 0;
    text-align: right;
    padding: 0px;
}

#footer .social a {
    float: left;
    margin: 0px 0 0px 10px;
}

#footer .social a img {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer .social a img:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/**===== 16.5. Powered by Text =====**/
#footer #powered {
    line-height: 20px;
    padding: 0px 0 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E8E8E8;
}

#footer #powered a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer #powered a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer .powered_text {
    padding-top: 6px;
}

#footer .powered_text p {
    line-height: 18px;
    margin: 0;
}

/**===== 16.6. Back To Top =====**/
#back-top {
    display: none;
}

#back-top a {
    position: fixed;
    bottom: 0px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    width: 45px;
    height: 30px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 28px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#back-top a:hover {
    background-color: #3e7cb4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*===================================================================================*/
/*  17. Slide Block
/*===================================================================================*/
.sort-order-1 {
    top: 210px;
    z-index: 10000;
}

.sort-order-2 {
    top: 270px;
    z-index: 9999;
}

.sort-order-3 {
    top: 330px;
    z-index: 9998;
}

.sort-order-4 {
    top: 390px;
    z-index: 9997;
}

/**===== 17.1. Facebook =====**/
#facebook {
    position: fixed;
    width: 241px;
    background: #fff;
    border: 3px solid #3b5998;
    padding: 0px;
}

#facebook.fb-left {
    left: -241px;
}

#facebook.fb-right {
    right: -241px;
}

.facebook_icon {
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -3px;
    background-color: #3b5998;
}

.fb-left .facebook_icon {
    right: -33px;
}

.fb-right .facebook_icon {
    left: -33px;
}

/**===== 17.2. Twitter =====**/
#twitter_footer {
    position: fixed;
    width: 215px;
    background: #fff;
    border: 3px solid #2daae1;
    padding: 5px 10px;
}

#twitter_footer.twit-left {
    left: -215px;
}

#twitter_footer.twit-right {
    right: -215px;
}

.twitter_icon {
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -3px;
    background-color: #2daae1;
}

.twitter_icon .fa-twitter, .facebook_icon .fa-facebook {
    font-size: 19px;
    color: #FFF;
}

.twit-left .twitter_icon {
    right: -33px;
}

.twit-right .twitter_icon {
    left: -33px;
}

/**===== 17.3. Custom Side block =====**/
#custom_side_block {
    position: fixed;
    width: 215px;
    background: #fff;
    border: 3px solid #ed5f01;
    padding: 5px 10px;
}

#custom_side_block.custom_side_block_left {
    left: -215px;
}

#custom_side_block.custom_side_block_right {
    right: -215px;
}

#custom_side_block img {
    width: 100% !important;
    height: auto !important;
}

.custom_side_block_icon {
    width: 30px;
    height: 50px;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 54px;
    position: absolute;
    top: -3px;
    background-color: #ed5f01;
}

.custom_side_block_icon .fa-chevron-right, .custom_side_block_icon .fa-chevron-left {
    font-size: 20px;
    color: #FFF;
}

.custom_side_block_left .custom_side_block_icon {
    right: -33px;
}

.custom_side_block_right .custom_side_block_icon {
    left: -33px;
}

/**===== 17.4. Video Box =====**/
#video_box {
    position: fixed;
    width: 566px;
    background: #fff;
    border: 3px solid #ff679a;
    padding: 0px;
}

#video_box iframe {
    border-width: 0px;
}

#video_box.vb-left {
    left: -566px;
}

#video_box.vb-right {
    right: -566px;
}

#video_box p {
    margin-bottom: 0px;
    line-height: 0px;
}

#video_box_icon {
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -3px;
    background-color: #ff679a;
}

#video_box .fa-play {
    font-size: 16px;
    color: #FFF;
}

.vb-left #video_box_icon {
    right: -33px;
}

.vb-right #video_box_icon {
    left: -33px;
}

/*===================================================================================*/
/*  18. Five Grid Columns
/*===================================================================================*/
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

/*===================================================================================*/
/*  19. Shortcodes
/*===================================================================================*/
.alert {
    border-radius: 0px
}

.divider {
    clear: both;
    height: 40px;
}

.dropcap {
    display: block;
    float: left;
    font-size: 40px;
    line-height: 1em;
    margin: 0px 5px 0 0;
}

blockquote {
    font-size: 12px;
}

h4.panel-title {
    padding: 0
}

.alert {
    padding-left: 50px;
    position: relative;
}

.alert .fa {
    font-size: 20px;
    left: 18px;
    position: absolute;
}

.simple-ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.simple-ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.simple-ul li:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    font-family: fontawesome;
}

.simple-ul ul {
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none;
}

.simple-ul ul li:after {
    content: "•";
    font-size: 1em;
}

.decimal-list {
    margin: 0px 0 15px 20px;
    padding: 0;
    list-style: decimal outside;
}

.decimal-list li {
    padding-left: 0;
    margin-bottom: 5px;
    text-indent: 0;
}

.decimal-list ul {
    margin: 5px 0 5px 17px;
    padding: 0;
    list-style: decimal outside;
}

/*===================================================================================*/
/*  20. Extra
/*===================================================================================*/
/* Fix some bootstrap improvment */
.form-control {
    border-radius: 0px;
}

.img-thumbnail {
    border-radius: 0px;
}

.well {
    border-radius: 0px
}

.panel, .panel-heading {
    border-radius: 0px;
}

.panel-group .panel {
    border-radius: 0px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}


#searchform {
    width: 100%;
    border: 3px solid #CCC;
    display: inline-block;
    border-radius: 50px;
}

.cat-search {
    display: inline-block;
    width: 35%;
    float: left;
    border: none;
    border-radius: 50px 0 0 50px;
}

.cat-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 3px 15px 0;
    height: 46px;
    line-height: 46px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    background: url(../icon-search-product.png) no-repeat center right #fff;
    border-radius: 50px 0 0 50px;
}

.input-search {
    height: 46px;
    line-height: 46px;
    width: 50%;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    border: none;
    padding-left: 10px;
}

.search-button {
    height: 46px;
    width: 20%;
    background: #000;
    color: #FFF;
    border-radius: 30px;
    margin-left: -5%;
    font-size: 14px;
    font-weight: 600;
}

*:focus {
    outline: none;
}

.num_not {
    position: absolute;
    display: inline-block !important;
    background: #F00;
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    border-radius: 20px;
    margin-left: -10px;
    margin-top: 5px;
}

.facebook {
    color: #4267B2;
}

.instagram {
    color: #C13584;
}

.youtube {
    color: #FF0000;
}

.product_div {
    width: 18.5%;
    display: inline-block;
    margin-left: 1%;
    background: #FFF;
    text-align: center;
}

.left-banner {
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 0 !important;
}

.right-banner {
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 0 !important;
}

.middle-banner {
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 0 !important;
}

.bottom-banner {
    margin-bottom: 0 !important;
}

.top-banner {
    margin-bottom: 15px !important;
}


/*  ///////////////////////////// */


.block-text-index {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 0;
    margin-bottom: 15px !important;
}

.block-text-index .item-block .item-content {
    text-align: center;
    cursor: pointer;
}

.block-text-index .item-block .item-content .item-wrap {
    display: inline-block;
    height: 98px;
    width: 98px;
    border: 1px solid #3e4233;
    padding: 9px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.block-text-index .item-block .item-content .item-wrap .item-detail {
    display: inline-block;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 1px solid #3e4233;
}

.block-text-index .item-block .item-content h4 {
    font-family: 'Cairo' !important;
    font-size: 16px;
    color: #222;
}

.block-text-index .item-block .item-content p {
    font-size: 13px;
    color: #777;
}

.block-text-index .item-block .item-content:hover .item-wrap {
    background-color: #3f4720;
    border: 1px solid #3f4720;
}

.block-text-index .item-block .item-content:hover .item-wrap .item-detail {
    background-color: #fff;
    border: 1px solid #fff;
}

.block-text-index .item-block .item-content:hover h4 {
    color: #3f4720;
}

.block-text-index .item-block.free-shipping .item-detail {
    background: url(/assets/img/icon-free-shipping.png) no-repeat center center;
}

.block-text-index .item-block.free-shipping:hover .item-detail {
    background: url(/assets/img/hover/icon-free-shipping.png) no-repeat center center #fff;
}

.block-text-index .item-block.money-guarantee .item-detail {
    background: url(/assets/img/icon-money.png) no-repeat center center;
}

.block-text-index .item-block.money-guarantee:hover .item-detail {
    background: url(/assets/img/hover/icon-money.png) no-repeat center center #fff;
}

.block-text-index .item-block.safe-shopping .item-detail {
    background: url(/assets/img/icon-safe.png) no-repeat center center;
}

.block-text-index .item-block.safe-shopping:hover .item-detail {
    background: url(/assets/img/hover/icon-safe.png) no-repeat center center #fff;
}

.block-text-index .item-block.online-support .item-detail {
    background: url(/assets/img/icon-support.png) no-repeat center center;
}

.block-text-index .item-block.online-support:hover .item-detail {
    background: url(/assets/img/hover/icon-support.png) no-repeat center center #fff;
}

.block-text-index2 .item-block {
    width: 280px;
    height: 124px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    border-radius: 4px;
}

.rtl .block-text-index2 .item-block {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.rtl .block-text-index2 .item-block:first-child {
    margin-right: 0;
}

.rtl .block-text-index2 .item-block:last-child {
    margin: 0;
}

.block-text-index2 .item-block .item-content {
    text-align: center;
    padding: 25px 0 8px;
    cursor: pointer;
}

.block-text-index2 .item-block .item-content h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.block-text-index2 .item-block .item-content p {
    font-size: 13px;
    color: #fff;
    margin: 0 0 5px;
}

.block-text-index2 .item-block.free-shipping {
    background-color: #86bc76;
}

.block-text-index2 .item-block.free-shipping .item-icon {
    display: inline-block;
    width: 38px;
    height: 30px;
    background: url(/assets/img/icon-free-shipping2.png) no-repeat top center;
}

.block-text-index2 .item-block.free-shipping:hover {
    background-color: #68ab54;
}

.block-text-index2 .item-block.money-guarantee {
    background-color: #eb7b4e;
}

.block-text-index2 .item-block.money-guarantee .item-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(/assets/img/icon-money2.png) no-repeat top center;
}

.block-text-index2 .item-block.money-guarantee:hover {
    background-color: #e65920;
}

.block-text-index2 .item-block.online-support {
    background-color: #6c96c6;
}

.block-text-index2 .item-block.online-support .item-icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(/assets/img/icon-support2.png) no-repeat top center;
}

.block-text-index2 .item-block.online-support:hover {
    background-color: #477cb8;
}

.block-text-index2 .item-block:last-child {
    margin: 0;
}

.image-block a {
    float: left;
    display: inline-block;
    margin-bottom: 30px;
}

.image-block a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.image-block a:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.image-block a.banner-second {
    margin-right: 29px;
}

/* Slow-motion Zoom Container */
.img-hover-zoom img {
    transform-origin: 50% 50%;
    transition: transform 5s, filter 3s ease-in-out;
}

/* The Transformation */
.img-hover-zoom:hover img {
    filter: brightness(100%);
    transform: scale(1.1);
}

.img-hover-zoom {
    overflow: hidden;
}

/* The Transformation */
.img-hover-zoom:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.level1_menu {
    background: #96a177 !important;
}

.product-thumb .caption h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#container {
    margin-top: 50px;
}

#content .product-layout.col-lg-3 {
    width: 23% !important;
    margin: 1%;
}

.toggle_info {
    text-align: center;
    background: #363c21;
    color: #fff;
    width: 95%;
    border-radius: 10px;
    padding: 15px;
    margin: auto;
}

.panel-collapse {
    text-align: center;
    background: #3e471c;
    color: #fff;
    width: 90%;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    margin: auto;
    margin-top: -5px;
}

.billing_form input[type=text], .billing_form input[type=password], .billing_form select, .billing_form textarea {
    font-size: 16px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #ccc;
}

.different_address {
    display: none;
}


.menu-container {
    padding-left: 180px;
}

.user-info {
    border: 1px solid #d7d9db;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    font-size: 13px;
}

#cart_summary {
    font-size: 13px;
}

#cart_summary thead tr th {
    font-size: 16px;
    padding: 15px 5px;
}

.user-info .wellcome {
    border-left: 1px solid #d7d9db;
    border-bottom: 1px solid #d7d9db;
    padding-top: 37px;
    padding-bottom: 40px;
}

.user-info .picture {
    text-align: center;
    width: 145px;
    min-width: 145px;
    max-width: 145px;
}

.user-info .last {
    border-left: 1px solid #d7d9db;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 8px;
}

h6.account-table-head {
    margin-top: 0;
    border-bottom: 1px solid #d7d9db;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
}

.left-menu div {
    width: 145px;
    height: 125px;
    background-color: #ffe393;
    text-align: center;
    font-size: 14px;
    padding-top: 40px;
    position: relative;
    color: #212224;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.left-menu div.active {
    background-color: #3e471c;
    color: #fff;
}

.left-menu .fa {
    font-size: 28px;
    margin-bottom: 10px;
}

.left-menu a div {
    color: #3e471c;
}

.left-menu a:hover div {
    color: #c4a131;
}


.left-menu div.active:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-left-color: #3e471c;
    right: -20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.prod_div {
    background-color: #f4f9f3;
    border-radius: 10px;
}

.prod_div:hover {
    background-color: #fff;
}

.prod_div h4 {
    text-align: center;
    padding: 0 10px;
}

.prod_div h4 a {
    font-size: 15px;
}

.mid_prod h4 a {
    font-size: 13px;
}

.prod_div img {
    border-radius: 10px 10px 0 0;
}

.prod_short_desc {
    padding: 5px 20px;
    text-align: center;
    height: 60px;
    overflow: hidden;
    color: #666;
    font-size: 13px;
}

.mid_prod .prod_short_desc {
    padding: 0px 20px;
    text-align: center;
    height: 32px;
    line-height: 16px;
    overflow: hidden;
    font-size: 12px;
    color: #000;
}

.favorite_icon {
    position: absolute;
    top: 25px;
    left: 35px;
    z-index: 999;
    color: #fff;
}

.circle-btn {
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    height: 20px;
    width: 20px;
    margin-bottom: 0;
    float: right;
    justify-content: center;
    align-items: center;
}

.circle2-btn {
    border-radius: 50%;
    border: 1px solid #333;
    display: flex;
    height: 40px;
    width: 40px;
    margin-bottom: 0;
    float: right;
    justify-content: center;
    align-items: center;
}

.mid_prod .prod_hover a {
    height: 35px !important;
    width: 35px !important;
    font-size: 12px;
}

.mid_prod .prod_hover {
    bottom: 63% !important;
    transform: translate(26%, 50%) !important;
}

.mid_prod .prod_hover:hover {
    bottom: 65% !important;
}

.circle-btn i {
    font-size: 12px;
}

.description b {
    color: #82878b;
    font-weight: normal;
    line-height: 35px;
}

.quantity_span {
    line-height: 20px;
    font-size: 20px;
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 0;
    float: right;
    text-align: center;
}

.button-group {
    margin: 0px auto;
    text-align: center;
}

.btn-addd {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 8px;
    padding-top: 0;
}

.prod_div .prod_hover {
    position: absolute;
    bottom: 40%;
    right: 50%;
    transform: translate(20%, 50%);
    visibility: visible;
    opacity: 0.1;
    transition: all ease-in-out 0.5s;
    bottom: 68%;
    width: 50%;
}

.prod_hover a {
    display: inline-block;
    margin-bottom: 10px;
}

.paly_overlay {
    position: absolute;
    bottom: 40%;
    right: 50%;
    transform: translate(50%, 50%);
    visibility: visible;
    opacity: 1;
    transition: all ease-in-out 0.5s;
    bottom: 50%;
}

.video_overlay {
    position: absolute;
    right: 50%;
    transform: translate(50%, 50%);
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all ease-in-out 0.5s;
    bottom: 16%;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 0 0 15px 15px;
}


@media (max-width: 1024px) {
    #menu .nav-en > li > a, #menu .navbar-header > span {
        font-size: 15px  !important;
    }

    .video-container-en .col-sm-6:nth-child(2){
        padding-left: 15px;
        padding-right: 0; 
    }
    
    .video-container-ar .col-sm-6:nth-child(2){
        padding-left: 0;
        padding-right: 15px; 
    }
  
}


@media(max-width: 1023px){
    
    .sticky .inner.logo img {
        height:60px;
        padding: 0 0 10px 10px;
    }
    .sticky  .slogan{
        padding-top: 20px;
        font-size: 20px;
    }

    .sticky  #header #top-links:first-child{
        padding-top: 0px;
    }
    .sticky  .logo{
        display: inline-block;
        width: 30%;
    }
    .sticky  .slogan{
        display: inline-block;
        width: 70%;
        font-size: 16px;
    }

}

@media (max-width: 767px) {

    .video_overlay.w95 {
        width: 91% !important;
        bottom: 14%;
    }

    #first_nav{
        display: none !important;
        visibility: hidden;
    }

    
   .sticky .inner.logo img {
        height:60px;
        padding: 0 0 10px 10px;
    }
    .sticky  .slogan{
        padding-top: 20px;
        font-size: 20px;
    }

    .sticky  #header #top-links:first-child{
        padding-top: 0px;
    }
    .sticky  .logo{
        display: inline-block;
        width: 30%;
    }
    .sticky  .slogan{
        display: inline-block;
        width: 70%;
        font-size: 16px;
    }

    .embed_code{
        display: none;
        visibility: hidden;
    }
    .location_div{
        margin-bottom: 20px;
        margin-top: 40px;
    }
   
}

.attribute{
    font-size: 10px;
    color: #ff5722;
}

@media (min-width: 768px) {

    .find_us_row{
        padding: 25px 0;
    }
    .location_div{
        margin-bottom: 20px;
        margin-top: 140px;
    }

    .sticky .inner.logo img {
        height:60px;
        padding: 0 0 10px 10px;
    }
    .sticky  .slogan{
        padding-top: 20px;
        font-size: 20px;
    }

    .sticky  #header #top-links:first-child{
        padding-top: 0px;
    }

    .video_overlay.w95 {
        width: 95% !important;
        bottom: 9%;
    }

    .video_overlay.w95 h3 {
        line-height: 20px;
        height: 40px;
        font-size: 18px;
        width: 95% !important;
        margin: 20px auto 10px;
    }
}

.video-src iframe {
    width: 70%;
    display: block;
    margin: 20px auto;
}

.videos-list .col-md-4 .f-div, .videos-list .col-md-3 .f-div {
    position: relative;
}

.videos-list .col-md-4, .videos-list .col-md-3 {
    margin-bottom: 20px;
}

.video_overlay.inside {
    width: 100% !important;
    bottom: 17%;
    padding: 0 10px;
}

.video_overlay h3 {
    line-height: 16px;
    height: 32px;
    font-size: 14px;
    overflow: hidden;
}

.prod_div .prod_hover a {
    color: #fff;
    transition: all ease-in-out 0.5s;
    background-color: rgba(62, 71, 28, 0.7);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prod_div .prod_hover a:hover {
    background-color: rgba(62, 71, 28, 1);
}

.prod_div:hover .prod_hover {
    bottom: 70%;
    visibility: visible;
    opacity: 1;
}

.product_carousel .item {
    margin-right: 10px;
    margin-left: 10px;
}

.prod_div {
    border: 1px solid #efefef;
}

.prod_div:hover {
    border: 1px solid #e5be52;
}

.ads-banners img {
    border-radius: 15px;
}

.banner-item {
    margin-left: 17px;
    margin-right: 17px;
}

#compare{
position: relative;
}

.product_ads_carousel .owl-nav img {
    width: 100%
}

.product_ads_carousel .owl-nav button {
    top: 150px !important;
}

.product_ads_carousel .owl-nav  button.owl-prev {
    right: auto !important;
    left: -15px !important;
}

.product_ads_carousel .owl-nav  button.owl-next {
    right: -18px !important;
}

/* nav */
.nav-menu, .nav-menu ul, .nav-menu li, .nav-menu a {
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style: none;
    display: block;
    position: relative;
}

.nav-menu ul {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 999;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.nav-menu li:hover > ul {
    left: 0;
    opacity: 1;
    z-index: 99999;
}

.nav-menu ul li:hover > ul {
    top: 0;
    left: 100%;
}

.nav-menu li {
    cursor: default;
    float: left;
    white-space: nowrap;
}

.nav-menu ul li {
    float: none;
}

/* sub width */
.nav-menu ul {
    min-width: 12em;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}


/* root */
.nav-menu a {
    padding: 0 10px;
    color: #5BC0DE;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
}

/* root: hover/persistence */
.nav-menu a:hover, .nav-menu a:focus, .nav-menu li:hover a {
    background: #4f582a;
    color: #FFF;
}

/* 2 */
.nav-menu li li a, .nav-menu li:hover li a {
    padding: 4px 10px !important;
	background: #4f582a;
    color: #FFF;
    font-size: 16px;
    line-height: normal;
}

/* 2: hover/persistence */
.nav-menu li:hover li a:hover, .nav-menu li:hover li a:focus, .nav-menu li:hover li:hover a {
    background: #424920;
}

/* 3 */
.nav-menu li:hover li:hover li a {
    background: #424920;
}

/* 3: hover/persistence */
.nav-menu li:hover li:hover li a:hover, .nav-menu li:hover li:hover li a:focus, .nav-menu li:hover li:hover li:hover a {
    background: #323a15;
}

/* 4 */
.nav-menu li:hover li:hover li:hover li a {
    background: #272b17;
}

/* 4: hover */
.nav-menu li:hover li:hover li:hover li a:hover, .nav-menu li:hover li:hover li:hover li a:focus {
    background: rgba(18, 43, 0,1);
}

/* vertical */
.nav-vertical {
    max-width: 220px;
}

.nav-vertical ul {
    top: 0;
    left: -9999px;
}

.nav-vertical li {
    width: 100%;
    float: none;
}

.nav-vertical li:hover > ul {
    left: 100%;
}


#footer .fpart-second .container .item-block h4 img{
    height: 30px;
    float: left;
    margin-right: 10px;
}

.cart_details{
    color:#000;
}

.owl-wrapper {
    margin: 0 auto;
}