/* ========== About Us ========== */
    border-radius: 4px
}

.about-us .content-left .video {
    position: absolute;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #008AF7;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 25px;
    padding-left: 3px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.about-us .content-left .video:hover {
    color: #fff;
    background-color: #008AF7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.about-us .content-left .video:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 2s linear infinite;
    animation: pulse-border-2 2s linear infinite
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}

@-webkit-keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.about-us .content-right {
    padding-left: 40px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .about-us .content-right {
        padding: 0;
        margin-top: 30px
    }
}

.about-us .content-right h2 {
    display: block;
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-us .content-right h2 {
        font-size: 28px;
        line-height: 38px
    }
}

@media(max-width:767px) {
    .about-us .content-right h2 {
        font-size: 22px;
        line-height: 35px
    }
}

.about-us .content-right h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 8px;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600
}

.about-us .content-right p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px
}

.about-us .content-right p:last-child {
    margin: 0
}

.faq {
    padding-bottom: 80px;
    background-color: #f9f9f9
}

/* ========== FAQ / Accordion ========== */

.faq .section-title {
    margin-bottom: 60px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .faq .section-title {
        margin-bottom: 40px
    }
}

@media(max-width:767px) {
    .faq .section-title {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .faq {
        padding-bottom: 40px
    }
}

@media(max-width:767px) {
    .faq {
        padding-bottom: 30px
    }
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-right: 40px
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.accordion-item .accordion-button {
    border-radius: 4px;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block;
    overflow: hidden;
    border: none;
    padding: 15px 25px;
    padding-right: 40px;
    background-color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .accordion-item .accordion-button {
        padding: 18px 20px;
        padding-right: 40px
    }
}

@media(max-width:767px) {
    .accordion-item .accordion-button {
        padding: 15px 20px;
        padding-right: 40px
    }
}

.accordion-item .accordion-button .title {
    font-size: 14px;
    position: relative;
    font-weight: 600;
    float: left;
    line-height: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .accordion-item .accordion-button .title {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .accordion-item .accordion-button .title {
        font-size: 14px
    }
}

.accordion-item .accordion-button i {
    font-size: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #008AF7;
    border-radius: 4px 4px 0 0
}

.accordion-button:not(.collapsed) i::before {
    content: "\eb2e";
    font-family: lineIcons
}

.accordion-button::after {
    display: none
}

.accordion-collapse {
    border: none
}

.accordion-body {
    border-radius: 0 0 4px 4px;
    padding: 25px;
    background-color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .accordion-body {
        padding: 30px
    }
}

@media(max-width:767px) {
    .accordion-body {
        padding: 20px
    }
}

.accordion-body p {
    margin: 0;
    margin-bottom: 20px;
    color: #777
}

.accordion-body p:last-child {
    margin: 0
}

.accordion-item {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 20px #00000007;
    box-shadow: 0 0 20px #00000007;
    border-radius: 4px
}

.accordion-item:last-child {

/* ========== Blog ========== */
    margin: 0
}

.blog-section {
    background-color: #fff
}

.blog-section .section-title {
    margin-bottom: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-section .section-title {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .blog-section .section-title {
        margin-bottom: 20px
    }
}

.blog-section .single-blog {
    margin-top: 30px;
    overflow: hidden!important;
    -webkit-box-shadow: 0 0 20px #00000012;
    box-shadow: 0 0 20px #00000012;
    padding: 8px;
    background: #fff;
    border-radius: 4px
}

.blog-section .single-blog .blog-img {
    overflow: hidden
}

.blog-section .single-blog .blog-img a {
    width: 100%
}

.blog-section .single-blog .blog-img img {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.blog-section .single-blog:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-section .single-blog .blog-content {
    padding: 20px
}

.blog-section .single-blog .blog-content .category {
    font-size: 14px;
    color: #888;
    display: inline-block;
    font-weight: 500
}

.blog-section .single-blog .blog-content h4 {
    display: block;
    margin-top: 10px;
    line-height: 28px
}

.blog-section .single-blog .blog-content h4 a {
    font-size: 19px;
    color: #081828;
    display: inline-block;
    font-weight: 700
}

.blog-section .single-blog .blog-content h4 a:hover {
    color: #008AF7
}

.blog-section .single-blog .blog-content p {
    display: block;
    margin-top: 20px
}

.blog-section .single-blog .blog-content .button {
    margin-top: 25px
}

.blog-section .single-blog .blog-content .button .btn {
    background-color: transparent;
    border: 1px solid #dfdfdf;
    color: #081828
}

.blog-section .single-blog .blog-content .button .btn:hover {
    background-color: #008AF7;
    color: #fff;
    border-color: transparent
}

.blog-list {
    background: #f9f9f9
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .blog-list .pagination {
        margin-top: 20px
    }
}

.blog-list .single-blog {
    margin: 0
}

.blog-list .single-blog {
    margin-bottom: 30px
}

.blog-single {
    background: #f9f9f9
}

.blog-single .single-inner .main-content-head {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden
}

.blog-single .meta-information {
    background-color: #fff;
    padding: 20px 40px
}

@media(max-width:767px) {
    .blog-single .meta-information {
        padding: 12px 25px
    }
}

.blog-single .meta-info {
    margin-top: 5px
}

.blog-single .meta-info li {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative
}

@media(max-width:767px) {
    .blog-single .meta-info li {
        margin-bottom: 5px;
        margin-right: 10px
    }
}

.blog-single .meta-info li:last-child {
    margin: 0;
    padding: 0
}

.blog-single .meta-info li a {
    color: #888;
    font-size: 14px;
    font-weight: 500
}

.blog-single .meta-info li a i {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px
}

.blog-single .meta-info li a:hover {
    color: #008AF7
}

.blog-single .post-thumbnils {
    position: relative;
    overflow: hidden;
    border-radius: 0
}

.blog-single .post-thumbnils img {
    width: 100%
}

.blog-single .detail-inner {
    background-color: #fff;
    padding: 40px;
    padding-top: 10px
}

@media(max-width:767px) {
    .blog-single .detail-inner {
        padding: 25px;
        padding-top: 10px
    }
}

.blog-single .post-title {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 32px;
    display: inline-block
}

@media(max-width:767px) {
    .blog-single .post-title {
        line-height: 26px
    }
}

.blog-single .post-title a {
    font-size: 22px;
    font-weight: 600;
    display: inline-block
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog-single .post-title a {
        font-size: 20px
    }
}

@media(max-width:767px) {
    .blog-single .post-title a {
        font-size: 18px
    }
}

.blog-single .post-title a:hover {
    color: #008AF7
}

.blog-single p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 26px
}

.blog-single p:first-child {
    margin-top: 0
}

.blog-single h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px
}

.blog-single .list {
    margin: 30px 0
}

.blog-single .list li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px
}

.blog-single .list li:last-child {
    margin-bottom: 0
}

.blog-single .list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
    font-size: 15px;
    color: #008AF7
}

blockquote {
    position: relative;
    color: #fff;
    font-weight: 400;
    clear: both;
    z-index: 1;
    margin: 40px 0;
    text-align: center;
    padding: 45px 40px 35px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px
}

@media(max-width:767px) {
    blockquote {
        padding: 45px 25px 30px
    }
}

blockquote .icon {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px
}

blockquote .icon i {
    font-size: 22px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #008AF7;
    border-radius: 50%;
    display: inline-block
}

@media(max-width:767px) {
    blockquote .icon i {
        margin-bottom: 15px
    }
}

blockquote h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #081828
}

@media(max-width:767px) {
    blockquote h4 {
        font-size: 14px
    }
}

blockquote span {
    font-size: 13px;
    display: block;
    margin-top: 20px;
    color: #888
}

.post-bottom-area {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:767px) {
    .post-bottom-area {
        display: block
    }
}

.post-bottom-area .post-tag ul li {
    display: inline-block;
    margin-right: 10px
}

.post-bottom-area .post-tag ul li:last-child {
    margin: 0
}

.post-bottom-area .post-tag ul li a {
    color: #888
}

.post-bottom-area .post-tag ul li a:hover {
    color: #008AF7
}

@media(max-width:767px) {
    .post-bottom-area .post-social-media {
        margin-top: 20px
    }
}

.post-bottom-area .post-social-media .share-title {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    color: #888
}

.post-bottom-area .post-social-media ul {
    display: inline-block;
    margin-left: 10px
}

.post-bottom-area .post-social-media ul li {
    display: inline-block;
    margin-right: 15px
}

.post-bottom-area .post-social-media ul li a {
    font-size: 16px;
    color: #999;
    position: relative
}

.post-bottom-area .post-social-media ul li a:hover {
    color: #008AF7
}

.post-bottom-area .post-social-media ul li a span {
    background-color: #008AF7;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.post-bottom-area .post-social-media ul li a span::before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    border: 5px solid #008AF7;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent
}

.post-bottom-area .post-social-media ul li a:hover span {
    opacity: 1;
    visibility: visible;
    top: -35px
}

.post-comments {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee
}

.comment-title {
    font-size: 17px!important;
    font-weight: 600!important;
    margin-bottom: 30px!important;
    position: relative;
    z-index: 1;
    text-transform: capitalize
}

.post-comments .comments-list li {
    padding: 30px;
    padding-left: 130px;
    position: relative;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #eee
}

@media(max-width:767px) {
    .post-comments .comments-list li {
        padding-left: 0;
        padding: 25px
    }
}

.post-comments .comments-list li .comment-img {
    position: absolute;
    left: 30px;
    width: 70px;
    height: 70px;
    overflow: hidden
}

@media(max-width:767px) {
    .post-comments .comments-list li .comment-img {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 12px
    }
}

.post-comments .comments-list li .comment-img img {
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%
}

.post-comments .comments-list li .comment-desc .desc-top {
    margin-bottom: 20px;
    position: relative;
    display: block
}

.post-comments .comments-list li .comment-desc .desc-top h6 {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500
}

.post-comments .comments-list li .comment-desc .desc-top span.date {
    font-size: 14px;
    font-weight: 400
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    z-index: 2;
    background-color: transparent;
    border-radius: 5px;
    color: #888
}

@media(max-width:767px) {
    .post-comments .comments-list li .comment-desc .desc-top .reply-link {
        position: relative;
        display: block;
        margin-top: 15px
    }
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
    color: #008AF7
}

.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 1px
}

.post-comments .comments-list li .comment-desc p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px
}

.post-comments .comments-list li.children {
    margin-left: 130px
}

@media(max-width:767px) {
    .post-comments .comments-list li.children {
        margin: 0
    }
}

.post-comments .comments-list li:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee
}

.comment-form {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee
}

.comment-reply-title {
    font-size: 17px!important;
    font-weight: 600!important;
    margin-bottom: 30px!important;
    position: relative;
    z-index: 1;
    text-transform: capitalize
}

.comment-form form .form-box {
    position: relative
}

.comment-form form .form-box .icon {
    position: absolute;
    top: 17px;
    right: 25px;
    font-size: 16px
}

.comment-form form .form-box .form-control-custom {
    border: none;
    background: #fff;
    font-size: 14px;
    color: #081828;
    padding: 0 25px;
    font-weight: 500;
    height: 50px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px
}

.comment-form form .form-box .form-control-custom:focus {
    border-color: #008AF7
}

.comment-form form .form-box textarea.form-control-custom {
    height: 200px;
    padding: 25px
}

.comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.comment-form form .form-box .form-control-custom:-ms-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.comment-form form .form-box .form-control-custom::-ms-input-placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.comment-form form .form-box .form-control-custom::placeholder {
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.sidebar .widget {
    padding: 35px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    overflow: hidden
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {

/* ========== Team ========== */
}

.team .single-team {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 35px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.team .single-team:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .123);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .123)
}

.team .single-team .image img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 1px solid #eee;
    display: inline-block;
    padding: 5px
}

.team .single-team .content {
    margin-top: 20px
}

.team .single-team .content h3 {
    color: #777;
    font-size: 16px
}

.team .single-team .content h5 {
    font-size: 13px;
    margin-top: 5px;
    color: #888
}

.team .single-team .content .social {
    margin-top: 20px
}

.team .single-team .content .social li {
    display: inline-block;
    margin-right: 4px
}

.team .single-team .content .social li:last-child {
    margin: 0
}

.team .single-team .content .social li a {
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #eee;
    color: #444;
    border-radius: 50%;
    font-size: 14px
}

.team .single-team .content .social li a:hover {
    border-color: transparent;
    color: #fff;
    background-color: #008AF7
}

/* ========== Item Details (Product Page) ========== */

.item-details {
    background-color: #f9f9f9
}

.item-details .top-area {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px
}

.item-details .product-images img {
    width: 100%;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px
}

.item-details .product-images .images {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1em 1em;
    margin-top: 1em
}

@media(max-width:767px) {
    .item-details .product-images .images {
        grid-template-columns: repeat(3, 1fr)
    }
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.item-details .product-images .fade-in {
    -webkit-animation: fadeIn .5s ease-in 1 forwards;
    animation: fadeIn .5s ease-in 1 forwards
}

.item-details .product-info {
    padding-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .item-details .product-info {
        padding: 0;
        margin-top: 30px
    }
}

.item-details .product-info .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px
}

@media(max-width:767px) {
    .item-details .product-info .title {
        font-size: 18px
    }
}

.item-details .product-info .category {
    display: block;
    margin-bottom: 15px
}

.item-details .product-info .category i {
    display: inline-block;
    margin-right: 5px;
    color: #888
}

.item-details .product-info .category a {
    color: #888;
    font-weight: 400;
    display: inline-block;
    margin-left: 5px
}

.item-details .product-info .category a:hover {
    color: #008AF7
}

.item-details .product-info .price {
    color: #081828;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

@media(max-width:767px) {
    .item-details .product-info .price {
        font-size: 20px
    }
}

.item-details .product-info .price span {
    display: inline-block;
    margin-left: 15px;
    color: #888;
    text-decoration: line-through;
    font-size: 23px;
    font-weight: 500
}

@media(max-width:767px) {
    .item-details .product-info .price span {
        font-size: 20px
    }
}

.item-details .product-info .info-text {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.item-details .product-info .form-group {
    margin-top: 20px
}

.item-details .product-info .form-group.color-option .title-label {
    display: block!important
}

.item-details .product-info .form-group.color-option .single-checkbox {
    margin-top: 8px;
    display: inline-block;
    margin-right: 5px
}

.item-details .product-info .form-group.color-option .single-checkbox:last-child {
    margin-right: 0
}

.item-details .product-info .form-group.color-option .single-checkbox label {
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    bottom: -2px
}

.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox] {
    display: none
}

.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]+label span {
    border-color: #008AF7;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 5px -3px 0;
    border: 1px solid #d5d5d5
}

.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]+label span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    font-size: 10px;
    line-height: 1.2;
    background-color: #008AF7;
    font-family: lineicons;
    content: "\ea5b";
    padding-left: 0;
    padding-top: 3px;
    border-radius: 50%;
    margin-top: -9px;
    margin-left: -9px;
    text-align: center
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-1 input[type=checkbox]+label span {
    border: 2px solid #081828
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-1 input[type=checkbox]+label span::before {
    background-color: #081828
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-2 input[type=checkbox]+label span {
    border: 2px solid #008AF7
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-2 input[type=checkbox]+label span::before {
    background-color: #008AF7
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-3 input[type=checkbox]+label span {
    border: 2px solid #ca0f05
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-3 input[type=checkbox]+label span::before {
    background-color: #ca0f05
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-4 input[type=checkbox]+label span {
    border: 2px solid #029c07
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-4 input[type=checkbox]+label span::before {
    background-color: #029c07
}

.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]:checked+label span {
    border-color: transparent
}

.item-details .product-info .form-group.color-option .single-checkbox input[type=checkbox]:checked+label span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 50%;
    color: #fff
}

.item-details .product-info .form-group input:focus {
    outline: 0
}

.item-details .product-info .form-group select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.item-details .product-info .form-group label {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500
}

.item-details .product-info .form-group select.form-control {
    padding-right: 38px;
    padding-left: 15px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 10px 10px
}

.item-details .product-info .form-group select.form-control:not([size]):not([multiple]) {
    height: 46px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e1e1e1
}

.item-details .product-info .quantity .inner-content {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item-details .product-info .quantity .inner-content input.text {
    width: 60px;
    height: 46px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    font-weight: 500;
    border-right: none;
    border-left: none
}

.item-details .product-info .quantity .inner-content input.button {
    width: 35px;
    height: 46px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    font-size: 17px;
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.item-details .product-info .quantity .inner-content input.button.first {
    border-radius: 4px 0 0 4px;
    overflow: hidden
}

.item-details .product-info .quantity .inner-content input.button.last {
    border-radius: 0 4px 4px 0;
    overflow: hidden
}

.item-details .product-info .quantity .inner-content input.button:hover {
    background-color: #008AF7;
    border-color: transparent;
    color: #fff
}

.item-details .product-info .cart-button {
    width: 100%
}

.item-details .product-info .cart-button .btn {
    width: 100%;
    height: 46px;
    padding: 0
}

.item-details .product-info .wish-button {
    display: inline-block;
    width: 100%
}

@media(max-width:767px) {
    .item-details .product-info .wish-button {
        margin-top: 12px
    }
}

.item-details .product-info .wish-button .btn {
    display: inline-block;
    margin-right: 7px;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #555;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    height: 46px;
    width: 100%
}

.item-details .product-info .wish-button .btn:hover {
    color: #fff;
    background-color: #008AF7;
    border-color: transparent
}

.item-details .product-info .wish-button .btn:last-child {
    margin: 0
}

.item-details .product-info .wish-button .btn i {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.item-details .product-info .list-info {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 30px
}

.item-details .product-info .list-info h4 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px
}

.item-details .product-info .list-info ul li {
    display: block;
    margin-bottom: 6px
}

.item-details .product-info .list-info ul li:last-child {
    margin: 0
}

.item-details .product-info .list-info ul li span {
    display: inline-block;
    font-weight: 500;
    min-width: 100px
}

.item-details .product-info .bottom-content {
    margin-top: 20px
}

.item-details .product-info .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: -5px
}

@media(max-width:767px) {
    .item-details .product-info .social-share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px
    }
}

.item-details .product-info .social-share h4 {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    display: inline-block;
    margin-right: 13px;
    position: relative;
    top: 11px
}

.item-details .product-info .social-share ul {
    display: inline-block;
    float: right
}

@media(max-width:767px) {
    .item-details .product-info .social-share ul {
        float: none
    }
}

.item-details .product-info .social-share ul li {
    display: inline-block;
    margin-right: 2px;
    margin-top: 5px
}

.item-details .product-info .social-share ul li:last-child {
    margin-right: 0
}

.item-details .product-info .social-share ul li a {
    height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    border-radius: 4px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #008AF7;
    line-height: 30px;
    font-size: 12px
}

.item-details .product-info .social-share ul li a.facebook {
    color: #3b5999
}

.item-details .product-info .social-share ul li a.facebook:hover {
    border-color: transparent;
    background-color: #3b5999;
    color: #fff
}

.item-details .product-info .social-share ul li a.twitter {
    color: #55acee
}

.item-details .product-info .social-share ul li a.twitter:hover {
    border-color: transparent;
    background-color: #55acee;
    color: #fff
}

.item-details .product-info .social-share ul li a.google {
    color: #dd4b39
}

.item-details .product-info .social-share ul li a.google:hover {
    border-color: transparent;
    background-color: #dd4b39;
    color: #fff
}

.item-details .product-info .social-share ul li a.linkedin {
    color: #0077b5
}

.item-details .product-info .social-share ul li a.linkedin:hover {
    border-color: transparent;
    background-color: #0077b5;
    color: #fff
}

.item-details .product-info .social-share ul li a.pinterest {
    color: #bd081c
}

.item-details .product-info .social-share ul li a.pinterest:hover {
    border-color: transparent;
    background-color: #bd081c;
    color: #fff
}

.product-details-info .single-block {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-top: 30px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .product-details-info .info-body.custom-responsive-margin {
        margin-bottom: 30px
    }
}

.product-details-info .info-body h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}

.product-details-info .info-body p {
    margin: 20px 0
}

.product-details-info .info-body .features li {
    display: block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px
}

.product-details-info .info-body .features li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    height: 6px;
    width: 6px;
    background-color: #008AF7;
    border-radius: 6px
}

.product-details-info .info-body .features li:last-child {
    margin: 0
}

.product-details-info .info-body .normal-list {
    margin-bottom: 30px
}

.product-details-info .info-body .normal-list:last-child {
    margin-bottom: 0
}

.product-details-info .info-body .normal-list li {
    display: block;
    margin-bottom: 12px;
    position: relative
}

.product-details-info .info-body .normal-list li span {
    font-weight: 500;
    color: #555
}

.product-details-info .info-body .normal-list li:last-child {
    margin: 0
}

.product-details-info .give-review h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px
}

.product-details-info .give-review ul li {
    display: block;
    margin-bottom: 12px
}

.product-details-info .give-review ul li span {
    color: #666;
    display: inline-block;
    margin-right: 8px;
    min-width: 80px
}

.product-details-info .give-review ul li i {
    display: inline-block;
    color: #ffa000;
    font-size: 14px
}

.product-details-info .give-review .review-btn {
    margin-top: 30px;
    padding: 12px 30px;
    width: 100%;
    background-color: #ffa000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.product-details-info .give-review .review-btn:hover {
    color: #fff;
    background-color: #081828
}

.product-details-info .reviews .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px
}

.product-details-info .reviews .single-review {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .product-details-info .reviews .single-review {
        padding-left: 60px
    }
}

.product-details-info .reviews .single-review:last-child {
    margin-bottom: 0
}

.product-details-info .reviews .single-review img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

@media(max-width:767px) {
    .product-details-info .reviews .single-review img {
        height: 40px;
        width: 40px
    }
}

.product-details-info .reviews .single-review .review-info {
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 25px
}

@media(max-width:767px) {
    .product-details-info .reviews .single-review .review-info {
        padding: 20px
    }
}

.product-details-info .reviews .single-review .review-info::before {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
    margin-top: 9px;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #e5e5e5
}

@media(max-width:767px) {
    .product-details-info .reviews .single-review .review-info::before {
        top: 5px
    }
}

.product-details-info .reviews .single-review .review-info::after {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
    margin-top: 10px;
    border-width: 9px;
    border-color: transparent;
    border-right-color: #fff
}

@media(max-width:767px) {
    .product-details-info .reviews .single-review .review-info::after {
        top: 5px
    }
}

.product-details-info .reviews .single-review .review-info h4 {
    font-size: 16px;
    font-weight: 500
}

@media(max-width:767px) {
    .product-details-info .reviews .single-review .review-info h4 {
        font-size: 14px
    }
}

.product-details-info .reviews .single-review .review-info h4 span {
    font-size: 14px;
    display: block;
    color: #888;
    margin-top: 7px
}

.product-details-info .reviews .single-review .review-info .stars {
    margin-top: 8px
}

.product-details-info .reviews .single-review .review-info .stars li {
    display: inline-block;
    color: #ffa000;
    font-size: 14px
}

.product-details-info .reviews .single-review .review-info p {
    margin-top: 15px
}

.review-modal .modal-dialog {
    max-width: 600px
}

.review-modal .modal-header {
    padding: 25px
}

.review-modal .modal-header h5 {
    font-size: 20px;
    font-weight: 500
}

.review-modal .modal-body {
    padding: 25px
}

.review-modal .modal-body .form-group {
    margin-bottom: 15px
}

.review-modal .modal-body .form-group label {
    color: #888;
    font-size: 13px;
    margin-bottom: 5px;
    display: block
}

.review-modal .modal-body .form-group input {
    height: 45px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;

/* ========== Shop Grid & Product Sidebar ========== */
    padding: 0 18px;
    font-size: 14px;
    max-width: 400px;
}

.review-modal .modal-body .form-group select {
    padding-right: 38px;
    padding-left: 15px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    font-size: 14px;
    font-weight: 500
}

.review-modal .modal-body .form-group select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.review-modal .modal-body .form-group select {
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #e1e1e1
}

.review-modal .modal-body .form-group select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.review-modal .modal-body .form-group textarea {
    padding: 18px;
    font-size: 14px
}

.review-modal .modal-footer {
    padding: 25px
}

.product-grids {
    background-color: #f9f9f9
}

.product-grids .product-grid-topbar {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    padding-right: 15px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .product-grids .product-grid-topbar {
        margin-top: 30px
    }
}

.product-grids .product-grid-topbar .product-sorting label {
    display: inline-block;
    margin: 0;
    padding: 8px 5px 8px 0;
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.product-grids .product-grid-topbar .product-sorting .form-control {
    width: 100%;
    max-width: 186px;
    margin-right: 10px;
    display: inline-block
}

.product-grids .product-grid-topbar .product-sorting select.form-control:not([size]):not([multiple]) {
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #eee;
    padding-right: 38px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 10px 10px
}

.product-grids .product-grid-topbar .product-sorting select.form-control:not([size]):not([multiple]):focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-grids .product-grid-topbar .product-sorting .total-show-product {
    display: inline-block;
    color: #888;
    font-weight: 400;
    font-size: 14px
}

@media(max-width:767px) {
    .product-grids .product-grid-topbar .product-sorting .total-show-product {
        display: block;
        margin-top: 15px
    }
}

.product-grids .product-grid-topbar .nav {
    border: none;
    float: right
}

@media(max-width:767px) {
    .product-grids .product-grid-topbar .nav {
        float: none;
        text-align: left;
        margin-top: 20px
    }
}

.product-grids .product-grid-topbar .nav button {
    border: none;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-right: 6px;
    font-size: 16px
}

.product-grids .product-grid-topbar .nav button.active {
    background-color: #008AF7;
    border-color: transparent;
    color: #fff
}

.product-grids .product-grid-topbar .nav button:last-child {
    margin: 0
}

.product-sidebar .single-widget {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 30px
}

.product-sidebar .single-widget:last-child {
    margin-bottom: 0
}

.product-sidebar .single-widget h3 {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #232323;
    font-size: 15px;
    font-weight: 500
}

.product-sidebar .single-widget.search form {
    position: relative
}

.product-sidebar .single-widget.search form input {
    height: 50px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    color: #081828;
    padding: 0 15px;
    padding-right: 50px
}

.product-sidebar .single-widget.search form button {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 16px
}

.product-sidebar .single-widget.search form button:hover {
    color: #008AF7
}

.product-sidebar .single-widget.range input {
    color: #081828;
    cursor: pointer
}

.product-sidebar .single-widget.range ::-webkit-input-placeholder {
    color: #081828;
    opacity: 1
}

.product-sidebar .single-widget.range :-ms-input-placeholder {
    color: #081828;
    opacity: 1
}

.product-sidebar .single-widget.range ::-ms-input-placeholder {
    color: #081828;
    opacity: 1
}

.product-sidebar .single-widget.range ::placeholder {
    color: #081828;
    opacity: 1
}

.product-sidebar .single-widget.range :-ms-input-placeholder {
    color: #081828
}

.product-sidebar .single-widget.range ::-ms-input-placeholder {
    color: #081828
}

.product-sidebar .single-widget.range .range-inner {
    position: relative;
    padding-left: 15px
}

.product-sidebar .single-widget.range label {
    color: #081828;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px
}

.product-sidebar .single-widget.range #rangePrimary {
    display: inline-block;
    border: none
}

.product-sidebar .single-widget.range input[type=range]::-webkit-slider-thumb {
    background: #008AF7!important
}

.product-sidebar .single-widget.range input[type=range]::-moz-range-thumb {
    background: #008AF7!important
}

.product-sidebar .single-widget.range input[type=range]::-ms-thumb {
    background: #008AF7!important
}

.product-sidebar .single-widget.condition .form-check {
    display: block;
    margin-bottom: 10px
}

.product-sidebar .single-widget.condition .form-check:last-child {
    margin: 0
}

.product-sidebar .single-widget.condition .form-check-label {
    cursor: pointer
}

.product-sidebar .single-widget.condition .form-check-input {
    cursor: pointer;
    margin-top: 4px
}

.product-sidebar .single-widget.condition .form-check-input:checked {
    background-color: #008AF7;
    border-color: #008AF7
}

.product-sidebar .single-widget .list li {
    margin-bottom: 12px
}

.product-sidebar .single-widget .list li:last-child {
    margin: 0
}

.product-sidebar .single-widget .list li a {
    color: #666;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    margin-right: 3px
}

.product-sidebar .single-widget .list li a:hover {
    color: #008AF7
}

.product-sidebar .single-widget .list li span {
    display: inline-block;
    font-weight: 400;
    font-size: 14px
}

.product-sidebar .single-widget.banner a img {
    width: 100%
}

.cart-list-head {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee
}

/* ========== Cart ========== */

.cart-list-title {
    background-color: #fff;
    padding: 18px 20px;
    border-bottom: 1px solid #eee
}

@media(max-width:767px) {
    .cart-list-title {
        text-align: center
    }
}

.cart-list-title p {
    color: #081828;
    font-weight: 500;
    font-size: 14px
}

@media(max-width:767px) {
    .cart-list-title p {
        padding: 2px 0
    }
}

@media(max-width:767px) {
    .cart-single-list {
        text-align: center
    }
}

@media(max-width:767px) {
    .cart-single-list a img {
        width: 50%;
        margin-bottom: 10px
    }
}

.cart-single-list .remove-item {
    color: #fff;
    background-color: #f44336;
    font-size: 8px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center
}

@media(max-width:767px) {
    .cart-single-list .remove-item {
        margin-top: 5px
    }
}

.cart-single-list .remove-item:hover {
    color: #fff;
    background-color: #081828
}

.cart-single-list .product-name {
    line-height: 22px
}

.cart-single-list .product-name a {
    font-size: 14px;
    color: #333;
    font-weight: 500
}

.cart-single-list .product-des {
    display: block
}

.cart-single-list .product-des span {
    font-size: 13px;
    font-weight: 500;
    display: block
}

.cart-single-list .product-des span em {
    font-style: normal;
    color: #555
}

.cart-single-list {
    padding: 30px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.cart-single-list:last-child {
    border: none!important;
    border-radius: 0 0 4px 4px
}

.cart-single-list a:hover {
    color: #008AF7
}

.shopping-cart {
    background-color: #f9f9f9
}

.shopping-cart .total-amount .right ul li {
    font-size: 14px;
    font-weight: 500;
    color: #081828;
    margin-bottom: 12px
}

.shopping-cart .total-amount .right ul li span {
    display: inline-block;
    float: right
}

.shopping-cart .total-amount .coupon {
    padding: 40px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 40px;
    display: inline-block
}

@media(max-width:767px) {
    .shopping-cart .total-amount .coupon {
        width: 100%;
        padding: 30px;
        margin-top: 30px
    }
}

.shopping-cart .total-amount .coupon input {
    width: 300px;
    height: 46px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 4px;
    color: #333;
    padding: 0 20px;
    display: inline-block
}

@media(max-width:767px) {
    .shopping-cart .total-amount .coupon input {
        width: 100%
    }
}

.shopping-cart .total-amount .coupon .button {
    display: inline-block
}

@media(max-width:767px) {
    .shopping-cart .total-amount .coupon .button {
        display: block
    }
}

.shopping-cart .total-amount .coupon button {
    border: none;
    height: 46px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -2px
}

@media(max-width:767px) {
    .shopping-cart .total-amount .coupon button {
        margin: 0;
        margin-top: 10px;
        width: 100%
    }
}

.shopping-cart .total-amount .right {
    padding: 40px;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 40px
}

@media(max-width:767px) {
    .shopping-cart .total-amount .right {
        padding: 30px;
        margin-top: 30px
    }
}

.shopping-cart .total-amount .right .button {
    margin-top: 30px
}

.shopping-cart .total-amount .right .btn {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
    padding: 12px 20px
}

.shopping-cart .total-amount .right .btn:last-child {
    margin: 0
}

@media(max-width:767px) {
    .shopping-cart .count-input {
        padding: 10px 65px
    }
}

@media(max-width:767px) {
    .shopping-cart p {
        padding: 3px 0
    }
}

.shopping-cart select.form-control:not([size]):not([multiple]) {
    height: 46px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    width: 120px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .shopping-cart select.form-control:not([size]):not([multiple]) {
        width: 100%
    }
}

@media(max-width:767px) {
    .shopping-cart select.form-control:not([size]):not([multiple]) {
        width: 100%
    }
}

.shopping-cart select.form-control:not([size]):not([multiple]):focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.shopping-cart select.form-control {
    padding-right: 38px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 10px 10px
}

.shopping-cart .form-control {
    padding: 0 18px;
    -webkit-transition: color .25s, background-color .25s, border-color .25s;
    transition: color .25s, background-color .25s, border-color .25s;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
    color: #505050;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.shopping-cart .form-control:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkout-wrapper {
    background-color: #f9f9f9
}

.checkout-steps-form-style-1 #accordionExample li {
    margin-bottom: 20px

/* ========== Checkout ========== */
}

.checkout-steps-form-style-1 #accordionExample li:last-child {
    margin: 0
}

.checkout-steps-form-style-1 .title {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 4px 4px 0 0;
    padding: 8px 25px;
    color: #008AF7;
    background-color: #fff
}

.checkout-steps-form-style-1 .title.collapsed {
    border-radius: 4px;
    color: #081828
}

.checkout-steps-form-style-1 .title:before {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: lineicons;
    content: "\ea5e";
    font-size: 13px;
    color: #7d7d7d;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.checkout-steps-form-style-1 .checkout-steps-form-content {
    padding: 25px;
    padding-top: 0;
    border: 1px solid #e6e6e6;
    border-top-color: transparent;
    background-color: #fff;
    border-radius: 0 0 4px 4px
}

.checkout-steps-form-style-1 .single-form {
    margin-top: 16px;
    position: relative
}

.checkout-steps-form-style-1 .single-form .form-input {
    position: relative
}

@media(max-width:767px) {
    .checkout-steps-form-style-1 .single-form .form-input {
        margin-bottom: 16px
    }
    .checkout-steps-form-style-1 .single-form .form-input:last-child {
        margin-bottom: 0
    }
}

.checkout-steps-form-style-1 .single-form .form-input textarea,
.checkout-steps-form-style-1 .single-form .form-input input {
    width: 100%;
    height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #e6e6e6
}

.checkout-steps-form-style-1 .single-form .form-input textarea:focus,
.checkout-steps-form-style-1 .single-form .form-input input:focus {
    border-color: #008AF7
}

.checkout-steps-form-style-1 .form-default label {
    color: #888;
    margin-bottom: 8px
}

.checkout-steps-form-style-1 .select-items select.form-control:not([size]):not([multiple]) {
    height: 46px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    width: 100%
}

.checkout-steps-form-style-1 .select-items select.form-control:not([size]):not([multiple]):focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.checkout-steps-form-style-1 .select-items select.form-control {
    padding-right: 38px;
    padding-left: 20px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 10px 10px
}

.checkout-steps-form-style-1 .single-checkbox {
    margin-top: 15px
}

.checkout-steps-form-style-1 .single-checkbox label {
    font-size: 16px;
    margin-bottom: 0;
    position: relative;
    bottom: -2px
}

.checkout-steps-form-style-1 .single-checkbox input[type=checkbox] {
    display: none
}

.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]+label span {
    border-color: #008AF7;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 5px -3px 0;
    border: 1px solid #d5d5d5
}

.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]+label span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    font-size: 10px;
    line-height: 1.2;
    background-color: #008AF7;
    font-family: lineicons;
    content: "\ea5b";
    padding-left: 4px;
    padding-top: 3px;
    border-radius: 4px
}

.checkout-steps-form-style-1 .single-checkbox .single-checkbox input[type=checkbox]+label span {
    width: 20px;
    height: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 5px -3px 0
}

.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]:checked+label span {
    border-color: transparent
}

.checkout-steps-form-style-1 .single-checkbox input[type=checkbox]:checked+label span::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 4px;
    color: #fff
}

.checkout-steps-form-style-1 .single-checkbox p {
    display: inline;
    color: #777;
    padding-left: 5px
}

.checkout-steps-form-style-1 .checkout-payment-option {
    margin-top: 16px
}

.checkout-steps-form-style-1 .heading-6 {
    font-size: 14px;
    line-height: 18px;
    color: #666
}

.checkout-steps-form-style-1 .payment-option-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px
}

.checkout-steps-form-style-1 .single-payment-option {
    width: 25%;
    margin-top: 16px;
    padding: 0 4px
}

@media(max-width:767px) {
    .checkout-steps-form-style-1 .single-payment-option {
        width: 100%
    }
}

.checkout-steps-form-style-1 .single-payment-option label {
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 0;
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    border: 1px solid #eee
}

.checkout-steps-form-style-1 .single-payment-option input[type=radio] {
    display: none
}

.checkout-steps-form-style-1 .single-payment-option input[type=radio]:checked+label {
    border-color: #008AF7;
    background-color: #fff
}

.checkout-steps-form-style-1 .single-payment-option p {
    font-size: 14px;
    font-weight: 400;
    color: #444
}

.checkout-steps-form-style-1 .single-payment-option span {
    display: block
}

.checkout-steps-form-style-1 .single-payment-option .price {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #444;
    margin-top: 4px
}

.checkout-steps-form-style-1 .steps-form-btn {
    margin-top: 30px
}

@media(max-width:767px) {
    .checkout-steps-form-style-1 .steps-form-btn .btn {
        width: 100%;
        margin: 0;
        margin-bottom: 10px
    }
    .checkout-steps-form-style-1 .steps-form-btn .btn:last-child {
        margin-bottom: 0
    }
}

.checkout-steps-form-style-1 .checkout-payment-form .single-form .form-input img {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form {
    display: inline-block
}

.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form .form-input {
    width: 145px
}

.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form.mm-yy .form-input {
    margin-right: 15px
}

.checkout-sidebar-coupon {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 4px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .checkout-sidebar-coupon {
        margin-top: 30px
    }
}

.checkout-sidebar-coupon .single-form {
    position: relative
}

.checkout-sidebar-coupon .single-form .button {
    position: absolute;
    right: 0;
    top: 0
}

.checkout-sidebar-coupon .single-form .button .btn {
    height: 46px
}

.checkout-sidebar-coupon p {
    font-size: 14px;
    line-height: 20px;
    color: #888;
    margin-bottom: 12px
}

.checkout-sidebar-coupon input {
    width: 100%;
    height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding-right: 120px
}

.checkout-sidebar-price-table {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #e6e6e6;
    border-radius: 4px
}

.checkout-sidebar-price-table .sub-total-price .total-price {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0
}

.checkout-sidebar-price-table .price-table-btn {
    margin-top: 20px
}

.checkout-sidebar-price-table .title {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #081828;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6
}

.checkout-sidebar-price-table .total-payable {
    padding: 8px 0;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
    margin-top: 10px
}

.checkout-sidebar-price-table .total-payable .payable-price {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.checkout-sidebar-banner {
    border: 1px solid #e6e6e6;

/* ========== Login / Register ========== */
    border-radius: 4px;
    overflow: hidden
}

.checkout-sidebar-banner a {
    width: 100%
}

.checkout-sidebar-banner a img {
    width: 100%
}

.account-login {
    background-color: #f9f9f9
}

.account-login .login-form {
    padding: 42px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 40px #00000008;
    box-shadow: 0 5px 40px #00000008
}

@media(max-width:767px) {
    .account-login .login-form {
        padding: 30px
    }
}

.account-login .login-form .card-body {
    padding: 0
}

.account-login .login-form .title {
    margin-bottom: 30px
}

.account-login .login-form .title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #081828;
    margin-bottom: 10px
}

.account-login .login-form .social-login .btn {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #eee;
    display: block;
    font-weight: 600
}

.account-login .login-form .social-login .btn i {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px
}

@media(max-width:767px) {
    .account-login .login-form .social-login .btn {
        margin: 6px 0
    }
}

.account-login .login-form .social-login .facebook-btn {
    border-color: #3b5998;
    background-color: transparent;
    color: #3b5998
}

.account-login .login-form .social-login .facebook-btn:hover {
    background-color: #3b5998;
    border-color: transparent;
    color: #fff
}

.account-login .login-form .social-login .twitter-btn {
    border-color: #55acee;
    background-color: transparent;
    color: #55acee
}

.account-login .login-form .social-login .twitter-btn:hover {
    background-color: #55acee;
    border-color: transparent;
    color: #fff
}

.account-login .login-form .social-login .google-btn {
    border-color: #dd4b39;
    background-color: transparent;
    color: #dd4b39
}

.account-login .login-form .social-login .google-btn:hover {
    background-color: #dd4b39;
    border-color: transparent;
    color: #fff
}

.account-login .bottom-content {
    margin-top: 25px
}

.account-login .alt-option {
    margin: 30px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1
}

@media(max-width:767px) {
    .account-login .alt-option {
        margin: 20px 0
    }
}

.account-login .alt-option span {
    font-size: 14px;
    background: #fff;
    color: #888;
    padding: 5px 15px
}

.account-login .alt-option:before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    content: "";
    z-index: -1
}

.account-login .form-group {
    margin-bottom: 15px
}

.account-login .form-group label {
    display: block;
    margin-bottom: 8px;
    width: 100%
}

.account-login .form-group .form-control {
    padding: 0 18px;
    -webkit-transition: color .25s, background-color .25s, border-color .25s;
    transition: color .25s, background-color .25s, border-color .25s;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #505050;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 46px;
    border-radius: 4px!important;
    overflow: hidden;
    width: 100%
}

.account-login .form-group .form-control:focus {
    border-color: #008AF7
}

.account-login .lost-pass {
    color: #888
}

.account-login .lost-pass:hover {
    color: #008AF7
}

.account-login .button {
    margin-top: 30px
}

.account-login .button .btn {
    width: 100%
}

.account-login .outer-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #081828;
    margin-top: 30px;
    text-align: center
}

.account-login .outer-link a {
    color: #008AF7
}

.account-login .outer-link a:hover {
    text-decoration: underline
}

.register-form {
    padding: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 40px #00000008;
    box-shadow: 0 5px 40px #00000008
}

@media(max-width:767px) {
    .register-form {
        padding: 30px
    }
}

.register-form .title {
    margin-bottom: 30px
}

.register-form .title h3 {
    font-size: 22px;
    font-weight: 700;
    color: #081828;
    margin-bottom: 10px
}

.register-form .form-group label {
    display: block;
    margin-bottom: 8px
}

.register-form .form-group .form-control {
    padding: 0 18px;
    -webkit-transition: color .25s, background-color .25s, border-color .25s;
    transition: color .25s, background-color .25s, border-color .25s;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #505050;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 46px;
    border-radius: 4px!important;
    overflow: hidden
}

.register-form .button {
    margin-top: 10px
}

@media(max-width:767px) {
    .register-form .button {
        margin-top: 10px
    }
}

.register-form .button .btn {
    width: 100%
}

.register-form .outer-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #081828;
    margin-top: 30px;
    text-align: center
}

.register-form .outer-link a {
    color: #008AF7
}

.register-form .outer-link a:hover {
    text-decoration: underline
}

.contact-us {
    position: relative;
    background-color: #fff

/* ========== Contact Us ========== */
}

.contact-us .contact-info .single-info-head {
    margin-top: 30px;
    background-color: #f9f9f9;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px
}

@media(max-width:767px) {
    .contact-us .contact-info .single-info-head {
        margin-top: 20px
    }
}

.contact-us .contact-info .single-info {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left
}

.contact-us .contact-info .single-info:last-child {
    margin-bottom: 0
}

.contact-us .contact-info .single-info i {
    font-size: 30px;
    color: #008AF7;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 11px
}

.contact-us .contact-info .single-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #081828;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contact-us .contact-info .single-info ul li {
    display: block;
    margin-bottom: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500
}

.contact-us .contact-info .single-info ul li:last-child {
    margin: 0
}

.contact-us .contact-info .single-info ul li a {
    color: #888;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.contact-us .contact-info .single-info ul li a:hover {
    color: #008AF7
}

.contact-form-head {
    margin-top: 30px
}

.contact-form-head .contact-inner-title h2 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-form-head .contact-inner-title h2 {
        font-size: 25px;
        line-height: 32px
    }
}

@media(max-width:767px) {
    .contact-form-head .contact-inner-title h2 {
        font-size: 20px;
        line-height: 30px
    }
}

.contact-form-head .contact-inner-title p {
    color: #fff
}

.contact-form-head .contact-inner-title .question {
    display: block;
    min-height: 70px;
    margin-top: 40px
}

.contact-form-head .contact-inner-title .question img {
    height: 70px;
    width: 70px;
    border-radius: 70px;
    float: left;
    margin-right: 20px
}

.contact-form-head .contact-inner-title .question h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
    color: #fff
}

.contact-form-head .contact-inner-title .question h4 span {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px
}

.contact-form-head .contact-inner-title .day-list {
    display: block;
    margin-top: 40px
}

.contact-form-head .contact-inner-title .day-list li {
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
    display: block
}

.contact-form-head .contact-inner-title .day-list li:last-child {
    margin: 0
}

.contact-form-head .contact-inner-title .call-back {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    text-transform: capitalize
}

.contact-form-head .contact-inner-title .call-back i {
    font-size: 15px;
    display: inline-block;
    margin-left: 5px
}

.contact-form-head .form-main {
    padding: 40px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .contact-form-head .form-main {
        padding: 35px;
        margin-top: 40px
    }
}

@media(max-width:767px) {
    .contact-form-head .form-main {
        padding: 30px
    }
}

.contact-form-head .form-main .form-title {
    margin-bottom: 30px
}

.contact-form-head .form-main .form-title h2 {
    margin-bottom: 35px;
    font-size: 22px
}

.contact-form-head .form-main .form-title p {
    font-size: 16px
}

.contact-form-head .form-main .form .form-group {
    margin-bottom: 15px;
    display: block
}

.contact-form-head .form-main .form .form-group input {
    height: 52px;
    line-height: 52px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0 20px;
    color: #333;
    font-weight: 400;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.contact-form-head .form-main .form .form-group input:focus {
    border-color: #008AF7
}

.contact-form-head .form-main .form .form-group textarea {
    height: 180px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 15px 20px;
    color: #333;
    resize: none;
    font-weight: 400;
    resize: vertical;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.contact-form-head .form-main .form .form-group textarea:focus {
    border-color: #008AF7
}

.contact-form-head .form-main .form .form-group.button {
    width: 100%;
    margin-bottom: 0
}

.map-section {
    background-color: #f9f9f9
}

.map-section .mapouter {
    height: 500px
}

.map-section .mapouter .gmap_canvas {
    height: 500px
}

.map-section .mapouter .gmap_canvas iframe {
    height: 500px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .map-section .mapouter {
        height: 400px
    }
    .map-section .mapouter .gmap_canvas {
        height: 400px
    }
    .map-section .mapouter .gmap_canvas iframe {
        height: 400px
    }
}

@media(max-width:767px) {
    .map-section .mapouter {
        height: 300px
    }
    .map-section .mapouter .gmap_canvas {
        height: 300px
    }
    .map-section .mapouter .gmap_canvas iframe {
        height: 300px
    }
}

.error-area {
    height: 100vh;
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;

/* ========== Error 404 & Mail Success ========== */
    position: relative;
    background-image: url(../images/error/404-bg.png);
    background-repeat: no-repeat;
    background-position: center
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table {
    display: table!important
}

.d-table-cell {
    vertical-align: middle
}

.d-table-cell {
    display: table-cell!important
}

.error-area .error-content h1 {
    font-size: 100px;
    color: #008AF7;
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 100px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .error-area .error-content h1 {
        font-size: 60px;
        line-height: 50px
    }
}

@media(max-width:767px) {
    .error-area .error-content h1 {
        font-size: 45px;
        line-height: 30px
    }
}

.error-area .error-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #081828;
    font-weight: 700
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .error-area .error-content h2 {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .error-area .error-content h2 {
        font-size: 18px
    }
}

.error-area .error-content p {
    font-weight: 400;
    margin-bottom: 40px;
    color: #888
}

.maill-success {
    height: 100vh;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table {
    display: table!important
}

.d-table-cell {
    vertical-align: middle
}

.d-table-cell {
    display: table-cell!important
}

.maill-success .success-content i {
    font-size: 30px;
    margin-bottom: 20px;
    color: #008AF7;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 50%
}

.maill-success .success-content h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #081828
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .maill-success .success-content h2 {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .maill-success .success-content h2 {
        font-size: 15px
    }
}

.maill-success .success-content p {
    font-weight: 400;
    margin-bottom: 20px
}

.footer {
    background-color: #081828;
    position: relative
}

.footer .footer-top .inner-content {
    padding: 60px 0;
    border-bottom: 1px solid #ffffff26
