/*
  Theme Name: Affiliate Store - Responsive Affiliate Store Management System
  Author: GeniousOcean
  Author URI: https://geniousOcean.net
  Description: Affiliate Store - Responsive Affiliate Store Management System
  Version: 1.0
*/

/* CSS table of contents
----------------------------------- 
1. header
   1.1 header-support-part
        1.1.1 header logo
        1.1.2 header search area  
   1.2 header-bottom-area
        1.2.1 header category area
        1.2.2 header menu area 
2. featured product
3. best product
4. FAQ area
5. blog
6. blog details
7. client logo
8. contact us
9. footer
10. 404 area
11. product category 
*/

/*-------- Starting of header area --------*/
.header-searched-item-list-wrap {
    position: absolute;
    background: #ffffff;
    right: 0;
    width: 100%;
    top: 65px;
    z-index: 9;
    padding: 10px;
    box-shadow: 0 0 5px #dddddd;
    border-bottom: 5px solid #0163d2;
    display: none;
}
.header-searched-item-list-wrap li a {
    color: #333333;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px dotted #dddddd;
    padding-bottom: 10px;
    font-size: 12px;
}
.slicknav_nav {
    overflow-y: scroll;
    max-height: 500px;
}
.header-top-area a {color: #ffffff;}
.header-middle-right-wrap li:last-child a
 {padding-right: 0;}
.header-middle-right-wrap li a {
    border-right: 1px solid #ffffff;
    padding: 0 15px;
    font-size: 12px;
}
.header-middle-right-wrap a .fa {margin-right: 5px;}
.header-middle-right-wrap li.mobile-search {display: none;}
.header-top-left-wrap li a {font-weight: 300;}
.header-top-right-wrap li:last-child a,
.header-middle-right-wrap li:nth-child(2) a {border-right: none;}
.header-middle-right-wrap li:nth-child(2) a {padding-right: 0;}
.header-middle-area {
    background: #ffffff;
    padding: 20px 0;
}
.header-middle-right-wrap li {
    display: inline-block; 
    position: relative;
}
.header-middle-right-wrap li a {
    border-color: #333333;
    color: #0163d2;
    font-weight: 700;
    font-size: 12px;
}
.header-search-box.mobile {
    background: #F3F3F3;
    border: 1px solid #0163d2;
    padding: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 99999;
    display: none;
}
.search-close {
    position: absolute;
    right: 8px;
    top: 3px;
    color: #0163d2;
    cursor: pointer;
}

.header-bottom-area {background: #0363D1;}
.header-bottom-inner {position: relative;}
.header-bottom-left-wrap {
    background: #0363D1;
    padding: 25px 0;
    position: relative;
    cursor: pointer;
}
.header-bottom-left-wrap h5 {
    position: relative;
    padding: 0 30px;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}
.header-bottom-left-wrap .fa-bars {margin-right: 10px;}
.header-bottom-left-wrap .fa-angle-down {
    position: absolute;
    right: 30px;
    top: 0;
}
.header-bottom-left-wrap ul {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    background: #0363D1;
    z-index: 3;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 10px 30px;
}
.header-bottom-left-wrap:hover > ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    visibility: visible;
}
.header-bottom-left-wrap ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(255,255,255,.5);
    position: relative;
}
.header-bottom-left-wrap ul li img {
    height: 15px; 
    width: 12px;
    margin-right: 10px;
}
.header-bottom-left-wrap li .icofont {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.header-bottom-left-wrap ul li:last-child {
    border-bottom: none;
}
.header-bottom-left-wrap ul li .fa-angle-right {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.header-bottom-left-wrap li a {
    font-size: 12px;
    color: #ffffff;
}
/*  second level dropdown  */
.header-bottom-left-wrap ul li ul {
    left: 100%;
    right: 0;
    top: -10px;
    padding: 30px;
    width: 200px;
    margin-left: 30px;
}
.header-bottom-left-wrap ul li ul li:first-child {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    border-bottom: none;
    padding: 0;
}
.header-bottom-left-wrap li:hover ul ul {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.header-bottom-left-wrap ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.header-bottom-left-wrap ul li ul li {position: relative;}

.header-menu-wrap li {
    display: inline-block;
    margin-right: 35px;
    position: relative;
    padding: 23px 0;
}
.header-menu-wrap li:last-child {margin-right: 0;}
.header-menu-wrap a {
    color: #ffffff;
    font-weight: 500;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.header-menu-wrap li:hover > a {
    color: #ffffff;
}
.header-menu-wrap li a i {margin-left: 3px;}
/* Dropdown Menu */
.header-menu-wrap li ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: #ffffff;
    text-align: left;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 3;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    padding-top: 0;
    font-size: 12px;
}
.header-menu-wrap li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.header-menu-wrap li ul li {
    display: block;
    margin-right: 0;
    padding: 0;
    border-bottom: 1px solid #F3F3F3;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.header-menu-wrap li ul li:last-child {border-bottom: none;}
.header-menu-wrap li ul li:hover {background: #0363D1;}
.header-menu-wrap li ul li:hover a {color: #ffffff;}
.header-menu-wrap li ul a {
    padding: 8px 10px;
    color: #0363D1;
}
.header-search-box input {
    background: #ffffff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 10px;
    font-weight: 300;
    color: #333333;
    border: 1px solid #cccccc;
    width: 80%;
    height: 38px;
}
.header-search-box input::placeholder{
  color: #cccccc;
}
.header-search-box button[type="submit"] {
    background: #0363D1;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #ffffff;
    margin-left: -4px;
    width: 19%;
    height: 39px;
    border: 1px solid #0363D1;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.header-search-box button[type="submit"]:hover {
    border: 1px solid #333333;
    background: #333333;
    color: #ffffff;
}
.slicknav_menu {display: none;}
.slicknav_menu .slicknav_icon {
    float: none; 
    color: #ffffff;
    font-size: 20px;
}
.slicknav_nav {
    color: #fff;
    background: #0363D1;
    z-index: 99;
    border-top: 2px solid #dddddd;
}
.slicknav_btn {
    border-radius: 0;
    background: transparent;
    padding: 7px;
    text-shadow: none;
    z-index: 99;
}
.slicknav_arrow {float:right;}
.slicknav_nav .fa-angle-down {display: none;}
.slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
}
.slicknav_nav ul {margin: 0;}
.slicknav_nav li {
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    margin: 0 20px;
    padding-top: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 15px 0px;
    margin: 0;
}
.slicknav_nav li:last-child {border-bottom: none;}
.slicknav_nav a:hover {
    background: transparent;
    color: #ffffff;
}
.mean-container .mean-bar {
    background: transparent;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 90%;
}
.mean-nav .fa-angle-down,
.mean-nav .fa-angle-right {
    display: none;
}
.mean-container .mean-nav ul li a.mean-expand {height: 28px;}
.mean-container a.meanmenu-reveal {
    background: #0163d2;
    padding: 12px;
    top: 0;
    left: 0 !important;
    right: auto !important;
    text-align: center;
    text-indent: 0px;
    font-size: 14px;
    width: auto;
    font-weight: 400;
}
.mean-nav h5,
.mean-container .mean-nav ul li li:first-child {display: none;}
.mean-container .mean-bar .fa-angle-down,
.mean-container .mean-bar .fa-times
 {margin-left: 10px;}
 .mean-container .mean-bar .fa-angle-down {font-weight: 700;}
 .mean-container .mean-nav {
    background: #0163d2;
    margin-top: 45px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #0163d2;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.mean-container .mean-nav ul li li a {opacity: 1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
/*-------- Ending of header area --------*/

/*----------Starting of featured product area---------*/
.tab-content .tab-pane {    
    position: relative;
}
.product-tab .nav-tabs {
    border-bottom: none;
}
.product-tab .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
}
.product-tab .nav > li {margin-right: 10px;}
.product-tab .nav > li > a {
    background-color: #0063d1;
    border-color: #0063d1;
    color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    width: 170px;
    padding: 10px 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    display: block;
    text-align: center;
} 
.product-tab .nav > li > a .tab-img {display: block;}
.product-tab .nav > li > a.active:after,
.product-tab .nav > li > a.active:focus:after, 
.product-tab .nav > li > a.active:hover:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    content: "";
    height: 20px;
    width: 20px;
    background: #0063d1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -5px;
}
.product-tab .nav > li > a:focus, 
.product-tab .nav > li > a:hover {
    color: #ffffff;
    background-color: #0063d1;
    border-color: #0063d1;
    position: relative;
}
.product-tab .nav > li > a.active,
.product-tab .nav > li > a.active:focus, 
.product-tab .nav > li > a.active:hover{
    background-color: #0063d1; 
    color: #ffffff;
}
.product-name {
    font-size: 15px;
    color: #121212;
    height: 35px;
    line-height: 1.3;
    font-weight: 500;
}
.product-price {
    font-size: 20px;
    font-weight: 500;
    color: #0063d1;
}
.product-review .fa-star {
    position: relative;
    width: 100%;
}
.product-review .fa-star:before {
    position: absolute;
    width: 100%;
    content: "\f005\f005\f005\f005\f005";
    left: 50%;
    top: -10px;
    color: #ffc000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.product-description {
    background: #ffffff;
    line-height: 30px;
    padding: 10px 0;
}
.single-product-area {
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 5px #dddddd;
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    margin-bottom: 30px;
}
.product-image-area {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.category-wrap .product-image-area {
    width: 100%;
    height: auto;
}
.product-image-area img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.single-product-area:hover img {-webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}
.featured-carousel .owl-prev,
.featured-carousel .owl-next {
    background: transparent;
    border: 1px solid #cdcdcd;
    color: #78ace7;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.featured-carousel .owl-next {
    left: auto;
    right: 0;
}
.featured-carousel .owl-prev:hover,
.featured-carousel .owl-next:hover {
    background: #0163d2;
    border-color: #0163d2;
    color: #99c1ed;
}
.product-hover-area {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: visible;
    z-index: 3;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.single-product-area:hover {border-color: #0163d2;}
span.hovertip {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    background: #0163d2;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
span.hovertip:hover {
    color: #0163d2;
    background: #ffffff;
}
span.wish-number {
    position: absolute;
    color: #0163d2;
    background: #ffffff;
    right: 30px;
    bottom: 50%;
    height: 18px;
    width: auto;
    line-height: 18px;
    font-size: 10px;
    border-radius: 30px;
    padding: 0 5px;
    text-align: right;
}

.tooltip .tooltip-inner {
    background-color: #0363D1;
    color: #ffffff;
    border-radius: 30px;
    font-size: 12px;
    padding: 2px 10px;
}
.tooltip .arrow:before {
  border-top-color: #0363D1 !important;
}
/*----------Ending of featured product area---------*/

/*----------Starting of Best product Area----------*/
.common-title {
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}
.common-title::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    background: #ffffff;
    left: 0;
    bottom: 0;
}
.best-product-wrap .section-title p {color: #dddddd;}
.product-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-carousel.owl-carousel .owl-nav {text-align: center;}
.product-carousel.owl-carousel .owl-nav button.owl-next, 
.product-carousel.owl-carousel .owl-nav button.owl-prev {
    background: #0363D1;
    color: #ffffff;
    border: 1px solid #0363D1;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
    transition: all 400ms ease-in;
}
.product-carousel.owl-carousel .owl-nav button.owl-prev {margin-right: 10px;}
.product-carousel.owl-carousel .owl-nav button.owl-next:hover, 
.product-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: #ffffff;
    color: #0363D1;
}
/*----------Ending of Best product Area----------*/

/*----------Starting of FAQ Area----------*/
.section-faq .card {
    border: none; 
    border-radius: 0;
    margin-bottom: 15px;
}
.section-faq .card-header {
    background-color: #0363D1;
    border-bottom: none;
}
.section-faq .card-header:first-child {
    border-radius: 0;
}
.section-faq .card-header h5 a {
    color: #ffffff;
    font-weight: 400;
}
.section-faq .card-header .btn-link:hover {text-decoration: none;}
.section-faq .card-header h5 a i.fa {
    font-size: 100%;
    line-height: 20px;
    position: absolute;
    left: 20px;
    top: 15px;
    display: none;
}
.section-faq .card-header h5 a span {margin-left: 35px;}
.section-faq .card-header h5 a[aria-expanded=true] i.fa.fa-minus{
    display: block;
}
.section-faq .card-header h5 a[aria-expanded=false] i.fa.fa-plus {
    display: block;
}
/*----------Ending of FAQ Area----------*/

/*----------Starting of Blog Area----------*/
.blog-wrap {background: #f1f1f1;}
.blog-wrap .common-title {color: #000000;}
.blog-wrap .common-title:after {
    background: #000000;
    left: 50%;
    transform: translateX(-50%);
}
.blog {
    display: block;
    background: #ffffff;
    box-shadow: 0 0 5px #cccccc;
}
.blog__img {
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 100%;
}
.blog__img img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all 400ms ease-in;
}
.blog:hover .blog__img img {transform: scale(1.1);}
.blog__content {padding: 0 15px 15px 15px;}
.blog__meta {
    background: #0363D1;
    color: #ffffff;
    font-weight: 600;
    width: 40%;
    margin: 0 auto;
    margin-top: -10px;
    padding: 8px 5px;
    z-index: 9;
    position: relative;
}
.blog__title {
    font-size: 15px;
    color: #121212;
    height: 50px;
    line-height: 1.3;
    font-weight: 500;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog__title::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 50px;
    background: #000000;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.blog p {line-height: 1.3;}
.blog__footer {
    color: #505b6d;
    font-weight: 600;
    display: block;
}
.blog__footer i {
    color: #0363D1;
    margin-right: 5px;
}
/*----------Ending of Blog Area----------*/

/*-------- Starting of Blog details area --------*/
.blog-sidebar-left .blog {
    box-shadow: none;
}
.blog-sidebar-left .blog__img {
    height: auto;
}
/*  Blog sidebar right  */
.single-blog-sidebar {
    border: 1px dashed #cccccc;
}
.blog-sidebar-title {
    font-size: 24px;
    color: #252a32;
    font-weight: 700;
    padding: 15px 0;
    margin: 0 8px;
    border-bottom: 1px solid #cccccc;
}
.blog-sidebar-content {padding: 25px 8px;}

ul.latest-post li {border-bottom: 2px dotted #cccccc;}
ul.latest-post li:last-child {border-bottom: none;}
ul.latest-post li a {
    display: flex;
    justify-content: space-between;
}
.latest__img {width: 35%;}
.latest__content {
    width: 65%;
    margin-left: 5px;
}
.latest__img img {
    width: 100%;
    height: 100%;
}
.post__title {
    font-size: 14px;
    color: #252a32;
    display: block;
    font-weight: 500;
}
.post__date {
    font-size: 13px;
    color: #505b6d;
}

.blog-single-content h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}
.blog-single-img {
    height: 200px;
}
.blog-single-img img {
    width: 100%;
    height: 100%;
}
.blog-tag-area {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 5px;
}
.blog-tag__name {
    color: #919191;
    width: 50%;
}
.blog-tag__name strong {margin-right: 3px;}
.blog-tag__socialLinks {width: 50%;}
.blog-tag__socialLinks a {
    display: inline-block;
    background: #595959;
    color: #ffffff;
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    margin-left: 3px;
}

.comments-form .form-control {border-radius: 0;}
.comments__profile,
.comments__header {
    display: flex;
    justify-content: space-between;
}
.profile__img {width: 10%;}
.profile__content {
    width: 90%;
    border-bottom: 1px solid #dddddd;
}
.comments__profile:last-child .profile__content {border-bottom: none;}
.comments__author,
.comments__btn {width: 50%;}
.comments__author span {
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}
.reply-btn {
    display: inline-block;
    background: #ececec;
    color: #313232;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 3px;
}
.comments-form.blog-details input[type="text"], 
.comments-form.blog-details input[type="tel"], 
.comments-form.blog-details input[type="email"], 
.comments-form.blog-details textarea {
    border-bottom: 1px solid #dedede;
}
/*-------- Ending of Blog details area --------*/

/*-------------------- Starting of Client logo carousel area -------------------*/
.client-logo .logo-wrapper img {
    width: auto;
    margin: 0 auto;
    position: relative;
    transform: scale(1);
    transition: all 400ms ease-in;
}
.client-logo .logo-wrapper img:hover {transform: scale(1.1);}
.logo-carousel.owl-carousel .owl-nav button.owl-next, 
.logo-carousel.owl-carousel .owl-nav button.owl-prev {
    background: #ffffff;
    color: #0363D1;
    border: 1px solid #0363D1;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 400ms ease-in;
}
.logo-carousel.owl-carousel .owl-prev{
    left: -40px;
}
.logo-carousel.owl-carousel .owl-next{
    right: -40px;
}
.logo-carousel.owl-carousel .owl-nav button.owl-next:hover, 
.logo-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    background: #0363D1;
    color: #ffffff;
}
/*-------------------- Ending of Client logo carousel area -------------------*/


/*----------Starting of Contact Us area----------*/
.contact-wrap .common-title {
    color: #000000;
}
.contact-wrap .common-title::after {
    background: #000000;
}
.comments-form input, .comments-form textarea  {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.comments-form input[type="text"], .comments-form input[type="tel"], 
.comments-form input[type="email"], .comments-form textarea {
    background-color: #ffffff;
    border: none;
    padding: 10px 5px;
}
.comments-form button:focus, 
.comments-form input:focus, 
.comments-form textarea:focus {
    border-bottom: 1px solid #0363D1;
}
.comments-form input::placeholder,
.comments-form textarea::placeholder {color: #888888;}
.comments-form textarea {height: auto;}
.comments-form input[type="submit"], 
.comments-form button[type="submit"] {
    background-color: #0363D1;
    width: auto;
    display: inline-block;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #0363D1;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    font-weight: 600;
}
.comments-form input[type="submit"]:hover, 
button[type="submit"]:hover {
    background-color: #ffffff;
    color: #0363D1;
}
.contact-info-contact {
    position: relative;
    margin-bottom: 30px;
    line-height: 2;
}
p.contact-info-contact {
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 0 5px #dddddd;
    padding-left: 60px;
}
.contact-info-contact i {
    position: absolute;
    color: #0363D1;
    font-size: 20px;
    left: 15px;
    top: 15px;
}
.contact-info-contact span {margin-left: 30px;}
.contact-area-wrapper {color: #000000;}
.contact-area-wrapper h3 {color: #000000;}
 .contact-info-contact a {color: #505b6d;}
 .capcha-reload {
    font-size: 25px;
 }
/*----------Ending of Contact Us area----------*/


/*----------Starting of footer area---------*/
.footer-wrap {
    background: #000000; 
}
.footer-title {
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}
.footer-title::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 50px;
    background: #0163d2;
    left: 0;
    bottom: 0;
}
.footer-title.subscribe::after {
    left: 29.5%;
    transform: translateX(-50%);
}
.single-footer-wrap li {
    padding: 12px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}
.single-footer-wrap.information li {border-bottom: 1px dashed #999999;}
.single-footer-wrap li:first-child {padding-top: 0;}
.single-footer-wrap li:last-child {border: none;}
.single-footer-wrap a, .single-footer-wrap p {
    color: #999999;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.single-footer-wrap li span {
    position: absolute;
    left: 50px;
    top: 10px;
    line-height: 1.4;
}
.single-footer-wrap.contact li span {left: 30px;}
.single-footer-wrap.contact li i.fa {
    color: #0163d2;
    font-size: 18px;
}
.single-footer-wrap li:first-child span {top: -2px;}
.footer-bottom-wrap {
    border-top: 1px solid #333333;
    padding: 25px 0;
}
.footer-copyright-area {color: #999999;}
.footer-copyright-area a {color: #0163d2;}
.footer-social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social-links li {display: inline-block;}
.footer-social-links li a {
    background-color: #1a1a1a;
    color: #ffffff;
    margin-right: 10px;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
}
.footer-social-links li:last-child a {margin-right: 0;}
.footer-social-links li a.facebook {
    background-color: #3B5998;
}
.footer-social-links li a.google {
    background-color: #DD4B39;
}
.footer-social-links li a.twitter {
    background-color: #00ACED;
}
.footer-social-links li a.tumblr {
    background-color: #32506D;
}
.footer-social-links li a.pinterest {
    background-color: #CB2027;
}
.footer-social-links li a:hover {
    background: #000000;
    box-shadow: 0 0 5px #333333;
}

.subscribe-form input,
.subscribe-form button {
    background: #ffffff;
    color: #333333;
    height: 40px;
    padding-left:15px;
    border-radius: 30px;
    border: none;
    width: 60%;
}
.subscribe-form button {
    background: #000000;
    box-shadow: 0 0 5px #333333;
    color: #ffffff;
    width: 35%;
    margin-right: -4px;
    margin-left: -40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.subscribe-form button[type="submit"]:hover {
    background: #333333;
    color: #ffffff;
}
/*----------Ending of footer area---------*/

/*--------------Starting of 404 area------------------*/
.page-not-found-wrapper {
    height: 100%;
    width: 100%;
    background-color: #dddddd;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.page-not-found-content,
.page-not-found-content p {color: #ffffff;}
.page-not-found-content img {margin-bottom: 30px;}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover .hvr-icon, 
.hvr-icon-wobble-horizontal:focus .hvr-icon, 
.hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    border: 2px solid #ffffff;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 30px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: 20px;
}
.hvr-shutter-in-horizontal i.fa {margin-right: 10px;}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0363D1;
  color: #ffffff;
  border-radius: 30px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, 
.hvr-shutter-in-horizontal:focus, 
.hvr-shutter-in-horizontal:active {
  color:  #0363D1;
  border-color: #0363D1;
}
.hvr-shutter-in-horizontal:hover:before, 
.hvr-shutter-in-horizontal:focus:before, 
.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/*--------------Ending of 404 area------------------*/


/*----------Starting of Product category area----------*/
.category-wrap .single-product-area {margin-bottom: 15px;}
.category-wrap > .row >.col-lg-4 {padding-left: 7.5px; padding-right: 7.5px;}
.product-filter-option form .form-control {border-radius: 0;}
.slider.slider-horizontal {
    width: 100%;
}
.slider-track {
    background-image: none;
    box-shadow: none;
    border-radius: 5px;
    background-color: #cccccc;
    height: 5px !important;
}
.slider-selection {
    background-image: none;
    box-shadow: none;
    border-radius: 5px;
    background-color: #0363D1;
}
.slider-handle {
    width: 15px;
    height: 15px;
    background-color: #0363D1;
    background-image: none;
    -webkit-filter: none;
    filter: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
/*input.price-input {
    border: 1px solid #0363D1;
    color: #0363D1;
    padding: 6px 0px;
    width: 22%;
    text-align: center;
}
.product-filter-option .form-group .fa-minus {color: #0363D1;}
input.price-search-btn {
    background-color: #0363D1;
    border: 1px solid #0363D1;
    color: #ffffff;
    margin-left: 10px;
    padding: 6px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
input.price-search-btn:hover {
    background-color: #ffffff;
    color: #0363D1;
}*/
h2.filter-title {
    padding-bottom: 10px;
    font-size: 30px;
}
h2.filter-title.category {
    border-bottom: 1px solid #999999;
    margin-bottom: 10px;
}
.product-filter-option {margin-bottom: 40px;}
.product-filter-content a:hover {
    background-color: #ffffff;
    color: #0163d2;
}
.product-filter-option ul li span i.fa {
    display: none;
    float: left;
    cursor: pointer;
    margin-top: 3px;
    margin-right: 15px;
}
.product-filter-option ul li span[aria-expanded=true] i.fa.fa-minus {
    display: block;
}
.product-filter-option ul li span[aria-expanded=false] i.fa.fa-plus {
    display: block;
}
.product-filter-option ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-filter-option ul li {
    padding: 5px 0;
}
.product-filter-option ul li a {color: #000000;}
.product-filter-option ul li ul li {padding: 8px 25px; padding-bottom: 0;}
.product-filter-option ul li ul li i.fa-angle-right {
    margin-right: 10px;
    margin-left: 3px;
}
.product-filter-option.description {
    border: 1px solid #dddddd;
    padding: 20px;
}
.product-filter-option.description ul > li {
    border: none;
    padding: 5px 0px;
}
.product-filter-option.description ul > li a {font-size: 16px;}
.product-filter-option.description ul > li a i.fa {
    margin-right: 10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #337ab7;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.product-filter-option.description ul > li:nth-child(2) a i.fa {background: #DD4B39;}
.product-filter-option.description ul > li:nth-child(3) a i.fa {background: #23527c;}
.product-filter-option.description ul > li a:hover i.fa {background: #333333;}
.load-btn {
    background-color: #0363D1;
    width: auto;
    display: inline-block;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #0363D1;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    font-weight: 600;
}
.load-btn:hover {
    background-color: #ffffff;
    color: #0363D1;
}
/*----------Ending of Product category area----------*/

/*----------Starting of Product details area----------*/
.breadcrumb-box a {
    display: inline-block;
    font-size: 13px;
    color: #696969;
    line-height: 16px;
    padding: 7px 0;
}
.breadcrumb-box i {
    margin: 0 10px;
    color: #696969;
    font-size: 12px;
}
.related-products-title {
    /*border-bottom: 1px solid #cccccc;*/
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1;
}
img#imageDiv {
    height: 460px;
    width: 460px;
}
.owl-carousel.product-review-owl-carousel .owl-nav button.owl-next, 
.owl-carousel.product-review-owl-carousel .owl-nav button.owl-prev {
    color: #0363D1;
    display: inline-block;
    font-size: 15px;
    padding: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 400ms ease-in;
}
.owl-carousel.product-review-owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.product-details-carousel.owl-carousel .owl-nav button.owl-next, 
.product-details-carousel.owl-carousel .owl-nav button.owl-prev {
    background: #ffffff;
    color: #0363D1;
    border: 1px solid #0363D1;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    padding: 5px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 400ms ease-in;
}
.product-details-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.single-product-item img {
    width: 100px;
    height: 100px;
}
.product-review-carousel-img {cursor: pointer;}
.productDetails-header {
    color: #333333;
    font-weight: 600;
}
.productDetails-header-info {
    margin-bottom: 5px;
    display: flex;
}
.productDetails-status {
    color: green;
    font-weight: 600;
}
.productDetails-reviews {
    position: relative;
}
.productDetails-reviews .fa-star:before {
    position: absolute;
    content: "\f005\f005\f005\f005\f005";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffc000;
    font-size: 15px;
}
.productDetails-reviews span {
    position: absolute;
    left: 100px;
    top: 0;
    color: #000000;
    font-weight: 500;
}
.productDetails-price {
    padding: 10px 0;
    font-weight: 700;
}
.productDetails-price span {
    font-size: 18px;
    font-weight: 400;
    color: red;
    margin-left: 5px;
}
.productDetails-addCart-btn {
    display: inline-block;
    background-color: #0163d2;
    border: 1px solid #0163d2;
    color: #ffffff;
    font-weight: 700;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 10px 30px;
    margin-top: 10px;
}
.productDetails-addCart-btn:hover {
    background: #ffffff;
    color: #0163d2;
}

.social-sharing {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.social-sharing a {
    display: inline-block;
    background-color: #275baa;
    color: #ffffff;
    padding: 10px 20px 8px;
    border-radius: 40px;
    margin-right: 10px;
}
.social-sharing a.plus {
    background-color: #0166ff;
    border: 1px solid #0166ff;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.social-sharing a.plus:hover {
    background-color: #fff;
    border: 1px solid #0166ff;
    color: #0166ff;
}
.social-sharing a.facebook {
    background-color: #275BAA;
    border: 1px solid #275BAA;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.social-sharing a.facebook:hover {
    background-color: #fff;
    border: 1px solid #275BAA;
    color: #275BAA;
}
.social-sharing a.twitter {
    background-color: #28c8f0;
    border: 1px solid #28c8f0;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.social-sharing a.twitter:hover {
    background-color: #fff;
    border: 1px solid #28c8f0;
    color: #28c8f0;
}
.social-sharing a.google {
    background-color: #d6061e;
    border: 1px solid #d6061e;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.social-sharing a.google:hover {
    background-color: #fff;
    border: 1px solid #d6061e;
    color: #d6061e;
}
.social-sharing a.linkedin {
    background-color: #007bb5;
    border: 1px solid #007bb5;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.social-sharing a.linkedin:hover {
    background-color: #fff;
    border: 1px solid #007bb5;
    color: #007bb5;
}
/*----------Ending of Product details area----------*/

input.price-input {
    border: 1px solid #0163d2;
    color: #0163d2;
    padding: 6px 0px;
    width: 22%;
    text-align: center;
}
input.price-search-btn {
    background-color: #0163d2;
    border: 1px solid #0163d2;
    color: #ffffff;
    margin-left: 5px;
    padding: 6px 16px;
    transition: all .4s ease;
}
input.price-search-btn:hover {
    background-color: #ffffff;
    color: #0163d2;
}

.product-filter-content.tags a {
    background-color: #0163d2;
    border: 1px solid #0163d2;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 12px;
    text-decoration: none;
    margin-right: 6px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all .4s ease;
}

.pagination {
    justify-content: center;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, 
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
    color: #0163d2;
    border: 1px solid #0163d2;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover,
 .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    cursor: not-allowed;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
}
.search-item-wrap {
    position: absolute;
    background: #ffffff;
    right: 0;
    width: 100%;
    top: 100%;
    z-index: 9;
    padding: 10px;
    box-shadow: 0 0 5px #dddddd;
    border-bottom: 5px solid #0163d2;
    display: block;
}
.search-item-wrap li a {
    color: #333333;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px dotted #dddddd;
    padding-bottom: 10px;
    font-size: 12px;
}

/*  Comments area  */
.product-comments-form button[type="submit"] {
    background-color: #0363D1;
    width: auto;
    display: inline-block;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #0363D1;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    font-weight: 600;
    cursor: pointer;
}
.product-comments-form .form-control {border-radius: 0;}
.comments__profile,
.comments__header {
    display: flex;
    justify-content: space-between;
}
.profile__img {width: 10%;}
.profile__content {
    width: 100%;
    border-bottom: 1px solid #dddddd;
}
.comments__profile:last-child .profile__content {border-bottom: none;}
.comments__author,
.comments__btn {width: 50%;}
.comments__author span {
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}
.reply-btn {
    display: inline-block;
    background: #ececec;
    color: #313232;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}
.reply-form .form-control,
.reply-form button {border-radius: 0;}
.reply-form button {
    font-size: 11px;
    font-weight: 600;
}
.reply-form {display: none;}

/*  Quick view modal  */
.modal.quick-view .modal-header {
    padding: 3px 10px;
    border-bottom: 0;
}

/*  product review tab  */
.product-tab-wrap .nav {
    justify-content: space-between;
    border: 1px solid #dddddd;
    border-radius: 40px;
    padding: 5px;
}
.product-tab-wrap .nav-item {
    width: 33.33%;
    text-align: center;
}
.product-tab-wrap .nav-pills .nav-link {
    border-radius: 30px;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 500;
}
.tab-review input, .tab-review textarea,
.tab-review button {
    border-radius: 0;
}
.review-date {
    font-size: 12px;
    color: rgba(17,7,0,0.49);
    margin-bottom: 0;
    line-height: 1;
}
/*----------Ending of Product details area----------*/

/*----------Starting of Login/registration area----------*/
.login-wrap {background: #f1f1f1;}
.login-tab {
    background: #ffffff;
    box-shadow: 0 0 5px #dddddd;
}
.login-tab .nav-tabs {border-bottom: none;}
.login-tab .nav-item {
    width: 50%;
    text-align: center;
}
.login-tab .nav-link {
    margin-right: 0;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 15px;
    display: block;
}
.login-tab .nav-link {
    background-color: #dddddd;
    font-size: 18px;
    color: #666666;
    border: none;
    border-top: 5px solid #dddddd;
    -webkit-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
}
.login-tab .nav-tabs .nav-link:focus, 
.login-tab .nav-tabs .nav-link:hover {
    border-color: #dddddd;
}
.login-tab .nav-link.active, 
.login-tab .nav-link.active:focus, 
.login-tab .nav-link.active:hover {
    color: #333333;
    cursor: default;
    background-color: #fff;
    border: none;
    border-top: 5px solid #0363D1 !important;
}
.login-form {padding: 20px 30px 40px 30px;}
.login-title {
    padding-top: 40px;
    color: #666666;
}
.login-form .form-control,
.login-form button
 {
    height: 40px;
    border-radius: 0;
}
.login-form textarea.form-control {height: auto;}
.login-form label {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}
.login-form button {
    background: #0363D1;
    border: 1px solid #0363D1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.forgot-area {margin-top: 10px;}
.forgot-area a {
    color: #0363D1;
    font-size: 16px;
    text-decoration: underline
}
.login-social-btn-area {
    margin: 30px 0;
}
.login-form.favorite-modal {padding: 0;}
.modal.favorite .modal-header h3 {
    margin: 0;
    padding-left: 12px;
}
.create-accountLink a {
    margin-bottom: 20px;
    color: #314a7f;
    display: block;
}
.login-social-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.login-form .social-btn {
    display: inline-block;
    background: #3b5998;
    color: #ffffff;
    letter-spacing: normal;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 48%;
}
.login-form.report  .social-btn {
    width: 100%;
    border: none;
}
.login-form .social-btn span {
    display: inline-block;
    padding: 0 8px;
}
.login-form .social-btn.last-child {
    background: #db4935;
}
.login-form .social-btn i.fab {
    background: #314a7f;
    padding: 12px;
}
.login-form .social-btn.last-child i.fab {background: #c04738;}

.rapper, .rrapper {
    display: none;
}

/*----------Ending of Login/registration area----------*/


/*Star Rating Start*/
.starrr {
    display: inline-block;
}
.starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #ffc000;
    text-decoration: none;
}
.review-star{
    padding:20px 0;
}

.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
}
.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ffc000;
}
.empty-stars:before, .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 14pt;
}
.empty-stars:before {
    -webkit-text-stroke: 1px #ffc000;
    color:transparent;
}
.full-stars:before {
    -webkit-text-stroke: 1px #ffc000;
}
/* Webkit-text-stroke is not supported on firefox or IE */

/* Firefox */
@-moz-document url-prefix() {
    .full-stars {
        color: #ffc000;
    }
}
.full-stars {
   color: #ffc000;
}

/*Star Rating End*/