/* CUSTOM SKIN */

/* TYPOGRAPHY */

p, body {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #8E939F;
    -webkit-font-smoothing: antialiased;
}
b, strong {
    font-weight: 500;
}
.text-bold {
	font-weight: 600;
}
h1 {
    color: #28314A;
    font-size: 60px;
    line-height: 72px;
    font-weight: 500;
    letter-spacing: -1px;
}
h2 {
    color: #28314A;
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    letter-spacing: -1px;
}
h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
}
h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #28314A;
}
h5 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #28314A;
}
h6 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}
.text-xs {
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
}
.text-s {
    font-size: 13px !important;
    line-height: 18px !important;
    font-weight: 700 !important;
}
.text-m {
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
}
.text-l {
    font-size: 36px !important;
    line-height: 48px !important;
    font-weight: 500 !important;
    letter-spacing: -1px !important;
}
.text-xl {
    font-size: 60px !important;
    line-height: 72px !important;
    font-weight: 300 !important;
    letter-spacing: -1px !important;
}
.text-xxl {
    font-size: 90px !important;
    line-height: 100px !important;
    font-weight: 600 !important;
    letter-spacing: -1px !important;
}
.white a {
    color: #f4f0f2;
}
.white a:hover {
    color: #e6b9c8;
}
.text-dark {
	color: #28314A;
}
blockquote p {
    color: #28314A;
}
::selection {
    color: #fff;
    background: #fa742b;
}

::-moz-selection {
 color: #fff;
 background: #fa742b;
}

@media (max-width: 767px) {
.text-xxl {
    font-size: 50px !important;
    line-height: 60px !important;
}
h1, .text-xl {
    font-size: 40px !important;
    line-height: 48px !important;
}
h2, .text-l {
    font-size: 30px !important;
    line-height: 36px !important;
}
h3 {
    font-size: 18px !important;
    line-height: 28px !important;
}
}

@media (min-width: 992px) {
.float-right-md {
    float: right !important;
}
}

@media (max-width: 992px) {
.sm-block {
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
}
/* SECTIONS */

.section-bg-color, .section-two-blocks > .row > div:last-child {
    background-color: #f7f7f7;
}
.boxed-layout .content-parallax {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
/* PAGE TITLE */

.title-base hr {
    display: none;
}
.title-base h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    text-transform: none !important;
    color: #28314A;
    letter-spacing: -1px;
}
.title-base p, div.title-icon p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #8E939F;
    margin-top: 0px;
}
.header-base {
    height: 205px;
}
.header-base:not(.bg-cover) {
    background-color: #f7f7f7;
}
.white.header-base:not(.bg-cover) {
    background-color: #353535;
}
/* SEARCH RESULTS PAGE */

.search-page-box .navbar-form {
	padding: 0;
	margin-bottom: 30px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	border-radius: 50px !important;
	margin-top: -13px;
}
@media (min-width: 993px) {
.navbar-form .input-group > .form-control {
    min-width: 300px;
}
}
/* BLOG */

.archive-container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.tag-row span {
    border: none;
}
.tag-row span:after {
    position: relative;
    content: "/";
    color: rgba(210, 210, 210, 0.5);
    right: -9px;
}
.tag-row span:last-child::after {
    content: none;
}
.tag-row {
    font-size: 14px;
}
.tag-row a {
    color: #fa732c;
}
.comment-list h5, .comment-respond h5 {
    letter-spacing: 0;
}
.block-infos {
    display: none;
}
.block-title a {
    color: #28314A;
    font-weight: 500;
}
.widget #searchform input[type='text'] {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
}
.widget #searchsubmit {
    border-radius: 50px;
}
.maso-filters {
    font-size: 14px;
}
.list-blog input {
    padding: 16px 0;
}
.default-box h3 a {
	color: #28314A;
	font-size: 36px;
    line-height: 42px;
	font-weight: 500;
}
one-row-list .advs-box-top-icon-img .img-box {
    max-height: 350px;
	height: auto !important;
}
/* BUTTONS */

.btn, .woocommerce div.product form.cart .button, .woocommerce #review_form #respond .form-submit input, input[type="button"], input[type="reset"], input[type="submit"] {
    -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-out;
    transition: all 0.3s ease-in-out;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 15px 35px 16px 35px;
    background-color: #fa742b;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #fa742b 0%, #df580e 51%, #fa742b 100%);
    text-transform: none;
    letter-spacing: 0px;
}
input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 50px;
}
.btn:hover, .woocommerce div.product form.cart .button:hover, .woocommerce #review_form #respond .form-submit input:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]: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-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
	background-position: right center;
    background-color: #df580e;
    box-shadow: 0 5px 15px rgba(40,49,74,0.15);
    transform: translate(0, -5px);
}
.btn-lg {
    padding: 20px 40px;
}
.btn-sm {
    padding: 10px 30px;
}
.btn-xs {
    padding: 5px 30px;
}
.circle-button {
    border-radius: 100px;
}
.white .btn, .white.circle-button {
	background-size: 200% auto;
}
.white .btn:hover, .white.circle-button:hover {
	background-position: right center;
}
.white .btn:hover {
    color: #fff !important;
}
.white .btn-border:hover {
    border-color: transparent!important;
}
.white .btn-border {
    background-color: transparent !important;
    border-color: #fff !important;
}
.btn-border {
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    padding: 16px 35px;
}
.white .btn-border {
    border: 2px solid #fff;
    color: #fff;
}
.btn-border:hover {
    color: #fff;
}
.btn-text {
    display: inline-block;
    border: none;
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 4px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: -10px;
}
.btn-text::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 2px solid;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.8s cubic-bezier(0.58, 0.3, 0.005, 1);
    transition: all 0.8s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.btn-text:hover::after {
    -webkit-animation: slide-out-slide-in 0.8s cubic-bezier(.18, .43, .01, .96) 0s 1;
    animation: slide-out-slide-in 0.8s cubic-bezier(.18, .43, .01, .96) 0s 1;
    -o-animation: slide-out-slide-in 0.8s cubic-bezier(.18, .43, .01, .96) 0s 1;
}
 @-webkit-keyframes slide-out-slide-in {
 0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
 50% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
 50.02% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
 100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
 @-moz-keyframes slide-out-slide-in {
 0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
 50% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
 50.02% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
 100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
 @-o-keyframes slide-out-slide-in {
 0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
 50% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
 50.02% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
 100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
 @keyframes slide-out-slide-in {
 0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
 50% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
 50.02% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
 100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
.btn-text i {
    color: #fa742b;
}
.btn-text:hover i {
    color: #df580e;
}
.anima-button.btn-lg:hover i, .anima-button.btn-lg.circle-button:hover i {
    margin-left: -20px;
    color: #fff;
}
.anima-button.btn:hover i, .anima-button.btn.circle-button:hover i {
    margin-left: -15px;
    color: #fff;
}
.anima-button.btn-text:hover i {
    margin-left: -20px;
}
.anima-button.btn-text:hover {
    padding-left: 20px;
}
.anima-button:hover, .anima-button.circle-button:hover {
    padding-left: 45px;
}
.anima-button.btn-lg:hover, .anima-button.btn-lg.circle-button:hover {
    padding-left: 50px;
}
.btn i {
    color: #fff;
    font-weight: 700;
}
.btn-border.btn i {
    font-weight: 700;
}
@media (max-width: 767px) {
.text-center-xs .button-cnt {
	text-align: center !important;
}
}
@media (max-width: 992px) {
.text-center-sm .button-cnt {
	text-align: center !important;
}
}
/* ICONS */

.text-xs.circle, .text-xs.square {
    line-height: 27px !important;
    padding: 15px;
}
.text-s.circle, .text-s.square {
    line-height: 15px !important;
    padding: 12px;
}
.text-m.circle, .text-m.square {
    line-height: 23px !important;
    padding: 15px;
}
.text-l.circle, .text-l.square {
    line-height: 66px !important;
    padding: 15px;
}
.text-xl.circle, .text-xl.square {
    line-height: 92px !important;
    padding: 15px;
}
i.text-xl.circle, i.text-xl.square {
    line-height: 92px !important;
    padding: 15px;
}
/* IMAGE BOX */

.img-box .caption {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}
.img-box.inner .caption {
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}
.img-box:before {
    background: transparent;
}
/* ADVANCED IMAGE BOX */

.adv-img h2, .adv-circle h2, .caption-bottom h2 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: 0px;
}
.extra-content {
    font-size: 12px;
}
div.adv-img p {
    color: #fff;
}
.img-box.adv-img-side-content .caption {
    padding: 35px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.adv-img-button-content .caption i {
    line-height: 29px !important;
}
.adv-img-button-content .caption .inner {
    padding-top: 10px;
}
.adv-img-button-content .caption:hover {
    background-color: #fa742b;
}
.caption-bottom h2 {
    color: #263238;
}
div.caption-bottom p {
    color: #546E7A;
}
.adv-img-classic-box .caption {
    background: none !important;
    opacity: 0;
}
.adv-img-classic-box .caption:hover {
    background-color: rgb(234, 84, 85) !important;
    opacity: 0.95;
    cursor: pointer;
}
.adv-img-classic-box .caption-inner {
    max-height: 80px;
    bottom: -40px;
    padding: 25px;
}
.adv-img-classic-box .caption-inner h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.adv-img-classic-box .caption-inner p.big-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 5px;
}
/* BLOG */

.niche-box-post .block-infos {
    display: none;
}
.advs-box-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.advs-box-content a {
    color: #28314A;
}
.tag-row .fa {
    font-weight: 600;
}
.blog-cont {
	padding: 30px;
	background-color: #f7f7f7;
	border-radius: 5px;
}
/* CONTENT BOX */

.advs-box p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #8E939F;
}
.advs-box-top-icon-img .advs-box-content {
    padding-top: 30px;
}
.advs-box-multiple .advs-box-content {
    padding: 30px;
}
.advs-box-top-icon-img.boxed .advs-box-content {
    padding: 30px;
}
.advs-box-multiple div.circle {
    padding: 20px;
}
.advs-box.boxed {
    background-color: #fff;
}
.advs-box-side.boxed .col-md-4, .advs-box-side.boxed-inverse .col-md-4 {
    margin: -25px 0 -25px -25px;
}
.advs-box-top-icon-img.boxed-inverse .advs-box-content {
    padding: 30px;
}
.base-box.boxed-inverse, .advs-box.boxed-inverse {
    background-color: #141416;
}
.advs-box.boxed-inverse, .advs-box.boxed {
    -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-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    -moz-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
}
.advs-box.boxed-inverse:hover, .advs-box.boxed:hover {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.35);
    -moz-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.35);
    box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.35);
    transform: translate(0px, -10px);
}
.advs-box-top-icon-img.boxed .advs-box-content, .advs-box-side .img-box {
    border: none;
    border-radius: 2px;
}
.advs-box-top-icon-img.niche-box-post {
    margin-bottom: 50px !important;
}

@media (max-width: 767px) {
.grid-box .grid-item .advs-box, .maso-box .maso-item .advs-box {
    margin-bottom: 25px !important;
}
}
/* TESTIMONIALS BOX */

.niche-box-testimonails-cloud .name-box .subtitle {
    padding: 10px 0 0 15px;
}
.niche-box-testimonails-cloud .name-box .subtitle .subtxt {
    color: #546E7A;
    font-size: 15px;
    margin: 0;
}
.white .niche-box-testimonails-cloud .name-box .subtitle .subtxt {
    color: #fafafa;
}
.niche-box-testimonails-cloud p {
    background-color: rgba(125,125,125,.1);
}
.niche-box-testimonails-cloud p:after {
    border: 20px solid #7d7d7d;
    opacity: .1;
    border-top-width: 0px;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    bottom: -20px;
}
.advs-box p {
    line-height: inherit;
}
.advs-box.niche-box-testimonails p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
.niche-box-testimonails .subtxt {
    margin-left: 0;
    display: block;
    color: #8E939F;
}
.text-dark.niche-box-testimonails p, .text-dark.niche-box-testimonails .subtxt {
	color: #28314A !important;
}

@media (max-width: 992px) {
.name-box.vertical-row {
    display: flex !important;
}
}
/* TEAM BOX */

.niche-box-team .content-box h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #28314A;
    letter-spacing: 0px;
}
.niche-box-team .content-box h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #8E939F;
}
.niche-box-team .content-box {
    padding: 30px 0;
    height: 180px;
}
.niche-box-team {
    padding-bottom: 190px;
}
/* PRICING TABLES */

.pricing-table {
    border: none;
    background-color: #f1f2f5;
}
.pricing-table:hover {
    transform: none;
}
.pricing-table .list-group-item {
    border: none;
    color: #8E939F;
    padding-top: 15px;
    padding-bottom: 15px;
}
.pricing-price {
    border-bottom: 1px solid #e9edf2;
}
.pricing-table .pricing-price {
    color: #263238;
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    letter-spacing: -1px;
    border-bottom: 1px solid #e9edf2;
    padding-bottom: 40px;
}
.pricing-table .pricing-price span {
    color: #546E7A;
    letter-spacing: 0px;
}
.pricing-table h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #28314A;
}
.pricing-table .list-group-item:nth-child(even), .pricing-table .pricing-name {
    background-color: transparent !important;
}
.pricing-table-big {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.25);
    -moz-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.25);
    box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.25);
    background-color: #fff;
}
.pricing-button-space {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 50px;
}
/* CALL TO ACTION */

.call-action-box p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}
.call-action-box > .row {
    margin: 0;
}
.call-action-box i.action-icon {
    color: #fff;
    display: block;
    text-align: center;
}

@media (max-width: 767px) {
.call-action-box p {
    text-align: center;
}
.call-action-box .col-md-3 {
    width: 100%;
}
.call-action-box [class*="col-"]:last-child {
    text-align: center !important;
}
}
/* TEXT LIST */

.list-items .list-item h3 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #263238;
    text-transform: none;
}
.list-items .list-item p {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: #546E7A;
}
.list-items .list-item span {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #263238;
}
.list-texts-justified li:after {
    opacity: .5;
}
/* ICON BOX */

.icon-box-top-bottom .icon-box-cell label {
    padding-top: 10px;
    padding-bottom: 8px;
}
.icon-box label {
    color: #263238;
}
.icon-box-cell .text-l {
    font-size: 48px !important;
    line-height: 48px !important;
    letter-spacing: 0px;
    font-weight: 500;
}
.icon-box-cell .text-xl {
    font-size: 60px !important;
    line-height: 60px !important;
    letter-spacing: 0px;
    font-weight: 500;
}
.top-icon .icon-box-cell {
  vertical-align: top;
}
/* PROGRESS BAR */

.progress {
    height: 16px;
    border-radius: 50px;
}
.progress-bar {
    line-height: 16px;
}
.progress-bar .counter {
    color: #fff !important;
}
/* CIRCLE PROGRESS BAR */

.progress-circle .inner-circle .main {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0px;
}
.progress-circle .inner-circle .counter-circle {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0px;
}
.progress-circle hr.d {
    display: none;
}

/* COUNTER */

.text-dark .icon-box-cell label, .text-dark .icon-box-cell p {
	color: #28314A !important;
}
.text-bold .icon-box-cell label {
	font-weight: 600 !important;
}


/* TIMELINE */

.timeline > li > .timeline-label h4 {
    font-size: 36px;
    padding-bottom: 5px;
}
/* QUOTE */

.quote-author {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
}
.block-quote.quote-1, .block-quote.quote-2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
/* TABLE */

.border-table td {
	border: 1px solid #e7e7e7;
}

.bootgrid-header .search .fa {
    padding: 16px;
}
.form-control {
    padding: 15px 0;
    height: 35px;
    border: 1px solid #dddddd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
}
.input-group-addon {
    border: 1px solid #dddddd;
}
div:not(.hc_column_cnt) > table:not(.grid-table) th, div:not(.hc_column_cnt) > table:not(.grid-table) td {
    padding: 15px;
}
.bootgrid-table th:hover, .table-hover > tbody > tr:hover {
    background-color: rgba(128,128,128,0.10);
}
/* TAB */

.tab-box.left:not(.pills) .panel-box {
    background-color: #fff;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #546E7A;
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-top: none;
    border-right: none;
    border-left: none;
    font-weight: 500;
}
.nav-pills > li > a {
    border-radius: 0px;
    color: #546E7A;
    font-weight: 500;
}
.nav-pills > li > a:hover {
    background-color: transparent;
}
.tab-box .nav-pills > li > a span {
    text-transform: none;
    display: block;
    line-height: 20px;
    font-weight: 500;
    margin-top: 7px;
    color: #8E939F;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    font-weight: 600;
    color: #28314A;
    opacity: 1;
}
.nav-pills > li > a {
    font-weight: 600;
    color: #28314A;
    opacity: .6;
}
.tab-box.left > .nav.nav-pills {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border: none;
}
.tab-box.left .nav-pills li.active, .tab-box.right .nav-pills li.active, .tab-box.left .nav-pills li:hover, .tab-box.right .nav-pills li:hover {
    margin: 0;
    border-radius: 4px;
    background-color: #f7f7f7;
}
.tab-box.left .nav-pills li, .tab-box.right .nav-pills li {
    margin: 0;
    padding: 5px;
    -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-out;
    transition: all 0.3s ease-in-out;
}
.tab-box.pills > .panel, .tab-box.pills > .panel-box .panel {
    padding: 50px 0 0 0;
}
/* IMAGE SLIDER */

.flex-control-paging li a {
    width: 5px !important;
    height: 5px !important;
}
.flex-direction-nav a:before {
    text-shadow: none;
    font-family: 'socanny' !important;
    font-size: 30px !important;
    color: #c7c9cf;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.flex-direction-nav a:hover:before {
    color: #8e929f !important;
}
.flex-direction-nav a.flex-next:before {
    content: '\e902' !important;
}
.flex-direction-nav a.flex-prev:before {
    content: '\e903' !important;
}
.flex-direction-nav .flex-prev {
    left: 0 !important;
}
.flex-direction-nav .flex-next {
    right: 0 !important;
}
/* ICON LIST */

.icon-list .list-item i, .icon-list .list-item label, .icon-box-top-bottom label {
    font-weight: 600;
}
/* CONTACT FORM */

.form-inline input, .form-inline .btn {
    height: 48px;
}
.form-inline .btn {
    line-height: 12px;
    margin-left: 7px;
}
.form-inline .btn i {
    transform: none;
}
.alert-success {
    text-align: center;
}
.hc_contact_form_cnt p {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #b2b7c3;
}
.form-value {
    font-size: 16px;
}
.hc_contact_form_cnt .text-dark p {
	color: #28314A;
}
.text-dark .form-control {
	border-bottom: 1px solid #28314A;
}
.full-button .btn {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
.form-inline .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
}
/* COUNTDOWN */

.countdown > div {
    padding: 0 30px;
}
.countdown .countdown-values {
    color: #263238;
}
/* STEPS */

.box-steps .step-item > h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #28314A;
}
.box-steps .step-number {
    line-height: 25px;
    left: 0px;
}

@media (max-width:767px) {
.box-steps .step-item {
    margin: 0 15px 25px 15px;
}
.box-steps .step-item:after {
    right: 20px;
}
.hc_steps_cnt .col-md-3 {
    width: 100%;
}
}
/* LIGHTBOX */

.mfp-bg {
    background-color: #fff;
    opacity: 0.95;
}
.mfp-close-btn-in .mfp-close {
    color: #1a1a1a;
}
button.mfp-close, button.mfp-arrow.mfp-figure:after {
    box-shadow: none;
}
.mfp-title {
    color: #546E7A;
}
.mfp-iframe-scaler iframe {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    -moz-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
}
.mfp-figure:after {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    -moz-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
}
/* HEADER */

.navbar {
    -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-out;
    transition: all 0.3s ease-in-out;
}
.navbar-brand {
    padding: 0 15px;
}

@media (max-width: 992px) {
.navbar-brand img {
    max-height: 32px !important;
    margin-top: 14px !important;
}
}
.navbar-default .navbar-nav > li > a {
    color: #8E939F;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #28314A;
}
.navbar-default .navbar-nav > li > a:hover {
    background-color: transparent !important;
    color: #28314A;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}
.navbar-nav li:hover {
    background: none;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.nav > li > a:hover {
    background-color: transparent;
}
header.menu-transparent.bg-transparent .navbar {
    background: rgba(0, 0, 0, 0.001) !important;
}
header.bg-transparent > .navbar {
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
header.bg-transparent .shop-menu-cnt > i, header.bg-transparent .navbar-default .navbar-nav > li > a {
    color: #fff;
}
header.bg-transparent .shop-menu-cnt > i:hover, header.bg-transparent .navbar-default .navbar-nav > li > a:hover {
    color: #fae3e4;
}
header .social-group i {
    font-size: 16px !important;
}
.social-group i {
    color: #28314A;
}
header .dropdown-menu > li > a {
    font-size: 15px;
    font-weight: 500;
    color: #8E939F;
    padding: 15px 20px;
}
.dropdown-menu {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    -moz-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    border-top: 1px solid rgb(226, 226, 226);
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.search-icon {
    color: #8E939F;
}
.search-icon:hover {
    color: #28314A;
}
.menu-cta {
    margin-top: 10px !important;
    margin-right: 15px;
}
.menu-cta.btn-text {
	padding: 10px 0 4px 0 !important;
	line-height: 30px;
}
.bg-transparent .menu-cta.btn-text:hover {
	color: #fae3e4;
}
.menu-cta.circle-button, .menu-cta.btn-default {
	color: #fff;
	padding: 15px 35px 16px 35px;
}
.menu-cta.btn-border {
	padding: 13px 35px 13px 35px !important;
}
.menu-cta.btn-border:hover {
	color: #fff;
}
.bg-transparent .menu-cta.btn-border {
	color: #fff;
	border-color: #fff;
}

header .btn-default {
	color: #fff;
}
.sidebar-nav ul li, .sidebar-nav ul a, .sidebar-nav .panel-item > span {
    color: #8E939F;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}
.sidebar-nav ul a:hover {
    color: #28314A;
}
header.bg-transparent > .navbar {
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
header.bg-transparent .shop-menu-cnt > i, header.bg-transparent .navbar-default .navbar-nav > li > a {
    color: #fff;
}

@media (max-width: 992px) {
header .navbar-right .navbar-social, header .navbar-right .social-group {
    text-align: left;
    margin: 0 0 10px -14px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    padding: 15px !important;
}
header .social-group i {
    font-size: 21px !important;
}
header .social-group a i.fa {
    padding: 5px 24px !important;
    color: #fff !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-fixed-top .navbar-collapse {
    height: 100vh;
    padding: 20px 35px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.dropdown.open .dropdown-menu {
    margin: 0 0 0 -4px !important;
}
}
header.bg-transparent .shop-menu-cnt > i:hover, header.bg-transparent .navbar-default .navbar-nav > li > a:hover {
    color: #fae3e4;
}
.dropdown-submenu > a:after {
    color: #fff !important;
}
.search-box {
    position: absolute;
    z-index: 95;
    display: none;
    margin: 48% 0 0 0;
    padding: 10px;
    left: 0;
    right: 0;
    text-align: center;
    -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-out;
    transition: all 0.3s ease-in-out;
    background-color: transparent !important;
}
.full-scr {
    background-color: rgba(0, 0, 0, 0.83);
    z-index: 600;
    position: fixed !important;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -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-out;
    transition: all 0.3s ease-in-out;
}
.search-box .form-control {
    background-color: transparent !important;
    font-size: 18px;
	color: #fff;
}
.full-scr-search-btn {
    margin-top: -13px;
}

.navbar-mini .custom-area {
    padding: 15px;
}

@media (max-width: 992px) {
.custom-area, .custom-area a {
    color: #fff;
    font-size: 21px;
}
}

/* MEGA MENU */

.mega-menu li {
    margin: 5px 0;
    color: #546E7A;
    font-size: 13px;
    font-weight: 400;
}
.mega-menu li a {
    color: #546E7A;
}
.mega-menu li a:hover {
    color: #171e21;
}
.mega-menu .nav-tabs li {
    font-size: 13px;
    font-weight: 500;
}
/* FOOTER */

footer .container {
    padding: 50px 15px;
}
footer a {
    color: #8E939F;
}
.copy-row {
    padding: 25px 15px;
    text-align: left;
    background-color: #191f2f;
}
.copy-row .copy-text {
    font-size: 15px;
    line-height: 28px;
    color: #8E939F;
    padding: 0 15px;
}
.copy-row .col-md-12 {
    text-align: left;
}
.footer-text-light {
    color: #99A5AA;
}
.white .tag-row span {
    color: #fafafa;
    border-right: 1px solid #fafafa;
}
footer .social-group i {
    color: #546E7A;
}
footer .white .social-group i {
    color: #fff;
}
footer.white a, footer.white p {
    color: #9c9c9c !important;
}

@media (max-width: 767px) {
footer .col-md-4 {
    margin-top: 25px;
}
.copy-text {
    text-align: center;
}
.footer-parallax .copy-text {
    margin-top: 0;
}
}
/* WOOCOMMERCE */

.woocommerce .woocommerce-ordering {
    margin: 0 0 30px 0 !important;
}
.woocommerce div.product form.cart .variations select, .woocommerce-ordering select {
    border: 2px solid #f8f8f8 !important;
    cursor: pointer;
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 0 7px;
    color: #333333;
    font-size: 12px;
    height: 48px;
}
.woocommerce-product-search input[type="submit"], .woocommerce-product-search button {
    display: none;
}
.woocommerce-product-search input[type="search"] {
    width: 100%;
}
.woocommerce .woocommerce-result-count {
    margin: 10px 0 !important;
    color: #333333;
}
.woocommerce-mini-cart__buttons, .woocommerce-mini-cart-item .remove_from_cart_button {
    display: none !important;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 15px 20px !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #f7f7f7 !important;
    border-radius: 5px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
}
.woocommerce .price_slider_wrapper .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 13px;
    height: 13px;
    background-color: #fa742b;
    border-radius: 50%;
    cursor: ew-resize;
    outline: 0;
    top: -5px;
    margin-left: -.5em;
    border: none;
}
.woocommerce .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 3px;
}
.woocommerce .price_slider_wrapper .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 3px;
    background-color: #fa742b;
}
.woocommerce .price_slider_wrapper .ui-slider-horizontal {
    height: 3px;
    background: #ebe1e3;
}
.woocommerce .price_slider_wrapper .ui-slider {
    position: relative;
    text-align: left;
    margin-left: 5px;
    margin-right: 0;
}
.woocommerce .price_slider_wrapper .price_slider {
    margin-bottom: 15px;
    margin-top: 15px;
    float: left;
    width: 94%;
}
.woocommerce .price_slider_wrapper .price_slider_amount .button {
    float: right;
    font-size: 15px !important;
    line-height: 13px !important;
    font-weight: 600 !important;
    background-color: transparent !important;
    border: none;
    color: #fa742b !important;
    width: auto;
    padding: 0 !important;
    height: auto;
    text-transform: none !important;
    letter-spacing: 0 !important;
    margin: 6px 2px 0 0;
}
.woocommerce ul.products li.product .onsale, .woocommerce ul.products li.product .price ins {
    font-weight: 500 !important;
    text-decoration: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 18px;
}
.woocommerce ul.products li.product .price {
    font-size: 16px !important;
}
.woocommerce .products .star-rating {
    margin: 0 0 20px 0 !important;
}
.widget .list-group-item.active {
    font-size: 16px;
    color: #273338;
    padding: 0 0 20px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #efefef;
}
.woocommerce div.product .product_title {
    font-size: 40px !important;
    line-height: 48px !important;
}
.widget input[type="search"] {
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0 20px;
    color: #333333;
    font-size: 12px;
    line-height: 45px;
}
.woocommerce ul.product_list_widget li a {
    font-weight: 500 !important;
}
.woocommerce .star-rating {
    font-size: 0.857em !important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 45px !important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 500 !important;
    font-size: 24px !important;
    text-decoration: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 24px !important;
}
.woocommerce-product-details__short-description {
    padding-top: 15px;
    padding-bottom: 30px;
}
.woocommerce .quantity .qty {
    width: 80px !important;
    padding-right: 5px;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500 !important;
    padding: 15px !important;
    color: #263238 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none !important;
    width: 0px !important;
    height: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0px !important;
    border: 1px solid #dddddd !important;
    border-bottom-color: #fff !important;
    background-color: #f7f7f7 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 5px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #dddddd !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 30px 0 30px 0 !important;
}
.woocommerce-tabs wc-tabs-wrapper {
    margin-top: 15px;
}
.related.products h2 {
    font-size: 24px;
    font-weight: 400;
}
.woocommerce ul.products li.product .price ins {
    font-size: 16px !important;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
    margin-bottom: 30px !important;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    padding: 0 !important;
    border: none !important;
    width: 48px !important;
    border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 65px !important;
    border-radius: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 13px !important;
    color: #263238;
    margin: 0 !important;
}
.comment-reply-title {
    font-weight: 400 !important;
    font-size: 24px !important;
    color: #263238;
}
.comment-form {
    padding-top: 15px;
}
.comment-form-rating label, .comment-form-comment label {
    font-weight: 500 !important;
}
.woocommerce #review_form #respond textarea, .woocommerce form .form-row textarea {
    padding: 16px;
    height: 80px !important;
    border: 1px solid #dddddd;
    color: #546E7A !important;
    -webkit-transition: border-color ease-in-out .15s;
    -webkit-box-shadow: ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.woocommerce #review_form #respond textarea:focus {
    border-color: #9C9C9C;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
    padding-top: 1px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.woocommerce div.product form.cart .variations label {
    color: #263238;
    font-size: 13px;
    font-weight: 500 !important;
    padding-top: 14px;
}
.woocommerce div.product form.cart .variations td {
    padding-bottom: 10px;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 30px !important;
}
.woocommerce div.product form.cart .variations select:after {
    display: block;
    content: "\e905";
    font-family: 'socanny';
    padding: 8px;
    position: absolute;
    right: 34px;
    top: 15px;
    z-index: 10;
    width: 10%;
    font-size: 10px;
    font-weight: bold;
    line-height: 10%;
    width: 10px;
    height: 10px;
    color: #333;
}
.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
    display: block;
    width: 100%;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    border: none !important;
    border-bottom: 1px dotted rgba(0,0,0,.1) !important;
    padding: 0 !important;
}
.woocommerce table.shop_table, .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    border: none !important;
    border-bottom: 1px dotted rgba(0,0,0,.1) !important;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 20px 0 !important;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background-color: transparent !important;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_table th {
    font-weight: 500 !important;
    color: #263238;
}
.woocommerce-cart table.cart img {
    width: 48px !important;
}
.woocommerce a.remove {
    font-size: 18px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none !important;
    color: #263238;
    padding: 25px !important;
    line-height: 48px !important;
    font-weight: 500;
    background-color: #f7f7f7 !important;
    margin: 0 0 50px !important;
}
.woocommerce-message::before, .woocommerce-info::before {
    display: none !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    -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-out;
    border: none;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #fff !important;
    padding: 16px 35px 17px 35px !important;
    background-color: #fa742b;
    text-transform: none;
    letter-spacing: 0px;
    border-radius: 50px !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button: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-out;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
    background-color: #df580e !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    display: inline-block;
    width: 200px;
    margin: 0 10px 0 0 !important;
    padding: 16px !important;
    height: 48px !important;
    border: 1px solid #dddddd !important;
    -webkit-transition: border-color ease-in-out .15s;
    -webkit-box-shadow: ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
    border-color: #9c9c9c;
}
.woocommerce-cart-form {
    margin-bottom: 50px;
}
.woocommerce .cross-sells h2, .woocommerce .cart_totals h2, .woocommerce-thankyou-order-received, .woocommerce-order-details h2, .woocommerce-customer-details h2 {
    font-size: 24px;
    font-weight: 400;
    color: #263238;
}
.woocommerce ul.order_details {
    margin: 50px 0 !important;
    padding: 0;
}
.woocommerce ul.order_details li strong {
    color: #263238;
}
.woocommerce .woocommerce-customer-details {
    margin-top: 50px;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    text-align: right !important;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
    color: #263238;
}
.woocommerce form .form-row label {
    font-weight: 500 !important;
}
.woocommerce-checkout .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single {
    height: 48px;
    padding: 10px;
    color: #546E7A;
}
#customer_details {
    margin-bottom: 50px;
}
#order_review_heading {
    color: #263238;
}
.woocommerce table.shop_table tfoot td {
    font-weight: 500 !important;
}
.woocommerce-checkout #payment {
    margin-top: 50px;
    background: #f7f7f7 !important;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 30px !important;
    border-bottom: 1px dotted rgba(0,0,0,.1) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    right: 10px !important;
}
.woocommerce-checkout #payment ul.payment_methods label {
    font-weight: 500 !important;
    color: #263238;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}
.woocommerce-form__label .woocommerce-form__label-for-checkbox {
    margin-left: 20px;
}
.woocommerce-Reviews-title {
    display: none;
}
.woocommerce .woocommerce-customer-details address {
    line-height: 24px;
    border: none !important;
    background-color: #f7f7f7;
    padding: 30px !important;
    color: #263238;
}
.woocommerce div.product div.images {
    margin-bottom: 50px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20% !important;
}
.pswp__caption__center {
    display: none;
}
.shop-cart .cart-item {
    height: 55px;
}
.shop-cart .cart-item .cart-content {
    padding-left: 80px;
    margin-top: -6px;
}
.shop-cart .cart-item .cart-content h5 {
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 2px;
    margin-top: 2px;
}
.shop-menu-cnt .cart-total {
    font-size: 13px;
    font-weight: 500;
    color: #263238;
    padding: 15px 15px 0 15px;
}
.shop-menu-cnt .shop-menu {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    -moz-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    top: 60px;
}
.cart-buttons .cart-view {
    background-color: rgb(249, 119, 148);
    color: #fff !important;
    padding: 10px 40px;
}
.cart-buttons .cart-checkout {
    background-color: #101010;
    color: #fff !important;
    padding: 10px 40px;
}
.bg-transparent .cart-buttons .cart-checkout {
    background-color: #101010 !important;
}

@media (max-width: 767px) {
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block !important;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    border-bottom: 1px solid #d3ced2 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}
.woocommerce ul.order_details li {
    display: block;
    margin-bottom: 20px;
    border: none !important;
    float: none !important;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 500 !important;
}
.shop-menu-cnt {
    display: none;
}
}
/* MAILCHIMP FORMS */

#mc_embed_signup h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #263238;
    letter-spacing: 0px;
    padding-bottom: 15px;
}
#mce-EMAIL, #mce-FNAME, #mce-LNAME {
    padding: 16px;
    height: 48px;
    border: 1px solid #dddddd;
    display: block;
    width: 100%;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: border-color ease-in-out .15s;
    -webkit-box-shadow: ease-in-out .15s;
    box-shadow: ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#mce-EMAIL:focus, #mce-FNAME:focus, #mce-LNAME:focus {
    outline: none;
    border-color: #9c9c9c;
}
#mc_embed_signup div.mce_inline_error {
    border-radius: 2px;
}
#mc-embedded-subscribe {
    -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-out;
    transition: all 0.3s ease-in-out;
    border: none;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 35px;
    border-radius: 2px;
    margin-top: 20px;
    display: block;
    width: 100%;
}
#mc-embedded-subscribe: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-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
#mc-embedded-subscribe:focus {
    outline: none;
}
/* CONTACT FORM 7 */

.wpcf7 label {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #b2b7c3;
}
.wpcf7-text {
    width: 100%;
    margin: 10px 0;
	padding: 15px 0;
    height: 35px;
    border: 1px solid #dddddd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
}
span.wpcf7-list-item {
    margin: 10px 20px 10px 0;
}
.wpcf7-radio input[type="radio"] {
    margin-left: 5px;
}
.wpcf7-select {
    padding: 10px;
    margin: 10px 0;
    height: 48px;
    border: 1px solid #dddddd;
    display: block;
    width: 100%;
    background-color: #FDFDFD;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .15s;
    -webkit-box-shadow: ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wpcf7-textarea {
    padding: 16px;
    margin: 10px 0;
    height: 120px;
    border: 1px solid #dddddd;
	border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    display: block;
    width: 100%;
    -webkit-transition: border-color ease-in-out .15s;
    -webkit-box-shadow: ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wpcf7-textarea:focus {
    border-color: #9c9c9c;
}
.wpcf7-submit {
    margin-top: 20px
}

/* OTHER */

@media (max-width: 767px) {
.no-paddings, .no-paddings .content {
    padding: 0 15px !important;
}
}
/* CUSTOM CSS */

.change-opacity {
    -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-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}
.change-opacity:hover {
    opacity: 1;
}
.white-wrapper {
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-in-out;
    padding: 35px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    -moz-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
    box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.15);
}
.white-wrapper:hover {
    -webkit-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.35);
    -moz-box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.35);
    box-shadow: 0px 10px 50px 0px rgba(84,110,122,0.35);
}
.dark-bg {
    background-color: #353535;
}
.wave-border:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 218px;
    left: 0;
    background-image: url(../../plugins/hybrid-composer/custom/wave.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    bottom: -1px;
}
.gradient-text {
    background-image: linear-gradient(45deg, #fa742b, #df580e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-shadow {
    background: -webkit-linear-gradient(rgba(247,247,247,0) 0%, rgba(247,247,247,0) 60%, rgba(247,247,247,0.8) 90%, rgba(247,247,247,0.93) 96%, rgba(247,247,247,1) 100%);
    background: -o-linear-gradient(rgba(247,247,247,0) 0%, rgba(247,247,247,0) 60%, rgba(247,247,247,0.8) 90%, rgba(247,247,247,0.93) 96%, rgba(247,247,247,1) 100%);
    background: linear-gradient(rgba(247,247,247,0) 0%, rgba(247,247,247,0) 60%, rgba(247,247,247,0.8) 90%, rgba(247,247,247,0.93) 96%, rgba(247,247,247,1) 100%);
}
.border-box {
    padding: 35px;
    border: 2px solid #f0f3f9;
    border-radius: 2px;
    -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-out;
    transition: all 0.3s ease-in-out;
}
.border-box:hover {
    border-color: #EA5455;
}
li.menu-highlight a {
    color: #EA5455 !important;
    font-weight: 600 !important;
}

@media (max-width: 767px) {
.no-mobile-cover {
    background-size: auto !important;
}
}
.transparent-form .form-control {
    background-color: transparent !important;
    color: #ddd !important;
}
.transparent-form .form-control:focus {
    border-color: #fff;
}
.transparent-form .form-control::-webkit-input-placeholder {
 color: #ddd !important;
}
.transparent-form .form-control::-moz-placeholder {
 color: #ddd !important;
}
.transparent-form .form-control::-ms-input-placeholder {
 color: #ddd !important;
}
@media (min-width: 992px) {
.desktop-abs {
	position: absolute;
	z-index: 4;
	right: 5%;
}
.lateral-shadow:before {
    content: "";
    pointer-events: none;
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    height: 100%;
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0));
    left: 0;
    width: 300px;
}
.lateral-shadow:after {
    background-image: linear-gradient(-90deg,#fff,hsla(0,0%,100%,0));
    right: 0;
    width: 350px;
    content: "";
    pointer-events: none;
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    height: 100%;
}
}
.duration {
	font-size: 24px;
}
sup {
    top: -0.75em;
    font-size: 0.5em;
}
