html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%
}

html,
body {
    height: 100%
}
::selection {
    color: #fff;
    background-color: #c96
}

p {
    margin-bottom: 1.5rem
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

hr {
    border: none;
    border-top: 1px solid #ebebeb;
    margin: 3rem auto 2.5rem
}

img {
    display: block;
    max-width: 100%;
    height: auto
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1.4rem;
    color: #333;
    letter-spacing: -.03em
}

h1,
.h1 {
    font-size: 4rem
}

h2,
.h2 {
    font-size: 3.6rem
}

h3,
.h3 {
    font-size: 2.6rem
}

h4,
.h4 {
    font-size: 2.2rem
}

h5,
.h5 {
    font-size: 2rem;
    letter-spacing: -.025em
}

h6,
.h6 {
    font-size: 1.6rem;
    letter-spacing: -.01em
}

a {
    color: #c96;
    text-decoration: none;
    transition: color 0.3s ease
}.row {
    margin-left: -10px;
    margin-right: -10px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 10px;
    padding-left: 10px
}

.container {
    width: 1188px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px
}

.page-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.4s ease
}

.main {
    flex: 1;
    width: 100%
}

.page-content {
    padding-bottom: 5rem
}
p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 300;

    letter-spacing: 0;

}
.footer {
    width: 100%;
    font-weight: 300;
    font-size: 1.4rem;
    color: #777;
    background-color: #fff
}

.footer a {
    color: inherit
}


.footer-bottom .container,
.footer-bottom .container-fluid {
    position: relative;
    display: flex;
    align-content: center;
    flex-direction: column;
    padding-top: 2.1rem;
    padding-bottom: 2.9rem
}

.footer-bottom .container:before,
.footer-bottom .container-fluid:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    background-color: #ebebeb
}

#scroll-top {
    width: 5rem;
    height: 5rem;
    position: fixed;
    right: 50px;
    bottom: 128px;
    z-index: 999;
    color: #cccccc;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    border: none;
    background-color: #fafafa;
    font-size: 3rem;
    transition: all 0.4s ease;
    transform: translateY(60px);
    -ms-transform: translateY(60px)
}
.footer-bottom .social-icons {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem
}

.footer-bottom .social-icon {
    font-size: 1.3rem
}

.icon-box {
    color: #777;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    margin-bottom: 2rem
}

.icon-box-title {
    color: #333333;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: -.025em;
    margin-bottom: .9rem
}

.icon-box-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c96;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 2rem
}

.icon-box-content p:last-child {
    margin-bottom: 0
}
	
	.icon-box-side {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0
}

.icon-box-side p {
    margin-bottom: 0
}

.icon-box-side .icon-box-icon {
    display: inline-block;
    line-height: 0;
    min-width: 7rem;
    text-align: center;
    margin-bottom: 0
}

.icon-box-side .icon-box-title {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-top: .2rem;
    margin-bottom: 0
}

.accordion {
    margin-bottom: 3rem
}

.card {
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    border-top: .1rem solid #ebebeb
}

.card:last-child {
    border-bottom: .1rem solid #ebebeb
}

.card-header {
    position: relative;
    padding: 0;
    border: none;
    font-weight: 700;
    line-height: 1.5;
    background-color: transparent;
    margin: 0
}

.card-header::after {
    display: block;
    clear: both;
    content: ''
}

.card-title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0
}

.card-title a {
    display: block;
    padding: 1.7rem 4rem 1.7rem 1.2rem;
    position: relative;
    color: #c96;
    border: none;
    background-color: transparent;
    outline: none !important
}

.card-title a:before {
    content: '\e802';
    display: inline-block;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    color: #c96;
    font-family: "molla";
    line-height: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s
}

.card-title a.collapsed {
    color: #333
}

.card-title a.collapsed:before {
    content: '\f110';
    color: #8c8c8c;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.card-body {
    padding: .4rem 4rem 1.8rem 1.2rem;
    border: none;
    border-radius: 0
}


.accordion-plus .card-title a:before {
    content: '\f28e'
}

.accordion-plus .card-title a.collapsed:before {
    content: '\f2c2'
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .85rem 1.5rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    min-width: 170px;
    border-radius: 0;
    white-space: normal;
    transition: all 0.3s
}
.product-image {
    display: block;
    width: 100%;
    height: auto
}
.social-icons {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    color: #777;
    margin: 0;
    background-color: transparent;
    border: .1rem solid #e1e2e6;
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    transition: all .35s ease
}

.social-icon:not(:last-child) {
    margin-right: 1rem
}
.social-icon.social-facebook {
    color: #8f79ed
}

.social-icon.social-instagram {
    color: #dd6d9a
}

.social-icon.social-youtube {
    color: #e66262
}

.social-icon.social-pinterest {
    color: #e66262
}

.social-icons-color,
.social-icons-simple {
    line-height: 1
}

.social-icons-color .social-icon,
.social-icons-simple .social-icon {
    width: auto;
    height: auto;
    border: none
}

.social-icons-color .social-icon:not(:last-child),
.social-icons-simple .social-icon:not(:last-child) {
    margin-right: 2rem
}

.form-control {
    height: 40px;
    padding: .85rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 300;
    color: #777;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 2rem;
    transition: all 0.3s;
    box-shadow: none
}

select.form-control:not([size]):not([multiple]) {
    height: 40px
}

.form-control::placeholder {
    color: #777
}

.form-control-rounded {
    border-radius: .2rem
}

.input-group-round .form-control {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}
label {
    color: #666;
    font-weight: 300;
    font-size: 1.4rem;
    margin: 0 0 1.1rem
}

.select-custom {
    position: relative;
    margin-bottom: 1rem
}

.select-custom select {
    -webkit-appearance: none;
    appearance: none
}

.select-custom::after {
    font-family: "molla";
    content: '\f110';
    position: absolute;
    display: inline-block;
    right: 1.9rem;
    top: 50%;
    font-size: 1.5rem;
    transform: translateY(-51%);
    color: #333
}

.select-custom .form-control,
.select-custom .form-control-sm {
    padding-right: 4rem
}


.icon-box-icon {
    color: #333;
    font-size: 3.4rem
}

.toolbox {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 2rem
}

.toolbox::after {
    display: block;
    clear: both;
    content: ''
}

.toolbox .select-custom {
    margin-bottom: 0
}

.toolbox .select-custom::after {
    right: .9rem;
    font-size: 1rem
}

.toolbox .select-custom .form-control {
    font-size: 1.3rem;
    padding-right: 2rem;
    max-width: 140px;
    min-width: 140px;
    background-color: #fff;
    border-color: #e4e4e4
}

.toolbox label {
    font-weight: 400;
    color: #333;
    font-size: 1.2rem;
    letter-spacing: -.01em;
    margin: 0
}

.toolbox .form-control {
    color: #999;
    font-weight: 300;
    font-size: 1.2rem;
    padding: .45rem 1rem;
    height: 30px;
    margin-bottom: 0
}

.toolbox .form-control:not(:focus) {
    border-color: #d7d7d7
}

.toolbox select.form-control:not([size]):not([multiple]) {
    height: 30px
}

.toolbox-left,
.toolbox-right {
    display: flex;
    align-items: center;
    flex: 1 1 0;
    flex-wrap: wrap
}

.toolbox-center {
    margin-top: 1rem;
    flex: 0 1 auto
}

.toolbox-right {
    margin-top: 1rem;
    flex-direction: column
}


.toolbox-sort {
    display: flex;
    align-items: center
}

.toolbox-sort label {
    margin-right: 1.6rem
}

.mb-0 {
    margin-bottom: 0rem !important
}

.mt-1 {
    margin-top: 1rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}


.mt-4 {
    margin-top: 4rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "molla";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-life-ring:before {
    content: '\e803'
}
.icon-info-circle:before {
    content: '\e80c'
}


.icon-rotate-left:before {
    content: '\e81c'
}


.icon-pinterest:before {
    content: '\f0d2'
}
.icon-facebook-f:before {
    content: '\f39e'
}

@media (max-width: 768px) {
    .header-intro-clearance .header-middle .header-right, 
    .header-intro-clearance .header-bottom .header-right {
        margin-left: center;
    }
    .card-body {
        padding: 0;

    }
}