@charset "UTF-8";

/*----------------------------------
    1. Body / Typography
----------------------------------*/

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    color: #848687;
    font-weight: 400;
    line-height: 30px;
    background-color: #f3f5f7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1c1e1e;
    margin: 0px 0px 15px 0px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
}

h1 {
    font-size: 30px;
    line-height: 42px;
}

h2 {
    font-size: 24px;
    line-height: 32px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 26px;
}

h5 {
    font-size: 14px;
    font-weight: 400;
}

h6 {
    font-size: 12px;
    font-weight: 400;
}

p {
    margin: 0 0 24px;
    line-height: 1.8;
}

p:last-child {
    margin: 0px;
}

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

a {
    text-decoration: none;
    color: #1c1e1e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #fb730f;
}

sub {
    bottom: 0em;
}

.lead {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Roboto Condensed', sans-serif;
    color: #1c1e1e;
    margin-bottom: 30px;
}

blockquote {
    padding: 10px 32px;
    margin: 0 0 30px;
    font-size: 17.5px;
    border-left: 5px solid #fb730f;
}

.qoute-icon {}

.blockquote-content {}

.blockquote-text {
    font-family: 'Roboto Condensed', sans-serif;
    color: #1c1e1e;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
}

.blockquote-author {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}

strong {
    color: #1c1e1e;
}

hr {
    border-top: 1px solid #e8ecf0;
    margin-bottom: 40px;
    margin-top: 40px;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 0px 0 20px 30px;
}

.alignleft {
    float: left;
    margin: 0px 20px 0px 0;
}

a img.alignright {
    float: right;
    margin: 0px 0 30px 30px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

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

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*-----------------------------------
    3. Buttons
-----------------------------------*/

.btn {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 26px;
    border-radius: 4px;
    line-height: 2;
    letter-spacing: 2px;
    border: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    word-wrap: break-word;
    white-space: normal !important;
}

.btn-primary {
    background-color: #fb730f;
    color: #fff;
}

.btn-primary:hover {
    background-color: #ed6908;
    color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #ed6908;
    color: #fff;
}

.btn-default {
    background-color: #0cafe5;
    color: #fff;
}

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

.btn-default.focus,
.btn-default:focus {
    background-color: #0e9bc9;
    color: #fff;
}

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

.btn-sm {
    padding: 12px 22px;
    font-size: 12px;
}

.btn-xs {
    padding: 10px 14px;
    font-size: 11px;
}

.btn-white {
    color: #13387c;
    background: #fff;
    margin-bottom: -10px;
}

.btn-white:hover {
    background-color: #fff;
    color: #13387c;
}

.btn-white.focus,
.btn-white:focus {
    background-color: #fff;
    color: #19202b;
}

.btn-link {
    color: #1c1e1e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.btn-link:hover {
    color: #fb730f;
    text-decoration: none;
}

/*-----------------------------------
    4. General / Elements
-----------------------------------*/

/*-----------------------
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small {
    padding-top: 0px;
    padding-bottom: 0px;
}

.space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}

.space-large {
    padding-top: 120px;
    padding-bottom: 120px;
}

.space-ex-large {
    padding-top: 140px;
    padding-bottom: 140px;
}

.content {
    padding-top: 30px;
    padding-bottom: 40px;
}

/*----------------------
   4.2 Margin Space
-----------------------*/

.ml30 {
    margin-left: 30px;
}

.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb130 {
    margin-bottom: 130px;
}

.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

/*----- less margin space from top --*/

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

.mt-40 {
    margin-top: -40px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-80 {
    margin-top: -80px;
}

/*-----------------------
   4.3 Padding space
-------------------------*/

.nopadding {
    padding: 0px;
}

.nopr {
    padding-right: 0px;
}

.nopl {
    padding-left: 0px;
}

.pinside10 {
    padding: 10px;
}

.pinside20 {
    padding: 20px;
}

.pinside30 {
    padding: 30px;
}

.pinside40 {
    padding: 40px;
}

.pinside50 {
    padding: 50px;
}

.pinside60 {
    padding: 60px;
}

.pinside80 {
    padding: 80px;
}

.pinside130 {
    padding: 130px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt60 {
    padding-top: 60px;
}

.pdt80 {
    padding-top: 80px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb60 {
    padding-bottom: 60px;
}

.pdb80 {
    padding-bottom: 80px;
}

.pdb150 {
    padding-bottom: 150px;
}

.pdl10 {
    padding-left: 10px;
}

.pdl20 {
    padding-left: 20px;
}

.pdl30 {
    padding-left: 30px;
}

.pdl40 {
    padding-left: 40px;
}

.pdl60 {
    padding-left: 60px;
}

.pdl80 {
    padding-left: 80px;
}

.pdr10 {
    padding-right: 10px;
}

.pdr20 {
    padding-right: 20px;
}

.pdr30 {
    padding-right: 30px;
}

.pdr40 {
    padding-right: 40px;
}

.pdr60 {
    padding-right: 60px;
}

.pdr80 {
    padding-right: 80px;
}

.pdtb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

/*--------------------------------
4.4 Background & Block color
----------------------------------*/

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

.bg-primary {
    background-color: #1aa644;
    color: #fff;
}

.bg-default {
    background-color: #0cafe5;
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.outline {}

.section-title {
    margin-bottom: 40px;
    text-align: center;
}

.title {
    color: #1c1e1e;
}

.small-title {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 900;
    color: #ec1010;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.text-white {
    color: #fff;
}

.text-default {
    color: #0cafe5;
}

.text-primary {
    color: #676b6e;
}

.text-green {
    color: #43cf22;
}

.text-black {
    color: #1c1e1e;
}

.text-secondary {
    color: #848687;
}

.primary-sidebar {}

.secondary-sidebar {}

.well-block {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 30px;
}

.divider-line {
    border-bottom: 1px solid #e8ecf0;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*--------------------------------
4.5 Features Block
----------------------------------*/

.features-section {}

.feature {
    text-align: center;
}

.feature-list {
    border-bottom: 1px solid #e8ecf0;
}

.feature-list ul {}

.feature-list ul li {}

.feature-icon {}

.feature-content {}

.feature-inner {}

.feature-outline {}

/*--- Feature left  class ---*/

.feature-left {
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f7f9;
}

.feature-left:last-child {
    margin-bottom: 0px;
    border-bottom: transparent;
}

.feature-left .feature-icon {
    float: left;
    padding-top: 16px;
}

.feature-left .feature-content {
    padding-top: 8px;
    padding-left: 70px;
    padding-bottom: 20px;
}

.feature-outline-icon {
    float: left;
    padding-top: 9px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding-left: 16px;
    font-size: 18px;
    margin-top: 13px;
}

/*--- Feature center class ---*/

.feature-center {}

.feature-center .feature-icon {}

.feature-center .feature-icon.feature-circle:hover {}

.feature-center .feature-icon.feature-circle {}

.feature-center .feature-content {}

/*--- Feature list class ---*/

.feature-list {}

.feature-list ul {}

.feature-list ul li {}

.feature-list li:before {}

/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/

.arrow {
    position: relative;
}

.arrow li {
    padding-left: 14px;
    line-height: 30px;
    font-size: 14px;
}

.arrow li:before {
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #8e9091;
    content: '\f105';
}


/*--------------------------------
 4.8 Image Hover Effect
----------------------------------*/

img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
}

.imghover {
    display: block;
    position: relative;
    max-width: 100%;
}

.imghover::before,
.imghover::after {
    display: block;
    position: absolute;
    content: "";
    text-align: center;
    opacity: 0;
}

.imghover::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.imghover::after {
    top: 55%;
    left: 50%;
    padding: 10px;
    line-height: 10px;
    margin: -25px 0 0 -25px;
    content: "\f0fe";
    font-family: "FontAwesome";
    font-size: 30px;
}

.imghover:hover::before,
.imghover:hover::after {
    opacity: 1;
}

.imghover:hover::before {
    background: rgba(12, 175, 229, .60);
}

.imghover:hover::after {
    color: #fff;
}


/*-----------------------------------
    6. Slider
-------------------------------------*/

.slider {
    margin-bottom: -40px;
    margin-top: 67px;
}

.slider-img {
    position: relative;
    width: 100%;
    max-height: 520px;
}

.slider-img img {
    position: relative;
    z-index: -1;
}

.slider-captions {
    position: absolute;
    bottom: 90px;
    width: 100%;
    color: #1c1e1e;
    text-align: left;
    border-radius: 2px;
}

.slider-title {
    color: #1c1e1e;
    font-size: 34px;
    font-weight: 400;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.slider-price {
    font-size: 34px;
    margin-bottom: 5px;
}

.slider .owl-theme .owl-nav {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 43%;
    left: 0px;
    color: #1c1e1e;
    font-size: 40px;
    margin: 12px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    height: 0px;
    width: 0px;
}

.slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 43%;
    right: 18px;
    color: #1c1e1e;
    font-size: 40px;
    margin: 12px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    height: 0px;
    width: 0px;
}

.slider .owl-theme .owl-nav .owl-prev:hover {
    background-color: transparent;
    text-decoration: none;
    color: #fb730f;
}

.slider .owl-theme .owl-nav .owl-next:hover {
    background-color: transparent;
    text-decoration: none;
    color: #fb730f;
}

.slider .owl-theme .owl-dots {
    display: none;
}

.slider .owl-theme .owl-carousel .owl-item img {
    width: 100%;
}

.brand-img {
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
}


/*-------------------------
 9.1 Product List
---------------------------*/

.showcase-block {
    margin-bottom: 30px;
    min-height: 100px;
    background-color: #e8eaec;
    padding: 30px 30px 0px 30px;
    text-align: center;
}

.showcase-img {
    /* padding-top: 18px; */
}

.display-logo {
    margin-bottom: 30px;
}

.showcase-block:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
}

.showcase-block.active {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
}

.product-block {
    margin-bottom: 20px;
    border: 1px solid #f3f5f7;
    text-align: center;
    background-color: #fff;
    max-height: 427px;
}

.product-img {
    padding: 20px;
    margin-bottom: 10px;
    max-height: 240px;
}

.product-content {
    border-top: 1px solid #f3f5f7;
    padding: 30px 5px;
}

.product-title {
    color: #848687;
    font-size: 15px;
}

.product-content h5 {
    margin-bottom: 5px;
}

.product-meta {
    margin-bottom: 10px;
}

.product-price {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
    color: blue;
    display: inline-block;
    margin-right: 5px;
}

.discounted-price {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 700;
    color: #a6a7a8;
    display: inline-block;
    margin-right: 5px;
}

.offer-price {
    color: #1c1e1e;
    font-size: 14px;
}

.shopping-btn {}

.product-btn {
    /* width: 35px; */
    /* height: 35px; */
    /* border-radius: 100%; */
    line-height: 1.2;
    padding: 10px 22px;
    display: inline-block;
    font-size: 13px;
}

.btn-like {
    background-color: blue;
    color: #fff;
}

.btn-cart {
    background-color: #0cafe5;
    color: #fff;
}

.btn-like:hover {
    background-color: #ed6908;
    color: #fff;
}

.btn-cart:hover {
    background-color: #0e9bc9;
    color: #fff;
}

.product-block:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    border: 1px solid #e6eaed;
}

.product-block:active {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    border: 1px solid #e6eaed;
}

.product-carousel .owl-carousel .owl-item img {
    width: inherit;
    display: inline-block;
}

.product-carousel .owl-theme .owl-nav {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.product-carousel .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: -60px;
    color: #a9acae;
    font-size: 60px;
    margin: 12px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    height: 0px;
    width: 0px;
}

.product-carousel .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -32px;
    color: #a9acae;
    font-size: 60px;
    margin: 12px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    height: 0px;
    width: 0px;
}

.product-carousel .owl-theme .owl-nav .owl-prev:hover {
    background-color: transparent;
    text-decoration: none;
    color: #fb730f;
}

.product-carousel .owl-theme .owl-nav .owl-next:hover {
    background-color: transparent;
    text-decoration: none;
    color: #fb730f;
}

.product-block strong {
    color: #848687;
}

.newsletter-wrapper {
    background: url(../images/cta_wrapper.jpg) no-repeat;
    min-height: 220px;
    margin-bottom: 30px;
    position: relative;
}

.newsletter-form {
    position: absolute;
    top: 45px;
}

.newsletter-form .form-control {
    background-color: #fff;
    height: 58px;
    position: relative;
    border: transparent;
}

.newsletter-form button {}

.newsletter-form button.btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.newsletter-title {
    margin-top: 5px font-size:30px;
}

/*-------------------------
 9.2 Product Single
---------------------------*/

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    position: relative;
}

#cssmenu a {
    line-height: 1.3;
    padding: 18px 28px;
}

#cssmenu {
    margin-bottom: 30px;
}

#cssmenu>ul>li {
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #e8eaec;
}

#cssmenu>ul>li:last-child {
    border-bottom: 1px solid #fff;
}

#cssmenu>ul>li>a {
    font-size: 13px;
    display: block;
    color: #1c1e1e;
    background: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#cssmenu>ul>li>a:hover {
    text-decoration: none;
    color: #ff3c2e;
}

#cssmenu>ul>li.active {
    border-bottom: none;
}

#cssmenu>ul>li.active>a {
    background: #fff;
    border-bottom: #e8eaec 2px solid;
    color: #1c1e1e;
}

#cssmenu>ul>li.has-sub>a:after {
    content: '\f067';
    position: absolute;
    top: 18px;
    right: 14px;
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #848687;
}

#cssmenu>ul>li.has-sub.active>a:after {
    content: '\f068';
    position: absolute;
    right: 14px;
    top: 18px;
    font-family: 'FontAwesome';
    color: #848687;
    font-size: 12px;
}

/* Sub menu */

#cssmenu ul ul {
    padding: 0;
    display: none;
    margin-top: 15px;
}

#cssmenu ul ul a {
    background: #fff;
    display: block;
    color: #848687;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 6px 0px;
}

#cssmenu ul ul a:hover {
    color: #ff3c2e;
}

#cssmenu ul ul li {
    border-bottom: 0px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
}

.checkbox-list {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    bottom: 2px;
}

#cssmenu ul ul li:last-child {
    border: none;
}

.thumb-img img {
    border: 1px solid #c8cbcf;
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
    padding: 13px 8px;
}

.thumb-img img:hover {
    border: 1px solid #fb730f;
}

.product-single {}

.product-single h2 {
    margin-bottom: 0px;
}

.product-quantity {}

.quantity {}

.quantity .qty {
    width: 67px;
    text-align: center;
    height: 45px;
}

.qty {
    padding: 5px;
}

.input-text {
    padding: .6180469716em;
    border: 1px solid #c8cbcf;
    background-color: #fff;
    color: #43454b;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
}

.product-social {
    float: none;
    margin-bottom: 20px;
}

.product-social a span {
    font-size: 20px;
    padding-right: 16px;
    color: #9b9b9b;
}

.product-social a span:hover {
    color: #f25b6a;
}

.product-tag {
    text-transform: lowercase;
}

.product-tag-title {
    text-transform: uppercase;
    padding-right: 10px;
}

.product-rating {
    margin-bottom: 15px;
    font-size: 13px;
    color: #ffc700;
}

.product-single strike {
    font-size: 24px;
    color: #1c1e1e;
}

.product-detail {}

.product-small-title {
    border-bottom: 2px solid #e8ecf0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.highlights {
    margin-bottom: 40px;
}

.highlights ul {}

.highlights ul li {
    color: #848687;
}

.rating-review {
    text-align: center;
}

.rating-review h1 {
    margin-bottom: 0px;
    font-size: 40px;
}

.review-rating {}

.star-rate {
    bottom: 32px;
    left: 80px;
}

.rating-review h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.customer-reviews {}

.reviews-text {
    position: absolute;
    bottom: 50px;
    left: 130px;
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
}

.customer-reviews .product-rating {
    font-size: 18px;
    position: relative;
}

.review-form {}

.review-form .form-control {
    background-color: #f4f7f9;
    margin-bottom: 30px;
}

.scroll-nav {}

.scroll-nav a {
    margin-right: 20px;
    padding-bottom: 22px
}

.scroll-nav a:hover {
    border-bottom: 1px solid #fb730f;
    color: #fb730f;
}

.scroll-nav a.active {
    border-bottom: 1px solid #fb730f;
    color: #fb730f;
}

/*--------------------------
 9.7  Styleguide
 ----------------------------*/

.box {}

.box-head {
    background-color: #ffffff;
    border-bottom: 1px solid #f3f5f7
}

.head-title {
    padding: 16px 30px;
    margin-bottom: 0px;
}

.box-body {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
}

.box-info {
    font-size: 16px;
    line-height: 1.6;
}

.circle-default-color {
    background-color: #0cafe5;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #51c4ea;
}

.circle-primary-color {
    background-color: #fb730f;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #f99a54;
}

.circle-secondary-color {}

.circle-heading-color {
    background-color: #1c1e1e;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #5c5e5f;
}

.circle-paragraph-color {
    background-color: #848687;
    height: 162px;
    width: 162px;
    border-radius: 50%;
    border: 5px solid #a5a7a8;
}

.box-bg-color {}

.ordered ol {
    list-style: decimal;
    margin-left: 20px;
}

.ordered ol li {
    line-height: 2;
}

.altenate {}

.altenate ul {
    list-style: none;
}

.altenate ul li {
    border-bottom: 1px solid #e8ecf0;
    line-height: 2.5;
}

.box-table {
    padding: 16px 30px;
    margin: 0 -15px 15px;
    border-color: ;
    border: 1px solid #dbdad8;
}

.box-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

/*----- pagination -----*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.st-pagination {
    margin-top: 30px;
    text-align: center;
}

.st-pagination .pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    line-height: 1.8;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 12px;
    border-radius: 0px;
    border: 1px solid #9fa3a7;
    background-color: #c6c7c9;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px;
    margin-bottom: 5px;
    padding: 5px 9px;
}

.st-pagination .pagination>li>a:focus,
.st-pagination .pagination>li>a:hover,
.st-pagination .pagination>li>span:focus,
.st-pagination .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #fb730f;
    border: #fb730f 1px solid;
}

.st-pagination .pagination>li:first-child>a,
.st-pagination .pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 3px;
}

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

.st-pagination .pagination>.active>a,
.st-pagination .pagination>.active>a:focus,
.st-pagination .pagination>.active>a:hover,
.st-pagination .pagination>.active>span,
.st-pagination .pagination>.active>span:focus,
.st-pagination .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #fb730f;
    border: 1px solid #fb730f;
}

.related-post-block {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 30px;
}

.related-title {
    font-weight: 700;
    margin-bottom: 5px;
}

.related-post-title {
    padding: 16px 30px;
    margin-bottom: 0px;
    font-size: 22px;
}

.related-post {}

.related-post .meta {
    margin-bottom: 0px;
}

.related-head {
    background-color: #fff;
    border-bottom: 1px solid #e8ecf0;
}

.related-img img {
    margin-bottom: 20px;
}

.related-post-content {}

/*----- prev-next-----*/

.post-navigation {
    margin-bottom: 30px;
    background-color: #fff;
    padding: 30px;
}

.nav-links {
    text-decoration: none;
}

.nav-previous {}

.prev-link {
    color: #8b8e90;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 16px;
}

.next-link {
    color: #8b8e90;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 16px;
    display: inline-block;
}

.nav-next {}

.previous-next-title {
    margin-bottom: 5px;
}

/*-------------Template-features-------------*/

.key-features {
    margin-bottom: 30px;
}

.key-features-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #e0e6e3;
    margin-bottom: 12px;
    padding-bottom: 4px;
    line-height: 1;
}

.key-features p {
    font-size: 14px;
}
