/*===================================================================================*/
/*  1. General Styles
/*===================================================================================*/
html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

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

body {
    font-size: 12px;
}

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

label {
    font-weight: normal;
}

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

img {
    vertical-align: inherit;
}

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

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

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

.saqib {
  
}


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

.large-text {
    font-size: 1300px !Impotant;
    font-weight: bold;
    line-height: 1em;
    font-family: Arial, Helvetica, sans-serif;
}
/*===================================================================================*/
/*  2. Layout
/*===================================================================================*/
 #timer .countdown-wrapper {
        margin: 0 auto;
    }

    #timer #countdown {
        font-family: 'Lato', sans-serif;
        text-align: center;
        color: #828282;
        /* text-shadow: 1px 1px 5px black; */
        padding: 40px 0;
    }

    #timer .countdown-wrapper #countdown .timer {
        margin: 10px;
        padding: 20px;
        font-size: 70px;
        border-radius: 0%;
        cursor: pointer;
    }

    #timer .col-md-4.countdown-wrapper #countdown .timer {
        margin: 10px;
        padding: 20px;
        font-size: 35px;
        border-radius: 0%;
        cursor: pointer;
    }

    #timer .countdown-wrapper #countdown #hour {
        -webkit-box-shadow: 0 0 0 5px rgba(92, 184, 92, .5);
        -moz-box-shadow: 0 0 0 5px rgba(92, 184, 92, .5);
        box-shadow: 0 0 0 5px rgba(92, 184, 92, .5);
    }

        #timer .countdown-wrapper #countdown #hour:hover {
            -webkit-box-shadow: 0px 0px 15px 1px rgba(92, 184, 92, 1);
            -moz-box-shadow: 0px 0px 15px 1px rgba(92, 184, 92, 1);
            box-shadow: 0px 0px 15px 1px rgba(92, 184, 92, 1);
        }

    #timer .countdown-wrapper #countdown #min {
        -webkit-box-shadow: 0 0 0 5px rgba(92, 184, 92, .5);
        -moz-box-shadow: 0 0 0 5px rgba(92, 184, 92, .5);
        box-shadow: 0 0 0 5px rgba(92, 184, 92, .5);
    }

        #timer .countdown-wrapper #countdown #min:hover {
            -webkit-box-shadow: 0px 0px 15px 1px rgba(92, 184, 92, 1);
            -moz-box-shadow: 0px 0px 15px 1px rgba(92, 184, 92, 1);
            box-shadow: 0px 0px 15px 1px rgba(92, 184, 92, 1);
        }

    #timer .countdown-wrapper #countdown #sec {
        -webkit-box-shadow: 0 0 0 5px rgba(92, 184, 92, .5);
        -moz-box-shadow: 0 0 0 5px rgba(92, 184, 92, .5);
        box-shadow: 0 0 0 5px rgba(92, 184, 92, .5);
    }

        #timer .countdown-wrapper #countdown #sec:hover {
            -webkit-box-shadow: 0px 0px 15px 1px rgba(92, 184, 92, 1);
            -moz-box-shadow: 0px 0px 15px 1px rgba(92, 184, 92, 1);
            box-shadow: 0px 0px 15px 1px rgba(92, 184, 92, 1);
        }

    #timer .countdown-wrapper .card .card-footer .btn {
        margin: 2px 0;
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        #timer .countdown-wrapper #countdown .timer {
            margin: 10px;
            padding: 20px;
            font-size: 65px;
            border-radius: 0%;
            cursor: pointer;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        #timer .countdown-wrapper #countdown .timer {
            margin: 10px;
            padding: 20px;
            font-size: 72px;
            border-radius: 0%;
            cursor: pointer;
        }
    }

    @media (max-width: 768px) {
        #timer .countdown-wrapper #countdown .timer {
            margin: 10px;
            padding: 20px;
            font-size: 73px;
            border-radius: 0%;
            cursor: pointer;
        }
    }

    @media (max-width: 767px) {
        #timer .countdown-wrapper #countdown #hour,
        #timer .countdown-wrapper #countdown #min,
        #timer .countdown-wrapper #countdown #sec {
            font-size: 60px;
            border-radius: 4%;
        }
    }

    @media (max-width: 576px) {
        #timer .countdown-wrapper #countdown #hour,
        #timer .countdown-wrapper #countdown #min,
        #timer .countdown-wrapper #countdown #sec {
            font-size: 25px;
            border-radius: 4%;
        }

        #timer .countdown-wrapper #countdown .timer {
            padding: 13px;
        }
    }
.wrapper-box {
    max-width: 1220px;
    margin: 0px auto;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.wrapper-wide {
    max-width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}

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

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

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

#content {
    min-height: 400px;
}
/*===================================================================================*/
/*  3. Header
/*===================================================================================*/
#header {
    position: relative;
    padding: 0px;
}

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

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

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

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

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

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

    .table-container .col-table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
/**===== 3.1. Language & Currency =====**/
#language, #currency {
    float: left;
    /*border-right: 1px dotted #5b9ad4;*/
}

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

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

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

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

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

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

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

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


.subject-top {
}

    .subject-top p {
        font-size: 13px !important;
        font-weight: bold;
    }

.activated {
    background: #f8f8f8 !important;
    color: #003bb3 !important;
    font-weight: bold;
    box-shadow: 0px 0px 20px 0px #ddd;
}

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

#top .dropdown-menu li a:hover, #currency ul li .currency-select:hover, #language ul li .language-select:hover {
    color: #3e7cb4;
    background: none;
    text-decoration: none;
}
/**===== 3.2. Top Links =====**/
#header .links {
    position: relative;
    float: left;
    border-right: 1px dotted #5b9ad4;
}

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

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

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

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

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

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

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

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

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

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

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

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

#header #top-links {
    color: #fff;
    /*border-right: 1px dotted #5b9ad4;*/
    margin-top: 6px;
}

    #header #top-links > ul > li {
        float: left;
        border-left: 1px dotted #5b9ad4;
    }

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

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

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

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

.wrapper-box .htop .main-wrapper {
    max-width: 1220px;
    padding: 0;
}
/**===== 3.3. Mini Cart =====**/
#header #cart {
    position: relative;
    text-align: right;
    margin-top: 7px;
}

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

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

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

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

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

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

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

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

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

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

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

#cart .dropdown-menu > li > .table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    border-top: none 0px;
}
/**===== 3.4. Search Bar =====**/
#header #search {
    position: relative;
    display: block;
	/*z-index: 50000;*/
}

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

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

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

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

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

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

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

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

/*===================================================================================*/
/*  4. Seller
/*===================================================================================*/

.seller-banner {
}

.why-pkb {
    margin-bottom: 30px;
    margin-top: 30px;
}

    .why-pkb h1 {
        text-align: center;
        font-size: 30px;
        color: #000;
        text-transform: uppercase;
        /* font-weight: bold; */
        margin: 40px 0px 40px 0px;
    }

    .why-pkb h2 {
        text-align: center;
        font-size: 40px;
        color: #3f7cb3;
        margin: 40px 0px 40px 0px;
    }

    .why-pkb h3 {
        text-align: center;
        font-size: 20px;
        color: #3f7cb3;
        margin: 40px 0px 20px 0px;
    }



.feature-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}

    .feature-box:first-child {
        margin-top: 0;
    }

    .feature-box .fbox-icon {
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        top: 0;
        left: 0;
    }

        .feature-box .fbox-icon a,
        .feature-box .fbox-icon i,
        .feature-box .fbox-icon img {
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
            color: #FFF;
        }

        .feature-box .fbox-icon i,
        .feature-box .fbox-icon img {
            border-radius: 50%;
            /* background-color: #e4425c; */
        }

        .feature-box .fbox-icon i {
            font-style: normal;
            font-size: 28px;
            text-align: center;
            line-height: 64px;
        }

    .feature-box h3 {
        font-size: 16px;
        font-weight: 700;
        /* text-transform: uppercase; */
        letter-spacing: 1px;
        margin-bottom: 0;
        color: #333;
    }

.large-text {
    font-size: 16px !Impotant;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
}

.feature-box p {
    margin: 8px 0 0 0;
    color: #848484;
}

.feature-box .before-heading {
    font-size: 14px;
}


/* Define how each icon button should look like */
.button {
  color: white;
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  padding: 2px 5px; /* Add some padding so it looks nice */
}

/* Make the badge float in the top right corner of the button */
.button__badge {
  background-color: #fa3e3e;
  border-radius: 0px;
  color: white;

  padding: 1px 3px;
  font-size: 10px;
  
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0;
  right: 0;
}
                
.top-text-2 {
                font-size: 11px;
                color: #fff;
                line-height: 15px;
                border-right: 1px solid #fff;
                padding-right: 10px;
                
}


.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
}

.section {
    position: relative;
    margin: 60px 0;
    padding: 40px 0;
    background-color: #F9F9F9;
    overflow: hidden;
}

/* ----------------------------------------------------------------
	Pricing Boxes
-----------------------------------------------------------------*/

.pricing {
    position: relative;
}

    .pricing [class^=col-] {
        padding: 0;
        margin-top: 20px;
    }


/* Pricing Boxes
-----------------------------------------------------------------*/

.pricing-box {
    position: relative;
    border: 1px solid rgba(0,0,0,0.075);
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}


/* Pricing Boxes - Title
-----------------------------------------------------------------*/

.pricing-title {
    padding: 15px 0;
    background-color: #F9F9F9;
    border-radius: 3px 3px 0 0;
    text-shadow: 1px 1px 1px #FFF;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

    .pricing-title h3 {
        margin: 0;
        font-size: 20px;
        letter-spacing: 1px;
        font-weight: bold;
        /* text-transform: uppercase; */
        color: #555;
    }

    .pricing-title span {
        display: block;
        color: #999;
        font-weight: 300;
        font-size: 14px;
        margin-top: 3px;
        text-transform: uppercase;
    }


/* Pricing Boxes - Price
-----------------------------------------------------------------*/

.pricing-price {
    position: relative;
    padding: 25px 0;
    color: #3e7cb4;
    font-weight: 300;
    font-size: 55px;
    line-height: 1;
}

    .pricing-price:after {
        content: '';
        position: absolute;
        width: 100px;
        border-top: 1px solid rgba(0,0,0,0.1);
        top: auto;
        bottom: 0;
        left: 50%;
        margin-left: -50px;
    }

    .pricing-price span {
        display: inline-block;
        vertical-align: top;
        margin: 7px 3px 0 0;
        font-size: 28px;
        font-weight: normal;
    }

        .pricing-price span.price-tenure {
            vertical-align: baseline;
            font-size: 16px;
            font-weight: normal;
            color: #999;
            margin: 0 0 0 3px;
        }


/* Pricing Boxes - Features
-----------------------------------------------------------------*/

.pricing-features {
    border-bottom: 1px solid rgba(0,0,0,0.075);
}

    .pricing-features ul {
        margin: 0;
        padding: 15px 0;
        list-style: none;
        font-size: 16px;
    }

    .pricing-features li {
        padding: 6px 0;
        font-size: 14px;
    }


/* Pricing Boxes - Action
-----------------------------------------------------------------*/

.pricing-action {
    padding: 15px 30px;
}


/* Pricing Boxes - Best Price
-----------------------------------------------------------------*/

.pricing-box.best-price {
    background-color: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    z-index: 10;
}

.pricing-box.best-price {
    margin: -20px -1px 0 -1px;
}

    .pricing-box.best-price .pricing-title {
        background-color: #FFF;
        padding: 20px 0;
    }

        .pricing-box.best-price .pricing-title h3 {
            font-size: 22px;
        }

    .pricing-box.best-price .pricing-price {
        color: #5bb75b;
        font-size: 60px;
    }

.pricing-main {
}

    .pricing-main h1 {
        text-align: center;
        font-size: 30px;
        color: #000;
        text-transform: uppercase;
        /* font-weight: bold; */
        margin: 0px 0px 40px 0px;
    }

.cssload-container {
    width: 100%;
    height: 50px;
    text-align: center;
}

.cssload-double-torus {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 4px double;
    border-radius: 50%;
    border-color: transparent rgba(0,0,0,.9) rgba(0,0,0,.9);
    animation: cssload-spin 600ms infinite linear;
    -o-animation: cssload-spin 600ms infinite linear;
    -ms-animation: cssload-spin 600ms infinite linear;
    -webkit-animation: cssload-spin 600ms infinite linear;
    -moz-animation: cssload-spin 600ms infinite linear;
}



@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

#menu.navbar {
    border-radius: 0px;
    min-height: inherit;
    background-color: #efefef;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                #menu .nav > li.mega-menu > div > .column > a {
                    font-weight: bold;
                    font-size: 13px;
                    border-bottom: 1px solid #ddd;
                    margin-bottom: 5px;
                }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom_block {
    line-height: normal;
}

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

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

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

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

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

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

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

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

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

/*===================================================================================*/
/*  6. Steps
/*===================================================================================*/
.s-feature-box .feature-box {
    background: #f2f2f2;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

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

.custom-feature-box .feature-box p {
    color: #888;
    font-size: 12px;
    margin: 0;
    line-height: normal;
}
/*===================================================================================*/
/*  6. Breadcrumb
/*===================================================================================*/
.breadcrumb {
    color: #c2c2c2;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    border-radius: 0px;
}

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

        .breadcrumb a:hover {
            color: #2f4a90;
            text-decoration: underline;
        }
/*===================================================================================*/
/*  7. Category Page
/*===================================================================================*/

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

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

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

    .category-list .div a {
        text-decoration: underline;
        font-weight: bold;
    }
/**======= 7.2. Grid-List Icon =======**/
#list-view, #grid-view {
    font-size: 18px;
    padding: 0;
    background: none;
    margin-right: 10px;
    color: #555;
}

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

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

    #list-view.selected, #grid-view.selected {
        color: #999;
        cursor: default;
    }
/**======= 7.3. Produc Thumb =======**/
.product-filter {
    border: 1px solid #EAEAEA;
    background: #F6F6F6;
    padding: 6px 5px;
    line-height: 25px;
}

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

.product-list.row, .products-category.row {
    margin: 0;
}
/* Carousel */
.owl-carousel {
    margin-bottom: 20px;
}

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

    .owl-carousel .product-thumb {
        padding: 7px;
        margin: 0px 3px 0px 0px;
        position: relative;
        text-align: center;
        border: 3px solid transparent;
    }

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

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

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

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* Product Thumb */
.product-thumb .image {
    text-align: center;
}

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

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

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

    .product-thumb h4 a {
        font-size: 13px;
        line-height: 18px;
        text-decoration: none;
        display: inline-block;
        margin: 0 auto;
        padding: 0px;
        color: #333;
    }

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

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

.product-thumb .button-group .btn-primary {
    padding: 4px 8px;
    margin-bottom: 7px;
    font-size: 11px;
    height: auto;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
}

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

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

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

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

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

.product-thumb .price {
    margin: 10px 0;
    font-size: 13px;
    font-weight: bold;
}

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

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

.price, .price-new {
    color: #3e7cb4;
}

.saving {
    background: #f12b63;
    border-radius: 100% 100% 100% 100%;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 40px;
}
/**======= 7.4. Grid Product =======**/
.product-grid {
    position: relative;
    text-align: center;
    vertical-align: top;
    background: #fff;
    padding: 7px 7px 7px 7px;
    border: 3px solid transparent;
    margin-bottom: 15px;
}

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

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

    .product-grid .product-thumb .image {
        float: none;
        min-height: 150px;
    }

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

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

@media only screen and (min-width:1025px) {
    .product-grid .product-thumb .button-group .add-to-links, .owl-carousel .product-thumb .button-group .add-to-links {
        visibility: hidden;
    }
}

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

.product-grid .product-thumb .button-group .add-to-links button span {
    display: none;
}
/**======= 7.5. List Product =======**/
.product-list {
    position: relative;
    padding: 0px 0px;
}

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

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

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

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

.description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .description:hover {
        overflow: visible;
        white-space: normal;
    }

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

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

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

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

.product-list .saving {
    top: 25px;
    left: 16px;
}
/**======= 7.6. Rating Star =======**/
.rating .fa-stack {
    font-size: 6px;
}

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

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

    .rating .fa-star + .fa-star-o {
        color: #E69500;
    }
/**======= 7.7. Pagination =======**/
.pagination {
    margin: 0px;
}

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

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

    .pagination > li > a, .pagination > li > span {
        color: #3e7cb4;
    }
/*===================================================================================*/
/*  8. Product Page
/*===================================================================================*/
.product-info {
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.product-info .description {
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 15px;
}

.product-info .instock {
    background: #53af2e;
    color: #fff;
    padding: 2px 8px;
    border-radius: 2px;
    font-weight: bold;
}

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

.product-info .price-box {
    background: #F4F3F3;
    border: 1px solid #eee;
    overflow: auto;
    padding: 10px 5px;
    margin-bottom: 20px;
}

.product-info .price {
    font-size: 28px;
    font-weight: bold;
    color: #3e7cb4;
    line-height: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.qty a {
    background: url("../image/plus.png") no-repeat 2px 2px #f5f5f5;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    text-indent: -9999px;
    border: 1px solid #ccc;
    border-width: 1px 1px 0px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

    .qty a.mines {
        background-position: 2px -13px;
        border-width: 1px 1px 1px 0px;
    }

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

.qty #button-cart, .qty #input-quantity {
    float: left;
    font-size: 15px;
    width: 44px;
    padding-left: 2px;
    padding-right: 2px;
    height: 40px;
    text-align: center;
}
/*===================================================================================*/
/*  9. Product Item for Left and Right Panel
/*===================================================================================*/
#column-right .side-item .product-thumb, #column-left .side-item .product-thumb {
    padding: 0px 0px 7px 0px;
    text-align: left;
    border: 0px none;
    margin: 0;
    clear: both;
}

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

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

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

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

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

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

    #column-right .side-item .product-thumb .saving, #column-left .side-item .product-thumb .saving {
        position: relative;
        line-height: normal;
        padding: 0 3px;
        width: auto;
        height: auto;
        top: 0px;
        left: 0px;
        font-size: 11px;
        border-radius: 0px;
        display: inline-block;
    }
/*===================================================================================*/
/*  10. Category Accordion
/*===================================================================================*/
.box-category ul, .list-item {
    list-style: none;
    margin-bottom: 20px;
    margin-top: -5px;
    padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-category > ul > li ul li a {
    margin-right: 16px;
}

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

.box-category > ul > li ul > li > a {
    text-decoration: none;
}
/*===================================================================================*/
/*  11. buttons
/*===================================================================================*/
.buttons {
    border-top: 1px solid #EEEEEE;
    overflow: auto;
    padding: 15px 6px 0px 6px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

.btn-primary {
    background-color: #3e7cb4;
    color: #ffffff;
    border-radius: 4px;
}

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

.btn-warning {
    color: #ffffff;
    background-color: #faa732;
    border-radius: 4px;
}

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

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
    border-radius: 6px;
}

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

.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
    border-radius: 4px;
}

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

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

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

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

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

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

    .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
        background-color: #222222;
        color: #ffffff;
    }
/*===================================================================================*/
/*  12. Tabs
/*===================================================================================*/
.nav-tabs > li > a.selected {
    color: #111;
    padding-bottom: 5px;
    background: #FFFFFF;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.addthis_default_style > a {
    padding: 0;
}
/*===================================================================================*/
/*  13. Static Banner
/*===================================================================================*/
.marketshop-banner > div.row div {
    margin-bottom: 25px;
}

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

.marketshop-banner div a img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*===================================================================================*/
/*  14. Faq Page
/*===================================================================================*/
.faq .panel-title {
    font-size: 14px;
    margin: 8px 0;
    display: inline-block;
}

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

.faq .panel-body {
    padding: 10px;
}
/*===================================================================================*/
/*  15. Sitemap Page
/*===================================================================================*/
.sitemap {
    margin: 0;
    padding: 0;
}

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

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

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

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

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

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

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

.sitemap-icon {
    font-size: 200px;
    color: rgb(238, 238, 238);
}
/*===================================================================================*/
/*  16. Footer
/*===================================================================================*/

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

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

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

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

#footer .fpart-second {
    background-color: #6c6c6c;
    color: #fff;
    padding: 25px 0px 0px;
}

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

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

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

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

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

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

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

    #footer .column a:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
/**===== 16.2. Contact Block =====**/
#footer .contact ul li {
    font-size: 12px;
    list-style-type: none;
    line-height: 20px;
}

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

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

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

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

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

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

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

    #footer .contact ul li a:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }
/**===== 16.3. Payments Types =====**/
#footer .payments_types {
    text-align: center;
    padding: 0px 0 25px 0;
}

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

        #footer .payments_types img:hover {
            opacity: 0.7;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
/**===== 16.4. Social Icon =====**/
#footer .social {
    margin: 0;
    text-align: right;
    padding: 0px;
}

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

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

            #footer .social a img:hover {
                opacity: 0.7;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }
/**===== 16.5. Powered by Text =====**/
#footer #powered {
    line-height: 20px;
    padding: 0px 0 25px;
}

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

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

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

    #footer .powered_text p {
        line-height: 18px;
        margin: 0;
    }
/**===== 16.6. Back To Top =====**/
#back-top {
    display: none;
}

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

        #back-top a:hover {
            background-color: #3e7cb4;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
/*===================================================================================*/
/*  17. Slide Block
/*===================================================================================*/
.sort-order-1 {
    top: 210px;
    z-index: 10000;
}

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

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

.sort-order-4 {
    top: 390px;
    z-index: 9997;
}
/**===== 17.1. Facebook =====**/
#facebook {
    position: fixed;
    width: 241px;
    background: #fff;
    border: 3px solid #3b5998;
    padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

.twit-right .twitter_icon {
    left: -33px;
}
/**===== 17.3. Contact us =====**/

#contact_footer {
    position: fixed;
    width: 215px;
    background: #fff;
    border: 3px solid #2daae1;
    padding: 5px 10px;
}

    #contact_footer.contact-left {
        left: -215px;
    }

    #contact_footer.contact-right {
        right: -215px;
    }

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

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

.contact-left .contact_icon {
    right: -33px;
}

.contact-right .contact_icon {
    left: -33px;
}

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

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

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

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

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

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

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

.custom_side_block_right .custom_side_block_icon {
    left: -33px;
}
/**===== 17.4. Video Box =====**/
#video_box {
    position: fixed;
    width: 563px;
    background: #fff;
    border: 3px solid #ff679a;
    padding: 0px;
}

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

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

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

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

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

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

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

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

.col-xs-5ths {
    width: 20%;
    float: left;
}
/*===================================================================================*/
/*  19. Shortcodes
/*===================================================================================*/
.alert {
    border-radius: 0px;
}

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

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

blockquote {
    font-size: 12px;
}

h4.panel-title {
    padding: 0;
}

.alert {
    padding-left: 50px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}

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

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

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

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

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

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

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

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

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

<!-- Register section start-- > .mt-element-step .step-thin .mt-step-col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg-grey, .bg-hover-grey:hover {
    background: #E5E5E5 !important;
}

.mt-element-step .step-thin .mt-step-number {
    font-size: 26px;
    border-radius: 50% !important;
    float: left;
    margin: auto;
    padding: 3px 14px;
}

.font-grey {
    color: #E5E5E5 !important;
}

.bg-hover-white:hover, .bg-white {
    background: #fff !important;
}

.mt-element-step .step-thin .mt-step-title {
    font-size: 24px;
    font-weight: 100;
    padding-left: 60px;
    margin-top: -4px;
}

.font-grey-cascade {
    color: #95A5A6 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.mt-element-step .step-thin .mt-step-content {
    padding-left: 60px;
    margin-top: -5px;
}

.font-grey-cascade {
    color: #95A5A6 !important;
}

.complete-text {
    text-align: center;
    margin-bottom: 20px;
}

    .complete-text h1 {
        font-size: 28px;
        color: #fe0000;
    }

    .complete-text p {
        font-size: 15px;
        color: #3e7cb4;
        font-weight: bold;
    }

.mar {
    margin-bottom: 30px;
    margin-top: 10px;
}

.des-text {
}

    .des-text h1 {
        color: #3e7cb4;
        font-size: 20px;
    }

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../../s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../../s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../../s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../../s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../../s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../../s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../../s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/*Dashboard example template from Bootply */
.big-chart {
    width: 100%;
    height: 228px;
}

.realtime {
    position: absolute;
    right: 35px;
    bottom: 35px;
}

.line-chart {
    width: 100%;
    height: 100px;
}

.donut {
    width: 100%;
    height: 120px;
}

.donut-label {
    position: absolute;
    left: 0;
    top: 25%;
    font-size: 20pt;
    color: #ddd;
    width: 100%;
    height: 120px;
    text-align: center;
}

.bar-chart, .pie-chart {
    width: 100%;
    height: 40px;
}

.progress {
    height: 11px;
}

.progress-sm {
    height: 8px;
}

.tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    border-radius: 3px;
    padding: 2px;
    opacity: 0.9;
}

.sparklines {
    margin-top: 20px;
    padding-bottom: 5px;
    box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
}

.border-right {
    border-right: 1px solid #eee;
}

.dashboard-block, .dashboard-block:hover, .dashboard-block:active, .dashboard-block:focus {
    color: #fff;
    text-decoration: none;
    /* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); */
    outline: none;
}

.dashboard-block {
    position: relative;
    display: block;
    padding: 30px 20px;
    background-color: #337ab7;
    opacity: 0.9;
    overflow: hidden;
    margin-bottom: 5px;
}

    .dashboard-block .rotate {
        z-index: 8;
        float: right;
        height: 100%;
    }

        .dashboard-block .rotate i {
            position: absolute;
            left: 0;
            left: auto;
            right: 0;
            bottom: 0;
            display: block;
            height: 65px;
            font-size: 75px;
            -webkit-transform: rotate(-40deg);
            -moz-transform: rotate(-40deg);
            -o-transform: rotate(-40deg);
            -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
            text-shadow: 1px 0 #ddd;
        }

    .dashboard-block i, .dashboard-block:hover i, .dashboard-block:active i, .dashboard-block:focus i {
        color: #e2e2e2;
    }

    .dashboard-block .more {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.25) !important;
        text-shadow: none;
    }

    .dashboard-block .details {
        position: relative;
        z-index: 10;
        float: left;
        margin-top: -10px;
        text-align: left;
    }

    .dashboard-block .title {
        display: block;
        margin-bottom: 1em;
        font-size: 13px;
        text-transform: uppercase;
    }

    .dashboard-block .sub {
        display: block;
        font-size: 32px;
    }


.dashboard-block2, .dashboard-block2:hover, .dashboard-block2:active, .dashboard-block2:focus {
    color: #fff;
    text-decoration: none;
    /* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); */
    outline: none;
}

.dashboard-block2 {
    position: relative;
    display: block;
    padding: 30px 20px;
    background-color: #5cb85c;
    opacity: 0.9;
    overflow: hidden;
    margin-bottom: 5px;
}

    .dashboard-block2 .rotate {
        z-index: 8;
        float: right;
        height: 100%;
    }

        .dashboard-block2 .rotate i {
            position: absolute;
            left: 0;
            left: auto;
            right: 0;
            bottom: 0;
            display: block;
            height: 65px;
            font-size: 75px;
            -webkit-transform: rotate(-40deg);
            -moz-transform: rotate(-40deg);
            -o-transform: rotate(-40deg);
            -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
            text-shadow: 1px 0 #ddd;
        }

    .dashboard-block2 i, .dashboard-block2:hover i, .dashboard-block2:active i, .dashboard-block2:focus i {
        color: #e2e2e2;
    }

    .dashboard-block2 .more {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.25) !important;
        text-shadow: none;
    }

    .dashboard-block2 .details {
        position: relative;
        z-index: 10;
        float: left;
        margin-top: -10px;
        text-align: left;
    }

    .dashboard-block2 .title {
        display: block;
        margin-bottom: 1em;
        font-size: 13px;
        text-transform: uppercase;
    }

    .dashboard-block2 .sub {
        display: block;
        font-size: 32px;
    }

.dashboard-block3, .dashboard-block3:hover, .dashboard-block3:active, .dashboard-block3:focus {
    color: #fff;
    text-decoration: none;
    /* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5); */
    outline: none;
}

.dashboard-block3 {
    position: relative;
    display: block;
    padding: 30px 20px;
    background-color: #f0ad4e;
    opacity: 0.9;
    overflow: hidden;
    margin-bottom: 5px;
}

    .dashboard-block3 .rotate {
        z-index: 8;
        float: right;
        height: 100%;
    }

        .dashboard-block3 .rotate i {
            position: absolute;
            left: 0;
            left: auto;
            right: 0;
            bottom: 0;
            display: block;
            height: 65px;
            font-size: 75px;
            -webkit-transform: rotate(-40deg);
            -moz-transform: rotate(-40deg);
            -o-transform: rotate(-40deg);
            -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
            text-shadow: 1px 0 #ddd;
        }

    .dashboard-block3 i, .dashboard-block3:hover i, .dashboard-block3:active i, .dashboard-block3:focus i {
        color: #e2e2e2;
    }

    .dashboard-block3 .more {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.25) !important;
        text-shadow: none;
    }

    .dashboard-block3 .details {
        position: relative;
        z-index: 10;
        float: left;
        margin-top: -10px;
        text-align: left;
    }

    .dashboard-block3 .title {
        display: block;
        margin-bottom: 1em;
        font-size: 13px;
        text-transform: uppercase;
    }

    .dashboard-block3 .sub {
        display: block;
        font-size: 32px;
    }

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(0) {
    color: blue;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(1) {
    color: #4d00ff;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(2) {
    color: #9900ff;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(3) {
    color: #e500ff;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(4) {
    color: #ff00cc;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(5) {
    color: #ff0080;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(6) {
    color: #ff0033;
}

/* line 26, ../sass/pizza.scss */
ul[data-pie-id] {
    list-style: none;
    padding: 10px;
}


[data-pie-id='my-cool-chart'] li:nth-child(0) {
    color: #d84200;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id='my-cool-chart'] li:nth-child(1) {
    color: #fc4d00;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id='my-cool-chart'] li:nth-child(2) {
    color: #ff6420;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id='my-cool-chart'] li:nth-child(3) {
    color: #ff7d44;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id='my-cool-chart'] li:nth-child(4) {
    color: #ff9668;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id='my-cool-chart'] li:nth-child(5) {
    color: #ffaf8b;
}

/* line 20, ../sass/pizza.scss */
[data-pie-id='my-cool-chart'] li:nth-child(6) {
    color: #ffc8af;
}


.main-head {
}

    .main-head h1 {
        font-size: 22px;
        color: #3e7cb4;
    }


/*
Step Bar which indicates progress when the user arrives at the step, and 
indicates the end of the progress with a different shape and color.
*/
.bs-wizard {
    margin-top: 40px;
    margin-bottom: 40px;
}

.bs-wizard {
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #0099ff;
            top: 45px;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #40b9fe;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #0099ff;
            }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
        }

        .bs-wizard > .bs-wizard-step:last-child > .bs-wizard-dot:last-child {
            background-color: #f5f5f5;
            left: 100%;
            border-radius: 0%;
        }

            .bs-wizard > .bs-wizard-step:last-child > .bs-wizard-dot:last-child:after {
                opacity: 0;
            }
        /*Definitions only for active status*/
        .bs-wizard > .bs-wizard-step.active .bs-wizard-stepnum {
            font-weight: bold;
        }
        /*Definitions for disabled status*/
        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

        .bs-wizard > .bs-wizard-step.disabled .bs-wizard-stepnum {
            color: #d5d5d5;
        }
        /*Definitions for complete status*/
        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.complete:last-child > .bs-wizard-dot:last-child {
            background-color: #005A96;
        }

            .bs-wizard > .bs-wizard-step.complete:last-child > .bs-wizard-dot:last-child:after {
                opacity: 1;
            }

        .bs-wizard > .bs-wizard-step.complete .bs-wizard-stepnum {
            color: #005A96;
            opacity: 0.5;
        }


/*===================================================================================*/
/*  20. Extra
/*===================================================================================*/
/* Fix some bootstrap improvment */
.form-control {
    border-radius: 6px;
    border-color: #75a9d8;
    margin-bottom: 10px;
}

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

.well {
    border-radius: 0px;
    text-align: center;
}

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

.panel-group .panel {
    border-radius: 0px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

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



/*===================================================================================*/
/* CSS From 24 Feb
/*===================================================================================*/

.mar-2 {
    margin-top: 10px;
}

.mar-btm {
    margin-bottom: 50px;
}

.all-center {
    text-align: center;
    margin: opx Auto;
}

.launch-date {
    text-align: center;
    font-size: 30px;
    color: #00568c;
    text-transform: uppercase;
    font-weight: bold;
}

.features_table h1 {
    font-size: 25px !important;
}

li {
    list-style: none;
}

h1 {
    font-size: 21px !important;
}

.features-table li {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 2px solid #dfdfdf;
    color: #2d7938;
    font-size: 19px;
    padding: 15px 24px;
    font-weight: bold;
    text-align: center;
}

    .features-table li:hover {
        background: #dfdfdf;
        cursor: pointer;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

.features-table-free li, .features-table-paid li {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 2px solid #d4d4d4;
    text-align: center;
    padding: 15px 21px;
    cursor: pointer;
}

.features-table-free h1, .features-table-paid h1 {
    text-align: center;
}

.features-table-free li:hover, .features-table-paid li:hover {
    background: #dedede none repeat scroll 0 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.features_table h1 {
    font-size: 23px !important;
}

.features-table h1, .features-table-free h1, .features-table-paid h1 {
    background: #3e7cb4 none repeat scroll 0 0;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 12px 21px;
    text-transform: uppercase;
}

.features-table h1 {
    border-top-left-radius: 5px;
    text-align: center;
}

.features-table-paid h1 {
    border-top-right-radius: 5px;
}

.features-table-free li {
    border-right: 1px solid #dfdfdf;
    border-left: 2px solid #dfdfdf;
}

.fa.fa-check {
    color: #2cc14f;
}

.fa.fa-times {
    color: #BA5340;
}

.no-padding {
    padding: 0;
}

ul {
    padding: 0;
}

body {
    counter-reset: section; /* Set the section counter to 0 */
}

.features-table li::before {
}

@import('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css') .funkyradio div

{
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 2em;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #fff;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.progress-padding{
	padding: 20px;
}
.progress-bg{
	background-color: #fff;
}
    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: bold;
    font-size: 18px;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 23px;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

@media (max-width: 568px) {
    ul.timeline:before {
        display: none;
    }

    ul.timeline > li > .timeline-panel, ul.timeline > li > .timeline-panel.timeline-inverted {
        width: 100%;
        border: none !important;
    }

    ul.timeline > li > .timeline-badge {
        display: none;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            display: none;
        }

        ul.timeline > li > .timeline-panel:after {
            display: none;
        }

    .404-text {
        font-size: 46px !Impotant;
        font-weight: 700;
        /* text-transform: uppercase; */
        letter-spacing: 1px;
        margin-bottom: 0;
        color: #333;
    }



    .align-center {
        text-align: center !Impotant;
    }
}

/*steps */

.step-box {
    position: relative;
    margin-top: 20px;
    padding: 0 0 0 80px;
}

    .step-box:first-child {
        margin-top: 0;
    }

    .step-box .fbox-icon {
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        top: 0;
        left: 0;
    }

        .step-box .fbox-icon a,
        .step-box .fbox-icon i,
        .step-box .fbox-icon img {
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
            color: #FFF;
        }

        .step-box .fbox-icon i,
        .step-box .fbox-icon img {
            border-radius: 50%;
            /* background-color: #e4425c; */
        }

        .step-box .fbox-icon i {
            font-style: normal;
            font-size: 28px;
            text-align: center;
            line-height: 64px;
        }

    .step-box h3 {
        font-size: 18px;
        font-weight: 700;
        /* text-transform: uppercase; */
        letter-spacing: 1px;
        margin-bottom: 0;
        color: #333;
        padding-top: 22px;
    }



    .step-box p {
        margin: 8px 0 0 0;
        color: #848484;
    }

    .step-box .before-heading {
        font-size: 14px;
    }

.step-bg {
    background-image: url(../image/st-bg.png);
    min-height: 132px;
    margin-top: 36px;
    background-repeat: no-repeat;
}

.step-bg-no {
    min-height: 132px;
    margin-top: 36px;
    background-repeat: no-repeat;
}

.fixedElement {
    background-color: #c0c0c0;
    position: fixed;
    top: 0;
    z-index: 100;
}

@import "//fonts.googleapis.com/css?family=Roboto:300,400,500,700";

/* .container { margin-top: 20px; } */
.mb20 {
    margin-bottom: 20px;
}

hgroup {
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
}

    hgroup h1 {
        font: 500 normal 1.625em "Roboto",Arial,Verdana,sans-serif;
        color: #2a3644;
        margin-top: 0;
        line-height: 1.15;
    }

    hgroup h2.lead {
        font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif;
        color: #2a3644;
        margin: 0;
        padding-bottom: 10px;
        margin-top: 20px;
        font-size: 16px;
    }

.search-result .thumbnail {
    border-radius: 0 !important;
}

.search-result:first-child {
    margin-top: 0 !important;
}

.search-result {
    margin-top: 20px;
}

    .search-result .col-md-2 {
        border-right: 1px dotted #ccc;
        min-height: 140px;
    }

    .search-result ul {
        padding-left: 0 !important;
        list-style: none;
    }

        .search-result ul li {
            font: 400 normal .85em "Roboto",Arial,Verdana,sans-serif;
            line-height: 30px;
        }

            .search-result ul li i {
                padding-right: 5px;
            }

    .search-result .col-md-7 {
        position: relative;
    }

    .search-result h3 {
        font: 500 normal 1.375em "Roboto",Arial,Verdana,sans-serif;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

        .search-result h3 > a, .search-result i {
            color: #248dc1 !important;
        }

    .search-result p {
        font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif;
    }

    .search-result span.plus {
        position: absolute;
        right: 0;
        top: 126px;
    }

        .search-result span.plus a {
            background-color: #248dc1;
            padding: 5px 5px 3px 5px;
        }

            .search-result span.plus a:hover {
                background-color: #414141;
            }

            .search-result span.plus a i {
                color: #fff !important;
            }

    .search-result span.border {
        display: block;
        width: 97%;
        margin: 0 15px;
        border-bottom: 1px dotted #ccc;
    }

.summary-text {
    font-size: 15px;
    font-weight: bold;
    color: #3e7cb4;
}

.cat-textn {
    font-size: 14px;
}


.cat-textb {
    font-weight: bold;
    font-size: 14px;
    color: #0a73ba;
}

.cat-textb3 {
    font-weight: bold;
    font-size: 16px;
    color: #0a73ba;
}

.cart-price {
    font-weight: bold;
    font-size: 16px;
    color: #0c4122;
}

.cart-price-head {
    font-weight: none;
    font-size: 16px;
    color: #000;
}

.art-total {
    text-align: right;
}

    .art-total h2 {
        font-size: 16px;
        font-weight: bold;
        color: #3b5998;
    }

    .art-total span {
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }

.mar-r-top {
    margin-top: 6px;
}

.privacy-text {
    font-size: 14px;
    line-height: 22px;
}

.privacy-text2 {
    font-size: 14px;
    line-height: 22px;
    color: #3e7cb4;
}

.privacy-text-main {
    font-size: 14px;
    line-height: 22px;
    color: #0569ff;
}

.perc-h {
    font-size: 14px;
    line-height: 22px;
    color: #2d7938;
}

.perc-p {
    font-size: 14px;
    line-height: 22px;
}



.st-mar {
    margin-right: 70px;
}

.new-cart-ma {
    margin-top: 20px;
}

.card-base > .card-icon {
    text-align: center;
    position: relative;
}

.imagecard {
    z-index: 2;
    display: block;
    positioN: relative;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 auto;
    color: white;
}

.card-base > .card-icon > .card-data {
    min-height: 200px !important;
    margin-top: -24px;
    background: ghostwhite;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-height: 215px;
}

#widgetCardIcon {
    background: #3e7cb4 !important;
    font-size: 28px;
    line-height: 78px;
}

.margin-top-help {
    margin-top: 30px;
}


.panel-table .panel-body {
    padding: 0;
}

    .panel-table .panel-body .table-bordered {
        border-style: none;
        margin: 0;
    }

        .panel-table .panel-body .table-bordered > thead > tr > th:first-of-type {
            text-align: center;
            width: 100px;
        }

        .panel-table .panel-body .table-bordered > thead > tr > th:last-of-type,
        .panel-table .panel-body .table-bordered > tbody > tr > td:last-of-type {
            border-right: 0px;
        }

        .panel-table .panel-body .table-bordered > thead > tr > th:first-of-type,
        .panel-table .panel-body .table-bordered > tbody > tr > td:first-of-type {
            border-left: 0px;
        }

        .panel-table .panel-body .table-bordered > tbody > tr:first-of-type > td {
            border-bottom: 0px;
        }

        .panel-table .panel-body .table-bordered > thead > tr:first-of-type > th {
            border-top: 0px;
        }

.panel-table .panel-footer .pagination {
    margin: 0;
}

/*
used to vertically center elements, may need modification if you're not using default sizes.
*/
.panel-table .panel-footer .col {
    line-height: 34px;
    height: 34px;
}

.panel-table .panel-heading .col h3 {
    /* line-height: 30px; */
    /* height: 30px; */
    font-size: 13px;
}

.panel-table .panel-body .table-bordered > tbody > tr > td {
    line-height: 34px;
}


.box {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}

.box-icon {
    background-color: #1375bc;
    border-radius: 50%;
    display: table;
    height: 80px;
    margin: 0 auto;
    width: 80px;
    margin-top: -61px;
}

    .box-icon span {
        color: #fff;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

.info h4 {
    font-size: 22px;
    letter-spacing: 0px;
    /* text-transform: uppercase; */
}

.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}

.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

    .info > a:hover {
        background-color: #0288d1;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
        color: #fff;
        transition: all 0.5s ease 0s;
    }



.box2 {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
    text-align: left;
}

.box2scroll {
    overflow-y: auto;
    min-height: 400px;
}

.box-icon2 {
    background-color: #1375bc;
    border-radius: 50%;
    display: table;
    height: 80px;
    margin: 0 auto;
    width: 80px;
    margin-top: -61px;
}

    .box-icon2 span {
        color: #fff;
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }

.info2 h4 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: bold;
    /* text-transform: uppercase; */
}

.info2 h5 {
    font-size: 15px;
    letter-spacing: 0px;
    color: #0279ad;
    font-weight: bold;
    /* text-transform: uppercase; */
}

.info2 h6 {
    font-size: 13px;
    letter-spacing: 0px;
    color: #0279ad;
    /* text-transform: uppercase; */
}

.file {
    visibility: hidden;
    position: absolute;
}


/* .............................................................................. */

.box3 {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
    text-align: left;
}

.box-icon3 {
    background-color: #1375bc;
    border-radius: 50%;
    display: table;
    height: 80px;
    margin: 0 auto;
    width: 80px;
    margin-top: -61px;
}

    .box-icon3 span {
        color: #fff;
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }

.info3 h4 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: bold;
    /* text-transform: uppercase; */
}

.info3 h5 {
    font-size: 15px;
    letter-spacing: 0px;
    color: #0279ad;
    font-weight: bold;
    /* text-transform: uppercase; */
}

.info3 h6 {
    font-size: 13px;
    letter-spacing: 0px;
    color: #0279ad;
    /* text-transform: uppercase; */
}

.bank-payment {
    font-size: 14px;
    letter-spacing: 0px;
    color: #0279ad;
    font-weight: bold;
    /* text-transform: uppercase; */
}

.info2 > p {
    color: #717171;
    font-size: 13px;
    /* padding-top: 10px; */
    text-align: justify;
}

.info2 > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

    .info2 > a:hover {
        background-color: #0288d1;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
        color: #fff;
        transition: all 0.5s ease 0s;
    }

/*
 * A colorselector for Twitter Bootstrap which lets you select a color from a predefined set of colors only.
 * https://github.com/flaute/bootstrap-colorselector
 *
 * Copyright (C) 2014 Flaute
 *
 * Licensed under the MIT license
 */

/* colorselector dropdown */
.dropdown-colorselector > .dropdown-menu {
    top: 80%;
    left: -7px;
    padding: 4px;
    min-width: 130px;
    max-width: 130px;
}

    /*
.dropdown-colorselector>.dropdown-menu.pull-right {
  right: -7px;
  left: auto;
}
*/
    .dropdown-colorselector > .dropdown-menu > li {
        display: block;
        float: left;
        width: 20px;
        height: 20px;
        margin: 2px;
    }

        .dropdown-colorselector > .dropdown-menu > li > .color-btn {
            display: block;
            width: 20px;
            height: 20px;
            margin: 0;
            padding: 0;
            border-radius: 0;
            position: relative;
            -webkit-transition: all ease 0.1s;
            transition: all ease 0.1s;
        }

            .dropdown-colorselector > .dropdown-menu > li > .color-btn:hover {
                text-decoration: none;
                opacity: 0.8;
                filter: alpha(opacity = 80);
                -webkit-transform: scale(1.08);
                -ms-transform: scale(1.08);
                transform: scale(1.08);
            }

            .dropdown-colorselector > .dropdown-menu > li > .color-btn.selected:after {
                content: "\e013";
                font-family: 'Glyphicons Halflings';
                display: inline-block;
                font-size: 11px;
                color: #FFF;
                position: absolute;
                left: 0;
                right: 0;
                text-align: center;
                line-height: 20px;
            }

.btn-colorselector {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #DDD;
    vertical-align: middle;
    border-radius: 0;
}

.dropdown-menu.dropdown-caret:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}

.dropdown-menu.dropdown-caret:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}

/*
.dropdown-menu.pull-right.dropdown-caret:before {
  left: auto;
  right: 9px;
}

.dropdown-menu.pull-right.dropdown-caret:after {
  left: auto;
  right: 10px;
}
*/



/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
        font-family: roboto;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .loginmodal-container input[type=text], input[type=password] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        /* border-radius: 2px; */
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

    .loginmodal-submit:hover {
        /* border: 1px solid #2f5bb7; */
        border: 0px;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-color: #357ae8;
        /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
    }

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars {
    margin: 20px 0;
    font-size: 24px;
    color: #3e7cb4;
}

.btn-radio {
    width: 100%;
}

.img-radio {
    opacity: 0.5;
    margin-bottom: 5px;
}

.space-20 {
    margin-top: 20px;
}

.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label>img {
  border: 1px solid #fff;
  box-shadow: 0 0 2px 2px #004885;
  cursor: pointer;
}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label>img {
  border: 1px solid #dadada;
  width: 50px;
  height: 50px;
  transition: 500ms all;
  cursor: pointer;
}

/* input[type=radio]:checked + label>img { */
  /* transform:  */
    /* rotateZ(-10deg)  */
    /* rotateX(10deg); */
/* } */

/*
 | //lea.verou.me/css3patterns
 | Because white bgs are boring.

html {
  background-color: #fff;
  background-size: 100% 1.2em;
  /*background-image: 
    linear-gradient(
      90deg, 
      transparent 79px, 
      #abced4 79px, 
      #abced4 81px, 
      transparent 81px
    ),
    linear-gradient(
      #eee .1em, 
      transparent .1em
    );*/
}

.paymentWrap {
    padding: 25px;
}

    .paymentWrap .paymentBtnGroup {
        max-width: 800px;
        margin: auto;
    }

        .paymentWrap .paymentBtnGroup .paymentMethod {
            padding: 55px;
            box-shadow: none;
            position: relative;
        }

            .paymentWrap .paymentBtnGroup .paymentMethod.active {
                outline: none !important;
            }

                .paymentWrap .paymentBtnGroup .paymentMethod.active .method {
                    border-color: #7e9300;
                    outline: none !important;
                    box-shadow: 0px 3px 22px 0px #7b7b7b;
                }

            .paymentWrap .paymentBtnGroup .paymentMethod .method {
                position: absolute;
                right: 3px;
                top: 3px;
                bottom: 3px;
                left: 3px;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                border: 2px solid transparent;
                transition: all 0.5s;
            }


                /* .paymentWrap .paymentBtnGroup .paymentMethod .method.master-card { */
                /* background-image: url("data:image/png;base64,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"); */
                /* } */

                .paymentWrap .paymentBtnGroup .paymentMethod .method.amex {
                    background-image: url("debit.jpg");
                }

                .paymentWrap .paymentBtnGroup .paymentMethod .method.vishwa {
                    background-image: url("jpg.jpg");
                }

                .paymentWrap .paymentBtnGroup .paymentMethod .method.ez-cash {
                    background-image: url("mobile.jpg");
                }


                .paymentWrap .paymentBtnGroup .paymentMethod .method:hover {
                    border-color: #7e9300;
                    outline: none !important;
                }

.account-mang-p {
    font-size: 16px;
    line-height: 26px;
}

.img-thumbnail-browsing-history {
    height: 80px;
}

.thumbnail h2 {
    font-size: 14px;
    line-height: 20px;
    height: 30px;
}

.thumbnail p {
    height:26px !important;
    line-height:14px;
    font-size: 13px;
    color: #3e7cb4;
    font-weight: bold;
    height: 15px;
}

.thumbnail img {
    height: 204px;
}

.soldby-caption {
    color: black;
}


._select_color {
    font-size: 20px;
    padding: 10px 12px;
    font-weight: 300;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    width: 100%;
    height: auto;
    box-shadow: none;
    text-align: left;
    background-image: none;
    color: #796652;
    background: white;
}

._select_color_drop {
    margin: 0;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 99%;
    border-top: 0;
    width: 100%;
}

    ._select_color_drop > li {
        display: inline-block;
        padding: 7px;
        border-right: 1px solid rgba(192, 192, 192, 0.55);
        cursor: pointer;
        float: left;
    }

        ._select_color_drop > li > .color, .btn > span.color {
            width: 25px;
            height: 25px;
            border-radius: 4px;
            float: left;
        }

.btn > span.color {
    margin-right: 10px;
}

.btn .caret {
    float: right;
    border-top: 7px solid;
    font-size: 28px;
    padding-top: 5px;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 20px;
}

._select_color_drop > li > .red, .btn._select_color > span.red {
    background-color: red;
}

._select_color_drop > li > .green, .btn._select_color > span.green {
    background-color: green;
}

._select_color_drop > li > .yellow, .btn._select_color > span.yellow {
    background-color: yellow;
}

._select_color_drop > li > .brown, .btn._select_color > span.brown {
    background-color: brown;
}

._select_color_drop > li > .orange, .btn._select_color > span.orange {
    background-color: orange;
}

._select_color_drop > li > .pink, .btn._select_color > span.pink {
    background-color: pink;
}

._select_color_drop > li > .silver, .btn._select_color > span.silver {
    background-color: silver;
}

._select_color_drop > li > .blue, .btn._select_color > span.blue {
    background-color: blue;
}

._select_color_drop > li > .TEAL, .btn._select_color > span.TEAL {
    background-color: #008080;
}

._select_color_drop > li > .NAVY, .btn._select_color > span.NAVY {
    background-color: #000080;
}

._select_color_drop > li > .PURPLE, .btn._select_color > span.PURPLE {
    background-color: #800080;
}

._select_color_drop > li > .OLIVE, .btn._select_color > span.OLIVE {
    background-color: #808000;
}

._select_color_drop > li > .LIME, .btn._select_color > span.LIME {
    background-color: #00FF00;
}

.colorBox > div {
    width: 30px;
    height: 30px;
    background: url(https://www.pakbaazar.com/pics/color.png);
}

#contentWrapper {
    background: #fff;
    padding: 10px 10px 0;
    box-shadow: 3px 2px 5px rgba(0,0,0,.3);
    margin: 20px 0;
}

.paymentmethod_displayborder{
        border: 1px #F00 solid !important;
}

.btn-gray {
    background-color: #ccc;
    background-image: -moz-linear-gradient(#f4f4f4,#bcbcbc);
    background-image: -webkit-linear-gradient(#f4f4f4,#bcbcbc);
    background-image: -ms-linear-gradient(#f4f4f4,#bcbcbc);
    border-color: #aaa;
    color: #000;
}


.btn-file {
    position: relative;
}


    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 999px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        cursor: inherit;
        display: block;
    }

input[readonly] {
    background-color: #fff !important;
    cursor: text !important;
}


.conversation-wrap {
    box-shadow: -2px 0 3px #ddd;
    padding: 0;
    max-height: 400px;
    overflow: auto;
    min-height: 400px;
}

.conversation {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

/*.conversation:hover
    {
        background-image: url(../image/DeleteRed.png);
        background-position: right;
        background-repeat: no-repeat;

    }*/

.ahmad {
    margin-left: 0px;
    margin-right: 57px;
    margin-bottom: -15px;
}

.conversation:hover .hidecross {
    display: block;
}

.hidecross {
    display: none;
}

.conversation-active {
    background-color: #d8edfb;
    border: 1px solid #ccc;
}

.conversation-new {
    background-color: #fff;
    border: 2px solid #e3e4e4;
    font-weight: bold;
    color: #0b6bad;
}

    .conversation-new a {
        color: #075386;
    }

.message-wrap {
    box-shadow: 0 0 3px #ddd;
    padding: 0;
    min-height: 400px;
}

.msg {
    padding: 5px;
    /*border-bottom:1px solid #ddd;*/
    margin: 0;
}

.msg-wrap {
    padding: 10px;
    max-height: 400px;
    overflow: auto;
}

.time {
    color: #bfbfbf;
}

.send-wrap {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px;
    /*background: #f8f8f8;*/
}

.send-message {
    resize: none;
}

.highlight {
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

.send-message-btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-panel {
    background: #f7f7f9;
}

    .btn-panel .btn {
        color: #b8b8b8;
        transition: 0.2s all ease-in-out;
    }

        .btn-panel .btn:hover {
            color: #666;
            background: #f8f8f8;
        }

        .btn-panel .btn:active {
            background: #f8f8f8;
            box-shadow: 0 0 1px #ddd;
        }

.btn-panel-conversation .btn, .btn-panel-msg .btn {
    background: #f8f8f8;
    border-right: 1px solid #b8b8b8;
}

    .btn-panel-conversation .btn:first-child {
        border-right: 1px solid #b8b8b8;
    }

.msg-wrap .media-heading {
    color: #003bb3;
    font-weight: 700;
}

.btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 1;
}

.radio-n {
    margin-left: 20px;
}

/* layout.css Style */
.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
}

.edit-table {
    color: #095ae1;
}

.crosstable {
    color: #de081c;
}


/* skin.css Style*/
.upload-drop-zone {
    color: #9f9d9d;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center;
    font-size: 16px;
}

    .upload-drop-zone.drop {
        color: #222;
        border-color: #222;
    }



.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .image-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.image-preview-input-title {
    margin-left: 2px;
}

.msg-date {
    background: none;
    text-align: center;
    color: #5bb75b;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

.msg-date2 {
    background: none;
    text-align: center;
    color: #3e7cb4;
    border: none;
    box-shadow: none;
    /* border-bottom: 1px solid #ddd; */
}

a {
    color: #666666;
}

.libreProfileSpan {
    margin-left: 10px;
}

.librePanelHeading {
    padding: 5px 10px;
}

.librePanelListGroupItem {
    padding: 5px 15px;
}

.librePanelSubListGroupItem {
    padding: 0px;
}

.libreMenuIcon {
    padding: 5px 3px;
}

.star-color {
    color: #ffcc00 !Impotant;
}

#radioBtn .notActive {
    color: #3276b1;
    background-color: #fff;
}

.star-text {
    font-size: 14px;
    font-weight: bold;
}

    .star-text p {
        font-size: 13px;
        body:: -webkit-scrollbar;

{
    width: 12px;
}



.margin-bottom-erp {
    margin-bottom: 30px;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    /*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
    background: #ddd;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #ddd;
    }

.paymentWrap {
    padding: 50px;
}

.paymentWrap2 .paymentBtnGroup2 {
    max-width: 800px;
    margin: auto;
}

    .paymentWrap2 .paymentBtnGroup2 .paymentMethod2 {
        padding: 40px;
        box-shadow: none;
        position: relative;
    }

        .paymentWrap2 .paymentBtnGroup2 .paymentMethod2.active {
            outline: none !important;
        }

            .paymentWrap2 .paymentBtnGroup2 .paymentMethod2.active .method2 {
                border-color: #4cd264;
                outline: none !important;
                box-shadow: 0px 3px 22px 0px #7b7b7b;
            }

        .paymentWrap2 .paymentBtnGroup2 .paymentMethod2 .method2 {
            position: absolute;
            right: 3px;
            top: 3px;
            bottom: 3px;
            left: 3px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            border: 2px solid transparent;
            transition: all 0.5s;
        }

            .paymentWrap2 .paymentBtnGroup2 .paymentMethod2 .method2.visa2 {
                background-colo: url("data:image/png;base64,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");
            }



            .paymentWrap2 .paymentBtnGroup2 .paymentMethod2 .method2:hover {
                border-color: #4cd264;
                outline: none !important;
            }





/* SCSS STYLES */
/*
.funkyradio {

    div {
        clear: both;
        overflow: hidden;
    }

    label {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #D1D3D4;
        font-weight: normal;
    }

    input[type="radio"],
    input[type="checkbox"] {

        &:empty {
            display: none;

            ~ label {
                position: relative;
                line-height: 2.5em;
                text-indent: 3.25em;
                margin-top: 2em;
                cursor: pointer;
                user-select: none;

                &:before {
                    position: absolute;
                    display: block;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    content: '';
                    width: 2.5em;
                    background: #D1D3D4;
                    border-radius: 3px 0 0 3px;
                }
            }
        }

        &:hover:not(:checked) ~ label {
            color: #888;

            &:before {
                content: '\2714';
                text-indent: .9em;
                color: #C2C2C2;
            }
        }

        &:checked ~ label {
            color: #777;

            &:before {
                content: '\2714';
                text-indent: .9em;
                color: #333;
                background-color: #ccc;
            }
        }

        &:focus ~ label:before {
            box-shadow: 0 0 0 3px #999;
        }
    }

    &-default {
        input[type="radio"],
        input[type="checkbox"] {
            &:checked ~ label:before {
                color: #333;
                background-color: #ccc;
            }
        }
    }

    &-primary {
        input[type="radio"],
        input[type="checkbox"] {
            &:checked ~ label:before {
                color: #fff;
                background-color: #337ab7;
            }
        }
    }

    &-success {
        input[type="radio"],
        input[type="checkbox"] {
            &:checked ~ label:before {
                color: #fff;
                background-color: #5cb85c;
            }
        }
    }

    &-danger {
        input[type="radio"],
        input[type="checkbox"] {
            &:checked ~ label:before {
                color: #fff;
                background-color: #d9534f;
            }
        }
    }

    &-warning {
        input[type="radio"],
        input[type="checkbox"] {
            &:checked ~ label:before {
                color: #fff;
                background-color: #f0ad4e;
            }
        }
    }

    &-info {
        input[type="radio"],
        input[type="checkbox"] {
            &:checked ~ label:before {
                color: #fff;
                background-color: #5bc0de;
            }
        }
    }
}
*/

.tbsColor {
    background-color: #337ab7;
    color: white;
}