/*
Theme Name: Tailors Online
Theme URI: http://codezel.com/
Author: Xaraar
Author URI: https://themeforest.net/user/codezel
Description: Sport, Gym and Fitness Studio is a beautiful and extensively graphically designed, intuitive and easy to use, rapidly responsive WordPress fitness, gym and yoga website template. Sport, Gym and Fitness Studio is the result of a focused and purposeful development effort, seeking to provide a flexible, feminine theme for fitness websites that allowed for female fitness centers to display themselves, their classes and services and their trainers and schedules in a uniquely detailed, thoughtful manner.
Version: 1.0
Tags: one-column, two-columns, right-sidebar,sticky-post,theme-options, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready
Text Domain: tailors-online
Domain Path: /languages
License: 
License URI:

However we used Less script to make things easy to maintain, this is the compressed ourput, we recommend to edit the less files and then recombile the files and add the result here, if you don't like to use less you can edit this file here.
 
 This files contents are outlined below.
 01.	Theme Reset Style
 02.	Global Elements
 03.	Menu
 04.	Social.tg-productbox
 05.	Article
 06.	Posts
 07.	Responsive
 08.	Widgets
 09.	Flexslider
 10.	Grid
*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Work+Sans:300,400,600,700);

* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    color: #767676;
    background: #fff;
    font: 400 13px/21px 'Open Sans', Arial, Helvetica, sans-serif;
}

    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6 {
        color: #767676;
        margin: 0 0 8px;
        font-weight: 400;
        line-height: 1.5;
        font-style: normal;
        text-transform: capitalize;
        font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    }

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #767676;
    }

p a {
}

    p a:hover {
        text-decoration: underline;
    }

p {
    letter-spacing: normal;
    line-height: 21px;
    margin: 0 0 20px;
}

a {
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        outline: none;
        text-decoration: none !important;
    }

ul {
    margin: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

strong {
    color: #414141;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}

.wp-caption,
.wp-caption-text,
.gallery-caption,
.bypostauthor {
}

    .wp-caption.alignleft,
    .wp-caption.alignnone {
        width: 100%;
    }

button {
    border: none;
}

textarea,
select,
.tg-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #767676;
    outline: none;
    height: 40px;
    background: #fff;
    font-size: 13px;
    border-radius: 0;
    box-shadow: none;
    line-height: 20px;
    padding: 9px 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group {
    margin: 0 0 20px;
}

.form-control::-moz-placeholder {
    color: #767676;
    text-transform: capitalize;
}

input:focus,
.select select:focus,
.form-control:focus {
    color: #767676;
    border-color: #767676;
    box-shadow: none !important;
}
/*======================
		 Select 		
======================*/

.body_height {
    display: inline-block;
    width: 70.5px;
    height: 100%;
    margin-top: 2px;
    margin-right: 1px;
    margin-left: 1px;
    padding: 10px 2px;
    border: 1px solid #919191;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}

    .body_height:hover {
        border: 1px solid #5d5c5c;
    }

    .body_height a {
        color: #919191;
    }

        .body_height a:hover {
            color: #5d5c5c;
            text-decoration: none;
        }

.tg-formstepone {
    margin-bottom: 100px;
}







.tg-select {
    width: 100%;
    float: left;
    color: #ddd;
    position: relative;
    text-transform: uppercase;
}

    .tg-select:after {
        content: '\f107';
        top: 50%;
        right: 23px;
        z-index: 2;
        width: 13px;
        color: #ddd;
        display: block;
        font-size: 22px;
        margin-top: -5px;
        line-height: 10px;
        position: absolute;
        text-align: center;
        font-family: 'FontAwesome';
    }

    .tg-select select {
        width: 100%;
        z-index: 1;
        color: #ddd;
        height: 50px;
        padding: 15px;
        line-height: 20px;
        position: relative;
        text-transform: uppercase;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

        .tg-select select option {
            color: #ddd;
        }
/*======================
		CheckBox		
======================*/
.tg-radio,
.tg-radio label,
.tg-checkbox,
.tg-checkbox label {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}

    .tg-radio label,
    .tg-checkbox label {
        cursor: pointer;
        display: block;
        padding: 0 0 0 20px;
    }

        .tg-radio label a {
            color: #767676;
            text-transform: uppercase;
        }

            .tg-radio label a:hover {
                color: #504f56;
                text-decoration: none;
            }



    .tg-radio input[type=radio],
    .tg-checkbox input[type=checkbox] {
        display: none;
    }

        .tg-radio input[type=radio] + label:before,
        .tg-checkbox input[type=checkbox] + label:before {
            top: 4px;
            left: 0;
            color: #767676;
            font-size: 14px;
            line-height: 14px;
            content: "\f096";
            position: absolute;
            font-family: 'FontAwesome';
        }

        .tg-radio input[type=radio]:checked + label:before,
        .tg-checkbox input[type=checkbox]:checked + label:before {
            content: '\f046';
        }

label {
    color: #414141;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

form p {
    float: left;
    position: relative;
    width: 100%;
}

    form p span i {
        color: #474747;
        left: 16px;
        position: absolute;
        top: 13px;
    }

option {
    padding: 5px 15px;
}

li {
    line-height: 28px;
    list-style: disc inside none;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: decimal;
    padding-left: 15px;
}

    ol ol {
        margin-left: 20px;
    }

    ol li {
        list-style: decimal;
        width: 100%;
    }

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

    table > thead > tr > th,
    table > tbody > tr > th,
    table > tfoot > tr > th,
    table > thead > tr > td,
    table > tbody > tr > td,
    table > tfoot > tr > td {
        border-top: 1px solid #d2d2d2;
        border: 1px solid #d2d2d2;
        line-height: 2.5;
        padding-left: 3px;
        text-align: center;
        vertical-align: top;
    }

    table thead tr th {
        border-top: 1px solid #d2d2d2;
        text-align: center;
        text-transform: capitalize;
    }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #d2d2d2;
}

table > thead > tr > th {
    border-bottom: 1px solid #d2d2d2;
    vertical-align: bottom;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-bottom: 0;
}

table > tbody + tbody {
    border-top: 1px solid #d2d2d2;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 6px 10px;
}

p ins {
    color: #999;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}
/*==============================================
			Global Elements						
==============================================*/
.tg-haslayout {
    width: 100%;
    float: left;
}

.tg-sectionspace {
    padding: 80px 0;
}

.tg-locationmap {
    width: 100%;
    float: left;
    height: 500px;
}

.tg-btn {
    z-index: 3;
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 5px;
    padding: 3px 15px 0;
    background-color: #df0024;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 3px solid;
    text-transform: capitalize;
    font: 400 14px/37px 'Work Sans', Arial, Helvetica, sans-serif;
}

    .tg-btn:before,
    .tg-btn:after {
        top: 0;
        left: 0;
        z-index: -1;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .tg-btn:after {
        opacity: 0;
        visibility: hidden;
        background: rgba(0,0,0,0.10);
    }

    .tg-btn:hover,
    .tg-btn:focus {
        color: #fff;
    }

        .tg-btn:hover:after {
            opacity: 1;
            visibility: visible;
        }

.tg-btn-sm {
    padding: 0 15px;
    line-height: 30px;
}

.tg-btn-lg {
    width: 100%;
}

.tg-socialicons {
    overflow: hidden;
    list-style: none;
    text-align: center;
    line-height: 30px;
}

    .tg-socialicons li {
        float: left;
        padding: 0 4px;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-socialicons li a {
            width: 30px;
            height: 30px;
            color: #fff;
            display: block;
            background: #767676;
            overflow: hidden;
            line-height: 30px;
            position: relative;
            text-align: center;
            border-radius: 30px;
            text-transform: capitalize;
        }

.tg-inputwithicon.tg-facebook .tg-icon,
.tg-checkbox.tg-facebook,
li.tg-facebook a,
li.tg-facebook a:hover {
    background: #3b5999;
}

.tg-inputwithicon.tg-twitter .tg-icon,
.tg-checkbox.tg-twitter,
li.tg-twitter a,
li.tg-twitter a:hover {
    background: #55acee;
}

.tg-inputwithicon.tg-linkedin .tg-icon,
.tg-checkbox.tg-linkedin,
li.tg-linkedin a,
li.tg-linkedin a:hover {
    background: #0077B5;
}

.tg-inputwithicon.tg-skype .tg-icon,
.tg-checkbox.tg-skype,
li.tg-skype a,
li.tg-skype a:hover {
    background: #00aff0;
}

.tg-checkbox.tg-dropbox,
li.tg-dropbox a,
li.tg-dropbox a:hover {
    background: #007ee5;
}

.tg-checkbox.tg-vimeo,
li.tg-vimeo a,
li.tg-vimeo a:hover {
    background: #1ab7ea;
}

.tg-checkbox.tg-tumblr,
li.tg-tumblr a,
li.tg-tumblr a:hover {
    background: #34465d;
}

.tg-checkbox.tg-yahoo,
li.tg-yahoo a,
li.tg-yahoo a:hover {
    background: #410093;
}

.tg-inputwithicon.tg-googleplus .tg-icon,
.tg-checkbox.tg-googleplus,
li.tg-googleplus a,
li.tg-googleplus a:hover {
    background: #dd4b39;
}

.tg-inputwithicon.tg-pinterestp .tg-icon,
.tg-checkbox.tg-pinterestp,
li.tg-pinterestp a,
li.tg-pinterestp a:hover {
    background: #bd081c;
}

.tg-checkbox.tg-youtube,
li.tg-youtube a,
li.tg-youtube a:hover {
    background: #cd201f;
}

.tg-checkbox.tg-stumbleupon,
li.tg-stumbleupon a,
li.tg-stumbleupon a:hover {
    background: #eb4924;
}

.tg-checkbox.tg-reddit,
li.tg-reddit a,
li.tg-reddit a:hover {
    background: #ff5700;
}

.tg-checkbox.tg-quora,
li.tg-quora a,
li.tg-quora a:hover {
    background: #b92b27;
}

.tg-checkbox.tg-yelp,
li.tg-yelp a,
li.tg-yelp a:hover {
    background: #af0606;
}

.tg-checkbox.tg-soundcloud,
li.tg-soundcloud a,
li.tg-soundcloud a:hover {
    background: #ff3300;
}

.tg-checkbox.tg-whatsapp,
li.tg-whatsapp a,
li.tg-whatsapp a:hover {
    background: #25d366;
}

.tg-checkbox.tg-wechat,
li.tg-wechat a,
li.tg-wechat a:hover {
    background: #09b83e;
}

.tg-checkbox.tg-instagram,
li.tg-instagram a,
li.tg-instagram a:hover {
    background: #e4405f;
}

.tg-checkbox.tg-dribbble,
li.tg-dribbble a,
li.tg-dribbble a:hover {
    background: #ea4c89;
}

.tg-checkbox.tg-flickr,
li.tg-flickr a,
li.tg-flickr a:hover {
    background: #ff0084;
}

.tg-checkbox.tg-rss,
li.tg-rss a,
li.tg-rss a:hover {
    background: #ff6600;
}

.tg-socialicons li a i {
    color: #fff;
    width: 30px;
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}

.tg-socialicons li a:hover {
    color: #fff;
}

.tg-roundicontext .tg-usericonholder {
    width: 150px;
    display: block;
    overflow: hidden;
    font-style: normal;
}

.tg-roundicontext i,
.tg-roundicontext span {
    float: left;
    font-size: 13px;
    line-height: 30px;
}

.tg-roundicontext:focus,
.tg-roundicontext:hover {
    color: #fff;
}

.tg-rss .tg-roundicontext:hover {
    width: 63px;
}

.tg-yelp .tg-roundicontext:hover,
.tg-flickr .tg-roundicontext:hover {
    width: 70px;
}

.tg-skype .tg-roundicontext:hover {
    width: 78px;
}

.tg-vimeo .tg-roundicontext:hover,
.tg-yahoo .tg-roundicontext:hover,
.tg-reddit .tg-roundicontext:hover,
.tg-quora .tg-roundicontext:hover {
    width: 80px;
}

.tg-googleplus .tg-roundicontext:hover {
    width: 85px;
}

.tg-tumblr .tg-roundicontext:hover {
    width: 86px;
}

.tg-linkedin .tg-roundicontext:hover {
    width: 87px;
}

.tg-wechat .tg-roundicontext:hover {
    width: 90px;
}

.tg-twitter .tg-roundicontext:hover,
.tg-dropbox .tg-roundicontext:hover {
    width: 94px;
}

.tg-youtube .tg-roundicontext:hover,
.tg-dribbble .tg-roundicontext:hover {
    width: 96px;
}

.tg-facebook .tg-roundicontext:hover {
    width: 100px;
}

.tg-instagram .tg-roundicontext:hover {
    width: 104px;
}

.tg-whatsapp .tg-roundicontext:hover {
    width: 106px;
}

.tg-soundcloud .tg-roundicontext:hover {
    width: 116px;
}

.tg-pinterestp .tg-roundicontext:hover,
.tg-stumbleupon .tg-roundicontext:hover {
    width: 126px;
}

.tg-verticalmiddle {
    margin: 0 -1px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}

.tg-description {
    width: 100%;
    float: left;
}

.tg-bglight {
    background: #f7f7f7;
}

.tg-bgdark {
    background: #373542;
}

.tg-stars span,
.tg-stars {
    width: 90px;
    height: 16px;
    float: left;
    line-height: 16px;
    position: relative;
}

    .tg-stars span:after,
    .tg-stars:before {
        top: 0;
        left: 0;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        position: absolute;
        letter-spacing: 4px;
        font-family: 'FontAwesome';
        color: rgba(218, 218, 218, .8);
        content: '\f005 \f005 \f005 \f005 \f005';
    }

    .tg-stars span {
        width: 82%;
        overflow: hidden;
    }

        .tg-stars span:after {
            color: #f8d64e;
        }

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > [class^="col-"],
    .no-gutters > [class*="col-"],
    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
/*==============================================
			Theme Pagination					
==============================================*/
.tg-pagination {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    font: 13px/30px 'Work Sans', Arial, Helvetica, sans-serif;
}

    .tg-pagination ul {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
        list-style: none;
        line-height: 30px;
        text-align: center;
    }

        .tg-pagination ul li {
            margin: 0 3px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: #f8f8f8;
            list-style-type: none;
            display: inline-block;
            vertical-align: top;
        }

            .tg-pagination ul li a {
                color: #484848;
                display: block;
                text-align: center;
                position: relative;
                line-height: 30px;
            }

            .tg-pagination ul li.tg-nextpage a,
            .tg-pagination ul li.tg-prevpage a {
                color: #fff;
                background: #484848;
            }

            .tg-pagination ul li.tg-prevpage a {
                border-radius: 3px 0 0 3px;
            }

            .tg-pagination ul li.tg-nextpage a {
                border-radius: 0 3px 3px 0;
            }

                .tg-pagination ul li.tg-nextpage a i,
                .tg-pagination ul li.tg-prevpage a i {
                    display: block;
                    line-height: 30px;
                }

                .tg-pagination ul li.tg-active a,
                .tg-pagination ul li a:hover,
                .tg-pagination ul li.tg-nextpage a:hover,
                .tg-pagination ul li.tg-prevpage a:hover,
                .tg-pagination ul li.tg-nextpage a:hover i,
                .tg-pagination ul li.tg-prevpage a:hover i {
                    color: #fff;
                }
/*==============================================
			Theme BreadCrumb					
==============================================*/
.tg-breadcrumb {
    padding: 0;
    color: #fff;
    float: left;
    list-style: none;
    margin: 0 13px;
    text-align: right;
    position: relative;
    background: #949292;
    text-transform: capitalize;
    font: 13px/26px 'Work Sans', Arial, Helvetica, sans-serif;
}

    .tg-breadcrumb li {
        width: auto;
        float: left;
        padding: 0 15px;
        position: relative;
        line-height: inherit;
        list-style-type: none;
    }

    .tg-breadcrumb:after,
    .tg-breadcrumb:before {
        top: 0;
        width: 0;
        height: 0;
        content: '';
        position: absolute;
    }

    .tg-breadcrumb:after {
        left: 100%;
        border-right: 26px solid transparent;
        border-top: 26px solid #949292;
    }

    .tg-breadcrumb:before {
        right: 100%;
        border-left: 26px solid transparent;
        border-top: 26px solid #949292;
    }

    .tg-breadcrumb li:after {
        top: 0;
        left: -3px;
        content: '\f105';
        position: absolute;
        font-family: 'FontAwesome';
    }

    .tg-breadcrumb li:first-child:after {
        display: none;
    }

    .tg-breadcrumb li a {
        display: block;
        color: #fff;
    }
/*==============================================
			Theme Style							
==============================================*/
.tg-wrapper {
    overflow: hidden;
}

.tg-header {
    -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.10);
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.10);
}

.tg-home .tg-main {
    padding: 20px 0;
}

.tg-main {
    padding: 30px 0;
}

.tg-twocolumns {
    width: 100%;
    float: left;
}

.tg-content {
    width: 100%;
    float: left;
}

.tg-sidebar {
    width: 100%;
    float: left;
}

.tg-footer {
}
/*==============================================
			Header								
==============================================*/
.tg-topbar {
    width: 100%;
    float: left;
}

.tg-logonav {
    width: 100%;
    float: left;
}

.tg-addressinfo {
    color: #fff;
    float: right;
    padding: 15px 0;
    font-size: 13px;
    line-height: 16px;
    list-style: none;
}

    .tg-addressinfo li {
        float: left;
        padding: 0 0 0 30px;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-addressinfo li:first-child {
            padding: 0;
        }

        .tg-addressinfo li i,
        .tg-addressinfo li address,
        .tg-addressinfo li time,
        .tg-addressinfo li span {
            margin: 0;
            font-style: normal;
            font-size: inherit;
            line-height: inherit;
            display: inline-block;
            vertical-align: middle;
        }

        .tg-addressinfo li i {
            font-size: 20px;
            line-height: 20px;
            padding: 0 10px 0 0;
        }

        .tg-addressinfo li a {
            color: #fff;
        }

            .tg-addressinfo li a:hover {
                color: #fff;
            }



.tg-topbar .tg-socialicons {
    float: right;
    padding: 10px 0;
}

    .tg-topbar .tg-socialicons li a {
        background: rgba(0,0,0,0.10);
    }

    .tg-topbar .tg-socialicons li.tg-facebook a:hover {
        background: #3b5999;
    }

    .tg-topbar .tg-socialicons li.tg-twitter a:hover {
        background: #55acee;
    }

    .tg-topbar .tg-socialicons li.tg-linkedin a:hover {
        background: #0077B5;
    }

    .tg-topbar .tg-socialicons li.tg-googleplus a:hover {
        background: #dd4b39;
    }

    .tg-topbar .tg-socialicons li.tg-rss a:hover {
        background: #ff6600;
    }

.tg-logonav {
    width: 100%;
    float: left;
    padding: 2px 0;
    background-image: linear-gradient(45deg,#ff0000,#060606);
    margin-bottom: 1px;
}

.tg-logo {
    /*float: left;
    margin-right: 11%;
    margin-top: 7px;*/
    float: left;
    margin-right: 11%;
    margin-top: -3px;
    background: #fff;
    padding: 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 2px 5px #4f0505;
}

    .tg-logo a {
        display: block;
    }

        .tg-logo a img {
            display: block;
        }

.tg-navigationarea {
    float: left;
    padding: 10px 0;
}

.tg-nav {
    float: left;
    text-transform: capitalize;
    font: 400 14px/40px 'Work Sans', Arial, Helvetica, sans-serif;
}

.tg-navigation {
    width: 100%;
    float: left;
    padding: 0;
}

    .tg-navigation ul {
        margin: 0;
        list-style: none;
        line-height: inherit;
    }

    .tg-navigation > ul {
        width: 100%;
        float: left;
    }

    .tg-navigation ul li {
        position: relative;
        line-height: inherit;
        list-style-type: none;
    }

    .tg-navigation > ul > li {
        float: left;
        padding: 0 30px 0 0;
    }

        .tg-navigation > ul > li:last-child .sub-menu {
            right: 0;
            left: auto;
        }

        .tg-navigation > ul > li:last-child i {
            display: block;
            font-style: normal;
            font-size: inherit;
            line-height: inherit;
        }

        .tg-navigation > ul > li.menu-item-has-children > a {
            padding: 0 15px 0 0;
        }

    .tg-navigation ul li a {
        color: #fff;
        display: block;
        position: relative;
    }

.menu-item-has-children a:before {
    top: 0;
    right: 15px;
    position: absolute;
    font-size: inherit;
    line-height: inherit;
    font-family: 'FontAwesome';
}

.tg-navigation > ul > li.menu-item-has-children > a:before {
    right: 0;
    content: '\f107';
}

.tg-navigation ul li a:after {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    font-size: inherit;
    background: #fff;
    line-height: inherit;
}

.tg-navigation > ul > li > a:after {
    width: 0;
    height: 2px;
}

.tg-navigation > ul > li:hover > a:after,
.tg-navigation > ul > li.current-menu-item > a:after {
    width: 100%;
}

.sub-menu {
    top: 100px;
    left: 0;
    opacity: 0;
    z-index: 5;
    width: 230px;
    font-size: 13px;
    background: #4a2c33cf;
    border-radius: 5px;
    position: absolute;
    visibility: hidden;
    line-height: inherit;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.10);
}

    .sub-menu li {
        width: 100%;
        float: left;
        line-height: inherit;
    }

        .sub-menu li + li {
            border-top: 1px solid #eaeaea;
        }

    .sub-menu > li.menu-item-has-children > a:before {
        content: '\f105';
        line-height: 40px;
    }

    .sub-menu li a {
        padding: 0 15px;
    }

        .sub-menu li a:after {
            width: 3px;
            height: 0;
        }

    .sub-menu > li.current-menu-item > a,
    .sub-menu > li:hover > a {
        background: #4a2c33cf;
    }

        .sub-menu > li.current-menu-item > a:after,
        .sub-menu > li:hover > a:after {
            height: 100%;
        }

.menu-item-has-children:hover > .sub-menu, .menu-item-has-children:visited > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

    .menu-item-has-children:visited > .sub-menu > .menu-item-has-children:visited > .sub-menu,
    .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
        top: 0;
        opacity: 1;
        visibility: visible;
    }

.sub-menu .sub-menu {
    left: 100%;
}

.sub-menu li:hover .sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.tg-rightarea .tg-btn {
    float: right;
    margin: 0 0 0 40px;
}

.tg-navigationarea .tg-btn {
    float: right;
}
/*==============================================
			Inner Banner Style					
==============================================*/
.tg-innerpagebanner {
    width: 100%;
    float: left;
}

.tg-pagehead {
    width: 100%;
    float: left;
    padding: 0 10% 30px 0;
}

    .tg-pagehead h2 {
        color: #504f56;
        font-size: 28px;
        font-weight: 300;
        line-height: 28px;
        margin: 0 0 20px;
    }

    .tg-pagehead .tg-description p {
        margin: 0;
    }
/*==============================================
			Product Grid						
==============================================*/
.tg-products {
    width: 100%;
    float: left;
}

.tg-product {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}

.tg-productimg {
    margin: 0;
    width: 100%;
    float: left;
    position: relative;
}

    .tg-productimg > a {
        display: block;
    }

        .tg-productimg > a > img {
            z-index: 1;
            width: 100%;
            height: auto;
            display: block;
            position: relative;
        }

    .tg-productimg figcaption {
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        position: absolute;
        border: 20px solid;
        visibility: hidden;
    }

.tg-hoverimglink {
    width: 100%;
    float: left;
    height: 100%;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

    .tg-hoverimglink img {
        display: block;
        margin: 0 0 30px;
        padding: 0 0 30px;
        border-bottom: 1px solid #ddd;
    }

.tg-productcontent {
    width: 100%;
    float: left;
    min-height: 89px;
    padding: 20px 0 0;
    text-align: center;
}

.tg-producttitle {
    width: 100%;
    float: left;
}

    .tg-producttitle h3 {
        margin: 0;
        font-size: 16px;
        line-height: 16px;
    }

.tg-rating {
    width: 100%;
    float: left;
    padding: 10px 0;
}

    .tg-rating .tg-stars {
        float: none;
        display: block;
        margin: 0 auto;
    }

.tg-price {
    width: 100%;
    float: left;
}

    .tg-price h4 {
        margin: 0;
        font-size: 20px;
        line-height: 20px;
    }

.tg-product:hover > .tg-productimg > figcaption {
    opacity: 1;
    visibility: visible;
}

.tg-product:hover > .tg-productimg {
    -webkit-box-shadow: 0 0 20px 2px rgba(72,72,72,0.25);
    box-shadow: 0 0 20px 2px rgba(72,72,72,0.25);
}
/*==============================================
			Sidebar Style						
==============================================*/
.tg-widget {
    width: 100%;
    float: left;
}

    .tg-widget + .tg-widget {
        margin: 30px 0 0;
    }

.tg-widgettitle {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

    .tg-widgettitle h3 {
        margin: 0;
        font-size: 18px;
        line-height: 18px;
    }

.tg-widgetcontent {
    width: 100%;
    float: left;
}

    .tg-widgetcontent ul {
        width: 100%;
        float: left;
        list-style: none;
        font-size: 13px;
        line-height: 16px;
    }

        .tg-widgetcontent ul li {
            width: 100%;
            float: left;
            font-size: inherit;
            line-height: inherit;
            list-style-type: none;
        }

            .tg-widgetcontent ul li a {
                color: #767676;
            }

.tg-themeform {
    width: 100%;
    float: left;
}

    .tg-themeform fieldset {
        margin: 0;
        border: 0;
        padding: 0;
        width: 100%;
        float: left;
    }

.tg-advertisement {
    width: 100%;
    float: left;
}

    .tg-advertisement img {
        width: 100%;
        height: auto;
        display: block;
    }

.tg-themerangeslider {
    width: 100%;
    float: left;
    height: 3px;
    margin: 10px 0;
    border-radius: 0;
    background: #ddd;
    border: 0 !important;
}

    .tg-themerangeslider .ui-slider-handle {
        top: 3px;
        width: 0;
        height: 0;
        outline: none;
        background: none;
        border-radius: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #504f56 transparent;
    }

        .tg-themerangeslider .ui-slider-handle + .ui-slider-handle {
            top: -8px;
            margin: 0 0 0 -8px;
            border-style: solid;
            border-width: 8px 8px 0 8px;
            border-color: #504f56 transparent transparent transparent;
        }

.tg-amountbox {
    width: 100%;
    float: left;
    padding: 0 20px;
}

    .tg-amountbox span,
    .tg-amountbox input {
        display: inline-block;
        vertical-align: middle;
    }

    .tg-amountbox span {
        color: #999;
        font-size: 13px;
        line-height: 16px;
        padding: 0 8px 0 0;
    }

    .tg-amountbox input {
        border: 0;
        width: 100px;
        padding: 0;
        height: auto;
        color: #484848;
        line-height: auto;
        font: 400 13px/16px 'Work Sans', Arial, Helvetica, sans-serif;
    }

.tg-uislider {
    width: 100%;
    float: left;
    padding: 15px 0 0;
}

    .tg-uislider .tg-amountbox span {
        color: #999;
    }

        .tg-uislider .tg-amountbox span + span {
            color: #484848;
            padding: 0;
            font-weight: 600;
        }

.tg-padding {
    width: 100%;
    float: left;
    padding: 10px 20px 0;
}
/*==============================================
				Refine Search Form				
==============================================*/
.tg-formrefinesearch h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}

.tg-formrefinesearch fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 30px;
}

    .tg-formrefinesearch fieldset h4 {
        color: #504f56;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        margin: 0 0 15px;
        padding: 10px 20px;
        background: #f8f8f8;
    }

    .tg-formrefinesearch fieldset .tg-radio,
    .tg-formrefinesearch fieldset .tg-checkbox {
        width: 100%;
        float: left;
        padding: 0 20px;
    }

        .tg-formrefinesearch fieldset .tg-radio + .tg-radio,
        .tg-formrefinesearch fieldset .tg-checkbox + .tg-checkbox {
            margin: 10px 0 0;
        }

        .tg-formrefinesearch fieldset .tg-checkbox label,
        .tg-formrefinesearch fieldset .tg-radio label {
            color: #767676;
            font-size: 13px;
            line-height: 16px;
        }

            .tg-formrefinesearch fieldset .tg-checkbox label:before {
                box-shadow: none;
            }

.tg-formrefinesearch .tg-checkbox:hover label,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label:before,
.tg-formrefinesearch .tg-checkbox input[type=checkbox]:checked + label:after {
    color: #504f56;
    border-color: #504f56;
}

.tg-formrefinesearch fieldset .tg-checkbox label span,
.tg-formrefinesearch fieldset .tg-radio label span {
    float: left;
}

    .tg-formrefinesearch fieldset .tg-checkbox label span + span,
    .tg-formrefinesearch fieldset .tg-radio label span + span {
        float: right;
    }

.tg-ratingcheckbox {
    width: 100%;
    float: left;
}

.tg-formrefinesearch fieldset .tg-ratingcheckbox .tg-checkbox label {
    line-height: 15px;
}

.tg-ratingcheckbox .tg-checkbox label .tg-stars {
    float: left;
    margin: 0 0 0 3px;
}

    .tg-ratingcheckbox .tg-checkbox label .tg-stars,
    .tg-ratingcheckbox .tg-checkbox label .tg-stars:before,
    .tg-ratingcheckbox .tg-checkbox label .tg-stars span,
    .tg-ratingcheckbox .tg-checkbox label .tg-stars span:after {
        height: 15px;
        font-size: 15px;
        line-height: 15px;
    }

.tg-ratingcheckbox .tg-checkbox label .tg-stars {
    width: 88px;
}

.tg-ratingcheckbox .tg-checkbox label[for="onestar"] .tg-stars span {
    width: 20%;
}

.tg-ratingcheckbox .tg-checkbox label[for="twostar"] .tg-stars span {
    width: 40%;
}

.tg-ratingcheckbox .tg-checkbox label[for="threestar"] .tg-stars span {
    width: 60%;
}

.tg-ratingcheckbox .tg-checkbox label[for="fourstar"] .tg-stars span {
    width: 80%;
}

.tg-ratingcheckbox .tg-checkbox label[for="fivestar"] .tg-stars span {
    width: 100%;
}

.tg-ratingcheckbox .tg-checkbox input[type=checkbox] + label:before {
    top: 2px;
}

.tg-ratingcheckbox .tg-checkbox input[type=checkbox] + label:after {
    top: 6px;
}

.tg-formrefinesearch fieldset .tg-btn {
    width: 48%;
    float: right;
}

    .tg-formrefinesearch fieldset .tg-btn:first-child {
        float: left;
    }
/*==============================================
				Footer Style					
==============================================*/
.tg-footer {
    border-top: 1px solid #580404;
}

.tg-footerinfo {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.tg-threecolumns {
    width: 100%;
    float: left;
}

.tg-column {
    width: 100%;
    float: left;
}

    .tg-column .tg-description {
        padding: 30px 0;
    }

        .tg-column .tg-description p {
            margin: 0;
        }

.tg-contactinfo {
    width: 100%;
    float: left;
    list-style: none;
    font-size: 14px;
    line-height: 14px;
    padding: 0 0 30px;
}

    .tg-contactinfo li {
        width: 100%;
        float: left;
        font-size: inherit;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-contactinfo li + li {
            padding: 15px 0 0;
        }

        .tg-contactinfo li i {
            width: 30px;
            float: left;
            font-size: 16px;
            line-height: 16px;
        }

        .tg-contactinfo li span,
        .tg-contactinfo li address {
            margin: 0;
            line-height: 14px;
            overflow: hidden;
            font-style: normal;
        }

            .tg-contactinfo li span a {
                color: #767676;
            }

        .tg-contactinfo li address {
            line-height: 18px;
        }

.tg-column .tg-socialicons {
    width: 100%;
    float: left;
}

.tg-widgetcontent .tg-usefulllinks {
    margin: -15px 0 0;
}

    .tg-widgetcontent .tg-usefulllinks li {
        width: 50%;
        float: left;
        margin: 15px 0 0;
    }

.tg-widgetbusinesshours .tg-description {
    padding: 0 0 20px;
}

.tg-timinginfo {
    margin: -10px 0 0;
}

    .tg-timinginfo li {
        padding: 10px 0 0;
    }

        .tg-timinginfo li span {
            float: left;
        }

            .tg-timinginfo li span:first-child {
                color: #504f56;
                padding: 0 5px 0 0;
            }

.tg-liststyledot li {
    position: relative;
    padding: 0 0 0 12px;
}

    .tg-liststyledot li:before {
        top: 50%;
        left: 0;
        width: 4px;
        height: 4px;
        content: '';
        margin: -2px 0 0;
        position: absolute;
        border-radius: 50%;
        background: #767676;
    }

.tg-formsignupnewsletter {
    padding: 0 0 20px;
}

    .tg-formsignupnewsletter .form-group {
        width: 100%;
        float: left;
        margin: 0 0 10px;
    }

    .tg-formsignupnewsletter .tg-btn {
        width: 50%;
        padding: 3px 0 0;
    }

.tg-noticearea {
    width: 100%;
    float: left;
    overflow: hidden;
    min-height: 100px;
    border-radius: 5px;
    position: relative;
    background: #504f56;
    padding: 16px 15px 16px 130px;
}

.tg-noticeicon {
    top: 10px;
    left: -20px;
    width: 130px;
    height: 130px;
    padding: 5px;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    border: 3px solid #a8a7ab;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

    .tg-noticeicon i {
        color: #504f56;
        display: block;
        background: #fff;
        font-size: 50px;
        line-height: 114px;
        border-radius: inherit;
    }

.tg-noticearea h4 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 16px;
}

.tg-noticearea p {
    margin: 0;
    color: #fff;
}

.tg-footerbar {
    width: 100%;
    float: left;
    padding: 10px 0;
    background-image: linear-gradient(45deg,#ff0000,#060606);
}

.tg-copyright {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 20px;
}

.tg-addnav {
    float: right;
    text-transform: capitalize;
    font: 400 14px/20px 'Work Sans', Arial, Helvetica, sans-serif;
}

    .tg-addnav ul {
        width: 100%;
        float: left;
        list-style: none;
        font-size: inherit;
        line-height: inherit;
    }

        .tg-addnav ul li {
            float: left;
            font-size: inherit;
            line-height: inherit;
            list-style-type: none;
        }

            .tg-addnav ul li + li {
                padding: 0 0 0 30px;
            }

            .tg-addnav ul li a {
                color: #fff;
                display: block;
            }
/*==============================================
				Index Style					
==============================================*/
.tg-homebanner {
    width: 100%;
    float: left;
    position: relative;
}

    .tg-homebanner > figure {
        margin: 0;
        width: 100%;
        float: left;
    }

        .tg-homebanner > figure > img {
            z-index: 1;
            max-width: none;
            width: auto;
            height: 780px;
            display: block;
            position: relative;
        }

    .tg-homebanner figcaption {
        width: 100%;
        height: 100%;
        float: left;
        padding: 120px 0;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-content: center;
    }

        .tg-homebanner figcaption h1 {
            margin: 0 0 20px;
            color: #504f56;
            font-size: 60px;
            font-weight: bold;
            line-height: 40px;
            text-align: center;
        }

        .tg-homebanner figcaption h2 {
            color: #504f56;
            margin: 0 0 60px;
            font-size: 130px;
            font-weight: 300;
            line-height: 90px;
            padding: 0 0 30px;
            position: relative;
            text-align: center;
        }

            .tg-homebanner figcaption h2:before {
                top: 100%;
                left: 50%;
                content: 0;
                content: '';
                width: 300px;
                height: 3px;
                position: absolute;
                margin: 0 0 0 -150px;
            }

.tg-customsuitprocess {
    width: 100%;
    float: left;
    list-style: none;
    text-align: center;
}

    .tg-customsuitprocess li {
        padding: 0 40px;
        vertical-align: top;
        display: inline-block;
        list-style-type: none;
    }

        .tg-customsuitprocess li:first-child {
            padding-left: 0;
        }

        .tg-customsuitprocess li:last-child {
            padding-right: 0;
        }

.tg-process {
    width: 100%;
    float: left;
}

.tg-processimg {
    width: 222px;
    float: left;
    padding: 8px;
    margin: 0 0 20px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    border: 3px solid #504f56;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.40);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.40);
}

    .tg-processimg img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 50%;
    }

.tg-processicon {
    top: 10px;
    right: 10px;
    width: 50px;
    color: #fff;
    height: 50px;
    display: block;
    font-size: 16px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}

    .tg-processicon i {
        color: #fff;
        display: block;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
    }

.tg-processtitle,
.tg-process .tg-description {
    width: auto;
    float: none;
    clear: both;
    overflow: hidden;
}

    .tg-process .tg-description p {
        margin: 0;
        word-wrap: break-word;
    }

    .tg-processtitle h3 {
        margin: 0;
        font-size: 20px;
        line-height: 20px;
    }

.tg-shortcode,
.tg-shortcodetext,
.tg-shortcodeimg {
    width: 100%;
    float: left;
}

.tg-shortcode {
}

.tg-shortcodetext {
}

.tg-shortcodeimg {
}

.tg-heading {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 0 25px;
}

    .tg-heading:before,
    .tg-heading:after {
        top: 0;
        left: 0;
        height: 2px;
        content: '';
        position: absolute;
    }

    .tg-heading:before {
        width: 100px;
        background: #f7f7f7;
    }

    .tg-heading:after {
        width: 30px;
    }

    .tg-heading h2 {
        margin: 0;
        font-size: 32px;
        font-weight: 300;
        line-height: 24px;
    }

.tg-btns {
    width: 100%;
    float: left;
}

    .tg-btns .tg-btn {
        float: left;
    }

        .tg-btns .tg-btn + .tg-btn {
            margin: 0 0 0 30px;
        }

.tg-shortcodeimg figure {
    margin: 0;
    width: 100%;
    float: left;
}

    .tg-shortcodeimg figure img {
        display: block;
    }

.tg-shortcodemultiimgs figure {
    margin: 0;
    z-index: 3;
    width: auto;
    position: relative;
}

    .tg-shortcodemultiimgs figure:nth-child(1) {
        width: 66%;
        margin: 0 0 -200px;
    }

    .tg-shortcodemultiimgs figure:nth-child(2) {
        z-index: 2;
        width: 52%;
        float: right;
        margin: 0 0 -75px;
    }

    .tg-shortcodemultiimgs figure:nth-child(3) {
        z-index: 1;
        margin: 0 0 0 80px;
    }

    .tg-shortcodemultiimgs figure img {
        border: 10px solid #fff;
    }

.tg-statastics {
}

.tg-statastic {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.tg-statasticicon {
    width: 100%;
    float: left;
    color: #504f56;
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 30px;
    padding: 0 0 30px;
    text-align: center;
    position: relative;
}

    .tg-statasticicon:before {
        top: 100%;
        left: 50%;
        content: '';
        width: 70px;
        height: 2px;
        position: absolute;
        margin: 0 0 0 -35px;
    }

    .tg-statasticicon i {
        color: inherit;
        display: block;
        font-size: inherit;
        line-height: inherit;
    }

.tg-statastic h2 {
    color: #504f56;
    font-size: 50px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    margin: 30px 0 20px;
}

.tg-statastic h3 {
    margin: 0;
    color: #504f56;
    font-size: 18px;
    line-height: 12px;
    text-align: center;
}

.tg-sectionhead {
    width: 100%;
    float: left;
    text-align: center;
}

    .tg-sectionhead .tg-heading:before,
    .tg-sectionhead .tg-heading:after {
        left: 50%;
        margin: 0 0 0 -50px;
    }

    .tg-sectionhead .tg-description {
        padding: 0 0 30px;
    }

        .tg-sectionhead .tg-description p {
            margin: 0;
        }

.tg-tailoronlinework .tg-customsuitprocess li {
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
}

    .tg-tailoronlinework .tg-customsuitprocess li:before {
        top: 111px;
        width: 100%;
        height: 1px;
        content: '';
        position: absolute;
        background: #dbdbdb;
    }

    .tg-tailoronlinework .tg-customsuitprocess li + li:after {
        top: 96px;
        left: -15px;
        z-index: 2;
        width: 30px;
        height: 30px;
        display: block;
        content: '\f105';
        font-size: 16px;
        line-height: 30px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        font-family: 'FontAwesome';
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
    }

    .tg-tailoronlinework .tg-customsuitprocess li:last-child:before {
        display: none;
    }

.tg-tailoronlinework .tg-processimg {
    float: none;
    box-shadow: none;
    margin: 0 auto 20px;
    border-color: #f7f7f7;
}

.tg-tailoronlinework .tg-processtitle {
    padding: 0 0 20px;
}

.tg-bglight .tg-heading:before {
    background: #fff;
}

.tg-userfriendlymeasurments .tg-shortcodeimg figure {
    padding: 30px 0 0;
    margin: 0 0 -30px -90px;
}

    .tg-userfriendlymeasurments .tg-shortcodeimg figure img,
    .tg-Woocommerce .tg-shortcodeimg figure img {
        max-width: none;
    }

.tg-Woocommerce .tg-shortcodeimg figure {
    margin: -40px 0 0;
}

.tg-Woocommerce .tg-heading h2 span {
    display: block;
    font-size: 24px;
    line-height: 18px;
    padding: 0 0 10px;
}

.tg-freeiconpack .tg-shortcodeimg figure {
    padding: 60px 10px 0;
}

    .tg-freeiconpack .tg-shortcodeimg figure img {
        width: 100%;
        height: auto;
        display: block;
    }

    .tg-freeiconpack .tg-shortcodeimg figure figcaption {
        clear: both;
        margin: 0 -10px;
        position: relative;
    }

        .tg-freeiconpack .tg-shortcodeimg figure figcaption:before,
        .tg-freeiconpack .tg-shortcodeimg figure figcaption:after {
            top: 100%;
            width: 0;
            height: 0;
            content: '';
            position: absolute;
        }

        .tg-freeiconpack .tg-shortcodeimg figure figcaption:before {
            right: 0;
            border-right: 10px solid transparent;
            border-top: 10px solid #3f9558;
        }

        .tg-freeiconpack .tg-shortcodeimg figure figcaption:after {
            left: 0;
            border-left: 10px solid transparent;
            border-top: 10px solid #3f9558;
        }

        .tg-freeiconpack .tg-shortcodeimg figure figcaption h2 {
            margin: 0;
            color: #fff;
            font-size: 26px;
            font-weight: bold;
            line-height: 50px;
            text-align: center;
            text-transform: uppercase;
        }

.tg-adinpanel .tg-shortcodeimg figure {
    margin: -40px 0 0;
}

.tg-apps {
    width: 100%;
    float: left;
    font-size: 30px;
    line-height: 30px;
    list-style: none;
    padding: 0 0 20px;
}

    .tg-apps li {
        float: left;
        padding: 0 30px 0 0;
        font-size: inherit;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-apps li a {
            color: #767676;
            display: block;
        }

            .tg-apps li a a {
                display: block;
            }

.tg-builtinassets {
}

.tg-builtinassetslist {
    width: 100%;
    float: left;
    font-size: px;
    line-height: px;
    list-style: none;
}

    .tg-builtinassetslist li {
        width: 100%;
        float: left;
        font-size: inherit;
        line-height: inherit;
        list-style-type: none;
    }

.tg-builtinasset {
    width: 100%;
    float: left;
    ;
}

    .tg-builtinasset .tg-shortcodetext {
        padding: 0 60px;
        min-height: 369px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .tg-builtinasset h2 {
        width: 100%;
        margin: 0 0 30px;
        font-size: 24px;
        line-height: 18px;
    }

.tg-themeliststyletick {
    width: 100%;
    float: left;
    color: #777;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    list-style: none;
}

    .tg-themeliststyletick li {
        width: 100%;
        float: left;
        margin: 10px 0 0;
        position: relative;
        padding: 0 0 0 20px;
        font-size: inherit;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-themeliststyletick li:first-child {
            margin: 0;
        }

        .tg-themeliststyletick li:before {
            top: 0;
            left: 0;
            content: '\e96d';
            font-size: 12px;
            line-height: 16px;
            position: absolute;
            font-family: 'icomoon';
        }

.tg-footervtwo {
    border: 0;
    margin: 65px 0 0;
    border-bottom: 2px solid;
}

.tg-newsletter {
    width: 100%;
    float: left;
    margin: -65px 0 0;
}

.tg-formnewsletter {
    padding: 40px 50px;
}

.tg-formtitle {
    float: left;
    padding: 0 30px 0 0;
}

    .tg-formtitle h3 {
        color: #fff;
        margin: 0;
        font-size: 32px;
        font-weight: 300;
        line-height: 24px;
    }

        .tg-formtitle h3 span {
            display: block;
            font-size: 20px;
            line-height: 14px;
            padding: 0 0 12px;
        }

.tg-formnewsletter .form-group {
    margin: 5px 0;
    overflow: hidden;
}

    .tg-formnewsletter .form-group .form-control {
        border: 0;
        width: 68%;
        float: left;
        border-radius: 5px;
    }

    .tg-formnewsletter .form-group .tg-btn {
        float: right;
        padding: 0;
        width: 30%;
        color: #504f56;
        background: #fff;
        border-color: #ccc;
    }

        .tg-formnewsletter .form-group .tg-btn:before {
            background: #fff;
        }

.tg-footervtwo .tg-footerbar {
    padding: 40px 0;
    background: none;
}

.tg-footerbar .tg-socialicons {
    float: left;
    padding: 6px 0;
}

    .tg-footerbar .tg-socialicons li a {
        background: #dedede;
    }

    .tg-footerbar .tg-socialicons li.tg-facebook a {
        background: #dedede;
    }

        .tg-footerbar .tg-socialicons li.tg-facebook a:hover {
            background: #3b5999;
        }

    .tg-footerbar .tg-socialicons li.tg-twitter a:hover {
        background: #55acee;
    }

    .tg-footerbar .tg-socialicons li.tg-linkedin a:hover {
        background: #0077B5;
    }

    .tg-footerbar .tg-socialicons li.tg-googleplus a:hover {
        background: #dd4b39;
    }

    .tg-footerbar .tg-socialicons li.tg-rss a:hover {
        background: #ff6600;
    }

.tg-footervtwo .tg-footerbar .tg-copyright {
    float: right;
    color: #767676;
    padding: 11px 0;
}

.tg-footervtwo .tg-footerbar .tg-logo {
    width: 170px;
    float: none;
    display: block;
    margin: 0 auto;
}

.tg-showcaseslider {
    width: 100%;
    float: left;
    margin: 0 0 34px;
    position: static;
}

    .tg-showcaseslider ul li > div {
        margin: 10px 0;
        background: #000;
        -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.40);
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.40);
    }

    .tg-showcaseslider ul li img {
        width: 100%;
        height: auto;
        opacity: 0.10;
        display: block;
    }

    .tg-showcaseslider ul li.flipster__item--current img {
        opacity: 1;
    }

    .tg-showcaseslider ul li img {
        display: block;
    }

.flipster__nav {
    left: 0;
    margin: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    line-height: 4px;
    position: absolute;
}

    .flipster__nav li {
        margin: 0 5px;
        vertical-align: top;
        line-height: inherit;
    }

        .flipster__nav li a {
            width: 12px;
            height: 4px;
            padding: 0;
            display: block;
            overflow: hidden;
            border-radius: 4px;
            background: #504f56;
            text-indent: -9999px;
        }

            .flipster__nav li a:after {
                display: none;
            }

        .flipster__nav li.flipster__nav__item--current a {
            width: 24px;
        }
         .abt-h5tag{
        text-align:center;
        color:#000000;
        font-weight: 600;
    }
/*==============================================
				Shop Detail						
==============================================*/
.tg-productbox {
    width: 100%;
    float: left;
    margin: 27px 0;
    position: relative;
    background: #f7f7f7;
}

    .tg-productbox:before,
    .tg-productbox:after {
        top: 0;
        content: '';
        width: 9999px;
        height: 100%;
        position: absolute;
        background: #f7f7f7;
    }

    .tg-productbox:before {
        left: 100%;
    }

    .tg-productbox:after {
        right: 100%;
    }

.tg-productgallery {
    z-index: 2;
    width: 100%;
    float: left;
    margin: -27px 0;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.20);
}

.tg-productgalleryslider {
    width: 100%;
    float: left;
}

    .tg-productgalleryslider .item {
        margin: 0;
        width: 100%;
        float: left;
    }

        .tg-productgalleryslider .item img {
            width: 100%;
            float: left;
            display: block;
        }

.tg-producttextbox {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.tg-producttextboxhead {
    width: 100%;
    float: left;
}

.tg-leftbox {
    float: left;
}

.tg-rightbox {
    float: right;
}

.tg-producttextboxhead h1 {
    color: #504f56;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 18px;
}

.tg-producttextboxhead .tg-rightbox span {
    display: block;
    text-align: right;
}

    .tg-producttextboxhead .tg-rightbox span:first-child {
        color: #504f56;
        font-size: 24px;
        line-height: 18px;
        font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    }

.tg-producttextbox .tg-description {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

    .tg-producttextbox .tg-description p {
        margin: 0;
    }

.tg-producttextboxfoot {
    width: 100%;
    float: left;
}

    .tg-producttextboxfoot .tg-btn {
        float: left;
    }

        .tg-producttextboxfoot .tg-btn + .tg-btn {
            margin: 0 0 0 20px;
        }

.tg-productshare {
    float: right;
    padding: 7px 0 6px;
}

    .tg-productshare span {
        float: left;
        color: #504f56;
        font-size: 14px;
        line-height: 18px;
        padding: 6px 8px 6px 0;
        font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    }

    .tg-productshare .tg-socialicons {
        float: right;
    }

.tg-producttabs {
    width: 100%;
    float: left;
    padding: 80px 0;
}

.tg-producttabnav {
    z-index: 2;
    width: 100%;
    float: left;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    position: relative;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}

    .tg-producttabnav li {
        float: left;
        font-size: inherit;
        line-height: inherit;
        list-style-type: none;
    }

        .tg-producttabnav li + li {
            margin: 0 0 0 5px;
        }

        .tg-producttabnav li a {
            color: #999;
            width: 200px;
            display: block;
            padding: 14px 0;
            position: relative;
            background: #f7f7f7;
            border: 1px solid #ddd;
        }

            .tg-producttabnav li a:before {
                top: -1px;
                left: 0;
                width: 0;
                height: 3px;
                content: '';
                position: absolute;
            }

            .tg-producttabnav li.active a,
            .tg-producttabnav li a:hover {
                background: #fff;
                border-bottom-color: #fff;
            }

                .tg-producttabnav li a:hover:before,
                .tg-producttabnav li.active a:before {
                    width: 100%;
                }

.tg-tabcontent {
    width: 100%;
    float: left;
    padding: 30px;
    margin: -1px 0 0;
    border: 1px solid #ddd;
}

    .tg-tabcontent .tab-pane {
        width: 100%;
        float: left;
    }

.tg-alignleft {
    float: left;
    margin: 0 30px 0 0;
}

.tg-alignright {
    float: right;
    margin: 0 0 0 30px;
}

.tg-tabcontent .tg-description {
    width: auto;
    float: none;
    overflow: hidden;
}

    .tg-tabcontent .tg-description p:last-child {
        margin: 0;
    }

.tg-relatedproducts {
    width: 100%;
    float: left;
    padding: 80px 0 0;
}

    .tg-relatedproducts > h2 {
        margin: 0 0 15px;
        font-size: 24px;
        color: #504f56;
        line-height: 18px;
    }

.tg-productsslider .item {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.tg-widget {
    width: 100%;
    float: left;
}

    .tg-widget + .tg-widget {
        margin: 30px 0 0;
    }

    .tg-widget > h4 {
        color: #504f56;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        margin: 0 0 15px;
        padding: 10px 20px;
        background: #f8f8f8;
    }

    .tg-widget ul {
        width: 100%;
        float: left;
        padding: 0 20px;
        list-style: none;
    }

        .tg-widget ul li {
            width: 100%;
            float: left;
            line-height: 16px;
            list-style-type: none;
        }

            .tg-widget ul li + li {
                margin: 10px 0 0;
            }

            .tg-widget ul li a {
                color: #767676;
                display: inline-block;
            }

            .tg-widget ul li span {
                float: right;
            }

.tagcloud {
    clear: both;
    padding: 0 10px;
    overflow: hidden;
}

    .tagcloud a {
        color: #fff;
        float: left;
        margin: 5px;
        font-size: 16px;
        line-height: 16px;
        padding: 5px 10px;
        position: relative;
        border-radius: 3px;
        text-transform: capitalize;
    }

        .tagcloud a:hover {
            color: #fff;
        }

.tg-productsslider .owl-nav {
    top: -33px;
    right: 0;
    width: auto;
    position: absolute;
}

    .tg-productsslider .owl-nav > div {
        color: #fff;
        width: auto;
        margin: 0 0 0 10px;
        padding: 2px 10px 0;
        background: #504f56;
    }

.tg-displayflex > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}

.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 34% 30px 30px;
}

    .design-process-content img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        max-height: 100%;
    }

    .design-process-content h3 {
        margin-bottom: 16px;
    }

    .design-process-content p {
        line-height: 26px;
        margin-bottom: 12px;
    }

.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 100%;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}

    .process-model li::after {
        background: #e5e5e5 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        display: block;
        height: 4px;
        margin: 0 auto;
        position: absolute;
        right: -152px;
        top: 33px;
        width: 85%;
        z-index: -1;
    }

    .process-model li.visited::after {
        background: #df0024;
    }

    .process-model li:last-child::after {
        width: 0;
    }

    .process-model li {
        display: inline-block;
        width: 32%;
        text-align: center;
        float: none;
    }

        .nav-tabs.process-model > li.active > a,
        .nav-tabs.process-model > li.active > a:hover,
        .nav-tabs.process-model > li.active > a:focus,
        .process-model li a:hover,
        .process-model li a:focus {
            border: none;
            background: transparent;
        }

        .process-model li a {
            padding: 0;
            border: none;
            color: #606060;
        }

        .process-model li.active,
        .process-model li.visited {
            color: #df0024;
        }

            .process-model li.active a,
            .process-model li.active a:hover,
            .process-model li.active a:focus,
            .process-model li.visited a,
            .process-model li.visited a:hover,
            .process-model li.visited a:focus {
                color: #df0024;
            }

            .process-model li.active p,
            .process-model li.visited p {
                font-weight: 600;
            }

        .process-model li i {
            display: block;
            height: 68px;
            width: 68px;
            text-align: center;
            margin: 0 auto;
            background: #f5f6f7;
            border: 2px solid #e5e5e5;
            line-height: 65px;
            font-size: 30px;
            border-radius: 50%;
        }

        .process-model li.active i,
        .process-model li.visited i {
            background: #fff;
            border-color: #df0024;
        }

        .process-model li p {
            font-size: 14px;
            margin-top: 11px;
        }

    .process-model.contact-us-tab li.visited a,
    .process-model.contact-us-tab li.visited p {
        color: #606060 !important;
        font-weight: normal;
    }

    .process-model.contact-us-tab li::after {
        display: none;
    }

    .process-model.contact-us-tab li.visited i {
        border-color: #e5e5e5;
    }



@media screen and (max-width: 560px) {
    .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }

    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}

@media screen and (max-width: 380px) {
    .process-model.more-icon-preocess li {
        width: 16%;
    }

    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }

    .more-icon-preocess.process-model li p {
        font-size: 8px;
    }

    .more-icon-preocess.process-model li::after {
        top: 18px;
    }

    .process-model.more-icon-preocess {
        text-align: center;
    }
   
    
}
