@import url(https://fonts.googleapis.com/css?family=Lato:400,100italic,100,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);

@import url(https://fonts.googleapis.com/css?family=Oleo+Script);


/*****************************
** GENERAL STYLES
******************************/
body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    background: #ffffff;
    color: #979797;
    height: 100%;
    font-size: 15px;
    line-height: 24px;
}

* {
    -webkit-font-smoothing: antialiased !important
}

/*NOTIFICATION*/
.global_notification {
    z-index: 9999;
    color: white;
    font-weight: bold;
}

.global_notification.box-success {
    background: #4caf50;
}

.global_notification.box-error {
    background: #f44335;
}

.theme-container {
    padding-left: 0;
    padding-right: 0;
}

a {
    color: #979797;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

a:hover, a:focus {
    text-decoration: none;
    outline: medium none;
}

a.thm-clr:hover, a.thm-clr:focus {
    color: #1f1f1f;
}

img {
    transition: opacity 250ms;
    opacity: 1;
    max-width: 100%;
}

.goshop-image-hover:hover img {
    opacity: 0.8;
}

.entry-content img {
    margin-bottom: 1rem;
}

blockquote {
    padding: 2rem;
    padding-left: 5.625rem;
    border: 1px solid #ddd;
    font-family: Georgia, Serif;
    font-style: italic;
    color: #000;
    background: #fafafa;
    position: relative;
}

blockquote::before {
    color: #666;
    position: absolute;
    font-size: 2rem;
    top: 2rem;
    left: 2rem;
    content: "\f10d";
}

blockquote p {
    margin: 0;
    margin-top: 1.25rem;
    color: #000;
    font-size: 17px;
    line-height: 1.7;
}

blockquote p:first-child {
    margin-top: 0;
}

.video-background {
    height: 600px;
}

blockquote::before,
.menu-item-has-children > a::after,
.widget-post-meta::before,
.tweets_txt > span::before,
.comment-metadata .pull-left::before,
.comment-metadata .pull-right::before,
.woocommerce .star-rating,
.product-details a,
.woocommerce-error li::before,
.woocommerce-info::before,
.fancy-btn::after,
.fancy-btn-black::after,
.fancy-btn-alt::after,
.gst-gallery .star-rating {
    font-family: 'Font Awesome 5 Pro';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.fancy-btn:hover {
    cursor: pointer;
}

.fancy-btn, .fancy-btn-black, .fancy-btn-alt {
    color: white;
    padding: 12px 30px 13px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: padding 250ms;
    display: inline-block;
    font-weight: 900;
}

.fancy-btn {
    padding: 8px 30px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.fancy-btn-black {
    padding: 9px 30px;
    background: #202020;
    -webkit-box-shadow: 0 0 0 4px #202020;
    box-shadow: 0 0 0 4px #202020;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.fancy-btn-alt {
    border: 2px solid #fff;
}

.fancy-btn-small {
    padding: 10px 25px;
    font-size: 13px;
}

.fancy-btn.fancy-btn-small,
.fancy-btn-black.fancy-btn-small,
.customers button {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fancy-btn-alt.fancy-btn-small {
    border-width: 1px;
}

.fancy-btn:hover,
.fancy-btn-black:hover,
.fancy-btn-alt:hover {
    color: white;
    padding-right: 40px;
}

.fancy-btn:focus,
.fancy-btn-black:focus,
.fancy-btn-alt:focus {
    color: white;
}

.fancy-btn::after,
.fancy-btn-black:after,
.fancy-btn-alt::after,
.fancy-btn-small::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 250ms ease 0s, transform 250ms ease 0s, visibility 250ms linear 0s;
}

.fancy-btn-alt::after {
    top: 20px
}

.fancy-btn-small::after {
    top: 17px
}

.fancy-btn:hover::after,
.fancy-btn-black:hover:after,
.fancy-btn-alt:hover::after {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
}

/*-------------------1.4 Typography (section title, links, page dividers) Starts-------------------*/
a:hover
a:active,
a:focus,
.btn:hover, .btn:focus, .btn:active {
    text-decoration: none;
    outline: 0;
}

a, .btn {
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #000;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

p {
    margin-bottom: 15px;
    line-height: 1.7;
}

ul,
ol {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    padding-left: 20px;
}

h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*-------------------1.4 Typography (section title, links, page dividers) Ends-------------------*/

/*****************************
** PAGE LAYOUT ALIGNMENT
******************************/
/* Setting Page Width */

.main-container {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 80px;
}

.main-full .main-content {
    width: 100%;
}

/*****************************
** WORDPRESS CORE
******************************/
.clear {
    clear: both
}

.no-padding {
    padding: 0;
}

.no-lr-padding {
    padding-left: 0;
    padding-right: 0;
}

.visually-hidden {
    display: none
}

.ttu {
    text-transform: uppercase
}

.dblock {
    display: block
}

.diblock {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.ovh {
    overflow: hidden
}

.reltv-div {
    position: relative;
}

.static-div {
    position: static;
}

.sec-title {
    font-size: 35px;
    text-transform: uppercase;
}

.title-1 {
    font-size: 25px;
    color: #444444;
    text-transform: capitalize;
}

.title-2, .title-3 {
    font-size: 25px;
    color: #1f1f1f;
    text-transform: uppercase;
}

.font-2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.light-font-2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.bold-font-2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.font-3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.thin-font-3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 200;
}

.light-font-3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

.bold-font-3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.font-4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.light-font-4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.bold-font-4, .title-3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.extbold-font-4, .sec-title, .title-2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.funky-font {
    font-family: 'Oleo Script', cursive;
}

.funky-font-2, .title-1 {
    font-family: 'Oleo Script', cursive;
}

.fw200 {
    font-weight: 200
}

.fw300 {
    font-weight: 300
}

.fw400 {
    font-weight: 400
}

.fw500 {
    font-weight: 500
}

.fw600 {
    font-weight: 600
}

.fw700 {
    font-weight: 700
}

.fw800 {
    font-weight: 800
}

.fw900 {
    font-weight: 900
}

.fsz-12 {
    font-size: 12px;
}

.fsz-14 {
    font-size: 14px;
}

.fsz-15 {
    font-size: 15px;
}

.fsz-16 {
    font-size: 16px;
}

.fsz-18 {
    font-size: 18px;
}

.fsz-20 {
    font-size: 20px;
}

.fsz-25 {
    font-size: 25px;
}

.fsz-28 {
    font-size: 28px;
}

.fsz-33 {
    font-size: 33px;
}

.fsz-35 {
    font-size: 35px;
}

.fsz-40 {
    font-size: 40px;
}

.fsz-45 {
    font-size: 45px;
}

.fsz-50 {
    font-size: 50px;
}

.fsz-70 {
    font-size: 70px;
}

.fsz-220 {
    font-size: 220px;
}

.light-bg {
    background-color: #f7f7f7;
}

.wht-clr {
    color: #fff;
}

.blk-clr {
    color: #1f1f1f;
}

.blklt-clr {
    color: #444;
}

.gry-clr {
    color: #666666;
}

.drk-gry {
    color: #939393;
}

.lgt-gry {
    color: #a0a0a0;
}

.lght-ylw {
    color: #eef1c9;
}

.clr1 {
    color: #5b3333;
}

.grn-clr {
    color: #99cc00;
}

.red-clr {
    color: #e60000;
}

.no-mrgn {
    margin: 0;
}

.list-items {
    margin-bottom: 0;
    margin-left: -5px;
}

.list-items li {
    display: inline-block;
    margin: 0 5px;
}

.gst-spc1 {
    padding: 90px 0 50px;
}

.gst-spc2 {
    padding: 90px 0;
}

.gst-spc3 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.spc-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.spcbtm-15 {
    padding-bottom: 15px;
}

.spctop-15 {
    padding-top: 15px;
}

.spc-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.spcbt-30 {
    padding-bottom: 30px;
}

.spctop-30 {
    padding-top: 30px;
}

.spc-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.spcbt-60 {
    padding-bottom: 60px;
}

.spctop-60 {
    padding-top: 60px;
}

.filtr-img img {

}

/*-- Checkbox/Radiobox Starts --*/
.form-group [type="checkbox"], .form-group [type="radio"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form-group .checkbox-inline, .form-group .radio-inline {
    margin: 0;
    padding-left: 0;
    line-height: 1.2;
    vertical-align: -moz-middle-with-baseline;
}

.form-group [type="checkbox"] + span, .form-group [type="radio"] + span {
    cursor: pointer;
    vertical-align: text-top;
}

.form-group [type="checkbox"] + span::before {
    color: #cccccc;
    content: "\56";
    font-family: 'Font Awesome 5 Pro';
    font-size: 17px;
    margin-right: 14px;
    vertical-align: middle;
    line-height: 0;
    font-weight: normal;
}

.form-group [type="checkbox"]:checked + span:before {
    content: "\5a";
    font-family: 'Font Awesome 5 Pro';
}

.form-group [type="radio"] + span::before {
    color: #cccccc;
    content: "\f096";
    font-family: 'Font Awesome 5 Pro';
    font-size: 17px;
    margin-right: 14px;
    vertical-align: middle;
    line-height: 0;
    font-weight: normal;
}

.form-group [type="radio"]:checked + span:before {
    content: "\f046";
    font-family: 'Font Awesome 5 Pro';
}

/*-- Checkbox/Radiobox Ends --*/

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    text-transform: capitalize;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: medium none !important;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bootstrap-select .btn, .form-control,
.customers input,
form .form_line input {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ebebeb;
    border-radius: 0;
    box-shadow: none;
    color: #b6b6b6;
    font-weight: bold;
    font-size: 13px;
    height: 36px;
    border-radius: 4px;
    padding: 6px 12px;
    /*line-height: 35px;*/
    /*padding: 10px 20px;*/
}

.form-control::-moz-placeholder {
    color: #b6b6b6;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #b6b6b6;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #b6b6b6;
    opacity: 1;
}

.bootstrap-select .btn .filter-option {
    color: #b6b6b6;
    line-height: 20px;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

textarea:focus:-moz-placeholder {
    color: transparent !important;
}

textarea:focus::-moz-placeholder {
    color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active,
.btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover,
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: #ebebeb;
    color: #ebebeb;
}

/*------------------------- Rating stars Starts --------------------- */

/*.rating .star {
    cursor: pointer;
}*/
.rating span.star::before {
    color: #f0bf2d;
    content: "\f006";
    font-family: 'Font Awesome 5 Pro';
}

.rating span.star.half:before {
    color: #f0bf2d;
    content: "\f123";
    font-family: 'Font Awesome 5 Pro';
}

.rating span.star.active::before {
    color: #f0bf2d;
    content: "\f005";
    font-family: 'Font Awesome 5 Pro';
}

/*.rating span.star:hover::before, .rating span.star:hover span.star::before{
    color: #ffd33b;
   content: "\f005";
    font-family: 'Font Awesome 5 Pro';
}*/

/*------------------------- Rating stars Ends --------------------- */

.leftx, .alignleft {
    float: left;
}

.rightx, .alignright {
    float: right;
}

.aligncenter, img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.alignnone {
    margin: 0.5rem 1rem 1rem 0;
}

.alignright {
    margin: 0.5rem 0 1rem 1rem;
}

.alignleft {
    margin: 0.5rem 1rem 1rem 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0.5rem auto 0.5rem auto;
}

a img.alignright {
    float: right;
    margin: 0.5rem 0 1rem 1rem;
}

a img.alignnone {
    margin: 0.5rem 1rem 1rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.5rem 1rem 1rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
}

.wp-caption.alignnone {
    margin: 0.5rem 1rem 1rem 0;
}

.wp-caption.alignleft {
    margin: 0.5rem 1rem 1rem 0;
}

.wp-caption.alignright {
    margin: 0.5rem 0 1rem 1rem;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-style: italic;
    color: #999;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 0;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.vertical-align-div {
    height: 100%;
}

.vertical-align-div > div {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-text {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

/*****************************
** HEADER
******************************/
.site-header {
    background: #272727;
    color: #777;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.logo-area {
    padding: 5px 0px;
    height: 100px;
}

.logo-area a b {
    width: 100%;
    display: inline-block;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: normal;
}

.logo-area img {
    max-height: 90px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.is-sticky .logo-area img {
    max-height: 50px
}

.is-sticky .logo-area {
    padding: 5px 0px;
    height: 70px;
}

.header-link-search:hover {
    color: white;
}

.owl-stage-outer.owl-height {
    min-height: 500px;
}

.goshop-menu {
    margin: 0;
    min-height: 100%;
}

.goshop-menu > li > a {
    font-weight: 700;
    color: white;
    padding: 40px 10px;
    display: block;
    position: relative;
}

.goshop-menu > li > a:hover,
.goshop-menu > li > a:hover::before,
.goshop-menu > li.current-menu-item > a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 3px;
    width: 100%;
}

.goshop-menu a {
    color: #777;
}

.site-subheader ul {
    margin: 0;
}

.site-subheader li {
    border-right: 1px solid #333;
}

.site-subheader li:first-child {
    border-left: 1px solid #333;
}

.site-subheader a,
.nav-dropdown div {
    font-weight: 900;
    padding: 10px 20px;
    display: block;
    color: #777;
    transition: color 250ms;
    cursor: pointer;
}

.site-subheader li:hover > a,
.nav-dropdown:hover > div {
    text-decoration: none;
}

.site-subheader .cart-item-num {
    border: 1px solid #4b4b4b;
    padding: 0 10px;
    margin-left: 5px;
    transition: border-color 250ms, background 250ms, color 250ms;
}

.site-subheader li:hover > a .cart-item-num,
.site-subheader .cart-item-num-highlight {
    color: white;
}

/*****************************
** TOP NAV DROPDOWNS
******************************/
.nav-dropdown div {
    display: inline-block;
}

.cartContent, .nav-dropdown {
    position: relative;
}

.cartView,
.nav-dropdown ul {
    position: absolute;
    z-index: 999;
    border-radius: 3px;
    top: 44px;
    left: -50%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.1s ease 0s, transform 0.1s ease 0s, visibility 0.1s linear 0s;

    background: white;
    width: 300px;
    padding: 30px;
    text-transform: none;
    border: 1px solid #eee;
    border-top: 0;
}

.cartView::before {
    content: "";
    position: absolute;
    z-index: 9;
    top: 0;
    left: 50%;
    margin-left: -48px;
    width: 96px;
    height: 3px;
}

.nav-dropdown ul {
    right: auto;
    left: 0;
    width: 120px;
    padding: 16px 20px;
}

.nav-dropdown li {
    border: 0;
    border-top: 1px solid #eee;
    padding: 3px 0;
}

.nav-dropdown li:first-child {
    border: 0;
}

.nav-dropdown li a {
    padding: 0;
}

.cartContent:hover .cartView,
.nav-dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    transition: all 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
}

.nav-dropdown .accnt-list {
    width: 200px
}

/*****************************
** DROPDOWN MENU
******************************/
.menu-item-has-children {
    position: relative;
}

.goshop-menu > li > a {
    text-transform: uppercase;
}

.goshop-dd {
    position: relative;
    font-weight: 400;
    /* all dropdowns */
    /* only first level dropdowns */
}

.goshop-dd .menu-item-has-children > a::after {
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 5px;
    top: 5px;
}

.goshop-dd ul {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.1s ease 0s, transform 0.1s ease 0s, visibility 0.1s linear 0s;
    position: absolute;
    top: -30px;
    left: 100%;
    background: white;
    color: #444;
    list-style: none;
    padding-left: 0;
    width: 220px;
    padding: 30px 25px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.goshop-dd li {
    margin-bottom: 5px;
}

.goshop-dd a {
    color: #777;
}

.goshop-dd .menu-item-has-children:hover > ul,
.goshop-dd:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    transition: all 0.4s ease 0s, transform 0.4s ease 0s, visibility 0.4s linear 0s;
}

.goshop-dd > ul {
    top: 104px;
    left: 0;
    transform: translateY(50px);
}

/*****************************
** SEARCH & MENU POPUP
******************************/
.header-search {
    margin-left: 20px;
}

.srch-box {
    padding: 38px 0;
    width: 3%;
    text-align: right;
}

.header-link-search {
    transition: color 250ms;
    color: #777;
}

.popup-box {
    background: rgba(255, 255, 255, 0.95);
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.popup-box > div {
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.popup-box-inner {
    display: table-cell;
    vertical-align: middle;
}

.close-popup-box {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid #262626;
    color: #262626;
    font-size: 2rem;
    line-height: 4rem;
    width: 4rem;
    text-align: center;
    transition: color 250ms, border-color 250ms;
}

.close-popup-box:hover {
    color: #999;
    border-color: #999;
}

.page-search-box form {
    max-width: 70%;
    margin: 0 auto;
}

.page-search-box .search-query {
    border: 0;
    background: transparent;
    color: #262626;
    font-size: 4rem;
    line-height: 5rem;
    border-bottom: 2px solid #262626;
    height: 6rem;
    font-style: italic;
    width: 100%;
    outline: invert none medium;
}

.page-search-box .search-query::-moz-placeholder {
    color: #262626;
}

.page-search-box .search-query:focus {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #262626;
    box-shadow: none;outline: none;
}

.page-menu-box ul {
    list-style: none;
}

#popup-menu li {
    display: inline;
    font-size: 22px;
    font-style: italic;
    margin-right: 25px;
    position: relative;
}

#popup-menu li::after {
    content: "";
    height: 5px;
    width: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #929292;
    position: absolute;
    right: -15px;
    top: 12px;
}

#popup-menu li:last-child {
    margin-right: 0
}

#popup-menu li:last-child::after,
#popup-menu > li::after {
    display: none;
}

#popup-menu a {
    color: #666
}

#popup-menu a:hover {
    color: #333
}

#popup-menu > li {
    display: block;
    margin: 0;
    margin-bottom: 30px;
}

#popup-menu > li > a {
    display: block;
    font-style: normal;
    color: #262626;
    font-size: 40px;
    line-height: 1.25;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#popup-menu > li > a:hover {
    color: #666
}

/*****************************
** PAGE TITLE AREA
******************************/
.site-pagetitle {
    background: #f6f7f7;
    padding-top: 72px;
    padding-bottom: 64px;
    margin-bottom: 0;
}

.site-pagetitle h3 {
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
    color: #000;
}

.breadcrumbs {
    font-size: 13px;
    color: #b8b8b8;
    text-transform: uppercase;
    font-weight: 700;
}

.breadcrumbs i {
    margin-right: 5px;
}

.breadcrumbs span {
    margin-right: 15px;
}

.breadcrumbs a {
    color: #b8b8b8;
}

/*****************************
** BLOG POST STYLES
******************************/
article.post {
    margin-top: 60px;
}

article.post:first-child {
    margin-top: 0;
}

.read-more-link {
    display: block;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}

.read-more-link i {
    vertical-align: text-top;
    font-size: 15px;
}

/* Entry Title and Categories */
.entry-title {
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #393939;
}

.entry-title a {
    color: #393939;
}

.entry-author, .entry-categories {
    font-size: 13px;
    color: #a0a0a0;
}

.entry-author a, .entry-categories a {
    color: #a0a0a0;
}

.entry-author a:hover, .entry-categories a:hover,
.entry-author a:focus, .entry-categories a:focus {
    color: #1f1f1f;
}

.entry-categories {
    border-left: 1px solid #e6e6e6;
    margin-left: 10px;
    padding-left: 15px;
}

/* Entry Date and Comments Link */
.entry-meta {
    text-transform: uppercase;
    color: white;
    padding-right: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.entry-meta a {
    color: white;
    display: block;
    height: 100%;
    width: 100%;
}

.entry-time, .entry-reply {
    min-width: 60px;
    min-height: 60px;
    padding-top: 10px;
}

.entry-time-date {
    font-weight: 900;
    font-size: 20px;
}

.entry-reply {
    background: #222;
    font-size: 16px;
    line-height: 24px;
}

.entry-footer {
    margin-top: 40px;
}

/* Entry Media */
.entry-media {
    margin-bottom: 30px;
}

/* Pagination */
.site-pagination, .woocommerce-pagination {
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
    text-align: center;
}

.site-pagination {
    margin-top: 55px;
}

ul.page-numbers {
    list-style: none;
}

ul.page-numbers li,
ul.pager li {
    display: inline-block;
    margin-right: 5px;
}

.pager li > a,
.pager li.current,
ul.page-numbers li > a,
ul.page-numbers li span.current {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    line-height: 38px;
    color: #444;
}

.pager li > a:hover,
.pager li.current,
ul.page-numbers li > a:hover,
ul.page-numbers li span.current {
    background: transparent;
}

/*nouisludier*/
.noUi-handle {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    cursor: ew-resize;
    height: 12px;
    outline: medium none;
    transform: rotate(45deg);
    width: 12px;
}

.noUi-background {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: none;
}

.noUi-connect {
    background: #bfbfbf none repeat scroll 0 0;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    border-radius: 0;
    box-shadow: none;
    height: 12px;
    width: 12px;
    left: -5px;
    top: -4px;
}

.noUi-horizontal {
    height: 6px;
}

.noUi-handle::after, .noUi-handle::before {
    background: transparent;
}

/*End*/

/*My Account*/
.account-details-wrap .heading-2 .title-3 {
    margin-top: 0;
}

.account-box .form-group {
    margin-bottom: 30px;
}

.account-box > ul {
    list-style: inside none disc;
    color: #444444;
}

.account-box ul li {
    padding: 5px 0;
    text-transform: capitalize;
}

.account-box {
    margin-bottom: 40px;
}

.subscribe-group > label {
    display: inline-block;
    margin: 0;
    padding-right: 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

.subscribe-group .radio-inline {
    margin-top: -10px;
}

.account-details-wrap .product-table td {
    border-top: 1px solid #eeeeee;
    padding: 15px;
}

.account-details-wrap .product-table .ratings {
    min-width: 150px;
}

.product-table th {
    text-align: center;
    color: #1f1f1f;
    padding: 15px;
}

/*END*/

/*--------------------- About Starts -------------------------*/
.about-info b {
    color: #000;
}

.about-info p {
    margin-bottom: 25px;
}

.about-box {
    display: inline-block;
    width: 100%;
}

.about-info li {
    padding-bottom: 10px;
}

.about-contact li {
    display: inline-block;
    width: 100%;
}

.about-contact li i {
    float: left;
    width: 6%;
}

.about-contact li .desc {
    float: left;
    width: 92%;
}

.join-team {
    background-image: url("../img/main/icons/que.png");
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    height: 85px;
    left: 0;
    line-height: 85px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 80%;
}

.team-wrap ul {
    margin-top: 15%;
}

.team-detail .list-items > li {
    font-size: 13px;
}

.team-detail li a {
    color: #000;
}

.team-detail li span {
    color: #999;
}

.team-detail .title-1 {
    display: inline-block;
    width: 85%;
}

.team-detail {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    padding-top: 35%;
}

.team-wrap {
    position: relative;
}

.team-wrap img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;

    display: block;
    margin: auto;
}

.team-wrap .team-detail::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

.team-detail ul, .team-detail .title-1, .team-detail h5 {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.team-wrap:hover .team-detail::before,
.team-wrap:hover ul,
.team-wrap:hover .title-1,
.team-wrap:hover h5 {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.team-wrap:hover img {
    opacity: 0.4;
}

/*--------------------- About Ends -------------------------*/

/*---------------- Error Starts ------------------------- */
.error-search {
    display: inline-block;
    position: relative;
    width: 30%;
}

.error-search .submit-btn {
    color: #999999;
    height: 25px;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 4px;
    width: 25px;
}

.error-search .form-control {
    background-color: #f6f6f6;
    border: medium none;
}

/*---------------- Error Ends ------------------------- */

/*---------------- Coming Soon Starts ------------------------- */
.coming-soon-bg {
    background: rgba(0, 0, 0, 0) url("../img/banner/cmng-soon-bg.jpg") no-repeat scroll 0 0 / cover;
    padding: 100px 0;
    position: relative;
}

.countdown-section {
    display: inline-block;
    text-align: center;
}

.countdown-amount {
    color: #000000;
    font-size: 120px;
    line-height: normal;
    margin: 0;
    text-transform: capitalize;
    height: auto;
    width: auto;
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 170px;
}

.countdown-period {
    clear: both;
    color: #999;
    display: block;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}

.comingsoon-media .social-icon li + li::before {
    background-color: #cccccc;
    bottom: 0;
    content: "";
    height: 15px;
    left: -5px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 1px;
}

.comingsoon-media .social-icon li {
    padding: 25px;
    line-height: 0;
    position: relative;
}

/*---------------- Coming Soon Ends ------------------------- */

/*****************************
** COMMENTS
******************************/
/* Comments List */
.comments-area {
    position: relative;
}

.comments-title,
.comment-reply-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 1.5rem;
}

ol.comments,
ol.comments ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ol.comments li {
    position: relative;
    padding-left: 80px;
}

ol.comments img.avatar {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

ol.comments .children {
    list-style: none;
}

.comment-block {
    background: #f1f1f1;
    border-radius: 0.25rem;
    margin-bottom: 24px;
    padding: 24px 30px;
}

.comment-author {
    color: #111;
}

.comment-author a {
    color: #111;
}

.comment-author b {
    font-size: 18px;
    margin-bottom: 14px;
    display: block;
}

.comment-metadata {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #777;
    text-transform: uppercase;
}

.comment-metadata a {
    color: #777;
}

.comment-metadata .pull-left, .comment-metadata .pull-right {
    position: relative;
    padding-left: 20px;
}

.comment-metadata .pull-left::before, .comment-metadata .pull-right::before {
    content: "\f017";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
}

.comment-metadata .pull-right::before {
    content: "\f101";
    font-family: 'Font Awesome 5 Pro';
}

/* Comments Form */
.comment-respond {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.comment-form .required {
    color: red;
}

.comment-form label {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
    margin-bottom: 6px;
    font-size: 13px;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
    padding: 1rem;
    height: 3.5rem;
    margin-bottom: 0;
    background: #fafafa;
}

.comment-form textarea {
    height: auto;
}

.comment-form-author {
    padding-left: 0;
}

.comment-form-email {
    padding-right: 0;
}

/*****************************
** SIDEBAR AND WIDGETS
******************************/

.widget {
    margin-top: 20px;
}

.widget:first-child {
    margin-top: 0;
}

.main-sidebar .widget-title {
    font-family: Lato, Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 54px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.main-sidebar .widget-title-span {
    display: inline-block;
    position: relative;
}

.main-sidebar .widget-title::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 50px;
    height: 3px;
}

/*****************************
** CUSTOM WIDGETS
******************************/
/* Widget Categories, Archives, Pages, Meta, Recent Posts */
.widget_categories ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_product_categories ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.main-sidebar .widget_categories li,
.main-sidebar .widget_archive li,
.main-sidebar .widget_pages li,
.main-sidebar .widget_meta li,
.main-sidebar .widget_recent_entries li,
.main-sidebar .widget_nav_menu li,
.main-sidebar .widget_product_categories li,
.main-sidebar .widget_layered_nav li,
.main-sidebar .widget_layered_nav_filters li {
    border-top: 1px solid #ddd;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #999;
}

.main-sidebar .widget_categories li a,
.main-sidebar .widget_archive li a,
.main-sidebar .widget_pages li a,
.main-sidebar .widget_meta li a,
.main-sidebar .widget_recent_entries li a,
.main-sidebar .widget_nav_menu li a,
.main-sidebar .widget_product_categories li a,
.main-sidebar .widget_layered_nav li a,
.main-sidebar .widget_layered_nav_filters li a,
.main-sidebar .widget_categories ul li ul li a,
.main-sidebar .widget_categories ul li.active ul li a {
    position: relative;
    color: #333;
}

.main-sidebar .widget_categories li:first-child,
.main-sidebar .widget_archive li:first-child,
.main-sidebar .widget_pages li:first-child,
.main-sidebar .widget_meta li:first-child,
.main-sidebar .widget_recent_entries li:first-child,
.main-sidebar .widget_nav_menu li:first-child,
.main-sidebar .widget_product_categories li:first-child,
.main-sidebar .widget_layered_nav li:first-child,
.main-sidebar .widget_layered_nav_filters li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.main-sidebar .widget_categories li ul,
.main-sidebar .widget_archive li ul,
.main-sidebar .widget_pages li ul,
.main-sidebar .widget_meta li ul,
.main-sidebar .widget_recent_entries li ul,
.main-sidebar .widget_nav_menu li ul,
.main-sidebar .widget_product_categories li ul,
.main-sidebar .widget_layered_nav li ul,
.main-sidebar .widget_layered_nav_filters li ul {
    margin-left: 1rem;
    position: relative;
    top: 1.25rem;
}

.main-sidebar .widget_categories li ul li:first-child,
.main-sidebar .widget_archive li ul li:first-child,
.main-sidebar .widget_pages li ul li:first-child,
.main-sidebar .widget_meta li ul li:first-child,
.main-sidebar .widget_recent_entries li ul li:first-child,
.main-sidebar .widget_nav_menu li ul li:first-child,
.main-sidebar .widget_product_categories li ul li:first-child,
.main-sidebar .widget_layered_nav li ul li:first-child,
.main-sidebar .widget_layered_nav_filters li ul li:first-child {
    border-top: 1px solid #ddd;
    padding-top: 0.625rem;
}

/* Widget Recent Comments */
.widget_recent_comments ul, .widget_rss ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}

.widget_recent_comments li, .widget_rss li {
    margin-left: 0;
    padding-top: 0.625rem;
    margin-top: 0.625rem;
    border-top: 1px solid #ddd;
}

.widget_recent_comments li:first-child, .widget_rss li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.widget_rss li {
    list-style: none;
    margin-left: 0;
}

/* Searchbox */
.form-search {
    position: relative;
}

.search-button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: 0;
    padding: 14px 17px;
    padding-left: 10px;
    color: #ccc;
}

.search-button:hover, .search-button:focus {
    background: transparent;
    color: #666;
}

input.search-query {
    box-shadow: none;
    border-radius: 0;
    height: 48px;
    padding-right: 40px;
    border-color: #ebebeb;
}

/* Custom Widget for Posts */
.goshop_widget_posts li {
    margin-top: 20px;
}

.goshop_widget_posts li:first-child {
    margin-top: 0;
}

.goshop_widget_posts ul h6 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
}

.goshop_widget_posts a {
    color: #444;
}

.goshop_widget_posts .media-lefta {
    float: left;
    margin-right: 15px;
}

.widget-post-cat,
.widget-post-meta,
.tweets_txt > span {
    color: #a1a1a1;
    font-size: 12px;
    display: block;
}

.widget-post-cat {
    margin-top: -3px;
}

.widget-post-meta::before,
.tweets_txt > span::before {
    content: "\f044";
    font-family: 'Font Awesome 5 Pro';
    margin-right: 5px;
    position: relative;
    top: 2px;
    font-size: 13px;
}

/* Twitter Feed */
.tweet-icn {
    height: 40px;
    width: 40px;
    border-radius: 2px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.widget_tweeter li {
    margin-top: 45px;
}

/* Flickr Images */

/* Tagcloud */
.tagcloud a {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    padding: 7px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 125px;
    text-align: center;
}

/*Text Widget*/
.text-box {
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    padding: 40px 10px;
    text-align: center;
}

/*****************************
** THEME ADDONS
******************************/
.author-info-social {
    margin: 15px 0;
}

.goshop-share {
    border: 1px solid #666;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-radius: 32px;
    margin-right: 5px;
}

.goshop-share:hover {
    color: #333;
    border-color: #333;
}

.payment-systems img, .brand-slider img {
    opacity: 0.7;
    transition: 250ms opacity;
    filter: grayscale(100%);
}

.payment-systems .owl-prev, .payment-systems .owl-next,
.brand-slider .owl-prev, .brand-slider .owl-next {
    bottom: 0;
    font-size: 14px;
    height: 20px;
    line-height: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 5;
}

.payment-systems .owl-prev, .brand-slider .owl-prev {
    left: 0;
}

.payment-systems .owl-next, .brand-slider .owl-next {
    right: 0;
}

.payment-systems a:hover img, .brand-slider a:hover img {
    opacity: 1;
    filter: grayscale(0%);
}

.brand-wrap {
    border-bottom: 1px solid #242424;
    padding: 40px 0;
}

.payment-2 a {
    padding: 0 10px;
    vertical-align: middle;
}

.mc4wp-form {
    margin-top: 20px;
    position: relative;
    width: 100%;
    max-width: 270px;
}

.mc4wp-form label {
    display: none;
}

.mc4wp-form input[type="email"] {
    padding: 4px 40px 4px 10px;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    width: 100%;
}

.mc4wp-form input[type="submit"], .mc4wp-form .submit {
    border: 0 none;
    border-radius: 3px;
    color: #ffffff;
    font-size: 20px;
    height: 34px;
    line-height: 0;
    padding-bottom: 5px;
    padding-top: 4px;
    position: absolute;
    right: -1px;
    top: 0;
    width: 35px;

    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
}

.mc4wp-form .submit:hover {
    background: #1e1e1e none repeat scroll 0 0;
}

.site-footer .mc4wp-form input[type="email"] {
    background: #0f0f0f;
    border-color: #0f0f0f;
    height: 35px;
}

.mc4wp-form input[type="submit"]:hover {
    opacity: 0.9;
}

.panel {
    background-color: #ffffff;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
}

.cate-heading a {
    border-bottom: 1px solid #dddddd;
    color: #3e3e3e;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    vertical-align: middle;
    font-weight: 600;
    width: 100%;
}

.cate-heading a::before {
    border: 1px solid #ebebeb;
    border-radius: 50%;
    color: #b6b6b6;
    content: "-";
    font-size: 18px;
    font-weight: normal;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

.cate-heading a.collapsed::before {
    content: "+";
}

.cate-heading a.no-item:before {
    border: medium none;
    content: " ";
}

.panel-cate ul li a {
    font-size: 14px;
}

.panel-cate ul {
    padding-left: 20px;
}

.cate-heading a span {
    color: #b6b6b6;
}

.panel-group .panel-cate + .panel-cate {
    margin-top: 0;
}
.panel-group .showMore{font-size: 15px;font-weight: 600;cursor:pointer;}

.panel-group .panel-cate:last-child .cate-heading a {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-flickr-feed ul li {
    display: inline-block;
    margin: 0 11px 15px 0;
}

.widget.widget-flickr-feed.clearfix > ul {
    margin-right: -15px;
}

/*****************************
** MAIN FOOTER
******************************/
.site-footer {
    background: #141414;
    color: #979797;
}

.site-main-footer {
    padding: 70px 0 30px;
}

.post-footer {
    border-top: 1px solid #242424;
    margin-top: 60px;
    padding-bottom: 25px;
    padding-top: 50px;
}

.subfooter {
    background: #111;
    padding: 20px 0 15px;
    color: #444;
}

.footer-widget .textwidget p {
    line-height: normal;
    margin-bottom: 5px;
}

/* Custom Colors for Widgets in the Footer */
.site-footer .widget-title {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 25px;
}

.site-footer .widget_categories li a,
.site-footer .widget_archive li a,
.site-footer .widget_pages li a,
.site-footer .widget_meta li a,
.site-footer .widget_recent_entries li a,
.site-footer .widget_nav_menu li a {
    color: #979797;
}

.site-main-footer .socialNetwork {
    display: inline-block;
    margin-top: 50px;
}

.site-main-footer .socialNetwork li {
    float: left;
    list-style: none;
    margin: 0px 10px;
}

.site-main-footer .socialNetwork li:nth-child(1) {
    margin-left: 0px;
}

.site-main-footer .socialNetwork li i {
    font-size: 20px;
}

.site-main-footer .socialNetwork li img {
    height: 20px;
}

.site-footer .widget_categories li a:hover,
.site-footer .widget_archive li a:hover,
.site-footer .widget_pages li a:hover,
.site-footer .widget_meta li a:hover,
.site-footer .widget_recent_entries li a:hover,
.site-footer .widget_nav_menu li a:hover {
    color: white;
}

.site-footer .goshop-share {
    color: #333;
    border-color: #333;
}

.site-footer .goshop-share:hover {
    color: #777;
    border-color: #777;
}

/*****************************
** WOOCOMMERCE ARCHIVE
******************************/
/* Archive Options */
.product-media img {
    margin: auto;

}

.woocommerce-result-count,
.woocommerce-ordering {
    display: inline-block;
    float: left;
}

.woocommerce-ordering select {
    border-color: #ebebeb;
    box-shadow: none;
}

.woocommerce-ordering select,
.woocommerce-result-count,
.products-number-selector {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #b6b6b6;
    line-height: 1.42857;
}

.woocommerce-result-count {
    padding: 6px 0;
}

.products-number-selector {
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.products-number-selector a {
    color: #b6b6b6;
}

.products-number-selector span {
    padding: 7px 12px;
    display: inline-block;
    border-left: 1px solid #ebebeb;
}

.products-number-selector span:first-child {
    border: 0;
}

.shop-banner {
    margin-bottom: 30px;
}

/* Product Items */

.products-slider::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 12%;
    z-index: 2;
}

.products-slider::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    width: 12%;
    z-index: 2;
}

.product-media {
    padding: 50px 0 20px;
}

.products-wrap > .fancy-btn {
    margin-top: 40px;
}

.nav-2 .owl-prev, .nav-2 .owl-next {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    bottom: 0;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    margin: auto;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 5;
}

.nav-2 .owl-prev {
    left: 0;
}

.nav-2 .owl-next {
    right: 0;
}

.products-slider .owl-prev {
    left: 12%;
}

.products-slider .owl-next {
    right: 12%;
}

/**/

/*Sorting*/
.view-tabs {
    border: medium none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.view-tabs li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 36px;
    line-height: 35px;
    border-radius: 4px;
    margin: 0;
    text-align: center;
    width: 36px;
}

.view-tabs > li.active > a, .view-tabs > li.active > a:focus, .view-tabs > li.active > a:hover {
    border-color: #ebebeb;
}

.view-tabs li:first-child {
    margin-right: 10px;
}

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

.sorter .sorting-form {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 65%;
    margin-left: 8px;
}

/* / Sorting */

/*****************************
** SINGLE PRODUCTS
******************************/
.single-product .product-type-variable {
    margin: 90px 0 0;
}

.single-product .images .col-lg-9,
.single-product .images .col-lg-3 {
    padding: 0;
}

.single-product .images .col-lg-3 {
    padding-left: 6px;
}

.single-product div.product .star-rating {
    margin-bottom: 0;
}

.single-product div.product .star-rating::after {
    clear: both;
}

.posted_in {
    color: #939393;
    font-size: 14px;
    margin-top: 5px;
}

.posted_in a {
    color: #939393
}

.product_title_wrapper {
    position: relative;
}

.product_title_wrapper .price {
    float: right;
    text-align: right;
    width: 34%;
    position: relative;
}
.product_title_wrapper .price .save{    position: absolute;font-size: 12px;top: 100%;text-transform: initial;left: 50%;transform: translateX(-50%);white-space: nowrap;}

.product_title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.product_title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 50px;
}

.stock-detail li + li {
    border-left: 1px solid #cccccc;
    line-height: normal;
    margin-left: 15px;
    padding-left: 20px;
}

.variations_form .bootstrap-select .btn, .variations_form .form-control {
    font-size: 15px;
    height: 40px;
    text-transform: capitalize;
}

.single-product .variations_form {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.single_variation_wrap {
    margin-top: 30px;
}

.single-product .entry-summary .fancy-button {
    margin-top: 8px;
}

#gallery-2 {
    width: 100%;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: transparent;
}

.rsUni .rsThumb {
    height: 125px;
    width: 170px;
}

.rsUni .rsThumbsVer {
    width: 150px;
}

.rsUni .rsThumb {
    width: 130px;
    margin-right: 20px;
    overflow: hidden;
}

img.rsImg {
    max-width: 95%;
    max-height: 100%;
}

.rsUni .rsFullscreenBtn {
    display: none;
}

.main-sidebar .widget-title {
    font-family: Lato, Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 54px;
    margin-bottom: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 900;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.main-sidebar .widget-title::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 50px;
    height: 3px;
}

.single-product .images .slick-buttons {
    width: 100%;
    height: 25px;
    border: 1px solid #eee;
    background: #fff;
    max-width: 116px;
    display: block;
    text-align: center;
    color: #aaa;
}

.single-product .images .slick-buttons:hover {
    background: #eee;
}

.single-product .images .thumbnails {
    margin: 2px 0;
}

.single-product .images .thumbnails img {
    max-width: 116px;
}

.woocommerce-tabs .meta {
    font-size: 12px;
    text-transform: uppercase;
    color: #a1a1a1;
}

.woocommerce-tabs .meta strong {
    color: #222;
    font-size: 14px;
}

.woocommerce-tabs {
    margin-top: 40px;
    width: 100%;
    display: inline-block;
}

.woocommerce-tabs .tabs {
    display: none;
}

.related.products .fancy-heading {
    margin-bottom: 50px;
}

.woocommerce-tabs .entry-content > h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 60px;
    text-transform: uppercase;
}

.woocommerce-tabs .heading-seperator {
    width: 40px;
    display: block;
    background: #222;
    height: 2px;
    margin-left: 0;
    margin-bottom: 40px;
}

.woocommerce-tabs .scroll-div {
    height: 325px;
}

.nano-content {
    padding-right: 40px;
}

.mCSB_inside > .mCSB_container, .mCustomScrollBox {
    margin-right: 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 10px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.woocommerce-tabs #tab-reviews ol {
    list-style: none;
    padding: 0;
}

.woocommerce-tabs ol.commentlist .comment_container {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.woocommerce-tabs ol.commentlist .comment_container img {
    float: left;
    margin-right: 20px;
}

.woocommerce-tabs ol.commentlist .comment_container .comment-text {
    display: inline-block;
    width: 70%;
}

.woocommerce-tabs .comment-text .name, .woocommerce-tabs .comment-text .rating {
    display: inline-block;
    margin-top: -12px;
    vertical-align: middle;
}

.woocommerce-tabs .comment-text .name {
    border-right: 2px solid #eeeeee;
    color: #1f1f1f;
    line-height: normal;
    margin-right: 12px;
    padding-right: 15px;
}

.single-product .main-container {
    padding-bottom: 0
}

.related.products {
    background: #f7f7f7;
    padding: 60px 0 60px;
}

/*****************************
** WOOCOMMERCE	WIDGETS
******************************/
.widget_top_rated_products .star-rating,
.widget_recent_reviews .star-rating {
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

.widget_recent_reviews .reviewer {
    display: block;
    font-size: 12px;
    color: #a1a1a1;
}

/* Price Filter */
.price_slider_wrapper {
    position: relative;
    padding-top: 30px;
}

.widget_price_filter .price_slider {
    margin-bottom: 20px;
}

.widget_price_filter .price_slider_amount {
    text-align: center;
    color: #bfbfbf;
    font-size: 15px;
}

.widget_price_filter .price_label {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.widget_price_filter .price_slider_amount .button,
.widget_product_search input[type="submit"] {
    background: none;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    padding: 3px 10px;
    border: 1px solid #ebebeb;
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 700;
}

.widget_price_filter .price_slider_amount .button:hover,
.widget_price_filter .price_slider_amount .button:focus,
.widget_product_search input[type="submit"]:hover,
.widget_product_search input[type="submit"]:focus {
    background: #ebebeb;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: ew-resize;
    outline: none;
    top: -4px;
    height: 12px;
    width: 12px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #bfbfbf;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle:focus {
    background: #ebebeb;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #bfbfbf;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-box-shadow: 0px 0px 0px 1px #ebebeb inset;
    -moz-box-shadow: 0px 0px 0px 1px #ebebeb inset;
    box-shadow: 0px 0px 0px 1px #ebebeb inset;
}

.widget_price_filter .ui-slider-horizontal {
    height: 6px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

/* Product Search */
.widget_product_search input[type="search"] {
    padding: 6px 12px;
    height: 48px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
    width: 100%;
}

.widget_product_search input[type="submit"] {
    margin-top: 10px;
}

/* Dropdown MiniCart */
.cartView.topEmpty {
    text-transform: none;
}

.cartView.topEmpty i {
    font-size: 30px;
    margin-right: 10px;
    color: #ddd;
}

.cartView .product_list_widget li,
.widget_shopping_cart .product_list_widget li {
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.cartView a {
    padding: 0;
}

.cartView .product_list_widget img {
    margin: 0;
    max-width: 70px;
}

.cartView .media-lefta {
    margin-right: 15px;
    float: left;
}

.cartView .price {
    display: block;
    font-size: 16px;
}

.cartView .product_list_widget .amount {
    display: inline-block;
    font-size: 16px;
    color: #444;
    margin-bottom: 3px;
}

.cartView .quantity {
    font-size: 13px;
    color: #949494;
}

.widget_shopping_cart .quantity {
    display: block;
}

.widget_shopping_cart a.remove,
.shop_table .remove {
    line-height: 32px;
    padding-right: 10px;
    font-weight: 900;
}

.cartView .product-remove a:hover,
.widget_shopping_cart a.remove:hover,
.shop_table .remove:hover {
    color: white;
}

.cartView .product-remove i {
    position: relative;
    right: 5px;
}

.cartView .product-remove a::before {
    border-width: 0 0 40px 40px;
}

.shop_table .remove:hover::before {
    border-bottom-color: #333;
}

.widget_shopping_cart .total {
    margin-top: 15px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 700;
    color: #949494;
}

.widget_shopping_cart .total .amount {
    float: right;
}

.cartView .pull-left {
    color: #949494;
    font-size: 18px;
}

.cartView .pull-right {
    font-size: 18px;
    font-weight: 900;
}

.cartActions {
    margin-top: 15px;
}

.minicart-buttons,
.widget_shopping_cart .buttons {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
    line-height: 44px;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
}

.widget_shopping_cart .buttons a {
    color: #939393;
    display: inline-block;
    font-weight: 700;
}

.minicart-buttons .col-lg-6 {
    padding: 0;
}

.minicart-buttons a {
    color: #939393;
    text-align: center;
}

.minicart-buttons .minicart-checkout,
.widget_shopping_cart .buttons a.checkout {
    color: white;
    /*line-height: normal;*/
    padding-left: 20px;
    padding-right: 20px;
}

.widget_shopping_cart .buttons a.checkout {
    float: right;
}

.minicart-buttons .minicart-checkout:hover,
.widget_shopping_cart .buttons a.checkout:hover {
    color: white;
    background: #666;
}

/* Products List */
.product_list_widget {
    list-style: none;
    padding: 0;
}

.product_list_widget li {
    clear: both;
    padding-top: 20px;
}

.product_list_widget li:first-child {
    padding-top: 0;
}

.product_list_widget a {
    color: #444;
}

.product_list_widget img {
    margin-right: 10px;
    display: block;
    float: left;
}

.product_list_widget .product-title {
    display: block;
    font-size: 16px;
}

.product_list_widget .amount {
    font-size: 12px;
    color: #a1a1a1;
}

/* WooCommerce Messages */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    background: #d9edf7;
    margin-bottom: 20px;
    padding: 15px;
    list-style: none;
}

.woocommerce-error li,
.woocommerce-message,
.woocommerce-info {
    position: relative;
}

.woocommerce-error li::before,
.woocommerce-info::before {
    margin-right: 5px;
}

.woocommerce-error {
    background: #f2dede
}

.woocommerce-error li::before {
    content: "\f057"
}

.woocommerce-info {
    background: #fcf8e3
}

.woocommerce-info::before {
    color: #8a6d3b;
    content: "\f05a";
}

/*****************************
** CART PAGE
******************************/
.woocommerce-cart .entry-title {
    font-size: 18px;
    font-weight: 700;
    color: #1f1f1f;
    text-transform: uppercase;
}

.cart-extra-info .col-lg-4 {
    padding-left: 30px;
    padding-right: 30px;
}

.cart-extra-info .col-lg-4::after {
    border-right: 5px solid #f4f4f4;
    content: "";
    height: 275px;
    position: absolute;
    right: -2px;
    top: 90px;
    width: auto;
}

.cart-extra-info .col-lg-4:first-child {
    border: 0;
    padding-left: 0;
}

.cart-title-highlight,
.woocommerce-account .woocommerce h2,
.woocommerce-edit-address .woocommerce h3 {
    text-transform: uppercase;
    position: relative;
    font-size: 17px;
    padding-bottom: 20px;
    margin-bottom: 45px;
    margin-top: 20px;
}

.woocommerce-order-received .cart-title-highlight {
    margin-top: 30px;
}

.cart-title-highlight::after,
.woocommerce-account .woocommerce h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    width: 50px;
}

.col-lg-6.col-1 {
    padding-right: 30px;
    padding-left: 0;
}

.col-lg-6.col-2 {
    padding-left: 30px;
    padding-right: 0;
}


/* 'Update Cart' & 'Checkout' buttons */
.cart-update-cart {
    margin-top: 40px;
    margin-bottom: 35px;
}

.wc-proceed-to-checkout {
    border-top: 1px solid #eeeeee;
    margin-top: 50px;
    padding-top: 45px;
}

.cart-extra-info {
    padding-top: 40px;
    margin-top: 10px;
    /*border-top: 1px solid #eee;*/
}

.fancy-button,
.cart-update-cart input[type="submit"],
.wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout-payment .place-order input[type="submit"],
.woocommerce-checkout .woocommerce input[type="submit"],
.customers .button,
.update .section_button .button,
section.section .login_form form .form_content .button_login {
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 900;
    -webkit-user-select: none;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    transition: 250ms opacity;
}

.fancy-button-blk {
    background: #444;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 900;
    -webkit-user-select: none;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    transition: 250ms opacity;
}

.fancy-button-blk:hover, .fancy-button-blk:focus {
    background: rgba(0, 0, 0, 0.8);
}

.wc-proceed-to-checkout .checkout-button i {
    margin-right: 10px;
}

.fancy-button:hover,
.fancy-button:focus,
.cart-update-cart input[type="submit"]:hover,
.cart-update-cart input[type="submit"]:focus,
.wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-checkout-payment .place-order input[type="submit"]:hover,
.woocommerce-checkout-payment .place-order input[type="submit"]:focus,
.woocommerce-checkout .woocommerce input[type="submit"]:hover,
.woocommerce-checkout .woocommerce input[type="submit"]:focus {
    opacity: 0.8;
}

/*****************************
** CHECKOUT
******************************/
form.woocommerce-checkout {
    /*margin-top: 50px;*/
}

.woocommerce-checkout-review-order {
    margin-top: 50px;
}

.woocommerce-checkout .shop_table {
    width: 100%;
    color: #222;
}

.woocommerce-checkout .shop_table thead th {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.woocommerce-checkout .shop_table tbody {
    color: #999;
    padding-top: 20px;
}

.woocommerce-checkout .shop_table tbody .product-name {
    font-weight: 700;
}

.woocommerce-checkout .shop_table tbody td {
    padding: 3px 0;
}

.woocommerce-checkout .shop_table tbody tr:first-child td {
    padding-top: 20px;
}

.woocommerce-checkout .shop_table tbody tr:last-child td {
    padding-bottom: 20px;
}

.woocommerce-order-received .shop_table tbody tr:first-child td,
.woocommerce-order-received .shop_table tbody tr:last-child td {
    padding: 0;
}

.woocommerce-checkout .shop_table tfoot tr {
    border-top: 1px solid #eee;
}

.woocommerce-checkout .shop_table tfoot th,
.woocommerce-checkout .shop_table tfoot td {
    padding: 8px 0;
}

.woocommerce-checkout .shop_table tfoot .shipping td,
.woocommerce-checkout .shop_table tfoot .shipping th {
    padding-bottom: 30px;
}

.woocommerce-checkout-review-order h4 {
    margin-bottom: 40px;
}

.woocommerce-checkout-payment-inner {
    position: relative;
}

.woocommerce-checkout-payment li {
    margin-bottom: 20px;
}

.woocommerce-checkout-payment label {
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 14px;
}

.woocommerce-checkout-payment .payment_box {
    margin-left: 30px;
    color: #999;
}

.woocommerce-checkout-payment .payment_box p {
    margin: 0;
}

.woocommerce-checkout-review-order .border, .col2-set .border {
    padding-left: 30px;
    padding-right: 30px;
}

.woocommerce-checkout-review-order .border::before, .col2-set .border::before {
    border-left: 5px solid #f4f4f4;
    content: "";
    height: 85%;
    position: absolute;
    left: -2px;
    top: 90px;
    width: auto;
}

.form-row-first,
.form-row-last {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.form-row-first {
    padding: 0;
    padding-right: 15px;
}

.woocommerce-checkout .create-account {
    overflow: hidden;
}

.woocommerce-checkout .create-account input {
    float: left;
    margin-right: 14px;
    margin-top: 6px;
}

.woocommerce-checkout .create-account label {
    margin: 0 0 5px;
    cursor: pointer;
}

#ship-to-different-address label {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
}

.woocommerce-checkout form.login input[type="submit"] {
    margin-right: 20px;
    min-width: 140px;
}

.woocommerce-checkout .lost_password {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.woocommerce-order-received table.order_details {
    margin-bottom: 50px;
}

.woocommerce-checkout .shop_table tbody tr:first-child td
.woocommerce-order-received .shop_table tbody tr td {
    padding: 0;
}

.woocommerce-account .my_account_orders {
    margin-bottom: 50px;
}

.woocommerce-account .woocommerce table {
    color: #666
}

.woocommerce-account .woocommerce thead th,
.woocommerce-account .woocommerce thead td {
    border-bottom: 1px solid #eee;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #222;
}

.woocommerce-account .woocommerce tbody th,
.woocommerce-account .woocommerce tbody td {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

/*****************************
** FORM ELEMENTS ON CART, CHECKOUT
******************************/
.shipping-calculator-form p {
    margin-bottom: 0;
}

.woocommerce-checkout .select2-container .select2-choice,
.woocommerce-account .select2-container .select2-choice {
    padding-top: 7px;
    padding-bottom: 7px;
    border-color: #ebebeb;
    margin-bottom: 15px;
}

form .required {
    color: red;
}

.woocommerce-checkout .woocommerce label,
.woocommerce-account .woocommerce label,
.single-product .variations label {
    font-weight: 700;
    color: #222;
}

.cart-extra-info input[type="text"],
.cart-extra-info select,
.single-product .variations select,
.woocommerce-checkout select,
.woocommerce-checkout .woocommerce input[type="text"],
.woocommerce-checkout .woocommerce input[type="email"],
.woocommerce-checkout .woocommerce input[type="tel"],
.woocommerce-checkout .woocommerce input[type="password"],
.woocommerce-checkout .woocommerce textarea,
.woocommerce-account .woocommerce input[type="text"],
.woocommerce-account .woocommerce input[type="email"],
.woocommerce-account .woocommerce input[type="tel"],
.woocommerce-account .woocommerce input[type="password"] {
    border: 1px solid #ebebeb;
    color: #666;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.single-product .variations td {
    padding-bottom: 20px;
}

.single-product .variations .label {
    text-transform: uppercase;
    width: 80px;
    margin: 0;
    vertical-align: top;
    padding-top: 6px;
}

.single-product .variations select {
    margin: 0;
    float: left;
}

.single-product .variations .reset_variations {
    display: inline-block;
    float: left;
}

.cart-extra-info input[type="text"]:focus,
.woocommerce-checkout .woocommerce input[type="text"]:focus,
.woocommerce-checkout .woocommerce input[type="email"]:focus,
.woocommerce-checkout .woocommerce input[type="tel"]:focus,
.woocommerce-checkout .woocommerce input[type="password"]:focus,
.woocommerce-account .woocommerce input[type="text"]:focus,
.woocommerce-account .woocommerce input[type="email"]:focus,
.woocommerce-account .woocommerce input[type="tel"]:focus,
.woocommerce-account .woocommerce input[type="password"]:focus {
    border-color: #66afe9;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.cart-extra-info input[type="submit"] {
    text-transform: uppercase;
    color: white;
    min-width: 130px;
    background: #333;
    padding: 8px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    border: 0;
}

.cart-extra-info input[type="submit"]:hover,
.cart-extra-info button:hover,
.cart-extra-info input[type="submit"]:active,
.cart-extra-info button:active {
    opacity: 0.8;
}

.cart-coupons #coupon_code {
    margin-bottom: 20px;
}

/*****************************
** SHORTCODES
******************************/
/* Fancy Titles */
.fancy-heading {
    position: relative;
    padding:0px 20px;
    padding-top: 25px;
    margin-bottom: 40px;
}

.fancy-heading h3 {
    position: relative;
    font-size: 35px;
    line-height: 45px;
    color: #1f1f1f;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 10px;
}

.fancy-heading.text-left::before {
    background-position: left 0;
}

.fancy-heading.text-right::before {
    background-position: right 0;
}

.fancy-heading h5 {
    color: #939393;
    font-size: 25px;
}

.fancy-heading .wht-clr {
    color: #fff;
}

.heading-2 {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.heading-2::before {
    border-radius: 2px;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 3px;
    left: 0;
    margin-bottom: -2px;
    position: absolute;
    width: 50px;
}

.heading-2 .funky-font-2 {
    margin: 0;
}

.heading-2 .title-2 {
    margin: 0;
}

/* Post List */
.gst-post-list li {
    margin-bottom: 20px;
}

.gst-post-list .entry-title {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 28px;
}

.gst-post-list .read-more-link {
    margin-top: 5px;
}

.gst-post-list .entry-meta {
    padding-right: 20px
}

/*** Main Slider Starts ***/

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */

.owl-controls .owl-dot,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

/* mouse grab icon */
.grabbing {
    cursor: move;
}

/* fix */

.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.owl-carousel .gst-slide {
    position: relative;
    text-align: center;
}

.owl-carousel .gst-slide > img {
    /*max-width: none;*/
}

.nav-1 .owl-next, .nav-1 .owl-prev {
    display: inline-block;
    height: 46px;
    width: 46px;
    background: white;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    opacity: 0.2;
    font-size: 30px;
}

.nav-1 .owl-next:hover, .nav-1 .owl-prev:hover {
    opacity: 0.5
}

.nav-1 .owl-next i,
.nav-1 .owl-prev i {
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    line-height: 34px;
    border: 2px solid #000;
    color: #000;
}

.nav-1 .owl-next {
    right: 7%;
}

.nav-1 .owl-prev {
    left: 7%;
}

.nav-1 .owl-controls {
    margin: 0;
}

.nav-1 .owl-controls .owl-dot {
    display: inline-block
}

.nav-1 .owl-controls .owl-dot span {
    background: #869791;
    height: 12px;
    width: 12px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    margin: 5px 7px;
}

.gst-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.gst-caption > div {
    display: table;
    height: 100%;
    width: 100%;
}

.gst-caption > div > div {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.active .gst-caption > div > div {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.caption-center {
    text-align: center;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    visibility: visible;
    opacity: 1;
    transform: translateY(50px);
}

.caption-right {
    display: table-cell;
    height: 100%;
    width: 100%;
    padding-left: 47%;
    padding-right: 7%;
    vertical-align: middle;
    visibility: visible;
    opacity: 0;
    transform: translateX(50px);
}

.caption-left {
    display: table-cell;
    height: 100%;
    width: 100%;
    padding-left: 7%;
    padding-right: 50%;
    vertical-align: middle;
    visibility: visible;
    opacity: 0;
    transform: translateX(-50px);
}

.active .caption-center {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.active .caption-right {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.active .caption-left {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.owl-carousel .gst-caption h2 {
    color: white;
    font-size: 64px;
    font-weight: 900;
    margin: 10px 0;
    text-transform: uppercase;
}

.owl-carousel .gst-caption p {
    margin-top: 20px;
    margin-bottom: 50px;
    opacity: 1;
    font-size: 22px;
    color: white;
    font-weight: 700;
}

.owl-carousel .gst-caption p.lgt-gry {
    color: #a0a0a0;
}

.slider-title .funky-font {
    line-height: 0;
}

.slider-title .funky-font-2 {
    display: block;
    margin: 10px auto;
    padding-left: 20%;
    text-align: left;
    width: 45%;
    line-height: 35px;
}

/*** Main Slider Ends ***/

/*****************************
** HOMEPAGE STYLES
******************************/
.home .main-container {
    padding: 0
}

.home .main-container.container {
    width: 100%
}

.gst-row {
    padding: 80px 0 80px;
}

.gst-wrapper {
    margin: 0 auto;
}

.gst-empty-space {
    margin-top: 40px;
}

.gst-color-white {
    color: #ccc;
}

.gst-color-white input[type="text"] {
    background: transparent;
    border: 1px solid #666;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 9px 14px;
    width: 100%;
}

.gst-color-white input[type="submit"] {
    width: 100%
}

.gst-color-white input[type="text"]:focus {
    border-color: #ccc;
}

.gst-row input, .gst-row textarea {
    margin-bottom: 10px;
}

.gst-countdown {
    font-style: italic;
    text-transform: uppercase;
    font-weight: 14px;
}

.gst-countdown span {
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    color: #1f1f1f;
    display: inline-block;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee;
}

.gst-countdown span:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.price-tag > span {
    vertical-align: top;
}

.price-tag {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: 35px;
}

.price-tag::before {
    border-top: 1px solid #dddddd;
    content: " ";
    display: inline-block;
    margin: 0 25px 0 0;
    vertical-align: middle;
    width: 65px;
}

.price-tag::after {
    border-top: 1px solid #dddddd;
    content: " ";
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: middle;
    width: 65px;
}

.discnt {
    position: relative;
    color: #000;
}

.discnt:before {
    background-image: url("../img/discnt.png");
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 16px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 113px;
}

/* Latest News */
.row-latest-news {
    background: #f8f8f8;
}

/*Our Address*/
.our-address {
    background-image: url(../img/banner/bg-address.jpg);
    background-size: cover;
}

.add-wrap {
    background: rgba(20, 20, 20, 0.97) none repeat scroll 0 0;
    padding: 80px 20px;

}

.add-wrap .title-2 {
    color: #ffffff;
    font-size: 22px;
    margin: 30px 0 0;
}

.add-wrap .fancy-heading {
    margin: 35px 0 20px;
}

.add-wrap p {
    color: #999999;
    font-size: 18px;
    margin-bottom: 7px;
}

/* Newsletter */
.row-newsletter {
    background: url("../img/banner/footer-bg.jpg") no-repeat;
    background-size: cover;
    padding: 100px 0 120px;
}

.row-newsletter p {
    font-size: 18px;
    line-height: 28px;
}

/* New Arrivals */
.products_filter {
    margin-bottom: 50px;
    display: none;
}

.products_filter li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 25px;
    font-size: 16px;
    position: relative;
}

.products_filter li:first-child {
    margin-left: 0;
}

.products_filter li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -16px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #929292;
}

.products_filter li:first-child::before {
    display: none;
}

.products_filter li a {
    color: #929292;
}

.products_filter li a:hover, .products_filter li.active a {
    color: #1f1f1f;
}

/* New Arraivels */

.portfolio-wrapper {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.portfolio-thumb {
    height: 250px;
    position: relative;
    overflow: hidden;
    background: white;
    width: 100%;
    text-align: center;
}

.portfolio-thumb img {
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.get_more_product {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 80px 0px;
    margin-top: 10px;
}

.portfolio-thumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 1;

    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;

    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);

}

.portfolio-thumb:hover::before {
    left: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;

    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.portfolio-content {
    bottom: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    height:50px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 5;
}

.pop-up-icon a {
    color: #282828;
    display: inline-block;
    width: auto;
    z-index: 2;
}

.portfolio-thumb .pop-up-icon {
    bottom: 0;
    display: block;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.portfolio-thumb .pop-up-icon .left-link {
    position: absolute;
    left: 80%;
    opacity: 0;
    visibility: hidden;
}

.portfolio-thumb:hover .left-link {
    left: 37%;
    margin-left: -50px;
    opacity: 1;
    visibility: visible;
}

.portfolio-thumb .pop-up-icon .center-link {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}

.portfolio-thumb:hover .center-link {
    opacity: 1;
    visibility: visible;

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;

    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.portfolio-thumb .pop-up-icon .right-link {
    position: absolute;
    right: 80%;
    opacity: 0;
    visibility: hidden;
}

.portfolio-thumb:hover .right-link {
    right: 37%;
    margin-right: -50px;
    opacity: 1;
    visibility: visible;
}

.portfolio-thumb .right-link:hover {
    cursor: pointer;
}

.cart-icn {
    background-image: url(../img/extra/cart-icn-blk.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.cart-icn:hover {
    background-image: url(../img/extra/cart-icn-wht.png);
}

.cart-icn2 {
    background-image: url(../img/extra/cart-icn-wht.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.cart-icn2:hover {
    background-image: url(../img/extra/cart-icn-blk.png);
}

.portfolio-thumb .pop-up-icon i {
    background-color: #ffffff;
    border-radius: 2px;
    color: #282828;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    vertical-align: middle;
    display: inline-block;
}

.portfolio-thumb .pop-up-icon i:hover {
    color: #ffffff;
}

.portfolio-thumb .pop-up-icon .right-link,
.portfolio-thumb .pop-up-icon .left-link,
.portfolio-thumb .pop-up-icon i,
.portfolio-thumb .rating,
.portfolio-thumb .all-view {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.portfolio-thumb .rating {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.portfolio-thumb:hover .rating {
    top: 27%;
    opacity: 1;
    visibility: visible;
}

.portfolio-thumb .all-view {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.portfolio-thumb:hover .all-view {
    bottom: 21%;
    opacity: 1;
    visibility: visible;
}

.portfolio-thumb .all-view a {
    border-radius: 2px;
}

.product-content .font-3 del {
    margin-left: 15px;
}

/* Featured Gallery */
.featured-products .image img {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.featured-products .description {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(238, 78, 34, .93);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

.featured-products > div:hover .description {
    opacity: 1;
    visibility: visible;
}

.featured-products .description .text {
    position: absolute;
    padding: 0px;
    top: 50%;
    margin-top: -80px;
    text-align: center;
    color: #fff;
    left: 20px;
    right: 20px;
}

.featured-products .description .text .add-to-cart {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    font-size: 16px;
    color: #fff;
    padding: 6px 0px 0px 0px;
}

.featured-products .description .text .add-to-cart:hover {
    background-color: #ffffff;
    color: #242424;
}

.featured-products .description .text .brand {
    color: #fff;
    font-size: 25px;
    padding: 15px 0px 0px 0px;
}

.featured-products .description .text .name {
    padding: 8px 0px 0px 0px;
}

.featured-products .description .text .name a {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
}

.featured-products .description .text .name a:hover {
    color: #282828;
}

.featured-products .description .text .price {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 6px 0px 0px 0px;
}

.featured-products .description .text .star::before {
    color: #ffffff;
}

.featured-products .description .text .rating {
    margin-top: 15px;
}

/* Bikes */
.mask-overlay, .white-mask {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.white-mask {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}

.row-bikes, .row-carbon-fiber {
    background: white;
    background-size: cover;
    padding: 50px 0 100px 0px;
    position: relative;
}

.row-carbon-fiber {
    background: #f8f8f8;
}

/* They Say */
.row-they-say {
    background-size: cover;
    padding: 50px 0 65px;
    position: relative;
}

.row-they-say .fancy-heading:before {
    background: transparent;
}

.wht-clr h3, .wht-clr h5 {
    color: #fff;
}

.quotes-carousel{position: relative;}

.quotes-carousel cite {
    font-style: normal;
}

.quotes-carousel .item p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    margin: auto auto 20px;
    max-width: 800px;
    font-weight: 800;
}

.quotes-carousel .owl-dots {
    margin-top: 15px;
}

.quotes-carousel .owl-prev, .quotes-carousel .owl-next {
    border-color: #555;
    color: #555;
    background-color: transparent;
    bottom: auto;
    top: 0;
}

.quotes-carousel .owl-prev {
    left: 0;
}

.quotes-carousel .owl-next {
    right: 0;
}

.nav-2 .owl-dots {
    text-align: center;
}

.nav-2 .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: inline-block;
    background: #2b2d2f;
    cursor: pointer;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    margin: 15px 3px 0px 4px;
}

.nav-2 .owl-dots .owl-dot.active {
    background: #ed5126;
}

/* @group Special offers */

.special-offers {
    margin-top: -33px;
    position: relative;
}

.special-offers .product {
    display: inline-block;
    padding-top: 45px;
    vertical-align: middle;
    width: 100%;
}

.special-offers .product .image {
    float: left;
    width: auto;
    border-right: 1px solid #eee;
    margin-right: 20px;
    max-width: 41%;
}

.special-offers .product .image img {
    display: block;
    margin: auto;
}

.special-offers .product p {
    padding: 28px 0px 0px 0px;
    margin: 0px;
    font-size: 20px;
    line-height: 1;
    color: #929292;
}

.special-offers .product .name {
    padding: 6px 0px 0px 0px;
    margin: 0px;
}

.special-offers .product .name a {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #262626;
}

.special-offers .product .name a:hover {
    color: #ed5126;
}

.special-offers .product .price {
    font-size: 15px;
    color: #979797;
    padding: 2px 0px 0px 0px;
}

.special-offers .product .price .price-new {
    color: #ed5126;
}

.special-offers .product .price .price-old {
    margin-left: 8px;
    text-decoration: line-through;
}

/* @end */

/* Promo Banner */

.gst-promo {
    position: relative;
    overflow: hidden;
}

.gst-promo img {
    width: 100%;
}

.gst-promo img {
    margin: 0;
}

.gst-promo-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.gst-promo-text.right {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.gst-compare .title-1 {
    margin: 0;
}

.gst-compare h3 {
    color: #444;
}

.gst-compare h3 {
    margin-top: 0;
    margin-bottom: 30px;
}

.gst-promo .fancy-btn-small {
    margin-top: 20px;
    display: inline-block;
}

/* Compare */
.gst-compare {
    position: relative;
    display: inline-block;
    width: 100%;
}

.descount {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 20px;
    bottom: 0;
    color: #7c7c7c;
    display: inline-block;
    font-weight: bold;
    height: 240px;
    left: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.rel-div {
    position: relative;
}

.rel-div {
    display: inline-block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.rel-div > p {
    height: 25px;
    left: -88px;
    margin: 0;
    position: absolute;
    top: 100px;
    transform: rotate(-90deg);
    width: 200px;
    text-transform: uppercase;
}

.gst-compare ul {
    color: #444444;
    list-style: outside none disc;
    margin-bottom: 40px;
}

.gst-compare-men {
    padding: 50px 0px 50px 70px;
    background: #f8f8f8 no-repeat bottom left;
    background-size: 30% auto;
}

.gst-compare-actions a {
    text-transform: uppercase;
    color: #222;
    font-size: 14px;
    font-weight: 700;
}

a.compare-add-to-cart {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-left: 12px;
    margin-left: 10px;
}

.gst-compare-actions a:hover, .gst-compare-actions a:focus,
a.compare-add-to-cart:hover, a.compare-add-to-cart:focus {
    color: #979797;
}

.gst-compare-button {
    display: block;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    background: white;
    text-transform: uppercase;
    color: #999;

    font-weight: 700;
    position: absolute;
    z-index: 9;
    padding: 7px 25px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.gst-compare-women {
    background: #f0f0f0;
    padding: 50px 0px 50px 70px;
    background: #f0f0f0 no-repeat bottom right;
    background-size: 30% auto;
}

/*------------ Home Page 2 --------------*/

/* Promo Banner Style-2 */
.gst-promo-2 {
    position: relative;
    margin-bottom: 20px;
}

.gst-promo-2 img {
    opacity: 0.8;
    position: relative;
    top: 50%;
}

.gst-promo-2:hover img {
    opacity: 1;
}

.gst-promo-2 .shadow {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.gst-promo-2 .gst-promo-text .wht-clr h2 {
    font-weight: 900;
    text-shadow: 0px 0px 10px #555;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.gst-promo-2:hover .shadow {
    background: rgba(0, 0, 0, 0.5);
}

.gst-promo-2:hover .gst-promo-text .wht-clr h2 {
    opacity: 1
}

.gst-promo-2 .funky-font {
    margin: 0;
}

.gst-promo-2 .gst-promo-text .wht-clr a {
    padding: 5px 20px;
    font-size: 12px;
}

.gst-promo-2 .gst-promo-text .wht-clr a:hover {
    padding-right: 40px;
}

.gst-promo-2 .gst-promo-text .wht-clr a.fancy-btn-small::after {
    top: 11px;
}

.gst-promo-2 .sec-title {
    margin-left: 25%;
    margin-top: -20px;
}

.gst-promo-2 .fancy-btn {
    margin-top: 10px;
}

/* / Promo Banner Style-2 */

/* Products Slider Style-2 */
.products-slider-2 {
    position: relative;
}

.products-slider-2 .portfolio-thumb::before {
    background: transparent;
    border-bottom: none;
}

.products-slider-2 .portfolio-thumb .pop-up-icon i {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
}

.products-slider-2 .portfolio-thumb:hover .left-link {
    margin-left: -37px;
}

.products-slider-2 .portfolio-thumb:hover .right-link {
    margin-right: -38px;
}

/* / Products Slider Style-2 */

/**/
.top-rht.nav-2 .owl-prev, .top-rht.nav-2 .owl-next {
    height: 30px;
    line-height: 25px;
    border-radius: 2px;
    bottom: auto;
    top: -90px;
}

.top-rht.nav-2 .owl-prev {
    left: auto;
    right: 35px;
}

/*------------ / Home Page 2 --------------*/

/*------------ Home Page 3 --------------*/
/* @group Service */

.service {
    padding-bottom: 65px;
}

.service .row > div {
    padding-top: 66px;
}

.service .left {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background: #f2f2f2;
    padding: 4px;
    position: relative;
    overflow: hidden;
    margin-right: 24px;
}

.service .left:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -28px;
    left: 0;
    width: 300px;
    height: 300px;
    transform: rotate(47deg);
    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -o-transform: rotate(47deg);
}

.service .left .icon {
    width: 72px;
    height: 72px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.service .left .icon img {
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    max-width: none;
}

.service .second-heading {
    padding: 0 40px 0px 0px;
    margin: 0px;
    font-size: 15px;
    line-height: 1.4;
    color: #aaaaaa;
}

/* @end */

.prod-offers {
    background-image: url("../img/banner/bg-img-1.jpg");
    background-repeat: no-repeat;
    max-height: 600px;
    margin-top: 65px;
    position: relative;
}

.offers-img > img {
    margin-top: -18%;
}

.offers-cntnt {
    padding-right: 14%;
}

.middle-box {
    bottom: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.cnt-tbl {
    display: table;
    height: 100%;
    width: 100%;
}

.cnt-tbl > .middle {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.offers-cntnt .fancy-btn-black {
    margin-right: 18px;
}

/*Cate*/
.hvr2 .portfolio-thumb::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-bottom: medium none;
}

/**/

/*Discount*/
.dscnt-3 {
    background-image: url("../img/banner/dscnt-bnnr-3.jpg");
    padding-bottom: 120px;
    padding-top: 140px;
    background-size: cover;
}

.dscnt-4 {
    background-image: url("../img/banner/dscnt-bnnr-4.jpg");
    padding-bottom: 120px;
    padding-left: 80px;
    padding-top: 140px;
    background-size: cover;
}

.dscnt-bnnr .sec-title {
    margin: 0 0 15px;
}

.dscnt-bnnr .title-1 {
    margin: 0;
}

.dscnt-bnnr .view-all {
    margin-top: 40px;
}

.smpl-btn::after {
    color: #ffffff;
    content: "\f105";
    display: inline-block;
    font: 18px/1 'Font Awesome 5 Pro';
    margin-left: 22px;
    margin-right: -5px;
    position: relative;
    text-rendering: auto;
    transition: all 0.2s ease-in 0s;
}

.smpl-btn {
    background: #444444 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 39px;
    text-transform: uppercase;
}

.smpl-btn:hover {
    background: #1f1f1f none repeat scroll 0 0;
    color: #ffffff;
}

.dscnt-4 p {
    color: #dfd5d0;
}

.dscnt-4 .smpl-btn {
    color: #5b3333;
    background: #fff none repeat scroll 0 0;
}

.dscnt-4 .smpl-btn::after {
    color: #5b3333;
}

.dscnt-4 .smpl-btn:hover {
    background: #5b3333 none repeat scroll 0 0;
    color: #ffffff;
}

.dscnt-4 .smpl-btn:hover::after {
    color: #ffffff;
}

/**/

/*Special Offers*/
.spc-wrp {
    padding: 80px 0 20px;
}

.spc-ofr .product-content > h3 {
    border-bottom: 1px solid #eeeeee;
    height: 53px;
    overflow: hidden;
}

.spc-ofr .product-content > h3 a {
    display: inline-block;
    height: 45px;
}

.spc-ofr .portfolio-wrapper {
    margin-bottom: 50px;
}

.portfolio-wrapper .fsz-18{    height: 38px;
    overflow: hidden;
    display: inline-block;}

/*Says2*/
.row-they-say2::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.row-they-say2 {
    background: rgba(0, 0, 0, 0) url("../img/banner/says-2.jpg") no-repeat scroll 0 0 / cover;
    padding: 50px 0 65px;
    position: relative;
}

/*brand-wrap2*/
.brand-wrap2 {
    padding: 50px 0;
}

.brand-wrap2 .item {
    border-right: 1px solid #eee;
    padding: 5px 20px;
}

.brand-wrap2 .owl-stage-outer {
    margin-right: 1px;
}

/*------------ / Home Page 3 --------------*/

.rel-prod-media {
    margin: 25px 0;
    background-color: #dcdcdb;
}

.center .rel-prod-media {
    background-color: #f7f7f7;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transform: scale(1.1);
    z-index: 999;
}

.related-product .owl-prev {
    left: 12%;
    top: 38%;
    bottom: auto;
}

.related-product .owl-next {
    right: 12%;
    top: 38%;
    bottom: auto;
}

.related-product::after {
    background: #f7f7f7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 12%;
    z-index: 2;
}

.related-product::before {
    background: #f7f7f7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    width: 12%;
    z-index: 2;
}

/* Call to Action */
.row-cta {
    background-color: #2c2c2c;
    padding: 40px 0 30px;
}

.gst-cta h2 {
    margin-top: 0
}

.gst-cta-buttons .fancy-btn-alt {
    border-color: #666;
    color: #666;
}

.gst-cta-buttons {
    padding-top: 10px
}

.gst-cta-buttons a {
    margin-left: 20px
}

.gst-cta-buttons a:first-child {
    margin-left: 0
}

/**/
.google-map, .map-canvas, #map-canvas, #map-canvas2 {
    max-height: 500px;
    min-height: 500px;
}

.cntct-frm .form-group {
    margin-bottom: 30px;
}

.cntct-frm .bootstrap-select .btn, .cntct-frm .form-control {
    font-size: 15px;
    text-transform: capitalize;
}

/*---------------- POPUPS Starts -------------------------- */

/*-------- Login Popup Starts ------------- */
.login-1 {
    background-image: url(../img/banner/login-bg-1.jpg);
    background-size: cover;
    position: relative;
}

.login-2 {
    background-image: url(../img/banner/login-bg-2.jpg);
    background-size: cover;
    position: relative;
}

.login-wrap {
    padding: 35px;
    position: relative;
    z-index: 1;
}

.login-1::after, .subscribe-1:after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.subscribe-me .login-wrap.text-center {
    background: #fff !important;
}

.subscribe-me .modal-content .login-wrap h2 {
    color: #111;
}

.login-wrap p {
    margin-bottom: 0;
}

.wht-clr .title-3 {
    color: #fff;
}

.login-form {
    max-width: 300px;
    margin: auto;
}

.fb-btn {
    background-color: #2852ab;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 42px;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

.login-wrap .fb-btn.btn {
    margin: 25px 0 20px;
}

.btn .btn-icon {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    font-size: 20px;
    height: 100%;
    line-height: 45px;
    padding-right: 8px;
    position: relative;
    width: 15%;
}

.fb-btn.btn:hover {
    color: #ffffff;
    opacity: 0.8;
}

.signup {
    padding-bottom: 18px;
    position: relative;
}

.signup::before {
    border-top: 1px solid #dddddd;
    content: " ";
    display: inline-block;
    margin: 0 7px 0 0;
    vertical-align: middle;
    width: 33%;
}

.signup::after {
    border-top: 1px solid #dddddd;
    content: " ";
    display: inline-block;
    margin: 0 0 0 7px;
    vertical-align: middle;
    width: 33%;
}

.login-form .fancy-button {
    font-weight: 700;
    width: 100%;
    text-transform: capitalize;
}

.login-wrap .bootstrap-select .btn, .login-wrap .form-control {
    background-color: #fff;
    height: 42px;
    text-transform: capitalize;
}

.popup-cls:hover {
    opacity: 0.7;
}

.popup-cls.close {
    right: 0;
    top: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    opacity: 1;
    padding: 7px;
    position: relative;
    z-index: 5;
}

.popup-cls.close:before {
    border-style: solid;
    border-width: 0 60px 60px 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
}

.subscribe-me {
    background: transparent;
    box-shadow: none;
    height: auto;
    left: 0;
    margin: auto;
    padding: 10px;
    right: 0;
    top: 10%;
    width: 900px;
}

.subscribe-me .login-wrap form .form-control {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #dddddd;
    font-size: 14px;
    padding: 6px 12px;
    width: 100%;
}

.subscribe-me .login-form {
    max-width: 50%;
}

.subscribe-me .login-wrap {
    padding: 70px 15px 100px;
}

/*-------- Login Popup End ------------- */
.product-modal .single-product {
    padding: 30px 15px;
}

#gallery-1 {
    width: 520px;
    height: 300px;
    margin: auto;
}

#gallery-1.rsUni .rsThumb {
    height: 100px;
    width: 100px;
}

#gallery-1.rsUni .rsThumbsVer {
    width: 120px;
    height: 420px;
}

/*---------------- POPUPS End -------------------------- */

/*---------------- Back To Top Starts -------------------------- */
.to-top {
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 3px;
    bottom: 60px !important;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    right: 10px;
    margin: auto;
    text-align: center;
    width: 40px;
    padding-top: 9px;
    z-index: 999;
    padding: 0px;
}

.to-top:hover {
    opacity: 0.5;
}

/*---------------- Back To Top Ends ------------------------ */

#gallery-1 .rsSlide img.rsImg.rsMainSlideImage {
    max-width: 95%;
    max-height: 100%;
}

.royalSlider {
    max-width: 100%;
}

.rsNav.rsThumbs.rsThumbsVer {
    margin-right: -20px;
}

.tooltip_alert {
    opacity: 0;
    position: absolute;
    background: red;
    display: inline-block;
    white-space: nowrap;
    padding: 4px 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-weight: bold;
    right: 103%;
    z-index: 99;
    font-size: 12px;
}

.tooltip_alert:after {
    position: absolute;
    top: 5px;
    right: -14px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid rgba(0, 0, 0, 0.6);
    content: '';
}

.tooltip_alert.active {
    opacity: 1
}

.main-sidebar .widget_categories a {
    width: 100%;
    display: inline-block;
}

.notification_empty {
    width: 100%;
    display: inline-block;
    padding-top: 150px;
    font-size: 22px;
    font-weight: bold;
    color: #ccc;
    text-align: center;
}

.account-details-wrap section.section .title_section {
    color: #1f1f1f;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-weight: 700;
    margin-bottom: 30px;
}

.account-details-wrap section.section .title_section:before {
    border-radius: 2px;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 3px;
    left: 0;
    margin-bottom: -2px;
    position: absolute;
    width: 50px;
    background-color: #ef4416;
}

.account-details-wrap section.section form .form_content .form_line {
    float: left;
    margin-bottom: 20px;
    /*width: 100% !important;*/
}

.account-details-wrap section.section form .form_content .form_line label {
    color: #444;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.account-details-wrap section.section form .form_content .form_line input,
.account-details-wrap section.section form .form_content .form_line select {
    background: #fff;
    width: 90%;
    color: #999;
    font-weight: 700;
    font-size: 13px;
    border: 1px solid #ebebeb;
    padding: 6px 13px;
    box-shadow: none;
    -moz-box-shadow: none;
    height: 38px;
    -webkit-box-shadow: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.account-details-wrap section.section form .form_content #terms_of_conditions_group.form_line {
    margin-bottom: 0px;
}

.account-details-wrap section.section form .form_content #terms_of_conditions_group.form_line input,
.account-details-wrap section.section form .form_content .form_line label input {
    width: auto;
    float: left;
    height: auto;
    margin-top: 6px;
    margin-right: 10px;
}

.account-details-wrap section.section .section_button .buy_button {
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 10px 25px;
    font-size: 13px;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
    position: relative;
    transition: padding 250ms;
    display: inline-block;
    font-weight: 900;
    border-radius: 50px;
    color: white;
    padding: 8px 30px 10px;
}

.account-details-wrap section.section .section_button .buy_button::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 250ms ease 0s, transform 250ms ease 0s, visibility 250ms linear 0s;
}

.account-details-wrap section.section .section_button .buy_button:hover::after {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
}

.account-details-wrap section.section .section_button .buy_button:hover {
    padding-right: 40px;
}

.account-details-wrap section.section form .form_content .form_line select {
    text-transform: capitalize;
}

.account-details-wrap section.section form .form_content .form_line input.error {
    outline-color: red;
}

.container .main-container article .cart-wrap .woocommerce .total-bags {
    float: right;
    margin-top: 60px;
    padding-right: 0px;
    margin-bottom: 100px;
}

.container .main-container article .cart-wrap .woocommerce .total-bags tbody tr td {
    font-size: 20px;
    font-weight: 900;
}

.container .main-container article .cart-wrap .woocommerce .total-bags tbody tr td b {
    text-transform: uppercase;
    font-size: 20px;
}

.container .main-container article .cart-wrap .woocommerce .total-bags tbody tr td:last-child {
    text-align: right;
}

.container .main-container article .cart-wrap .woocommerce .total-bags .section_button {
    float: right;
    margin-top: 70px;
}


.followprice_app_enabled .fp-button {
    float: right;
    margin-top: 15px;
}

.history ul .orders_header {
    width: 100%;
    display: inline-block;
    background: #eee;
    border-bottom: 1px solid #ccc;
    padding: 8px 15px;
}

.history ul .orders_header li {
    float: left;
    width: 20%;
}

.history ul .order ul .item_order {
    float: left;
    width: 20%;
    padding: 8px 5px;
}

.portfolio-thumb {
    position: relative;
}

.portfolio-thumb img.fade_img,
.portfolio-thumb img:first-child {
    max-height: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    position: absolute;
}

.portfolio-thumb img.fade_img2 {
    max-height: 100%;
    position: absolute;
    left: 50%;
    z-index: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.portfolio-thumb:hover img.fade_img {
    opacity: 0
}

.portfolio-thumb:hover img.fade_img2 {
    opacity: 1
}

.swiper-slide {
    padding: 0px 30px;
}

/*.nav-2 .owl-next{right: -20px;}
.nav-2 .owl-prev{left: -20px;}*/
.rsUni .rsThumb.rsNavSelected {
    background: white;
}

.row-they-say::before {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.owl-carousel {
    display: block !important;
}

/* NEWSLETTER */
.textwidget #mc_embed_signup {
    background: transparent;
}

.textwidget #mc_embed_signup form {
    padding: 0px;
}

.textwidget #mc_embed_signup form label {
    color: white;
}

#mc_embed_signup .button {
    width: 96% !important;
}

#mc_embed_signup .mc-field-group input {
    border: 1px solid #ccc;
}

.alert-dismissible .close {
    right: 0px;
}

/* DETAILS PRODUCT */
.big-image {
    float: left;
    width: 75%;
}

.thumbs.unstyled.clearfix {
    width: 20%;
    float: right;
}

.thumbs.unstyled.clearfix li a {
    width: 100%;
    height: 100px;
    display: inline-block;
    background-position: center center;
    background-size: cover;
}

/* CMS */
.cms .title {
    background: #f6f7f7;
    padding: 80px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
    color: #000;
    font-size: 24px;
}

.cms .synopsis {
    padding-top: 60px;
}

.cms .synopsis,
.cms .description {
    width: 1170px;
    text-align: left;
    display: block;
    margin: 0px auto;
    color: #333;
    padding-bottom: 30px;
    max-width: 100%;
}

.subCms {
    text-align: center;
    margin-top: 20px;
}

.subCms ul {
    display: inline-block;
}

.subCms ul li {
    float: left;
    margin: 0px 20px;
    border: 1px solid #777;
    border-radius: 5px;
    padding: 5px 20px;
}

.subCms ul li a {
    font-weight: bold;
}

/* CUSTOMERS */
.main-wrapper.clearfix .breadcrumb {
    display: none;
}

.customers .width_group .title {
    width: 100%;
    background: #f6f7f7;
    padding: 80px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
    color: #000;
    font-size: 24px;
    margin-top: -30px;
    margin-bottom: 50px;
}

.customers .width_group .box_group {
    width: 100%;
    max-width: 1170px;
    text-align: left;
    display: flex;
    justify-content: center;
    margin: 0px auto;
    margin-bottom: 100px;
}

.customers .box_group form {
    border-right: 1px solid #CCC;
}

.customers #terms_of_conditions_group label {
    line-height: 34px;
}

.customers #terms_of_conditions_group input {
    width: auto;
    margin-right: 10px;
    float: left;
    margin-top: 0px;
}

.content.row.customers {
    text-align: center;
    max-width: 100%;
}

.customers .history_list ul {
    padding: 0px;
}

.customers .history_list ul li.header {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    float: left;
}

.customers .history_list ul li.header li {
    width: 20%;
    display: inline-block;
    float: left;
    text-align: left;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.customers .history_list ul li.header li:last-child {
    text-align: right;
}

.customers .history_list ul {
    margin: 0px;
}

.customers .history_list ul .body {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 7px 4px;
}

.customers .history_list ul .body:nth-child(2n) {
    background: #eee;
}

.customers .history_list ul .body li {
    width: 20%;
    display: inline-block;
    float: left;
    text-align: left;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
}

.customers .history_list ul .body li:last-child {
    text-align: right;
    padding-right: 4px;
}

.customers .history_list ul .body li:last-child a {
    background: transparent;
    color: @color1;
    padding: 0px !important;
}

.customers .history_list ul .empty_info {
    width: 100%;
    text-align: center;
    padding: 50px;
    background: white;
    display: inline-block;
    color: #ccc;
}

.customers .history {
    margin-bottom: 100px !important;
}

body .update {
    margin: auto;
}

body .customer_data,
body .OtherAddresses,
body .history {
    width: 1170px;
    float: none;
    text-align: left;
    margin-top: 60px !important;
}

body .customer_data .box_group {
    line-height: 30px;
}

body .customer_data .title,
body .OtherAddresses .title,
body .history .title {
    color: #1f1f1f;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-weight: 700;
    margin-bottom: 30px;
}

body .customer_data .title::before,
body .OtherAddresses .title::before,
body .history .title::before {
    border-radius: 2px;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 3px;
    left: 0;
    margin-bottom: -2px;
    position: absolute;
    width: 50px;
    background-color: #ef4416;
}

.OtherAddresses {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

.OtherAddresses .form-inner {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.OtherAddresses .form-inner ul {
    padding-left: 0px;
}

.OtherAddresses .form-inner ul .header {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
    padding-bottom: 5px;
    float: left;
}

.OtherAddresses .form-inner ul .header li {
    width: 20%;
    display: inline-block;
    float: left;
    text-align: left;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.OtherAddresses .form-inner ul .header li:last-child {
    text-align: right;
}

.OtherAddresses .form-inner ul li {
    list-style: none;
}

.OtherAddresses .form-inner ul .body {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 7px 4px;
}

.OtherAddresses .form-inner ul .body:nth-child(2n) {
    background: #eee;
}

.OtherAddresses .form-inner ul .body li {
    width: 20%;
    display: inline-block;
    float: left;
    text-align: left;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
}

.OtherAddresses .form-inner ul .body li:last-child {
    text-align: right;
    padding-right: 4px;
}

.OtherAddresses .form-inner ul .body li button {
    background: transparent;
    color: @color1;
    padding: 0px !important;
}

.OtherAddresses .more_address {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: @color1;
    margin-top: 20px;
}

.OtherAddresses .more_address:hover {
    cursor: pointer;
    opacity: 0.8;
}

#edit_Addresses .modal-footer button {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

body .update .title {
    width: 100%;
    background: #f6f7f7;
    padding: 80px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
    color: #000;
    font-size: 24px;
    margin-top: -30px;
    margin-bottom: 50px;
}

body .update .width_group .col-md-12 {
    width: 1170px;
    float: none;
    text-align: left;
    margin: auto !important;
}

.update .form_line label {
    font-weight: bold;
    color: #444;
    font-size: 14px;
}

.update .form_line input,
.update .form_line select {
    width: 100%;
    border: 1px solid #ccc;
    background-color: rgba(0, 0, 0, 0);
    border-color: #ebebeb;
    border-radius: 0;
    box-shadow: none;
    color: #b6b6b6;
    font-weight: bold;
    font-size: 13px;
    height: 36px;
    border-radius: 4px;
    padding: 6px 12px;
}

.update form#register_form .form_line {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.update form#register_form .form_line input,
.update form#register_form .form_line select {
    width: 90%;
}

.update .section_button {
    width: 100%;
    display: inline-block;
    text-align: right;
}

#terms_of_conditions_group input {
    height: auto;
    width: auto !important;
    float: left;
    margin-right: 10px;
}

.update .section_button {
    width: 100%;
    margin-bottom: 100px;
}

/* LOGIN FB + LOGIN */
section.section .gf-form-box .form-inner .section_button {
    margin-top: 20px;
}

section.section .login_form form {
    width: 50%;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

section.section .login_form form .form_content {
    text-align: left;
}

section.section .login_form form .form_content .link {
    text-align: right;
}

section.section .login_form form .form_content .button_login {
    margin-top: 20px;
}

section.section .login_form form .error_login {
    display: inline-block;
    text-align: left;
    width: 100%;
    color: red;
}

section.section .login_form form fieldset .form_line,
section.section .login_form form fieldset .form_line:nth-child(2n) {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

section.section .login_form .condition {
    width: 100%;
    display: inline-block;
    margin: 30px 0px 50px;
    position: relative;
}

section.section .login_form .condition .line {
    width: 100%;
    display: inline-block;
    height: 1px;
    background: #bbb;
}

#form_checkout section.step1 .section_button {
    width: 70%
}

section.section .login_form .login_facebook {
    width: 50%;
    float: left;
    padding-left: 0px;
    padding-top: 50px;
    text-align: center;
}

section.section .login_form .login_facebook iframe {
    border: none;
    margin-top: 60px;
}

.customers form.formlogin {
    padding-left: 0px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.customers section {
    padding-left: 0px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.customers form .links {
    text-align: right;
}

.customers .login_facebook {
    text-align: center;
    padding-top: 50px;
}

.customers form label {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    font-size: 14px;
    margin-bottom: 5px;
}

.customers .title_section,
.update .title_section {
    display: none !important;
}

.customers form#register_form {
    width: 100%;
    border-right: none;
}

.customers form#register_form .form_line {
    width: 100%;
    padding: 0px;
    margin-bottom: 15px;
}

.customers .form_content .section_button {
    text-align: right;
    padding-top: 20px;
}

.customers iframe {
    border: none;
}

.update section .section_button {
    width: 100%;
    text-align: right;
}

.content_page {
    width: 100%;
    display: inline-block;
    min-height: 60vh;
}

#terms_of_conditions_group {
    margin-top: 30px;
    position: relative;
}

.customers .box_group form#formrecover {
    width: 100%;
    border: none;
}

.customers input {
    width: 100%;
    border: 1px solid #ccc;
}

#contact_form .text_section {
    width: 100%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin: 30px 0px;
    font-weight: bold;
    color: black;
}

#contact_form form .form_line {
    margin-bottom: 15px;
}

#contact_form form .form_line input,
#contact_form form .form_line textarea {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
}

#contact_form .section_button .buy_button {
    color: white;
    border: none;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    color: white;
}

/* WISHLIST */
body .ui-dialog .ui-dialog-content .links a,
body .ui-dialog .ui-dialog-content .links .button,
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
    border-radius: 3px;
    font-size: 15px;
    font-weight: 900;
    -webkit-user-select: none;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    transition: 250ms opacity;
}

body .wishlist {
    width: 1170px;
    float: none;
    text-align: left;
    margin-top: 60px !important;
}

.wishlist .title {
    color: #1f1f1f;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-weight: 700;
    margin-bottom: 30px;
}

.wishlist .title:before {
    border-radius: 2px;
    bottom: 0;
    content: " ";
    display: inline-block;
    height: 3px;
    left: 0;
    margin-bottom: -2px;
    position: absolute;
    width: 50px;
    background-color: #ef4416;
}

.wishlist .wishlist_data ul li ul li a {
    padding: 0px;
    border: none;
}

.ui-button-text-only .ui-button-text {
    padding: 0px;
}

.wishlist.content {
    margin-top: 60px !important;
    text-align: left;
    margin-bottom: 100px !important;
    text-align: center;
    width: 1170px;
    margin: auto;
}

.wishlist .title {
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px 0px;
    color: black;
}

.wishlist .box_group {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    background: white;
    padding: 20px;
}

.wishlist .box_group .header {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    background: transparent;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.wishlist .box_group .header li {
    width: 25%;
    float: left;
    list-style: none;
    font-size: 16px;
    color: black;
}

.wishlist .box_group .body li.line {
    background: transparent;
    height: auto;
}

.wishlist .box_group .body li.line ul {
    display: inline-block;
    width: 100%;
}

/* BANNER */
body #banner_area .item {
    height: 100%;
    min-height: auto;
}

body #banner_area .item .bg_img {
    background-: transparent !important;
    height: auto;
    background-position: top center;
    min-height: auto;
}

body #banner_area .item .bg_img img {
    display: block !important;
    width: 100%
}

body #banner_area .item .text a {
    color: white;
    font-weight: 900;
    display: inline-block !important;
    width: auto !important;
    padding: 8px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    color: white !important;
    font-weight: bold;
    font-size: 14px;
}

body #banner_area .item .text .title {
    background: transparent;
    line-height: 1.1;
    font-size: 64px;
    font-weight: 900;
    margin: 10px 0;
    text-transform: uppercase;
}

body #banner_area .item .text .title span {
    margin-top: 20px;
    margin-bottom: 50px;
    opacity: 1;
    font-size: 22px;
    color: white;
    font-weight: 700;
    text-shadow: 0px 2px 4px #ccc;
}

.gst-compare .gst-compare-men .right {
    float: right;
}

.image_cms {
    text-align: center;
}

/*!* CATEGORY HOMEPAGE *!*/
/*section.banner .total_4 {*/
    /*width: 25%;*/
/*}*/

section.banner .total_4 .gst-promo {
    height: 300px;
}



/* PRODUCT CUSTOM DETAIL - BEGIN */
    #product_custom_detail .dateDiscount{padding: 15px 0px 0px;font-size:12px;font-weight:normal;text-transform:initial;}
/* PRODUCT CUSTOM DETAIL - END */

.gst-spc3.row-arrivals.woocommerce.ovh{width:100%;}

.percentage_discount{position: absolute;text-align:center;z-index: 9;top: 20px;left:20px;background: red;border-radius: 50%;font-size: 20px;font-weight: bold;padding-top: 13px;color: white;    min-width: 50px;min-height: 50px;}
.percentage_discount span{float: left;}

/* LANG SWITCH */
.language-switcher img{height: 15px;margin-top: -4px;margin-right: 5px;}
.language-switcher li{padding-left: 5px;}

.mobileMenu{display:none;position:fixed;top:0px;left:0px;z-index:99;background: rgba(0,0,0,0.8);width:100%;min-height:100vh;color:white;padding: 40px 20px;}
.mobileMenu.active{display:block;}
.mobileMenu ul {width:100%;}
.mobileMenu ul li{width:100%;display:inline-block;}
.mobileMenu ul li a{color:white;padding: 6px 0px;font-size: 16px;display: inline-block;font-weight: 600;}
.mobileMenu ul li i{margin-left:10px;font-size: 14px;}
.mobileMenu ul li ul{height:0px;overflow: hidden}
.mobileMenu ul li ul.active{height:auto;}
.mobileMenu .closeMenu {position: absolute;top:10px;right:20px;font-size: 36px;}
.mobileMenu .menu{max-height: 90vh;overflow: scroll;}


.outOfStock{font-size: 13px; position: absolute; bottom: 15px; left: 0; width: 100%;}
.big-image .outOfStock{display: inline-block;width: auto;color: white;padding: 2px 10px;border-radius: 5px;min-height: auto;}