body {
    font-weight: 400;
    font-size: 18px;
    font-family: 'product sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
}
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'product sans';
    src: url('../fonts/safana/product_sans_bold.woff2') format('woff2'),
        url('../fonts/safana/product_sans_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'product sans';
    src: url('../fonts/safana/product_sans_regular.woff2') format('woff2'),
        url('../fonts/safana/product_sans_regular.woff') format('woff');
    font-weight: 400s;
    font-style: normal;
}

p {
    line-height: 1.6em;
}

.right {
    float: right;
}

.left {
    float: left;
}

.pb50 {
    padding-bottom: 50px;
}

.p0 {
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 90%;
    max-width: 1200px;
}

#head_top {
    background: #141313;
}

header .email {
    padding-top: 15px;
}

header .scl {
    padding-top: 22px;
    text-align: right;
}

header .mail {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}

header .parent-brand {
    display: block;
    text-align: center;
    padding: 10px 0;
}

header .parent-brand img {
    width: 50px;
    height: auto;
}

header .scl a {
    margin-left: 25px;
}

header .scl a:hover {
    opacity: 0.7;
}

header .scl img,
header .scl svg {
    width: 27px;
    height: auto;
}

#head_bottom {
    background: rgba(45, 45, 45, 1);
}

#head_bottom .navbar-brand {
    position: relative;
    z-index: 9;
    height: auto;
}

#head_bottom .navbar-brand img {
    width: 68px;
    display: block;
    height: auto;
    margin: 0 auto;
}

#navbar_content {
    padding: 25px 0;
}

#head_bottom .nav>li>a {
    color: #fff;
    font-size: 24px;
    padding: 15px 30px;
}

#head_bottom .nav>li.active>a,
#head_bottom .nav>li:hover>a,
#head_bottom .nav>li:focus>a {
    color: rgba(227, 207, 108, 1);
    background: none !important;
}

#spotlight {
    clear: both;
    width: 100%;
    position: relative;
}

#spotlight img {
    opacity: 0.8;
}

#spotlight .cpation {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1200px;
    width: 90%;
    bottom: 130px;
    margin: 0 auto;
    color: rgba(15, 90, 128, 1);
}

#spotlight .cpation .cover {
    width: 60%;
}

#spotlight .cpation h3 {
    font-size: 55px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: rgba(15, 90, 128, 1);
}
#spotlight .cpation h3 small {
    font-size: 75px;
    font-weight: 600;
    color: #0f5a80;
}

#spotlight .cpation p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

#spotlight .owl-thumbs {
    position: absolute;
    right: 5%;
    bottom: 20%;
    z-index: 999;
}

#spotlight .owl-thumbs button {
    display: block;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    width: 100px;
    text-align: right;
    font-family: 'Agency';
}

#spotlight .owl-thumbs button.active {
    font-size: 62px;
}

#product_gallery {
    padding: 100px 0;
}

.button {
    width: 141px;
    height: 45px;
    border: 1px solid rgba(15, 90, 128, 1);
    border-radius: 9px;
    opacity: 1;
    display: block;
    text-align: center;
    line-height: 45px;
    color: rgba(15, 90, 128, 1);
    font-weight: 700;
}

.button:hover {
    background: rgba(15, 90, 128, 1);
    color: #fff;
}

.product_list img {
    width: 100%;
    height: auto;
}

.product_list .thumb {
    overflow: hidden;
}

.product_list .details {
    padding: 15px;
}

.product_list .content {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.product_list .content:hover {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.product_list h4 {
    font-size: 20px;
    color: rgba(19, 19, 19, 0.8);
    margin-top: 0;
}

.product_list .content span.price {
    font-size: 22px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
}

.product_list .content small {
    display: block;
    text-align: right;
    color: #5D6572;
    opacity: 0.7;
}

h2.title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: rgba(15, 90, 128, 1);
    opacity: 1;
}

#myBtnContainer {
    border-top: 1px solid rgba(112, 112, 112, .5);
    text-align: center;
    font-size: 0;
    margin-top: 60px;
    margin-bottom: 60px;
}

#myBtnContainer .btn {
    border-radius: 0;
    background: none;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 0.18px;
    margin-top: -25px;
    background: #fff;
    border-right: 1px solid rgba(112, 112, 112, .1);
}

#myBtnContainer .btn:last-child {
    border-color: transparent;
}

#myBtnContainer .btn.active,
#myBtnContainer .btn:hover {
    background: rgba(15, 90, 128, 1);
    box-shadow: 0px 2px 11px rgba(45, 18, 154, 0.27);
    border-radius: 4px;
    color: #fff;
    border-color: transparent;
}

#spotlight .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    max-width: 1190px;
    margin: 0 auto;
    width: 89%;
}

#spotlight .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #0F5A80;
    border-radius: 15px;
    opacity: 1;
    border: 2px solid #0F5A80;
    display: inline-block;
    margin-right: 10px;
}

#spotlight .owl-dots .owl-dot.active {
    width: 24px;
    background: none;
}

.add_banner {
    background: url(../../images/safana/add_banner.png) no-repeat;
    padding: 80px 0 290px;
    background-size: cover;
    width: 100%;
}

.add_banner div.wrapper {
    max-width: 1200px;
    width: 70%;
    margin: 0 auto;
}

.add_banner div.wrapper div.banner-content {
    text-align: center;
}

.add_banner div.wrapper div.banner-content h3 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.add_banner div.wrapper div.banner-content h3 span {
    color: #ef4e4d;
}

.add_banner div.wrapper div.banner-content p {
    color: #fff;
    font-weight: 600;
    margin: 20px 0 20px;
}

.add_banner div.wrapper div.banner-content a {
    border: 1px solid #fff;
    padding: 9px 14px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}

#subscribe {
    background: #F8F8F8;
    padding: 70px 0;
}

#subscribe h2.title {
    margin-bottom: 38px;
    margin-top: 0;
}

#subscribe form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 22px #00000012;
    opacity: 1;
    max-width: 90%;
    margin: 0 auto;
    width: 700px;
    position: relative;
    padding: 10px;
}

#subscribe form input {
    border: none;
    width: 100%;
    padding: 10px 150px 10px 15px;
    height: 52px;
    box-sizing: border-box;
}

#subscribe form .submit {
    width: 150px;
    height: 52px;
    background: #E36262;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
}

footer {
    background: #03192D;
    padding: 100px 0 0;
    color: rgba(255, 255, 255, 0.7);
}

footer h5 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

footer .scl {
    text-align: center;
}

footer .address .col {
    display: flex;
}

footer .address .col span {
    display: inline-block;
    font-size: 25px;
    color: #aeb8c2
}

footer .scl a {
    display: inline-block;
    margin: 0 12px;
    opacity: 0.7;
}

footer .scl a img {
    width: 30px;
    height: 30px;
}

footer .logo {
    display: block;
    margin-bottom: 50px;
}

footer .logo img {
    max-width: 150px;
    width: 100%;
}

footer .widget p {
    font-size: 18px;
}

footer .widget ul {
    list-style: none;
    padding-left: 0;
}

footer .widget ul li {
    margin-bottom: 15px;
    display: block;
}

footer .widget ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.icon_mail,
.icon_phone,
.icon_address {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
    color: #aeb8c2;
}

footer .icon_mail,
.icon_phone,
.icon_address {
    padding-left: 15px;
}

.icon_mail:before,
.icon_phone:before,
.icon_address:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/infra/phone.svg) no-repeat scroll 0 0;
    background-size: contain !important;
}

.icon_mail:before {
    background: url(../images/infra/mail.svg) no-repeat scroll 0 0;
}

.icon_address:before {
    background: url(../images/infra/location.svg) no-repeat scroll 0 0;
}

#secfoot {
    padding: 20px 0;
    border-top: 1px solid #fff;
}

#secfoot p,
#secfoot a {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.popup {
    display: none;
}

.popup:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup .popup_body {
    width: 838px;
    height: 326px;
    max-width: 90%;
    background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
    border-radius: 18px;
    opacity: 1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 999;
    padding: 50px;
}

.popup .message {
    color: #020E19;
    margin-bottom: 20px;
}

.popup .icon {
    display: block;
    margin-bottom: 30px;
}

.popup .icon img {
    width: 100px;
    height: 100px;
    display: inline-block;
}

.gold_button {
    width: 146px;
    height: 61px;
    background: #55CF2A;
    border: none;
    font-size: 22px;
    color: #fff;
    display: block;
    margin: 0 auto;
}

.error .gold_button {
    background: #E36262;
}

@media all and (max-width: 1280px) {
    #spotlight .cpation h3 {
        font-size: 40px;
    }

    #spotlight .cpation p {
        font-size: 18px;
    }

    #spotlight .cpation .cover {
        width: 100%;
    }
}

@media all and (max-width: 992px) {
    .add_banner div.wrapper div.banner-content a {
        background: #ef4e4d;
    }

    .add_banner div.wrapper div.banner-content p {
        margin: 14px 0;
    }

    .add_banner {
        padding: 50px 0 100px;
    }

    .add_banner div.wrapper div.banner-content h3 {
        font-size: 35px;
    }

    #myBtnContainer .btn {
        border: 1px solid rgba(112, 112, 112, .5) !important;
        margin: 8px;
        border-radius: 4px;
    }

    #myBtnContainer {
        border: none;
    }

    #head_top {
        display: none;
    }

    #spotlight .cpation {
        bottom: 20px;
    }

    #spotlight .cpation p {
        display: none;
    }

    #spotlight .cpation h3 {
        font-size: 30px;
    }

    #spotlight .cpation h3 {
        margin-bottom: 0;
    }
}

@media all and (max-width: 767px) {
    #spotlight .owl-dots {
        margin-top: 20px;
        position: static;
    }

    header .navbar-toggle {
        display: block;
        width: 40px;
        padding: 0;
        margin-top: 32px;
    }

    .navbar-toggle small {
        display: block;
        height: 2px;
        margin: 7px 0;
        background: #fff;
    }

    .navbar-right {
        clear: both;
        border-top: none;
    }

    .navbar-collapse {
        border-top: none;
        box-shadow: none;
    }

    .product_list .content small {
        text-align: left;
    }

    .product_list .content span.price {
        font-size: 18px;
    }

    .product_list h4 {
        font-size: 16px;
    }

    footer .widget {
        margin-bottom: 20px;
    }

    #product_gallery {
        padding: 60px 0;
    }

    #spotlight .cpation {
        position: static;
    }

    #spotlight .cpation h3 {
        font-size: 23px;
        line-height: 35px;
    }
}

@media all and (max-width: 480px) {
    #subscribe h2.title {
        margin-bottom: 20px;
    }

    #subscribe {
        padding: 40px 0;
    }

    footer {
        padding: 50px 0 0;
    }

    .add_banner div.wrapper div.banner-content a {
        padding: 5px 14px;
    }

    .add_banner div.wrapper div.banner-content p {
        margin: 9px 0;
    }

    .add_banner div.wrapper div.banner-content h3 {
        font-size: 30px;
    }

    .add_banner {
        padding: 50px 0 70px;
        background-blend-mode: darken;
        background-color: #00000054;
    }

    footer h5 {
        font-size: 21px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 15px;
    }

    #myBtnContainer {
        margin-top: 25px;
        margin-bottom: 30px;
    }

    #product_gallery {
        padding: 35px 0 20px;
    }

    footer .widget ul {
        display: flex;
        flex-wrap: wrap;
    }

    footer .widget ul li {
        width: 50%;
    }

    #subscribe form .submit {
        width: 100%;
        position: static;
        font-size: 16px;
    }

    #subscribe form input {
        padding: 5px;
        font-size: 17px;
    }

    h2.title {
        font-size: 27px;
    }
    .add_banner div.wrapper {
        width: 90%;
    }
    #product_gallery {
        padding: 40px 0;
    }
}