@charset "UTF-8";

/*
--------------------------
	Css Indexing
--------------------------
** @typography
--------------------------
** Global CSS
--------------------------
** Helper CSS
--------------------------
** Preloader CSS
-------------------------- 
** Header area CSS
-------------------------- 
** Search popup CSS
-------------------------- 
** Hero area CSS
--------------------------
** Feature section CSS
-------------------------- 
** Service section CSS
--------------------------
** About section CSS
-------------------------- 
** Testimonial section CSS
-------------------------- 
** Partner section CSS
---------------------------
** FAQ section CSS
---------------------------
** Quote section CSS
---------------------------
** News section CSS
---------------------------
** CTA section CSS
---------------------------
** Footer section CSS
---------------------------
** Home 2 Page CSS
---------------------------
** Home 3 Page CSS
---------------------------
** Home 4 Page CSS
---------------------------
** Home 5 Page CSS
---------------------------
** Home 6 Page CSS
---------------------------
** About Page CSS
---------------------------
** Services Page CSS
---------------------------
** Service Deatils Page CSS
---------------------------
** Blogs Page CSS
---------------------------
** Blogs Grid Sidebar Page CSS
---------------------------
** Blogs Grid Page CSS
---------------------------
** Blog Details Page CSS
---------------------------
** Gallery Page CSS
---------------------------
** Gallery Masonry Page CSS
---------------------------
** Testimonial Page CSS
---------------------------
** FAQ Page CSS
---------------------------
** Quote Page CSS
---------------------------
** Contact Page CSS
---------------------------
** Pricing Page CSS
---------------------------
** 404 Page CSS
---------------------------
** Category Page CSS
---------------------------
** Product Details Page CSS
---------------------------
** Cart Page CSS
---------------------------
** Checkout Page CSS
---------------------------
*/


/*-----------------
    @Typography
-----------------*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');





/*---------------------------
** Quote Page CSS
---------------------------*/

.quote-breadcrumb-bg {
    background-image: url('../images/img/quote/breadcrumb.jpg');
    background-size: cover;
}

.quote-page span.title {
    color: #797e82;
}

.quote-page h2.subtitle {
    color: #183650;
}

.quote-page form .form-element input,
.quote-page form .form-element select {
    border: 2px solid #e8e8e8;
}

.quote-section.quote-page .form-element button[type="submit"] {
    padding: 12px 45px;
}

.quote-page .contact-infos {
    background-color: #f5f5f5;
    padding: 50px 60px;
}

.quote-page .contact-infos .single-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.quote-page .contact-infos .single-info .icon-wrapper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.quote-page .contact-infos .single-info:hover .icon-wrapper {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #58bed3;
    color: #fff;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.quote-page .contact-infos .single-info .icon-wrapper i {
    font-size: 20px;
    color: #58bed3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.quote-page .contact-infos .single-info:hover .icon-wrapper i {
    color: #fff;
}

.quote-page .contact-infos .single-info:last-child {
    margin-bottom: 0px;
}

.quote-page .contact-infos .single-info .icon-wrapper {
    border: 1px solid #58bed3;
    height: 50px;
    width: 50px;
    margin-right: 15px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.quote-page .contact-infos .single-info p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    color: #4e5861;
}




/*---------------------------
** Pricing Page CSS
---------------------------*/

.pricing-section {
    padding: 111px 0px 120px;
}

.pricing-tables {
    color: #ffffff;
    width: 100%;
}

.pricing-tables img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.pricing-tables .plan {
    margin: 0px;
    width: 100%;
    padding-top: 18px;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #183650;
    border-radius: 8px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pricing-tables .plan:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    background-color: #58bed3;
}

.pricing-tables .plan:hover a {
    background-color: #183650;
}

.pricing-tables header {
    color: #ffffff;
}

.pricing-tables .plan-title {
    line-height: 60px;
    position: relative;
    margin: 0;
    padding: 0 20px;
    font-size: 1.6em;
    letter-spacing: 2px;
    font-weight: 700;
}

.pricing-tables .plan-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: 40px;
    height: 3px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pricing-tables .plan-cost {
    padding: 0 20px;
    margin: 0;
}

.pricing-tables .plan-price {
    font-weight: 400;
    font-size: 2.8em;
    margin: 10px 0;
    display: inline-block;
}

.pricing-tables .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.pricing-tables .plan-features {
    padding: 0 0 28px;
    margin: 0;
    list-style: outside none none;
    font-size: 0.9em;
}

.pricing-tables .plan-features li {
    padding: 8px 20px;
}

.pricing-tables .plan-features i {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.5);
}

.pricing-tables .plan-select {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}

.pricing-tables .plan-select a {
    background-color: #58bed3;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.pricing-tables .plan-select a:hover {
    background-color: #183650;
}


/*---------------------------
** 404 Page CSS
---------------------------*/

.error-section {
    padding: 89px 0px 92px;
}

.oops {
    max-width: 100px;
    margin: 0 auto;
}

.oops img {
    width: 100%;
}

.not-found img {
    width: 100%;
}

.error-txt {
    text-align: center;
    margin-top: 30px;
}

.error-txt h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    margin: 21px 0px 14px;
    color: #1f415f;
}

.error-txt p {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

.error-txt a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    padding: 14px 40px;
    border-radius: 50px;
    font-size: 16px;
    text-decoration: none;
    margin-top: 15px;
    background-color: #58bed3;
    border: 1px solid #58bed3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.error-txt a:hover {
    color: #58bed3;
    background-color: #fff;
}

/*---------------------------
** Category Page CSS
---------------------------*/

.products-area {
    padding: 120px 0px;
}

.single-product .thumbnail img {
    width: 100%;
}

.rate {
    background-image: url("../images/img/rate-star.png");
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    width: 95px;
    margin: 0 auto;
}

.rating {
    background-image: url("../images/img/rate-star.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 13px;
}

.circle .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 0px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.circle .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.circle:hover .tooltiptext {
    visibility: visible;
}

.single-product .thumbnail {
    position: relative;
}

.single-product .thumb-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

.single-product:hover .thumb-overlay {
    visibility: visible;
    opacity: 1;
}

.single-product .thumb-overlay .circle-container {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.single-product .thumb-overlay .circle {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 43px;
    background-color: #1f415f;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #1f415f;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50px) rotate(-180deg);
    transform: translateX(-50px) rotate(-180deg);
    -webkit-transition: 1s;
    transition: 1s;
}

.single-product:hover .thumb-overlay .circle {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
}

.single-product .thumb-overlay .circle:hover {
    background-color: #fff;
}

.single-product .thumb-overlay .circle i {
    font-size: 20px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-product .thumb-overlay .circle:hover i {
    color: #1f415f;
}

.single-product .content {
    text-align: center;
    padding: 27px 20px 30px;
}

.single-product .content h4.title {
    font-size: 20px;
    margin-bottom: 0px;
}

.single-product .content h4.title a {
    color: #1f415f;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-product .content h4.title a:hover {
    color: #1f415f;
}

.single-product {
    border: 1px solid #f1f1f1;
}

.products div[class*="col-"]:nth-child(3n+2) .single-product {
    border-left: none;
    border-right: none;
}

.single-product .price {
    font-size: 16px;
    margin-bottom: 7px;
    font-family: 'Source Sans Pro', sans-serif;
}

.single-product .price span {
    color: #1f415f;
    margin-right: 5px;
}

.single-product button.addtocart {
    border: 1px solid #1f415f;
    padding: 8px 0px;
    background-color: #1f415f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-product button.addtocart:hover {
    background-color: #fff;
    color: #1f415f;
}

.price-range-block .ui-slider-horizontal {
    height: 6px;
}

.price-range-block .ui-slider .ui-slider-handle {
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #1f415f;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 5px #000;
    box-shadow: 0px 0px 5px #000;
}

.price-range-block .ui-slider-horizontal .ui-slider-handle {
    top: -8px;
}

.price-range-block .ui-widget-header {
    background: #1f415f;
}

.price-range-block .ui-widget-content {
    background: #f5f5f5;
}

.filters .livecount {
    text-align: center;
    margin-top: 20px;
}

.filters .livecount input {
    border-radius: 5px;
    border: 1px solid #0000001a;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    width: 40%;
}

.filters .livecount span {
    display: inline-block;
    margin: 0px 7px;
}

.filters .filter {
    margin-bottom: 30px;
}

.filters .filter:last-child {
    margin-bottom: 0px;
}

.filter .filter-header {
    background-color: #1f415f;
    padding: 10px 20px 5px;
}

.filter .filter-header h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.filter .filter-body {
    padding: 30px;
    border: 1px solid #f1f1f1;
}

.filter .applybtn {
    display: block;
    border: none;
    background-color: #1f415f;
    color: #fff;
    border-radius: 50px;
    padding: 5px 30px;
    text-transform: uppercase;
    margin-top: 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.filter.category ul {
    padding-left: 0px;
    list-style-type: none;
}

.filter.category ul li a {
    color: #1f415f;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.filter.category ul li a:hover {
    color: #1f415f;
}

.filter.category ul li {
    position: relative;
    padding-left: 20px;
}

.filter.category ul li::before {
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #1f415f;
    left: 0px;
    top: -1px;
}

.filter .container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Source Sans Pro', sans-serif;
}

.filter .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.filter .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

.filter .container:hover input ~ .checkmark {
    background-color: none;
}

.filter .container input:checked ~ .checkmark {
    background-color: #1f415f;
}

.filter .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter .container input:checked ~ .checkmark:after {
    display: block;
}

.filter .container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter .checkmark.radio {
    border-radius: 50%;
}

.filter select {
    width: 100%;
    padding: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #0000002a;
}

.quickview-slider {
    width: 100%;
}

.quickview-slider .owl-stage {
    background-color: rgba(30, 144, 255, .8);
}

.quickview-slider .owl-item {
    padding: 0;
    position: relative;
    opacity: 0.5;
}

.quickview-slider .owl-item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: auto;
}

.quickview-slider .center {
    opacity: 1;
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 9999;
}

.quickview-slider .owl-thumbs {
    text-align: center;
    display: table;
    width: 100%;
    position: relative;
    margin-top: 10px;
    z-index: 1;
}

.quickview-slider .owl-thumb-item {
    width: 20%;
    height: auto;
    border: none;
    background: none;
    padding: 0;
    opacity: 0.7;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    margin-right: 5px;
    cursor: pointer;
}

.quickview-slider .owl-thumb-item:last-child {
    margin-right: 0px;
}

.quickview-slider .owl-thumb-item img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.quickview-slider .owl-thumb-item.active {
    opacity: 1;
    border: 1px solid #1f415f;
}

.quickview-slider .owl-thumb-item.active img {
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    display: block;
    background-color: black;
}

.quickview-slider.owl-carousel .owl-nav button.owl-next,
.quickview-slider.owl-carousel .owl-nav button.owl-prev {
    background: #1f415f;
    color: #fff;
    border: none;
    font-size: 12px;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.quickview-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 5%;
    bottom: 5%;
    z-index: 10;
}

.quickview-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 5%;
    bottom: 5%;
    z-index: 10;
}

.quickview-slider.owl-carousel .owl-stage-outer {
    border: 1px solid #f1f1f1;
}

.product-details button.close {
    height: 30px;
    width: 30px;
    border: 1px solid #0000004a;
    border-radius: 50%;
}

.product-details-form .filter .container {
    display: inline-block;
    max-width: none;
    width: auto;
    font-family: 'Source Sans Pro', sans-serif;
}

.color.filter .checkmark {
    height: 25px;
    width: 25px;
}

.color.filter .checkmark.red {
    background-color: red;
}

.color.filter .container input:checked ~ .checkmark.red {
    background-color: red;
}

.color.filter .checkmark.green {
    background-color: green;
}


.color.filter .container input:checked ~ .checkmark.green {
    background-color: green;
}

.color.filter .checkmark.purple {
    background-color: purple;
}

.color.filter .container input:checked ~ .checkmark.purple {
    background-color: purple;
}

.color.filter .checkmark.blue {
    background-color: blue;
}

.color.filter .container input:checked ~ .checkmark.blue {
    background-color: blue;
}

.color.filter .container .checkmark:after {
    left: 9px;
    top: 3px;
    width: 7px;
    height: 15px;
}

.filter.color .container {
    padding-left: 30px;
    padding-right: 5px;
    font-family: 'Source Sans Pro', sans-serif;
}

.filter.color .checkmark {
    top: 2px;
}

.product-details-form select {
    width: 100%;
    border-radius: 3px;
    padding: 8px 10px;
    border: 1px solid #0000002a;
    font-family: 'Source Sans Pro', sans-serif;
}

.product-details .modal-content {
    border-radius: 0px;
}

.product-details-form input {
    border-radius: 3px;
    border: 1px solid #0000003a;
    width: 100%;
    padding: 8px 0px;
    padding-left: 12px;
    font-family: 'Source Sans Pro', sans-serif;
}

.product-details-form button.addtocart {
    display: block;
    width: 100%;
    color: #fff;
    background: #1f415f;
    border: 1px solid #1f415f;
    padding: 8px 0px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
}

.social-share ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.social-share ul li {
    display: inline-block;
    margin-right: 10px;
}

.social-share ul li:last-child {
    margin-right: 0px;
}

.social-share ul li a {
    display: block;
    border: 1px solid transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    opacity: 1;
    color: #fff;
}

.social-share ul li a:hover {
    opacity: .7;
}

.social-share ul li a.facebook {
    background: #3b5998;
}

.social-share ul li a.twitter {
    background: #00acee;
}

.social-share ul li a.linkedin {
    background: #0077B5;
}

.social-share ul li a.google {
    background: #CC3333;
}

.social-share ul li a.pinterest {
    background: #c8232c;
}

.product-details .content h4.title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f415f;
}

.product-details .content .rate {
    margin: 5px 0px 0px;
    display: inline-block;
}

.product-details .price {
    font-family: 'Source Sans Pro', sans-serif;
}

.product-details .price span {
    display: inline-block;
    margin-right: 5px;
    color: #1f415f;
}

.product-details-form h6.label {
    color: #1f415f;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.product-details .social-share h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f415f;
    text-transform: uppercase;
}

.product-details .desc p {
    margin: 15px 0px 25px;
}

.topbar-filters {
    border: 1px solid #f1f1f1;
    padding: 15px 20px 15px 0px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.topbar-filters label {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #1f415f;
}

.topbar-filters .sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-filters select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 10px;
    padding: 5px 0px;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #0000002a;
    font-family: 'Source Sans Pro', sans-serif;
}

.topbar-filters .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*---------------------------
** Product Details Page CSS
---------------------------*/

.product-details {
    padding: 120px 0px;
}

.product-details .product-preview {
    border: 1px solid #f1f1f1;
    text-align: center;
}

.product-details .product-preview img.single-image {
    width: 100%;
}

.product-details .product-thumb-slider img.small {
    cursor: pointer;
}

.product-thumb-slider.owl-carousel .owl-nav button.owl-next,
.product-thumb-slider.owl-carousel .owl-nav button.owl-prev {
    background: #1f415f;
    height: 30px;
    width: 30px;
    color: #fff;
    border: 1px solid #1f415f;
    text-align: center;
    line-height: 30px;
    position: absolute;
    outline: 0;
}

.product-thumb-slider.owl-carousel .owl-nav button.owl-next {
    opacity: 0;
    visibility: hidden;
    right: -5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}

.product-thumb-slider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #fff;
    color: #1f415f;
}

.product-thumb-slider.owl-carousel:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: 1;
    right: -4%;
}

.product-thumb-slider.owl-carousel .owl-nav button.owl-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    left: -5%;
    -webkit-transition: .3s;
    transition: .3s;
}

.product-thumb-slider.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #fff;
    color: #1f415f;
}

.product-thumb-slider.owl-carousel:hover .owl-nav button.owl-prev {
    left: -4%;
    visibility: visible;
    opacity: 1;
}

.product-thumb-slider.owl-carousel {
    margin-top: 10px;
}


.product-thumb-slider .single-product img.big {
    display: none;
}

.actions button {
    display: block;
    width: 100%;
    border: none;
    background-color: #1f415f;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 0px;
    border-radius: 3px;
    cursor: pointer;
}

.actions button i {
    margin-right: 8px;
}

.actions .wishlist,
.actions .compare {
    background-color: #1f415f;
    color: #fff;
}

.comments .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comments .single-comment {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.comments .single-comment img {
    width: 60px;
    border-radius: 50%;
    margin-right: 30px;
}

.comments .single-comment .date {
    font-size: 14px;
    color: #acb4c2;
}

.comments .single-comment .bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
}

.avg-rating h2 {
    color: #f4d632;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 0px;
}

.avg-rating p {
    text-align: center;
    margin: 0px;
}

.review-form .form-element textarea {
    border: 1px solid #f1f1f1;
}

.review-form div#rateYo {
    margin: 5px auto 0px;
}

.review-form h2 {
    text-align: center;
    color: #1f415f;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 24px;
}

.review-form button[type="submit"] {
    border: 1px solid #1f415f;
}

.review-form .counter {
    text-align: center;
    font-weight: 600;
    color: #1f415f;
    margin-bottom: 20px;
}

.review-form .form-element input, .review-form .form-element select {
    border: 1px solid #f1f1f1;
}

.specifications th[scope="row"] {
    color: #1f415f;
}

.product-details .nav-tabs .nav-link {
    color: #1f415f;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.product-details .nav-tabs .nav-item.show .nav-link,
.product-details .nav-tabs .nav-link.active {
    border-bottom: 4px solid #1f415f;
    color: #1f415f;
}

.vendor-info {
    border: 1px dashed #0000002a;
    text-align: center;
    border-radius: 8px;
    padding: 20px 30px 30px;
}

.vendor-info span {
    color: #1f415f;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.vendor-info h5 {
    font-size: 20px;
    font-weight: 600;
    color: #1f415f;
    margin-bottom: 10px;
}

.vendor-info h3 {
    font-size: 24px;
    color: #1f415f;
    font-weight: 600;
    margin-bottom: 9px
}

.vendor-info a.visitbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 3px 25px;
    background: #1f415f;
    border: 1px solid #1f415f;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    margin-top: 19px;
    -webkit-transition: .5s;
    transition: .5s;
}

.vendor-info a.visitbtn:hover {
    background: #fff;
    color: #1f415f;
}

.product-details .tab-content {
    margin-top: 30px;
}

.product-details #description p {
    margin-bottom: 10px;
}

.product-details #description p:last-child {
    margin-bottom: 0px;
}

.product-details .product-infos {
    margin-top: 50px;
}

.product-details .social-share {
    margin-top: 30px;
}

.product-details .avg-rating {
    margin-bottom: 24px;
}

