/*
  Theme Name: Monkey - Multipurpose Live Meeting Business Script
  Author: Amcoders
  Support: amcoders360@gmail.com
  Version: 1.0
*/


/* CSS Index 
-----------------------------------
1. Theme default css
2. header
3. slider
4. band
5. service
6. experience
7. counter
8. team
9. pricing
10. testimonial
11. blog
12. breadcrumb
13. quote 
14. about
15. expert
16. mission
17. faq
18. contact
19. blog sidebar
20. blog details
21. service details
22. shop
23. product details
24. cart
25. checkout
26. footer
*/


/* 1. Theme default css */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #2B96CC;
    text-decoration: none;
}

a,
button {
    color: #1696e7;
    outline: medium none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #313131;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #7e7e7e;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}


/* button style */

.btn {
    -moz-user-select: none;
    background: #1696e7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 25px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn.btn-black {
    background: #303b41;
}

.btn.btn-black:hover {
    background: #1a1a1a;
}

.btn:hover {
    background: #106fab;
    color: #fff;
}

.btn.btn-large {
    padding: 10px 25px;
}

.btn-lg {
    font-weight: 700;
    padding: 13px 31px;
}

.btn.white-btn:hover {
    border-color: #ddd;
    color: #ddd
}

.btn.btn-base.btn-link {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #1696e7;
    padding: 0;
    text-decoration: none;
}

.btn.btn-base.btn-link:hover {
    color: #106fab;
}

.theme-bg {
    background: #1696e7
}

.bg-white {
    background-color: #ffffff;
}

.breadcrumb>.active {
    color: #888;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}


/* 2. header */

.header-top-area {
    background: #263045;
    padding: 15px 0;
    color: #fff;
}

.header-top-area p strong {
    color: #fff;
}

.header-top-area p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}

.header-top-bar-right a {
    color: #fff;
    font-weight: 500;
    margin-right: 15px;
}

.header-top-bar-right {
    display: flex;
}

.item-info {
    color: #fff;
    font-size: 15px;
}

.select-language select {
    border: none;
    padding: 0px 0px;
    color: #fff;
    font-weight: 500;
    background: transparent;
}
select#select_language option {
    background: #263045;
}
.select-language {
    margin-left: 5px;
}
.select-language select:focus {
    outline: 0;
}
.logo-area img {
    height: 45px;
}

.header-main-area {
    padding: 20px 0;
    transition: .3s;
}
.header-main-area.navbar_fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    top: 0;
    box-shadow: 0 0 20px #ddd;
}

.main-menu ul li {
    display: inline-block;
    padding-right: 45px;
    position: relative;
}

.main-menu ul li a {
    color: #0f0e0e;
    font-weight: 600;
    font-size: 16px;
}

.header-search-area a {
    color: #6d7688;
    font-size: 18px;
}

.main-menu {
    padding: 10px 0;
}

.main-menu ul li ul.submenu {
    position: absolute;
    background: #fff;
    color: #222;
    width: 220px;
    top: 200%;
    transition: .3s;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 7px 5px 20px rgba(0, 41, 117, 0.12);
    z-index: 99999;
    padding-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 5px;
}

.main-menu ul li:hover>ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 150%;
}

.main-menu ul li ul.submenu li ul.submenu {
    left: 100%;
    top: 0;
}

.main-menu ul li ul.submenu li {
    margin: 0;
    display: block;
    margin-bottom: 14px;
}

.main-menu ul li ul.submenu li:hover>a {
    color: #ec3232;
}

.main-menu ul li ul.submenu>.main-menu ul li a i {
    display: block;
}

.main-menu ul li:hover>a {
    color: #ec3232;
}

.main-menu ul li ul.submenu li:last-child {
    margin-bottom: 0px;
}

.main-menu ul li ul.submenu li a {
    color: #263045;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
}

.header-search-area {
    padding: 9px 0;
}

.main-menu ul li a i {
    font-size: 13px;
    font-weight: 600;
}

.header-bag-area img {
    height: 26px;
    margin-top: 8px;
}

.header-bag-area {
    position: relative;
}

.header-bag-area a span {
    position: absolute;
    top: -4px;
    background: #263045;
    color: #fff;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 30px;
    font-size: 11px;
    right: -16px;
}


/* 3. slider */

.slider-area {
    height: 44rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.slider-area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #263045;
    opacity: .6;
}

.slider-info {
    padding: 10rem 0;
}

.slider-info h4 {
    color: #ffffff;
    font-weight: 500;
}

.slider-info h1 {
    font-weight: 700;
    font-size: 65px;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 13px;
    padding-bottom: 11px;
}

.slider-info p {
    color: #fcfdff;
    font-weight: 600;
    font-size: 17px;
}

.slider-info a {
    background: #f9f9f9;
    text-transform: capitalize;
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
    margin-top: 13px;
    color: #263045;
}

.slider-info a:hover {
    background: #f7faff;
    color: #263045;
}

.slider-info a:focus {
    outline: 0;
    box-shadow: none;
    color: #fff;
}


/* 4. band */

.band-area {
    background: #F8F8F8;
}

.band-img img {
    height: 100%;
    filter: contrast(0);
    transition: .3s;
}

.band-img img:hover {
    filter: contrast(1);
}


/* 5. service */

.service-area {
    background: #F5F8FB;
}

.section-header-title h3 {
    font-weight: 600;
    color: #263045;
    font-size: 35px;
}

.section-header-title p {
    color: #5d6471;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.single-service {
    background: #fff;
    border: 1px solid rgba(48, 120, 251, 0.4);
    padding: 60px 29px;
    border-radius: 15px;
    transition: .5s;
}

.service-img img {
    height: 55px;
    margin-bottom: 20px;
}

.service-title h4 {
    font-weight: 600;
    color: #263045;
    margin-bottom: 15px;
}

.service-description p {
    color: #5d6471;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.8;
}

.service-btn a {
    background: #eef3f7;
    color: #4f5257;
    padding: 10px 18px;
}

.single-service:hover {
    background: #263045;
}

.single-service:hover .service-title h4 {
    color: #fff;
}

.single-service:hover .service-description p {
    color: #fff;
}

.single-service:hover .service-btn a {
    background: #445478;
    color: #fff;
}


/* 6. experience */

.experience-area {
    background: #FBFBFB;
}

.experience-info h5 {
    font-weight: 600;
    color: #ababab;
    letter-spacing: 3px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.experience-info h2 {
    font-weight: 700;
    font-size: 37px;
    color: #263045;
    line-height: 50px;
    margin-bottom: 20px;
}

.experience-info h2 span {
    color: #086AD8;
}

.experience-info p {
    color: #ababab;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.experience-info a {
    background: #263045;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 20px 40px;
    border-radius: 5px;
}
.experience-info a:hover {
    background: #263045;
}

.experience-info a:focus {
    box-shadow: none;
    outline: 0;
}
.marker {
    color: #ababab;
    font-weight: 600;
    font-size: 25px;
    position: relative;
}

.marker:after {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    background: #e7e6e6;
    width: 90%;
    height: 3px;
}

.list-item {
    margin-bottom: 60px;
}

.title-wrap {
    padding-left: 52px;
}

.title-wrap h6 {
    color: #263045;
    font-weight: 700;
    font-size: 26px;
}


/* 7. counter */

.counter-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.counter-area:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #263045;
    content: "";
    opacity: .8;
}

.counter-img {
    background: #fff;
    padding: 19px 21px;
    border-radius: 5px;
    margin-right: 13px;
}

.counter-img img {
    height: 40px;
}

.counter-starting h2 {
    color: #fff;
    font-weight: 600;
}

.counter-des span {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

/* 8. team */

.social-links ul li {
    display: inline-block;
    margin-right: 15px;
}

/*.social-links {
    background: #fff;
    width: 70%;
    margin: auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 7px 0;
    border-radius: 30px;
}
*/
.social-links ul {
    z-index: 999999;
}

.team-member-img img {
    z-index: 1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 241.41px;
}

.social-details {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 33%;
}

.single-team {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    border-radius: 10px;
    height: 388px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.social-links ul li a {
    color: #263045;
    font-size: 14px;
}

.team-details {
    margin-top: 43px;
    padding-bottom: 20px;
}

.team-details h5 {
    font-weight: 600;
    color: #263045;
    margin-bottom: 3px;
    font-size: 21px;
}

.team-details span {
    color: #263045;
    font-size: 14px;
    font-weight: 500;
}


/* 9. pricing */

.single-pricing {
    box-shadow: 0px 2px 40px 0px rgba(1, 4, 11, 0.1);
    padding: 50px 31px;
    border-radius: 10px;
}

.pricing-header h3 {
    color: #263045;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 25px;
}

.pricing-price-per-month h2 {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 0;
    color: #263045;
}

.pricing-price-per-month h2 {
    font-weight: 700;
    font-size: 65px;
    margin-bottom: 0;
    color: #263045;
}

.pricing-price-per-month {
    margin-bottom: 30px;
}

.pricing-menu ul li {
    color: #666;
    font-size: 17px;
    padding-bottom: 13px;
}

.pricing-btn a {
    background: #263045;
    color: #fff;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
}

.pricing-menu {
    margin-bottom: 40px;
}

.pricing-btn {
    padding-bottom: 20px;
}


/* 10. testimonial */

.testimonial-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.testimonial-area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #263045;
    opacity: .8;
}

.testimonial-review {
    background: #fff;
    padding: 21px 35px;
    text-align: left;
    border-radius: 17px;
    margin-bottom: 20px;
}

.testimonial-review p {
    color: #666a6f;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.single-testimonial {
    width: 43%;
    margin: auto;
}

.testimonal-author-info {
    justify-content: center;
    background: #fff;
    width: 58%;
    margin: auto;
    padding: 13px 0;
    border-radius: 58px;
}

.testimonal-author-info img {
    height: 60px;
    border-radius: 30px;
    margin-right: 0;
    margin: auto;
    width: 60px !important;
}

.author-info h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
}

.author-info {
    text-align: left;
    margin: auto;
    margin-left: 0;
}

.author-info span {
    font-weight: 500;
    font-size: 14px;
}


/* 11. blog */

.single-blog {
    box-shadow: 0px 5px 40px #22222226;
}

.blog-info {
    padding: 30px 30px;
}

.blog-title h4 {
    font-size: 18px;
    font-weight: 600;
    color: #263045;
}

.blog-created-date {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    margin-bottom: 8px;
}

.blog-details p {
    color: #666;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
}

.blog-action a {
    color: #263045;
    font-weight: 600;
}




/* 12. breadcrumb */

.slider-area.breadcrumb {
    height: 20rem;
}

.breadcrumb-area h3 {
    color: #fff;
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 5px;
}

.breadcrump-title span {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}

.breadcrumb-area {
    padding: 7rem 0;
}


/* 13. quote */

.quote-info h2 {
    color: #263045;
    font-weight: 700;
    font-size: 47px;
    margin-bottom: 30px;
}

.quote-info p {
    color: #666;
    font-size: 17px;
    padding: 0 16rem;
    line-height: 1.7;
    margin-bottom: 53px;
}

.quote-info a {
    background: #263045;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 25px 40px;
    border-radius: 5px;
    font-size: 18px;
}


/* 14. about */

.single-about {
    background: #fff;
    box-shadow: 0px 0px 40px #66666657;
    padding: 80px 20px;
    border-radius: 50px;
}

.single-about .about-img {
    background: #e9e4e4;
    padding: 30px 30px;
    border-radius: 62px;
}

.single-about .about-img {
    height: 124px;
    width: 41%;
    margin: auto;
}

.about-total {
    margin-top: 5px;
}

.about-total span {
    color: #263045;
    font-weight: 700;
    font-size: 60px;
}

.about-title h5 {
    color: #263045;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.about-des p {
    margin-bottom: 0;
    color: #666;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
}


/* 15. expert */

.expert-main-area {
    background: #F3F3F6;
    padding: 17px 18px;
}

.expert-category h5 {
    color: #263045;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 10px;
}

.expert-category:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #263045;
}

.expert-category {
    position: relative;
}

.expert-list ul li {
    color: #666;
    font-weight: 400;
    line-height: 41px;
    font-size: 16px;
}


/* 16. mission */

.single-mission h3 {
    color: #263045;
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 18px;
}

.single-mission p {
    color: #666666d1;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
}


/* 17. faq */

.faq-card .card {
    border: none;
    background: #F3F3F6;
}

.faq-card .card .card-header {
    background: transparent;
    padding: 29px 36px;
    border-radius: 10px;
    border-bottom: none;
}

.faq-card .card .card-header h2 a {
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
}

.faq-card .card {
    margin-bottom: 15px;
}

.faq-card .card {
    border-radius: 10px;
}

.faq-card .card-body {
    color: #746d6dc2;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: -26px;
    margin-left: 13px;
    padding-bottom: 43px;
}


/* 18. contact */

.custom-form input {
    height: 55px;
}

.custom-form .form-control {
    border-color: #263045;
    padding: 0 23px;
    border: 2px solid;
    color: #263045;
    font-weight: 600;
}

.custom-form .form-control::placeholder {
    color: grey;
    font-weight: 500;
    font-size: 17px;
}

.custom-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

button.btn-submit.f-right {
    background: #263045;
    color: #fff;
    font-weight: 500;
    padding: 15px 50px;
    border: none;
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase;
}

textarea.form-control {
    padding-top: 15px !important;
}


/* 19. blog sidebar */

.widget {
    width: 100%;
    padding: 45px 35px;
    background-color: #f8f8f8;
}

.widget h3 {
    color: #283a5e;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
}

.widget h3:after {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3px;
    background-color: #031888;
    margin-left: 21px;
    top: 13px;
}

.searchbar-form {
    position: relative;
}

.searchbar-form input {
    background-color: #4f5a9440;
    height: 50px;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    color: #283a5e;
    font-weight: 500;
    width: 100%;
}

.searchbar-form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 20px;
    background: #031888;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.searchbar-form input::placeholder {
    color: #7d8086;
    font-weight: 500;
    font-size: 18px;
}

.searchbar-form input:focus {
    outline: 0;
    box-shadow: none;
}

ul.list-group.list-group-flush {
    background: transparent;
}

li.list-group-item {
    background: transparent;
    color: #666;
    font-weight: 500;
    border-color: #ddd;
    font-size: 18px;
    padding: 15px 0;
}

li.list-group-item a {
    color: #666;
}

.single-post img {
    width: 92px;
    height: 74px;
    margin-right: 12px;
}

.single-post a {
    color: #666;
    font-weight: 500;
    font-size: 16px;
}

.tags-area ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #49549029;
    color: #666;
    padding: 8px 20px;
}

.tags-area ul li a {
    color: #666;
    font-weight: 500;
}

.load-more a {
    background: #031888;
    color: #fff;
    padding: 17px 25px;
}


/* 20. blog details */

.single-blg-details h2 {
    color: #263045;
    font-weight: 500;
    text-transform: capitalize;
}

.single-blg-details .blog-created-date {
    font-size: 18px;
}

.comment-area-header-title h4 {
    color: #263045;
    font-weight: 600;
    font-size: 30px;
}

.comment-area-header-title hr {
    margin: 22px 0;
    border-color: #263045;
}


/* 21. service details */

.service-title h2 {
    color: #263045;
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 25px;
}

.service-des p {
    color: #8e8f9a;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.sidebar-widget {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.sidebar-widget:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #263045;
    opacity: .9;
}

.single-sidebar-widget {
    padding: 50px 25px;
    z-index: 9999;
}

.single-sidebar-widget h2 {
    color: #fff;
    position: relative;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
}

.contact-number span {
    color: #fff;
    position: relative;
    font-weight: 600;
}

.contact-number {
    margin-bottom: 10px;
}

.contact-number span a {
    color: #fff;
    font-weight: 500;
    padding-left: 10px;
}

.contact-link {
    position: relative;
    padding-top: 25px;
}

.contact-link a {
    color: #ff6138;
    font-weight: 600;
    font-size: 18px;
}

.single-sidebar-widget h2 span {
    color: #ff6138;
}


/* 22. shop */

.single-product {
    position: relative;
    box-shadow: 0px 0px 40px #6666665c;
    padding: 27px 25px;
    border-radius: 5px;
}

.product-banner {
    position: absolute;
    color: #263045;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.product-category {
    color: #263045;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-name h3 {
    color: #263045;
    font-size: 28px;
    font-weight: 600;
}
.product-name a:hover {
    color: #222a3c;
}
.multi-img img {
    cursor: pointer;
}
.product-price span strong {
    font-weight: 500;
    color: #263045;
}

.product-price span {
    font-size: 16px;
    color: #263045;
    font-weight: 500;
}

.product-price {
    margin-bottom: 10px;
}

a.add-to-card {
    background: #263045;
    color: #fff;
    padding: 10px 26px;
    border-radius: 31px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

a.heart {
    border: 1px solid #263045;
    color: #263045;
    padding: 9px 11px;
    border-radius: 30px;
    font-weight: 500;
    margin-left: 6px;
}

.product-action {
    margin-top: 20px;
    padding-bottom: 15px;
}

.product-img {
    padding: 35px 0;
}
.main-image img {
    padding: 30px 0;
}
.load-more-button a {
    background: #263045;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 40px;
    font-size: 18px;
    border-radius: 5px;
}


/* 23. product details */

.multi-img img {
    height: 88px;
    margin-right: 10px;
}

.multi-img img {
    width: 92px;
}

.multi-img img.active {
    border: 1px solid #fe580c;
}

.product-details-info {
    padding-top: 50px;
}

.product-details-info .product-name h3 {
    font-size: 35px;
    margin-bottom: 15px;
}

.product-details-info .product-price span {
    font-size: 18px;
    margin-right: 5px;
}

.product-details-info .product-price span del {
    font-size: 15px;
}

.product-des p {
    color: #666;
    font-weight: 500;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 15px;
}

.product-qty input {
    border: 1px solid #d2cccc;
    border-radius: 30px;
    padding: 8px 21px;
    width: 15%;
    font-size: 18px;
    margin-bottom: 0;
    color: #666666;
    margin-bottom: 10px;
}

.product-qty input:focus {
    outline: 0;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.product-details-info a.add-to-card {
    padding: 15px 40px;
    font-size: 17px;
}

.product-details-info a.heart {
    font-size: 20px;
    padding: 13px 15px;
}

.product-info-list ul li a {
    color: #666;
    font-weight: 500;
    margin-right: 15px;
    font-size: 18px;
}

.product-info-list ul li a.active {
    color: #fe580c;
}

.product-des-tab-content p {
    color: #666666bf;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
}

.tab-content {
    border: 1px solid #ddd;
    padding: 18px 18px;
    border-radius: 5px;
}

.product-info-list ul {
    border-bottom: none;
}


/* 24. cart */

.cart-table table thead tr th {
    padding: 20px 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.cart-table table tbody tr td {
    padding: 20px 20px;
    vertical-align: middle;
}

.cart-table table tbody tr td a img {
    height: 100px;
}

td.pro-remove a i {
    color: #263045;
    font-size: 18px;
}

td.pro-title a {
    color: #263045;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
}

td.pro-price {
    color: #222;
    font-weight: 500;
    font-size: 18px;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

td.pro-quantity input {
    width: 70px;
    margin: auto;
    padding-left: 10px;
}

td.pro-quantity input:focus {
    border-color: #dddddd;
    box-shadow: none;
    outline: 0;
}

td.pro-subtotal {
    color: #222;
    font-weight: 500;
    font-size: 18px;
}

td.pro-total-title {
    text-align: end;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

td.pro-total-price {
    font-size: 18px;
    font-weight: 500;
}

.cart-link a {
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
}

a.btn-custom {
    background: #263045;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding: 20px 40px;
    font-size: 18px;
    border-radius: 5px;
}


/* 25. checkout */

.user-actions h3 {
    font-size: 13px;
    font-weight: 400;
    background-color: #f7f6f7;
    padding: 15px 10px;
    border-top: 3px solid #EE3A75;
    margin-bottom: 0;
}

.user-actions {
    margin-bottom: 20px;
}

.user-actions h3 {
    font-size: 15px;
    font-weight: 500;
    background-color: #f7f6f7;
    padding: 15px 10px;
    border-top: 3px solid #263045;
    margin-bottom: 0;
    color: #263045;
}

.user-actions h3 a {
    color: #263045;
}
#card-element {
    box-shadow: 0px 0px 20px #b1aeae40;
    height: 72px;
    margin: 0 10px;
    align-items: center;
    padding: 28px;
    border-radius: 13px;
    z-index: 99999;
}
.custom-form .form-control {
    padding: 10px 13px;
}

.custom-form .form-group label {
    font-size: 18px;
}

.biling-information {
    margin-bottom: 25px;
}

.custom-form .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #EE3A75;
}
.card-name input {
    width: 100%;
    height: 72px;
    margin: 0 10px;
    max-width: 442px;
    border: none;
    border-radius: 13px;
    padding: 28px;
    box-shadow: 0px 0px 20px #b1aeae40;
    margin-bottom: 10px;
    color: #32325d;
    font-weight: 500;
}

.card-name input::placeholder {
    color: #aab7c4;
    font-weight: 500;
    font-size: 15px;
}

.card-name input:focus {
    outline: 0;
}

.custom-form .form-control::placeholder {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 0px;
}

select#country {
    height: 45px;
}

button.btn.btn-custom {
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
}

.order_table table thead {
    background: #dddd;
}

.order_table table thead tr th {
    font-size: 18px;
    font-weight: 600;
}

p {
    font-size: 16px;
}

.order_table table tbody tr td {
    font-size: 17px;
    font-weight: 500;
}

.order_table table tfoot tr td {
    font-size: 18px;
    font-weight: 500;
}

.panel-default label {
    font-size: 18px;
}

.custom-checkout-form .form-control {
    border: 1px solid #aba8a8;
}

.custom-checkout-form input {
    height: 50px;
}

.custom-checkout-form .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #fe580c;
}

.custom-checkout-form label {
    color: #263045;
    font-size: 17px;
    font-weight: 500;
}

.biling-information h3 {
    color: #263045;
    font-weight: 500;
}

.custom-checkout-form .form-control::placeholder {
    color: #979393;
    font-weight: 400;
    font-size: 16px;
    padding-left: 7px;
}

button.btn-custom {
    background: #263045;
    color: #fff;
    font-weight: 500;
    border: none;
    padding: 16px 34px;
    font-size: 18px;
    border-radius: 5px;
}

button.btn-custom:focus {
    outline: 0;
}

.panel-default label {
    color: #263045;
    font-weight: 500;
}

img:not([src]){
    visibility: hidden;
}



.confirm-content {
    box-shadow: 0px 0px 20px #dddddd9c;
    border-radius: 15px;
    padding: 65px 0;
}

.order-confirm-icon {
    font-size: 100px;
    color: #263045;
}


.confirm-content h2 {
    color: #263045;
    font-weight: 500;
}

.confirm-content p {
    font-weight: 500;
    font-size: 18px;
    width: 100%;
    padding: 0 8rem;
    line-height: 1.6;
    margin-bottom: 30px;
}



/* 26. footer */

.footer-main-area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.footer-main-area:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: lightblue;
    opacity: .9;
}

.footer-logo img {
    height: 50px;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-left-des p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
}

.footer-social-menu ul li {
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    margin-right: 10px;
    height: 40px;
    width: 40px;
}

.footer-social-menu ul li a {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 11px;
    color: #263045;
}

.footer-left-side {
    height: 100%;
    margin: auto;
}

.ml-25 {
    margin-left: 25%;
}

.footer-content h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-content ul li {
    margin-bottom: 13px;
    color: #fff;
    font-weight: 500;
}

.footer-content ul li a {
    color: #fff;
    font-weight: 500;
}

.footer-left-des {
    margin-bottom: 20px;
}

.footer-bottom-area {
    background: #263045;
    color: #fff;
    opacity: .9;
}

.footer-bottom-content span {
    font-weight: 500;
}

/*select payment*/
.payment-main-content img {
    width: 100%;
    height: 114px;
}

.select-payment-content {
    box-shadow: 0 0 20px #ddd;
    border-radius: 10px;
    padding: 65px 63px;
}

.select-payment-content h3 {
    color: #273146;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.modal-header h5 {
    font-weight: 500;
    color: #222;
}

button.btn.btn-secondary {
    background: #222;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
}
.paypal-button{
    margin-top: 38px !important;
}

