/**
 * Theme Name: GoShop
 * Theme URI: http://themeforest.net/user/youwes
 * Description: A clean WooCommerce theme
 * Version: 1.0
 * Author: Red Chilly Creations
 * Author URI: http://themeforest.net/user/youwes
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Tags: one-column, two-columns, right-sidebar, left-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
 * Text Domain: goshop
 */

@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);
@font-face {
    font-family: 'KrinkesDecorPERSONAL';
    src: url(../fonts/Krinkes/KrinkesDecorPERSONAL.ttf);
}

@font-face {
    font-family: 'KrinkesRegularPERSONAL';
    src: url(../fonts/Krinkes/KrinkesRegularPERSONAL.ttf);
}


/*****************************
** GENERAL STYLES
******************************/

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

.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 {
    color: #ff7400;
    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;
}

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: FontAwesome;
    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,
.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;
}

.fancy-btn {
    padding: 8px 30px 10px;
    background: #ff7400;
    -webkit-box-shadow: 0 0 0 4px #ff7400;
    box-shadow: 0 0 0 4px #ff7400;
    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 {
    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: FontAwesome;
    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: #979797;
}

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: 'Roboto';
    font-weight: 100;
}

.funky-font-2,
.title-1 {
    font-family: 'Roboto';
    font-weight: 100;
}

.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-19 {
    font-size: 18px;
    color: #141414
}

.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;
}

.thm-clr {
    color: #ff7400;
}

.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: FontAwesome;
    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: FontAwesome;
}

.form-group [type="radio"]+span::before {
    color: #cccccc;
    content: "\f096";
    font-family: FontAwesome;
    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: FontAwesome;
}


/*-- 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 {
    background-color: rgba(0, 0, 0, 0);
    border-color: #ebebeb;
    border-radius: 0;
    box-shadow: none;
    color: #b6b6b6;
    font-weight: bold;
    font-size: 13px;
    /* text-transform: uppercase; */
    height: 36px;
    border-radius: 4px;
    /*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: FontAwesome;
}

.rating span.star.half:before {
    color: #f0bf2d;
    content: "\f123";
    font-family: FontAwesome;
}

.rating span.star.active::before {
    color: #f0bf2d;
    content: "\f005";
    font-family: FontAwesome;
}


/*.rating span.star:hover::before, .rating span.star:hover span.star::before{
    color: #ffd33b;
   content: "\f005";
    font-family: FontAwesome;
}*/


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

.left,
.alignleft {
    float: left;
}

.right,
.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: 33px 0;
}

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

.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.current-menu-item>a {
    color: #ff7400;
}

.goshop-menu>li>a:hover::before,
.goshop-menu>li.current-menu-item>a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #ff7400;
    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 {
    padding: 10px 20px;
    display: block;
    color: #777;
    transition: color 250ms;
    cursor: pointer;
}

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

.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 {
    border-color: #ff7400;
    background: #ff7400;
    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;
    background: #ff7400;
}

.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: FontAwesome;
    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 a:hover {
    color: #ff7400;
}

.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;
}

.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
}

#popup-menu .current-menu-item>a {
    color: #ff7400
}


/*****************************
** 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;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: #ff7400;
}


/*****************************
** 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-title a:hover,
.entry-title a:focus {
    color: #ff7400;
}

.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 {
    background: #ff7400;
}

.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 {
    color: #ff7400;
    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 a:hover,
.team-detail li a:focus {
    color: #ff7400;
}

.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;
}

.comingsoon-media .social-icon li a:hover,
.comingsoon-media .social-icon li a:focus {
    color: #ff7400;
}


/*---------------- 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 a:hover {
    color: #ff7400;
}

.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 a:hover {
    color: #ff7400;
}

.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: FontAwesome;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 16px;
}

.comment-metadata .pull-right::before {
    content: "\f101";
    font-family: FontAwesome;
}


/* 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; */
    color: #ff7400;
    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;
    background: #ff7400;
}


/*****************************
** 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 {
    position: relative;
    color: #333;
}

.main-sidebar .widget_categories li a:hover,
.main-sidebar .widget_archive li a:hover,
.main-sidebar .widget_pages li a:hover,
.main-sidebar .widget_meta li a:hover,
.main-sidebar .widget_recent_entries li a:hover,
.main-sidebar .widget_nav_menu li a:hover,
.main-sidebar .widget_product_categories li a:hover,
.main-sidebar .widget_layered_nav li.chosen a,
.main-sidebar .widget_layered_nav li a:hover,
.main-sidebar .widget_layered_nav_filters li a:hover {
    color: #ff7400;
}

.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 a:hover {
    color: #ff7400;
}

.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: FontAwesome;
    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;
    background: #ff7400 none repeat scroll 0 0;
    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;
}

.tagcloud a:hover {
    color: #ff7400;
}


/*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.2;
    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 {
    background: #ff7400 none repeat scroll 0 0;
    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: 16px;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    vertical-align: middle;
    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 .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: 700;
    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-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 a.highlight-selector {
    color: #ff7400
}

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

.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;
}

.center .product-media {
    transform: scale(1);
}

.product-media {
    padding: 50px 0 20px;
    transform: scale(0.7);
}

.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;
    color: #ff7400;
}

.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
}

.posted_in a:hover {
    color: #ff7400
}

.product_title_wrapper {
    position: relative;
}

.product_title_wrapper .price {
    float: right;
    text-align: right;
    width: 27%;
}

.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;
    background: #ff7400;
}

.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: 170px;
}

.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; */
    color: #ff7400;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

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

.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-bottom: 100px;
    margin-top: 40px;
}

.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 {
    background-color: #ff7400;
    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;
}

.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;
}

.cartView .product-remove a,
.widget_shopping_cart a.remove,
.shop_table .remove {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
}

.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;
}

.widget_shopping_cart a.remove::before,
.shop_table .remove::before {
    border-width: 0 0 50px 50px;
}

.cartView .product-remove a::before,
.widget_shopping_cart a.remove::before,
.shop_table .remove::before {
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #eee transparent;
}

.cartView .product-remove a:hover::before,
.widget_shopping_cart a.remove:hover::before,
.shop_table .remove::before {
    border-bottom-color: #ff7400;
}

.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;
    color: #ff7400;
}

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

.cartView .pull-right {
    color: #ff7400;
    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;
}

.minicart-buttons a:hover,
.widget_shopping_cart .buttons a:hover {
    color: #ff7400;
}

.minicart-buttons .minicart-checkout,
.widget_shopping_cart .buttons a.checkout {
    color: white;
    background: #ff7400;
    /*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 a:hover {
    color: #ff7400;
}

.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: "";
    background: #ff7400;
    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;
}


/* Cart Table */

.shop_table {
    width: 100%;
}

.woocommerce-cart .shop_table thead {
    display: none;
}

.woocommerce-cart .shop_table {
    border-collapse: collapse;
}

.woocommerce-cart .shop_table table,
.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
    border: 1px solid #eee;
}

.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
    padding: 20px 0;
    text-align: center;
}

.woocommerce-cart .shop_table .product-thumbnail {
    border-left: 0;
    border-right: 0;
    padding-right: 25px;
    width: 100px;
    text-align: left;
}

.woocommerce-cart .shop_table .product-name {
    text-align: left;
    border-left: 0;
}

.woocommerce-cart .shop_table .product-subtotal {
    border-right: 0;
    position: relative;
}

.woocommerce-cart .shop_table .amount {
    font-weight: 700;
    /*font-size: 18px;*/
}

.shop_table .remove {
    position: absolute;
    bottom: 0;
    right: 0;
}

.woocommerce-cart .shop_table .product-quantity {
    width: 235px;
    padding-left: 35px;
    padding-right: 35px;
}

.single-product .quantity {
    width: 150px;
    margin-right: 20px;
}

.shop_table .product-quantity .input-group {
    display: block;
}

.woocommerce-cart .shop_table .product-quantity,
.single-product .quantity {
    font-size: 18px;
    font-weight: 700;
}

.shop_table .input-group-btn,
.single-product .quantity .input-group-btn {
    font-size: 10px;
    color: #aaa;
    display: block;
    width: 100%;
}

.shop_table .input-group-btn button,
.single-product .quantity .input-group-btn button {
    line-height: 10px;
}

.shop_table .input-qty,
.shop_table .input-group-btn button,
.single-product .quantity .input-qty,
.single-product .quantity .input-group-btn button {
    border: 1px solid #eee;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 20px;
}

.shop_table .input-group-btn button:hover,
.single-product .quantity button:hover {
    background: #eee;
}

.shop_table .input-qty,
.single-product .quantity .input-qty {
    height: 40px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #1f1f1f;
}

.shop_table .product-name a {
    color: #939393;
    font-style: italic;
}

.shop_table .cart-product-title {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    margin: 7px 0 3px;
}

.shop_table .cart-product-title a {
    color: #1f1f1f;
    font-style: normal;
}

.shop_table .cart-product-title a:hover {
    color: #ff7400;
}

.shop_table .cart-star-rating {
    margin-top: -5px;
}


/* Cart Total Table */

.cart_totals table,
.shop_attributes {
    width: 100%;
}

.cart_totals tr,
.shop_attributes tr {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.cart_totals th,
.shop_attributes th {
    color: #1f1f1f;
    font-weight: normal;
}

.cart_totals td,
.shop_attributes td {
    color: #666;
}

.cart_totals th,
.cart_totals td,
.shop_attributes th,
.shop_attributes td {
    padding: 8px 0;
}

.shop_attributes p {
    margin-bottom: 0;
}

.cart_totals tr.cart-subtotal,
.shop_attributes tr:first-child {
    border: 0;
}

.cart_totals tr.cart-subtotal th,
.cart_totals tr.cart-subtotal td {
    padding-top: 0;
}

.shop_attributes .posted_in {
    font-style: normal;
    font-family: Lato, ​Helvetica, ​Roboto, ​Arial, ​sans-serif;
    font-size: 15px;
}

.cart_totals tr.shipping th,
.cart_totals tr.shipping td {
    padding-bottom: 30px;
}

.cart_totals tr.order-total,
.woocommerce-checkout .shop_table .order-total {
    border: 0;
    /*background: #333;*/
    color: white;
    /* text-transform: uppercase; */
}

.cart_totals td {
    padding-left: 10%;
}

.cart_totals tr.order-total th,
.cart_totals tr.order-total td,
.woocommerce-checkout .shop_table .order-total th,
.woocommerce-checkout .shop_table .order-total td {
    color: white;
}

.cart_totals tr.order-total th,
.woocommerce-checkout .shop_table .order-total th {
    padding: 8px 0 8px 12px;
    font-weight: 700;
    background: #333333 none repeat scroll 0 0;
    border-radius: 3px 0 0 3px;
}

.cart_totals tr.order-total td,
.woocommerce-checkout .shop_table .order-total td {
    background: #333333 none repeat scroll 0 0;
    border-radius: 0 3px 3px 0;
}

.shipping-calculator-form {
    display: block !important;
}

.cart-extra-info .form-group {
    margin-bottom: 30px;
}

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


/* '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"] {
    background: #ff7400;
    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-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::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: transparent url(../img/extra/fancy-heading.png) no-repeat center 0;
}

.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;
}

.heading-2::before {
    background-color: #ff7400;
    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;
}

.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: hidden;
    opacity: 0;
    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;
    color: white;
}

.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 {
    color: #ff7400;
    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/products/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;
}

.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 {
    position: relative;
}

.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);
    border-bottom: 3px solid #ff7400;
    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: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    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;
}

.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 {
    background-color: #ff7400 !important;
    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: url("../img/banner/products-bg.jpg") no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}


/* They Say */

.row-they-say {
    background: url("../img/banner/home-quote.jpg") no-repeat;
    background-size: cover;
    padding: 50px 0 65px;
}

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

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

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

.they-say .item>p {
    color: #cccccc;
    font-size: 20px;
    font-style: italic;
    margin: auto auto 50px;
    max-width: 800px;
}

.they-say .owl-dots {
    margin-top: 15px;
}

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

.they-say .owl-prev {
    left: 0;
}

.they-say .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;
}

.gst-promo img {
    margin: 0;
}

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

.gst-promo-text.right {
    left: auto;
    right: 0;
}

.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: -65px;
    margin: 0;
    position: absolute;
    top: 100px;
    transform: rotate(-90deg);
    width: 155px;
}

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

.gst-compare-men {
    padding-top: 140px;
    padding-bottom: 120px;
    background: #f8f8f8 url(../img/banner/compare-1.png) no-repeat bottom left;
}

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

a.compare-add-to-cart {
    color: #ff7400;
    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-top: 140px;
    padding-bottom: 120px;
    padding-left: 70px;
    background: #f0f0f0 url(../img/banner/compare-2.png) no-repeat bottom right;
}


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


/* Promo Banner Style-2 */

.gst-promo-2 {
    position: relative;
    margin-top: 30px;
}

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

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

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


/* / 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;
    background: #ff7400;
    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 FontAwesome;
    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;
    padding-bottom: 15px;
}

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


/*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 0;
}

.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;
}

.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-color: rgba(0, 0, 0, 0) #ff7400;
    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-1 {
    background-image: url(../img/banner/bg-newsletter-1.jpg);
    background-size: cover;
    position: relative;
}

.subscribe-2 {
    background-image: url(../img/banner/bg-newsletter-2.jpg);
    background-size: cover;
    position: relative;
}

.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;
    background-color: #ff7400;
    border-radius: 3px;
    bottom: -150px;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    right: 3%;
    margin: auto;
    text-align: center;
    width: 40px;
    z-index: 999;
}

.to-top:hover {
    opacity: 0.5;
}


/*---------------- Back To Top Ends ------------------------ */


/*Responsive*/

@media (max-width:1200px) {
    .theme-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1201px) {
    .gst-wrapper {
        width: 1170px;
    }
    .product-modal {
        width: 1090px;
    }
    /* Left Aligned Layout */
    .main-left .main-content {
        margin-right: 30px;
    }
    /* Right Aligned Layout */
    .main-right .main-content {
        margin-left: 30px;
    }
}


/* max-width 960px, for Slider Area only */

@media only screen and (max-width: 60em) {
    #owl-carousel-main .gst-caption img {
        /*max-width: 50%;*/
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-wrap .products-number-selector {
        display: inline-block;
        float: none;
        margin-top: 15px;
    }
    .logo-area .thm-logo {
        font-size: 22px;
    }
    /*Royal Slider*/
    #gallery-2 {
        height: 455px !important;
    }
}

@media only screen and (min-width: 768px) {
    img.rsImg {
        height: auto !important;
        margin-left: 0 !important;
        margin-top: 5px !important;
        width: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo-area {
        padding: 20px 0 0;
    }
    .logo-area a {
        font-size: 28px;
    }
    .gst-promo img {
        width: 100%;
    }
    .row-arrivals .portfolio-thumb,
    .best-seller .portfolio-thumb,
    .top-features .portfolio-thumb {
        display: table;
        margin: auto;
    }
    .special-offers .product .name a {
        font-size: 16px;
    }
    /*subscribe-me*/
    .subscribe-me {
        width: 600px;
    }
    /*Special offer*/
    .special-offers .product .right {
        float: none;
    }
    .special-offers .product p {
        padding: 0;
    }
    /*Latest News*/
    .gst-post-list .col-lg-4 {
        margin: 25px 0;
    }
    /*slider*/
    .slider-title .funky-font {
        font-size: 100px;
    }
    .owl-carousel .gst-caption p {
        margin-bottom: 20px;
    }
    .owl-carousel .gst-caption h2 {
        font-size: 40px;
    }
    .descount {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        line-height: 2;
    }
    .rel-div>p {
        line-height: 2.3;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .gst-countdown span {
        font-size: 30px;
        margin-left: 20px;
        padding-left: 20px;
    }
    .comment-form-author {
        padding-right: 0;
    }
    .comment-form-email {
        padding-left: 0;
    }
    /*Sorter*/
    .woocommerce-result-count {
        padding: 0 15px;
    }
    .shop-wrap .products-number-selector {
        display: inline-block;
        margin-top: 15px;
        float: none;
    }
    .sorter .sorting-form {
        width: 55%;
    }
    /*Cart Page*/
    .cart-extra-info .col-lg-4 {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*Royal Slider*/
    .rsUni .rsThumb {
        height: 110px;
        width: 150px;
    }
}


/* max-width 640px, mobile screens */

@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }
    .fsz-12 {
        font-size: 10px;
    }
    .fsz-15 {
        font-size: 12px;
    }
    .fsz-16,
    .service .second-heading {
        font-size: 13px;
    }
    .fsz-18,
    .add-wrap p {
        font-size: 14px;
    }
    .fsz-19,
    .add-wrap p {
        font-size: 14px;
        color: #161616
    }
    .fsz-20,
    .they-say .item>p,
    .gst-post-list .entry-title {
        font-size: 16px;
    }
    .fsz-28,
    .fancy-heading h5,
    .product_title {
        font-size: 18px;
    }
    .fsz-33,
    .gst-cta h2 {
        font-size: 23px;
    }
    .fsz-35,
    .fancy-heading h3 {
        font-size: 25px;
    }
    .fsz-40 {
        font-size: 30px;
    }
    .fsz-50 {
        font-size: 35px;
    }
    .fsz-220 {
        font-size: 80px;
    }
    /*Main Slider*/
    .caption-right p {
        display: none;
    }
    .minicart-buttons .minicart-checkout,
    .widget_shopping_cart .buttons a.checkout {
        line-height: normal;
    }
    .descount {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        line-height: 2;
    }
    .rel-div>p {
        line-height: 2.1;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .gst-compare .fsz-45 {
        font-size: 32px;
    }
    .gst-compare-women {
        padding-left: 30px;
    }
    .gst-countdown span {
        margin-left: 15px;
        padding-left: 15px;
    }
    .product-modal .single-product {
        padding: 30px 0;
    }
    .cartView {
        left: -90%;
        width: 280px;
    }
    .cartView::before {
        background: transparent;
    }
    .gst-color-white input[type="submit"] {
        width: auto;
    }
    .comment-form-author {
        padding-right: 0;
    }
    .comment-form-email {
        padding-left: 0;
    }
    .entry-time,
    .entry-reply {
        float: left;
    }
    .blog-wrap .media-body {
        display: inline-block;
        margin-top: 30px;
        width: 100%;
    }
    .portfolio-thumb {
        display: table;
        margin: auto;
    }
    /*subscribe-me*/
    .subscribe-me {
        width: auto;
        top: 2%;
    }
    .subscribe-me .login-form {
        max-width: 90%;
    }
    /*Latest News*/
    .gst-post-list .col-lg-4 {
        display: inline-block;
        margin: 25px 0;
        width: 100%;
    }
    /*Sorting*/
    .woocommerce-result-count {
        padding: 15px;
    }
    .cat-list-view .product-content {
        margin: 25px 0;
    }
    .cat-list-view .portfolio-thumb {
        margin: 0;
    }
    /*Cart Page*/
    .cart-extra-info .col-lg-4 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .cart-extra-info .col-lg-4::after {
        border-right: 0;
    }
    .wc-proceed-to-checkout {
        margin-top: 0;
    }
    .shop_table {
        display: block;
        overflow: auto;
        width: auto;
    }
    .shop_table tr td {
        padding: 15px 10px !important;
    }
    .woocommerce-cart .shop_table .product-thumbnail {
        padding: 15px 0 !important
    }
    .product-thumbnail img {
        width: 70px;
    }
    .shop_table .cart-product-title a {
        font-size: 14px;
    }
    /*checkout*/
    .woocommerce-checkout-review-order .border::before,
    .col2-set .border::before {
        border-left: 0 none;
    }
    .woocommerce-checkout-review-order .border,
    .col2-set .border {
        padding-left: 0;
        padding-right: 0;
    }
    .woocommerce-checkout-review-order .border+.border,
    .col2-set .border+.border {
        margin-top: 40px;
    }
    .google-map,
    .map-canvas,
    #map-canvas,
    #map-canvas2 {
        max-height: 300px;
        min-height: 300px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .special-offers .right {
        float: none;
    }
    .slider-title .funky-font {
        font-size: 50px;
    }
    .owl-carousel .gst-caption p {
        margin-bottom: 20px;
    }
    .slider-title .funky-font-2 {
        line-height: 1;
        padding-left: 0;
        text-align: center;
        width: auto;
    }
    .owl-carousel .gst-caption h2 {
        font-size: 24px;
    }
    /*Royal Slider*/
    .rsUni .rsThumb {
        height: 100px;
        width: 100px;
    }
    .rsUni .rsThumbsVer {
        width: 100px;
    }
    #gallery-1 {
        width: 430px;
        margin: auto;
    }
    #gallery-1.rsUni .rsThumbsVer {
        width: 100px;
        height: 345px;
    }
}

@media only screen and (max-width: 479px) {
    /*Slider*/
    .gst-slide img {
        height: 170px;
    }
    .slider-title .funky-font {
        font-size: 40px;
    }
    .owl-carousel .gst-caption .slider-title {
        margin-bottom: 0;
    }
    .gst-slide .fancy-btn,
    .gst-slide .fancy-btn-alt {
        padding: 5px 15px;
        font-size: 10px;
    }
    .gst-slide .fancy-btn:after,
    .gst-slide .fancy-btn-alt:after {
        content: " ";
    }
    .owl-carousel .gst-caption h2 {
        font-size: 18px;
    }
    .caption-right {
        padding-left: 30%;
    }
    .owl-carousel .gst-caption p {
        margin-bottom: 20px;
    }
    .slider-title .funky-font-2 {
        line-height: 1;
        padding-left: 0;
        text-align: center;
        width: auto;
    }
    .price-tag::after,
    .price-tag::before {
        border: none;
        margin: 0;
        width: 0;
    }
    .gst-countdown {
        font-size: 14px;
    }
    .gst-countdown span {
        font-size: 18px;
        margin-left: 0;
        padding-left: 10px;
        border: none;
    }
    .special-offers .product .image {
        border-right: medium none;
        float: none;
        margin: auto;
        max-width: 100%;
    }
    .special-offers .right {
        float: none;
        text-align: center;
    }
    /*Sidebar*/
    .tagcloud a {
        width: 115px;
    }
    .widget-flickr-feed ul li {
        margin: 0 8px 10px 0;
    }
    .shop_table .input-qty,
    .shop_table .input-group-btn button,
    .single-product .quantity .input-qty,
    .single-product .quantity .input-group-btn button {
        width: auto;
    }
    .shop_table .input-group-btn button {
        width: 100%;
    }
    /*Royal Slider*/
    .rsUni .rsThumb,
    #gallery-1.rsUni .rsThumb {
        height: 80px;
        width: 70px;
    }
    .rsUni .rsThumbsVer {
        width: 70px;
    }
    .product-modal .single-product {
        padding: 30px 0;
    }
    #gallery-1 {
        width: 280px;
    }
    #gallery-1.rsUni .rsThumbsVer {
        width: 70px;
        height: 220px;
    }
    .comingsoon-media .social-icon li {
        padding: 25px 10px;
    }
}