/*
Theme Name:     Fameshop
Theme URI:      http://fameshop.kutethemes.net/
Author:         Kutethemes
Text Domain:    fameshop
Author URI:     http://kutethemes.com/
Description:    Fameshop Shop is a simple but modern responsive WordPress theme that oozes high-street sophistication. Its sharp lines and flat design style has been designed to be pixel perfect. Simply load your photography and you can have an online shop to matches the likes of Prada, Gucci and Yves St Laurent.
Version:        1.1.8
License:        GNU General Public License v1 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags:           two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*------------------------
COMMON STYLES
------------------------*/
body {
    font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    overflow-x: hidden;
    line-height: 24px;
}
a {
    text-decoration: none;
    color: #666;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
a:hover,
a:focus,
a:active {
    color: #000000;
    text-decoration: none;
    outline: none;
}
p {
    margin-bottom: 20px;
}
ul, ol {
    padding-left: 20px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    margin: 0 0 15px 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
img {
    height: auto;
    max-width: 100%;
}
input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"], select,
input[type="search"] {
    border: 1px solid #dddddd;
    max-width: 100%;
    padding: 8px 15px;
    line-height: normal;
    width: 300px;
    line-height: 28px;
    background: #fff;
    border-radius: 0;
}
input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"],
input[type="search"] {
    -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="submit"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
}
.select2-container--default .select2-selection--single {
    color: inherit;
    font-size: inherit;
    border: 1px solid #dddddd;
    max-width: 100%;
    padding: 8px 15px;
    line-height: 28px;
    background: #fff;
    height: auto;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    margin-top: -13px;
}
::-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);
}
:focus {
    outline: none;
}
.button,
input[type="submit"],
.added_to_cart {
    display: inline-block;
    font-size: 14px;
    color: #eee;
    text-transform: uppercase;
    line-height: normal;
    padding: 13px 20px;
    background-color: #333;
    border: none;
    border-radius: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.button:hover,
.button:focus,
.button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.added_to_cart {
    color: #eee;
}
.chosen-container {
    font-size: inherit;
}
.chosen-container-single .chosen-single {
    border: 1px solid #dddddd;
    max-width: 100%;
    padding: 8px 15px;
    background: #fff;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    line-height: 28px;
    
}
.chosen-container-single .chosen-single div b {
    display: none;
}
.chosen-container-single .chosen-single span:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    font-size: 16px;
    color: #aaaaaa;
    float: right;
}
.chosen-container-single .chosen-single span {
    margin: 0;
}
/*-------------------
 OWL
-----------------------*/

.owl-carousel .owl-nav {
    overflow: hidden;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #dfdddd;
    border-radius: 2px;
    font-size: 20px;
    color: #aaaaaa;
    display: inline-block;
    float: left;
    margin: 0 2.5px;
}
.owl-carousel .owl-nav .owl-prev {
    margin-left: 0;
}
.owl-carousel .owl-nav .owl-next {
    margin-right: 0;
}
.owl-carousel.nav-style2 .owl-nav .owl-next,
.owl-carousel.nav-style2 .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    background-color: #e9e8e8;
    border: none;
    font-size: 18px;
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    color: #fff;
}
.nav-center .owl-nav .owl-next,
.nav-center .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-center .owl-nav .owl-next {
    right: 0;
}
.nav-center .owl-nav .owl-prev {
    left: 0;
}
.nav-top-right .owl-nav {
    position: absolute;
    top: -35px;
    right: 15px;
}
/*-------------------
 VC
-----------------------*/
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}
body .vc_section[data-vc-full-width] {
    overflow: inherit;
}
/*--------------------
 Wordpress Default
 ---------------------*/
.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;
}
.sticky {
    color: inherit;
}
.bypostauthor {
    color: inherit;
}
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
}
.text-center {
    text-align: center;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
    clear: both;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 10px 4px 5px;
    margin: 0 !important;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}
iframe {
    max-width: 100% !important;
}
.alignright {
    float: right;
    margin: 5px 0 20px 30px;
}
.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}
table {
    border: 1px solid #E6E6E6;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}
table thead {
    background-color: #fafafa;
}
th, td {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;
    padding: 12px;
    font-weight: normal;
}
table th {
    font-weight: 700;
}
/*----------------------------
WordPress Gallery
-----------------------------*/
.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}
.gallery:after {
    display: table;
    content: "";
    clear: both;
}
.gallery-item {
    margin: 0;
    padding: 0.5em;
    font-size: 0.8125rem;
    font-style: italic;
    color: #666;
    float: left;
}
.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-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: left;
}
/*----------------------------
WOOCOMMERCCE MESSAGES
-----------------------------*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin-bottom: 30px;
    position: relative;
    background-color: #fafafa;
    color: #515151;
    border-top: 3px solid #337ab7;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    float: right;
    font-size: 10px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    margin: 0;
}
.woocommerce .woocommerce-error {
    border-color: #fcf8e3;
}
.woocommerce .woocommerce-info {
    border-color: #dff0d8;
}
.owl-carousel:not(.thumbnails) .owl-item img {
    transform-style: initial;
}
.owl-carousel .owl-item.active .owl-lazy {
    opacity: 1 !important;
}
.clear-list:before,
.clear-list:after {
    content: '';
    display: table;
}
.clear-list:after {
    clear: both;
}
/*---------------------
LAYOUT
----------------------*/
.left-sidebar .main-content {
    float: right;
}
.back-to-top {
    bottom: 30px;
    display: none;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    position: fixed;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    transform-origin: 100% 50% 0;
    -o-transform-origin: 100% 50% 0;
    -webkit-transform-origin: 100% 50% 0;
    z-index: 99999;
    overflow: hidden;
    border: solid 1px;
    padding: 0;
    background-color: #fff;
}
.back-to-top::before {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    color: #222222;
    z-index: 111;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
}
.back-to-top:hover::before {
    color: #fff;
}
.back-to-top.show {
    display: block;
}
.left-content {
    text-align: left;
}
.right-content {
    text-align: right;
}
.midle-content {
    text-align: center;
}
.no-padding {
    padding: 0;
}
.box-has-content::before {
    display: table;
    content: "";
}
.box-has-content::after {
    clear: both;
    display: table;
    content: "";
}
.owl-carousel:not(.has-thumbs) .owl-thumbs {
    display: none;
}
.item-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*use to input*/
::-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);
}
/*use to input--end*/
.box-has-content::before,
.box-has-content::after {
    display: table;
    content: "";
}
.box-has-content::after {
    clear: both;
}
.no-sticky .box-sticky {
    display: none;
}
.box-sticky {
    position: fixed;
    z-index: 999;
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    transform: translateY(-300px);
    left: 0;
    width: 100%;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    background-color: #fff;
    padding: 10px 0;
    opacity: 0;
    border-bottom: solid 1px #e6e6e6;
}
.box-sticky.is-sticky {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    opacity: 1;
}
.admin-bar .box-sticky.is-sticky {
    top: 32px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    z-index: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    border: solid 1px;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    background-color: #fff;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
}
.main-slideshow .owl-carousel .owl-controls .owl-nav .owl-prev,
.main-slideshow .owl-carousel .owl-controls .owl-nav .owl-next {
    border-color: #fff;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-slideshow .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 375px;
}
.main-slideshow .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 375px;
}
.dots-style1 .owl-controls .owl-dot {
    height: 16px;
    width: 16px;
    border: solid 2px #fff;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    margin: 0 5px;
}
.dots-style1 .owl-controls .owl-dots {
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.dots-style1 .owl-controls .owl-dot.active::before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 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%);
}
/*TAB STYLE*/
.tab-content {
    position: relative;
    clear: both;
}
.tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
}
.tab-panel.active {
    position: static;
    opacity: 1;
    visibility: inherit;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}
.kt-tab .nav > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.kt-tab .nav > li > a {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    padding: 0 9px;
    line-height: 46px;
}
/*Main menu*/
.main-menu {
    padding: 0;
    margin: 0;
}
.main-menu > li {
    display: inline-block;
    list-style: none;
    padding-right: 26px;
}
.main-menu li a {
    line-height: 40px;
    font-size: 18px;
    color: #333;
}
.main-menu li .submenu {
    padding: 15px 0;
}
.main-menu li .submenu li a {
    line-height: 35px;
}
.unit_data .main-menu .submenu li {
    padding: 4px 20px;
}
.unit_data .main-menu .submenu {
    min-width: 225px;
}
.unit_data .main-menu .submenu li a {
    line-height: normal;
}
.main-menu > li > a {
    color: #fff;
}
.main-menu li a:focus {
    outline: 0;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children::after {
    display: inline-block;
    font-family: "Ionicons";
    font-size: 14px;
    content: "\f3d0";
    margin-left: 3px;
}
.parent-megamenu.menu-item-has-children::after {
    margin-left: 5px;
}
.main-menu > .menu-item-has-children::after {
    color: #fff;
}
.submenu .menu-item-has-children::after {
    color: #333;
}
.submenu .menu-item-has-children:hover::after {
    content: "\f3d3";
}
.submenu {
    position: absolute;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    left: -20px;
    top: 100%;
    background-color: #fff;
    min-width: 220px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .3s, transform .3s;
    opacity: 0;
    display: block;
    visibility: hidden;
    text-align: left;
    padding: 0;
}
.submenu li {
    list-style: none;
    display: list-item;
    padding: 0 20px;
}
.menu-item-has-children:hover > .submenu {
    opacity: 1;
    visibility: visible;
}
.submenu .menu-item-has-children > .submenu {
    left: 100%;
    top: 0;
}
/*HEADER STYLE 1*/

.header .main-header {
    /*padding: 10px 0 20px;*/
    background-color: #fff;
}
.header .main-header {
    padding: 20px 0;
}
/*.header .header-nav {
  padding-top: 16px;
}*/
.header .header-nav {
    padding-top: 10px;
}
.header.style1 .main-menu > li > a,
.header.style1 .main-menu > .menu-item-has-children::after,
.header.style1 .mobile-navigation .icon,
.header.style1 .mobile-navigation {
    color: #333;
}
.header.style1 .mobile-navigation .icon span {
    background-color: #333;
}
.header.style1 .main-menu {
    padding-left: 35px;
}
.mobile-navigation .icon span {
    background-color: #fff;
}
.mobile-navigation .icon,
.mobile-navigation {
    color: #fff;
}
.mobile-navigation {
    min-width: 80px;
}
.header .header-top-item {
    /*padding-top: 20px;*/
    padding-top: 14px;
    text-align: right;
}
.top-menu {
    padding: 0;
}
.top-menu > li {
    display: inline-block;
    margin: 0 10px;
    list-style: none;
    vertical-align: top;
}
.top-menu > li:first-child {
    margin-left: 0;
}
.top-menu > li:last-child {
    margin-right: 0;
}
.top-menu > li .icon {
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    position: relative;
    display: inline-block;
}
.search-block {
    position: relative;
}
.search-block .search-inner {
    position: absolute;
    z-index: 1;
    top: -5px;
    right: -5px;
    width: 270px;
    display: none;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.search-block .search-inner .btn-search {
    min-width: 31px;
    min-height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    position: relative;
    display: inline-block;
}
.search-block .search-inner .input {
    position: relative;
    padding: 0 40px 0 40px;
    border-radius: 20px;
    border: solid 1px #938f8c;
    line-height: 40px;
    height: 40px;
    width: 100%;
    color: #333;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: 'Dosis', sans-serif;
}
.search-block .search-inner .btn-search {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 5px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    font-size: 0;
    color: #fff;
    padding: 0;
    border: none;
}
.search-block .search-inner .btn-search::before {
    content: "\f4a4";
    font-family: "Ionicons";
    width: 30px;
    text-align: center;
    height: 30px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
}
.search-block .search-inner .close-search {
    text-align: center;
    font-size: 18px;
    color: #333;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    position: absolute;
    left: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 1;
    top: 5px;
    border-right: solid 1px #e5e5e5;
    background-color: #fff;
}
.minicart {
    position: relative;
}
.minicart .icon .count {
    position: absolute;
    z-index: 1;
    left: 70%;
    top: -5px;
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    border-radius: 100%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.minicart .minicart-inner {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 15px 20px;
    min-width: 380px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    text-align: left;
    overflow: hidden;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.minicart .minicart-inner .woocommerce-mini-cart__buttons {
    margin-bottom: 10px;
}
.minicart .woocommerce-mini-cart__empty-message {
    font-size: 18px;
    color: #333;
    margin: 0;
    text-align: center;
}
.minicart:hover .minicart-inner {
    visibility: visible;
    opacity: 1;
}
.cart_list {
    padding: 0;
    max-height: 280px;
    overflow-y: auto;
}
.cart_list li {
    display: list-item;
    list-style: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e5e5e5;
}
.cart_list li:last-child {
    border-bottom: none;
}
.minicart_item .remove {
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 0;
    font-size: 24px;
    color: #999;
    background: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.minicart_item .remove:hover {
    color: #000;
}
.minicart_item .product-info {
    overflow: hidden;
}
.minicart_item .product-name a {
    padding-bottom: 0;
    margin: 0 0 5px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #555;
    text-transform: capitalize;
    padding-right: 20px;
}
.minicart_item .quantity {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: block;
}
.minicart_item .thumb {
    float: left;
    margin-right: 20px;
    max-width: 70px;
    max-height: 70px;
}
.minicart-inner .woocommerce-mini-cart__buttons a {
    margin: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    border-radius: 20px;
    line-height: 40px;
    display: inline-block;
    border: none;
}
.minicart-inner .total {
    color: #000;
    font-size: 18px;
    padding: 15px 0;
    margin: 10px 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}
.minicart-inner .total .amount {
    float: right;
}
.my-account {
    position: relative;
}
.my-account .dropdown-user-info {
    right: 0;
    left: inherit;
    padding: 20px 0;
}
.my-account:hover .dropdown-user-info {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.user-icon .text {
    display: none;
}
/*HEADER STYLE 2*/
.show-special-menu {
    display: inline-block;
    position: relative;
    float: left;
    margin-top: 7px;
    margin-right: 30px;
}
.show-special-menu::before {
    content: "\f394";
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-family: "Ionicons";
}
.show-special-menu.close-button::before {
    content: "\f2d7";
}
.home .header.style2 .main-header {
    position: absolute;
    z-index: 111;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
}
.admin-bar.home .header.style2 .main-header {
    top: 32px;
}
.header .box-hidden-menu {
    opacity: 0;
    visibility: hidden;
}
.header .box-hidden-menu.show {
    opacity: 1;
    visibility: visible;
}
.header.style2 .main-header {
    background-color: #1b1d1c;
    /*padding: 40px 0 20px;*/
    padding: 20px 0;
}
.header.style2 .box-sticky {
    background-color: #1b1d1c;
}
/*HEADER STYLE 3*/
.home .header.style3 .main-header {
    /*padding: 0 44px 5px;*/
    position: absolute;
    z-index: 111;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 5px 44px;
    background-color: transparent;
}
.admin-bar.home .header.style3 .main-header {
    top: 32px;
}
.header.style3 .logo {
    margin-right: 80px;
    float: left;
}
.header.style3 .main-header,
.header.style3 .box-sticky {
    background-color: #232518;
}
.header.style3 .box-sticky {
    padding: 10px 44px;
}
/*HEADER STYLE 4*/
.search-block.style2 .search-inner {
    max-width: 270px;
    position: relative;
    display: block;
}
.search-block.style2 .search-inner .input {
    position: relative;
    padding: 0 40px 0 20px;
    border-radius: 20px;
    border: solid 1px #938f8c;
    line-height: 40px;
    width: calc(100% - 2px);
    color: #fff;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: 'Dosis', sans-serif;
}
.search-block.style2 .search-inner .btn-search,
.search-block.style2 .search-inner .btn-search:hover {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 5px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    font-size: 0;
    color: #fff;
    padding: 0;
    border: none;
    background-color: transparent;
}
.search-block.style2 .search-inner .btn-search::before {
    content: "\f2f5";
    font-family: "Ionicons";
    width: 30px;
    text-align: center;
    height: 30px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
}
.header.style4 .search-block {
    padding-top: 20px;
}
.header.style4 .header-top-item {
    padding-top: 15px;
}
.header.style4 .main-header,
.header.style4 .box-sticky {
    background-color: #271e19;
}
.header.style4 .main-header {
    padding: 10px 0 0;
}
.header.style4 .box-sticky .main-menu-prepend {
    padding-top: 18px;
}
.header.style4 .logo {
    text-align: center;
    margin-top: -10px;
}
.header.style4 .top-header {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 22px 0 26px;
}
.header.style4 .header-nav {
    text-align: center;
    /*padding: 12px 0 3px;*/
    padding: 13px 0;
}
.header.style4 .top-menu > li .minicart .icon {
    background-color: transparent;
    font-size: 30px;
}
.header.style4 .top-menu > li .my-account .icon {
    padding: 0 30px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.header.style4 .top-menu > li {
    float: right;
}
.header.style4 .top-menu > li:first-child {
    margin-right: 0;
    margin-left: 10px;
}
.header.style4 .top-menu > li:last-child {
    margin-left: 0;
    margin-right: 15px;
}
.header.style4 .minicart {
    padding-top: 6px;
}
.header.style4 .mobile-navigation .icon,
.header.style4 .mobile-navigation .text {
    color: #fff;
}
.header.style4 .mobile-navigation .icon span {
    background-color: #fff;
}
/*HEADER STYLE 5*/
.header.style5 .main-header {
    background-color: rgba(149, 135, 114, 0.8);
}
.header.style5 .main-header {
    padding: 20px 0;
}
/*HOME PAGE*/
/*Home 1*/
.home .breadcrumbs,
.home .page-title {
    display: none;
}
.main-content-home1 .main-banner {
    margin-bottom: 50px;
}
.main-content-home1 .main-banner .left-banner {
    padding-right: 5px;
    margin-bottom: 45px;
}
.main-content-home1 .main-banner .right-banner {
    padding-left: 5px;
    margin-bottom: 45px;
}
#rev_slider_1_1 .fameshop-nav.tparrows {
    opacity: 0;
    visibility: hidden;
}
#rev_slider_1_1:hover .fameshop-nav.tparrows {
    opacity: 1;
    visibility: visible;
}
#rev_slider_1_1 .fameshop-nav.tparrows,
#rev_slider_1_1 .fameshop-nav.tparrows:hover {
    background-color: transparent;
    font-size: 0;
}
#rev_slider_1_1 .fameshop-nav.tparrows::before {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    border: solid 1px;
    font-size: 18px;
    font-family: "Ionicons" !important;
}
#rev_slider_1_1 .fameshop-nav.tparrows.tp-leftarrow:before {
    content: "\f2ca" !important;
}
#rev_slider_1_1 .fameshop-nav.tparrows.tp-rightarrow:before {
    content: "\f30f" !important;
}
#rev_slider_1_1 .fameshop-nav .tp-bullet,
#rev_slider_1_1 .fameshop-nav .tp-bullet.selected,
#rev_slider_4_1 .fameshop-nav .tp-bullet,
#rev_slider_4_1 .fameshop-nav .tp-bullet.selected {
    border: solid 2px #fff;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
    background: transparent;
}
#rev_slider_1_1 .fameshop-nav .tp-bullet.selected::before,
#rev_slider_4_1 .fameshop-nav .tp-bullet.selected::before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 222;
    left: 50%;
    top: 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%);
}
/*Home 2*/
.brand-home2 {
    position: relative;
    z-index: -1;
}
/*Home 3*/
.equal-container.home3 .equal-elem.elem-right {
    background-color: #fff;
}
/*Home 4*/
.fameshop-slider-countdown .fameshop-countdown .box-count {
    border: solid 5px #fff;
    border-radius: 15px;
    height: 100px;
    padding-top: 16px;
    width: 80px;
    text-align: center;
    display: inline-block;
    margin: 0 0.5px;
    background-color: #5cad7b;
}
.fameshop-slider-countdown .fameshop-countdown .box-count.day,
.fameshop-slider-countdown .fameshop-countdown .box-count.min {
    background-color: #354b41;
}
.fameshop-slider-countdown .fameshop-countdown .box-count span {
    display: list-item;
    list-style: none;
}
.fameshop-slider-countdown .fameshop-countdown .box-count .number {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 5px;
    display: block;
}
.fameshop-slider-countdown .fameshop-countdown .box-count .number::after {
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.fameshop-slider-countdown .fameshop-countdown .box-count .text {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0;
    font-family: 'PT Sans Narrow', sans-serif;
}
/*Home 5*/
.home .blog-home5 {
    background-position: bottom center !important;
}
#rev_slider_3_1 .fameshop-nav.tp-bullets::before {
    display: none;
}
#rev_slider_3_1 .fameshop-nav .tp-bullets {
    height: auto !important;
}
#rev_slider_3_1 .fameshop-nav .tp-bullet {
    background: rgba(255, 255, 255, 0.7);
    width: 16px;
    height: 16px;
    border-radius: 16px;
    display: list-item;
    list-style: none;
    border: none;
    margin: 0 0 8px;
    position: static !important;
}
#rev_slider_3_1 .fameshop-nav .tp-bullet:hover {
    background: #fff;
}
#rev_slider_3_1 .fameshop-nav .tp-bullet.selected {
    height: 60px;
    background: #fff;
}
/*---*/

.nav-tab .section-head .section-title {
    font-size: 30px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin: 0 auto 45px;
    background-color: #fff;
    display: inline-block;
    padding: 0 40px;
}
.fameshop-tabs .tab-head .tab-title::before,
.fameshop-tabs .tab-head .tab-title::after {
    width: 1000px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fameshop-tabs .tab-head .tab-title::before {
    left: 100%;
}
.fameshop-tabs .tab-head .tab-title::after {
    right: 100%;
}
.special-title .section-head {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.nav-tab .section-head {
    margin-bottom: 50px;
}
.nav-tab .nav > li > a {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    padding: 0 35px;
    line-height: 40px;
    border: solid 2px #e5e5e5;
    border-radius: 20px;
}
.nav-tab .nav > li.active > a,
.nav-tab .nav > li > a:hover {
    color: #fff;
}
/*PRODUCT STYLE*/
.product-item {
    overflow: hidden;
    padding: 0;
}
.product-item .product-inner {
    position: relative;
    text-align: center;
}
.product-item .flash {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 10px;
}
.product-item .flash > span {
    display: list-item;
    list-style: none;
    margin: -5px 0 0;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px;
}
.product-item .flash .onnew {
    color: #57ce74;
    border-color: #57ce74;
}
.product-item .flash .onsale {
    color: #ff0000;
    border-color: #ff0000;
}
.product-item .product-inner .product-thumb {
    position: relative;
}
.product-item .product-inner .product-thumb .thumb-link {
    text-align: center;
}
.owl-carousel .product-item .product-inner .product-thumb .thumb-link img {
    margin: 0 auto;
}
.owl-carousel .product-item.product-style-4 .product-inner .product-thumb .thumb-link img {
    width: auto;
}
.product-item .button-top {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
}
.product-item:hover .button-top {
    opacity: 1;
    visibility: visible;
}
.product-item .button-top .inner {
    display: table;
    margin: 0 auto;
}
.product-item .button-top .quickview,
.product-item .button-top .wishlist {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.product-item .button-top .quickview {
    padding-right: 20px;
    text-align: right;
}
.product-item .button-top .wishlist {
    padding-left: 20px;
}
.single-product .product-item .button-top .quickview {
    padding-right: 5px;
}
.single-product .product-item .button-top .wishlist {
    padding-left: 5px;
}
.product-item .button-top .wishlist .feedback {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 5px;
    display: inline-block;
    display: none;
}
.product-item .button-top .yith-wcqv-button,
.product-item .button-top .yith-wcwl-add-to-wishlist a,
.product-item .button-top .yith-wcwl-add-to-wishlist {
    font-size: 14px;
    color: #555;
    letter-spacing: 0.4px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font-weight: 400;
    position: relative;
    display: inline-block;
}
.product-item .button-top .quickview .yith-wcqv-button,
.product-item .button-top .wishlist {
    position: relative;
}
.product-item .button-top .wishlist {
    text-align: left;
}
.product-item .button-top .quickview .yith-wcqv-button::before,
.product-item .button-top .wishlist .yith-wcwl-add-to-wishlist a::before {
    font-family: "Ionicons";
    font-size: 14px;
    color: #555;
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.product-item .button-top .quickview .yith-wcqv-button::before {
    content: "\f21f";
    font-size: 16px;
    margin-top: 3px;
}
.product-item .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 11px;
}
.product-item .button-top .wishlist .yith-wcwl-add-to-wishlist a::before {
    content: "\f443";
}
.product-item .product-inner .product-info {
    margin-top: 18px;
    overflow: hidden;
    position: relative;
    padding-top: 41px;
}
.product-item .product-inner .rating {
    margin-bottom: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.product-loop-cat a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #ccc;
}
.product-item .product-loop-cat {
    opacity: 0;
    visibility: hidden;
    margin: 0 0 24px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product-item:hover .product-loop-cat {
    opacity: 1;
    visibility: visible;
}
.product-item:hover .star-rating {
    opacity: 0;
    visibility: hidden;
}
.product-item .product-name {
    margin: 0;
}
.product-item .product-name a {
    display: block;
    font-size: 18px;
    color: #333;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 25px;
}
.product-item .product-name a::after {
    width: 50px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    content: "";
    background-color: #e5e5e5;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product-item .price {
    margin: 0 0 18px;
    display: block;
}
.product-item .price,
.product-item .price ins {
    font-size: 18px;
    text-decoration: none;
}
.product-item .price del {
    font-size: 14px;
    color: #ccc;
    margin-right: 5px;
}
.product-item .product-bottom {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
}
.product-item .product-bottom .inner {
    display: table;
    margin: 0 auto;
}
.product-item .product-bottom .added_to_cart,
.product-item .product-bottom .button,
.product-item .product-bottom .fameshop-loop-moredetail {
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.2px;
    line-height: 40px;
    border-radius: 25px;
    padding: 0 30px;
    border: solid 2px #e5e5e5;
    font-weight: 700;
    margin: 5px;
    background-color: transparent;
    display: inline-block;
    position: relative;
}
.product-item .product-bottom a:first-child {
    margin-left: 0;
}
.product-item .product-bottom a:last-child {
    margin-right: 0;
}
.product-item .product-bottom .added_to_cart,
.product-item .product-bottom .added_to_cart:hover,
.product-item .product-bottom .button:hover,
.product-item .product-bottom .fameshop-loop-moredetail:hover {
    color: #fff;
}
.product-item .product-bottom .button.added {
    display: none;
}
.product-item .product-bottom .button.loading::before {
    font-family: 'FontAwesome';
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    margin-right: 5px;
    display: inline-block;
}
.product-item .product-bottom .group-button-inner {
    margin-bottom: 20px;
}
.product-item .loop-social-links {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 35px;
    opacity: 0;
    visibility: hidden;
}
.product-item:hover .loop-social-links {
    opacity: 1;
    visibility: visible;
}
.product-item .loop-social-links a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    display: inline-block;
    border: solid 1px #e7e7e7;
    font-size: 14px;
    color: #555;
    display: inline-block;
    margin: 0 3px;
}
.product-item .loop-social-links a:hover {
    color: #fff;
}
.product-grid .product-item .product-name a {
    font-size: 14px;
}
.product-grid .product-item .product-inner .product-info {
    margin-top: 25px;
    padding-top: 25px;
}
.fameshop-products .head {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.fameshop-products .head .title {
    font-size: 30px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin: 15px auto 50px;
    display: inline-block;
    padding: 0 40px;
}
.fameshop-products .head .title::before,
.fameshop-products .head .title::after {
    width: 1000px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fameshop-products .head .title::before {
    left: 100%;
}
.fameshop-products .head .title::after {
    right: 100%;
}
.fameshop-products.box_product_layout.layout2 .product-item.product-style-2 .loop-social-links {
    display: none;
}
/* .product-item.product-style-2 .product-name a {
  font-size: 14px;
} */

.product-item.product-style-3 .product-inner {
    padding: 10px 20px 22px;
}
.product-item.product-style-3 .product-inner .product-info {
    padding-top: 40px;
    margin-top: 33px;
}
.product-item.product-style-3 .product-inner .thumb .thumb-link {
    padding: 10px 10px 0;
}
.product-item.product-style-3 .product-name a {
    font-size: 14px;
}
.product-item.product-style-3:hover .product-inner {
    -webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.product-item.product-style-3 .product-bottom {
    padding-bottom: 22px;
}
.product-item.product-style-3 .product-bottom .added_to_cart,
.product-item.product-style-3 .product-bottom .button,
.product-item.product-style-3 .product-bottom .fameshop-loop-moredetail {
    line-height: 30px;
    padding-left: 0 20px;
}
.fameshop-products.box_product_layout.layout3 {
    background-color: #fff;
}
.fameshop-products.box_product_layout.layout3 .owl-carousel .owl-controls .owl-nav .owl-prev {
    top: 140px;
    left: 0;
}
.fameshop-products.box_product_layout.layout3 .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 140px;
    right: 0;
}
.fameshop-products.box_product_layout.layout3 .product-item.product-style-3 .button-top .quickview {
    padding-right: 10px;
}
.fameshop-products.box_product_layout.layout3 .product-item.product-style-3 .button-top .wishlist {
    padding-left: 10px;
}
.fameshop-products.box_product_layout.layout3 .product-item.product-style-3 .product-inner {
    border-left: none;
    border-right: solid 1px #e5e5e5;
}
.fameshop-products.box_product_layout.layout3 .product-item.product-style-3 .product-bottom .group-button-inner {
    margin-bottom: 4px;
}
.product-item.product-style-4 .product-inner {
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}
.product-item.product-style-4:hover .product-inner {
    background-color: transparent;
}
.product-item.product-style-4 .product-inner::before {
    width: calc(100% - 2px);
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    border: solid 1px #fff;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}
.product-item.product-style-4:hover .product-inner::before {
    opacity: 1;
    visibility: visible;
}
.product-item.product-style-4 .product-info {
    width: calc(100% - 271px);
    float: right;
}
.product-item.product-style-4 .product-thumb {
    float: left;
    width: 270px;
}
.fameshop-product04 .button-top .inner {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    
    padding: 0 10px;
}
.fameshop-tabs.style2 .box_product_layout.layout4 .product-item:hover,
.fameshop-tabs.style2 .box_product_layout.layout4 .product-item {
    margin-top: 0;
    padding-top: 0;
    background-color: transparent;
}
.fameshop-tabs.style2 .box_product_layout.layout4 .product-item .product-name a {
    color: #fff;
}
.fameshop-tabs.style2 .box_product_layout.layout4 .product-item:hover .product-bottom .added_to_cart,
.fameshop-tabs.style2 .box_product_layout.layout4 .product-item:hover .product-bottom .button,
.fameshop-tabs.style2 .box_product_layout.layout4 .product-item:hover .product-bottom .fameshop-loop-moredetail {
    color: #fff;
}
.box_product_layout.layout4 .owl-carousel .owl-dots {
    position: absolute;
    z-index: 1;
    bottom: -77px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.box_product_layout.layout4 .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: solid 2px #fff;
    border-radius: 100%;
    position: relative;
    margin: 0 5px;
}
.box_product_layout.layout4 .owl-carousel .owl-dots .owl-dot.active::before {
    position: absolute;
    z-index: 2;
    width: 5px;
    height: 5px;
    background-color: #fff;
    content: "";
    top: 3px;
    left: 3px;
    border-radius: 100%;
}
.box_product_layout.layout4 .owl-carousel .owl-stage-outer:hover {
    padding-bottom: 150px;
    margin-bottom: -150px;
}
.box_product_layout.layout5 {
    padding: 0 60px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
}
.box_product_layout.layout5 .title {
    text-align: center;
    margin: 50px auto 40px;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 30px;
    line-height: 50px;
}
.box_product_layout.layout5 .title::before,
.box_product_layout.layout5 .title::after {
    display: none;
}
.box_product_layout.layout5 .owl-carousel .owl-controls .owl-nav .owl-prev,
.box_product_layout.layout5 .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #fff;
    color: #555;
    font-size: 18px;
}
.box_product_layout.layout5 .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.box_product_layout.layout5 .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #fff;
}
.box_product_layout.layout5 .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -50px;
}
.box_product_layout.layout5 .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -50px;
}
.box_product_layout.layout5:hover .owl-carousel .owl-controls .owl-nav .owl-prev,
.box_product_layout.layout5:hover .owl-carousel .owl-controls .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.box_product_layout.layout5 .countdown_box {
    text-align: center;
    margin: 50px auto 0;
    padding: 0 0 70px;
    display: table;
}
.box_product_layout.layout5 .countdown_box .countdown-label {
    float: left;
    font-size: 30px;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    margin: 10px 25px 0 0;
}
.box_product_layout.layout5 .fameshop-countdown {
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
}
.box_product_layout.layout5 .fameshop-countdown .box-count {
    display: inline-block
}
.box_product_layout.layout5 .fameshop-countdown .box-count span {
    display: list-item;
    list-style: none;
    margin: 0;
}
.box_product_layout.layout5 .fameshop-countdown .box-count {
    padding: 0 10px;
    border-right: solid 1px #999;
    display: inline-block;
    text-align: center;
    color: #333;
}
.box_product_layout.layout5 .fameshop-countdown .box-count.secs {
    border: none;
}
.box_product_layout.layout5 .fameshop-countdown .box-count span {
    display: list-item;
    list-style: none;
}
.box_product_layout.layout5 .fameshop-countdown .box-count .number {
    font-size: 18px;
    font-weight: 700;
}
.box_product_layout.layout5 .fameshop-countdown .box-count .text {
    font-size: 14px;
    margin: -6px 0 0;
}
.box_product_layout.layout6 .product-item {
    border-right: solid 1px #f2f2f2;
}
.box_product_layout.layout6 .owl-item.active.item-last .product-item {
    border-right: none;
}
.box_product_layout.layout6 .product-item .loop-social-links {
    display: none;
}
.box_product_layout.layout6 .product-item .product-name a {
    font-size: 14px;
}
.box_product_layout.layout6 .product-item .product-bottom .added_to_cart,
.box_product_layout.layout6 .product-item .product-bottom .button,
.box_product_layout.layout6 .product-item .product-bottom .fameshop-loop-moredetail {
    line-height: 30px;
    padding: 0 20px;
    margin: 5px 2px 0;
}
.box_product_layout.layout6 .owl-carousel .owl-controls .owl-nav .owl-prev,
.box_product_layout.layout6 .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 170px;
}
.box_product_layout.layout6 .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -22px;
}
.box_product_layout.layout6 .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -22px;
}
ul.product-list-grid .product-item.product-style-4 {
    padding: 5px;
    margin: 0;
}
ul.product-list-grid .product-item.product-style-4:nth-child(1) .product-info,
ul.product-list-grid .product-item.product-style-4:nth-child(3) .product-info,
ul.product-list-grid .product-item.product-style-4:nth-child(5) .product-info,
ul.product-list-grid .product-item.product-style-4:nth-child(7) .product-info,
ul.product-list-grid .product-item.product-style-4:nth-child(9) .product-info,
.owl-carousel .owl-item:nth-child(odd) .product-item.product-style-4 .product-info,
.owl-carousel .owl-item:nth-child(even) .product-item.product-style-4 .product-thumb {
    float: left;
}
ul.product-list-grid .product-item.product-style-4:nth-child(1) .product-thumb,
ul.product-list-grid .product-item.product-style-4:nth-child(3) .product-thumb,
ul.product-list-grid .product-item.product-style-4:nth-child(5) .product-thumb,
ul.product-list-grid .product-item.product-style-4:nth-child(7) .product-thumb,
ul.product-list-grid .product-item.product-style-4:nth-child(9) .product-thumb,
.owl-carousel .owl-item:nth-child(even) .product-item.product-style-4 .product-info,
.owl-carousel .owl-item:nth-child(odd) .product-item.product-style-4 .product-thumb {
    float: right;
}
.product-item.product-style-4 .product-name a,
.product-item.product-style-4 .product-bottom .added_to_cart,
.product-item.product-style-4 .product-bottom .button,
.product-item.product-style-4 .product-bottom .fameshop-loop-moredetail {
    color: #fff;
}
.product-item.product-style-4 .button-top {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: inherit;
    z-index: 2;
}
.product-item.product-style-4 .button-top .quickview {
    padding-right: 5px;
    text-align: center;
}
.product-item.product-style-4 .button-top .wishlist {
    padding-left: 5px;
    text-align: center;
}
.product-item.product-style-5 .product-inner .product-info {
    float: left;
    text-align: left;
    max-width: 345px;
    padding: 100px 0 0;
    margin: 0;
}
.product-item.product-style-5 .product-inner .product-featured-flash {
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 5px;
    color: #f9f9f9;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
}
.product-item.product-style-5 .flash {
    top: 30px;
    right: 50px;
}
.product-item.product-style-5 .product-inner .product-thumb {
    max-width: 600px;
    float: right;
}
.product-item.product-style-5 .star-rating {
    opacity: 1;
    visibility: visible;
}
.product-item.product-style-5 .product-name a {
    font-size: 30px;
    font-weight: 700;
}
.product-item.product-style-5 .product-name a::after {
    right: inherit;
}
.product-item.product-style-5 .price,
.product-item.product-style-5 .price ins {
    font-size: 30px;
}
.product-item.product-style-5 .excerpt-content {
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 30px;
}
.product-item.product-style-5 .product-bottom {
    text-align: left;
}
.product-item.product-style-5 .product-bottom .inner {
    display: block;
}
.product-item.product-style-5 .product-bottom .added_to_cart,
.product-item.product-style-5 .product-bottom .button,
.product-item.product-style-5 .product-bottom .fameshop-loop-moredetail {
    background-color: transparent;
    color: #555;
    font-size: 18px;
    border: none;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
    position: relative;
}
.product-item.product-style-5 .product-bottom .added_to_cart:hover,
.product-item.product-style-5 .product-bottom .button:hover,
.product-item.product-style-5 .product-bottom .fameshop-loop-moredetail:hover {
    background-color: transparent;
}
.product-item.product-style-5 .product-bottom .add_to_cart_button::before {
    display: inline-block;
    content: "\f370";
    margin-right: 6px;
    font-family: "Ionicons";
}
.product-item.product-style-5 .product-bottom .add_to_cart_button.loading::before {
    font-family: 'FontAwesome';
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    margin-right: 6px;
}
.product-item.product-style-5 .product-bottom .button::after,
.product-item.product-style-5 .product-bottom .added_to_cart::after {
    width: 1px;
    height: 20px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
}
.product-item.product-style-6 {
    padding: 5px 5px 0;
    margin-bottom: 10px;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    overflow: inherit;
}
.product-item.product-style-6 .product-bottom {
    position: relative;
}
.product-item.product-style-6:hover {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.product-item.product-style-6:hover .product-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.product-item.product-style-6 .loop-social-links {
    padding-bottom: 15px;
}
.box_product_layout.layout4 .owl-carousel .product-item.product-style-6 .product-bottom .group-button-inner {
    margin-bottom: 25px;
}
.box_product_layout.layout4 .owl-carousel .product-item.product-style-6 .loop-social-links {
    position: absolute;
    z-index: 1;
    top: 100%;
    margin-top: -5px;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
}
.box_product_layout.layout4 .owl-carousel .product-item.product-style-6:hover .loop-social-links {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.box_product_layout.layout4 .owl-carousel:hover {
    z-index: 99;
}
.box_product_layout.layout4 .owl-carousel .product-item.product-style-6 {
    padding: 5px;
    margin: 0;
}
.box_product_layout.layout4 .owl-carousel .owl-controls .owl-nav .owl-prev {
    top: 180px;
    left: -20px;
}
.box_product_layout.layout4 .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 180px;
    right: -20px;
}
.product-item.product-style-7 .product-inner .product-info {
    float: left;
    padding: 35px 20px 0 30px;
    width: calc(100% - 271px);
    margin-top: 36px;
}
.product-item.product-style-7 .product-inner .rating {
    left: 30px;
    right: 20px;
}
.product-item.product-style-7 .product-inner .product-thumb {
    float: right;
    max-width: 270px;
}
.product-item.product-style-7 .star-rating {
    opacity: 1;
    visibility: visible;
}
.product-item.product-style-7 {
    background-color: #fff;
}
.product-item.product-style-7 .product-name a {
    font-size: 14px;
}
.product-item.product-style-7 .product-bottom .added_to_cart,
.product-item.product-style-7 .product-bottom .button,
.product-item.product-style-7 .product-bottom .fameshop-loop-moredetail {
    padding: 0 20px;
    line-height: 30px;
}
/*PRODUCT GRID*/
ul.products,
ul.product-list-grid {
    padding: 0;
    line-height: 0;
    font-size: 0;
}
ul.products li,
ul.product-list-grid li {
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
}
ul.product-list {
    margin: 0;
}
ul.product .list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.product-item.grid .product-inner .product-thumb {
    border: solid 1px #e7e7e7;
}
.product-item.grid .button-top .quickview {
    padding-right: 5px;
}
.product-item.grid .button-top .wishlist {
    padding-left: 5px;
}
ul.product-list-grid .product-item .product-bottom .added_to_cart,
ul.product-list-grid .product-item .product-bottom .button,
ul.product-list-grid .product-item .product-bottom .fameshop-loop-moredetail {
    padding: 0 20px;
    line-height: 30px;
    margin: 5px;
}
ul.product-list-grid .product-item .product-name a {
    font-size: 14px;
}
ul.product-list-grid .product-item.product-style-5 .product-bottom .added_to_cart,
ul.product-list-grid .product-item.product-style-5 .product-bottom .button,
ul.product-list-grid .product-item.product-style-5 .product-bottom .fameshop-loop-moredetail {
    padding: 0 15px 0 0;
}
ul.product-grid .product-item {
    overflow: inherit;
}
ul.product-grid .product-item .price {
    margin-bottom: -5px;
}
ul.product-grid .product-item .product-bottom {
    position: absolute;
    z-index: 2;
    top: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    padding-top: 24px;
}
ul.product-grid .product-item:hover .product-bottom {
    opacity: 1;
    visibility: visible;
}
/*PRODUCT LIST*/
.product-item.list,
.woocommerce .products .product-item.list,
.woocommerce .products.product-list .product-item {
    border-bottom: dashed 1px #e5e5e5;
    padding: 30px 0;
}
.product-item.list .product-inner {
    float: left;
    width: 100%;
}
.product-item.list:last-child {
    border: none;
    margin-bottom: 5px;
}
.product-item.list .product-inner .product-thumb {
    float: left;
    max-width: 250px;
}
.product-item.list .product-inner .product-info {
    text-align: left;
    padding-left: 30px;
    margin-top: 0;
    padding-top: 15px;
}
.product-item.list .button-top .quickview {
    padding-right: 5px;
}
.product-item.list .button-top .wishlist {
    padding-left: 5px;
}
.product-item.list .product-name a {
    padding-bottom: 0;
    margin-bottom: 16px;
    font-size: 14px;
}
.product-item.list .product-name a::after {
    display: none;
}
.product-item.list .product-inner .rating {
    margin-bottom: 10px;
    position: relative;
}
.product-item.list .star-rating,
.product-item.list:hover .star-rating {
    opacity: 1;
    visibility: visible;
}
.product-item.list .price {
    margin-bottom: 10px;
}
.product-item .product-info .excerpt-content p {
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px;
    letter-spacing: -0.2px;
    line-height: 24px;
}
.product-item.list .product-bottom .inner {
    display: block;
    margin: 0;
    text-align: left;
}
.product-item.list .product-bottom .added_to_cart,
.product-item.list .product-bottom .button,
.product-item.list .product-bottom .fameshop-loop-moredetail {
    display: inline-block;
    float: left;
    margin-left: 0;
    line-height: 30px;
    padding: 0 20px;
}
.product-item.list .product-bottom .button.added {
    display: none;
}
.product-list-owl .owl-controls .owl-nav .owl-prev,
.product-list-owl .owl-controls .owl-nav .owl-next {
    top: 23%;
}
.row-banner-offset {
    background-image: url('../images/home1/bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.row-banner-offset .product-list-owl {
    background-color: #fff;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}
.product-deals {
    text-align: center;
    padding: 94px 180px 0 0;
}
.product-deals .content {
    float: right;
    max-width: 340px;
}
.product-deals .title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin: 0 auto 35px;
    padding: 0 25px;
    line-height: 50px;
    text-transform: uppercase;
}
.product-deals .subtitle {
    font-size: 30px;
    color: #fff;
    margin: 0 0 15px;
}
.product-deals .kt-countdown .box-count {
    padding: 0 10px;
    border-right: solid 1px #fff;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.product-deals .kt-countdown .box-count.secs {
    border: none;
}
.kt-countdown .box-count ul li {
    list-style: none;
}
.kt-countdown .box-count .number {
    font-size: 18px;
}
.kt-countdown .box-count .text {
    font-size: 14px;
}
.box_product_layout.layout1 .owl-carousel .owl-controls .owl-nav .owl-prev,
.box_product_layout.layout1 .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 160px;
    background-color: #fff;
    color: #555;
}
.box_product_layout.layout1 .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -22px;
}
.box_product_layout.layout1 .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -22px;
}
/*-----------------------
INNER PAGE
------------------------*/
.block-page-banner .banner-item {
    background-position: center;
    background-repeat: no-repeat;
}
.block-page-banner.owl-carousel .owl-controls .owl-nav .owl-prev,
.block-page-banner.owl-carousel .owl-controls .owl-nav .owl-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.block-page-banner.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 375px;
}
.block-page-banner.owl-carousel .owl-controls .owl-nav .owl-next {
    right: 375px;
}
.block-page-banner.owl-carousel .owl-controls .owl-dots {
    bottom: 16px;
    left: 50%;
}
.page-404 {
    min-height: 400px;
    text-align: center;
    padding: 50px 0 150px;
}
.page-404 .heading {
    font-size: 160px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 60px 0;
}
.page-404 .title {
    font-size: 30px;
    color: #555;
    margin: 0 0 20px;
}
.page-404 p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #555;
}
.page-404 .button {
    padding: 0 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border-radius: 25px;
}
.woocommerce-breadcrumb,
.breadcrumb {
    line-height: 50px;
    border-bottom: solid 1px #e5e5e5;
    padding: 0;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 24px;
    border-radius: 0;
}
.breadcrumb > li + li:before {
    content: "\f30f";
    font-family: "Ionicons";
    color: #ccc;
    font-size: 14px;
}
.breadcrumb i,
.woocommerce-breadcrumb i {
    margin: 0 7px;
    font-size: 14px;
    color: #ccc;
}
.breadcrumb i::before,
.woocommerce-breadcrumb i::before {
    content: "\f30f";
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a,
.breadcrumb a,
.breadcrumb span {
    font-size: 14px;
    color: #555;
    letter-spacing: 0.2px;
}
.woocommerce-MyAccount-navigation {
    width: 270px;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    margin: 0 0 50px 0;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
    padding: 5px 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    color: #555;
}
.woocommerce-MyAccount-content {
    overflow: hidden;
    padding-left: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 18px;
    color: #555;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
    color: #fff;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
}
.woocommerce form .form-row label {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    display: block;
}
.woocommerce form .form-row label .required {
    font-size: 0;
    position: relative;
    border: none;
    background-color: transparent;
}
.woocommerce form .form-row label .required::before {
    content: "*";
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    color: #ff0000;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    font-size: 13px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    border: solid 1px #e5e5e5;
    height: 40px;
    padding: 0 60px 0 20px;
    width: 100%;
}
.woocommerce form .form-row textarea {
    height: auto;
    padding: 10px 20px;
}
.woocommerce form .form-row .button {
    line-height: 50px;
    border-radius: 25px;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
    margin: 20px 0 30px;
}
.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-MyAccount-content .button:hover {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    border-radius: 20px;
}
.login .fameshop_login_username,
.login .fameshop_login_password {
    position: relative;
}
.login .fameshop_login_username .icon::before,
.login .fameshop_login_password .icon::before {
    position: absolute;
    z-index: 1;
    right: 1px;
    width: 39px;
    height: 38px;
    top: 1px;
    background-color: #f9f9f9;
    color: #999;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    font-family: 'FontAwesome';
}
.login .fameshop_login_username .icon::before {
    content: "\f007";
}
.login .fameshop_login_password .icon::before {
    content: "\f023";
}
.woocommerce .cart-empty {
    font-size: 18px;
    color: #333;
}
.woocommerce .return-to-shop a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 25px;
    display: inline-block;
}
.woocommerce table.wishlist_table thead {
    background-color: transparent;
    border-bottom: solid 1px #e5e5e5;
}
.woocommerce table.wishlist_table thead th {
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    border-bottom: solid 1px #e5e5e5;
    padding: 27px 12px;
    font-family: 'Poppins', sans-serif;
}
.woocommerce table.wishlist_table th,
.woocommerce table.wishlist_table td {
    border: none;
    text-align: left;
}
.woocommerce table.wishlist_table tr td.product-remove {
    text-align: center;
}
.woocommerce table.wishlist_table .wishlist-empty {
    font-size: 14px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.woocommerce table.wishlist_table tbody tr:last-child {
    border: solid 1px #e5e5e5;
}
.woocommerce table.wishlist_table td.product-add-to-cart a {
    padding: 10px 30px;
    border-radius: 20px;
}
.woocommerce > h2,
#customer_login h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: -6px;
    margin-bottom: 40px;
}
#customer_login {
    margin-bottom: 150px;
    overflow: hidden;
}
#customer_login .u-column1.col-1 {
    float: left;
    width: 50%;
    padding-right: 50px;
    border-right: solid 1px #e5e5e5;
}
#customer_login .u-column2.col-2 {
    float: right;
    width: 50%;
    padding-left: 50px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    padding: 0;
    margin: 20px 0 0;
    font-size: 16px;
}
.woocommerce .register_desc {
    font-size: 14px;
    color: #555;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    margin-bottom: 42px;
}
.woocommerce input.button,
.woocommerce input.button:hover,
#fameshop_show_register {
    line-height: 50px;
    border-radius: 25px;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}
.woocommerce .woocommerce-form__label-for-checkbox span:not(.required) {
    padding-left: 30px;
    float: left;
    max-width: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    margin-top: 25px;
    font-size: 14px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
}
.woocommerce .woocommerce-form__label-for-checkbox span::after {
    width: 18px;
    height: 18px;
    border: solid 1px #e5e5e5;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 3px;
    content: "";
}
.woocommerce form .woocommerce-checkout-payment .form-row label .required::before {
    margin-top: 25px;
}
.woocommerce .woocommerce-form__label-for-checkbox span.required::after,
.woocommerce .woocommerce-form__label-for-checkbox input[type=checkbox] {
    display: none;
}
.woocommerce .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 10px;
    color: #333;
    position: absolute;
    z-index: 2;
    padding: 0;
    line-height: 18px;
}
.woocommerce .lost_password {
    float: right;
    margin-top: 5px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.woocommerce .login-heading,
#customer_login .login-heading {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}
.woocommerce .woocommerce-form-login {
    max-width: 570px;
}
#customer_login .woocommerce form .form-row input.input-text,
#customer_login .woocommerce form .form-row textarea {
    width: 100%;
}
.woocommerce-form-login .wp-social-login-widget,
#customer_login .wp-social-login-widget {
    clear: both;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
}
.woocommerce-form-login {
    margin-bottom: 150px
}
.wp-social-login-connect-with {
    padding: 0 10px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}
.wp-social-login-connect-with::before,
.wp-social-login-connect-with::after {
    width: 1000px;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translatey(-50%);
}
.wp-social-login-connect-with::before {
    right: 100%;
}
.wp-social-login-connect-with::after {
    left: 100%;
}
.woocommerce_checkout_login .wp-social-login-connect-with {
    float: left;
}
.woocommerce_checkout_login .wp-social-login-widget {
    margin-top: 100px;
}
.wp-social-login-widget .wp-social-login-provider-list {
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.wp-social-login-widget .wp-social-login-provider-list {
    padding-top: 25px;
}
.wp-social-login-widget .wp-social-login-provider-list a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 70px;
    position: relative;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin: 0 4px;
}
.wp-social-login-widget .wp-social-login-provider-list a::before {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 1;
    left: 15px;
    line-height: 40px;
    font-size: 24px;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook {
    background-color: #3b5998;
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-facebook::before {
    content: "\f09a";
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-google::before {
    content: "\f0d5";
}
.wp-social-login-widget .wp-social-login-provider-list .wp-social-login-provider-google {
    background-color: #ea4235;
}
#customer_login .woocommerce form.login {
    margin-bottom: 0;
}
.fameshop-banner.banner-about.style1 {
    padding-left: 400px;
}
.google-map .title,
.wpcf7-form .title, .contact-form-title {
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: solid 2px #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.wpcf7-form .title, .contact-form-title {
    margin-bottom: 30px;
}
.shop_table th {
    font-weight: 700;
}
.shop_table.cart,
.shop_table.cart th,
.shop_table.cart td {
    border: none;
}
.shop_table.cart thead {
    background-color: transparent;
}
.shop_table.cart tr {
    border: solid 1px #e5e5e5;
    border-top: none;
}
.shop_table.cart tbody tr:last-child,
.shop_table.cart tr:last-child td,
.shop_table.cart tr:last-child td:last-child {
    border: none;
}
.shop_table.cart thead th:last-child,
.shop_table.cart tr td:last-child {
    border-right: solid 1px #e5e5e5;
}
.shop_table.cart thead tr {
    border-top: solid 1px #e5e5e5;
    height: 80px;
}
.shop_table.cart .actions .left-content {
    float: left;
}
.shop_table.cart .actions .right-content {
    float: right;
}
.shop_table.cart th {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.shop_table.cart .product-thumbnail {
    display: table;
}
.shop_table.cart .product-thumbnail .thumb {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    width: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.shop_table.cart .product-thumbnail .product-title {
    overflow: hidden;
    margin-top: 2px;
    display: table-cell;
    vertical-align: middle;
}
.shop_table.cart .product-thumbnail .product-title > a {
    color: #000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: block;
}
.shop_table.cart .product-thumbnail .product-title .product-categories a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}
.shop_table.cart .product-remove .remove {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background-color: #ff887b;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.shop_table.cart .product-price .amount {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.shop_table.cart .product-price del .amount {
    color: #999;
    font-size: 14px;
}
.shop_table.cart .product-quantity .quantity {
    width: 120px;
    border: solid 2px #e5e5e5;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    text-align: center;
    margin: 0 auto;
}
.shop_table.cart .product-quantity .quantity a {
    width: 33px;
    display: inline-block;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 0;
}
.shop_table.cart .product-quantity .quantity input {
    border: none;
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    width: 50px;
    float: left;
    padding: 0;
    line-height: 32px;
    text-align: center;
}
.shop_table.cart .product-quantity .quantity .quantity-minus {
    float: left;
}
.shop_table.cart .product-subtotal .amount {
    font-size: 18px;
    color: #555;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.shop_table.cart .product-quantity {
    text-align: center;
    overflow: hidden;
}
.shop_table.cart tbody .actions {
    padding: 30px 0;
}
.shop_table.cart .actions .left-content .input-text {
    border: solid 3px #e5e5e5;
    border-radius: 25px;
    font-size: 14px;
    height: 50px;
    line-height: 44px;
    padding: 0 40px;
    line-height: 50px;
    margin-right: 5px;
}
.shop_table.cart .actions .left-content .coupon .input-text {
    font-family: 'Poppins', sans-serif;
    color: #999;
    font-size: 14px;
}
.shop_table.cart .actions .right-content a,
.shop_table.cart .actions .right-content .button,
.shop_table.cart .actions .left-content .button,
.shop_table.cart .actions .right-content input[type="submit"]:disabled {
    background-color: #f4f4f4;
    color: #000;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
}
.shop_table.cart .actions .right-content .button {
    margin-right: 5px;
}
.shop_table.cart .actions .right-content input[type="submit"],
.shop_table.cart .actions .right-content input[type="submit"]:hover,
.shop_table.cart .actions .right-content .button:hover,
.shop_table.cart .actions .left-content .button:hover {
    color: #fff;
}
.shop_table.cart .actions .fameshop-checkout-url {
    position: relative;
}
.shop_table.cart .actions .fameshop-checkout-url::after {
    display: inline-block;
    content: "\f00c";
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    line-height: 26px;
    margin-left: 35px;
    font-family: "FontAwesome";
    color: #000;
}
.cart-collaterals {
    margin-bottom: 60px;
    margin-top: 68px;
}
.cart-collaterals h2 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 26px;
}
.cart-collaterals .shop_table th {
    background-color: #f9f9f9;
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
    width: 300px;
}
.cart-collaterals .shop_table tr {
    min-height: 48px;
}
.cart-collaterals .shop_table .cart-subtotal td {
    font-size: 14px;
    color: #555;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.cart-collaterals .shop_table .shipping td {
    font-size: 14px;
    color: #999;
}
.cart-collaterals .shop_table .order-total td {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.cart-collaterals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
.cart-collaterals .woocommerce form .form-row input.input-text {
    font-size: 14px;
}
.cart-collaterals .shop_table .woocommerce-shipping-calculator .button {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    color: #fff;
    background-color: #f4f4f4;
    border-radius: 25px;
}
.cart-collaterals .shop_table .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow b {
    font-size: 0;
    border: none;
    top: 2px;
}
.cart-collaterals .shop_table .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    color: #999;
    font-size: 13px;
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
}
.related .product-grid-title {
    font-size: 18px;
    color: #000;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.related {
    margin-bottom: 60px;
}
.woocommerce .timeline-horizontal {
    margin-bottom: 175px;
}
.woocommerce #checkout_timeline.text {
    display: table;
    width: 100%;
    padding: 0;
    border: solid 1px #e5e5e5;
    overflow: hidden;
    margin-bottom: 45px;
}
.woocommerce #checkout_timeline.text li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.woocommerce #checkout_timeline.text li::after {
    border-width: 1px;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
}
.woocommerce #checkout_timeline.text li:last-child::after {
    display: none;
}
#checkout_timeline.text li .timeline-wrapper {
    text-align: center;
    min-height: 40px;
    line-height: 40px;
}
#checkout_timeline.text li .timeline-wrapper::after {
    display: none !important;
}
#checkout_timeline.text li .timeline-wrapper .timeline-step,
#checkout_timeline li .timeline-wrapper .timeline-label {
    text-transform: capitalize;
    color: #999;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding: 0;
    display: inline-block;
    font-weight: 400;
    width: auto;
}
#checkout_timeline.text li .timeline-wrapper .timeline-step {
    display: inline-block !important;
}
#checkout_timeline.text li.active .timeline-wrapper .timeline-step,
#checkout_timeline li.active .timeline-wrapper .timeline-label {
    color: #000;
}
.woocommerce-checkout .woocommerce-billing-fields > h3 {
    font-size: 14px;
    color: #444;
    font-weight: 700;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
    overflow: hidden;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields input[type="checkbox"]:checked + span::before,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox span::after {
    top: -3px;
}
.woocommerce .woocommerce-checkout .woocommerce .woocommerce-form__label-for-checkbox span {
    font-weight: 400;
    color: #999;
}
.woocommerce-checkout-payment {
    margin-bottom: 30px;
}
.woocommerce-checkout-payment .payment_methods {
    padding: 0;
}
.woocommerce-checkout-payment .payment_methods li {
    list-style: none;
}
.woocommerce #yith-wcms-back-to-cart-button {
    line-height: 50px;
    border-radius: 25px;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}
.woocommerce-checkout-payment .payment_methods li label {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    margin-left: 10px;
    margin-top: -2px;
    margin-bottom: 0;
}
.woocommerce-checkout-payment .payment_methods li .payment_box {
    font-size: 14px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    padding-left: 20px;
    margin: 20px 0;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table thead th {
    background-color: #f9f9f9;
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
}
.woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table td {
    font-size: 14px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.shop-page .page-title {
    margin-bottom: 10px;
    color: #333;
}
.shop-page .pagination {
    border-top: solid 2px #e5e5e5;
    margin-top: -15px;
}
.shop-top-control {
    margin-bottom: 40px;
}
.shop-top-control .woocommerce-result-count {
    float: left;
    font-size: 14px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 0;
}
.shop-top-control .right-control {
    float: right;
}
.shop-top-control .right-control .fameshop-ordering {
    float: left;
    margin-right: 30px;
}
.shop-top-control .fameshop-ordering .text {
    float: left;
    color: #555;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 6px 10px 0 0;
}
.shop-top-control .chosen-container-single .chosen-single {
    line-height: 34px;
    border: solid 1px #ebebeb;
    color: #555;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 0 20px;
    border-radius: 5px;
    background-color: transparent;
    background-image: none;
}
.shop-top-control .chosen-container-single .chosen-single span::before {
    color: #555;
    font-size: 14px;
    content: "\f107";
    font-family: "FontAwesome";
}
.shop-top-control .chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 5px 5px 0 0;
    background-color: transparent;
    background-image: none;
}
.shop-top-control .chosen-container.chosen-with-drop .chosen-drop {
    border: solid 1px #ebebeb;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #ccc;
    background-image: none;
}
.shop-top-control .chosen-container {
    max-width: 170px;
}
.shop-top-control .select-option {
    float: right;
}
.grid-view-mode {
    overflow: hidden;
    display: inline-block;
    float: right;
}
.grid-view-mode a {
    border: solid 1px #e8e8e8;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    float: left;
    min-width: 30px;
    text-align: center;
    color: #999;
    font-size: 20px;
}
.grid-view-mode .mode-list {
    border-radius: 0 5px 5px 0;
}
.grid-view-mode .mode-grid {
    border-radius: 5px 0 0 5px;
}
.grid-view-mode a:hover,
.grid-view-mode a.active {
    color: #fff;
}
/*SINGLE PRODUCTS*/
.fameshop-single-product-title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.next-prev-products {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 0;
}
.next-prev-products a {
    font-size: 18px;
    color: #555;
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 100%;
    border: solid 1.5px #e5e5e5;
    display: inline-block;
    margin: 0 1px;
    text-align: center;
}
.next-prev-products a:hover {
    color: #fff;
}
.single-product-thumb {
    position: relative;
    overflow: hidden;
}
.single_count_down {
    margin: 20px 0;
    padding: 20px 0 15px;
    border-top: dashed 1px #e5e5e5;
    border-bottom: dashed 1px #e5e5e5;
}
.single_count_down .text-label {
    color: #333;
    font-size: 30px;
}
.single_count_down .countdown_label {
    float: left;
    margin-right: 15px;
}
.single_count_down .product-count-down {
    position: relative;
    display: inline-block;
}
.single_count_down .product-count-down .box-count {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    text-align: center;
}
.single_count_down .product-count-down .box-count.secs::after {
    display: none;
}
.single_count_down .product-count-down .box-count::after {
    content: "";
    width: 1px;
    height: 30px;
    top: 0;
    bottom: 5px;
    right: 0;
    position: absolute;
    z-index: 1;
    background-color: #333;
    margin: auto;
}
.single_count_down .product-count-down .box-count .number {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    display: block;
}
.single_count_down .product-count-down .box-count .text {
    font-size: 14px;
    color: #333;
    display: block;
    margin-top: -10px;
}
.single-product-thumb .flex-viewport {
    margin-bottom: 20px;
}
.single-product-thumb .is_vertical .flex-viewport {
    border: solid 1px #e5e5e5;
    float: right;
    width: calc(100% - 12.28% - 20px);
}
.left-sidebar .single-product-thumb .is_vertical .flex-viewport,
.right-sidebar .single-product-thumb .is_vertical .flex-viewport {
    width: calc(100% - 12.28% - 40px);
}
.single-product-thumb .woocommerce-product-gallery {
    position: relative;
}
.single-product-thumb .woocommerce-product-gallery::before,
.single-product-thumb .woocommerce-product-gallery::after {
    display: table;
    content: '';
}
.single-product-thumb .woocommerce-product-gallery::after {
    clear: both;
}
.single-product-thumb .woocommerce-product-gallery__trigger img,
.single-product-thumb .woocommerce-product-gallery__trigger img.emoji {
    display: none !important;
}
.single-product-thumb .woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 10px;
}
.single-product-thumb .woocommerce-product-gallery__trigger::before {
    content: "\f4a4";
    font-family: "Ionicons";
    font-size: 26px;
    opacity: 0;
}
.single-product-thumb .woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger::before {
    opacity: 1;
}
.single-product-thumb .is_vertical .flex-control-thumbs.slick-vertical {
    padding: 0;
    float: left;
    left: 0;
    width: 12.28%;
    display: inline-block;
    top: 30px;
    min-width: 70px;
}
.single-product-thumb .flex-control-thumbs.slick-vertical .slick-arrow {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: -30px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background-color: #fff;
    border: 1px solid #222;
}
.single-product-thumb .flex-control-thumbs.slick-vertical .slick-arrow.ion-android-arrow-back::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.single-product-thumb .flex-control-thumbs.slick-vertical .slick-arrow.ion-android-arrow-forward {
    top: auto;
    bottom: -40px;
}
.single-product-thumb .flex-control-thumbs.slick-vertical .slick-arrow.ion-android-arrow-forward::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.single-product-thumb .flex-control-thumbs.slick-vertical .slick-slide {
    display: list-item;
    list-style: none;
    width: 70px !important;
    border: solid 1px #e5e5e5;
    float: none;
    margin: 10px 0 0;
}
.single-product-thumb .flex-control-thumbs .slick-slide {
    margin: 1px 5px;
    border: solid 1px #e5e5e5;
    padding: 1px;
}
.single-product-thumb .flex-control-thumbs .slick-slide img {
    width: 100%;
}
.single-product-thumb .single-thum-back a,
.single-product-thumb .single-thum-next a {
    font-size: 12px;
    color: #555;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 100%;
    border: solid 1.5px #e5e5e5;
    display: inline-block;
    margin: 0 1px;
    text-align: center;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
}
.single-product-thumb .woocommerce-product-gallery:hover .single-thum-back a,
.single-product-thumb .woocommerce-product-gallery:hover .single-thum-next a {
    opacity: 1;
    visibility: visible;
}
.single-product-thumb .single-thum-back a {
    left: 10px;
}
.single-product-thumb .is_vertical .single-thum-back a {
    left: 100px;
}
.single-product-thumb .single-thum-next a {
    right: 10px;
}
.single-product-thumb .single-thum-back a:hover,
.single-product-thumb .single-thum-next a:hover {
    color: #fff;
}
.single-product-thumb .slick-slider {
    padding: 0 45px;
}
.single-product-thumb .slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: solid 2px #e5e5e5;
    font-size: 12px;
    color: #555;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-product-thumb .slick-slider .ion-android-arrow-back {
    left: 0;
}
.single-product-thumb .slick-slider .ion-android-arrow-forward {
    right: 0;
}
.single-product-thumb .slick-slider .slick-arrow:hover {
    color: #fff;
}
.single-product .entry-summary {
    overflow: hidden;
}
.single-product .entry-summary .price {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}
.single-product .entry-summary .price del {
    font-size: 14px;
    color: #ccc;
}
.single-product .entry-summary .woocommerce-product-details__short-description {
    border-bottom: dashed 1px #e5e5e5;
    margin-bottom: 23px;
}
.single-product .entry-summary .woocommerce-product-details__short-description p {
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px;
}
.single-product .entry-summary .discout_percent_label {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    border-radius: 5px;
    padding: 0 15px;
    line-height: 20px;
}
.single-product .entry-summary .quantity {
    border: 2px solid #e5e5e5;
    padding: 0 20px;
    position: relative;
    height: 40px;
    border-radius: 5px;
    max-width: 145px;
    float: left;
    margin-right: 10px;
}
.single-product .entry-summary .quantity .fameshop-label {
    float: left;
    font-size: 14px;
    line-height: 36px;
    color: #555;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
.single-product .entry-summary .quantity input[type="text"] {
    border: none;
    width: 50px;
    height: 34px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
}
.single-product .entry-summary .quantity .group-btn {
    float: right;
}
.single-product .entry-summary .quantity .group-btn a {
    display: list-item;
    font-size: 14px;
    color: #999;
    list-style: none;
    height: 16px;
}
.single-product .entry-summary .single_add_to_cart_button {
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 28px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 25px;
}
.single-product .entry-summary .single_add_to_cart_button::before {
    content: "\f370";
    display: inline-block;
    font-family: "Ionicons";
    float: left;
    font-weight: 400;
    margin-right: 10px;
    font-size: 16px;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist {
    float: left;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 2px;
    margin-top: 0;
    clear: left;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist::after {
    top: 0;
    bottom: 0;
    height: 16px;
    width: 1px;
    content: "";
    right: 0;
    margin: auto;
    position: absolute;
    z-index: 1;
    background-color: #e5e5e5;
}
.single-product .entry-summary .compare.button::before,
.single-product .entry-summary .yith-wcwl-add-to-wishlist a::before {
    content: "\f443";
    display: inline-block;
    font-family: "Ionicons";
    margin-right: 5px;
    color: #555;
    font-size: 14px;
}
.single-product .entry-summary .compare.button::before {
    content: "\f13d";
}
.single-product .entry-summary .compare.button,
.single-product .entry-summary .yith-wcwl-add-to-wishlist a {
    font-size: 14px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
    padding: 0;
    text-transform: capitalize;
    position: relative;
    font-weight: 400;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    right: 0;
    top: 3px;
}
.single-product .entry-summary .yith-wcwl-add-to-wishlist .feedback {
    display: none;
}
.single-product .fameshop_single_buttons {
    margin: 0;
    padding: 22px 0 0;
    border-top: dashed 1px #e5e5e5;
}
.single-product .entry-summary .product_meta {
    clear: left;
}
.single-product .entry-summary .product_meta > span {
    display: block;
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
    line-height: 35px;
}
.single-product .entry-summary .product_meta .posted_in {
    background-color: #fafcfc;
}
.single-product .entry-summary .single-product-share {
    line-height: 35px;
    background-color: #fafcfc;
}
.single-product .entry-summary .single-product-share .share-label {
    float: left;
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
}
.single-product .entry-summary .single-product-share .list-socials {
    padding: 0;
}
.single-product .entry-summary .single-product-share .list-socials li {
    display: inline-block;
    list-style: none;
}
.single-product .entry-summary .single-product-share .list-socials li a {
    font-size: 14px;
    color: #999;
    margin: 0 10px;
}
.single-product .onsale-wapper {
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 10px;
}
.single-product .onsale-wapper span {
    display: list-item;
    list-style: none;
    margin: -5px 0 0;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    font-size: 10px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 100%;
    border: solid 2px;
}
.single-product .onsale-wapper span.onsale {
    color: #ff0000;
    border-color: #ff0000;
}
.single-product .entry-summary .star-rating {
    margin-bottom: 8px;
    margin-top: 5px;
}
.single-product .entry-summary form.cart {
    padding-bottom: 20px;
    border-bottom: dashed 1px #e5e5e5;
    margin-bottom: 17px;
}
.single-product .entry-summary .variations {
    margin-bottom: 20px;
}
.single-product .entry-summary .variations,
.single-product .entry-summary .variations tr,
.single-product .entry-summary .variations td {
    border: none;
    color: #555;
}
.single-product .entry-summary .variations td {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
.single-product .entry-summary .variations tr {
    border-bottom: dashed 1px #e5e5e5;
}
.single-product .entry-summary .variations tr:last-child {
    border-bottom: none;
}
.reset_variations {
    position: absolute;
    z-index: 1;
    right: 20px;
}
.single-product-thumb,
.single-product .entry-summary {
    margin-bottom: 40px;
}
#yith-quick-view-content .single-thum-back,
#yith-quick-view-content .single-thum-next {
    display: none;
}
#yith-quick-view-content.single-product .onsale-wapper {
    left: 10px;
    top: 15px;
}
.group_table .fameshop-grouped-table .thumb {
    max-width: 70px;
    float: left;
    margin-right: 20px;
    border: solid 1px #e5e5e5;
}
.group_table .fameshop-grouped-table .content a {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0;
}
.group_table .fameshop-grouped-table .content .group-price {
    font-size: 14px;
    text-decoration: none;
}
.group_table .fameshop-grouped-table .content .group-price del {
    color: #ccc;
}
.group_table .fameshop-grouped-table .add_to_cart_button,
.group_table .fameshop-grouped-table .added_to_cart {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    font-size: 0;
}
.group_table .fameshop-grouped-table .added_to_cart::before,
.group_table .fameshop-grouped-table .added_to_cart:hover::before,
.group_table .fameshop-grouped-table .add_to_cart_button::before {
    font-family: "Ionicons";
    font-size: 16px;
    display: inline-block;
    content: "\f370";
    font-weight: 400;
}
.group_table .fameshop-grouped-table .add_to_cart_button.loading::before {
    font-family: 'FontAwesome';
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    margin-right: 5px;
    display: inline-block;
}
.group_table .fameshop-grouped-table .added_to_cart::before {
    content: "\f122";
}
.group_table .fameshop-grouped-table .add_to_cart_button.added {
    display: none;
}
.group_table .fameshop-grouped-table .product_type_variable.add_to_cart_button::before {
    content: "\f1fe";
}
.group_table .fameshop-grouped-table .fameshop-grouped-quanty,
.group_table .fameshop-grouped-table .fameshop-grouped-add-to-cart {
    text-align: right;
}
.group_table .fameshop-grouped-table .fameshop-grouped-quanty .product_type_variable.add_to_cart_button {
    display: none;
}
.group_table,
.group_table .fameshop-grouped-table td {
    border: none;
    margin: 0;
}
.group_table {
    margin-top: -20px;
}
.group_table .fameshop-grouped-table td {
    padding: 10px 0;
}
.group_table .fameshop-grouped-table {
    border: dashed 1px #e5e5e5;
    border-left: none;
    border-right: none;
    padding: 10px 0;
}
.group_table .fameshop-grouped-table:first-child {
    border-top: none;
}
.group_table .fameshop-grouped-table:last-child {
    border-bottom: none;
}
.group_table .fameshop-grouped-table .product-label {
    width: 100%;
    width: 275px;
}
.single-product .group_table .fameshop-grouped-table .quantity {
    margin-right: 5px;
}
.woocommerce-tabs .wc-tabs {
    padding: 0;
    margin: 0 0 40px;
}
.woocommerce-tabs .wc-tabs li {
    display: inline-block;
    margin: 0 2px;
    list-style: none;
}
.woocommerce-tabs .wc-tabs li:first-child {
    margin-left: 0;
}
.woocommerce-tabs .wc-tabs li:last-child {
    margin-right: 0;
}
.woocommerce-tabs .wc-tabs li a {
    display: inline-block;
    padding: 0 40px;
    line-height: 40px;
    border: solid 2px #e5e5e5;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 25px;
}
.woocommerce-tabs .wc-tabs li.active a,
.woocommerce-tabs .wc-tabs li a:hover {
    color: #fff;
}
.woocommerce-tabs {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
    padding-bottom: 18px;
    box-shadow: none;
    margin-bottom: 18px;
    border-radius: 0;
    font-size: 18px;
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
}
.woocommerce-tabs .woocommerce-Tabs-panel > h2,
.woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews h2 {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
}
.woocommerce-tabs .woocommerce-Tabs-panel p {
    font-size: 14px;
    color: #555;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 5px;
}
.woocommerce-tabs.fameshop-vertical-tab .wc-tabs {
    width: 210px;
    float: left;
    padding-right: 25px;
}
.woocommerce-tabs.fameshop-vertical-tab .wc-tabs li {
    display: list-item;
    margin: 0 0 10px;
    list-style: none;
    width: 100%;
}
.woocommerce-tabs.fameshop-vertical-tab .wc-tabs li a {
    display: block;
    width: calc(100% - 10px);
}
.woocommerce-tabs.fameshop-vertical-tab .wc-tabs li.active a {
    width: 100%;
}
.woocommerce-tabs.fameshop-vertical-tab .woocommerce-Tabs-panel {
    position: relative;
    padding-left: 25px;
    overflow: hidden;
}
.woocommerce-tabs.fameshop-vertical-tab .woocommerce-Tabs-panel::before {
    width: 1px;
    height: 64px;
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 26.09%;
}
.woocommerce-tabs.fameshop-vertical-tab .woocommerce-Tabs-panel::after {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #e5e5e5;
}
.woocommerce-Tabs-panel .tags-content a {
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
}
.woocommerce-Tabs-panel .comment-reply-title {
    margin-bottom: 30px;
    display: block;
}
.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    margin-bottom: 0;
    padding-bottom: 15px;
}
.comment-form .label {
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.comment-form input,
.comment-form textarea {
    width: 100%;
    color: #555;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px;
    border: solid 1px #e5e5e5;
}
.comment-form input {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}
.comment-form textarea {
    padding: 10px 20px;
}
.comment-form input[type="submit"],
.comment-form button,
.comment-form .button {
    display: inline-block;
    padding: 0 40px;
    line-height: 36px;
    border: solid 2px #e5e5e5;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    width: auto;
}
.commentlist {
    padding-left: 0;
}
.commentlist li {
    list-style: none;
    margin-bottom: 20px;
}
.commentlist .comment .avatar {
    max-width: 100px;
    float: left;
}
.commentlist .comment .comment-text {
    overflow: hidden;
    padding-left: 20px;
}
.up-sells,
.related {
    margin-bottom: 30px;
}
.up-sells .product-title,
.related .product-grid-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.up-sells .owl-carousel .owl-controls .owl-nav .owl-prev,
.up-sells .owl-carousel .owl-controls .owl-nav .owl-next,
.related .owl-carousel .owl-controls .owl-nav .owl-prev,
.related .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #555;
    top: -45px;
    font-size: 12px;
    border-color: #e6e6e6;
    opacity: 1;
    visibility: visible;
}
.up-sells .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.up-sells .owl-carousel .owl-controls .owl-nav .owl-next:hover,
.related .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.related .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #fff;
}
.up-sells .owl-carousel .owl-controls .owl-nav .owl-prev,
.related .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: auto;
    right: 38px;
}
.up-sells .product-item .product-name a,
.related .product-item .product-name a {
    font-size: 14px;
}
.related {
    margin-bottom: 0;
}
/*-----------------------
BLOGS
------------------------*/
.page-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.blog .page-title {
    color: #333;
}
.blog-posts.grid .post-item {
    margin-bottom: 24px;
}
.blog-posts.list .post-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #e5e5e5;
}
.blog-posts.list .post-item .post-info {
    text-align: left;
    padding: 0;
}
.blog-posts.list .post-item .post-name {
    margin: 0 0 10px;
}
.blog-posts.list .post-item .post-name a {
    padding-bottom: 0;
    margin: 0 0 0;
}
.blog-posts.list .post-item .post-name a::after {
    display: none;
}
.blog-posts.list .post-item .metas .inner span {
    display: inline-block;
    padding: 0 8px;
    color: #555;
}
.blog-posts.list .post-item .metas .inner span:first-child {
    padding-left: 0;
}
.blog-posts.list .post-item .block-first {
    border-top: dotted 1px #e5e5e5;
    border-bottom: dotted 1px #e5e5e5;
    padding: 7px 0;
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
}
.blog-posts.list .post-item .block-second {
    border-bottom: dotted 1px #e5e5e5;
    padding: 8px 0 7px;
}
.blog-posts.list .post-item .tags {
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
}
.blog-posts.list .post-item .post-excerpt {
    margin-bottom: 25px;
    margin-top: 15px;
}
.blog-posts.grid .post-item .post-name {
    margin: 15px 0 20px;
}
.blog-posts.grid .post-item .post-name a {
    font-size: 30px;
}
.post-item .tags p {
    margin: 0;
}
.post-item .readmore-btn {
    float: left;
}
.post-item .share-post {
    float: right;
    font-size: 14px;
    color: #555;
}
.post-item .readmore-btn .button {
    font-size: 14px;
    color: #555;
    font-weight: 700;
    line-height: 32px;
    border: solid 2px #e5e5e5;
    border-radius: 16px;
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
}
.post-item .readmore-btn .button:hover {
    color: #fff;
}
.post-item .list-socials {
    padding: 0;
    float: right;
    margin-left: 12px;
}
.post-item .list-socials li {
    display: inline-block;
    margin: 0 10px;
    list-style: none;
}
.post-item .list-socials li a {
    font-size: 14px;
    color: #999;
}
.post-item .post-thumb {
    position: relative;
    font-size: 0;
    line-height: 0;
    margin-bottom: 12px;
}
.post-item .post-thumb .thumb-link {
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 24px;
    height: auto;
    margin: 0 auto;
}
.post-item .post-thumb .thumb-link::before {
    width: 100%;
    height: 100%;
    border: solid 20px rgba(255, 255, 255, 0.3);
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.post-item:hover .post-thumb .thumb-link::before {
    opacity: 1;
    visibility: visible;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
.owl-carousel .post-item .post-thumb .thumb-link::after {
    display: none;
}
.post-item .post-info {
    text-align: center;
    padding: 0 15px;
}
.post-item .post-name {
    margin: 25px 0 15px;
    -webkit-word-break: break-word;
    -moz-word-break: break-word;
    -ms-word-break: break-word;
    -o-word-break: break-word;
    word-break: break-word;
}
.post-item .post-name a {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 0;
    display: inline-block;
    position: relative;
    padding-bottom: 25px;
}
.post-item .post-name a::after {
    width: 50px;
    height: 1px;
    background-color: #e5e5e5;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    content: "";
}
.post-item .author-info {
    font-family: 'Poppins', sans-serif;
    color: #999;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 0 0 16px;
}
.post-item .post-excerpt {
    font-size: 14px;
    color: #555;
    letter-spacing: 0.2px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    line-height: 24px;
}
.post-item .post-footer {
    font-size: 14px;
    color: #555;
    letter-spacing: 0.2px;
    font-family: 'Poppins', sans-serif;
}
.post-item .post-footer .date {
    position: relative;
    padding-right: 6px;
    margin-right: 2px;
}
.post-item .post-footer .date::after {
    height: 13px;
    width: 1px;
    content: "";
    background-color: #555;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.single .main-content {
    padding-bottom: 54px;
}
.post-item .box-info.has-excerpt .metas {
    float: left;
    width: 260px;
    text-align: left;
    padding-right: 15px;
    margin-right: 40px;
    border-right: solid 1px #ebebeb;
    margin-bottom: 50px;
}
.post-item .box-info .metas {
    width: 100%;
    margin-bottom: 40px;
}
.single-post-detail .post-item .post-info {
    padding: 0;
    text-align: left;
}
.single-post-detail .post-item .post-name {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
    color: #555;
}
.single-post-detail .post-item .author-info {
    margin-bottom: 5px;
}
.single-post-detail .post-content p > img {
    margin: 0 auto 45px;
    display: inherit;
}
.single-post-detail .post-content {
    clear: both;
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
}
.single-post-detail .post-item .post-info .post_excerpt,
.single-post-detail .post-content p {
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px;
}
.single-post-detail .post-item .post-info .post_excerpt {
    overflow: hidden;
}
.post-item blockquote {
    border: solid 1px;
    border-radius: 10px;
    position: relative;
    max-width: 900px;
    font-size: 14px;
    padding: 30px 0;
    margin: 45px auto 55px;
}
.single-post-detail .post-item blockquote > p {
    font-size: 18px;
    color: #555;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 20px 75px;
    position: relative;
}
.post-item blockquote > p::after {
    width: 12px;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.post-item .post-password-form label {
    width: 100%;
    
}
.post-item .post-password-form label input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.post-item .post-password-form input[type="submit"] {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px;
    border-radius: 20px;
    line-height: 40px;
    display: inline-block;
}
.post-item .metas .author,
.post-item .metas .post-categories .list-categories,
.post-item .metas .inner span {
    display: block;
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
}
.post-item .metas .author span,
.post-item .metas .post-categories .list-categories a {
    color: #999;
}
.post-item .metas .inner span {
    display: block;
    position: relative;
    padding-left: 28px;
    color: #999;
}
.post-item .metas .inner span::before {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 1;
    left: 1px;
    font-size: 14px;
    font-weight: 400;
}
.post-item .metas .inner .time::before {
    content: "\f073";
}
.post-item .metas .inner .comments::before {
    content: "\f075";
}
.single-post-detail .post-item .metas .inner span {
    font-weight: 600;
}
.single-post-detail .tags {
    padding: 15px 0;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    text-align: center;
}
.single-post-detail .post-item .meta-info {
    clear: both;
}
.post-item .tags label {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.post-item .tags a {
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin-left: 8px;
    font-family: 'Poppins', sans-serif;
}
.single-post-detail .fameshop-single-post-share {
    text-align: center;
    padding: 41px 0 32px;
}
.single-post-detail .single-list-socials li {
    display: inline-block;
    list-style: none;
    margin: 8px;
}
.single-post-detail .single-list-socials li a {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    min-width: 136px;
    text-align: center;
    font-weight: 700;
}
.single-post-detail .single-list-socials li a .fa {
    margin-right: 10px;
}
.single-post-detail .single-list-socials li a .count {
    margin-left: 30px;
}
.single-post-detail .single-list-socials .facebook a {
    background-color: #516eab;
}
.single-post-detail .single-list-socials .twitter a {
    background-color: #29c5f6;
}
.single-post-detail .single-list-socials .google-plus a {
    background-color: #dd4a3a;
}
.single_next_prev_post {
    border: solid 1px #ebebeb;
    overflow: hidden;
    margin-bottom: 45px;
    margin-top: -1px;
}
.single_next_prev_post .prev_link,
.single_next_prev_post .next_link {
    width: 50%;
    text-align: center;
    padding: 15px;
}
.single_next_prev_post .prev_link {
    float: left;
    border-right: solid 1px #ebebeb;
}
.single_next_prev_post .next_link {
    float: right;
}
.single_next_prev_post .prev_link span,
.single_next_prev_post .next_link span {
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin: 0 0 6px;
}
.single_next_prev_post .prev_link a,
.single_next_prev_post .next_link a {
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
}
.related_post_block {
    margin-bottom: 75px;
}
.related_post_block .block_title {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 0 0 27px;
    font-family: 'Open Sans', sans-serif;
}
.related_post_block .post-item .post-name {
    margin: 13px 0 18px;
}
.related_post_block .post-item .author {
    font-size: 14px;
    color: #999;
    font-family: 'Poppins', sans-serif;
}
.related_post_block .owl-carousel .owl-controls .owl-nav .owl-prev,
.related_post_block .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 24%;
    line-height: 40px;
    height: 40px;
    width: 40px;
    background-color: #fff;
}
.related_post_block .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -20px;
}
.related_post_block .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -20px;
}
.page .comments-area {
    clear: both;
}
.comments-area .comment-reply-title,
.comments-area .comments-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
}
.comments-area .comment-notes {
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
}
.comments-area label {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin: 0 0 10px;
    display: block;
}
.comments-area textarea,
.comments-area input {
    display: block;
    width: 100%;
    padding: 5px 20px;
    border: solid 1px #ebebeb;
}
.comments-area input[type="submit"] {
    width: auto;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
    line-height: 40px;
}
.comment-list {
    padding-left: 0;
    margin-bottom: 20px;
}
.comment-list .comment {
    list-style: none;
    margin-bottom: 20px;
}
.comment-list .author-avatar {
    width: 80px;
    margin-right: 20px;
    float: left;
}
.comment-list .comment-content {
    overflow: hidden;
}
.comment-list .comment-content h1,
.comment-list .comment-content h2,
.comment-list .comment-content h3,
.comment-list .comment-content h4,
.comment-list .comment-content h5,
.comment-list .comment-content h6 {
    margin-bottom: 20px;
}
.comment-list .comment-content .head {
    margin-bottom: 5px;
}
.comment-list .comment-content .author {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 25px;
    font-weight: 700;
    position: relative;
}
.comment-list .comment-content .comment-meta,
.comment-list .comment-content .comment-meta a {
    font-size: 14px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.comment-list .comment-content .coment-text,
.comment-list .comment-content .coment-text p {
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px;
    line-height: 24px;
}
.comment-list .reply a {
    font-size: 16px;
    color: #555;
    display: inline-block;
    margin-bottom: 15px;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    list-style: none;
}
.no-comments {
    font-size: 14px;
    color: #555;
    font-style: italic;
    font-weight: 700;
}
.load-more,
.fameshop_blog_loadmore {
    display: block;
    text-align: center;
    margin: 25px 0;
}
.fameshop_blog_loadmore {
    margin: 20px 0 50px;
}
.load-more a,
.fameshop_blog_loadmore a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    min-width: 410px;
    text-align: center;
    border-radius: 25px;
    line-height: 40px;
    position: relative;
}
.fameshop_blog_loadmore a {
    min-width: 210px;
}
.load-more a {
    line-height: 50px;
}
.load-more a.ajax_loading::before,
.fameshop_blog_loadmore a.loading::before {
    font-family: 'FontAwesome';
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    margin-right: 5px;
    display: inline-block;
}
.pagination .screen-reader-text {
    display: none;
}
.pagination,
.page-links {
    display: block;
    text-align: center;
    padding: 20px 0;
    border-radius: 0;
    clear: both;
}
.woocommerce-pagination .page-numbers,
.nav-links .page-numbers,
.page-links > span,
.page-links > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #555;
    border: solid 1px #e5e5e5;
    display: inline-block;
    margin: 2px;
}
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover,
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover,
.page-links > span,
.page-links > a:hover {
    color: #fff;
}
/*------------------------------
 SHOPS
 ------------------------------*/
.star-rating {
    color: #dddddd;
    white-space: nowrap;
    font-size: 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: 100%;
}
.star-rating::before, .star-rating > span::before {
    content: "\f2fc" "\f2fc" "\f2fc" "\f2fc" "\f2fc";
    font-family: "Ionicons";
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 100%;
}
.star-rating > span {
    position: absolute;
    top: 0;
    left: 0;
    color: #fecb00;
    line-height: 100%;
    overflow: hidden;
}
/*------------------------------
 WIDGETS
 ------------------------------*/
.sidebar {
    padding-top: 6px;
}
.
.sidebar .widget ul,
.sidebar .widget ol {
    padding: 0;
}
.sidebar .widget ul ul,
.sidebar .widget ul ol,
.sidebar .widget ol ul,
.sidebar .widget ol ol {
    padding-left: 20px;
}
.sidebar .widgettitle {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 25px;
    font-weight: 700;
    position: relative;
}
.sidebar .widgettitle .arow {
    cursor: pointer;
}
.sidebar .widgettitle .arow::after {
    content: "\f35f";
    color: #333;
    font-size: 14px;
    font-family: "Ionicons";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    line-height: 24px;
    border: solid 1px #e6e6e6;
    text-align: center;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -4px;
    cursor: pointer;
}
.sidebar .widget.hide-sub .widgettitle .arow::after {
    content: "\f365";
}
.sidebar .widgettitle .arow:hover::after {
    color: #fff;
}
.sidebar .widget {
    padding-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 25px;
}
.widget.hide-sub > div,
.widget.hide-sub > form,
.widget.hide-sub > ul,
.widget.hide-sub > ol,
.widget.hide-sub > select,
.widget_categories.hide-sub > label,
.widget_categories.hide-sub > select {
    display: none;
}
.sidebar .widget:last-child {
    border-bottom: none;
}
.widget > ul {
    padding: 0;
}
.widget ul li {
    list-style: none;
    overflow: hidden;
}
.widget ul li a {
    font-family: 'Poppins', sans-serif;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}
.unit_data .widget ul li a {
    color: #555;
}
.unit_data .widget ul li {
    overflow: hidden;
}
.widget_categories ul li a {
    position: relative;
    padding-left: 20px;
    float: left;
    display: inline-block;
    color: #555;
}
.widget_categories ul li {
    text-align: right;
    color: #999;
}
.widget_categories ul li a::before {
    content: "\f3fe";
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 1px;
    top: 0;
    font-family: "Ionicons";
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
}
.widget_categories ul li a:hover::before {
    content: "\f3ff";
}
.widget_categories select {
    color: #555555;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 34px;
    border: solid 1px #e5e5e5;
    width: 100%;
    padding: 0 15px;
    height: 36px;
}
.wp-caption.alignnone p {
    margin: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid 1px #e5e5e5 !important;
}
.sidebar .woocommerce-widget-layered-nav .select2-selection--multiple {
    border-radius: 8px;
    border: solid 1px #e5e5e5;
    width: 100%;
    float: left;
    padding: 0 15px;
    font-size: 12px;
    color: #999;
    font-family: 'Poppins', sans-serif;
}
.sidebar .woocommerce-widget-layered-nav input[type="submit"] {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border: none;
    border-radius: 8px;
    margin: 5px 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    color: #fff;
}
.sidebar .woocommerce-widget-layered-nav input[type="submit"]:hover {
    color: #fff;
}
.widget-post .widgettitle .arow::after {
    display: none;
}
.widget-post .owl-carousel .owl-controls .owl-nav .owl-prev,
.widget-post .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 28px;
    top: -45px;
    opacity: 1;
    visibility: visible;
}
.widget-post .owl-carousel .owl-controls .owl-nav .owl-prev {
    right: 35px;
    left: inherit;
}
.widget-post .owl-carousel .owl-controls .owl-nav .owl-prev .ion-android-arrow-back::before {
    content: "\f3d5";
}
.widget-post .owl-carousel .owl-controls .owl-nav .owl-next .ion-android-arrow-forward::before {
    content: "\f3d6";
}
.widget-post .post-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
    overflow: hidden;
}
.widget-post .post-item:last-child {
    border-bottom: none;
}
.widget-post .post-item .post-thumb {
    width: 70px;
    float: left;
}
.widget-post .post-item .post-info {
    overflow: hidden;
    padding: 0 0 0 15px;
    text-align: left;
}
.widget-post .post-item .post-info .post-name {
    margin: 0 0 10px;
}
.widget-post .post-item .post-info .post-name a {
    font-size: 14px;
    text-transform: capitalize;
    color: #555;
    padding-bottom: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.widget-post .post-item .post-info .post-name a::after {
    display: none;
}
.widget-post .post-item .post-info .time {
    display: block;
    color: #999;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.widget_product_categories .product-categories li {
    margin-bottom: 5px;
    padding: 0;
    border: none;
    overflow: hidden;
}
.widget_product_categories .product-categories li a {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2px;
}
.widget_product_categories .product-categories li a::before {
    content: "\f3fe";
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 2px;
    top: 0;
    font-family: "Ionicons";
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}
.widget_product_categories .product-categories li .count {
    font-size: 12px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2px;
    margin: 0;
    display: block;
    float: right;
}
.widget_archive ul {
    padding: 0;
}
.widget_archive ul li {
    list-style: none;
    display: list-item;
    overflow: hidden;
    text-align: right;
    color: #999;
}
.widget_archive ul li a {
    float: left;
    color: #555;
    display: inline-block;
}
.widget_archive ul > li > a {
    line-height: 30px;
}
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud a {
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #fafcfc;
    margin: 3px 0;
    font-size: 14px !important;
    color: #555;
    font-family: 'Poppins', sans-serif;
}
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud a:hover {
    color: #fff;
}
.sidebar .widget_search {
    border-bottom: none;
    padding-bottom: 0;
}
.widget_product_search .search-form,
.widget_search .search-form {
    padding: 20px;
    background-color: #fafcfc;
    border-radius: 8px;
    overflow: hidden;
}
.widget_product_search input[type="search"],
.widget_search input[type="search"] {
    border-radius: 8px;
    line-height: 34px;
    border: solid 1px #e5e5e5;
    width: calc(100% - 41px);
    float: left;
    padding: 0 15px;
    font-size: 12px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    height: 36px;
}
.widget_product_search .search-form .screen-reader-text,
.widget_search .search-form .screen-reader-text,
.widget_archive .screen-reader-text,
.widget .screen-reader-text {
    display: none;
}
.widget_product_search button,
.widget_search button {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    float: right;
    font-size: 0;
    position: relative;
    line-height: 36px;
    display: inline-block;
    background-color: transparent;
}
.widget_product_search button::before,
.widget_search button::before {
    content: "\f4a4";
    font-family: "Ionicons";
    width: 36px;
    text-align: center;
    height: 36px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: inline-block;
    border-radius: 8px;
    text-align: center;
    line-height: 36px;
}
.widget_archive select {
    color: #555555;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 34px;
    border: solid 1px #e5e5e5;
    width: 100%;
    padding: 0 15px;
    height: 36px;
    border-radius: 0;
}
.widget_calendar caption {
    font-size: 16px;
    padding-top: 0;
    color: #555;
}
.widget_nav_menu .menu-item-has-children::after {
    display: none;
}
.widget_nav_menu ul {
    padding-left: 0;
}
.widget_nav_menu ul ul,
.widget_nav_menu ul ol,
.widget_nav_menu ol ol,
.widget_nav_menu ol ul {
    padding-left: 20px;
}
.widget_products .product-item,
.widget_products .product_list_widget li {
    border-bottom: solid 1px #e5e5e5;
    padding: 0 0 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.widget_shopping_cart .cart_list li:last-child,
.widget_products .product-item:last-child,
.widget_products .product_list_widget li:last-child {
    border-bottom: none;
}
.widget_shopping_cart .cart_list li .thumb,
.widget_products .product_list_widget li .thumb,
.widget_products .product-item .thumb,
.widget_top_rated_products .product_list_widget .thumb {
    float: left;
    width: 70px;
    margin-right: 20px;
}
.widget_top_rated_products .product_list_widget .info,
.widget_products .product_list_widget li .info,
.widget_products .product-item .info {
    overflow: hidden;
}
.widget .product-item:hover .star-rating,
.widget .star-rating {
    display: block;
    margin-top: 5px;
}
.widget .product-name {
    margin-bottom: 6px;
    line-height: 0;
}
.widget_products .product-item:hover .star-rating {
    opacity: 1;
    visibility: visible;
}
.widget_products .product_list_widget li .product-name {
    margin: 0;
}
.widget_products .product_list_widget li .product-name a,
.widget_products .product-item .product-name a {
    padding-bottom: 0;
    margin: 0 0 5px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #555;
    text-transform: capitalize;
}
.widget_products .product-item .product-name a::after {
    display: none;
}
.widget_top_rated_products .product_list_widget .price,
.widget_top_rated_products .product_list_widget .price ins,
.widget_products .product-item .price,
.widget_products .product-item .price ins,
.widget_products .product_list_widget li .price {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin: 0;
    text-decoration: none;
}
.widget_top_rated_products .product_list_widget del,
.widget_products .product-item .price del,
.widget_products .product_list_widget li .price del {
    color: #999;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.widget_shopping_cart .cart_list {
    overflow: hidden;
    margin-top: 20px;
}
.widget_shopping_cart_content .cart-icon {
    display: block;
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    position: relative;
    border-radius: 0;
}
.widget_shopping_cart_content .cart-icon .count {
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.widget_shopping_cart_content .minicart-inner {
    padding-top: 10px;
}
.widget_shopping_cart_content .minicart-inner .woocommerce-mini-cart__buttons a {
    padding: 0 30px;
}
.widget_shopping_cart_content .minicart-item-thumb {
    float: left;
    margin-right: 20px;
    max-width: 70px;
    max-height: 70px;
}
.widget_shopping_cart_content .minicart-item-content {
    overflow: hidden;
}
.widget_shopping_cart_content .minicart-item-content .item-title a {
    padding-bottom: 0;
    margin: 0 0 5px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #555;
    text-transform: capitalize;
    padding-right: 20px;
}
.widget_shopping_cart_content .minicart-item-content .quantity {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    display: block;
}
.widget_shopping_cart_content .minicart-inner .woocommerce-mini-cart__empty-message {
    font-size: 18px;
    color: #333;
    margin: 0;
    text-align: center;
}
.fameshop_widget_products .owl-carousel .owl-controls .owl-nav .owl-prev,
.fameshop_widget_products .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 28px;
    height: 28px;
    top: -50px;
    line-height: 26px;
    opacity: 1;
    visibility: visible;
}
.fameshop_widget_products .owl-carousel .owl-controls .owl-nav .owl-prev i::before {
    content: "\f3d5";
}
.fameshop_widget_products .owl-carousel .owl-controls .owl-nav .owl-next i::before {
    content: "\f3d6";
}
.fameshop_widget_products .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: inherit;
    right: 36px;
}
.fameshop_widget_products .widgettitle {
    margin-bottom: 25px;
}
.fameshop_widget_products .widgettitle .arow::after {
    display: none;
}
.widget_top_rated_products .product_list_widget li,
.widget_recent_reviews .product_list_widget li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
}
.widget_top_rated_products .product_list_widget li:last-child,
.widget_recent_reviews .product_list_widget li:last-child {
    border-bottom: none;
}
.widget_recent_reviews .product_list_widget li > a > img {
    float: left;
    max-width: 100px;
    width: 70px;
    margin-right: 20px;
}
.widget_recent_reviews .product_list_widget li > a {
    padding-bottom: 0;
    margin: 0 0 5px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #555;
    text-transform: capitalize;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    display: inline-block;
    line-height: 14px;
}
.widget_recent_reviews .product_list_widget li {
    position: relative;
    font-size: 0;
    line-height: 0;
}
.widget_recent_reviews .product_list_widget li .star-rating {
    display: block;
    margin-top: 10px;
    position: absolute;
    z-index: 1;
    left: 90px;
    top: 20px;
    margin: 0;
}
.widget_recent_reviews .product_list_widget li .reviewer {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #999;
    display: block;
    position: absolute;
    z-index: 1;
    left: 90px;
    display: block;
    top: 50px;
    text-transform: capitalize;
}
.widget_price_filter .ui-slider-horizontal {
    height: 5px;
    max-width: calc(100% - 15px);
    margin-left: 10px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-handle {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.widget_price_filter .price_slider_amount {
    margin-top: 30px;
}
.widget_price_filter .price_label {
    font-size: 13px;
    color: #666;
    display: block;
    margin-top: 15px;
}
.widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 3px;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
}
.widget_price_filter .price_label span {
    padding: 0 10px;
    line-height: 30px;
    border: solid 1px #e8e8e8;
    border-radius: 3px;
    display: inline-block;
    min-width: 80px;
    font-family: 'Poppins', sans-serif;
}
.widget_calendar .calendar_wrap th,
.widget_calendar .calendar_wrap td {
    padding: 11px;
}
/*-------------------------
 TABS
 -------------------------*/
.tab-container {
    position: relative;
    min-height: 300px;
    width: 100%;
}
.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
    -webkit-transition: 3s ease 0s;
    -moz-transition: 3s ease 0s;
    -ms-transition: 3s ease 0s;
    -o-transition: 3s ease 0s;
    transition: 3s ease 0s;
}
.tab-container .tab-panel.active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
    height: auto;
    overflow: inherit;
}
.tab-container .cssload-wapper {
    height: 300px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 11;
    left: 0;
    top: 100px;
}
.tab-container .cssload-wapper .cssload-square {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
}
.tab-container .cssload-wapper .cssload-square::before {
    font-family: 'FontAwesome';
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    content: "\f110";
    margin-right: 5px;
    display: inline-block;
    color: red;
    font-size: 60px;
}
/*------------------------------
 SHORTCODES
 ------------------------------*/
.fameshop-sc ul {
    padding: 0;
}
.fameshop-sc ul li {
    list-style: none;
}
.fameshop-socials .socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 4px;
    overflow: hidden;
    position: relative;
}
.fameshop-socials .socials a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
}
.fameshop-socials .socials a:hover::before {
    opacity: 1;
    visibility: visible;
}
.fameshop-textblock .head {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.fameshop-textblock .head .title {
    font-size: 30px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin: 15px auto 50px;
    display: inline-block;
    padding: 0 40px;
}
.fameshop-textblock .head .title::before,
.fameshop-textblock .head .title::after {
    width: 1000px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fameshop-textblock .head .title::before {
    left: 100%;
}
.fameshop-textblock .head .title::after {
    right: 100%;
}
.fameshop-textblock .item {
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.fameshop-textblock .item .thumb {
    float: left;
    max-width: 59.83%;
}
.fameshop-textblock .item .info {
    float: right;
    overflow: hidden;
    max-width: 40.17%;
    padding-left: 100px;
    padding-top: 50px;
}
.fameshop-textblock .odd.item .thumb {
    float: right;
}
.fameshop-textblock .odd.item .info {
    float: left;
    padding-left: 0;
    padding-right: 100px;
}
.fameshop-textblock .item .info .order-number {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 35px;
}
.fameshop-textblock .item .info .order-number::before {
    width: 100px;
    height: 100px;
    border: solid 5px #e5e5e5;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    background-color: #fff;
}
.fameshop-textblock .item .info .order-number .number {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    z-index: 3;
    width: 80px;
    height: 100px;
    display: inline-block;
    text-align: center;
    padding-top: 55px;
    left: 10px;
    top: 10px;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-textblock .item .info .order-number::after {
    width: 80px;
    height: 100px;
    border: solid 1px;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    content: "";
}
.fameshop-textblock .item .info:hover .order-number::before {
    z-index: 1;
}
.fameshop-textblock .item .info:hover .order-number .number {
    padding-top: 0;
    line-height: 100px;
    z-index: 2;
}
.fameshop-textblock .item .info .title {
    margin: 0 0 20px;
}
.fameshop-textblock .item .info .title a {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.fameshop-textblock .item .info .description {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px;
    font-family: 'Open Sans', sans-serif;
}
.fameshop-textblock.layout2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fameshop-textblock.layout2 .title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.2px;
    margin: 0 0 60px;
    text-transform: uppercase;
}
.fameshop-textblock.layout2 .item {
    display: block;
    margin-bottom: 10px;
}
.fameshop-textblock.layout2 .item .item-content {
    font-size: 18px;
    color: #333;
    padding: 0 25px;
    background-color: rgba(229, 229, 229, 0.5);
    font-family: 'Poppins', sans-serif;
    display: table;
    overflow: hidden;
    border-radius: 25px;
    min-height: 50px;
    min-width: 310px;
}
.fameshop-textblock.layout2 .item .item-content .icon {
    display: inline-block;
    float: left;
    padding: 0;
    line-height: 50px;
    border-radius: 25px 0 0 25px;
    color: #fff;
    font-size: 30px;
    background-color: #212220;
    display: table-cell;
    vertical-align: middle;
    width: 76px;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.fameshop-textblock.layout2 .item:hover .item-content .icon {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.fameshop-textblock.layout2 .item .item-content .text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    line-height: 51px;
}
.fameshop-textblock.layout2 .item:hover .item-content .text {
    padding-left: 75px;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    color: #fff;
    font-size: 24px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.fameshop-storeinfo .title {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 13px;
    text-transform: uppercase;
}
.fameshop-storeinfo .content-item .icon {
    font-size: 14px;
    color: #999;
    letter-spacing: 0.2px;
    position: relative;
    margin-right: 10px;
}
.fameshop-storeinfo .content-item .icon::before {
    font-family: 'FontAwesome';
    font-size: 14px;
    display: inline-block;
    color: #999;
    letter-spacing: 0.2px;
}
.fameshop-storeinfo .content-item.address .icon::before {
    content: "\f041";
}
.fameshop-storeinfo .content-item.phone .icon::before {
    content: "\f095";
}
.fameshop-storeinfo .content-item.email .icon::before {
    content: "\f0e0";
}
.fameshop-storeinfo .content-item .text {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #555;
    letter-spacing: 0.2px;
    line-height: 30px;
}
.fameshop-gallery .title {
    margin: 0 auto 50px;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.fameshop-gallery .title::after {
    width: 50px;
    height: 2px;
    margin: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e5e5e5;
    content: "";
}
.fameshop-gallery .gallery-item {
    position: relative;
    padding: 0;
    margin: -1px 0;
}
.fameshop-gallery .gallery-item .gallery-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}
.fameshop-gallery .gallery-item .gallery-thumb::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    border: solid 1px;
}
.fameshop-gallery .gallery-item:hover .gallery-thumb::before,
.fameshop-gallery .gallery-item:hover .gallery-content {
    opacity: 1;
    visibility: visible;
}
.fameshop-gallery .gallery-item .gallery-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    padding: 0 15px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-gallery .gallery-item .gallery-content .title {
    margin: 0 0 10px;
    padding-bottom: 0;
}
.fameshop-gallery .gallery-item .gallery-content .title::after {
    display: none;
}
.fameshop-gallery .gallery-item .gallery-content .title a {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-style: normal;
}
.fameshop-gallery .gallery-item .gallery-content .sub-title {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    font-style: normal;
}
.fameshop-blog.style1 .post-item {
    padding: 10px 0 20px;
    border-bottom: solid 1px #e5e5e5;
    display: block;
}
.fameshop-blog.style1 .post-item:first-child {
    padding-top: 0;
}
.fameshop-blog.style1 .post-item:last-child {
    border-bottom: none;
}
.fameshop-blog.style1 .post-item .time {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: solid 2px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
}
.fameshop-blog.style1 .post-item:hover .time {
    color: #fff;
}
.fameshop-blog.style1 .post-item .time span {
    display: block;
    width: 100%;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-blog.style1 .post-item .time span.date {
    margin-bottom: -8px;
    margin-top: 3px;
}
.fameshop-blog.style1 .post-item .post-name a {
    font-family: 'Poppins', sans-serif;
}
.fameshop-blog .post-item .info {
    overflow: hidden;
}
.fameshop-blog .post-item .post-name {
    margin: 0 0 3px;
}
.fameshop-blog .post-item .post-name a {
    font-size: 14px;
    color: #555;
    text-transform: capitalize;
    padding-bottom: 0;
    font-weight: 400;
}
.fameshop-blog .post-item .post-name a::after {
    display: none;
}
.fameshop-blog .post-item .comment-count {
    font-size: 12px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    display: block;
}
.fameshop-blog.style2 {
    text-align: center;
}
.fameshop-blog.style2 .title {
    margin: 0 auto 50px;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
.fameshop-blog.style2 .title::after {
    width: 50px;
    height: 2px;
    margin: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    content: "";
}
.fameshop-blog.style2 .post-item .post-thumb {
    position: relative;
    overflow: hidden;
}
.fameshop-blog.style2 .post-item .post-thumb::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-blog.style2 .post-item:hover .post-thumb::before {
    opacity: 1;
    visibility: visible;
    top: 15px;
    left: 15px;
    letter-spacing: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}
.fameshop-blog.style2 .post-item .post-name {
    margin: 25px 0;
}
.fameshop-blog.style2 .post-item .post-name a {
    padding-bottom: 29px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.2px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.fameshop-blog.style2 .post-item .post-name a::after {
    width: 50px;
    height: 2px;
    margin: auto;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    content: "";
    display: inline-block;
}
.fameshop-blog.style2 .post-item .post-excerpt {
    color: #ccc;
    margin-bottom: 20px;
}
.fameshop-blog.style2 .post-item .metas .inner span {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.fameshop-blog.style2 .post-item .metas .inner .date {
    padding-right: 7px;
    margin-right: 5px;
    position: relative;
    color: #888;
}
.fameshop-blog.style2 .post-item .metas .inner .date::after {
    width: 1px;
    height: 13px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
    background-color: #555;
}
.fameshop-blog.style3 {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.fameshop-blog.style3 .title {
    font-size: 30px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin: 15px auto 50px;
    display: inline-block;
    padding: 0 40px;
}
.fameshop-blog.style3 .title::before,
.fameshop-blog.style3 .title::after {
    width: 1000px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fameshop-blog.style3 .title::before {
    left: 100%;
}
.fameshop-blog.style3 .title::after {
    right: 100%;
}
.fameshop-blog.style3 .post-item {
    overflow: hidden;
    padding: 20px 20px 34px;
    background-image: url('../fameshop/assets/images/bg1.jpg');
    background-position: center bottom;
    background-size: cover;
    background-color: #fff;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-blog.style3 .post-item:hover {
    background-image: none;
}
.fameshop-blog.style3 .post-item .post-thumb {
    float: left;
    max-width: 250px;
}
.fameshop-blog.style3 .post-item .info {
    overflow: hidden;
    padding-left: 20px;
}
.fameshop-blog.style3 .post-item .post-name {
    margin: 15px 0 20px;
}
.fameshop-blog.style3 .post-item .post-name a {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 25px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.fameshop-blog.style3 .post-item .post-name a::after {
    width: 50px;
    height: 2px;
    background-color: #e5e5e5;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.fameshop-blog.style3 .post-item .metas .inner span {
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    display: inline-block;
}
.fameshop-blog.style3 .post-item .metas .inner .date {
    padding-right: 7px;
    margin-right: 5px;
    position: relative;
    color: #555;
    font-family: 'Poppins', sans-serif;
}
.fameshop-blog.style3 .post-item .metas .inner .date::after {
    width: 1px;
    height: 13px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
    background-color: #555;
}
.fameshop-blog.style4 .post-item {
    text-align: center;
}
.fameshop-blog.style4 .post-item .post-name {
    margin: 14px 0 0;
}
.fameshop-blog.style4 .post-item .post-name a {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 0 0 29px;
    margin: 0 0 25px;
    position: relative;
}
.fameshop-blog.style4 .post-item .post-name a::after {
    width: 50px;
    height: 2px;
    background-color: #e5e5e5;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}
.fameshop-blog.style4 .post-item .author-info {
    margin-bottom: 42px;
}
.fameshop-blog.style5 .post-item {
    text-align: center;
}
.fameshop-blog.style5 .post-item .post-name {
    margin: 16px 0 0;
}
.fameshop-blog.style5 .post-item .post-name a {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 0 0 25px;
    margin: 0 0 25px;
    position: relative;
}
.fameshop-blog.style5 .post-item .post-name a::after {
    width: 50px;
    height: 2px;
    background-color: #e5e5e5;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
}
.fameshop-blog.style5 .post-item .metas .inner span {
    position: relative;
    padding: 0 5px 0 0;
    margin: 0 3px 0 0;
    font-size: 14px;
    color: #555;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}
.fameshop-blog.style5 .post-item .metas .inner .date::after {
    width: 1px;
    height: 13px;
    background-color: #555;
    position: absolute;
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.fameshop-blog.style5 .post-item .author-info {
    margin-bottom: 20px;
}
.fameshop-blog.style6 .title::after {
    background-color: #e5e5e5;
}
.fameshop-blog.style6 .post-item .post-name a {
    color: #333;
}
.fameshop-blog.style2 .post-item .post-name a::after {
    background-color: #e5e5e5;
}
.fameshop-blog.style6 .post-item .post-excerpt {
    color: #555;
}
.fameshop-categories .list-categories li {
    list-style: none;
    padding: 10px 0 10px;
    border-bottom: solid 1px #e5e5e5;
}
.fameshop-categories .list-categories li:first-child {
    padding-top: 0;
}
.fameshop-categories .list-categories li:last-child {
    border-bottom: none;
}
.fameshop-categories .category-item {
    position: relative;
}
.fameshop-categories .category-item .cate-title {
    margin: -5px 0 3px;
}
.fameshop-categories .category-item .cate-title .flash-img {
    display: inline-block;
    margin-left: 12px;
}
.fameshop-categories .category-item .cate-title a {
    font-size: 14px;
    color: #555;
    text-transform: capitalize;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.fameshop-categories .category-item .cate_item_count {
    font-size: 12px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    display: block;
}
.fameshop-categories.style2 .category-item {
    padding: 0 0 10px;
}
.fameshop-categories.style2 .category-item::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 10px);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}
.fameshop-categories.style2 .category-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.fameshop-categories.style2 .category-item::after {
    width: 100%;
    height: 10px;
    left: 0;
    top: calc(100% - 20px);
    content: "";
    position: absolute;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-categories.style2 .category-item:hover::after {
    top: calc(100% - 10px);
    opacity: 1;
    visibility: visible;
}
.fameshop-categories.style2 .category-item .box-content {
    position: absolute;
    z-index: 4;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-categories.style2 .category-item:hover .box-content {
    opacity: 1;
    visibility: visible;
}
.fameshop-categories.style2 .category-item .cate-title {
    margin: 0;
}
.fameshop-categories.style2 .category-item .cate-title a {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 30px;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 0.2px;
}
.fameshop-categories.style2 .category-item .cate-title a:hover {
    color: #fff;
}
.fameshop-categories.style2 .category-item .cate_item_count {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.2px;
}
.fameshop-categories.style3 .category-item {
    position: relative;
    padding: 0;
    display: block;
}
.fameshop-categories.style3 .category-item .box-image {
    overflow: hidden;
    width: 110px;
    height: 110px;
    border: solid 5px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-categories.style3 .category-item:hover .box-image {
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.7);
}
.fameshop-categories.style3 .category-item .box-image::before {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    z-index: 1;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-categories.style3 .category-item .view_icon {
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    opacity: 0;
    visibility: hidden;
}
.fameshop-categories.style3 .category-item:hover .box-image::before,
.fameshop-categories.style3 .category-item:hover .view_icon {
    opacity: 1;
    visibility: visible;
}
.fameshop-categories.style3 .category-item .view_icon a {
    color: #fff;
    font-size: 30px
}
.fameshop-categories.style3 .category-item .cate-title {
    text-align: center;
    margin: 4px 0 0;
    opacity: 0;
    visibility: hidden;
}
.fameshop-categories.style3 .category-item:hover .cate-title {
    opacity: 1;
    visibility: visible;
}
.fameshop-categories.style3 .category-item .cate-title a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2px;
. font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2px;
}
.fameshop-custommenu .menu li {
    list-style: none;
    margin-bottom: 5px;
}
.fameshop-custommenu .menu li a {
    color: #555;
}
.fameshop-custommenu.layout2 {
    text-align: center;
}
.fameshop-custommenu.layout2 .menu li {
    display: inline-block;
    margin: 0;
}
.fameshop-custommenu.layout2 .menu li a {
    text-transform: uppercase;
    color: #555;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    position: relative;
    padding: 0 08px;
}
.fameshop-custommenu.layout2 .menu li a::before {
    width: 1px;
    height: 16px;
    background-color: #e5e5e5;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fameshop-custommenu.layout2 .menu li:last-child a::before {
    display: none;
}
.fameshop-instagram .title {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 12px;
}
.fameshop-instagram .title::after {
    width: 50px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    content: "";
}
.block-footer-instagram,
.fameshop-instagram .list-insta {
    margin-left: -5px;
}
.block-footer-instagram figure .wpb_single_image,
.fameshop-instagram .list-insta li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0;
    max-width: 33.33333%;
    padding: 5px;
    line-height: 0;
}
.fameshop-instagram .list-insta li a,
.block-footer-instagram figure a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.fameshop-instagram .list-insta li a::before,
.block-footer-instagram figure a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-instagram .list-insta li a:hover::before,
.block-footer-instagram figure a:hover::before {
    opacity: 1;
    visibility: visible;
}
.fameshop-instagram.layout2 .title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.2px;
    margin: 0 0 40px;
    text-transform: uppercase;
    padding-right: 15px;
}
.fameshop-instagram.layout2 .title::after {
    display: none;
}
.fameshop-instagram.layout2 .title .icon {
    float: right;
}
.fameshop-instagram.layout2 .first-box {
    float: left;
    padding-left: 5px;
    margin-left: -5px;
    padding-right: 5px;
    padding-top: 5px;
    max-width: 50%;
}
.fameshop-instagram.layout2 .first-box a {
    display: block;
    overflow: hidden;
}
.fameshop-instagram.layout2 .first-box a img {
    -webkit-transition: 0.6s ease 0s;
    -moz-transition: 0.6s ease 0s;
    -ms-transition: 0.6s ease 0s;
    -o-transition: 0.6s ease 0s;
    transition: 0.6s ease 0s;
}
.fameshop-instagram.layout2 .first-box a: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);
}
.fameshop-instagram.layout2 .second-box {
    float: left;
    max-width: 50%;
    padding-right: 5px;
}
.fameshop-instagram.layout2 .list-insta {
    padding: 0;
    margin: 0;
}
.fameshop-instagram.layout2 .list-insta li {
    display: inline-block;
    padding: 5px;
    max-width: 50%;
    margin: 0;
}
.fameshop-instagram.layout2 .list-insta li a {
    display: block;
}
.fameshop-iconbox .iconbox-inner {
    text-align: center;
    position: relative;
    padding-top: 10px;
}
.fameshop-iconbox .iconbox-inner::before,
.fameshop-iconbox .iconbox-inner::after {
    display: table;
    content: "";
}
.fameshop-iconbox .iconbox-inner::after {
    clear: both;
}
.fameshop-iconbox .iconbox-inner .icon {
    font-size: 60px;
    margin: 0 0 30px;
}
.fameshop-iconbox .iconbox-inner .title {
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
}
.fameshop-iconbox .iconbox-inner .title,
.fameshop-iconbox .iconbox-inner .title a {
    color: #fff;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.fameshop-iconbox .iconbox-inner .description {
    font-size: 14px;
    color: #999;
    margin: 0 0 20px;
    letter-spacing: 0.2px;
    font-family: 'Poppins', sans-serif;
}
.fameshop-iconbox.style2 .iconbox-inner .icon {
    width: 204px;
    height: 204px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto 15px;
    border: solid 8px;
}
.fameshop-iconbox.style2 .iconbox-inner .title {
    margin: 0 auto 6px;
    padding-bottom: 8px;
    position: relative;
}
.fameshop-iconbox.style2 .iconbox-inner .title,
.fameshop-iconbox.style2 .iconbox-inner .title a {
    text-transform: uppercase;
    color: #333;
}
.fameshop-iconbox.style2 .iconbox-inner .title::after {
    width: 30px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
}
.fameshop-iconbox.style2 .iconbox-inner .description {
    color: #555;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}
.fameshop-iconbox.style3 .iconbox-inner {
    text-align: left;
}
.fameshop-iconbox.style3 .iconbox-inner .icon {
    font-size: 60px;
    color: #555;
    float: left;
    margin-top: 15px;
}
.fameshop-iconbox.style3 .iconbox-inner .content {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 30px;
}
.fameshop-iconbox.style3 .iconbox-inner .title {
    margin-bottom: 15px;
}
.fameshop-iconbox.style3 .iconbox-inner .title a {
    color: #555;
}
.fameshop-iconbox.style3 .iconbox-inner .description {
    line-height: 24px;
    letter-spacing: 0.2px;
    font-family: 'Poppins', sans-serif;
}
.fameshop-iconbox.style4 .iconbox-inner .icon {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    line-height: 64px;
    text-align: center;
    border: solid 3px #e5e5e5;
    float: left;
    font-size: 30px;
    background-color: #fff;
}
.fameshop-iconbox.style4 .iconbox-inner .content {
    overflow: hidden;
    padding-left: 15px;
    text-align: left;
}
.fameshop-iconbox.style4 .iconbox-inner .title {
    margin: -2px 0 14px;
}
.fameshop-iconbox.style4 .iconbox-inner .title,
.fameshop-iconbox.style4 .iconbox-inner .title a {
    color: #333;
    text-transform: uppercase;
}
.fameshop-iconbox.style4 .iconbox-inner .description {
    font-family: 'Poppins', sans-serif;
}
.fameshop-newsletter .content-newletter {
    text-align: center;
    padding: 30px 0 100px;
    overflow: hidden;
}
.fameshop-newsletter .content-newletter .title {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin: 20px 0 45px;
}
.fameshop-newsletter .content-newletter .newsletter-form-wrap .newsletter-wrapper {
    position: relative;
    border: solid 2px #e5e5e5;
    padding: 5px;
    border-radius: 25px;
    background-color: #fff;
}
.fameshop-newsletter .content-newletter .newsletter-form-wrap input,
.fameshop-newsletter .content-newletter .newsletter-form-wrap input:hover,
.fameshop-newsletter .content-newletter .newsletter-form-wrap input:focus {
    width: calc(100% - 130px);
    border: none;
    font-size: 14px;
    color: #999;
    font-family: 'Poppins', sans-serif;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    overflow: hidden;
    box-shadow: none;
    float: left;
}
.fameshop-newsletter .content-newletter .newsletter-form-wrap .button {
    float: right;
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
}
.fameshop-newsletter .content-newletter .return-message {
    padding: 10px;
    margin-top: 30px;
}
.fameshop-banner.style1 {
    border: solid 3px;
    position: relative;
    padding-left: 525px;
    text-align: center;
    min-height: 425px;
    overflow: inherit;
    margin-top: 170px;
    margin-bottom: 100px;
}
.fameshop-banner.style1 .image::before {
    display: none;
}
.fameshop-banner.style1 .image {
    position: absolute;
    z-index: 1;
    letter-spacing: 40px;
    top: -140px;
    left: 45px;
}
.fameshop-banner.style1 .banner-content {
    max-width: 480px;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fameshop-banner.style1 .banner-content .title {
    font-size: 60px;
    font-weight: 700;
    position: relative;
    margin: 40px 0 25px;
    padding-bottom: 20px;
}
.fameshop-banner.style1 .banner-content .title::after {
    width: 50px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}
.fameshop-banner.style1 .banner-content .description {
    font-size: 14px;
    color: #555;
    letter-spacing: 0.2px;
    margin: 0 0 10px;
}
.fameshop-banner.style1 .banner-content img {
    display: block;
    margin: 15px auto 20px;
}
.fameshop-banner.style1 .banner-content .button {
    display: inline-block;
    margin: 0 auto 50px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 110px;
    text-align: center;
}
.fameshop-banner .image {
    position: relative;
    overflow: hidden;
}
.fameshop-banner .image::before {
    position: absolute;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-banner:hover .image::before {
    opacity: 1;
    visibility: visible;
}
.fameshop-banner .image img {
    width: 100%;
}
.fameshop-banner.style3 .banner-content,
.fameshop-banner.style2 .banner-content {
    position: absolute;
    z-index: 2;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fameshop-banner .banner-content .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
    letter-spacing: 0.2px;
}
.fameshop-banner .banner-content .subtitle {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px;
    padding-right: 35px;
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}
.fameshop-banner .banner-content .subtitle::after {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}
.fameshop-banner .banner-content .description {
    font-size: 14px;
    color: #fff;
    margin: 0 0 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.fameshop-banner .banner-content .button {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    border-radius: 20px;
    line-height: 40px;
    display: inline-block;
}
.fameshop-banner.style3 .banner-content {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-banner.style3 .banner-content .title {
    margin-bottom: 10px;
}
.fameshop-banner.style3 .banner-content .subtitle {
    padding: 4px 15px;
    margin-bottom: 14px;
}
.fameshop-banner.style3 .banner-content .subtitle::before {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.fameshop-banner.style3 .banner-content .description {
    margin-bottom: 0;
}
.fameshop-banner.style3 .banner-content .button {
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    opacity: 0;
    background-color: transparent;
    border: solid 2px #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 0;
}
.fameshop-banner.style3:hover .banner-content .button {
    opacity: 1;
    display: inline-block;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 45px;
    height: 40px;
    line-height: 36px;
}
.fameshop-banner.style4 {
    text-align: center;
}
.fameshop-banner.style4 .image {
    margin-bottom: 23px;
}
.fameshop-banner.style4 .banner-content {
    padding: 0 50px;
    margin-bottom: 18px;
}
.fameshop-banner.style4 .title {
    font-size: 30px;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 25px;
}
.fameshop-banner.style4 .title::after {
    width: 50px;
    height: 2px;
    background-color: #e5e5e5;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.fameshop-banner.style4 .description {
    color: #ccc;
    margin-bottom: 44px;
}
.fameshop-banner.style4 .button {
    line-height: 50px;
    border-radius: 25px;
    min-width: 410px;
}
.fameshop-banner.style5 {
    position: relative;
}
.fameshop-banner.style5 .image::before {
    display: none;
}
.fameshop-banner.style5 .banner-content {
    position: absolute;
    z-index: 1;
    right: 180px;
    max-width: 350px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fameshop-banner.style5 .banner-content .title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin: 0 auto 35px;
    padding: 0 25px;
    line-height: 50px;
    text-transform: uppercase;
}
.fameshop-banner.style5 .banner-content .subtitle {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 15px;
    padding: 0;
    display: block;
    font-weight: 400;
}
.fameshop-banner.style5 .banner-content .subtitle::after {
    display: none;
}
.fameshop-banner.style5 .banner-content .fameshop-countdown .box-count {
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: relative;
}
.fameshop-banner.style5 .banner-content .fameshop-countdown .box-count::after {
    right: 0;
    top: 5px;
    bottom: 7px;
    position: absolute;
    width: 1px;
    background-color: #fff;
    content: "";
}
.fameshop-banner.style5 .banner-content .fameshop-countdown .box-count.secs {
    border: none;
}
.fameshop-banner.style5 .banner-content .fameshop-countdown .box-count span {
    display: list-item;
    list-style: none;
}
.fameshop-banner.style5 .banner-content .fameshop-countdown .box-count .number {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    display: block;
}
.fameshop-banner.style5 .banner-content .fameshop-countdown .box-count .text {
    font-size: 14px;
    margin-top: -8px;
    display: block;
}
.fameshop-banner.style5 .banner-content .description {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    margin: 25px 0 45px;
}
.fameshop-banner.style5 .banner-content .button {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 35px;
    line-height: 40px;
    border: solid 2px #fff;
    border-radius: 20px;
}
.fameshop-banner.style6 .image::before {
    display: none;
}
.fameshop-banner.style6 .banner-content {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 104px;
    text-align: center;
    min-height: 345px;
}
.fameshop-banner.style6 .banner-content .title {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.fameshop-banner.style6 .banner-content .title::after {
    width: 50px;
    height: 2px;
    background-color: #fff;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.fameshop-banner.style6 .banner-content .description {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 0.2px;
}
.fameshop-banner.style6 .banner-content .button {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 40px;
    border: solid 2px #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 25px;
    padding: 0 40px;
    opacity: 0;
    visibility: hidden;
}
.fameshop-banner.style6:hover .button {
    opacity: 1;
    visibility: visible;
}
.fameshop-banner.style7 .image::before {
    display: none;
}
.fameshop-banner.style7 .banner-content {
    position: absolute;
    z-index: 5;
    top: 85px;
    left: 90px;
}
.fameshop-banner.style7 .banner-content .title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 15px;
}
.fameshop-banner.style7 .banner-content .description {
    letter-spacing: 0.2px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.fameshop-banner.style7 {
    position: relative;
}
.fameshop-banner.style7 .hover_box {
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 50%;
    display: table;
    max-width: 60%;
    width: 100%;
    margin: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(196, 176, 45, 0.9);
    padding: 60px 60px 50px;
}
.fameshop-banner.style7:hover .image::before,
.fameshop-banner.style7:hover .hover_box {
    opacity: 1;
    visibility: visible;
}
.fameshop-banner.style7 .hover_box .title {
    font-size: 30px;
    margin: 0 0 25px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #fff;
    font-weight: 400;
}
.fameshop-banner.style7 .hover_box .description {
    letter-spacing: 0.2px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 25px;
}
.fameshop-banner.style7 .hover_box .button {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: solid 2px #fff;
    line-height: 40px;
    padding: 0 40px;
    display: inline-block;
    border-radius: 25px;
    background-color: transparent;
}
.fameshop-banner.style8 {
    background-image: url('../fameshop/assets/images/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}
.fameshop-banner.style8 .description {
    color: #555;
}
.fameshop-banner.style9 {
    position: relative;
}
.fameshop-banner.style9 .banner-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 700px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    min-height: 280px;
}
.fameshop-banner.style9 .banner-content .title {
    font-size: 30px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 15px;
    margin: 60px 0 25px;
}
.fameshop-banner.style9 .banner-content .title::after {
    width: 50px;
    height: 2px;
    background-color: #000;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    bottom: 0;
}
.fameshop-banner.style9 .banner-content .description {
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.fameshop-banner.style9 .banner-content .button {
    margin-bottom: 55px;
}
.fameshop-banner.style10 .image::before {
    background-color: rgba(255, 255, 255, 0.3);
}
.fameshop-banner.style10 .banner-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.fameshop-banner.style10 .banner-content .title {
    color: #5fb044;
    margin-bottom: 3px;
    font-size: 30px;
}
.fameshop-banner.style10 .banner-content .description {
    color: #8dc540;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.fameshop-banner.style12 .banner-content {
    position: absolute;
    z-index: 2;
    top: 86px;
    left: 100px;
    text-align: left;
}
.fameshop-banner.style12 .banner-content .title {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    border-radius: 5px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 30px;
    margin: 0 0 14px;
}
.fameshop-banner.style12 .banner-content .subtitle {
    display: block;
    color: #333;
    font-weight: 700;
    font-size: 30px;
    padding: 0 0 26px;
    position: relative;
    margin: 0 0 18px;
}
.fameshop-banner.style12 .banner-content .subtitle::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #e5e5e5;
}
.fameshop-banner.style12 .banner-content .price-group {
    float: left;
    margin-right: 20px;
}
.fameshop-banner.style12 .banner-content .price-group span {
    display: block;
}
.fameshop-banner.style12 .banner-content .price-group .regular_price {
    font-size: 24px;
    color: #ccc;
    margin: 0 0 12px;
}
.fameshop-banner.style12 .banner-content .sale-group {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 15px 0;
    display: inline-block;
}
.fameshop-banner.style12 .banner-content .price-group .sale_price {
    font-size: 30px;
    margin: 0 0 10px;
}
.fameshop-banner.style12 .banner-content .price-sale-group {
    display: block;
    overflow: hidden;
    margin-bottom: 26px;
}
.fameshop-banner.style12 .banner-content .sale-group span {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
}
.fameshop-banner.style12 .banner-content .sale-group .percent_discount {
    font-weight: 700;
}
.fameshop-slider.owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 18px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fameshop-slider.owl-carousel .owl-dots .owl-dot {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    background-color: #fff;
}
.fameshop-slider.owl-carousel .owl-dots .owl-dot.active::before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 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%);
}
.fameshop-section-title.style2 {
    text-align: center;
    overflow: hidden;
    position: relative;
}
.fameshop-section-title.style2 .title {
    font-size: 30px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin: 15px auto 50px;
    display: inline-block;
    padding: 0 30px;
}
.fameshop-section-title.style2 .title::before,
.fameshop-section-title.style2 .title::after {
    width: 1000px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    margin: auto;
    bottom: 0;
}
.fameshop-section-title.style2 .title::before {
    right: 100%;
}
.fameshop-section-title.style2 .title::after {
    left: 100%;
}
.fameshop-section-title {
    padding: 0 30px;
}
.fameshop-team-members .title,
.fameshop-section-title .title {
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.fameshop-team-members .title::after,
.fameshop-section-title .title::after {
    width: 50px;
    height: 2px;
    background-color: #e5e5e5;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.fameshop-section-title .desc {
    text-align: center;
    font-size: 14px;
    color: #555;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin: 0 auto 30px;
}
.fameshop-team-members .title {
    margin-bottom: 50px;
}
.fameshop-team-members .owl-carousel {
    padding: 0 125px;
}
.fameshop-team-members .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -20px;
    top: 30%;
}
.fameshop-team-members .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -20px;
    top: 30%;
}
.fameshop-team-members .member_item {
    overflow: hidden;
    position: relative;
}
.fameshop-team-members .member_item .member-info {
    position: absolute;
    z-index: 1;
    bottom: -75px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
    padding: 25px 0;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-team-members .member_item:hover .member-info {
    bottom: 0;
}
.fameshop-team-members .member_item .member-info .name {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}
.fameshop-team-members .member_item .member-info .name::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.fameshop-team-members .member_item .member-info .position {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 25px;
}
.fameshop-team-members .member_item .member-info .list-socials {
    padding: 0;
}
.fameshop-team-members .member_item .member-info .list-socials li {
    display: inline-block;
    list-style: none;
    margin: 0 1px;
}
.fameshop-team-members .member_item .member-info .list-socials li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border: solid 1px #fff;
}
.fameshop-tabs .tab-head {
    margin-bottom: 55px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.fameshop-tabs .tab-head .tab-title {
    font-size: 30px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    position: relative;
    margin: 15px auto 50px;
    display: inline-block;
    padding: 0 40px;
}
.fameshop-tabs .tab-head .tab-title::before,
.fameshop-tabs .tab-head .tab-title::after {
    width: 1000px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fameshop-tabs .tab-head .tab-title::before {
    left: 100%;
}
.fameshop-tabs .tab-head .tab-title::after {
    right: 100%;
}
.fameshop-tabs .tab-link {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
.fameshop-tabs .tab-link > li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
    list-style: none;
    position: relative;
}
.fameshop-tabs .tab-link > li > a {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    padding: 0 35px;
    line-height: 40px;
    border: solid 2px #e5e5e5;
    border-radius: 20px;
    display: inline-block;
}
.fameshop-tabs .tab-link > li.active > a,
.fameshop-tabs .tab-link > li > a:hover {
    color: #fff;
}
.fameshop-tabs.style2 .tab-head {
    margin-top: 30px;
    margin-bottom: 30px;
}
.fameshop-tabs.style2 .tab-head .tab-title {
    margin-bottom: 52px;
    padding: 0 0 26px;
    background-color: transparent;
}
.fameshop-tabs.style2 .tab-head .tab-title::before {
    display: none;
}
.fameshop-tabs.style2 .tab-head .tab-title::after {
    width: 50px;
    height: 2px;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 100%;
    margin: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fameshop-tabs.style2 .tab-link > li > a {
    border-color: #fff;
    color: #fff;
    line-height: 40px;
    height: 40px;
}
.fameshop-tabs.style2 .tab-link > li.active > a {
    border-color: transparent;
}
.fameshop-tabs.style2 .product-item .product-name a {
    color: #fff;
}
.fameshop-tabs.style2 .product-item .product-loop-cat a {
    color: #999;
}
.fameshop-tabs.style2 .product-item .product-bottom .added_to_cart,
.fameshop-tabs.style2 .product-item .product-bottom .button,
.fameshop-tabs.style2 .product-item .product-bottom .fameshop-loop-moredetail {
    color: #fff;
    border-color: #fff;
}
.fameshop-tabs.style2 .product-item {
    padding-top: 0;
    margin-top: 20px;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.fameshop-tabs.style2 .product-item:hover {
    background-color: #fff;
    padding-top: 20px;
    margin-top: 0;
}
.fameshop-tabs.style2 .product-item:hover .product-name a {
    color: #333;
}
.fameshop-tabs.style2 .product-item:hover .product-bottom .added_to_cart,
.fameshop-tabs.style2 .product-item:hover .product-bottom .button,
.fameshop-tabs.style2 .product-item:hover .product-bottom .fameshop-loop-moredetail {
    color: #555;
    border-color: #e5e5e5;
}
.fameshop-tabs.style2 .product-item:hover .product-bottom .added_to_cart:hover,
.fameshop-tabs.style2 .product-item:hover .product-bottom .button:hover,
.fameshop-tabs.style2 .product-item:hover .product-bottom .fameshop-loop-moredetail:hover {
    color: #fff;
}
.fameshop-tabs.style2 .product-item .product-inner .product-thumb {
    background-color: #fff;
}
.fameshop-tabs.style2 .product-item .flash {
    right: 30px;
    top: 15px;
}
.fameshop-tabs.style2 .product-item .product-inner .product-info {
    margin-top: 24px;
}
.fameshop-tabs.style2 .product-item .price {
    margin-bottom: 15px;
}
/*.fameshop-tabs.style2 .product-item .product-bottom .group-button-inner {
  margin-bottom: 0;
}*/
.fameshop-tabs.style2 .product-item .loop-social-links {
    padding-bottom: 17px;
}
.fameshop-tabs.style2 .owl-carousel .owl-controls .owl-nav .owl-prev,
.fameshop-tabs.style2 .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 165px;
}
.fameshop_aboutinfo {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.fameshop_aboutinfo .title {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}
.fameshop_aboutinfo .title::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.fameshop_aboutinfo .about-content .description {
    font-size: 14px;
    color: #ccc;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px;
}
.fameshop_aboutinfo .about-content .image {
    margin: 0 0 30px;
}
.fameshop_aboutinfo.style2 {
    max-width: 100%;
}
.fameshop_aboutinfo.style2 .right-content {
    text-align: left;
}
.fameshop_aboutinfo.style2 .title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.fameshop_aboutinfo.style2 .title::after {
    display: none;
}
.fameshop_aboutinfo.style2 .about-content {
    max-width: 530px;
}
.fameshop_aboutinfo.style2 .about-content .item-title {
    font-size: 18px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.fameshop_aboutinfo.style2 .about-content .item-about {
    color: #555;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 25px;
}
.fameshop_pricetable {
    text-align: center;
    padding: 40px 0;
}
.fameshop_pricetable .title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 38px;
}
.fameshop_pricetable .title::after {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.fameshop_pricetable .price-table-content {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
    padding: 35px 60px 25px;
    max-width: 770px;
    position: relative;
    margin: 0 auto;
}
.fameshop_pricetable .image {
    position: absolute;
    z-index: 1;
    left: -170px;
    top: -70px;
}
.fameshop_pricetable .price-table {
    border: none;
    margin: 0 auto 33px;
    max-height: 345px;
    overflow-y: auto;
}
.mCSB_inside > .mCSB_container {
    margin-right: 16px;
}
.fameshop_pricetable .mCSB_scrollTools {
    opacity: 0;
}
.fameshop_pricetable .price-table:hover .mCSB_scrollTools {
    opacity: 0.75;
}
.fameshop_pricetable .price-table .table-title span,
.fameshop_pricetable .price-table .price-item span {
    text-align: center;
    border: none;
}
.fameshop_pricetable .price-table .table-title span.price,
.fameshop_pricetable .price-table .table-title span {
    font-size: 18px !important;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 15px;
}
.fameshop_pricetable .price-table .price-item {
    display: table;
    width: 100%;
}
.fameshop_pricetable .price-table .price-item > span {
    padding: 25px 0;
    display: table-cell;
    vertical-align: middle;
}
.fameshop_pricetable .price-table .price-item {
    border: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.fameshop_pricetable .price-table .price-item:last-child {
    border-bottom: none;
}
.fameshop_pricetable .price-table .price-item .parameter {
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    width: 320px;
}
.fameshop_pricetable .price-table .number {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    width: 150px;
}
.fameshop_pricetable .price-table .product-name {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 0;
}
.fameshop_pricetable .price-table .product_unit {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #ccc;
}
.fameshop_pricetable .price-table .price-item .price {
    width: 180px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.fameshop_pricetable .button {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    padding: 0 40px;
}
.fameshop-testimonials .testimonial-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 20px 0 55px;
}
.fameshop-testimonials .testimonial-item .thumb {
    position: relative;
    padding: 0 35px;
    margin: 0 auto;
    display: inline-block;
}
.fameshop-testimonials .testimonial-item .thumb .avatar {
    width: 104px;
    height: 104px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    border: solid 2px #e5e5e5;
}
.testimonial-item .thumb::before,
.testimonial-item .thumb::after {
    width: 1000px;
    height: 1px;
    background-color: #e5e5e5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    position: absolute;
    z-index: 1;
}
.testimonial-item .thumb::before {
    left: 100%;
}
.testimonial-item .thumb::after {
    right: 100%;
}
.testimonial-item .content {
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 24px;
    color: #555;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}
.testimonial-item .content::before {
    width: 50px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}
.testimonial-item .author {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 50px;
    letter-spacing: 0.2px;
    color: #555;
    text-transform: uppercase;
}
.testimonial-item .avata {
    max-width: 104px;
}
.fameshop-testimonials .owl-carousel .owl-dots {
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fameshop-testimonials .owl-carousel .owl-dots .owl-dot {
    height: 16px;
    width: 16px;
    border: solid 2px #e5e5e5;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    background-color: #e5e5e5;
}
.fameshop-testimonials .owl-carousel .owl-dots .owl-dot.active::before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 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%);
}
.backtotop {
    width: 46px;
    height: 46px;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    border-radius: 50%;
    color: #fff;
    z-index: 999;
}
.backtotop:hover,
.backtotop:focus,
.backtotop:active {
    color: #fff;
}
.wpcf7-form > p {
    margin-bottom: 10px;
}
.wpcf7-form .wpcf7-form-control-wrap {
    overflow: hidden;
    margin-bottom: 33px;
    display: block;
    margin-bottom: 0;
}
.wpcf7-form textarea.wpcf7-form-control-wrap {
    margin-bottom: 23px;
}
.wpcf7-form .wpcf7-form-control {
    width: 100%;
}
.wpcf7-form .wpcf7-submit {
    width: auto;
}
.wpcf7-form label {
    font-weight: 400;
    color: #555;
    margin-bottom: 6px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    display: block;
}
.wpcf7-form label input {
    color: #555;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    border: solid 1px #e5e5e5;
}
.wpcf7-form .wpcf7-submit {
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 50px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
}
/*------------------------------
 CUSTOM BOOSTRAP 5 COLUMNS
 ------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*----------------
AUTO CLEAR
----------------*/
@media (min-width: 1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-lg-15:nth-child(5n+1) {
        clear: left;
    }
    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
    .vc_row .vc_col-lg-1:nth-child(12n+1) {
        clear: left;
    }
    .vc_row .vc_col-lg-2:nth-child(6n+1) {
        clear: left;
    }
    .vc_row .vc_col-lg-3:nth-child(5n+1) {
        clear: left;
    }
    .vc_row .vc_col-lg-4:nth-child(4n+1) {
        clear: left;
    }
    .vc_row .vc_col-lg-5:nth-child(3n+1) {
        clear: left;
    }
    .vc_row .vc_col-lg-6:nth-child(odd) {
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-md-15:nth-child(5n+1) {
        clear: left;
    }
    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
    .vc_row .vc_col-md-1:nth-child(12n+1) {
        clear: left;
    }
    .vc_row .vc_col-md-2:nth-child(6n+1) {
        clear: left;
    }
    .vc_row .vc_col-md-3:nth-child(5n+1) {
        clear: left;
    }
    .vc_row .vc_col-md-4:nth-child(4n+1) {
        clear: left;
    }
    .vc_row .vc_col-md-5:nth-child(3n+1) {
        clear: left;
    }
    .vc_row .vc_col-md-6:nth-child(odd) {
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-sm-15:nth-child(5n+1) {
        clear: left;
    }
    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
    .vc_row .vc_col-sm-1:nth-child(12n+1) {
        clear: left;
    }
    .vc_row .vc_col-sm-2:nth-child(6n+1) {
        clear: left;
    }
    .vc_row .vc_col-sm-3:nth-child(5n+1) {
        clear: left;
    }
    .vc_row .vc_col-sm-4:nth-child(4n+1) {
        clear: left;
    }
    .vc_row .vc_col-sm-5:nth-child(3n+1) {
        clear: left;
    }
    .vc_row .vc_col-sm-6:nth-child(odd) {
        clear: left;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-xs-15:nth-child(5n+1) {
        clear: left;
    }
    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
    .vc_row .vc_col-xs-1:nth-child(12n+1) {
        clear: left;
    }
    .vc_row .vc_col-xs-2:nth-child(6n+1) {
        clear: left;
    }
    .vc_row .vc_col-xs-3:nth-child(5n+1) {
        clear: left;
    }
    .vc_row .vc_col-xs-4:nth-child(4n+1) {
        clear: left;
    }
    .vc_row .vc_col-xs-5:nth-child(3n+1) {
        clear: left;
    }
    .vc_row .vc_col-xs-6:nth-child(odd) {
        clear: left;
    }
}
@media (max-width: 479px) {
    .auto-clear .col-ts-1:nth-child(12n+1) {
        clear: left;
    }
    .auto-clear .col-ts-2:nth-child(6n+1) {
        clear: left;
    }
    .auto-clear .col-ts-15:nth-child(5n+1) {
        clear: left;
    }
    .auto-clear .col-ts-3:nth-child(4n+1) {
        clear: left;
    }
    .auto-clear .col-ts-4:nth-child(3n+1) {
        clear: left;
    }
    .auto-clear .col-ts-6:nth-child(odd) {
        clear: left;
    }
}
/*----------------------------------
Custom Bostrap Colum form 480 > 767
----------------------------------*/
@media (max-width: 480px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .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%;
    }
    .col-ts-pull-12 {
        right: 100%;
    }
    .col-ts-pull-11 {
        right: 91.66666667%;
    }
    .col-ts-pull-10 {
        right: 83.33333333%;
    }
    .col-ts-pull-9 {
        right: 75%;
    }
    .col-ts-pull-8 {
        right: 66.66666667%;
    }
    .col-ts-pull-7 {
        right: 58.33333333%;
    }
    .col-ts-pull-6 {
        right: 50%;
    }
    .col-ts-pull-5 {
        right: 41.66666667%;
    }
    .col-ts-pull-4 {
        right: 33.33333333%;
    }
    .col-ts-pull-3 {
        right: 25%;
    }
    .col-ts-pull-2 {
        right: 16.66666667%;
    }
    .col-ts-pull-1 {
        right: 8.33333333%;
    }
    .col-ts-pull-0 {
        right: auto;
    }
    .col-ts-push-12 {
        left: 100%;
    }
    .col-ts-push-11 {
        left: 91.66666667%;
    }
    .col-ts-push-10 {
        left: 83.33333333%;
    }
    .col-ts-push-9 {
        left: 75%;
    }
    .col-ts-push-8 {
        left: 66.66666667%;
    }
    .col-ts-push-7 {
        left: 58.33333333%;
    }
    .col-ts-push-6 {
        left: 50%;
    }
    .col-ts-push-5 {
        left: 41.66666667%;
    }
    .col-ts-push-4 {
        left: 33.33333333%;
    }
    .col-ts-push-3 {
        left: 25%;
    }
    .col-ts-push-2 {
        left: 16.66666667%;
    }
    .col-ts-push-1 {
        left: 8.33333333%;
    }
    .col-ts-push-0 {
        left: auto;
    }
    .col-ts-offset-12 {
        margin-left: 100%;
    }
    .col-ts-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-ts-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-ts-offset-9 {
        margin-left: 75%;
    }
    .col-ts-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-ts-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-ts-offset-6 {
        margin-left: 50%;
    }
    .col-ts-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-ts-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-ts-offset-3 {
        margin-left: 25%;
    }
    .col-ts-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-ts-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-ts-offset-0 {
        margin-left: 0;
    }
    .hidden-ts {
        display: none;
    }
}
/* -----------------------
  ROWS SPACE
------------------------ */
.rows-space-10 {
    margin-bottom: 10px;
}
.rows-space-15 {
    margin-bottom: 15px;
}
.rows-space-20 {
    margin-bottom: 20px;
}
.rows-space-25 {
    margin-bottom: 25px;
}
.rows-space-30 {
    margin-bottom: 30px;
}
.rows-space-35 {
    margin-bottom: 35px;
}
.rows-space-40 {
    margin-bottom: 40px;
}
.rows-space-45 {
    margin-bottom: 45px;
}
.rows-space-50 {
    margin-bottom: 50px;
}
.rows-space-55 {
    margin-bottom: 55px;
}
.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;
}
/* -----------------------
  LOADING
------------------------ */
.ajax-loader-wapper {
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    z-index: 10;
}
.ajax-loader {
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    border-top: 1px solid #c00;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.75s linear infinite;
    animation: spin 1.75s linear infinite;
    position: relative;
    font-size: 0;
    display: inline-block;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* -----------------------
  EFFECT
------------------------ */

/* STARS RATING*/
p.stars {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
p.stars a {
    display: inline-block;
    font-size: 0;
}
p.stars a:before {
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #bbbaba;
    font-family: 'FontAwesome';
    content: "\f005";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
p.stars:hover a:before,
p.stars.selected:not(:hover) a:before {
    color: #f3cd1e;
}
p.stars a:hover ~ a:before,
p.stars.selected:not(:hover) a.active ~ a:before {
    color: #ccc;
}
.comment-form-rating label {
    margin-right: 10px;
}
/*----------------
FOOTER
-----------------*/
.footer .fameshop-sc .title {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 12px;
}
.footer .fameshop-sc .title::after {
    width: 50px;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    content: "";
}
.footer .fameshop-instagram.default .list-insta li {
    max-width: 70px;
    padding: 0;
    margin: 5px;
}
.footer .fameshop-instagram .list-insta li a {
    display: block;
    overflow: hidden;
    position: relative;
}
.footer .fameshop-custommenu.layout2 {
    margin: 25px 0 0;
}
.footer .fameshop-custommenu.layout2 ul {
    margin: 0;
}
.footer .site-copyright {
    text-align: center;
    font-size: 14px;
    margin: 0 0 2px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.footer .site-author {
    margin: 0;
    text-transform: uppercase;
    color: #555;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-align: center;
}
.footer .footer-home2 .fameshop-sc .title,
.footer .footer-home5 .fameshop-sc .title,
.footer .footer-home2 .fameshop-blog .post-item .post-name a,
.footer .footer-home5 .fameshop-blog .post-item .post-name a,
.footer .footer-home2 .fameshop-categories .category-item .cate-title a,
.footer .footer-home5 .fameshop-categories .category-item .cate-title a,
.footer .footer-home2 .fameshop-custommenu .menu li a,
.footer .footer-home5 .fameshop-custommenu .menu li a,
.footer .footer-home2 .site-author,
.footer .footer-home5 .site-author {
    color: #fff;
}
.footer .footer-home2 .fameshop-blog .post-item .comment-count,
.footer .footer-home5 .fameshop-blog .post-item .comment-count,
.footer .footer-home2 .fameshop-categories .category-item .cate_item_count,
.footer .footer-home5 .fameshop-categories .category-item .cate_item_count {
    color: #ccc;
}
.footer .fameshop-iconbox .title::after {
    display: none;
}
.footer .fameshop-iconbox .title {
    padding: 0;
    margin: 0 0 10px;
}
.footer.layout2 .fameshop-custommenu.layout2 .menu li a,
.footer.layout2 .site-author {
    color: #999;
}
/*Demo Data*/
.post-item.sticky .post-name {
    position: relative;
}
.post-item.sticky .post-name::before {
    display: inline-block;
    content: "\f279";
    margin-right: 10px;
    font-family: "Ionicons";
    float: left;
    margin-top: 2px;
}
body .main-container {
    font-size: 16px;
}
.header-mobile {
    position: relative;
    display: none;
}
.header-mobile .header-mobile-inner {
    display: table;
    width: 100%;
    padding: 10px 0;
}
.header-mobile .header-mobile-inner .logo {
    text-align: left;
    max-width: 146px;
}
.header-mobile .header-mobile-inner .logo,
.header-mobile .header-mobile-inner .header-control {
    display: table-cell;
    vertical-align: middle;
}
.header-mobile .header-mobile-inner .header-control {
    text-align: right;
}
.header-mobile .header-control > li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.header-mobile .open-btn,
.header-mobile .menu-bar,
.header-mobile .cart-icon {
    font-size: 16px;
    color: #fff;
    background-color: #aaa;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    position: relative;
    margin-left: 8px;
    min-width: 1px;
}
.header-mobile .menu-bar {
    text-align: center;
    overflow: hidden;
    padding: 10px 8px 0;
}
.header-mobile .mobile-navigation .icon {
    float: none;
}
.header-mobile .mobile-navigation .icon:hover > span,
.header-mobile .mobile-navigation .icon:focus > span {
    background-color: #fff;
}
.header-mobile .setting-config .setting-content {
    position: absolute;
    background-color: #fff;
    color: #555;
    z-index: 2;
    border: none;
    list-style: none;
    text-align: left;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    box-shadow: 0 0 0 1px #e6e6e6;
    padding: 30px 15px 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.header-mobile .setting-config.open .setting-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.header-mobile .setting-config .close-btn {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 5px;
    font-size: 18px;
}
.header-mobile .setting-config .submenu-content {
    padding: 10px 0 0;
    margin: 0;
    border-top: solid 1px #e5e5e5;
}
.header-mobile .setting-config .submenu-content > li {
    display: block;
    list-style: none;
    position: relative;
    padding: 5px 0 10px;
}
.header-mobile .search-block.style2 .search-inner {
    max-width: 100%;
    width: 100%;
    top: 0;
    right: 0;
}
.header-mobile .my-account {
    text-align: right;
}
.header-mobile .my-account .user-icon {
    font-size: 18px;
    color: #333;
}
.header-mobile .my-account .user-icon .text {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}
.header-mobile .mobile-navigation .icon span {
    background-color: #fff !important;
}
.header-mobile .mobile-navigation .icon {
    margin: 0;
}
.header-mobile .search-block.style2 .search-inner .input {
    background-color: #fff;
    color: #222;
}
.header.style4 .header-mobile {
    background-color: #271e19;
}
.header.style4 .header-mobile .minicart {
    padding: 0;
}
.header.style4 .header-mobile .minicart .minicart-inner,
.header.style4 .header-mobile .minicart .woocommerce-mini-cart__empty-message {
    right: 0 !important;
}
@media(max-width: 767px) {
    .header.style-4 .header-mobile {
        background-color: #271e19;
    }
    .header-support-mobile .main-header {
        display: none;
    }
}
@media (max-width: 360px) {
    .header-mobile .open-btn,
    .header-mobile .menu-bar,
    .header-mobile .cart-icon {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-left: 3px;
    }
}
/** RESPONSIVE **/
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (max-width: 1850px) {
    .fameshop-banner.banner5-home1 {
        min-height: 500px;
    }
    .fameshop-banner.banner5-home1 .image {
        display: none;
    }
    .product-item.product-style-5 .product-inner .product-info {
        padding-top: 50px;
    }
    .product-item.product-style-5 .product-inner .product-thumb {
        max-width: 450px;
    }
    #rev_slider_1_1 .fameshop-nav.tp-leftarrow {
        transform: none !important;
        left: 100px !important;
    }
    #rev_slider_1_1 .fameshop-nav.tp-rightarrow {
        transform: none !important;
        left: calc(100% - 150px) !important;
    }
    .fameshop-banner.style7 .banner-content {
        top: 30px;
        left: 30px;
    }
    .fameshop-banner.style7 .hover_box {
        max-width: 80%;
        padding: 50px 20px;
    }
}
@media (max-width: 1366px) {
    .block-page-banner.owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 175px;
    }
    .block-page-banner.owl-carousel .owl-controls .owl-nav .owl-next {
        right: 175px;
    }
    .fameshop-banner.style4 .banner-content {
        padding: 0 25px;
    }
    .fameshop-banner.style4 .button {
        min-width: 1px;
        padding: 0 30px;
    }
    .fameshop-banner.style6 .banner-content {
        min-height: 1px;
        height: 100%;
        padding: 30px 10px 0;
        top: 0;
    }
    .fameshop-banner.style6 .banner-content .button {
        top: auto;
        bottom: 20px;
        padding: 0 25px;
    }
    .product-item.product-style-5 {
        margin: 0 auto;
        padding-bottom: 10px;
        width: auto;
    }
    .product-item.product-style-5 .product-inner .product-thumb {
        float: left;
        max-width: 400px;
    }
    .fameshop-banner.style7 .hover_box {
        max-width: 80%;
        padding: 20px;
    }
    .box_product_layout.layout4 .owl-carousel .product-item.product-style-6 .loop-social-links {
        position: relative;
    }
    .box_product_layout.layout4 .owl-carousel .product-item.product-style-6:hover .loop-social-links {
        box-shadow: none;
    }
    .woocommerce_checkout_login .wp-social-login-widget {
        padding: 30px 0;
    }
}
@media (max-width: 1199px) {
    /*HEADER STYLE 1*/
    .top-menu > li {
        margin: 0 5px;
    }
    .main-menu > li {
        padding-right: 16px;
    }
    .header .header-nav {
        padding-top: 10px;
    }
    .header .header-top-item {
        padding-top: 16px;
    }
    /*HEADER STYLE 2*/
    .show-special-menu {
        margin-right: 10px;
    }
    .header.style2 .main-menu > li {
        padding-right: 12px;
    }
    /*HEADER STYLE 3*/
    .header.style3 .main-menu > li {
        padding-right: 10px;
    }
    .header.style3 .logo {
        margin-right: 20px;
    }
    .equal-container.home3 .equal-elem {
        background-color: transparent;
    }
    /*SHORTCODES*/
    .fameshop-banner.style1 {
        padding-left: 430px;
    }
    .fameshop-banner.style1 .image {
        left: 25px;
    }
    .fameshop-banner.style1 .banner-content .button {
        padding: 0 40px;
    }
    .fameshop-banner.style5 .banner-content {
        text-align: center;
        max-width: 100%;
        right: 0;
        left: 0;
        padding: 0 30px;
    }
    .fameshop-banner.style5 .banner-content .title {
        line-height: 40px;
        margin-bottom: 20px;
    }
    .fameshop-banner.style5 .banner-content .subtitle {
        margin-bottom: 5px;
    }
    .fameshop-banner.style5 .banner-content .description {
        margin: 10px 0 25px;
    }
    .fameshop-team-members .owl-carousel {
        padding: 0 55px;
    }
    .product-item.product-style-7 {
        max-width: 535px;
        margin: 0 auto;
    }
    .fameshop-textblock .item .info {
        padding-left: 30px;
        padding-top: 30px;
    }
    .fameshop-textblock .odd.item .info {
        padding-right: 30px;
    }
    .product-item .button-top .inner {
        display: block;
    }
    .product-item .button-top .quickview,
    .product-item .button-top .wishlist,
    .fameshop-products.box_product_layout.layout3 .product-item.product-style-3 .button-top .quickview,
    .fameshop-products.box_product_layout.layout3 .product-item.product-style-3 .button-top .wishlist {
        display: block;
        padding: 0;
        text-align: center;
    }
    .product-item .button-top .quickview .yith-wcqv-button::before,
    .product-item .button-top .wishlist .yith-wcwl-add-to-wishlist a::before {
        float: none;
    }
    .product-item .button-top {
        height: auto;
        line-height: 24px;
    }
    .product-item .product-bottom .added_to_cart,
    .product-item .product-bottom .button,
    .product-item .product-bottom .fameshop-loop-moredetail {
        padding: 0 25px;
    }
    .product-item.product-style-4 .product-info {
        padding-top: 25px;
        margin-top: 15px;
    }
    .product-item.product-style-4 .product-name a {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .fameshop-textblock .item .info {
        padding-left: 50px;
    }
    .fameshop-textblock .odd.item .info {
        padding-right: 50px;
    }
    .group_table .fameshop-grouped-table .thumb {
        float: none;
    }
    .group_table .fameshop-grouped-table .product-label {
        width: 165px;
    }
    .fameshop-slider-countdown .fameshop-countdown .box-count {
        height: 80px;
        padding-top: 6px;
    }
    .fameshop-slider-countdown .fameshop-countdown .box-count .number {
        font-size: 24px;
        padding-bottom: 8px;
    }
    .fameshop-slider-countdown .fameshop-countdown .box-count .text {
        font-size: 16px;
    }
    
}
@media (max-width: 1024px) {
    .header-nav-inner .main-menu {
        display: none;
    }
    .header .header-nav {
        padding-top: 20px;
    }
    /*HEADER STYLE 2*/
    .show-special-menu {
        display: none;
    }
    .header.style2 .mobile-navigation .icon,
    .header.style2 .mobile-navigation .text {
        color: #fff;
        font-size: 18px;
    }
    .header.style2 .mobile-navigation .icon span {
        background-color: #fff;
    }
    .header.style3 .header-top-item .mobile-navigation {
        display: none;
    }
    .submenu {
        min-width: 200px;
    }
    .left-sidebar .post-item .box-info,
    .left-sidebar .post-item .box-info {
        float: none;
        width: 100%;
        margin-right: 0;
        border-right: none;
        border-bottom: solid 1px #ebebeb;
        padding-bottom: 15px;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .block-page-banner.owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 75px;
    }
    .block-page-banner.owl-carousel .owl-controls .owl-nav .owl-next {
        right: 75px;
    }
    .fameshop-team-members .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 0px;
    }
    .fameshop-team-members .owl-carousel .owl-controls .owl-nav .owl-next {
        right: 0px;
    }
    .fameshop-banner.style12 .banner-content {
        top:35px;
    }
}
@media (max-width: 991px) {
    .header.style3 .header-nav .mobile-navigation {
        display: none;
    }
    .header.style3 .header-top-item .mobile-navigation {
        display: inline-block;
        float: left;
    }
    .sidebar {
        clear: both;
    }
    .header .main-header {
        position: static;
    }
    .woocommerce-MyAccount-navigation {
        margin: 0 0 20px;
        padding: 10px;
    }
    /*SHORTCODES*/
    .fameshop-textblock .head .title,
    .fameshop-products .head .title,
    .fameshop-section-title.style2 .title {
        padding: 0 15px;
        font-size: 24px;
    }
    .fameshop-banner.style1 {
        padding: 0 20px;
        margin: 100px 0;
    }
    .fameshop-banner.style1 .image {
        display: none;
    }
    .fameshop-banner.style1 .banner-content {
        margin: 0 auto;
    }
    .fameshop-banner .banner-content .subtitle {
        padding-bottom: 6px;
        padding-right: 20px;
    }
    .fameshop-banner .banner-content .button {
        line-height: 35px;
        padding: 0 20px;
    }
    .fameshop-banner .banner-content .description {
        margin-bottom: 15px;
    }
    .fameshop-banner.style3 .banner-content,
    .fameshop-banner.style2 .banner-content {
        top: 45%;
    }
    .fameshop-banner.style3 .banner-content .button {
        border-width: 1px;
    }
    .fameshop-banner.style9 .banner-content {
        min-height: 1px;
        padding: 0 15px;
    }
    .fameshop-banner.style9 .banner-content .title {
        margin: 30px 0 20px;
    }
    .fameshop-banner.style9 .banner-content .button {
        margin-bottom: 30px;
    }
    .fameshop-banner.style12 .banner-content .subtitle {
        padding-bottom: 5px;
        font-size: 24px;
    }
    .fameshop-textblock .item .info {
        max-width: 55%;
        padding-top: 0;
    }
    .fameshop-textblock .item .thumb {
        max-width: 45%;
    }
    .footer .fameshop-sc {
        overflow: hidden;
    }
    .fameshop_pricetable .image {
        display: none;
    }
    .fameshop_pricetable .price-table-content {
        padding: 30px 40px 20px;
    }
    .fameshop-tabs.style2 .product-item .product-bottom .added_to_cart::before,
    .fameshop-tabs.style2 .product-item .product-bottom .button::before,
    .fameshop-tabs.style2 .product-item .product-bottom .fameshop-loop-moredetail::before {
        color: #555
    }
    .fameshop-tabs.style2 .product-item.product-style-2 .product-bottom .added_to_cart::before,
    .fameshop-tabs.style2 .product-item.product-style-2 .product-bottom .button::before,
    .fameshop-tabs.style2 .product-item.product-style-2 .product-bottom .fameshop-loop-moredetail::before {
        color: #fff
    }
    .fameshop-tabs.style2 .product-item.product-style-2:hover .product-bottom .added_to_cart::before,
    .fameshop-tabs.style2 .product-item.product-style-2:hover .product-bottom .button::before,
    .fameshop-tabs.style2 .product-item.product-style-2:hover .product-bottom .fameshop-loop-moredetail::before {
        color: #555
    }
    .fameshop-tabs.style2 .product-item.product-style-2:hover .product-bottom .added_to_cart:hover::before,
    .fameshop-tabs.style2 .product-item.product-style-2:hover .product-bottom .button:hover::before,
    .fameshop-tabs.style2 .product-item.product-style-2:hover .product-bottom .fameshop-loop-moredetail:hover::before {
        color: #fff
    }
    .fameshop-tabs.style2 .product-item .product-bottom .added_to_cart:hover::before,
    .fameshop-tabs.style2 .product-item .product-bottom .button:hover::before,
    .fameshop-tabs.style2 .product-item .product-bottom .fameshop-loop-moredetail:hover::before {
        color: #555
    }
    .fameshop-tabs.style2 .product-item.product-style-4 .product-bottom .added_to_cart::before,
    .fameshop-tabs.style2 .product-item.product-style-4 .product-bottom .button::before,
    .fameshop-tabs.style2 .product-item.product-style-4 .product-bottom .fameshop-loop-moredetai::before {
        color: #fff;
    }
    .fameshop-tabs.style2 .product-item.product-style-4:hover .product-bottom .added_to_cart::before,
    .fameshop-tabs.style2 .product-item.product-style-4:hover .product-bottom .button::before,
    .fameshop-tabs.style2 .product-item.product-style-4:hover .product-bottom .fameshop-loop-moredetai::before,
    .fameshop-tabs.style2 .product-item.product-style-4:hover .product-bottom .added_to_cart:hover::before,
    .fameshop-tabs.style2 .product-item.product-style-4:hover .product-bottom .button:hover::before,
    .fameshop-tabs.style2 .product-item.product-style-4:hover .product-bottom .fameshop-loop-moredetail:hover::before {
        color: #fff;
    }
    .product-item.product-style-4 .product-info {
        padding-top: 45px;
        margin-top: 18px;
    }
    /*INNER PAGE*/
    #customer_login .u-column1.col-1,
    #customer_login .u-column2.col-2 {
        width: 100%;
        float: none;
        border-right: none;
        padding: 0;
    }
    .shop_table.cart .product-thumbnail .thumb {
        padding-right: 10px;
    }
    .shop_table.cart .actions .right-content {
        float: left;
        text-align: left;
    }
    .fameshop-banner.banner-about.style1 {
        padding: 0 20px;
    }
    .woocommerce-tabs .wc-tabs li a {
        padding: 0 25px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    /*PRODUCT STYLE*/
    .product-item .product-bottom .group-button-inner {
        overflow: hidden;
        display: table;
        margin: 0 auto 20px;
    }
    .product-item .compare-button {
        display: inline-block;
        float: left;
    }
    .product-item .product-bottom .added_to_cart,
    .product-item .product-bottom .button,
    .product-item .product-bottom .fameshop-loop-moredetail,
    .box_product_layout.layout6 .product-item .product-bottom .added_to_cart,
    .box_product_layout.layout6 .product-item .product-bottom .button,
    .box_product_layout.layout6 .product-item .product-bottom .fameshop-loop-moredetail {
        position: relative;
        font-size: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        display: inline-block;
        float: left;
    }
    .product-item .product-bottom .added_to_cart::before,
    .product-item .product-bottom .button::before,
    .product-item .product-bottom .fameshop-loop-moredetail::before {
        font-family: "Ionicons";
        font-size: 16px;
        color: #555;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        display: inline-block;
        padding: 0;
        line-height: 40px;
        position: absolute;
        left: -2px;
        top: -2px;
        font-weight: 400;
    }
    .product-item .product-bottom .fameshop-button::before,
    .product-item .product-bottom .fameshop-loop-moredetail::before {
        content: "\f29e";
    }
    .product-item .product-bottom .compare::before {
        content: "\f13d";
    }
    .product-item .product-bottom .product_type_variable::before {
        content: "\f1fe";
    }
    .product-item .product-bottom .product_type_external::before {
        content: "\f110";
    }
    .product-item .product-bottom .added_to_cart::before,
    .product-item .product-bottom .add_to_cart_button::before {
        content: "\f370";
    }
    .product-item .product-bottom .product_type_grouped::before {
        content: "\f1fe";
    }
    .product-item .product-bottom .added_to_cart::before,
    .product-item .product-bottom .added_to_cart:focus::before,
    .product-item .product-bottom .button:focus::before,
    .product-item .product-bottom .fameshop-loop-moredetail:focus::before,
    .product-item .product-bottom .added_to_cart:hover::before,
    .product-item .product-bottom .button:hover::before,
    .product-item .product-bottom .fameshop-loop-moredetail:hover::before {
        color: #fff;
    }
    .product-item .button-top .quickview {
        display: none;
    }
    .product-item .button-top .wishlist {
        padding-left: 0;
        margin: 0 auto;
        display: table;
    }
    .product-item .button-top .quickview .yith-wcqv-button::before,
    .product-item .button-top .wishlist .yith-wcwl-add-to-wishlist a::before {
        font-size: 18px;
        margin-right: 5px;
        float: left;
    }
    .product-item .button-top .wishlist .yith-wcwl-wishlistexistsbrowse.show::before,
    .product-item .button-top .wishlist .yith-wcwl-wishlistaddedbrowse.show::before {
        font-family: "Ionicons";
        font-size: 16px;
        color: #fff;
        content: "\f121";
    }
    .product-item.product-style-5 .product-inner .product-thumb {
        max-width: 370px;
        padding-top: 30px;
    }
    .product-item.product-style-5 .product-bottom .added_to_cart::before,
    .product-item.product-style-5 .product-bottom .button::before,
    .product-item.product-style-5 .product-bottom .fameshop-loop-moredetail::before {
        display: none;
    }
    .product-item.product-style-5 .product-bottom .added_to_cart,
    .product-item.product-style-5 .product-bottom .button,
    .product-item.product-style-5 .product-bottom .fameshop-loop-moredetail {
        width: auto;
        height: auto;
    }
    .product-item.product-style-5 .product-bottom .group-button-inner {
        display: block;
    }
    .box_product_layout.layout5 {
        padding: 0 35px;
    }
    .box_product_layout.layout5 .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -35px;
    }
    .box_product_layout.layout5 .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -35px;
    }
    .product-item.product-style-7 {
        max-width: 100%;
    }
    .product-item.product-style-7 .product-bottom .added_to_cart,
    .product-item.product-style-7 .product-bottom .button,
    .product-item.product-style-7 .product-bottom .fameshop-loop-moredetail {
        padding: 0;
        line-height: 40px;
    }
    .fameshop-team-members .owl-carousel {
        padding: 0;
    }
    .fameshop_aboutinfo.style2 .title {
        margin-top: 30px;
    }
    .block-page-banner.owl-carousel .owl-controls .owl-dots {
        display: none !important;
    }
    .fameshop-team-members .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 0;
    }
    .fameshop-team-members .owl-carousel .owl-controls .owl-nav .owl-next {
        right: 0;
    }
    .group_table .fameshop-grouped-table .thumb {
        float: left;
    }
    .group_table .fameshop-grouped-table .product-label {
        width: 400px;
    }
    #rev_slider_3_1 .fameshop-nav .tp-bullet {
        width: 10px;
        height: 10px;
        margin: 0 0 6px;
    }
    #rev_slider_3_1 .fameshop-nav .tp-bullet.selected {
        height: 40px;
    }
    #customer_login .u-column1.col-1 {
        margin-bottom: 50px;
    }
}
@media (max-width: 782px) {
    .admin-bar.home .header.style2 .main-header {
        top: 15px;
    }
    .admin-bar.home .header.style3 .main-header,
    .admin-bar.home .header.style4 .main-header,
    .admin-bar.home .header.style5 .main-header {
        top: 46px;
    }
}
@media (max-width: 767px) {
    .header-mobile {
        display: block;
    }
    .header .logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .header.style3 .logo {
        float: none;
        margin-right: 0;
    }
    .home .header.style2 .main-header,
    .home .header.style3 .main-header,
    .home .header.style4 .main-header,
    .home .header.style5 .main-header {
        position: relative;
    }
    .admin-bar.home .header.style2 .main-header,
    .admin-bar.home .header.style3 .main-header,
    .admin-bar.home .header.style4 .main-header,
    .admin-bar.home .header.style5 .main-header {
        position: relative;
        top: 0;
        padding-top: 0;
    }
    .home .header.style2 .main-header {
        background-color: #1b1d1c;
    }
    .home .header.style3 .main-header {
        background-color: #232518;
    }
    .home .header.style4 .main-header {
        background-color: #271e19;
    }
    .home .header.style5 .main-header {
        background-color: rgba(149, 135, 114, 0.5);
    }
    .backtotop {
        width: 36px;
        height: 36px;
        line-height: 34px;
    }
    .cart_list {
        max-height: 180px;
    }
    /*HEADER STYLE 1*/
    .header.style1r .logo {
        text-align: center;
        margin: 0 auto 15px;
    }
    .header.style1 .header-nav {
        padding-top: 8px;
    }
    .header.style1 .header-top-item {
        padding-top: 0;
    }
    /*HEADER STYLE 3*/
    .home .header.style3 .main-header {
        padding: 0 20px;
    }
    /*HEADER STYLE 4*/
    .header.style4 .search-block.style2 .search-inner {
        margin: 0 auto 15px;
    }
    .header.style4 .top-menu > li .my-account .icon {
        padding: 0 15px;
    }
    .header.style4 .header-top-item {
        padding-top: 25px;
    }
    /*HEADER STYLE 5*/
    .header.style5 .logo {
        margin-bottom: 0;
    }
    /*BLOGS*/
    .sidebar {
        clear: both;
    }
    .right-sidebar .main-content,
    .left-sidebar .main-content {
        float: left;
        width: 100%;
    }
    .shop_table.cart .product-thumbnail .product-title .product-categories {
        display: none;
    }
    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .block-page-banner.owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 30px;
    }
    .block-page-banner.owl-carousel .owl-controls .owl-nav .owl-next {
        right: 30px;
    }
    /*SHORTCODE*/
    .fameshop-banner.style1 {
        margin: 50px 0;
    }
    .fameshop-banner.style1 .banner-content .button {
        padding: 0 20px;
        line-height: 40px;
    }
    .fameshop-banner.style4 .banner-content {
        padding: 0;
    }
    .fameshop-banner.style6 .banner-content {
        padding-top: 50px;
    }
    .fameshop-banner.style6 .banner-content .button {
        bottom: 50px;
    }
    .fameshop-banner.style9 {
        min-height: 320px;
    }
    .fameshop-banner.style9 .banner-content {
        max-width: 500px;
    }
    .fameshop-banner.style9 .image {
        display: none
    }
    .box_product_layout.layout1 .owl-carousel .owl-controls .owl-nav .owl-prev,
    .box_product_layout.layout4 .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 0;
    }
    .box_product_layout.layout1 .owl-carousel .owl-controls .owl-nav .owl-next,
    .box_product_layout.layout4 .owl-carousel .owl-controls .owl-nav .owl-next {
        right: 0;
    }
    .box_product_layout.layout5 {
        padding: 0 25px;
    }
    .box_product_layout.layout5 .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -25px;
    }
    .box_product_layout.layout5 .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -25px;
    }
    .box_product_layout.layout6 .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -10px;
    }
    .box_product_layout.layout6 .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -10px;
    }
    .related_post_block .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: -10px;
    }
    .related_post_block .owl-carousel .owl-controls .owl-nav .owl-next {
        right: -10px;
    }
    .product-item.product-style-5 .product-inner .product-info {
        float: none;
        padding-top: 100px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .product-item.product-style-5 .product-inner .product-thumb {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .post-item .box-info.has-excerpt .metas {
        margin-right: 30px;
    }
    .group_table .fameshop-grouped-table .product-label {
        width: 300px;
    }
    .single-product-thumb .slick-slider {
        padding: 0 150px;
    }
    .woocommerce #checkout_timeline.text li {
        display: list-item;
    }
    .woocommerce #checkout_timeline.text li::after {
        display: none;
    }
    #checkout_timeline.text li .timeline-wrapper {
        text-align: left;
        padding-left: 30px;
    }
    .woocommerce input.button,
    #fameshop_show_register {
        margin-bottom: 10px;
        float: left;
    }
    .shop_table.cart .actions .right-content .button {
        margin: 5px;
    }
    .fameshop-banner.style12 .banner-content .price-sale-group,
    .fameshop-banner.style12 .title {
        display: none;
    }
    
    .fameshop-gallery .gallery-item .gallery-thumb::before {
        display: none;
    }
    .fameshop-gallery .gallery-item .gallery-content {
        visibility: visible;
        opacity: 1;
        bottom: 0;
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        background-color: rgba(0, 0, 0, 0.5);
    }
    .fameshop-gallery .gallery-item .gallery-content .title {
        margin-bottom: 5px;
    }
    .fameshop-gallery .gallery-item .gallery-content .sub-title {
        margin-bottom: 10px;
    }
}
@media (max-width: 639px) {
    .minicart .minicart-inner,
    .minicart .woocommerce-mini-cart__empty-message {
        min-width: 380px;
    }
    .header.style3 .logo {
        margin-bottom: 0;
    }
    .header.style4 .minicart .minicart-inner,
    .header.style4 .minicart .woocommerce-mini-cart__empty-message {
        right: -120px;
    }
    .search-block .search-inner {
        width: 200px;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .shop_table.cart thead,
    .shop_table.cart tbody th {
        display: none;
    }
    .shop_table.cart .product-thumbnail,
    .shop_table.cart tbody tr td {
        display: block;
        text-align: right;
    }
    .shop_table.cart .product-thumbnail .thumb {
        width: auto;
    }
    .shop_table.cart .product-quantity .quantity {
        float: right;
    }
    .shop_table.cart .product-thumbnail,
    .shop_table.cart .product-thumbnail .thumb,
    .shop_table.cart .product-thumbnail .product-title {
        display: block;
    }
    .shop_table.cart tr td:last-child {
        border-right: none;
    }
    table.shop_table_responsive tr td::before {
        content: attr(data-title);
        font-weight: 700;
        float: left;
    }
    .shop_table.cart tr:first-child {
        border-top: solid 1px #e5e5e5;
    }
    .shop_table.cart .actions .left-content .input-text {
        margin-bottom: 5px;
    }
    .wishlist_table.shop_table.cart .product-thumbnail,
    .wishlist_table.shop_table.cart tbody tr td {
        text-align: center;
    }
    .wishlist_table tr td.product-thumbnail a {
        margin: 0 auto;
    }
    /*PRODUCT STYLE*/
    .product-item.list .product-inner .product-thumb {
        float: none;
        max-width: 100%;
    }
    .product-item.list .product-inner .product-info {
        padding-left: 0;
    }
    .owl-carousel .owl-controls .owl-nav .owl-prev,
    .owl-carousel .owl-controls .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .block-page-banner.owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 15px;
    }
    .block-page-banner.owl-carousel .owl-controls .owl-nav .owl-next {
        right: 15px;
    }
    .fameshop-tabs.style2 .product-item .product-inner .product-info {
        margin-top: 15px;
        padding-bottom: 30px;
    }
    .product-item.product-style-4 .product-thumb,
    .product-item.product-style-4 .product-info {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .product-item.product-style-5 .product-inner .product-info {
        padding-top: 50px;
        margin-bottom: 0;
    }
    .product-item.product-style-7 .product-inner .product-info {
        float: none;
        padding: 56px 15px 0;
        width: 100%;
    }
    .product-item.product-style-7 .product-inner .product-thumb {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }
    
    /*SHORTCODE*/
    .fameshop-blog.style3 .post-item .post-thumb {
        max-width: 100%;
        float: none;
    }
    .fameshop-blog.style3 .post-item .post-thumb img {
        width: auto;
        margin: 0 auto;
    }
    .fameshop-blog.style3 .post-item .info {
        padding-left: 0;
    }
    .box_product_layout.layout5 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box_product_layout.layout5 .countdown_box .countdown-label {
        display: block;
        margin: 10px 0 25px;
        display: block;
        width: 100%;
        float: none;
    }
    .box_product_layout.layout5 .fameshop-countdown {
        clear: left;
        display: block;
        width: 100%;
        float: none;
    }
    .fameshop-textblock .item .thumb,
    .fameshop-textblock .item .info {
        float: none;
        max-width: 100%;
    }
    .fameshop-textblock .item .info {
        padding: 20px 0;
    }
    .fameshop-textblock .odd.item .info {
        padding: 0 0 20px;
    }
    .fameshop-banner.style2 .banner-content {
        top: 40%;
    }
    .fameshop-banner.style7 .banner-content {
        top: 30px;
        left: 30px;
    }
    .fameshop_pricetable .price-table-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .load-more a,
    .fameshop_blog_loadmore a {
        min-width: 210px;
    }
    .fameshop-slider.owl-carousel .owl-dots {
        bottom: 20px;
    }
    .comment-list .author-avatar {
        width: 40px;
        margin-right: 10px;
    }
    .fameshop-tabs .tab-head .tab-title {
        margin: 10px 0 15px;
        padding: 0 10px;
    }
    .woocommerce-tabs .wc-tabs li,
    .fameshop-tabs .tab-link > li {
        display: block;
        margin: 5px 0;
        list-style: none;
    }
    .woocommerce-tabs .wc-tabs li a,
    .fameshop-tabs .tab-link > li a {
        display: block;
    }
    .post-item .box-info.has-excerpt .metas {
        margin-right: 0;
        margin-bottom: 30px;
        border-right: none;
        float: none;
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
        border-bottom: solid 1px #ebebeb;
    }
    .group_table .fameshop-grouped-table .product-label {
        width: 200px;
    }
    .group_table .fameshop-grouped-table .thumb {
        float: none;
    }
    .group_table .fameshop-grouped-table .add_to_cart_button {
        font-size: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .group_table .fameshop-grouped-table .add_to_cart_button::before {
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .woocommerce_checkout_login .wp-social-login-connect-with {
        float: none;
        margin: 20px auto;
        display: block;
    }
    .woocommerce input.button,
    .woocommerce input.button:hover,
    #fameshop_show_register,
    .woocommerce-checkout-payment .button,
    .woocommerce-checkout-payment input,
    .woocommerce #yith-wcms-back-to-cart-button {
        line-height: 40px;
        padding: 0 20px;
        margin: 5px;
    }
    #form_actions {
        margin-top: -5px;
    }
    .single-product-thumb .slick-slider {
        padding: 0 100px
    }
    .fameshop-banner.style12 .banner-content {
        display: none;
    }
}
@media (max-width: 510px) {
    #colorbox,
    #cboxOverlay{
        display: none !important;
    }
}
@media (max-width: 479px) {
    
    .mobile-navigation .text {
        display: none;
    }
    .header.style4 .mobile-navigation .text {
        display: block;
    }
    .single-post-detail .post-item blockquote > p {
        padding: 10px 30px;
    }
    .post-item .readmore-btn,
    .post-item .share-post {
        float: none;
        display: block;
        margin-bottom: 15px;
    }
    .post-item .share-post span {
        float: left;
    }
    .post-item .list-socials {
        float: none;
    }
    .minicart .minicart-inner,
    .minicart .woocommerce-mini-cart__empty-message {
        min-width: 280px;
    }
    .fameshop-banner.style6 .banner-content .title {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .fameshop-banner.style6 .banner-content .button {
        bottom: 30px;
    }
    .fameshop-banner.style7 .hover_box .description {
        display: none;
    }
    .fameshop-slider.owl-carousel .owl-dots {
        bottom: -10px;
    }
    .group_table .fameshop-grouped-table .product-label {
        width: 100px;
    }
    .woocommerce .lost_password {
        float: left;
        margin-top: 0;
        width: 100%;
    }
    .wp-social-login-widget .wp-social-login-provider-list a {
        margin-bottom: 5px;
    }
    .fameshop-single-product-title {
        font-size: 18px;
    }
    .next-prev-products a {
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 14px;
    }
    .single-product .entry-summary .quantity {
        margin-bottom: 5px;
    }
    .single-product-thumb .slick-slider {
        padding: 0 40px
    }
    .fameshop-textblock.layout2 .item .item-content .icon {
        width: 55px;
    }
    .fameshop-textblock.layout2 .item:hover .item-content .text {
        padding-left: 40px;
    }
}
@media (max-width: 360px) {
    .header.style4 .logo {
        margin: 0;
    }
    .header.style4 .header-top-item {
        padding-top: 12px;
    }
    .header .minicart .minicart-inner,
    .header .minicart .woocommerce-mini-cart__empty-message {
        right: -10px;
    }
    .fameshop-slider-countdown .fameshop-countdown {
        display: none !important;
    }
    .top-menu > li {
        margin: 0 2px;
    }
    .fameshop-slider.owl-carousel .owl-dots {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .fameshop-banner.style7 .banner-content .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .fameshop-banner.style7 .banner-content .description {
        font-size: 24px;
    }
    .fameshop-textblock.layout2 .item .item-content {
        min-width: 280px;
    }
}
@media (max-width: 320px) {
    
}
