/*：源码只发布在: https://www.17sucai.com*/
@import url("css2.css");

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    height: 100%;
    overflow-x: hidden;
}

body {
    line-height: 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #5b5b6e;
    font-family: "Montserrat", sans-serif
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #5b5b6e;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    color: #383847;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.23
}

h1 {
    font-size: 50px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h1 {
        font-size: 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h1 {
        font-size: 45px
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 30px
    }
}

h2 {
    font-size: 44px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h2 {
        font-size: 32px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h2 {
        font-size: 32px
    }
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 26px
    }
}

h3 {
    font-size: 36px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h3 {
        font-size: 28px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h3 {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    h3 {
        font-size: 20px
    }
}

h4 {
    font-size: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h4 {
        font-size: 27px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    h4 {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    h4 {
        font-size: 20px
    }
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

p:last-child {
    margin-bottom: 0
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    color: #5b5b6e
}

a,
button,
img,
input,
span {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

*:focus {
    outline: none !important
}

a:focus {
    color: inherit;
    outline: 0;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #2a72f8
}

button,
input[type="submit"] {
    cursor: pointer
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #737373;
    width: 100%
}

select {
    width: 100%;
    background: transparent;
    border: 0 solid #eceff8;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #737373
}

option {
    background: #fff;
    border: 0 solid #626262;
    padding-left: 10px;
    font-size: 14px
}

input:focus {
    background: transparent
}

textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    color: #737373
}

    textarea:focus {
        background: transparent;
        border: 2px solid #4FC1F0;
        outline: 0
    }

#scrollUp {
    width: 50px;
    height: 50px;
    background-color: #262626;
    color: #fff;
    right: 50px;
    bottom: 53px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important
}

@media only screen and (max-width:767px) {
    #scrollUp {
        width: 40px;
        height: 40px;
        right: 20px
    }
}

#scrollUp i {
    display: block;
    line-height: 50px;
    font-size: 20px
}

@media only screen and (max-width:767px) {
    #scrollUp i {
        line-height: 40px;
        font-size: 16px
    }
}

#scrollUp:hover {
    background-color: #2a72f8;
    -webkit-box-shadow: 0 20px 30px 0 rgba(37, 95, 204, 0.2);
    box-shadow: 0 20px 30px 0 rgba(37, 95, 204, 0.2)
}

.height-100vh {
    height: 100vh
}

.transparent-bar {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade:not(.show) {
        opacity: 0
    }

@media(prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.btn.theme-btn {
    background-color: black;
    padding: 0 55px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #383847;
    font-weight: 500;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    height: 60px;
    color: #fff;
    line-height: 60px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .btn.theme-btn {
        padding: 0 50px;
        height: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width:575px) {
    .btn.theme-btn {
        padding: 0 45px;
        height: 50px;
        line-height: 50px
    }
}

@media only screen and (max-width:479px) {
    .btn.theme-btn {
        padding: 0 45px;
        height: 50px;
        line-height: 50px
    }
}

.btn.theme-btn i {
    font-size: 24px;
    position: relative;
    top: 3px;
    line-height: 39px
}

@media only screen and (max-width:575px) {
    .btn.theme-btn i {
        font-size: 20px
    }
}

.btn.theme-btn:hover {
    border: 1px solid black;
    -webkit-box-shadow: 0 20px 30px 0 rgba(37, 95, 204, 0.2);
    box-shadow: 0 20px 30px 0 rgba(37, 95, 204, 0.2);
    color: #fff
}

.btn.theme-btn-1 {
    background-color: black;
    padding: 0 55px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid black;
    color: #fff;
    font-weight: 500;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    height: 60px;
    line-height: 60px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .btn.theme-btn-1 {
        padding: 0 50px;
        height: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width:575px) {
    .btn.theme-btn-1 {
        padding: 0 45px;
        height: 50px;
        line-height: 50px
    }
}

@media only screen and (max-width:479px) {
    .btn.theme-btn-1 {
        padding: 0 45px;
        height: 50px;
        line-height: 50px
    }
}

.btn.theme-btn-1 i {
    font-size: 24px;
    position: relative;
    top: 3px;
    line-height: 39px
}

@media only screen and (max-width:575px) {
    .btn.theme-btn-1 i {
        font-size: 20px
    }
}

.btn.theme-btn-1:hover {
    background-color: #2a72f8;
    border: 1px solid #2a72f8;
    -webkit-box-shadow: 0 20px 30px 0 rgba(37, 95, 204, 0.2);
    box-shadow: 0 20px 30px 0 rgba(37, 95, 204, 0.2);
    color: #fff
}

.btn.theme-btn-2 {
    background-color: #2a72f8;
    padding: 0 55px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #2a72f8;
    color: #fff;
    font-weight: 500;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    height: 60px;
    line-height: 60px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .btn.theme-btn-2 {
        padding: 0 50px;
        height: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width:575px) {
    .btn.theme-btn-2 {
        padding: 0 45px;
        height: 50px;
        line-height: 50px
    }
}

@media only screen and (max-width:479px) {
    .btn.theme-btn-2 {
        padding: 0 45px;
        height: 50px;
        line-height: 50px
    }
}

.btn.theme-btn-2 i {
    font-size: 24px;
    position: relative;
    top: 3px;
    line-height: 39px
}

@media only screen and (max-width:575px) {
    .btn.theme-btn-2 i {
        font-size: 20px
    }
}

.btn.theme-btn-2:hover {
    background-color: #1F1F28;
    border: 1px solid #1F1F28;
    -webkit-box-shadow: 0 20px 30px 0 rgba(35, 43, 58, 0.2);
    box-shadow: 0 20px 30px 0 rgba(35, 43, 58, 0.2);
    color: #fff
}

.btn.theme-btn-3 {
    background-color: none;
    padding: 0 45px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #1F1F28;
    color: #1F1F28;
    font-weight: 500;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    height: 50px;
    line-height: 50px
}

    .btn.theme-btn-3 i {
        font-size: 24px;
        position: relative;
        top: 3px;
        line-height: 39px
    }

    .btn.theme-btn-3:hover {
        background-color: #1F1F28;
        border: 1px solid #1F1F28;
        -webkit-box-shadow: 0 20px 30px 0 rgba(35, 43, 58, 0.2);
        box-shadow: 0 20px 30px 0 rgba(35, 43, 58, 0.2);
        color: #fff
    }

.btn.buy-now {
    background-color: #1F1F28;
    padding: 0 55px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #1F1F28;
    color: #fff;
    font-weight: 500;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    height: 50px;
    line-height: 50px
}

    .btn.buy-now i {
        font-size: 24px;
        position: relative;
        top: 3px;
        line-height: 39px
    }

    .btn.buy-now:hover {
        background-color: #2a72f8;
        border: 1px solid #2a72f8;
        -webkit-box-shadow: 0 20px 30px 0 rgba(37, 95, 204, 0.2);
        box-shadow: 0 20px 30px 0 rgba(37, 95, 204, 0.2);
        color: #fff
    }

.btn-whislist i {
    line-height: 50px;
    font-size: 18px;
    color: #9696ac
}

    .btn-whislist i:hover {
        color: #2a72f8
    }

.txt-btn i {
    line-height: 50px;
    font-size: 18px;
    color: #9696ac
}

    .txt-btn i:hover {
        color: #2a72f8
    }

.breadcrumb {
    margin-bottom: 0
}

    .breadcrumb.breadcrumb_bg {
        height: 400px;
        border-radius: 0
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb.breadcrumb_bg {
        height: 200px
    }
}

@media only screen and (max-width:767px) {
    .breadcrumb.breadcrumb_bg {
        height: 200px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb.breadcrumb_bg {
        height: 200px
    }
}

@media only screen and (max-width:575px) {
    .breadcrumb.breadcrumb_bg {
        height: 150px
    }
}

@media only screen and (max-width:479px) {
    .breadcrumb.breadcrumb_bg {
        height: 150px
    }
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    font-weight: 600;
    font-size: 40px;
    color: #1F1F28;
    margin-bottom: 15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:767px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 30px
    }
}

@media only screen and (max-width:575px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 25px
    }
}

@media only screen and (max-width:479px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 25px
    }
}

.breadcrumb .breadcrumb_iner .custom-breadcrumb ol li a {
    color: #1F1F28;
    font-size: 16px;
    font-weight: 400
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb .breadcrumb_iner .custom-breadcrumb ol li a {
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .breadcrumb .breadcrumb_iner .custom-breadcrumb ol li a {
        font-size: 14px
    }
}

@media only screen and (max-width:479px) {
    .breadcrumb .breadcrumb_iner .custom-breadcrumb ol li a {
        font-size: 12px
    }
}

.breadcrumb .breadcrumb_iner .custom-breadcrumb ol li.breadcrumb-item.active {
    font-size: 16px;
    color: #2a72f8
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb .breadcrumb_iner .custom-breadcrumb ol li.breadcrumb-item.active {
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .breadcrumb .breadcrumb_iner .custom-breadcrumb ol li.breadcrumb-item.active {
        font-size: 14px
    }
}

@media only screen and (max-width:479px) {
    .breadcrumb .breadcrumb_iner .custom-breadcrumb ol li.breadcrumb-item.active {
        font-size: 12px
    }
}

.breadcrumb .breadcrumb_iner .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-family: LineIcons;
    content: "\ea5c";
    font-size: 14px;
    color: #1F1F28;
    opacity: .9;
    position: relative;
    top: 2px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb .breadcrumb_iner .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        font-size: 14px
    }
}

@media only screen and (max-width:575px) {
    .breadcrumb .breadcrumb_iner .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        font-size: 14px
    }
}

@media only screen and (max-width:479px) {
    .breadcrumb .breadcrumb_iner .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        font-size: 12px
    }
}

.breadcrumb .breadcrumb_iner .list-inline-item {
    display: inline-block !important
}

    .breadcrumb .breadcrumb_iner .list-inline-item:not(:last-child) {
        margin-right: 0
    }

.product-menu {
    padding: 20px 0 0
}

    .product-menu .nav li {
        margin: 0 12px
    }

@media only screen and (max-width:767px) {
    .product-menu .nav li {
        margin: 0 6px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .product-menu .nav li {
        margin: 0 12px
    }
}

.product-menu .nav li a {
    font-size: 12px;
    padding: 0 10px;
    line-height: 24px;
    color: #383847;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

    .product-menu .nav li a.active,
    .product-menu .nav li a:hover {
        color: #2a72f8
    }

.pro-pagination-style ul li {
    display: inline-block;
    margin: 0 8px
}

@media only screen and (max-width:767px) {
    .pro-pagination-style ul li {
        margin: 0 4px
    }
}

.pro-pagination-style ul li a {
    border: 1px solid #d9d9e7;
    color: #383847;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%
}

    .pro-pagination-style ul li a.active,
    .pro-pagination-style ul li a:hover {
        background-color: #2a72f8;
        color: #fff;
        border: 1px solid #2a72f8;
        -webkit-box-shadow: 0 20px 30px 0 rgba(37, 95, 204, 0.2);
        box-shadow: 0 20px 30px 0 rgba(37, 95, 204, 0.2)
    }

    .pro-pagination-style ul li a i {
        line-height: 38px
    }

.pro-pagination-style ul li:last-child {
    position: relative;
    top: 2px
}

@media only screen and (max-width:767px) {
    .pro-pagination-style.mt-30 {
        margin-top: 0
    }
}

.section_title {
    text-align: center;
    margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section_title {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:767px) {
    .section_title .section_title {
        margin-bottom: 25px
    }
}

.section_title h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 22px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section_title h2 {
        font-size: 33px;
        line-height: 37px;
        padding-bottom: 17px
    }
}

@media only screen and (max-width:767px) {
    .section_title h2 {
        font-size: 19px;
        line-height: 20px;
        padding-bottom: 13px
    }
}

.section_title h2::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #2a72f8;
    bottom: 0;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%)
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.txt-blue {
    color: #2a72f8
}

.txt-yellow {
    color: #f5b223
}

.bg-c-blue {
    background: #2a72f8
}

.bg-c-red {
    background: #ff4e4e
}

.bg-c-green {
    background: #33d649
}

.bg-gray-100 {
    background: #f6f6ff
}

.bg-gray-200 {
    background: #d9d9e7
}

.bg-gray-300 {
    background: #b8b8cc
}

.bg-gray-400 {
    background: #9696ac
}

.bg-gray-500 {
    background: #9696ac
}

.bg-gray-600 {
    background: #383847
}

.bg-gray-700 {
    background: #1F1F28
}

.bg-color-1 {
    background: #ff9751
}

.bg-color-2 {
    background: #35e6d7
}

.bg-color-3 {
    background: #ff5161
}

.bg-color-4 {
    background: #cfeaff
}

.bg-color-5 {
    background: black
}

.box_shadow {
    -webkit-box-shadow: 0 10px 80px 0 rgba(215, 215, 215, 0.4);
    box-shadow: 0 10px 80px 0 rgba(215, 215, 215, 0.4)
}

header.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

    header.header.is-sticky {
        position: fixed;
        -webkit-box-shadow: 0 10px 80px 0 rgba(215, 215, 215, 0.4);
        box-shadow: 0 10px 80px 0 rgba(215, 215, 215, 0.4);
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        background-color: rgba(255, 255, 255, 0.94)
    }

        header.header.is-sticky.sticky-white {
            background-color: #fff
        }

        header.header.is-sticky.fixed {
            position: fixed !important
        }

@media only screen and (min-width:992px) and (max-width:1199px) {
    header.header.is-sticky.fixed {
        position: static !important
    }
}

header.header.is-sticky .header-top {
    display: none
}

.header-transparent {
    background-color: transparent
}

.header-static {
    position: static !important
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-center {
        background-color: #fff;
        position: static !important
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-white {
        background-color: #fff
    }
}

.header-top {
    padding: 12px 0;
    border-bottom: 1px solid #5b5b6e
}

    .header-top.border-gray {
        border-bottom: 1px solid #ebebeb
    }

.header-top-contact {
    text-align: center
}

    .header-top-contact ul li {
        font-size: 14px;
        font-weight: 500;
        line-height: 25px;
        color: #1F1F28
    }

    .header-top-contact.color-black ul li {
        color: #383847
    }

.header-top-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .header-top-cart a {
        display: block;
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        color: #fff;
        margin-right: 30px
    }

        .header-top-cart a:last-child {
            margin-right: 0
        }

        .header-top-cart a img {
            margin-right: 5px
        }

.header-bottom.menu-right > .container > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-bottom.menu-right > .container > .row {
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit
    }
}

@media only screen and (max-width:767px) {
    .header-bottom.menu-right > .container > .row {
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit
    }
}

.header-bottom.menu-right > .container > .row > .col {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: static
}

    .header-bottom.menu-right > .container > .row > .col:first-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

@media only screen and (max-width:479px) {
    .logo {
        width: 120px
    }
}

.logo a {
    display: inline-block
}

    .logo a img {
        max-width: 100%
    }

.header-search-form-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-search-form div input {
    width: 180px;
    height: 50px;
    border: 0;
    background-color: transparent;
    color: #1F1F28;
    line-height: 50px;
    padding-right: 10px
}

@media only screen and (max-width:479px) {
    .header-search-form div input {
        width: 216px
    }
}

.header-search-form div input::-webkit-input-placeholder {
    color: #1F1F28
}

.header-search-form div input:-ms-input-placeholder {
    color: #1F1F28
}

.header-search-form div input::-ms-input-placeholder {
    color: #1F1F28
}

.header-search-form div input::placeholder {
    color: #1F1F28
}

.header-search-form div button {
    background-color: transparent;
    border: 0;
    color: #1F1F28;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: 500
}

    .header-search-form div button i {
        font-size: 20px;
        line-height: 1;
        display: block
    }

.header-search-form.color-black form input {
    color: #383847
}

    .header-search-form.color-black form input::-webkit-input-placeholder {
        color: #383847
    }

    .header-search-form.color-black form input:-ms-input-placeholder {
        color: #383847
    }

    .header-search-form.color-black form input::-ms-input-placeholder {
        color: #383847
    }

    .header-search-form.color-black form input::placeholder {
        color: #383847
    }

.header-search-form.color-black form button {
    color: #383847
}

.header-cart {
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-cart {
        margin-right: 50px
    }
}

@media only screen and (max-width:767px) {
    .header-cart {
        margin-right: 50px
    }
}

@media only screen and (max-width:479px) {
    .header-cart {
        margin-right: 40px
    }
}

.header-cart > a {
    background-color: transparent;
    border: 0;
    color: #1F1F28;
    padding: 0;
    line-height: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    position: relative
}

    .header-cart > a > i {
        font-size: 20px;
        line-height: 1px
    }

    .header-cart > a .count {
        position: absolute;
        right: 0;
        top: -5px;
        color: #fff;
        background: #ff5151;
        width: 18px;
        height: 18px;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        border-radius: 50%
    }

.header-cart:hover .header-cart-dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header-cart.color-white > a {
    color: #fff;
    border-color: #fff
}

.header-cart.color-black > a {
    color: #383847
}

    .header-cart.color-black > a .count {
        color: #f6f6ff
    }

.header-cart-dropdown {
    position: absolute;
    width: 320px;
    background: #fff;
    right: 15px;
    top: 120%;
    padding: 5px 20px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-cart-dropdown {
        right: auto
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-cart-dropdown {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .header-cart-dropdown {
        display: none
    }
}

.cart-img {
    float: left;
    width: 36%;
    margin-right: 20px;
    position: relative
}

.cart-content {
    float: left;
    width: 56%
}

ul.cart-items li {
    list-style: none;
    display: block;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    position: relative;
    text-align: left
}

.cart-content span {
    color: #222;
    font-weight: 400;
    font-size: 16px
}

    .cart-content span.product-price {
        color: #2a72f8;
        font-size: 16px
    }

.product-name {
    color: #222;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    width: 123px
}

.cart-item-remove a {
    position: absolute;
    color: #222;
    right: 2px;
    top: 18px;
    display: inline-block;
    left: auto;
    font-size: 20px
}

    .cart-item-remove a:hover {
        color: #2a72f8
    }

.cart-total {
    overflow: hidden;
    padding: 20px 0;
    text-align: left;
    border-bottom: 1px solid #ededed
}

    .cart-total h5 {
        color: #3e3d43;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 600
    }

.cart-btn {
    padding: 20px;
    background-color: #fff;
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -5px
}

    .cart-btn a {
        display: block;
        background-color: #333;
        color: #fff;
        font-size: 16px;
        padding: 10px 18px;
        text-transform: uppercase;
        font-weight: 600
    }

        .cart-btn a:first-child {
            margin-bottom: 10px
        }

        .cart-btn a:hover {
            background: #2a72f8;
            border-color: #2a72f8;
            color: #fff
        }

.light-strocke {
    -webkit-text-stroke: -4px white
}

.us-menu > li {
    position: relative;
    margin-left: 15px;
    text-align: center
}

    .us-menu > li > a {
        color: #1F1F28;
        display: block;
        font-weight: normal;
        position: relative;
        text-transform: capitalize;
        z-index: 10;
        font-size: 22px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }

        .us-menu > li > a:hover {
            color: #2a72f8
        }

        .us-menu > li > a i {
            line-height: 1
        }

    .us-menu > li:hover .dropdown {
        top: 100%;
        opacity: 1;
        visibility: visible
    }

.us-menu.color-black li a {
    color: #383847
}

    .us-menu.color-black li a:hover {
        color: #2a72f8
    }

.dropdown {
    position: absolute;
    top: 80%;
    right: 0;
    width: 200px;
    background-color: #fff;
    padding: 20px 25px;
    z-index: 101;
    text-align: left;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 10px 80px 0 rgba(215, 215, 215, 0.4);
    box-shadow: 0 10px 80px 0 rgba(215, 215, 215, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media only screen and (max-width:767px) {
    .dropdown {
        right: auto;
        left: 0
    }
}

.dropdown li {
    margin-bottom: 10px
}

    .dropdown li:last-child {
        margin-bottom: 0
    }

    .dropdown li a {
        display: block;
        font-weight: normal;
        border-top: 0;
        height: inherit;
        border-radius: 0;
        text-transform: capitalize;
        position: relative;
        z-index: 10;
        font-size: 13px
    }

        .dropdown li a:hover {
            color: #2a72f8
        }

.main-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu > ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.main-menu > ul > li {
    margin-right: 40px;
    position: relative
}

    .main-menu > ul > li:last-child {
        margin-right: 0
    }

    .main-menu > ul > li > a {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        letter-spacing: .25px;
        font-family: "Montserrat", sans-serif;
        color: #1F1F28;
        display: block;
        padding: 30px 0;
        position: relative;
        text-transform: capitalize
    }

        .main-menu > ul > li > a i {
            font-size: 12px;
            margin-left: 5px
        }

    .main-menu > ul > li.has-dropdown > a::after {
        content: "\ea58";
        font-family: 'LineIcons';
        line-height: 30px;
        margin-left: 3px
    }

    .main-menu > ul > li.active > a,
    .main-menu > ul > li:hover > a {
        color: #2a72f8
    }

    .main-menu > ul > li:hover > .sub-menu {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        z-index: 99
    }

    .main-menu > ul > li:hover > .mega-menu {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        z-index: 99
    }

    .main-menu > ul > li:last-child .sub-menu {
        left: auto;
        right: 0
    }

        .main-menu > ul > li:last-child .sub-menu .sub-menu .sub-menu {
            left: 100%;
            right: auto
        }

            .main-menu > ul > li:last-child .sub-menu .sub-menu .sub-menu .sub-menu {
                left: auto;
                right: 100%
            }

    .main-menu > ul > li:nth-last-child(-n+3) .sub-menu .sub-menu {
        left: auto;
        right: 100%
    }

        .main-menu > ul > li:nth-last-child(-n+3) .sub-menu .sub-menu .sub-menu {
            left: 100%;
            right: auto
        }

.main-menu.color-black ul li a {
    color: #383847
}

    .main-menu.color-black ul li a:hover {
        color: #2a72f8
    }

.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 30px;
    padding: 20px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 80px 0 rgba(215, 215, 215, 0.4);
    box-shadow: 0 10px 80px 0 rgba(215, 215, 215, 0.4);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 210px;
    z-index: -99;
    opacity: 0;
    visibility: hidden
}

    .sub-menu li {
        margin-bottom: 5px;
        position: relative
    }

        .sub-menu li:last-child {
            margin-bottom: 0
        }

        .sub-menu li a {
            font-family: "Rubik", sans-serif;
            color: #383847;
            display: block;
            font-size: 14px;
            line-height: 35px;
            font-weight: 400;
            padding: 0 20px
        }

        .sub-menu li.has-dropdown > a::after {
            content: "\f105";
            font-family: Fontawesome;
            line-height: 30px;
            float: right
        }

        .sub-menu li.active > a {
            color: #2a72f8
        }

        .sub-menu li .sub-menu {
            left: 100%;
            top: 0;
            margin-left: 0
        }

        .sub-menu li:hover > a {
            color: #2a72f8;
            padding-left: 25px
        }

        .sub-menu li:hover > .sub-menu {
            margin-top: -10px;
            opacity: 1;
            visibility: visible;
            z-index: 99
        }

        .sub-menu li .sub-menu {
            left: 100%;
            margin-left: 0;
            top: 0
        }

            .sub-menu li .sub-menu .sub-menu {
                left: auto;
                right: 100%
            }

                .sub-menu li .sub-menu .sub-menu .sub-menu {
                    left: 100%;
                    right: auto
                }

.mega-menu.four-column {
    width: 800px
}

.mega-menu.two-column {
    width: 600px
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .mega-menu.four-column {
        width: 770px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .mega-menu.four-column {
        width: 770px
    }
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .mega-menu.two-column {
        width: 770px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .mega-menu.two-column {
        width: 770px
    }
}


.mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: 2px solid #2a72f8;
    text-align: left;
    z-index: 999;
    width: 800px;
    -webkit-box-shadow: 0 10px 80px 0 rgba(215, 215, 215, 0.4);
    box-shadow: 0 10px 80px 0 rgba(215, 215, 215, 0.4);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .mega-menu {
        width: 770px;
        left: -40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .mega-menu {
        width: 770px;
        left: -160px
    }
}

.mega-menu.left-0 {
    left: 0
}

.mega-menu > li {
    width: 35%;
    padding: 0 13px;
    margin: 20px 0;
    float: left;
    border-left: 1px solid #eee
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .mega-menu > li {
        padding: 0 5px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .mega-menu > li {
        padding: 0 5px
    }
}

.mega-menu > li:first-child {
    border-left: 0
}

.mega-menu > li > a {
    margin: 0 0 12px 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 20px;
    color: #383847
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .mega-menu > li > a {
        margin: 0 0 12px 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .mega-menu > li > a {
        margin: 0 0 12px 20px
    }
}

.mega-menu > li > ul > li {
    display: block
}

    .mega-menu > li > ul > li > a {
        padding: 0 12px;
        display: block;
        font-size: 13px;
        line-height: 35px;
        font-weight: 400;
        color: #383847
    }

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .mega-menu > li > ul > li > a {
        padding: 0 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .mega-menu > li > ul > li > a {
        padding: 0 20px
    }
}

.mega-menu > li > ul > li > a:hover {
    color: #2a72f8
}

.header-mobile-navigation {
    padding: 20px 0
}

    .header-mobile-navigation .mobile-navigation ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .header-mobile-navigation .mobile-navigation ul li {
            margin-left: 20px
        }

            .header-mobile-navigation .mobile-navigation ul li:first-child {
                margin-left: 0
            }

            .header-mobile-navigation .mobile-navigation ul li a {
                font-size: 22px;
                font-weight: 400;
                line-height: 28px;
                color: #383847;
                display: block
            }

    .header-mobile-navigation .mobile-navigation .header-cart-icon {
        position: relative;
        display: inline-block
    }

        .header-mobile-navigation .mobile-navigation .header-cart-icon a {
            font-size: 22px;
            font-weight: 400;
            line-height: 28px;
            color: #383847;
            display: block
        }

            .header-mobile-navigation .mobile-navigation .header-cart-icon a span {
                font-size: 12px;
                position: absolute;
                right: 0;
                top: -5px;
                left: 80%;
                width: 18px;
                height: 18px;
                color: #fff;
                background: #ff5151;
                line-height: 18px;
                border-radius: 100%;
                text-align: center
            }

.offcanvas-widget-area {
    margin-bottom: 35px
}

@media only screen and (max-width:479px) {
    .offcanvas-widget-area {
        margin-bottom: 30px
    }
}

.off-canvas-contact-widget {
    margin-bottom: 20px
}

    .off-canvas-contact-widget .header-contact-info {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%
    }

        .off-canvas-contact-widget .header-contact-info .header-contact-info-list li {
            display: inline-block;
            margin-right: 25px
        }

            .off-canvas-contact-widget .header-contact-info .header-contact-info-list li i {
                font-size: 14px;
                margin-right: 5px
            }

            .off-canvas-contact-widget .header-contact-info .header-contact-info-list li a {
                font-weight: 400;
                line-height: 22px;
                color: #383847
            }

                .off-canvas-contact-widget .header-contact-info .header-contact-info-list li a:hover {
                    color: #2a72f8
                }

            .off-canvas-contact-widget .header-contact-info .header-contact-info-list li:last-child {
                margin-right: 0
            }

.offcanvas-mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding-left: 60px;
    -webkit-transition: .6s;
    transition: .6s
}

    .offcanvas-mobile-menu.active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .offcanvas-mobile-menu.inactive {
        -webkit-transform: translateX(calc(100%+60px));
        transform: translateX(calc(100%+60px))
    }

.offcanvas-menu-close {
    position: absolute;
    left: 0;
    top: 0;
    background: #343538;
    z-index: 9;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 30px
}

@media only screen and (max-width:479px) {
    .offcanvas-menu-close {
        width: 50px;
        height: 50px;
        line-height: 55px;
        left: 10px;
        font-size: 25px
    }
}

.offcanvas-menu-close:hover,
.offcanvas-menu-close:focus {
    color: #fff
}

.offcanvas-menu-close i {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.offcanvas-menu-close:hover i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.offcanvas-wrapper {
    overflow: auto;
    height: 100%;
    -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff
}

.offcanvas-mobile-search-area {
    background-color: #e6e6e6;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
    z-index: 9;
    margin-left: 60px
}

    .offcanvas-mobile-search-area input {
        width: 100%;
        font-size: 16px;
        display: block;
        padding: 9px 25px;
        padding-right: 35px;
        color: #222;
        background: #e6e6e6;
        border: 0
    }

@media only screen and (max-width:479px) {
    .offcanvas-mobile-search-area input {
        font-size: 14px;
        padding: 5px 15px;
        padding-right: 35px
    }
}

.offcanvas-mobile-search-area button {
    background: 0;
    border: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #aaa;
    padding: 0
}

    .offcanvas-mobile-search-area button i {
        font-size: 18px;
        line-height: 40px
    }

.offcanvas-inner-content {
    padding: 90px 35px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:479px) {
    .offcanvas-inner-content {
        padding: 70px 25px 0
    }
}

.offcanvas-navigation {
    margin-bottom: 50px
}

    .offcanvas-navigation > ul > li > a {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        padding: 10px 0;
        color: #383847
    }

        .offcanvas-navigation > ul > li > a:hover {
            color: #2a72f8
        }

@media only screen and (max-width:479px) {
    .offcanvas-navigation > ul > li > a {
        font-size: 14px;
        line-height: 20px
    }
}

.offcanvas-navigation ul.submenu2 {
    margin-left: 25px
}

    .offcanvas-navigation ul.submenu2 > li > a {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        padding: 10px 0
    }

        .offcanvas-navigation ul.submenu2 > li > a:hover {
            color: #2a72f8
        }

@media only screen and (max-width:479px) {
    .offcanvas-navigation ul.submenu2 > li > a {
        font-size: 13px;
        line-height: 18px
    }
}

.offcanvas-navigation ul li.menu-item-has-children {
    position: relative;
    display: block
}

    .offcanvas-navigation ul li.menu-item-has-children a {
        display: block
    }

    .offcanvas-navigation ul li.menu-item-has-children.active > .menu-expand i:before {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .offcanvas-navigation ul li.menu-item-has-children .menu-expand {
        position: absolute;
        right: auto;
        left: 95%;
        top: -5px;
        width: 30px;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        text-align: center
    }

        .offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
            display: block;
            margin-top: 25px;
            border-bottom: 1px solid;
            position: relative;
            width: 10px;
            -webkit-transition: all 250ms ease-out;
            transition: all 250ms ease-out
        }

            .offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
                width: 100%;
                content: "";
                border-bottom: 1px solid;
                display: block;
                position: absolute;
                top: 0;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg)
            }

.off-canvas-widget-social a {
    margin: 0 10px;
    font-size: 14px
}

    .off-canvas-widget-social a:first-child {
        margin-left: 0
    }

@media only screen and (max-width:479px) {
    .off-canvas-widget-social a {
        margin: 0 10px
    }
}

.off-canvas-widget-social a:hover {
    color: #2a72f8
}

.offcanvas-settings .offcanvas-navigation > ul > li > a {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0
}

.offcanvas-settings .offcanvas-navigation > ul > li.menu-item-has-children .menu-expand {
    height: 30px;
    top: -15px;
    margin-top: 0
}

.offcanvas-settings .offcanvas-navigation ul.sub-menu > li > a {
    padding: 5px 0
}

.hero-01 {
    height: 500px;
    width: 500px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .hero-01 {
        height: 800px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-01 {
        height: 600px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-01 {
        height: 550px
    }
}

@media only screen and (max-width:767px) {
    .hero-01 {
        height: 550px
    }
}

.hero-01 .hero-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

    .hero-01 .hero-content-wrap .hero-01-text {
        z-index: 99
    }

        .hero-01 .hero-content-wrap .hero-01-text h1 {
            font-weight: 800;
            font-size: 92px;
            font-family: "Montserrat", sans-serif;
            color: #f6f6ff
        }

@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-01 .hero-content-wrap .hero-01-text h1 {
        font-size: 72px
    }
}

@media only screen and (max-width:575px) {
    .hero-01 .hero-content-wrap .hero-01-text h1 {
        font-size: 52px
    }
}

@media only screen and (max-width:479px) {
    .hero-01 .hero-content-wrap .hero-01-text h1 {
        font-size: 42px
    }
}

.hero-01 .hero-content-wrap .hero-01-text h5 {
    position: relative;
    font-weight: 500;
    color: #f6f6ff;
    font-family: "Montserrat", sans-serif
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-01 .hero-content-wrap .hero-01-text {
        padding-top: 90px
    }
}

@media only screen and (max-width:767px) {
    .hero-01 .hero-content-wrap .hero-01-text {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .hero-01 .hero-content-wrap .hero-01-text p {
            display: none
        }
}

.hero-01 .hero-content-wrap .inner-images {
    text-align: center;
    position: absolute;
    right: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-01 .hero-content-wrap .inner-images {
        width: 400px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-01 .hero-content-wrap .inner-images {
        width: 400px;
        right: 0
    }
}

@media only screen and (max-width:767px) {
    .hero-01 .hero-content-wrap .inner-images {
        width: 300px;
        right: 50px;
        bottom: -80px
    }
}

@media only screen and (max-width:575px) {
    .hero-01 .hero-content-wrap .inner-images {
        width: 300px;
        right: 0;
        bottom: -100px
    }
}

.hero-01-slider .slick-dots {
    position: absolute;
    right: 100px;
    margin-top: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-01-slider .slick-dots {
        right: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-01-slider .slick-dots {
        right: 20px
    }
}

@media only screen and (max-width:767px) {
    .hero-01-slider .slick-dots {
        right: 15px
    }
}

.hero-01-slider .slick-dots li {
    margin: 10px 0;
    font-size: 18px;
    color: #666
}

    .hero-01-slider .slick-dots li .pager__item {
        background: transparent;
        border: 0;
        position: relative
    }

        .hero-01-slider .slick-dots li .pager__item::after {
            right: 0;
            bottom: 0;
            content: "";
            height: 2px;
            width: 40px;
            background: #666;
            position: absolute;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

    .hero-01-slider .slick-dots li.slick-active {
        color: #161c2d
    }

        .hero-01-slider .slick-dots li.slick-active .pager__item::after {
            width: 60px;
            background: #161c2d
        }

.slick-current .hero-01-text h6 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.slick-current .hero-01-text h1 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .7s;
    animation-duration: .7s
}

.slick-current .hero-01-text a {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .9s;
    animation-duration: .9s
}

.slick-current .inner-images .image-one {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .9s;
    animation-duration: .9s
}

.hero-02 {
    height: 100vh;
    padding-top: 0
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .hero-02 {
        height: 700px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-02 {
        height: 500px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-02 {
        height: 450px
    }
}

@media only screen and (max-width:767px) {
    .hero-02 {
        height: 500px
    }
}

.hero-02 .hero-02-content .title {
    font-size: 72px;
    line-height: 72px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-top: 10px
}

@media only screen and (max-width:767px) {
    .hero-02 .hero-02-content .title {
        font-size: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-02 .hero-02-content .title {
        font-size: 48px
    }
}

.hero-02 .hero-02-content p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 5px;
    text-transform: uppercase
}

@media only screen and (max-width:767px) {
    .hero-02 .hero-02-content p {
        font-size: 12px;
        letter-spacing: 2px
    }
}

.hero-02 .hero-02-content .play {
    display: inline-block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 34px;
    color: #383847;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-top: 50px
}

.hero-03-slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    font-size: 30px
}

    .hero-03-slider .slick-arrow.arrow-next {
        right: 15px;
        left: auto
    }

    .hero-03-slider .slick-arrow:hover {
        color: #161c2d
    }

        .hero-03-slider .slick-arrow:hover:before {
            background-color: #161c2d
        }

.hero-03-slider .single-hero-03-slider {
    height: 1100px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .hero-03-slider .single-hero-03-slider {
        height: 900px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-03-slider .single-hero-03-slider {
        height: 850px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-03-slider .single-hero-03-slider {
        height: 700px
    }
}

@media only screen and (max-width:767px) {
    .hero-03-slider .single-hero-03-slider {
        height: 500px
    }
}

.hero-03-slider .single-hero-03-slider .hero-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: -256px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-03-slider .single-hero-03-slider .hero-content-wrap {
        margin-top: -156px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-03-slider .single-hero-03-slider .hero-content-wrap {
        margin-top: -156px
    }
}

@media only screen and (max-width:767px) {
    .hero-03-slider .single-hero-03-slider .hero-content-wrap {
        margin-top: 0
    }
}

.hero-03-slider .single-hero-03-slider .hero-content-wrap .hero-03-text {
    z-index: 99
}

.hero-03-slider .single-hero-03-slider .small-title {
    position: relative;
    padding-left: 25px;
    color: #999;
    font-size: 16px;
    font-weight: 400
}

    .hero-03-slider .single-hero-03-slider .small-title::after {
        background-color: #999;
        position: absolute;
        content: '';
        width: 2px;
        height: 100%;
        left: 0;
        bottom: 0
    }

.hero-03-slider .single-hero-03-slider .hero-title {
    position: absolute;
    padding-bottom: 15px
}

.hero-03-slider .single-hero-03-slider .inner-images {
    text-align: center;
    position: absolute;
    right: 0
}

    .hero-03-slider .single-hero-03-slider .inner-images .image-two {
        position: absolute;
        bottom: -84px;
        right: 0
    }

@media only screen and (max-width:767px) {
    .hero-03-slider .single-hero-03-slider .inner-images .image-two {
        width: 200px;
        bottom: -4px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-03-slider .single-hero-03-slider .inner-images {
        width: 400px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-03-slider .single-hero-03-slider .inner-images {
        width: 400px
    }
}

@media only screen and (max-width:767px) {
    .hero-03-slider .single-hero-03-slider .inner-images {
        width: 300px
    }
}

.slick-current .hero-03-text {
    margin-top: 50px
}

    .slick-current .hero-03-text h6 {
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft;
        -webkit-animation-duration: .4s;
        animation-duration: .4s
    }

    .slick-current .hero-03-text h1 {
        -webkit-animation-name: flipInX;
        animation-name: flipInX;
        -webkit-animation-duration: .6s;
        animation-duration: .6s
    }

    .slick-current .hero-03-text a {
        -webkit-animation-name: flipInX;
        animation-name: flipInX;
        -webkit-animation-duration: .9s;
        animation-duration: .9s
    }

.slick-current .inner-images .image-one {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight;
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.slick-current .inner-images .image-two {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight;
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.hero-4 {
    height: 100vh
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-4 .hero-4-banner-content {
        text-align: center
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-4 .hero-4-banner-content {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .hero-4 .hero-4-banner-content {
        text-align: center
    }
}

.hero-4 .hero-4-banner-content .heading {
    display: inline-block
}

    .hero-4 .hero-4-banner-content .heading .title {
        text-shadow: 0 0 38px rgba(41, 44, 58, 0.09);
        font-size: 250px;
        color: #fff;
        font-weight: 700;
        letter-spacing: -15px;
        text-align: center;
        line-height: 1
    }

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .hero-4 .hero-4-banner-content .heading .title {
        font-size: 160px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-4 .hero-4-banner-content .heading .title {
        font-size: 150px;
        letter-spacing: -5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-4 .hero-4-banner-content .heading .title {
        font-size: 140px;
        letter-spacing: 0
    }
}

@media only screen and (max-width:767px) {
    .hero-4 .hero-4-banner-content .heading .title {
        font-size: 70px;
        letter-spacing: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-4 .hero-4-banner-content .heading .title {
        font-size: 100px
    }
}

.single-banner-hoverzoom {
    position: relative;
    overflow: hidden
}

    .single-banner-hoverzoom > a {
        display: block
    }

        .single-banner-hoverzoom > a img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .6s;
            transition: .6s;
            width: 100%
        }

        .single-banner-hoverzoom > a:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

        .single-banner-hoverzoom > a .banner-content {
            position: absolute;
            display: inline-block
        }

        .single-banner-hoverzoom > a .banner-content-product-type {
            bottom: 30px;
            left: 30px
        }

@media only screen and (max-width:479px) {
    .single-banner-hoverzoom > a .banner-content-product-type {
        bottom: 20px;
        left: 20px
    }
}

.single-banner-hoverzoom > a .banner-content-product-type .name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #383847;
    display: block
}

@media only screen and (max-width:479px) {
    .single-banner-hoverzoom > a .banner-content-product-type .name {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0
    }
}

.single-banner-hoverzoom > a .banner-content-product-type .price {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    color: #383847
}

.single-banner-hoverzoom > a .banner-content-product-type {
    bottom: 50px;
    left: 50px
}

    .single-banner-hoverzoom > a .banner-content-product-type .name {
        font-size: 34px;
        line-height: 48px;
        font-weight: 300;
        margin-bottom: 20px
    }

@media only screen and (min-width:576px) and (max-width:767px) {
    .single-banner-hoverzoom > a .banner-content-product-type .name {
        font-size: 30px
    }
}

@media only screen and (max-width:575px) {
    .single-banner-hoverzoom > a .banner-content-product-type .name {
        font-size: 28px
    }
}

@media only screen and (max-width:479px) {
    .single-banner-hoverzoom > a .banner-content-product-type .name {
        font-size: 28px
    }
}

.single-banner-hoverzoom > a .banner-content-product-type .name span {
    display: block
}

.single-banner-hoverzoom > a .banner-content-product-type .price {
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    color: #777
}

.single-banner-hoverzoom > a .banner-content-banner-type-top-right {
    top: 15%;
    width: 27%;
    right: 5%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-banner-hoverzoom > a .banner-content-banner-type-top-right {
        right: 15%
    }
}

@media only screen and (max-width:767px) {
    .single-banner-hoverzoom > a .banner-content-banner-type-top-right {
        right: 10%
    }
}

@media only screen and (max-width:575px) {
    .single-banner-hoverzoom > a .banner-content-banner-type-top-right {
        right: 15%
    }
}

@media only screen and (max-width:479px) {
    .single-banner-hoverzoom > a .banner-content-banner-type-top-right {
        width: 40%
    }
}

.single-banner-hoverzoom > a .banner-content-banner-type-top-left {
    top: 15%;
    width: 30%;
    left: 10%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-banner-hoverzoom > a .banner-content-banner-type-top-left {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .single-banner-hoverzoom > a .banner-content-banner-type-top-left {
        width: 50%
    }
}

.single-banner-hoverzoom > a .banner-content-banner-type .name {
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    line-height: 48px;
    color: #383847;
    margin-bottom: 10px
}

@media only screen and (max-width:479px) {
    .single-banner-hoverzoom > a .banner-content-banner-type .name {
        font-size: 24px;
        line-height: 32px
    }
}

.single-banner-hoverzoom > a .banner-content-banner-type .name span {
    display: block
}

.single-banner-hoverzoom > a .banner-content-banner-type .button-link {
    position: relative;
    text-transform: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #383847;
    padding-bottom: 3px
}

    .single-banner-hoverzoom > a .banner-content-banner-type .button-link:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #383847
    }

    .single-banner-hoverzoom > a .banner-content-banner-type .button-link:hover {
        color: #2a72f8
    }

        .single-banner-hoverzoom > a .banner-content-banner-type .button-link:hover:after {
            background-color: #2a72f8
        }

.single-banner-hoverborder {
    position: relative;
    overflow: hidden
}

    .single-banner-hoverborder img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .6s;
        transition: .6s
    }

    .single-banner-hoverborder .banner-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2
    }

    .single-banner-hoverborder .banner-content {
        position: absolute;
        width: 100%;
        top: 50%;
        bottom: auto
    }

        .single-banner-hoverborder .banner-content span.bold-white {
            font-weight: 600;
            padding-right: 10px
        }

        .single-banner-hoverborder .banner-content span.big-text {
            font-size: 37px;
            line-height: 48px;
            letter-spacing: 5px;
            text-transform: uppercase;
            color: #383847;
            font-weight: 500
        }

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .single-banner-hoverborder .banner-content span.big-text {
        font-size: 25px;
        line-height: 35px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-banner-hoverborder .banner-content span.big-text {
        font-size: 25px;
        line-height: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-banner-hoverborder .banner-content span.big-text {
        font-size: 20px;
        line-height: 30px
    }
}

@media only screen and (max-width:767px) {
    .single-banner-hoverborder .banner-content span.big-text {
        font-size: 25px;
        line-height: 35px
    }
}

@media only screen and (max-width:479px) {
    .single-banner-hoverborder .banner-content span.big-text {
        font-size: 15px;
        line-height: 25px
    }
}

.single-banner-hoverborder .banner-content span.small-text {
    font-size: 14px;
    line-height: 22px;
    color: #777
}

.single-banner-hoverborder:after {
    display: block;
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s
}

.single-banner-hoverborder:hover:after {
    visibility: visible;
    opacity: 1
}

.single-banner-hoverborder:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.colection-info-wrap .section-title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #383847
}

@media only screen and (max-width:575px) {
    .colection-info-wrap .section-title h2 {
        font-size: 38px
    }
}

@media only screen and (max-width:479px) {
    .colection-info-wrap .section-title h2 {
        font-size: 35px
    }
}

.colection-info-wrap .section-title h2 span {
    color: #2a72f8
}

.colection-info-wrap p {
    font-size: 18px;
    color: #5b5b6e
}

@media only screen and (max-width:575px) {
    .colection-info-wrap p {
        font-size: 16px
    }
}

@media only screen and (max-width:479px) {
    .colection-info-wrap p {
        font-size: 14px
    }
}

.parallax-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 43.75em;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

    .parallax-banner .parallax-banner-content {
        text-align: center
    }

        .parallax-banner .parallax-banner-content h2 {
            color: #fff;
            font-size: 86px;
            font-weight: 700;
            line-height: 1.22222em;
            margin-bottom: .38889em
        }

@media only screen and (min-width:576px) and (max-width:767px) {
    .parallax-banner .parallax-banner-content h2 {
        font-size: 72px
    }
}

@media only screen and (max-width:575px) {
    .parallax-banner .parallax-banner-content h2 {
        font-size: 52px
    }
}

@media only screen and (max-width:479px) {
    .parallax-banner .parallax-banner-content h2 {
        font-size: 42px
    }
}

.instagram {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.instagram-background {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr)
}

.instagram-background-item {
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

    .instagram-background-item:hover {
        opacity: .7
    }

    .instagram-background-item img {
        height: 100%;
        width: auto;
        -o-object-fit: cover;
        object-fit: cover
    }

.instagram-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #fff;
    padding: 1.875em 3.125em;
    text-decoration: none;
    max-width: 100%;
    margin: 0 15px
}

    .instagram-content:hover h5 {
        color: #2a72f8
    }

    .instagram-content i {
        font-size: 2.25em;
        color: #888;
        margin-bottom: .55556em
    }

    .instagram-content h5 {
        color: #111;
        font-size: 1.25em;
        font-weight: 600;
        line-height: 1;
        margin-bottom: .75em;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .instagram-content p {
        color: #888;
        font-size: .9375em;
        font-weight: normal;
        line-height: 1
    }

.instagram-two .instagram-two-slider {
    width: 100%
}

    .instagram-two .instagram-two-slider .slider-item {
        display: block;
        position: relative
    }

        .instagram-two .instagram-two-slider .slider-item:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.3);
            opacity: 0;
            -webkit-transition: .2s ease-in-out;
            transition: .2s ease-in-out
        }

        .instagram-two .instagram-two-slider .slider-item:hover:after {
            opacity: 1
        }

        .instagram-two .instagram-two-slider .slider-item img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

.video-area {
    background-color: #fae8da;
    padding: 50px 0 0
}

    .video-area .video-img img {
        width: 100%
    }

    .video-area .video-content {
        margin-top: -63px
    }

        .video-area .video-content h2 {
            color: #383847;
            font-size: 50px;
            font-weight: bold;
            line-height: 55px;
            margin: 0;
            text-transform: uppercase
        }

@media only screen and (min-width:576px) and (max-width:767px) {
    .video-area .video-content h2 {
        font-size: 42px;
        line-height: 48px
    }
}

@media only screen and (max-width:575px) {
    .video-area .video-content h2 {
        font-size: 32px;
        line-height: 36px
    }
}

@media only screen and (max-width:479px) {
    .video-area .video-content h2 {
        font-size: 32px;
        line-height: 36px
    }
}

.video-area .video-content p {
    font-size: 16px;
    color: #5b5b6e;
    line-height: 26px;
    width: 80%;
    margin: 23px 0 31px
}

@media only screen and (max-width:575px) {
    .video-area .video-content p {
        font-size: 14px
    }
}

@media only screen and (max-width:479px) {
    .video-area .video-content p {
        font-size: 14px
    }
}

.video-area .video-content .-video {
    display: inline-block
}

    .video-area .video-content .-video a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        color: #383847;
        letter-spacing: .2px
    }

        .video-area .video-content .-video a i {
            font-size: 36px;
            margin-right: 8px
        }

.countdown-wrapper h3 {
    font-size: 48px;
    line-height: 58px;
    color: #333;
    margin-bottom: 30px;
    margin-top: -10px
}

@media only screen and (max-width:575px) {
    .countdown-wrapper h3 {
        font-size: 38px;
        line-height: 48px
    }
}

@media only screen and (max-width:479px) {
    .countdown-wrapper h3 {
        font-size: 28px;
        line-height: 38px
    }
}

.countdown-wrapper--style2 a.lezada-button:hover {
    border-color: #fff;
    color: #fff !important
}

.countdown-wrapper--white-bg a.lezada-button:hover {
    border-color: #000;
    color: #000 !important
}

.deal-countdown.text-white * {
    color: #fff !important
}

.deal-countdown .single-countdown {
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 100px
}

    .deal-countdown .single-countdown:last-child {
        margin-right: 0
    }

        .deal-countdown .single-countdown:last-child .single-countdown-time:after {
            display: none
        }

.deal-countdown .single-countdown-time {
    position: relative;
    display: block;
    font-size: 56px;
    line-height: 56px;
    color: #7e7e7e;
    font-weight: 300;
    margin-bottom: 30px
}

    .deal-countdown .single-countdown-time:after {
        position: absolute;
        top: 0;
        left: 170%;
        content: ":";
        font-size: 35px
    }

.deal-countdown .single-countdown__text {
    font-size: 14px;
    line-height: 22px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .deal-countdown .single-countdown {
        margin-right: 50px
    }
}

@media only screen and (max-width:479px) {
    .deal-countdown .single-countdown {
        margin-right: 15px
    }
}

@media only screen and (max-width:767px) {
    .deal-countdown .single-countdown-time {
        font-size: 48px;
        line-height: 48px
    }
}

@media only screen and (max-width:479px) {
    .deal-countdown .single-countdown-time {
        font-size: 32px;
        line-height: 22px
    }
}

@media only screen and (max-width:767px) {
    .deal-countdown .single-countdown-time:after {
        left: 150%
    }
}

@media only screen and (max-width:479px) {
    .deal-countdown .single-countdown-time:after {
        left: 120%
    }
}

@media only screen and (max-width:767px) {
    .about-us-content {
        margin-top: 30px
    }
}

.about-us-content h2 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 24px;
    padding-bottom: 28px;
    position: relative;
    text-transform: capitalize;
    line-height: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-us-content h2 {
        font-size: 32px;
        margin-bottom: 18px;
        padding-bottom: 22px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-us-content h2 {
        font-size: 25px;
        margin-bottom: 15px;
        padding-bottom: 19px
    }
}

@media only screen and (max-width:767px) {
    .about-us-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 19px
    }
}

.about-us-content h2 span {
    color: #2a72f8
}

.about-us-content h2::before {
    background-color: #2a72f8;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 80px
}

.about-us-content p {
    margin: 0;
    color: #5b5b6e;
    font-size: 15px;
    line-height: 26px
}

    .about-us-content p.peragraph-blog {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        line-height: 28px
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-us-content p.peragraph-blog {
        margin-bottom: 12px
    }
}

@media only screen and (max-width:767px) {
    .about-us-content p.peragraph-blog {
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 15px
    }
}

.about-us-img {
    margin-right: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .about-us-img {
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-us-img {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .about-us-img {
        margin-right: 0
    }
}

.about-us-img img {
    width: 100%
}

.sin-testimonial .client-content {
    border: 1px solid #e7e9ec;
    padding: 40px 40px 65px
}

@media only screen and (max-width:767px) {
    .sin-testimonial .client-content {
        padding: 40px 22px 65px
    }
}

.sin-testimonial .client-content p {
    color: #5b5b6e;
    font-size: 16px;
    line-height: 30px;
    margin: 0
}

.sin-testimonial .client-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    margin-left: 32px;
    margin-top: -44px;
    padding-right: 18px;
    position: relative;
    z-index: 99
}

@media only screen and (max-width:767px) {
    .sin-testimonial .client-info {
        margin-left: 10px
    }
}

.sin-testimonial .client-info h5 {
    color: #5b5b6e;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0 22px 0 10px;
    position: relative
}

@media only screen and (max-width:767px) {
    .sin-testimonial .client-info h5 {
        font-size: 14px
    }
}

.sin-testimonial .client-info h5::before {
    background-color: #d9d9e7;
    content: "";
    height: 1px;
    position: absolute;
    right: -15px;
    top: 8px;
    width: 7px
}

.sin-testimonial .client-info span {
    color: #5b5b6e;
    font-size: 14px;
    font-weight: 400
}

.testimonial-active.owl-carousel .owl-item img {
    display: inline-block;
    width: auto
}

@media only screen and (max-width:767px) {
    .testimonial-area.pt-60 {
        padding-top: 20px
    }

    .testimonial-area.pb-80 {
        padding-bottom: 40px
    }
}

.benefits {
    font-size: 16px
}

    .benefits .benefits-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

        .benefits .benefits-item:hover .benefits-item-icon {
            -webkit-animation: pulse 1s forwards;
            animation: pulse 1s forwards
        }

@media only screen and (max-width:992px) {
    .benefits .benefits-item {
        margin-bottom: 1.875em
    }
}

.benefits .benefits-item-icon {
    width: 1.875em;
    margin-right: 1.5625em
}

    .benefits .benefits-item-icon img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.benefits .benefits-item-content h5 {
    color: #111;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    margin-bottom: .625em
}

.benefits .benefits-item-content p {
    color: #111;
    font-size: .8125em;
    font-weight: normal;
    line-height: 1.69231em
}

.team-box {
    -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05)
}

    .team-box .team-img img {
        width: 140px;
        -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05);
        box-shadow: 0 6px 50px rgba(0, 0, 0, 0.05)
    }

    .team-box .team-social-icon i {
        position: absolute;
        display: inline-block;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        font-size: 15px;
        line-height: 34px;
        margin-top: -34px;
        margin-left: 30px;
        background: #2a72f8;
        color: #fff;
        text-align: center
    }

    .team-box .team-social i {
        width: 38px;
        height: 38px;
        display: inline-block;
        line-height: 38px;
        background-color: #f6f7fb;
        border-radius: 50%
    }

        .team-box .team-social i:hover {
            color: #fff;
            background-color: #2a72f8;
            -webkit-transition: all .5s;
            transition: all .5s
        }

.newsletter-area {
    border-top: 1px solid #f6f6ff;
    border-bottom: 1px solid #f6f6ff;
    padding: 92px 0 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .newsletter-area {
        padding: 74px 0 80px
    }
}

@media only screen and (max-width:767px) {
    .newsletter-area {
        padding: 57px 0 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .newsletter-area {
        padding: 74px 0 80px
    }
}

@media only screen and (max-width:767px) {
    .newsletter-area {
        padding: 57px 0 60px
    }
}

.newsletter-area .section_title h2 span {
    color: #2a72f8
}

.newsletter_container {
    padding-top: 16px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .newsletter_container {
        padding-top: 8px
    }
}

@media only screen and (max-width:767px) {
    .newsletter_container {
        padding-top: 0
    }
}

.subscribe_form form {
    position: relative;
    border-bottom: 1px solid #373737;
    width: 630px;
    margin: 0 auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .subscribe_form form {
        width: 590px
    }
}

@media only screen and (max-width:767px) {
    .subscribe_form form {
        width: 100%
    }
}

.subscribe_form form input {
    width: 100%;
    border: 0;
    background: 0;
    padding: 0 108px 0 45px;
    height: 48px;
    font-size: 15px;
    color: #222
}

    .subscribe_form form input::-webkit-input-placeholder {
        color: #222
    }

    .subscribe_form form input::-moz-placeholder {
        color: #222
    }

    .subscribe_form form input:-ms-input-placeholder {
        color: #222
    }

    .subscribe_form form input:-moz-placeholder {
        color: #222
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .subscribe_form form input {
        height: 40px
    }
}

@media only screen and (max-width:767px) {
    .subscribe_form form input {
        height: 40px;
        font-size: 13px;
        padding: 0 74px 0 33px
    }
}

.subscribe_form form button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0;
    background: inherit
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .subscribe_form form button {
        line-height: 36px;
        height: 40px
    }
}

@media only screen and (max-width:767px) {
    .subscribe_form form button {
        font-size: 12px
    }
}

.subscribe_form form button:hover {
    color: #2a72f8
}

.subscribe_form form .email_icon {
    position: absolute;
    top: 56%;
    left: 0;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
}

    .subscribe_form form .email_icon i {
        font-size: 25px
    }

@media only screen and (max-width:767px) {
    .subscribe_form form .email_icon i {
        font-size: 20px
    }
}

.subscribe-form-sidebar .subscribe-form-style .pazano-form {
    position: relative
}

    .subscribe-form-sidebar .subscribe-form-style .pazano-form input {
        background-color: transparent;
        color: #262626;
        height: 70px;
        border: 1px solid #262626;
        padding: 2px 60px 2px 20px
    }

    .subscribe-form-sidebar .subscribe-form-style .pazano-form .pazano-news {
        display: none
    }

    .subscribe-form-sidebar .subscribe-form-style .pazano-form .clear {
        display: inline-block;
        position: absolute;
        right: 2px;
        top: 0;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        width: 50px;
        border: 0;
        padding: 0;
        z-index: 99;
        background: rgba(0, 0, 0, 0) url(https://www.17sucai.com/2020/11/wojyp9103/img/icon/mail.pngg") no-repeat scroll right 18px center;
    }

        .subscribe-form-sidebar .subscribe-form-style .pazano-form .clear input {
            width: 50px;
            border: none;
            cursor: pointer;
            padding: 2px 5px 2px;
        }

/*============================================

12 -- sidebar

=============================================*/
.sidebar-widget {
    display: block;
    overflow: hidden;
}

    .sidebar-widget h4.pro-sidebar-title {
        font-size: 24px;
        margin: 0;
        color: #1F1F28;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-widget h4.pro-sidebar-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-widget h4.pro-sidebar-title {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

.sidebar-widget h4.pro-sidebar-title2 {
    font-size: 18px;
    margin: 0;
    color: #535353;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
    border-bottom: 2px solid #262626;
}

@media only screen and (max-width: 767px) {
    .sidebar-widget h4.pro-sidebar-title2 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

.sidebar-widget .sidebar-widget-categories > ul > li {
    display: block;
    margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
    .sidebar-widget .sidebar-widget-categories > ul > li {
        margin-bottom: 12px;
    }
}

.sidebar-widget .sidebar-widget-categories > ul > li:last-child {
    margin-bottom: 0px;
}

.sidebar-widget .sidebar-widget-categories > ul > li > a {
    color: #1F1F28;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .sidebar-widget .sidebar-widget-categories > ul > li > a {
        font-size: 15px;
        letter-spacing: 1px;
    }
}

.sidebar-widget .sidebar-widget-categories > ul > li > a span.menu-expand {
    margin-left: 12px;
}

.sidebar-widget .sidebar-widget-categories > ul > li ul {
    margin-top: 20px;
    margin-bottom: 35px;
}

    .sidebar-widget .sidebar-widget-categories > ul > li ul li {
        margin-bottom: 11px;
    }

        .sidebar-widget .sidebar-widget-categories > ul > li ul li:last-child {
            margin-bottom: 0px;
        }

        .sidebar-widget .sidebar-widget-categories > ul > li ul li a {
            color: #707070;
            font-size: 12px;
            letter-spacing: 1px;
        }

            .sidebar-widget .sidebar-widget-categories > ul > li ul li a:hover {
                color: #1F1F28;
                text-decoration: underline;
            }

@media only screen and (max-width: 767px) {
    .sidebar-widget .sidebar-widget-categories.mt-50 {
        margin-top: 20px;
    }
}

.sidebar-widget .price-filter #slider-range {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    height: 5px;
    margin-bottom: 12px;
    margin-left: auto;
}

    .sidebar-widget .price-filter #slider-range span {
        -webkit-transition: all .0s ease 0s;
        transition: all .0s ease 0s;
    }

    .sidebar-widget .price-filter #slider-range .ui-slider-range {
        position: absolute;
        display: block;
        border: 0;
        background: #1F1F28 none repeat scroll 0 0;
        border: none;
        -webkit-transition: all .0s ease 0s;
        transition: all .0s ease 0s;
    }

    .sidebar-widget .price-filter #slider-range .ui-slider-handle {
        display: inline-block;
        background: #fff none repeat scroll 0 0;
        border: medium none;
        border-radius: 50%;
        height: 15px;
        margin-left: 0;
        width: 15px;
        border: 4px solid #2a72f8;
        position: relative;
        top: -10px;
        cursor: ew-resize;
    }

.sidebar-widget .price-filter .price-slider-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 0 0;
}

    .sidebar-widget .price-filter .price-slider-amount .label-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .sidebar-widget .price-filter .price-slider-amount .label-input span {
            font-size: 14px;
            margin-right: 5px;
            color: #1F1F28 !important;
        }

        .sidebar-widget .price-filter .price-slider-amount .label-input input {
            background: transparent;
            padding: 0;
            border: none;
            font-size: 14px;
            font-weight: 400;
            width: 60%;
            height: auto;
            color: #1F1F28 !important;
        }

    .sidebar-widget .price-filter .price-slider-amount button {
        background-color: transparent;
        padding: 6px 39px;
        border: 2px solid #1F1F28;
        font-size: 11px;
        font-weight: bold;
        color: #1F1F28;
        text-transform: uppercase;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .price-filter .price-slider-amount button {
        padding: 5px 22px;
    }
}

.sidebar-widget .price-filter .price-slider-amount button:hover {
    background-color: #2a72f8;
    color: #fff;
    border: 2px solid #2a72f8;
}

@media only screen and (max-width: 767px) {
    .sidebar-widget .price-filter.mt-60 {
        margin-top: 30px;
    }
}

.sidebar-widget .sidebar-widget-size ul li,
.sidebar-widget .sidebar-widget-tags ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}

    .sidebar-widget .sidebar-widget-size ul li a,
    .sidebar-widget .sidebar-widget-tags ul li a {
        border: 1px solid #D8D8D8;
        padding: 13px 20px;
        display: block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #1F1F28;
    }

@media only screen and (min-width: 1366px) and (max-width: 1600px) {

    .sidebar-widget .sidebar-widget-size ul li a,
    .sidebar-widget .sidebar-widget-tags ul li a {
        padding: 9px 14px;
    }
}

.sidebar-widget .sidebar-widget-size ul li a.widget-more-content,
.sidebar-widget .sidebar-widget-tags ul li a.widget-more-content {
    border: none;
    color: #C3832D;
    padding: 13px 10px;
}

    .sidebar-widget .sidebar-widget-size ul li a.widget-more-content:hover,
    .sidebar-widget .sidebar-widget-tags ul li a.widget-more-content:hover {
        background-color: transparent;
        color: #2a72f8;
        border: none;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .sidebar-widget .sidebar-widget-size ul li a,
    .sidebar-widget .sidebar-widget-tags ul li a {
        padding: 6px 10px;
    }
}

.sidebar-widget .sidebar-widget-size ul li a:hover,
.sidebar-widget .sidebar-widget-tags ul li a:hover {
    background-color: #2a72f8;
    color: #fff;
    border: 1px solid #2a72f8;
}

@media only screen and (max-width: 767px) {

    .sidebar-widget .sidebar-widget-size.mt-55,
    .sidebar-widget .sidebar-widget-tags.mt-55 {
        margin-top: 25px;
    }
}

.sidebar-widget .sidebar-widget-brand ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0px 0 13px;
}

    .sidebar-widget .sidebar-widget-brand ul li:last-child {
        padding: 0px 0 0px;
    }

    .sidebar-widget .sidebar-widget-brand ul li .sidebar-widget-list-left {
        position: relative;
    }

        .sidebar-widget .sidebar-widget-brand ul li .sidebar-widget-list-left input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            z-index: 999;
            width: auto;
        }

            .sidebar-widget .sidebar-widget-brand ul li .sidebar-widget-list-left input:checked ~ .checkmark {
                background-color: #2a72f8;
                border: 1px solid #2a72f8;
            }

                .sidebar-widget .sidebar-widget-brand ul li .sidebar-widget-list-left input:checked ~ .checkmark::after {
                    display: block;
                }

        .sidebar-widget .sidebar-widget-brand ul li .sidebar-widget-list-left .checkmark {
            position: absolute;
            top: 5px;
            left: 0;
            height: 16px;
            width: 16px;
            background-color: #fff;
            border: 1px solid #979797;
        }

            .sidebar-widget .sidebar-widget-brand ul li .sidebar-widget-list-left .checkmark::after {
                content: "";
                position: absolute;
                display: none;
            }

            .sidebar-widget .sidebar-widget-brand ul li .sidebar-widget-list-left .checkmark::after {
                left: 5px;
                top: 2px;
                width: 5px;
                height: 8px;
                border: solid white;
                border-top-width: medium;
                border-right-width: medium;
                border-bottom-width: medium;
                border-left-width: medium;
                border-width: 0 2px 2px 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

    .sidebar-widget .sidebar-widget-brand ul li a {
        margin-left: 25px;
        display: block;
        color: #1F1F28;
        letter-spacing: 1px;
    }

        .sidebar-widget .sidebar-widget-brand ul li a.brand-more {
            color: #C3832D;
        }

            .sidebar-widget .sidebar-widget-brand ul li a.brand-more:hover {
                color: #2a72f8;
            }

        .sidebar-widget .sidebar-widget-brand ul li a:hover {
            color: #2a72f8;
        }

@media only screen and (max-width: 767px) {
    .sidebar-widget .sidebar-widget-brand.mt-50 {
        margin-top: 20px;
    }
}

.sidebar-widget .sidebar-widget-color ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .sidebar-widget .sidebar-widget-color ul li {
        margin-right: 20px;
        margin-bottom: 16px;
        display: inline-block;
    }

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .sidebar-widget .sidebar-widget-color ul li {
        margin-right: 16px;
        margin-bottom: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .sidebar-widget .sidebar-widget-color ul li {
        margin-right: 16px;
        margin-bottom: 12px;
    }
}

.sidebar-widget .sidebar-widget-color ul li:last-child {
    margin-right: 0;
}

.sidebar-widget .sidebar-widget-color ul li a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 0;
    display: inline-block;
    position: relative;
}

    .sidebar-widget .sidebar-widget-color ul li a.color-more {
        color: #1F1F28;
        font-size: 14px;
        width: auto;
        height: auto;
        letter-spacing: 1px;
    }

        .sidebar-widget .sidebar-widget-color ul li a.color-more:hover {
            color: #2a72f8;
        }

    .sidebar-widget .sidebar-widget-color ul li a.active::before {
        color: #fff;
        content: "\ea55";
        font-family: 'LineIcons';
        font-size: 14px;
        position: absolute;
        z-index: 9;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

    .sidebar-widget .sidebar-widget-color ul li a.black {
        background-color: #1F1F28;
    }

    .sidebar-widget .sidebar-widget-color ul li a.blue {
        background-color: #6090B6;
    }

    .sidebar-widget .sidebar-widget-color ul li a.green {
        background-color: #75B660;
    }

    .sidebar-widget .sidebar-widget-color ul li a.orange {
        background-color: #E79A9A;
    }

    .sidebar-widget .sidebar-widget-color ul li a.pink {
        background-color: #FF5A9F;
    }

    .sidebar-widget .sidebar-widget-color ul li a.gray {
        background-color: #D8D8D8;
    }

    .sidebar-widget .sidebar-widget-color ul li a.white {
        background-color: #f3f3f3;
    }

    .sidebar-widget .sidebar-widget-color ul li a.yellow {
        background-color: #A59044;
    }

    .sidebar-widget .sidebar-widget-color ul li a.violet {
        background-color: #714DC6;
    }

@media only screen and (max-width: 767px) {
    .sidebar-widget .sidebar-widget-color.mt-50 {
        margin-top: 20px;
    }
}

.sidebar-widget .sidebar-post-wrap .single-sidebar-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .sidebar-widget .sidebar-post-wrap .single-sidebar-post:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .sidebar-widget .sidebar-post-wrap .single-sidebar-post .sidebar-post-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

        .sidebar-widget .sidebar-post-wrap .single-sidebar-post .sidebar-post-img img {
            width: 100%;
        }

    .sidebar-widget .sidebar-post-wrap .single-sidebar-post .sidebar-post-content {
        margin-left: 20px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .sidebar-post-wrap .single-sidebar-post .sidebar-post-content {
        margin-left: 10px;
    }
}

.sidebar-widget .sidebar-post-wrap .single-sidebar-post .sidebar-post-content h4 {
    font-size: 18px;
    color: #2f2f2f;
    font-family: "Rubik", sans-serif;
    margin: 0 0 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar-widget .sidebar-post-wrap .single-sidebar-post .sidebar-post-content h4 {
        font-size: 16px;
    }
}

.sidebar-widget .sidebar-post-wrap .single-sidebar-post .sidebar-post-content h4 a {
    color: #2f2f2f;
}

    .sidebar-widget .sidebar-post-wrap .single-sidebar-post .sidebar-post-content h4 a:hover {
        color: #2a72f8;
    }

.sidebar-widget .sidebar-post-wrap .single-sidebar-post .sidebar-post-content span {
    color: #2f2f2f;
    font-size: 12px;
}

.sidebar-widget .sidebar-widget-list-2 ul li {
    color: #1d1d1d;
    font-family: "Rubik", sans-serif;
    padding-bottom: 20px;
}

    .sidebar-widget .sidebar-widget-list-2 ul li:last-child {
        padding-bottom: 0px;
    }

    .sidebar-widget .sidebar-widget-list-2 ul li a {
        color: #1d1d1d;
    }

        .sidebar-widget .sidebar-widget-list-2 ul li a:hover {
            color: #2a72f8;
        }

    .sidebar-widget .sidebar-widget-list-2 ul li span {
        float: right;
    }

.sidebar-widget .archives-wrap ul li {
    margin-bottom: 6px;
}

    .sidebar-widget .archives-wrap ul li:last-child {
        margin-bottom: 0px;
    }

.sidebar-widget .sidebar-widget-tags-2 ul li {
    display: inline-block;
    margin: 0 0 6px;
}

    .sidebar-widget .sidebar-widget-tags-2 ul li a {
        color: #535353;
    }

        .sidebar-widget .sidebar-widget-tags-2 ul li a:hover {
            color: #2a72f8;
            text-decoration: underline;
        }

.sidebar-widget .blog-sidebar-banner {
    position: relative;
    overflow: hidden;
}

    .sidebar-widget .blog-sidebar-banner a {
        display: block;
    }

        .sidebar-widget .blog-sidebar-banner a img {
            width: 100%;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .5s ease 0s;
            transition: all .5s ease 0s;
        }

    .sidebar-widget .blog-sidebar-banner .blog-sidebar-content {
        position: absolute;
        left: 30px;
        bottom: 50px;
    }

        .sidebar-widget .blog-sidebar-banner .blog-sidebar-content h3 {
            font-size: 32px;
            font-weight: bold;
            color: #fff;
            line-height: 1;
            margin: 0 0 5px;
        }

        .sidebar-widget .blog-sidebar-banner .blog-sidebar-content h5 {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            margin: 0 0 0px;
        }

    .sidebar-widget .blog-sidebar-banner:hover a img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-widget.mt-60 {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-widget.mb-60 {
        margin-bottom: 35px;
    }

    .sidebar-widget.mb-50 {
        margin-bottom: 25px;
    }

    .sidebar-widget.mb-55 {
        margin-bottom: 30px;
    }

    .sidebar-widget.mb-65 {
        margin-bottom: 40px;
    }

    .sidebar-widget.mt-60 {
        margin-top: 35px;
    }
}

.sidebar-search form {
    position: relative;
}

    .sidebar-search form input {
        background-color: transparent;
        color: #262626;
        height: 41px;
        border: 1px solid #cdcdcd;
        padding: 2px 40px 2px 10px;
        font-size: 12px;
    }

        .sidebar-search form input::-moz-input-placeholder {
            color: #262626;
            opacity: 1;
        }

        .sidebar-search form input::-webkit-input-placeholder {
            color: #262626;
            opacity: 1;
        }

    .sidebar-search form .button-search {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        color: #2f2f2f;
        background-color: transparent;
        border: none;
        padding: 5px 20px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

        .sidebar-search form .button-search:hover {
            color: #2a72f8;
        }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .shop-sidebar-style.mr-50 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-sidebar-style.mr-50 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-sidebar-style {
        margin-top: 50px;
    }

        .shop-sidebar-style.mr-50 {
            margin-right: 80px;
        }
}

@media only screen and (max-width: 767px) {
    .shop-sidebar-style {
        margin-top: 50px;
    }

        .shop-sidebar-style.mr-50 {
            margin-right: 0px;
        }
}

/*============================================

13 -- product

=============================================*/
.single-product {
    position: relative;
}

    .single-product .product-img {
        position: relative;
        border: 1px solid #e9e9e9;
    }

        .single-product .product-img img {
            width: 100%;
        }

        .single-product .product-img > span {
            color: #fff;
            display: inline-block;
            font-weight: 600;
            left: 20px;
            letter-spacing: 1px;
            line-height: 1;
            padding: 4px 11px 5px;
            position: absolute;
            text-transform: uppercase;
            top: 20px;
        }

    .single-product .product-action {
        display: inline-block;
        left: 0;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .single-product .product-action > a {
            background-color: #fff;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            color: #474747;
            display: inline-block;
            font-size: 27px;
            height: 45px;
            margin: 0 3px;
            text-align: center;
            width: 45px;
        }

            .single-product .product-action > a:hover {
                color: #fff;
                background-color: #2a72f8;
            }

            .single-product .product-action > a i {
                font-size: 27px;
                line-height: 45px;
            }

.product-content {
    line-height: 1;
    padding-top: 17px;
}

.product-title-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .product-title-price .product-title > h4 {
        color: #5d5d5d;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
    }

        .product-title-price .product-title > h4 a {
            color: #5d5d5d;
        }

            .product-title-price .product-title > h4 a:hover {
                color: #2a72f8;
            }

    .product-title-price .product-price > span {
        color: #2a72f8;
        font-weight: 600;
    }

.product-cart-categori {
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
}

    .product-cart-categori a:hover {
        color: #2a72f8;
    }

    .product-cart-categori .product-cart > span {
        color: #474747;
        display: inline-block;
        line-height: 1;
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        text-transform: capitalize;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

.product-categori {
    left: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

    .product-categori > a {
        color: #474747;
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
    }

        .product-categori > a i {
            color: #4b4a48;
            font-size: 16px;
            margin-right: 4px;
        }

.single-product:hover .product-cart > span {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
}

.single-product:hover .product-categori {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.single-product:hover .product-action {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.product-action > a.animate-left {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-action > a.animate-right {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-product:hover .product-action > a.animate-left,
.single-product:hover .product-action > a.animate-right {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.product-slider-active {
    width: 100%;
}

    .product-slider-active div[class^="col-"] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

.product-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .product-tab-list a {
        line-height: 1;
        margin: 0 18px;
    }

        .product-tab-list a h4 {
            color: #454545;
            font-size: 14px;
            font-weight: 600;
            margin: 0;
            text-transform: uppercase;
        }

        .product-tab-list a.active h4 {
            color: #2a72f8;
        }

.product-menu-mrg {
    padding-top: 3px;
}

.tab-content.jump > .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    overflow: hidden;
}

    .tab-content.jump > .tab-pane.active {
        display: block;
        height: auto;
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        overflow: visible;
    }

.single-product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .single-product-list {
        display: block;
    }
}

.product-content-list {
    margin-left: 30px;
}

.product-list-info > h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.product-list-info > span {
    color: #2a72f8;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 16px;
}

.product-list-info > p {
    color: #818181;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.list-img-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
}

.sidebar-list-img-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
}

.product-list-cart-wishlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
}

.product-list-cart {
    margin-right: 30px;
}

.load-more.list-mrg {
    margin: 0;
}

.res-class .shop-filters-right.is-visible .col-xl-6,
.padding-filter .shop-filters-right.is-visible .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* container product list */
.container-product-list .product-content-list {
    margin-left: 0px;
}

/*============================================

14 -- shop

=============================================*/
.shop-container-fluid .container-fluid {
    padding: 0 120px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .shop-container-fluid .container-fluid {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .shop-container-fluid .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-container-fluid .container-fluid {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-container-fluid .container-fluid {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-container-fluid .container-fluid {
        padding: 0 15px;
    }
}

.shop-top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .shop-top-bar {
        display: block;
    }
}

.shop-top-bar .shop-top-bar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .shop-top-bar .shop-top-bar-left {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-top-bar .shop-top-bar-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.shop-top-bar .shop-top-bar-left .shop-page-list {
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .shop-top-bar .shop-top-bar-left .shop-page-list {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-top-bar .shop-top-bar-left .shop-page-list {
        margin-top: 0px;
    }
}

.shop-top-bar .shop-top-bar-left .shop-page-list ul li {
    display: inline-block;
    color: #1d1d1d;
    margin-right: 3px;
    font-size: 14px;
}

    .shop-top-bar .shop-top-bar-left .shop-page-list ul li:last-child {
        margin-right: 0px;
    }

    .shop-top-bar .shop-top-bar-left .shop-page-list ul li.active a {
        color: #262626;
    }

    .shop-top-bar .shop-top-bar-left .shop-page-list ul li a {
        color: #1d1d1d;
        font-size: 14px;
    }

        .shop-top-bar .shop-top-bar-left .shop-page-list ul li a:hover {
            color: #2a72f8;
        }

.shop-top-bar .shop-top-bar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .shop-top-bar .shop-top-bar-right {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-top-bar .shop-top-bar-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.shop-top-bar .shop-top-bar-right .shop-filter {
    line-height: 1;
    position: relative;
    display: inline-block;
}

    .shop-top-bar .shop-top-bar-right .shop-filter a {
        color: #383847;
        display: inline-block;
        padding: 14px 20px 14px 20px;
    }

        .shop-top-bar .shop-top-bar-right .shop-filter a i {
            color: #383847;
            margin-left: 5px;
        }

        .shop-top-bar .shop-top-bar-right .shop-filter a.active {
            color: #2a72f8;
        }

            .shop-top-bar .shop-top-bar-right .shop-filter a.active i {
                color: #2a72f8;
            }

    .shop-top-bar .shop-top-bar-right .shop-filter:hover a {
        color: #2a72f8;
    }

@media only screen and (max-width: 767px) {
    .shop-top-bar .shop-top-bar-right .shop-filter.ml-25 {
        margin-left: 0;
    }
}

.shop-top-bar .shop-top-bar-right .shop-short-by {
    position: relative;
    display: inline-block;
    line-height: 1;
}

    .shop-top-bar .shop-top-bar-right .shop-short-by > span {
        color: #383847;
        position: relative;
        cursor: pointer;
        display: inline-block;
        padding: 14px 20px 14px 20px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

        .shop-top-bar .shop-top-bar-right .shop-short-by > span i {
            color: #383847;
            margin-left: 5px;
        }

    .shop-top-bar .shop-top-bar-right .shop-short-by ul {
        right: 0;
        top: 100%;
        position: absolute;
        background-color: #fff;
        padding: 7px;
        z-index: 11;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.2);
        -webkit-transition: all 250ms ease-out;
        transition: all 250ms ease-out;
        margin-top: 30px;
    }

@media only screen and (max-width: 767px) {
    .shop-top-bar .shop-top-bar-right .shop-short-by ul {
        right: auto;
        left: 0;
    }
}

.shop-top-bar .shop-top-bar-right .shop-short-by ul li {
    display: block;
}

    .shop-top-bar .shop-top-bar-right .shop-short-by ul li a {
        padding: 5px 10px;
        white-space: pre;
        display: block;
        border-radius: 4px;
        font-size: 0.92em;
        color: #777777;
        line-height: 24px;
    }

        .shop-top-bar .shop-top-bar-right .shop-short-by ul li a:hover {
            color: #fff;
            background-color: #2a72f8;
        }

    .shop-top-bar .shop-top-bar-right .shop-short-by ul li.active a {
        color: #fff;
        background-color: #2a72f8;
    }

.shop-top-bar .shop-top-bar-right .shop-short-by:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.shop-top-bar .shop-top-bar-right .shop-short-by:hover > span {
    color: #2a72f8;
}

    .shop-top-bar .shop-top-bar-right .shop-short-by:hover > span i {
        color: #2a72f8;
    }

@media only screen and (max-width: 767px) {
    .shop-top-bar .shop-top-bar-right .shop-short-by.ml-40 {
        margin-left: 0;
        margin-top: 12px;
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-top-bar .shop-top-bar-right .shop-short-by.ml-40 {
        margin-left: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.shop-top-bar .shop-top-bar-right .shop-tab a {
    color: #BEBEBE;
    font-size: 24px;
    margin-right: 20px;
}

    .shop-top-bar .shop-top-bar-right .shop-tab a:last-child {
        margin-right: 0;
    }

    .shop-top-bar .shop-top-bar-right .shop-tab a.active {
        color: #191919;
    }

.product-filter-wrapper {
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 12px;
    padding: 48px 40px 18px;
    display: none;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-filter-wrapper {
        padding: 40px 25px 34px;
    }
}

@media only screen and (max-width: 767px) {
    .product-filter-wrapper {
        padding: 40px 25px 34px;
    }
}

.product-filter-wrapper .product-filter h5 {
    font-size: 16px;
    margin: 0 0 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #383847;
}

@media only screen and (max-width: 767px) {
    .product-filter-wrapper .product-filter h5 {
        margin: 0 0 10px;
    }
}

.product-filter-wrapper .product-filter .price-filter ul li,
.product-filter-wrapper .product-filter .product-size ul li,
.product-filter-wrapper .product-filter .product-color ul li,
.product-filter-wrapper .product-filter .product-brands ul li {
    margin-bottom: 7px;
    display: block;
}

    .product-filter-wrapper .product-filter .price-filter ul li:last-child,
    .product-filter-wrapper .product-filter .product-size ul li:last-child,
    .product-filter-wrapper .product-filter .product-color ul li:last-child,
    .product-filter-wrapper .product-filter .product-brands ul li:last-child {
        margin-bottom: 0;
    }

    .product-filter-wrapper .product-filter .price-filter ul li a,
    .product-filter-wrapper .product-filter .product-size ul li a,
    .product-filter-wrapper .product-filter .product-color ul li a,
    .product-filter-wrapper .product-filter .product-brands ul li a {
        color: #383847;
        font-size: 14px;
    }

        .product-filter-wrapper .product-filter .price-filter ul li a:hover,
        .product-filter-wrapper .product-filter .product-size ul li a:hover,
        .product-filter-wrapper .product-filter .product-color ul li a:hover,
        .product-filter-wrapper .product-filter .product-brands ul li a:hover {
            color: #2a72f8;
        }

.product-filter-wrapper .product-filter .product-color ul,
.product-filter-wrapper .product-filter .product-size ul,
.product-filter-wrapper .product-filter .product-brands ul {
    width: 100%;
}

    .product-filter-wrapper .product-filter .product-color ul li,
    .product-filter-wrapper .product-filter .product-size ul li,
    .product-filter-wrapper .product-filter .product-brands ul li {
        width: 50%;
        display: inline-block;
        float: left;
    }

.shop-list-content h3 {
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-list-content h3 {
        margin: 0 0 18px;
        font-size: 23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-list-content h3 {
        margin: 0 0 12px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-list-content h3 {
        font-size: 19px;
        margin: 0 0 10px;
        line-height: 28px;
    }
}

.shop-list-content .pro-list-price span {
    font-size: 18px;
}

    .shop-list-content .pro-list-price span.old {
        color: #777;
        margin-right: 5px;
    }

.shop-list-content p {
    line-height: 27px;
    color: #737373;
    margin: 12px 0 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-list-content p {
        margin: 10px 0 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-list-content p {
        margin: 10px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-list-content p {
        margin: 10px 0 20px;
    }
}

.shop-list-content .product-list-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .shop-list-content .product-list-action > a {
        display: inline-block;
        font-weight: bold;
        color: #2f2f2f;
        font-size: 25px;
        text-align: center;
    }

        .shop-list-content .product-list-action > a:hover {
            color: #2a72f8;
        }

    .shop-list-content .product-list-action .pro-list-actioncart {
        margin: 0 30px 0;
    }

        .shop-list-content .product-list-action .pro-list-actioncart a {
            display: inline-block;
            font-size: 16px;
            color: #fff;
            padding: 22px 50px;
            background-color: #262626;
            line-height: 1;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-list-content .product-list-action .pro-list-actioncart a {
        padding: 22px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-list-content .product-list-action .pro-list-actioncart a {
        padding: 18px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-list-content .product-list-action .pro-list-actioncart a {
        padding: 15px 20px;
    }
}

.shop-list-content .product-list-action .pro-list-actioncart a:hover {
    background-color: #2a72f8;
}

@media only screen and (max-width: 767px) {
    .shop-list-content {
        margin-top: 18px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop-list-content {
        margin-top: 0px;
    }
}

.shop-list-wrap:hover .shop-list-quickview a {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.shop-list-wrap:hover .product-img::after {
    right: 24px;
    left: 24px;
    top: 24px;
    bottom: 24px;
    opacity: 1;
}

/*============================================

15 -- single-product

=============================================*/
/*-- product details --*/
.product-detail-content .tags .tag-title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #5b5b6e;
    font-weight: 400;
    line-height: 20px;
}

.product-detail-content .tags .tag-list {
    display: inline-block;
}

    .product-detail-content .tags .tag-list li {
        display: inline-block;
    }

        .product-detail-content .tags .tag-list li a {
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            color: #343434;
            font-weight: 400;
            line-height: 20px;
        }

            .product-detail-content .tags .tag-list li a:hover {
                color: #2a72f8;
            }

.product-detail-content .product-details-title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #383847;
    font-weight: 600;
    line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-detail-content .product-details-title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-detail-content .product-details-title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .product-detail-content .product-details-title {
        font-size: 22px;
        line-height: 26px;
    }
}

.product-detail-content .rating {
    margin-bottom: 10px;
}

    .product-detail-content .rating i {
        font-size: 17px;
        color: #E0E0E0;
    }

        .product-detail-content .rating i.active {
            color: #FFDD20;
        }

.product-detail-content .review-links a {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #9696ac;
    font-weight: 400;
    line-height: 13px;
}

.product-detail-content .review-links .separator {
    margin: 0 10px;
    font-weight: 400;
}

.product-detail-content .product-price {
    margin-bottom: 0;
}

    .product-detail-content .product-price .discounted-price {
        margin-right: 10px;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        color: #2a72f8;
        font-weight: 700;
        line-height: 22px;
    }

    .product-detail-content .product-price .main-price {
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        color: #2a72f8;
        font-weight: 700;
        line-height: 22px;
    }

        .product-detail-content .product-price .main-price.discounted {
            font-family: "Montserrat", sans-serif;
            font-size: 13px;
            color: #9696ac;
            font-weight: 400;
            line-height: 18px;
            text-decoration: line-through;
        }

.product-detail-content .product-price--big .discounted-price {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    color: #2a72f8;
    font-weight: 700;
    line-height: 45px;
}

@media only screen and (max-width: 479px) {
    .product-detail-content .product-price--big .discounted-price {
        font-size: 26px;
        line-height: 38px;
    }
}

.product-detail-content .product-price--big .main-price {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    color: #2a72f8;
    font-weight: 700;
    line-height: 45px;
}

@media only screen and (max-width: 479px) {
    .product-detail-content .product-price--big .main-price {
        font-size: 26px;
        line-height: 38px;
    }
}

.product-detail-content .product-price--big .main-price.discounted {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    color: #9696ac;
    font-weight: 400;
    line-height: 30px;
}

@media only screen and (max-width: 479px) {
    .product-detail-content .product-price--big .main-price.discounted {
        font-size: 20px;
        line-height: 30px;
    }
}

.product-detail-content .product-info-block .single-info .title {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #5b5b6e;
    font-weight: 400;
    line-height: 24px;
}

.product-detail-content .product-info-block .single-info .value {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #2a72f8;
    font-weight: 400;
    line-height: 24px;
}

    .product-detail-content .product-info-block .single-info .value a {
        font-weight: 700;
    }

        .product-detail-content .product-info-block .single-info .value a:hover {
            text-decoration: underline;
            color: #2a72f8;
        }

.product-detail-content .product-short-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #5b5b6e;
    font-weight: 400;
    line-height: 20px;
    padding: 23px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.product-detail-content .quantity .quantity-title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    line-height: 48px;
}

.product-detail-content .size {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    line-height: 24px;
}

    .product-detail-content .size span.title {
        font-weight: 500;
    }

    .product-detail-content .size .nice-select {
        width: 100px;
        border: 1px solid #ddd;
        margin-top: 5px;
        float: none;
    }

.product-detail-content .color {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #222;
    font-weight: 500;
    line-height: 24px;
}

    .product-detail-content .color span.title {
        font-weight: 500;
    }

    .product-detail-content .color span.color-block {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-right: 5px;
        margin-top: 10px;
    }

    .product-detail-content .color span.color-choice-1 {
        background-color: #B09603;
    }

    .product-detail-content .color span.color-choice-2 {
        background-color: #C8BDBB;
    }

    .product-detail-content .color span.color-choice-3 {
        background-color: #225170;
    }

    .product-detail-content .color span.active {
        border: 2px solid #2a72f8;
        width: 32px;
        height: 32px;
    }

.product-detail-content .group-product-form .table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
}

    .product-detail-content .group-product-form .table-content table td {
        padding: 12px 10px;
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        width: 33.33%;
    }

        .product-detail-content .group-product-form .table-content table td.product-name {
            font-weight: 500;
        }

            .product-detail-content .group-product-form .table-content table td.product-name a {
                font-size: 14px;
            }

                .product-detail-content .group-product-form .table-content table td.product-name a:hover {
                    color: #2a72f8;
                }

        .product-detail-content .group-product-form .table-content table td p span {
            display: block;
            margin-top: 10px;
        }

.product-detail-content .product-details-feature-wrapper {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
}

@media only screen and (max-width: 575px) {
    .product-detail-content .product-details-feature-wrapper {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}

.product-detail-content .product-details-feature-wrapper .single-icon-feature {
    position: relative;
    padding: 10px 0;
    padding-left: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-detail-content .product-details-feature-wrapper .single-icon-feature {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .product-detail-content .product-details-feature-wrapper .single-icon-feature {
        margin-top: 15px;
    }
}

.product-detail-content .product-details-feature-wrapper .single-icon-feature .single-icon-feature__icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-detail-content .product-details-feature-wrapper .single-icon-feature .single-icon-feature__content p {
    margin-bottom: 0;
}

    .product-detail-content .product-details-feature-wrapper .single-icon-feature .single-icon-feature__content p.feature-title {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #2a72f8;
    }

    .product-detail-content .product-details-feature-wrapper .single-icon-feature .single-icon-feature__content p.feature-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #5b5b6e;
    }

.product-detail-content .social-share-buttons h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.product-detail-content .social-share-buttons ul {
    margin-bottom: 15px;
}

    .product-detail-content .social-share-buttons ul li {
        display: inline-block;
        margin-right: 5px;
    }

@media only screen and (max-width: 767px) {
    .product-detail-content .social-share-buttons ul li {
        margin-bottom: 5px;
    }
}

.product-detail-content .social-share-buttons ul li a {
    display: block;
    margin-top: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-detail-content .social-share-buttons ul li a {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .product-detail-content .social-share-buttons ul li a {
        margin-bottom: 5px;
    }
}

.product-detail-content .social-share-buttons ul li a i {
    font-size: 22px;
    color: #5b5b6e;
}

    .product-detail-content .social-share-buttons ul li a i:hover {
        color: #2a72f8;
    }

/*-- Single Product img --*/
.single-product-area .slider-thumbs-2 {
    padding: 40px 0px;
}

/*Single Product gallery */
.lg-image.col-50 {
    float: left;
    width: 50%;
    padding: 5px;
}

    .lg-image.col-50 a.popup-img {
        bottom: 5px;
        right: 5px;
    }

/*-- Single Product Slider large image --*/
.slider-lg-image-1 .lg-image {
    position: relative;
}

    .slider-lg-image-1 .lg-image > a {
        width: 100%;
    }

    .slider-lg-image-1 .lg-image img {
        width: 100%;
    }

.slider-thumbs-1 {
    margin-top: 15px;
    overflow: hidden;
}

    .slider-thumbs-1 .slick-list {
        margin: 0 -5px;
    }

        .slider-thumbs-1 .slick-list .slick-slide {
            padding: 0 5px;
        }

            .slider-thumbs-1 .slick-list .slick-slide > img {
                border: 1px solid transparent;
            }

    .slider-thumbs-1 .slick-active.slick-current > img {
        border-color: #2a72f8;
    }

/*-- Single Product Slider Small image --*/
.product-details-thumbs .sm-image {
    cursor: pointer;
}

.product-large-thumb {
    position: relative;
    overflow: hidden;
}

/*-- Image Popup --*/
a.popup-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #373737;
    color: #fff;
    border-radius: 4px;
    z-index: 9;
}

.product-large-thumb a.popup-img:hover {
    background-color: #2a72f8;
    color: #fff;
}

/*-- Description --*/
.dec-review-topbar {
    border-bottom: 1px solid #ebebeb;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .dec-review-topbar a {
        display: inline-block;
        font-size: 18px;
        color: #161c2d;
        padding: 0 30px 22px;
        margin: 0 14px 0 0;
        position: relative;
    }

        .dec-review-topbar a:last-child {
            margin: 0 0px 0 0;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dec-review-topbar a {
        padding: 0 15px 22px;
        margin: 0 7px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .dec-review-topbar a {
        padding: 0 10px 10px;
        margin: 0 0px 10px 0;
        font-size: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .dec-review-topbar a {
        padding: 0 7px 10px;
    }
}

.dec-review-topbar a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #2a72f8;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.dec-review-topbar a.active {
    color: #2a72f8;
    font-weight: 600;
}

    .dec-review-topbar a.active:before {
        opacity: 1;
        visibility: visible;
    }

@media only screen and (max-width: 767px) {
    .dec-review-topbar.mb-45 {
        margin-bottom: 25px;
    }
}

.dec-review-topbar.dec-review-topbar-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
}

.dec-review-bottom .description-wrap p {
    line-height: 30px;
    margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .description-wrap p {
        margin: 0 0 18px;
        line-height: 27px;
    }
}

.dec-review-bottom .description-wrap p:last-child {
    margin: 0 0 0px;
}

.dec-review-bottom .description-wrap .img-des h4 {
    font-weight: 600;
    font-size: 25px;
}

.dec-review-bottom .description-wrap .img-des p {
    margin-top: 15px;
}

.dec-review-bottom .description-wrap .img-des img {
    max-width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 100%;
    height: auto;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-property: all;
    transition-property: all;
}

.dec-review-bottom .specification-wrap table {
    width: 100%;
}

    .dec-review-bottom .specification-wrap table tbody {
        border: 1px solid #f0f0f0;
        width: 100%;
    }

        .dec-review-bottom .specification-wrap table tbody tr {
            border-bottom: 1px solid #f0f0f0;
        }

            .dec-review-bottom .specification-wrap table tbody tr td {
                border-right: 1px solid #f0f0f0;
                font-size: 14px;
                color: #161c2d;
                padding: 17px 30px;
            }

                .dec-review-bottom .specification-wrap table tbody tr td.title {
                    font-weight: 500;
                    font-size: 15px;
                }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dec-review-bottom .specification-wrap table tbody tr td {
        padding: 17px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dec-review-bottom .specification-wrap table tbody tr td {
        padding: 17px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .specification-wrap table tbody tr td {
        padding: 17px 15px;
    }
}

.dec-review-bottom .specification-wrap table tbody tr td.width1 {
    width: 300px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dec-review-bottom .specification-wrap table tbody tr td.width1 {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .specification-wrap table tbody tr td.width1 {
        width: 100px;
    }
}

.dec-review-bottom .review-wrapper h2 {
    font-size: 22px;
    margin: 0 0 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dec-review-bottom .review-wrapper h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .review-wrapper h2 {
        font-size: 18px;
        margin: 0 0 18px;
    }
}

.dec-review-bottom .single-review {
    margin: 0 0 60px;
    padding: 50px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .dec-review-bottom .single-review {
        padding: 50px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .single-review {
        padding: 30px;
        display: block;
        margin: 0 0 30px;
    }
}

.dec-review-bottom .single-review .review-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}

.dec-review-bottom .single-review .review-content {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .single-review .review-content {
        margin-left: 0px;
    }
}

.dec-review-bottom .single-review .review-content .review-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 15px;
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .single-review .review-content .review-top-wrap {
        display: block;
        margin: 10px 0 10px;
    }
}

.dec-review-bottom .single-review .review-content .review-top-wrap .review-name h5 {
    font-size: 13px;
    margin: 0;
    color: #535353;
}

    .dec-review-bottom .single-review .review-content .review-top-wrap .review-name h5 span {
        font-weight: 600;
        font-size: 14px;
        color: #161c2d;
    }

.dec-review-bottom .single-review .review-content .review-top-wrap .review-rating {
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .single-review .review-content .review-top-wrap .review-rating {
        margin: 10px 0 0px;
    }
}

.dec-review-bottom .single-review .review-content .review-top-wrap .review-rating i {
    font-size: 14px;
    color: #d5d6d8;
}

    .dec-review-bottom .single-review .review-content .review-top-wrap .review-rating i.yellow {
        color: #f5b223;
    }

.dec-review-bottom .single-review .review-content p {
    font-size: 15px;
    line-height: 28px;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .dec-review-bottom .single-review .review-content p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .dec-review-bottom .single-review.pro-details-9-single-review {
        padding: 50px 12px;
    }
}

.dec-review-bottom .ratting-form-wrapper > span {
    display: block;
    line-height: 1;
    font-size: 16px;
}

.dec-review-bottom .ratting-form-wrapper p {
    font-size: 14px;
    margin: 9px 0 0;
    color: #535353;
}

    .dec-review-bottom .ratting-form-wrapper p span {
        color: red;
    }

.dec-review-bottom .ratting-form-wrapper .ratting-form {
    margin: 30px 0 0;
}

    .dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 16px 0 29px;
    }

        .dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap .single-ratting-star {
            margin-right: 17px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap .single-ratting-star a {
                color: #535353;
            }

            .dec-review-bottom .ratting-form-wrapper .ratting-form .star-box-wrap .single-ratting-star:hover i {
                color: #f5b223;
            }

    .dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style label {
        margin: 0 0 5px;
    }

        .dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style label span {
            color: red;
        }

    .dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style input,
    .dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style textarea {
        background: transparent;
        border: 1px solid #CDCDCD;
        height: 50px;
        padding: 5px 10px;
    }

        .dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style input:focus,
        .dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style textarea:focus {
            border: 1px solid #262626;
        }

    .dec-review-bottom .ratting-form-wrapper .ratting-form .rating-form-style textarea {
        height: 150px;
    }

    .dec-review-bottom .ratting-form-wrapper .ratting-form .form-submit {
        margin-top: 20px;
    }

        .dec-review-bottom .ratting-form-wrapper .ratting-form .form-submit input {
            padding: 8px 35px;
            line-height: 30px;
            color: #fff;
            border-width: 0;
            font-weight: 600;
            display: inline-block;
            width: auto;
            height: auto;
            letter-spacing: 1px;
            text-transform: uppercase;
            background-color: #161c2d;
        }

            .dec-review-bottom .ratting-form-wrapper .ratting-form .form-submit input:hover {
                background: #2a72f8;
            }

/*-- Slick Slider --*/
.slick-slider.top-nav .slick-arrow {
    margin-top: -70px;
}

    .slick-slider.top-nav .slick-arrow.slick-prev {
        right: 50px;
    }

    .slick-slider.top-nav .slick-arrow.slick-next {
        right: 0px;
    }

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    border: none;
    background-color: #ffffff;
    color: #ffffff;
    padding: 10px;
    width: 45px;
    height: 45px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
}

    .slick-slider .slick-arrow i {
        font-size: 22px;
        line-height: 20px;
        display: block;
        color: #333333;
    }

    .slick-slider .slick-arrow.slick-prev {
        left: 0;
        margin-left: 40px;
    }

    .slick-slider .slick-arrow.slick-next {
        right: 0;
        margin-right: 40px;
    }

    .slick-slider .slick-arrow:hover {
        background-color: #2a72f8;
        border-color: #2a72f8;
    }

.slick-slider:hover .slick-arrow {
    opacity: 1;
}

    .slick-slider:hover .slick-arrow.slick-prev {
        margin-left: 20px;
    }

    .slick-slider:hover .slick-arrow.slick-next {
        margin-right: 20px;
    }

/*============================================

16 -- cart

=============================================*/
.cart-check-order-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .cart-check-order-link {
        display: block;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-check-order-link {
        margin-bottom: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.cart-check-order-link a {
    display: inline-block;
    font-size: 16px;
    color: #777777;
    padding: 20px 70px;
    margin: 0 25px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-check-order-link a {
        padding: 20px 50px;
        margin: 0 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-check-order-link a {
        padding: 20px 50px;
        margin: 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-check-order-link a {
        padding: 20px 20px;
        margin: 0 0px;
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-check-order-link a {
        display: inline-block;
        font-size: 14px;
    }
}

.cart-check-order-link a.active {
    font-size: 18px;
    font-weight: bold;
    color: #5b5b6e;
    background-color: #FAFAFA;
    border-radius: 15px 15px 0 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-check-order-link a.active {
        font-size: 16px;
    }
}

.cart-check-order-link a:hover {
    color: #5b5b6e;
    font-weight: bold;
}

.cart-table-content {
    padding: 47px 92px 95px 40px;
    background-color: #fff;
    margin-bottom: 70px;
}

    .cart-table-content.wishlist-wrap {
        padding: 45px 40px 50px 40px;
        margin-bottom: 0px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content.wishlist-wrap {
        padding: 45px 15px 50px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content.wishlist-wrap {
        padding: 45px 15px 50px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-table-content {
        padding: 47px 40px 95px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content {
        padding: 47px 15px 95px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content {
        padding: 40px 15px 50px 15px;
        margin-bottom: 40px;
    }
}

.cart-table-content table thead > tr th {
    border-top: medium none;
    font-size: 16px;
    text-transform: capitalize;
    color: #5b5b6e;
    font-weight: 500;
    padding: 0 0 55px 0;
}

    .cart-table-content table thead > tr th.th-text-center {
        text-align: center;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table thead > tr th {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content table thead > tr th {
        padding: 0 50px 30px 50px;
        text-align: center;
    }
}

.cart-table-content table tbody > tr td {
    font-size: 14px;
    padding: 0px 0px 20px;
}

    .cart-table-content table tbody > tr td.cart-product {
        width: 520px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table tbody > tr td.cart-product {
        width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.cart-product {
        text-align: center;
    }
}

.cart-table-content table tbody > tr td.cart-product .product-img-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.cart-product .product-img-info-wrap {
        display: block;
    }
}

.cart-table-content table tbody > tr td.cart-product .product-img-info-wrap .product-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98px;
    flex: 0 0 98px;
    margin: 0 35px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table tbody > tr td.cart-product .product-img-info-wrap .product-img {
        margin: 0 15px 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-table-content table tbody > tr td.cart-product .product-img-info-wrap .product-img {
        margin: 0 0px 15px 0;
    }
}

.cart-table-content table tbody > tr td.cart-product .product-img-info-wrap .product-img a img {
    width: 98px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table tbody > tr td.cart-product .product-img-info-wrap .product-img a img {
        width: 60px;
    }
}

.cart-table-content table tbody > tr td.cart-product .product-img-info-wrap .product-info h4 {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 13px;
}

    .cart-table-content table tbody > tr td.cart-product .product-img-info-wrap .product-info h4 a {
        color: #383847;
    }

        .cart-table-content table tbody > tr td.cart-product .product-img-info-wrap .product-info h4 a:hover {
            color: #2a72f8;
        }

.cart-table-content table tbody > tr td.cart-product .product-img-info-wrap .product-info span {
    display: block;
    color: #5b5b6e;
    margin: 0 0 8px;
    line-height: 1;
}

.cart-table-content table tbody > tr td.product-price {
    width: 200px;
    text-align: center;
}

    .cart-table-content table tbody > tr td.product-price span.amount {
        color: #777777;
        font-size: 16px;
    }

.cart-table-content table tbody > tr td.cart-quality {
    width: 200px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table tbody > tr td.cart-quality {
        width: 130px;
    }
}

.cart-table-content table tbody > tr td.product-total {
    width: 200px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table tbody > tr td.product-total {
        width: 130px;
    }
}

.cart-table-content table tbody > tr td.product-total span.amount {
    color: #777777;
    font-size: 16px;
}

.cart-table-content table tbody > tr td.product-remove {
    width: 200px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table tbody > tr td.product-remove {
        width: 100px;
    }
}

.cart-table-content table tbody > tr td.product-remove a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

    .cart-table-content table tbody > tr td.product-remove a i {
        font-size: 14px;
        color: #1F1F28;
    }

        .cart-table-content table tbody > tr td.product-remove a i:hover {
            color: red;
        }

.cart-table-content table tbody > tr td.product-wishlist-cart {
    width: 130px;
    text-align: center;
}

    .cart-table-content table tbody > tr td.product-wishlist-cart > a {
        background-color: #383847;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        padding: 7px 12px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table-content table tbody > tr td.product-wishlist-cart > a {
        padding: 4px 5px;
    }
}

.cart-table-content table tbody > tr td.product-wishlist-cart > a:hover {
    background-color: #2a72f8;
}

.cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cart-shiping-update-wrapper a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #777777;
    border: 1px solid #EFEFEF;
    margin-left: 14px;
    padding: 18px 30px 20px;
}

    .cart-shiping-update-wrapper a:first-child {
        margin-left: 0;
    }

@media only screen and (max-width: 767px) {
    .cart-shiping-update-wrapper a {
        margin-bottom: 14px;
        padding: 14px 20px 16px;
    }
}

.cart-shiping-update-wrapper a:hover {
    border: 1px solid #464646;
    color: #5b5b6e;
}

.proceed-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 47px;
}

@media only screen and (max-width: 767px) {
    .proceed-btn {
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.proceed-btn a {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 17px 30px 19px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #383847;
}

    .proceed-btn a:hover {
        background-color: #2a72f8;
    }

.discount-tax-wrap {
    background-color: #ffffff;
    padding: 50px 55px 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .discount-tax-wrap {
        padding: 50px 25px 55px;
    }
}

@media only screen and (max-width: 767px) {
    .discount-tax-wrap {
        padding: 50px 25px 55px;
        margin-top: 30px;
    }
}

.discount-tax-wrap h4 {
    font-size: 16px;
    font-weight: bold;
    color: #434343;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 10px;
}

    .discount-tax-wrap h4:before {
        position: absolute;
        content: "";
        height: 3px;
        width: 50px;
        background-color: #EEEEEE;
        left: 0;
        bottom: 0;
    }

.discount-tax-wrap .discount-code p {
    font-size: 13px;
    color: #5b5b6e;
    margin: 0 0 20px;
}

.discount-tax-wrap .discount-code input {
    height: 45px;
    font-size: 13px;
    color: #5b5b6e;
    padding: 2px 20px;
    border: none;
    background-color: #F6F6F6;
}

    .discount-tax-wrap .discount-code input::-moz-input-placeholder {
        color: #5b5b6e;
        opacity: 1;
    }

    .discount-tax-wrap .discount-code input::-webkit-input-placeholder {
        color: #5b5b6e;
        opacity: 1;
    }

.discount-tax-wrap .discount-code button {
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    color: #383847;
    line-height: 1;
    padding: 18px 30px 20px;
    border: 1px solid #383847;
    border-radius: 5px;
    margin: 35px 0 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

    .discount-tax-wrap .discount-code button:hover {
        background-color: #383847;
        color: #fff;
    }

.nice-select.nice-select-style-3 {
    border-radius: 0;
    font-size: 14px;
    height: 50px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: #342D0E;
    width: 100%;
    border: none;
    font-weight: 400;
}

    .nice-select.nice-select-style-3 ul {
        width: 100%;
    }

    .nice-select.nice-select-style-3.nice-select-shop {
        border: 1px solid #EFEFEF;
        font-weight: 300;
        padding-left: 26px;
        color: #808080;
    }

    .nice-select.nice-select-style-3.cart-tax-select {
        height: 45px;
        line-height: 45px;
        font-size: 13px;
        color: #5b5b6e;
        background-color: #F6F6F6;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nice-select.nice-select-style-3.cart-tax-select {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .nice-select.nice-select-style-3.cart-tax-select {
        margin-bottom: 20px;
    }
}

.nice-select::after {
    display: none;
}

.nice-select:before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #1F1F28;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nice-select.open:before {
    border-bottom: 6px solid #1F1F28;
    border-top: none;
}

.pro-details-quality span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #777777;
    margin: 0 0 10px;
}

.pro-details-quality .cart-plus-minus {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .pro-details-quality .cart-plus-minus .qtybutton {
        color: #8E8FA0;
        cursor: pointer;
        float: inherit;
        font-size: 18px;
        line-height: 20px;
        margin: 0;
        position: absolute;
        text-align: center;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 0;
    }

        .pro-details-quality .cart-plus-minus .qtybutton.dec {
            height: 31px;
            width: 31px;
            line-height: 31px;
            border: 1px solid #E3E4E9;
        }

        .pro-details-quality .cart-plus-minus .qtybutton.inc {
            height: 31px;
            width: 31px;
            line-height: 31px;
            border: 1px solid #E3E4E9;
            right: 0px;
        }

    .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #3A3A3A;
        float: left;
        font-size: 14px;
        font-weight: 500;
        height: 31px;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 92px;
    }

        .pro-details-quality .cart-plus-minus input.cart-plus-minus-box.plus-minus-width-inc {
            width: 120px;
        }

/*============================================

17 -- comapre

=============================================*/
/*-- Compare Table --*/
.compare-table .table tbody tr:first-child {
    border-top: 1px solid #eeeeee;
}

.compare-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 30px;
    vertical-align: middle;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

    .compare-table .table tbody tr td:last-child {
        border-right: 1px solid #eeeeee;
    }

    .compare-table .table tbody tr td.first-column {
        min-width: 180px;
        font-size: 18px;
        font-weight: 600;
        color: #383847;
        margin: 0;
        line-height: 1;
    }

    .compare-table .table tbody tr td.product-image-title {
        min-width: 310px;
        vertical-align: bottom;
        padding-top: 70px;
    }

        .compare-table .table tbody tr td.product-image-title .image {
            clear: both;
            width: 100%;
            margin-bottom: 40px;
            display: block;
        }

            .compare-table .table tbody tr td.product-image-title .image img {
                max-width: 100%;
            }

        .compare-table .table tbody tr td.product-image-title .category {
            float: left;
            clear: both;
            font-size: 13px;
            line-height: 15px;
            color: #444444;
            text-transform: capitalize;
            letter-spacing: 0.5px;
        }

            .compare-table .table tbody tr td.product-image-title .category:hover {
                color: #2a72f8;
            }

        .compare-table .table tbody tr td.product-image-title .title {
            float: left;
            clear: both;
            font-size: 16px;
            font-weight: 600;
            color: #444444;
            line-height: 20px;
            margin-bottom: 10px;
        }

            .compare-table .table tbody tr td.product-image-title .title:hover {
                color: #2a72f8;
            }

    .compare-table .table tbody tr td.pro-desc p {
        text-align: left;
        margin: 0;
    }

    .compare-table .table tbody tr td.pro-price,
    .compare-table .table tbody tr td.pro-color,
    .compare-table .table tbody tr td.pro-stock {
        font-size: 16px;
        font-weight: 600;
        color: #444444;
    }

    .compare-table .table tbody tr td.pro-addtocart .add-to-cart {
        position: relative;
        background-color: #2a72f8;
        color: #fff;
        border-radius: 50px;
        display: inline-block;
        width: 170px;
        padding: 10px 25px 10px 25px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
            background-color: #222;
        }

        .compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 26px;
            overflow: hidden;
            display: block;
            text-align: center;
        }

        .compare-table .table tbody tr td.pro-addtocart .add-to-cart.added {
            padding-left: 25px;
            padding-right: 56px;
        }

            .compare-table .table tbody tr td.pro-addtocart .add-to-cart.added i {
                left: calc(100% - 41px);
            }

    .compare-table .table tbody tr td.pro-remove button {
        border: none;
        background-color: transparent;
        padding: 0;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .compare-table .table tbody tr td.pro-remove button:hover {
            color: #2a72f8;
        }

        .compare-table .table tbody tr td.pro-remove button i {
            font-size: 20px;
        }

    .compare-table .table tbody tr td.pro-ratting i {
        color: #444444;
        font-size: 14px;
    }

.customer-zone > p {
    font-size: 14px;
    position: relative;
    padding: 14px 30px 14px 60px;
    background-color: #eeeff2;
    margin: 0;
    position: relative;
    color: #373737;
}

@media only screen and (max-width: 767px) {
    .customer-zone > p {
        padding: 14px 30px 14px 40px;
    }
}

.customer-zone > p:before {
    content: "\eb85";
    color: #6dde6d;
    display: inline-block;
    position: absolute;
    font-family: remixicon;
    left: 15px;
    top: 15px;
    font-size: 18px;
}

.checkout-login-info {
    margin: 20px 0 0;
    display: none;
}

    .checkout-login-info p {
        font-size: 14px;
        margin: 0 0 12px;
    }

    .checkout-login-info form {
        display: block;
        overflow: hidden;
    }

        .checkout-login-info form .sin-checkout-login {
            margin-bottom: 30px;
        }

            .checkout-login-info form .sin-checkout-login label {
                font-size: 14px;
                text-transform: capitalize;
                margin: 0 0 5px;
            }

                .checkout-login-info form .sin-checkout-login label span {
                    color: red;
                }

            .checkout-login-info form .sin-checkout-login input {
                border: 1px solid #e8e8e8;
                height: 50px;
                background-color: transparent;
            }

                .checkout-login-info form .sin-checkout-login input:focus {
                    border: 1px solid #343538;
                }

        .checkout-login-info form .button-remember-wrap {
            display: block;
            overflow: hidden;
        }

            .checkout-login-info form .button-remember-wrap button {
                color: #333;
                font-size: 13px;
                padding: 10px 30px 9px;
                display: inline-block;
                float: left;
                margin-right: 20px;
                font-weight: 600;
                text-transform: uppercase;
                border: none;
            }

                .checkout-login-info form .button-remember-wrap button:hover {
                    background-color: #2a72f8;
                    color: #fff;
                }

            .checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin: 8px 0 0;
            }

                .checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn input {
                    height: 15px;
                    margin: 0;
                    position: relative;
                    top: 5px;
                    width: 17px;
                }

                .checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn label {
                    font-size: 14px;
                    margin: 0 0 0 5px;
                }

        .checkout-login-info form .lost-password {
            margin: 20px 0 11px;
        }

            .checkout-login-info form .lost-password a {
                font-size: 14px;
            }

    .checkout-login-info .checkout-login-social span {
        font-size: 14px;
        margin: 0 0 13px;
        display: block;
    }

    .checkout-login-info .checkout-login-social ul li {
        display: inline-block;
        margin: 0 14px 0 0;
    }

        .checkout-login-info .checkout-login-social ul li:last-child {
            margin: 0 0px 0 0;
        }

@media only screen and (max-width: 767px) {
    .checkout-login-info .checkout-login-social ul li {
        margin: 0 5px 0 0;
    }
}

.checkout-login-info .checkout-login-social ul li a {
    background-color: #333;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    float: left;
    font-size: 13px;
    padding: 20px;
    padding: 24px 106px 25px;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout-login-info .checkout-login-social ul li a {
        padding: 24px 70px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout-login-info .checkout-login-social ul li a {
        padding: 15px 13px 16px;
    }
}

.checkout-login-info .checkout-login-social ul li a:hover {
    background-color: #2a72f8;
    color: #fff;
}

.checkout-login-info3 {
    display: none;
    margin-top: 20px;
}

    .checkout-login-info3 form input[type="text"] {
        border: 1px solid #e8e8e8;
        height: 50px;
        background-color: transparent;
        width: 48%;
        font-size: 14px;
        padding: 0 20px;
    }

        .checkout-login-info3 form input[type="text"]:focus {
            border: 1px solid #1f2226;
        }

    .checkout-login-info3 form input[type="submit"] {
        background: #1f2226 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        height: 50px;
        margin-left: 6px;
        padding: 5px 30px;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        width: inherit;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .checkout-login-info3 form input[type="submit"] {
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout-login-info3 form input[type="submit"] {
        padding: 5px 16px;
    }
}

.checkout-login-info3 form input[type="submit"]:hover {
    background-color: #2a72f8;
}

.billing-info-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 0 55px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap h3 {
        margin-bottom: 40px;
    }
}

.billing-info-wrap h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    background-color: #2a72f8;
    width: 50px;
    height: 2px;
}

.billing-info-wrap .billing-info label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

    .billing-info-wrap .billing-info label abbr {
        color: red;
    }

.billing-info-wrap .billing-info input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #1f2226;
    font-size: 14px;
}

    .billing-info-wrap .billing-info input:focus {
        border: 1px solid #343538;
    }

    .billing-info-wrap .billing-info input.billing-address {
        margin-bottom: 20px;
    }

.billing-info-wrap .billing-select label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

    .billing-info-wrap .billing-select label abbr {
        color: red;
    }

.billing-info-wrap .billing-select select {
    border: 1px solid #e6e6e6;
    color: #333;
    font-size: 14px;
    height: 50px;
    padding: 2px 20px;
    background: rgba(0, 0, 0, 0) url("https://www.17sucai.com/2020/11/wojyp9103/css/assets/images/icon-img/select.png") no-repeat scroll right 18px center;
    cursor: pointer;
}

    .billing-info-wrap .billing-select select option {
        background: #fff;
        border: 0px solid #626262;
        padding-left: 10px;
        color: #333;
        font-size: 12px;
    }

.billing-info-wrap .checkout-account input {
    border: 1px solid #9fa0a2;
    display: inline-block;
    float: left;
    height: 10px;
    width: 10px;
    position: relative;
    top: 6px;
    color: #333;
}

.billing-info-wrap .checkout-account span {
    color: #333;
    font-weight: 400;
    margin: 0 0 0 12px;
    font-size: 14px;
    text-transform: uppercase;
}

.billing-info-wrap .checkout-account-toggle label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

    .billing-info-wrap .checkout-account-toggle label abbr {
        color: red;
    }

.billing-info-wrap .checkout-account-toggle input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    color: #333;
    font-size: 14px;
    padding: 2px 20px;
}

    .billing-info-wrap .checkout-account-toggle input:focus {
        border: 1px solid #343538;
    }

.billing-info-wrap .different-address {
    display: none;
}

.billing-info-wrap .additional-info-wrap {
    margin: 22px 0 0;
}

    .billing-info-wrap .additional-info-wrap label {
        color: #010225;
        font-size: 14px;
        text-transform: capitalize;
        display: block;
        margin: 0 0 5px;
    }

    .billing-info-wrap .additional-info-wrap textarea {
        min-height: 120px;
        background-color: #f7f7f7;
        border-color: #f7f7f7;
        padding: 20px;
        color: #333;
        font-size: 14px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .billing-info-wrap.mr-50 {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .billing-info-wrap.mr-50 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap.mr-50 {
        margin-right: 0px;
    }
}

.your-order-area {
    padding: 40px 40px 50px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    border-color: rgba(52, 53, 56, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .your-order-area {
        padding: 40px 25px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-order-area {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .your-order-area {
        padding: 40px 12px 50px;
        margin-top: 30px;
    }
}

.your-order-area h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 0 45px;
    text-transform: uppercase;
}

    .your-order-area h3:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: -12px;
        background-color: #2a72f8;
        width: 50px;
        height: 2px;
    }

.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #e8e8e8;
}

    .your-order-area .your-order-wrap .your-order-info ul li {
        font-size: 14px;
        padding: 0 0 7px;
        text-transform: uppercase;
        font-weight: 500;
    }

        .your-order-area .your-order-wrap .your-order-info ul li span {
            float: right;
            color: #2a72f8;
        }

    .your-order-area .your-order-wrap .your-order-info.order-subtotal {
        padding: 15px 0 10px;
    }

        .your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
            font-size: 16px;
        }

    .your-order-area .your-order-wrap .your-order-info.order-shipping {
        padding: 15px 0 13px;
        display: block;
        overflow: hidden;
    }

        .your-order-area .your-order-wrap .your-order-info.order-shipping ul li > p {
            float: right;
            font-size: 14px;
            text-align: right;
            color: #333;
            text-transform: capitalize;
        }

    .your-order-area .your-order-wrap .your-order-info.order-total {
        padding: 15px 0 10px;
    }

        .your-order-area .your-order-wrap .your-order-info.order-total ul li span {
            font-size: 16px;
        }

.your-order-area .your-order-wrap .your-order-middle {
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0 23px;
}

    .your-order-area .your-order-wrap .your-order-middle ul li {
        font-size: 14px;
        margin: 0 0 11px;
    }

        .your-order-area .your-order-wrap .your-order-middle ul li:last-child {
            margin-bottom: 0;
        }

        .your-order-area .your-order-wrap .your-order-middle ul li span {
            float: right;
            font-size: 16px;
        }

.your-order-area .your-order-wrap .payment-method {
    margin: 17px 0 0;
}

    .your-order-area .your-order-wrap .payment-method .sin-payment {
        margin-bottom: 20px;
    }

        .your-order-area .your-order-wrap .payment-method .sin-payment input {
            width: auto;
            display: inline-block;
            float: left;
            height: auto;
            margin-top: 5px;
        }

        .your-order-area .your-order-wrap .payment-method .sin-payment label {
            font-size: 14px;
            text-transform: uppercase;
            margin: 0px 0 0 21px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-weight: 500;
        }

@media only screen and (max-width: 767px) {
    .your-order-area .your-order-wrap .payment-method .sin-payment label {
        display: block;
    }
}

.your-order-area .your-order-wrap .payment-method .sin-payment label img {
    max-width: 140px;
    display: inline-block;
    margin: 0 5px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment label a {
    text-decoration: underline;
}

.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
    margin: 6px 0 0;
    display: none;
}

    .your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
        font-size: 14px;
        margin: 0;
    }

.your-order-area .Place-order a {
    background-color: #2a72f8;
    display: block;
    cursor: pointer;
    padding: 16px 50px 17px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

    .your-order-area .Place-order a:hover {
        background-color: #333;
    }

@media only screen and (max-width: 767px) {
    .checkout-main-area.pb-70 {
        padding-bottom: 50px;
    }
}

/*============================================

19 -- blog

=============================================*/
.blog-area .blog-wrap .blog-img {
    overflow: hidden;
}

    .blog-area .blog-wrap .blog-img a {
        display: block;
    }

        .blog-area .blog-wrap .blog-img a img {
            width: 100%;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .5s ease 0s;
            transition: all .5s ease 0s;
        }

@media only screen and (max-width: 767px) {
    .blog-area .blog-wrap .blog-img.mb-25 {
        margin-bottom: 15px;
    }

    .blog-area .blog-wrap .blog-img.mb-20 {
        margin-bottom: 15px;
    }
}

.blog-area .blog-wrap .blog-content .blog-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .blog-area .blog-wrap .blog-content .blog-meta ul li {
        margin-right: 30px;
        position: relative;
    }

        .blog-area .blog-wrap .blog-content .blog-meta ul li:before {
            position: absolute;
            content: "";
            right: -16px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 1px;
            height: 12px;
            background-color: #000;
        }

        .blog-area .blog-wrap .blog-content .blog-meta ul li:last-child {
            margin-right: 0;
        }

            .blog-area .blog-wrap .blog-content .blog-meta ul li:last-child:before {
                display: none;
            }

        .blog-area .blog-wrap .blog-content .blog-meta ul li a {
            color: #161c2d;
            font-weight: 600;
        }

            .blog-area .blog-wrap .blog-content .blog-meta ul li a:hover {
                color: #2a72f8;
            }

.blog-area .blog-wrap .blog-content h3,
.blog-area .blog-wrap .blog-content h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0 0;
    line-height: 30px;
    letter-spacing: -.25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .blog-area .blog-wrap .blog-content h3,
    .blog-area .blog-wrap .blog-content h1 {
        font-size: 17px;
        margin: 8px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .blog-area .blog-wrap .blog-content h3,
    .blog-area .blog-wrap .blog-content h1 {
        font-size: 18px;
        margin: 8px 0 0;
    }
}

@media only screen and (max-width: 767px) {

    .blog-area .blog-wrap .blog-content h3,
    .blog-area .blog-wrap .blog-content h1 {
        font-size: 17px;
        margin: 5px 0 0;
        line-height: 28px;
    }
}

.blog-area .blog-wrap .blog-content h3 a,
.blog-area .blog-wrap .blog-content h1 a {
    color: #383847;
}

    .blog-area .blog-wrap .blog-content h3 a:hover,
    .blog-area .blog-wrap .blog-content h1 a:hover {
        color: #2a72f8;
    }

.blog-area .blog-wrap:hover .blog-img a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
    .blog-area .blog-wrap.mb-40 {
        margin-bottom: 30px;
    }
}

/*============================================

20 -- blog-details

=============================================*/
/*-- Blog Details --*/
.blog-detail-area .postbox .postbox-thumb img {
    width: 100%;
}

.blog-detail-area .postbox .postbox-text .blog-meta span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 11px;
    text-transform: capitalize;
}

    .blog-detail-area .postbox .postbox-text .blog-meta span i {
        color: #2a72f8;
        margin-right: 10px;
    }

    .blog-detail-area .postbox .postbox-text .blog-meta span:last-child {
        margin-right: none;
    }

    .blog-detail-area .postbox .postbox-text .blog-meta span a {
        color: #9696ac;
        -webkit-transition: .3s;
        transition: .3s;
    }

        .blog-detail-area .postbox .postbox-text .blog-meta span a:hover {
            color: #2a72f8;
        }

.blog-detail-area .postbox .blog-title {
    line-height: 1.3;
}

.blog-detail-area .postbox .post-text blockquote {
    background: #2a72f8;
    padding: 50px;
    position: relative;
    padding-left: 120px;
}

@media only screen and (max-width: 767px) {
    .blog-detail-area .postbox .post-text blockquote {
        padding: 30px;
    }
}

.blog-detail-area .postbox .post-text blockquote p {
    font-size: 26px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.3;
}

.blog-detail-area .postbox .post-text blockquote::before {
    content: "?";
    left: 50px;
    top: 50px;
    position: absolute;
    color: #e6ebf0;
    font-family: "lineIcons";
    font-weight: 700;
    font-size: 41px;
}

@media only screen and (max-width: 767px) {
    .blog-detail-area .postbox .post-text blockquote::before {
        position: static;
    }
}

.blog-detail-area .postbox .post-text blockquote span {
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-detail-area .postbox .author {
    background: #f5f5f5;
    padding: 0 60px 44px 60px;
}

@media only screen and (max-width: 767px) {
    .blog-detail-area .postbox .author {
        padding: 0 30px 44px 30px;
    }
}

.blog-detail-area .postbox .author-img {
    margin-bottom: 35px;
}

    .blog-detail-area .postbox .author-img img {
        margin-top: -60px;
    }

.blog-detail-area .postbox .author-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.blog-detail-area .postbox .author-text p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 28px;
}

.blog-detail-area .postbox .author-icon {
    margin-top: 6px;
    margin-bottom: 25px;
}

    .blog-detail-area .postbox .author-icon a {
        font-size: 14px;
        color: #9498b6;
        margin: 0 5px;
        -webkit-transition: .3s;
        transition: .3s;
    }

        .blog-detail-area .postbox .author-icon a:hover {
            color: #2a72f8;
        }

.blog-detail-area .postbox .post-comments {
    border-bottom: 1px solid #eaedff;
    margin-bottom: 42px;
    padding-bottom: 46px;
}

.blog-detail-area .postbox .blog-coment-title h2 {
    font-size: 26px;
    margin-bottom: 0;
}

.blog-detail-area .postbox .comments-avatar {
    float: left;
}

    .blog-detail-area .postbox .comments-avatar img {
        width: 100px;
        margin-right: 20px;
    }

@media only screen and (max-width: 767px) {
    .blog-detail-area .postbox .comments-avatar {
        float: none;
    }
}

.blog-detail-area .postbox .latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0;
}

.blog-detail-area .postbox .latest-comments li:last-child .comments-box {
    border-bottom: 0;
    padding-bottom: 0;
}

.blog-detail-area .postbox .latest-comments li.children {
    margin-left: 100px;
}

@media only screen and (max-width: 767px) {
    .blog-detail-area .postbox .latest-comments li.children {
        margin-left: 0;
    }
}

.blog-detail-area .postbox .comments-box {
    border-top: 1px solid #eaedff;
    padding: 30px 0;
}

.blog-detail-area .postbox .comments-text {
    overflow: hidden;
    padding-top: 4px;
}

    .blog-detail-area .postbox .comments-text p {
        margin-bottom: 0;
        margin-top: 8px;
    }

@media only screen and (max-width: 767px) {
    .blog-detail-area .postbox .comments-text {
        margin-top: 15px;
    }
}

.blog-detail-area .postbox .avatar-name {
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
}

    .blog-detail-area .postbox .avatar-name h5 {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .blog-detail-area .postbox .avatar-name span {
        color: #2a72f8;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.blog-detail-area .postbox .reply {
    color: #9696ac;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s;
    line-height: 1;
    float: right;
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
}

    .blog-detail-area .postbox .reply:hover {
        color: #2a72f8;
    }

    .blog-detail-area .postbox .reply i {
        margin-right: 5px;
    }

.blog-detail-area .postbox .post-comments-title {
    margin-bottom: 39px;
}

    .blog-detail-area .postbox .post-comments-title h2 {
        font-size: 26px;
        color: #1F1F28;
        margin-bottom: 0;
    }

.blog-detail-area .postbox .blog-post-tag span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px;
    font-family: "Montserrat", sans-serif;
    color: #383847;
}

.blog-detail-area .postbox .blog-post-tag a {
    color: #646974;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #eaedff;
    padding: 12px 24px;
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .blog-detail-area .postbox .blog-post-tag a:hover {
        color: #fff;
        background: #2a72f8;
        border-color: #2a72f8;
    }

    .blog-detail-area .postbox .blog-post-tag a:last-child {
        margin-right: 0;
    }

.blog-detail-area .postbox .blog-share-icon span {
    font-size: 18px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #383847;
    display: block;
    margin-bottom: 17px;
}

.blog-detail-area .postbox .blog-share-icon a {
    color: #5b5b6e;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 22px;
}

    .blog-detail-area .postbox .blog-share-icon a:hover {
        color: #2a72f8;
    }

    .blog-detail-area .postbox .blog-share-icon a:last-child {
        margin-right: 0;
    }

/*-- Blog Reply --*/
@media only screen and (max-width: 767px) {
    .blog-reply-wrapper.mt-50 {
        margin-top: 30px;
    }
}

.blog-reply-wrapper .blog-form {
    margin-top: 35px;
}

@media only screen and (max-width: 767px) {
    .blog-reply-wrapper .blog-form {
        margin-top: 20px;
    }
}

.blog-reply-wrapper .blog-form .leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #161c2d;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.blog-reply-wrapper .blog-form .text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #161c2d;
    height: 200px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .blog-reply-wrapper .blog-form .text-leave textarea {
        height: 120px;
    }
}

.blog-reply-wrapper .blog-form .text-leave input {
    background-color: #2a72f8;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    height: inherit;
    margin-top: 10px;
    padding: 13px 30px 13px;
    width: inherit;
}

    .blog-reply-wrapper .blog-form .text-leave input:hover {
        background-color: #161c2d;
    }

/*============================================

21 -- contact

=============================================*/
.contact-info h3,
.get-in-touch-wrap h3 {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
    .contact-info h3,
    .get-in-touch-wrap h3 {
        margin: 0 0 24px;
    }

    input, textarea {
        padding: 10px; /* Adjust padding for inputs */
    }

    button.submit {
        width: 100%; /* Full width button */
    }
}

/* Tablet Styles */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-info.pb-85,
    .get-in-touch-wrap.pb-85 {
        padding-bottom: 45px;
    }

    input, textarea {
        padding: 12px; /* Slightly more padding */
    }

    .row {
        flex-direction: row; /* Ensure items are in a row */
    }
}

/* Additional Mobile Padding */
@media only screen and (max-width: 767px) {
    .contact-info.pb-85,
    .get-in-touch-wrap.pb-85 {
        padding-bottom: 25px;
    }
}

.single-contact-info {
    background-color: #f7f7f7;
    padding: 48px 10px 49px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-contact-info {
        padding: 28px 20px 29px;
    }
}

.single-contact-info > i {
    font-size: 50px;
    color: #2a72f8;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block;
}

.single-contact-info h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin: 19px 0 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-contact-info h4 {
        font-size: 18px;
        margin: 12px 0 10px;
    }
}

.single-contact-info p {
    letter-spacing: .4px;
    font-size: 15px;
    color: #161c2d;
}

.single-contact-info ul li {
    border-bottom: 2px solid #fff;
    letter-spacing: 0.4px;
    margin-bottom: 23px;
    padding-bottom: 26px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-contact-info ul li {
        display: block;
        margin-bottom: 11px;
        padding-bottom: 11px;
    }
}

.single-contact-info ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.single-contact-info ul li i {
    font-size: 40px;
    margin-right: 7px;
    color: #2a72f8;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-contact-info ul li i {
        display: block;
        margin-right: 0px;
        margin-bottom: 3px;
    }
}

.single-contact-info ul li a {
    color: #161c2d;
}

    .single-contact-info ul li a:hover {
        color: #2a72f8;
    }

.single-contact-info ul li:hover i {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
    animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.single-contact-info:hover > i {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
    animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.contact-from input,
.contact-from textarea {
    background: #f7f7f7 none repeat scroll 0 0;
    border: none;
    color: #000;
    height: 60px;
    padding: 2px 20px;
    margin-bottom: 30px;
    position: relative;
}

@media only screen and (max-width: 767px) {

    .contact-from input,
    .contact-from textarea {
        margin-bottom: 20px;
    }
}

.contact-from textarea {
    height: 200px;
    padding: 20px 20px;
    display: flex;
}

.contact-from button {
    border: none;
  
    text-transform: capitalize;
    background-color: #2a72f8;
    color: #fff;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
}

    .contact-from button:hover {
        background-color: #161c2d;
    }

#googleMap-3 {
    height: 500px;
}

/*============================================

22 -- login-register

=============================================*/
.login-register-wrapper .login-register-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-register-tab-list {
        margin-bottom: 20px;
    }
}

.login-register-wrapper .login-register-tab-list a {
    position: relative;
}

    .login-register-wrapper .login-register-tab-list a::before {
        background-color: #454545;
        bottom: 5px;
        content: "";
        height: 18px;
        margin: 0 auto;
        position: absolute;
        right: -2px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 1px;
    }

    .login-register-wrapper .login-register-tab-list a h4 {
        font-size: 25px;
        font-weight: 700;
        margin: 0 20px;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .login-register-wrapper .login-register-tab-list a:last-child::before {
        display: none;
    }

    .login-register-wrapper .login-register-tab-list a.active h4 {
        color: #2a72f8;
    }

.login-register-wrapper .login-form-container {
    background: transparent none repeat scroll 0 0;
    padding: 80px;
    text-align: left;
    background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-register-wrapper .login-form-container {
        padding: 80px 50px;
    }
}

@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container {
        padding: 40px 15px;
    }
}

.login-register-wrapper .login-form-container .login-register-form form input {
    background-color: transparent;
    border: 1px solid #ebebeb;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 15px;
    color: #010225;
}

    .login-register-wrapper .login-form-container .login-register-form form input[type="checkbox"] {
        height: 15px;
        margin: 0;
        position: relative;
        top: 2px;
        width: 17px;
        color: #010225;
    }

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn {
    padding: 10px 0 19px;
}

    .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
        font-size: 15px;
        font-weight: 400;
    }

@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn label {
        font-size: 14px;
    }
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
    float: right;
    font-size: 15px;
    color: #010225;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
    .login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a {
        font-size: 14px;
    }
}

.login-register-wrapper .login-form-container .login-register-form form .button-box .login-toggle-btn a:hover {
    color: #2a72f8;
}

.login-register-wrapper .login-form-container .login-register-form form .button-box button {
    background-color: #2a72f8;
    color: #fff;
    border: medium none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 13px 30px 13px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .login-register-wrapper .login-form-container .login-register-form form .button-box button:hover {
        background-color: #010225;
    }

/*============================================

23 -- 404

=============================================*/
.bg-404 {
    background-image: url("../image/404.jpg");
}

.error {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .error h1 {
        font-size: 72px;
        line-height: 100px;
        color: #383847;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .error h1 {
        font-size: 50px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .error h1 {
        font-size: 50px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 479px) {
    .error h1 {
        font-size: 35px;
        line-height: 60px;
    }
}

.error p {
    font-size: 14px;
    line-height: 24px;
    color: #5b5b6e;
    font-weight: 600;
    letter-spacing: 4px;
}

@media only screen and (max-width: 479px) {
    .error p {
        text-align: center;
    }
}

.error p a {
    letter-spacing: 1px;
    font-weight: 500;
    color: #383847;
    text-transform: uppercase;
    border-bottom: 1px solid #383847;
}

    .error p a:hover {
        color: #2a72f8;
    }

/*============================================

23 -- faq

=============================================*/
.faq-wrap .title {
    text-align: center;
}

    .faq-wrap .title h3 {
        font-size: 36px;
        color: #383847;
        font-weight: 700;
        margin-bottom: 0;
    }

.accordion-wrapper .accordion-wrap {
    margin-bottom: 15px;
}

    .accordion-wrapper .accordion-wrap .accordion-header button {
        font-size: 20px;
        font-weight: 500;
        color: #383847;
        background: #fff;
        width: 100%;
        border: 0;
        padding-right: 50px;
        padding-bottom: 20px;
        text-align: left;
        border-radius: 0;
        position: relative;
        border-bottom: 1px solid #ececec;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .accordion-wrapper .accordion-wrap .accordion-header button {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .accordion-wrapper .accordion-wrap .accordion-header button {
        font-size: 18px;
    }
}

@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .accordion-wrapper .accordion-wrap .accordion-header button {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}

.accordion-wrapper .accordion-wrap .accordion-header button:after {
    content: "\eb53";
    font-family: "LineIcons";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
    background: transparent;
    height: 50px;
    line-height: 50px;
}

.accordion-wrapper .accordion-wrap .accordion-header button[aria-expanded=true] {
    color: #383847;
    border-color: transparent;
}

    .accordion-wrapper .accordion-wrap .accordion-header button[aria-expanded=true]:after {
        content: "\eb2c";
        background: #2a72f8;
        color: #fff;
    }

.accordion-wrapper .accordion-wrap .accordion-body {
    padding: 18px 0;
}

    .accordion-wrapper .accordion-wrap .accordion-body p {
        color: #383847;
        font-size: 16px;
        line-height: 30px;
    }

/*============================================

25 -- coming soon

=============================================*/
.bg-coming-soon {
    background-image: url("../image/coming-soon.jpg")
}

.coming-soon-area {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .coming-soon-area {
        background-position-x: 70%
    }
}

@media only screen and (max-width:767px) {
    .coming-soon-area {
        background-position-x: 60%
    }
}

@media only screen and (max-width:575px) {
    .coming-soon-area {
        background-position-x: 20%
    }
}

@media only screen and (max-width:479px) {
    .coming-soon-area {
        background-position-x: 45%
    }
}

.coming-soon-area .coming-soon-content {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .coming-soon-area .coming-soon-content .coming-soon-title {
        font-size: 72px;
        line-height: 86px;
        color: #383847
    }

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .coming-soon-area .coming-soon-content .coming-soon-title {
        font-size: 62px;
        line-height: 76px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .coming-soon-area .coming-soon-content .coming-soon-title {
        font-size: 56px;
        line-height: 66px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .coming-soon-area .coming-soon-content .coming-soon-title {
        font-size: 58px;
        line-height: 66px
    }
}

@media only screen and (max-width:767px) {
    .coming-soon-area .coming-soon-content .coming-soon-title {
        font-size: 48px;
        line-height: 56px
    }
}

@media only screen and (max-width:575px) {
    .coming-soon-area .coming-soon-content .coming-soon-title {
        font-size: 42px;
        line-height: 56px
    }
}

@media only screen and (max-width:479px) {
    .coming-soon-area .coming-soon-content .coming-soon-title {
        font-size: 32px;
        line-height: 46px
    }
}

.coming-soon-area .coming-soon-content .coming-soon-subscribe-form {
    position: relative;
    width: 80%
}

@media only screen and (max-width:575px) {
    .coming-soon-area .coming-soon-content .coming-soon-subscribe-form {
        width: 100%
    }
}

.coming-soon-area .coming-soon-content .coming-soon-subscribe-form:hover input {
    border-bottom-color: #383847
}

.coming-soon-area .coming-soon-content .coming-soon-subscribe-form input {
    background: 0;
    border: 0;
    border-bottom: 2px solid #b8b8cc;
    padding: 10px 0;
    width: 100%;
    padding-right: 40px
}

    .coming-soon-area .coming-soon-content .coming-soon-subscribe-form input:focus {
        border-bottom-color: #383847
    }

.coming-soon-area .coming-soon-content .coming-soon-subscribe-form ::-webkit-input-placeholder {
    color: #777;
    opacity: 1
}

.coming-soon-area .coming-soon-content .coming-soon-subscribe-form :-ms-input-placeholder {
    color: #777;
    opacity: 1
}

.coming-soon-area .coming-soon-content .coming-soon-subscribe-form ::-ms-input-placeholder {
    color: #777;
    opacity: 1
}

.coming-soon-area .coming-soon-content .coming-soon-subscribe-form ::placeholder {
    color: #777;
    opacity: 1
}

.coming-soon-area .coming-soon-content .coming-soon-subscribe-form :-ms-input-placeholder {
    color: #777
}

.coming-soon-area .coming-soon-content .coming-soon-subscribe-form ::-ms-input-placeholder {
    color: #777
}

.coming-soon-area .coming-soon-content .coming-soon-subscribe-form button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0;
    border: 0;
    color: #383847;
    font-size: 14px;
    padding: 0
}

    .coming-soon-area .coming-soon-content .coming-soon-subscribe-form button:hover {
        color: #383847
    }

@media only screen and (max-width:479px) {
    .coming-soon-area .coming-soon-content .coming-soon-deal-countdown .single-countdown-time::after {
        left: 100%
    }
}

.footer-top .footer-widget .footer-logo {
    margin-bottom: 30px
}

    .footer-top .footer-widget .footer-logo a {
        display: block
    }

        .footer-top .footer-widget .footer-logo a img {
            width: 107px
        }

.footer-top .footer-widget .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-transform: capitalize;
    margin-bottom: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-top .footer-widget .title {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .footer-top .footer-widget .title {
        margin-bottom: 15px
    }
}

.footer-top .footer-widget p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-top .footer-widget p {
        font-size: 12px
    }
}

.footer-top .footer-widget .opeaning-title {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 0
}

.footer-top .footer-widget ul.address li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px
}

    .footer-top .footer-widget ul.address li:last-child {
        margin-bottom: 0
    }

    .footer-top .footer-widget ul.address li i {
        margin-right: 15px;
        line-height: 28px;
        font-size: 18px
    }

    .footer-top .footer-widget ul.address li span {
        overflow: hidden
    }

    .footer-top .footer-widget ul.address li a {
        display: block
    }

        .footer-top .footer-widget ul.address li a:hover {
            color: #2a72f8
        }

.footer-top .footer-widget > .ft-menu {
    display: inline-block
}

    .footer-top .footer-widget > .ft-menu > li {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 13px
    }

        .footer-top .footer-widget > .ft-menu > li:last-child {
            margin-bottom: 0
        }

        .footer-top .footer-widget > .ft-menu > li > a {
            text-transform: capitalize;
            text-decoration: none;
            display: inherit;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out
        }

            .footer-top .footer-widget > .ft-menu > li > a:hover {
                color: #2a72f8
            }

.footer-top .f-social-title {
    margin-top: 30px
}

    .footer-top .f-social-title h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
        font-weight: 500
    }

.footer-top .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .footer-top .footer-social a {
        margin-right: 25px;
        display: block
    }

        .footer-top .footer-social a:last-child {
            margin-right: 0
        }

        .footer-top .footer-social a:hover {
            color: #2a72f8
        }

        .footer-top .footer-social a i {
            display: block;
            font-size: 20px;
            line-height: 28px
        }

@media only screen and (max-width:767px) {
    .footer-bottom .copyright {
        text-align: center !important
    }
}

.footer-bottom .copyright p {
    line-height: 30px;
    font-size: 13px
}

@media only screen and (max-width:575px) {
    .footer-bottom .copyright p {
        font-size: 12px
    }
}

.footer-bottom .copyright p a {
    color: #2a72f8
}

    .footer-bottom .copyright p a:hover {
        color: #2a72f8
    }

@media only screen and (max-width:767px) {
    .footer-bottom .footer-nav {
        text-align: center !important
    }
}

.footer-bottom .footer-nav ul li {
    display: inline-block;
    margin: 0 40px 0 0;
    vertical-align: middle
}

@media only screen and (max-width:767px) {
    .footer-bottom .footer-nav ul li {
        margin: 0 25px 0 0
    }
}

.footer-bottom .footer-nav ul li:last-child {
    margin-right: 0
}

.footer-bottom .footer-nav ul li a {
    font-size: 13px;
    line-height: 19px
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, sans-serif;
}

.container-split {
    display: flex;
    height: 100%;
}

.left-column {
    width: 42%;
    background-color: White;
    padding: 0px;
    height: 100%;
    overflow-y: hidden;
}

.right-column {
    margin-left: 0;
    width: 80%;
    padding: 0px;
    height: 100%;
    overflow-y: hidden;
}

.button-container {
    width: 80%;
    font-size: 18px;
    padding: 10px 20px;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ccc;
}

.tabs {
    overflow: hidden;
    background-color: White;
    border-bottom: 1px solid #ccc;
}

    .tabs button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        width: 300px
    }

        .tabs button:hover {
            background-color: #ddd;
        }

        .tabs button.active {
            background-color: #ccc;
        }

.tablink i {
    font-size: 2em; /* Adjust the size here */
    vertical-align: middle; /* Align the icon vertically with the text */
    margin-left: 10px; /* Add some space between the text and the icon */
}


.tabcontent {
    display: none;
    padding: 5px 0;
    border-top: none;
}

    .tabcontent.active {
        display: block;
    }

.tabs button.tablink {
    font-size: 18px; /* Increase font size */
    padding: 14px 5px; /* Increase padding (vertical | horizontal) */
    border: none; /* Remove border */
    outline: none; /* Remove outline */
    cursor: pointer; /* Change cursor to pointer */
    transition: 0.3s; /* Add transition for smooth hover effect */
    background-color: inherit; /* Use inherited background color */
    margin-right: 10px; /* Add space between tabs */
}

.optbutton {
    font-size: 2em; /* Adjust the size here */
    padding: 10px 20px;
    width: 300px;
    height: 100px;
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ccc;
}

    .optbutton.active {
        border-color: #007bff; /* Change only the border color when active */
    }

.user-profile.tabbable-custom > .tab-content {
    overflow: inherit;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.' > .nav-tabs {
border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover,
            .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #ddd;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover,
    .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd #ddd;
    }

.tabs-left > .nav-tabs > li,
.tabs-rightprd > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        .tabs-left > .nav-tabs > li > a:hover,
        .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        border-right-color: #ffffff;
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover,
        .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right > .nav-tabs .active > a,
    .tabs-right > .nav-tabs .active > a:hover,
    .tabs-right > .nav-tabs .active > a:focus {
        border-color: #ddd #ddd #ddd transparent;
        border-left-color: #ffffff;
    }
/* Accordions */
.panel-group .panel-heading .accordion-toggle {
    display: block;
    text-decoration: none;
    font-size: 14px;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dddddd;
}

}


/* Flex Layout for Columns */
.containerprd {
    display: flex;
    flex-direction: column;
    grid-template-columns: repeat(3, 1fr);
    height: 100vh;
}

.columnprd {
    display: grid;
    flex-direction: row;
    gap: 5px;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
}

.partprd {
    flex: 1; /* Each part takes equal space */
    padding: 10px; /* Add padding inside each part */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0); /* Optional: add some shadow */
    background-color: none; /* Background color for each part */
    overflow: auto; /* Scroll if content overflows */
    min-width: 240px; /* Minimum width for each part */
}

@media (max-width: 768px) {
    .columnprd {
        grid-template-columns: 1fr; /* Stack columns vertically */
    }
}

/* Style for social links */
.social-share-buttons ul {
    list-style: none;
    padding: 0;
}

    .social-share-buttons ul li {
        display: inline-block;
        margin-right: 15px;
    }

.social-share-buttons a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .containerimg {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: center; /* Center align for better aesthetics */
    }
    .partprd {
        padding: 15px;
    }

    .social-share-buttons h6 {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .columnprd {
        flex-direction: column;
        align-items: flex-start;
    }

    .partprd {
        padding: 10px;
    }

    .btn {
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .containerimg {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: center; /* Center align for better aesthetics */
    }
    .social-share-buttons h6 {
        font-size: 0.9em;
    }

    .btn {
        font-size: 0.85em;
    }
}

.part {
    padding: 20px; /* Add padding inside each part */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0); /* Optional: add some shadow */
    background-color: none; /* Background color for each part */
    overflow: auto; /* Scroll if content overflows */
}

.collapsible-section {
    margin-bottom: 10px;
}

.headerprd {
    display: flex;
    justify-content: space-between;
    align-items: left;
    padding: 10px;
    cursor: pointer;
    border: 1px solid white;
    background-color: white;
}

.thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px; /* Space above thumbnails */
}

    .thumbnails img {
        display: flex;
        cursor: pointer;
        border: 1px solid black;
        transition: border 0.3s;
    }

.thumbnails-img {
    border: none;
}

.active-thumbnail {
    border: 2px solid black;
}

.lg-image {
    position: relative;
    width: 320; /* Adjust the width as needed */
    height: 516px; /* Adjust the height as needed */
    overflow: hidden;
    text-align: center;
    position: relative;
    cursor: zoom-in;
}

    .lg-image img {
        width: 100%;
        height: 100%;
        transition: transform 0.2s ease;
        transform-origin: center center;
    }

.part {
    display: flex; /* Use flexbox for layout */
    flex-direction: column; /* Stack content vertically */
    align-items: center; /* Center content horizontally */
    justify-content: center; /* Center content vertically */
    margin-bottom: 20px;
    padding: 10px;
    margin: 10px;
    text-align: center; /* Center text */
    box-sizing: border-box; /* Ensure padding doesn't affect the width */
    width: 100%; /* Make it flexible */
}

/* Media queries for responsiveness */
@media (min-width: 768px) {
    .part {
        flex-direction: row; /* Horizontal layout on larger screens */
        justify-content: space-between; /* Spread out content */
        padding: 20px; /* Add more padding for larger screens */
    }
}

@media (max-width: 576px) {
    .containerimg {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: center; /* Center align for better aesthetics */
    }
    .part {
        margin: 5px; /* Reduce margin for small screens */
        padding: 5px; /* Reduce padding for mobile */
        font-size: 14px; /* Adjust text size for better readability */
    }
}

/* Center the .news div */
.news {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh; /* Full viewport height to center the content vertically */
    background-color: #f8f9fa; /* Light background for the form */
}

/* Centered form container with rounded edges and shadow */
.newsletter-form {
    display: flex;
    flex-direction: column; /* Stacks items vertically */
    align-items: center; /* Centers items horizontally */
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto; /* Centers the form horizontally on the page */
    background-image: url('/static/image/newsback.PNG');
    border-radius: 15px; /* Rounded edges */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
}

    .newsletter-form input, .newsletter-form button {
        margin-top: 10px;
        width: 100%;
        max-width: 250px;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
    }

    .newsletter-form .newsletter-error {
        margin-top: 10px;
        color: red;
    }
/* Newsletter title style */
.newsletter-title {
    margin: 15px 0;
    font-size: 28px;
    color: white; /* Dark text color */
}

/* Email input styling */
input[type="email"] {
    padding: 12px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: White;
    font-size: 16px;
}

/* Button styling */
button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

/* Error message styling */
.newsletter-error {
    color: red;
    margin-top: 5px;
    display: none;
    font-size: 14px;
}

/* Mobile view adjustments */
@media only screen and (max-width: 800px) {
    .newsletter-form {
        width: 90%; /* Make the form take up more space on mobile */
    }
}


.carousel {
    position: relative;
    overflow: hidden; /* Hide overflow to show only one image */
}

.slides {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease; /* Smooth transition for slide changes */
}

.slide-container {
    min-width: 100%; /* Ensure one image is visible at a time */
    display: none; /* Hide all slides by default */
}

/* Show the checked slide */
input[type="radio"]:checked + .slide-container {
    display: block; /* Display the currently checked slide */
}

/* Background color for the image container */
.slide-image {
    background-color: black; /* Set background color to black */
    display: flex; /* Optional: Use flexbox for centering content */
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
    height: 100%; /* Ensure it takes the full height */
}

.carousel-controls {
    position: absolute;
    top: 50%; /* Center controls vertically */
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

    /* Style for control labels */
    .carousel-controls label {
        display: block;
        padding: 0 20px;
        opacity: 0.5; /* Semi-transparent by default */
        transition: opacity 0.2s;
        cursor: pointer;
    }

    .carousel-controls .prev-slide {
        left: 10px; /* Position left control */
    }

    .carousel-controls .next-slide {
        right: 10px; /* Position right control */
    }

/* Carousel dots */
.carousel-dots {
    text-align: center; /* Center the dots */
    margin-top: 10px; /* Space from the slides */
}

    .carousel-dots .carousel-dot {
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
        opacity: 0.8; /* Higher default opacity */
        margin: 10px;
        transition: opacity 0.3s;
    }

/* Active dot styling */
input[type="radio"]:checked ~ .carousel-dots .carousel-dot {
    opacity: 1; /* Full opacity for active dot */
}

/* Hide controls for inactive slides */
.slide-container .carousel-controls label {
    display: none; /* Hide by default */
}

/* Show controls for the active slide */
input[type="radio"]:checked + .slide-container .carousel-controls label {
    display: block; /* Show controls for the checked slide */
}

/* Style for navigation radio buttons */
.nav-buttons {
    text-align: center; /* Center the buttons */
    margin-top: 10px; /* Space above the buttons */
}

.nav-button {
    display: inline-block;
    width: 20px; /* Width of the button */
    height: 20px; /* Height of the button */
    border-radius: 50%; /* Rounded button */
    background-color: #fff; /* Default background color */
    margin: 0 5px; /* Spacing between buttons */
    cursor: pointer; /* Change cursor on hover */
    transition: background-color 0.3s; /* Smooth transition */
}

input[type="radio"]:checked + .nav-button {
    background-color: #333; /* Change background color when checked */
}

.columnhome {
    display: grid;
    flex-direction: row;
    overflow-x: hidden;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 20px; /* Gap between items */
    text-align: center; /* Center align the text */
    margin: 40px auto;
    max-width: 1200px;
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .feature img {
        width: 80px;
        height: 70px;
        margin-bottom: 10px;
    }

    .feature p {
        font-size: 16px;
        color: #333;
    }

.containerimg {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */
    gap: 20px; /* Adds space between elements */
    width: 90%; /* Responsive width */
    max-width: 1200px; /* Prevents it from being too wide */
    margin: 0 auto; /* Centers the container */
    border-radius: 15px;
}

/* Left part with image */
.partimg {
    flex: 1; /* Takes up equal space with .part */
    min-width: 300px; /* Prevent it from becoming too small */
    max-width: 48%; /* Prevents it from taking too much space */
    display: flex;
    justify-content: center;
    align-items: center;
}
.partimg, .part {
    flex: 1 1 5%; /* Each part takes 45% width, allowing them to be side by side */
    max-width: 400px; /* Optional max width */
    box-sizing: border-box; /* Include padding and border in width */
    text-align: center;
}

.text-contain{
    position: relative; /* Ensure the text stays above */
    z-index: 2; /* Make sure text is above the image */
    padding: 10px 0; /* Add spacing */
    background-color: #ffffff; /* Optional: Add a white background for contrast */
    text-align: center; /* Center-align the text */
    margin-top:auto;
    font-size: 30px;
}

    .text-contain h4 {
        font-size: 1.8rem; /* Adjust text size */
        margin: 0; /* Remove default margins */
        text-align: center; /* Center align text */
    }

/* Image container */
.image-container1 {
    background-image: url('/static/image/newsback.JPG');
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    overflow: hidden;
}
/* Right part (table and image) */
.part {
    flex: 1;
    min-width: 300px;
    max-width: 48%;
}

/* Inner images */
.inner-images,
.inner-image {
    width: 80%; /* Scale to container width */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove inline spacing issues */
    border-radius: 15px;
    object-fit: cover; /* Ensures images fit without distortion */
}

/* Typography for text */


.inner-image1 {
    width: 100%;
    height: auto;
}

.carousel-item {
    height: 800px;
}

.carousel-inner img {
    width: 90px;
    height: auto;
    object-fit: cover;
}

.hero-background {
    background-image: url('/static/image/newsback.PNG');
    margin-top: 200px;
    margin-left: 70px;
    margin-right: 70px;
    width: 800px;
    background-size: cover;
    background-position: center;
    padding: 20px;
    border-radius: 15px;
    height: 800px;
}

@media (max-width: 1200px) {
    .containerimg {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: center; /* Center align for better aesthetics */
    }
    .hero-background {
        /* Adjust styles for smaller screens if needed */
        width: 100%; /* Example adjustment */
        height: auto; /* Or a fixed height */
    }
}

.responsive-grid {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

    .responsive-grid th, .responsive-grid td {
        padding: 10px;
        border: 1px solid #ddd;
    }

@media (max-width: 767px) {
    .responsive-grid th, .responsive-grid td {
        padding: 5px;
    }
}

.btndetail {
    transition: background-color 0.3s ease;
    display: inline-flex; /* Ensure buttons align properly */
    align-items: center; /* Center text vertically */
}

    .btndetail:hover {
        background-color: #e67e22; /* Darker shade for hover */
    }

.cart-plus-minus {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .get-in-touch-wrap {
        margin-left: 10px;
        margin-right: 10px;
    }

    input, textarea {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
}

input, textarea {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

button.submit {
    background-color: #007bff; /* Change as needed */
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    button.submit:hover {
        background-color: #0056b3; /* Change as needed */
    }

@media (max-width: 767px) {
    .container {
        padding: 10px;
    }

    .columnhome {
        flex-direction: column; /* Stack elements vertically on small screens */
    }

    h3 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
    }
}


@media (max-width: 768px) {
    .containerimg {
        flex-direction: column; /* Stack items vertically */
    }

    .partimg,
    .part {
        flex: none; /* Reset flex-grow */
        width: 100%; /* Full width for each part */
        margin-bottom: 20px; /* Add spacing between parts */
    }

    h4 {
        font-size: 1.2rem; /* Adjust font size */
    }

    .inner-box {
        padding: 15px; /* Reduce padding */
    }
}

/* Extra small screens (e.g., mobile) */
@media (max-width: 480px) {
    h4 {
        font-size: 1rem; /* Further adjust font size */
    }
}


@media (max-width: 768px) {
    .columnhome {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: center; /* Center align for better aesthetics */
    }

    .part {
        padding-left: 0; /* Remove padding for smaller screens */
        margin: 10px 0; /* Add some margin between stacked items */
    }

    p {
        font-size: 24px; /* Slightly smaller font for better readability */
    }
}

.contact-form {
    padding: 20px; /* Add padding around the form */
}

    .contact-form input,
    .contact-form textarea {
        width: 100%; /* Full width */
        margin-bottom: 20px; /* Space below each input */
        padding: 10px; /* Padding for better touch targets */
        border: 1px solid #ccc; /* Border for inputs */
        border-radius: 5px; /* Rounded corners */
        box-sizing: border-box; /* Include padding in width */
    }

    .contact-form textarea {
        min-height: 80px; /* Minimum height for textarea */
    }

    .contact-form button {
        background-color: #007BFF; /* Button background color */
        color: white; /* Button text color */
        border: none; /* Remove default border */
        padding: 10px 20px; /* Button padding */
        border-radius: 5px; /* Rounded corners for button */
        cursor: pointer; /* Pointer cursor on hover */
    }

    .contact-form textarea:focus {
        background: #f7f7f7; /* Ensure background stays the same */
        border: 2px solid #007BFF; /* Change border color on focus */
        outline: none; /* Remove default outline */
    }
/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-form {
        padding: 10px; /* Less padding on smaller screens */
    }

        .contact-form input,
        .contact-form textarea {
            padding: 12px; /* Adjust padding */
        }

        .contact-form button {
            width: 100%; /* Full width for button */
        }
}

@media (max-width: 1024px) {
    .contact-form textarea {
        min-height: 80px; /* Increase height on medium screens */
        padding: 12px 15px; /* Adjust padding */
    }
}



@media (max-width: 480px) {
    .contact-form textarea {
        min-height: 120px; /* Even larger height for very small screens */
        padding: 20px; /* Increased padding */
    }
}

.container {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* Flexbox Layout for Stats */
.stats {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
    gap: 20px;
}

.stat-item {
    font-size: 30px;
    color: black;
}

.highlight {
    color: blue;
    font-size: 1.5em;
}

.subtext {
    font-family: "Open Sans", sans-serif;
}

.icon {
    width: 60px;
    height: auto;
}

/* Flexbox Layout for Partner Logos */
.partners {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.partner-logo {
    max-width: 200px;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

    .partner-logo:hover {
        transform: scale(1.1);
    }

/* Responsive Adjustments */
@media (max-width: 768px) {
    .stat-item {
        font-size: 25px;
    }

    .highlight {
        font-size: 1.2em;
    }

    .partner-logo {
        max-width: 80px;
    }
}

@media (max-width: 600px) {
    .containerimg {
        flex-direction: column; /* Stack items vertically on smaller screens */
        align-items: center; /* Center align for better aesthetics */
    }
    .stats {
        flex-direction: column;
        align-items: center;
    }

    .partner-logo {
        max-width: 60px;
    }
}

.columnhome {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.part {
    flex: 1;
}

.carousel-container {
    max-width: 700px;
    width: 100%;
}

.text-container {
    padding-left: 40px;
    color: white;
    font-size: 30px;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .text-container {
        padding-left: 20px;
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .columnhome {
        flex-direction: column;
        text-align: center;
    }

    .text-container {
        padding: 0;
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .text-container {
        font-size: 1em;
    }

    .carousel-container {
        max-width: 100%;
    }
}

/* Ensure all input fields have a white background */
.contact-form input {
    background-color: #ffffff !important; /* Force white */
    border: 1px solid #ccc; /* Optional: Add a border */
    color: #000;
    height: 60px;
    padding: 2px 20px;
    margin-bottom: 30px;
    position: relative;
    transition: background-color 0s !important; /* Prevent transition glitches */
}

    /* Prevent transparency when clicking or focusing */
    .contact-form input:focus {
        background-color: #ffffff !important;
        outline: none;
        box-shadow: none;
    }

    /* Override browser autofill styles */
    .contact-form input:-webkit-autofill,
    .contact-form input:-webkit-autofill:hover,
    .contact-form input:-webkit-autofill:focus,
    .contact-form input:-webkit-autofill:active {
        background-color: #ffffff !important;
        -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
        color: #000 !important;
        transition: background-color 0s !important; /* Prevent color change delay */
    }

    /* Ensure white background in all browsers */
    .contact-form input:-internal-autofill-selected {
        background-color: #ffffff !important;
    }
