/*
Theme Name: Arxon
Theme URI: 
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: Arxon is flexible, super fast, easily customizable, lightweight, modern multipurpose theme. Arxon comes with everything you could ever need to build an amazing website, and It’s perfect for any type of business.
Template: avril
Version: 1.0
Tested up to: 7.0
Requires PHP: 7.4
Requires at least: 4.7
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: arxon
Slug: arxon
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.header-fifteen .header-above-info .contact-info {
    color: #ffffff !important;
}
.varuda-theme.header-fifteen .nav-wrapper {
    box-shadow: none;
}
.header-fifteen .navbar-area .padding-wrapper {
    box-shadow: 0 0 10px 4px rgba(0 0 0 / 10%);
    border-radius: 5px;
    margin-top: 10px;
}

.header.header-fifteen .nav-wrapper {
    background: transparent;
    padding: 0;
    border-radius: 0;
    border-bottom: none;
}
.arxon-theme a.av-btn {
    border-radius: 4px;
}

.header-fifteen .widget_social_widget {
    padding-right: 0;
}

.header-fifteen .widget_social_widget li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.header.header-fifteen .header-above-info .av-columns-area>div:first-child::after,
.header.header-fifteen .header-above-info .widget-left .widget:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}
.header.header-fifteen .header-above-info .widget-left .widget {
    position: relative;
}
.header.header-fifteen .header-above-info .widget-left .widget:not(:last-child)::after {
    top: -20px;
    height: calc(100% + 40px);
    right: 25px;
}

.header.header-fifteen .menu-right > ul > li.search-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    display: inline-block;
    margin: auto;
    opacity: 0.95;
    height: calc(100% - 10px);
    border-right: 1px dashed;
    z-index: -1;
}

.header.header-fifteen .navbar-area .menubar .menu-wrap > li:not(:last-child):after {
    height: calc(100% - 10px);
    opacity: 0.95;
    border-right: 1px dashed;
}

.header.header-fifteen .menu-right > ul > li:nth-child(2) {
    border-left: none;
}

.header-center.header-fifteen .navbar-area .av-column-2 {
    flex-basis: 16.6666%;
    max-width: 16.6666%;
}

.header-center.header-fifteen .navbar-area .av-column-10 {
    flex-basis: 83.3333%;
    max-width: 83.3333%;
}

.header-center.header-fifteen  .navbar-area .av-column-10{
    border: none;
}
.cart-wrapper .cart-icon-wrap i {
    display: inline-block;
    color: inherit;
    vertical-align: text-bottom;
    font-size: 22px;
}
.cart-wrapper .cart-icon-wrap span {
    position: absolute;
    top: -1px;
    right: 2px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    font-size: 10px;
    color: var(--sp-white);
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    text-align: center;
    background-color: var(--sp-primary);
}

.shopping-cart {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    width: 320px;
    padding: 20px;
    color: var(--sp-primary);
    background: var(--sp-white);
    border-radius: 0 3px 3px;
    border: 0;
    border-top: 3px solid var(--sp-primary);
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.menu-right .cart-wrapper:hover .shopping-cart, .menu-right .cart-wrapper:focus .shopping-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}
.shopping-cart .cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}
.shopping-cart .cart-header .cart-total {
    float: right;
}
.shopping-cart .cart-badge {
    color: var(--sp-white);
    font-size: 10px;
    margin: 0;
    width: 16px;
    height: 16px;
    line-height: 1.6;
    text-align: center;
    vertical-align: super;
    border-radius: 100px;
    display: inline-block;
    background-color: var(--sp-primary);
}
div.shopping-cart ul.cart-items {
    padding: 0;
    margin: 0;
    padding-top: 20px;
    list-style: none;
    max-height: 188px;
    overflow-x: hidden;
    overflow-y: auto;
}
div.shopping-cart ul.cart-items li {
    display: inline-block;
    width: 100%;
    margin: 0 10px 10px 0;
    padding: 0;
    font-size: 15px;
    position: relative;
}
div.shopping-cart ul a.remove {
    float: right;
    margin-top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    color: var(--sp-white) !important;
    background-color: var(--sp-primary);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.15);
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.shopping-cart .cart-items .item-img {
    float: left;
    margin-right: 12px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 4.5;
    border-width: 1px;
    border-style: solid;
    border-color: var(--sp-primary);
}
.shopping-cart .cart-items .item-img img {
    width: 90%;
    border-radius: 50%;
    display: inline-block;
    float: none;
    margin: auto;
}
.shopping-cart .cart-items .item-name {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding-top: 15px;
}
.shopping-cart .cart-items .quantity {
    font-size: 12px;
    font-weight: 400;
    color: red;
}
/* Slider */
.arxon-theme .theme-content h1 > span {
    color: #ffffff;
}
.arxon-theme .theme-content h1 span.inner-class{
    color: var(--sp-primary);
}

.arxon-theme .theme-content h3 {
    position: relative;
    display: inline-block;
    color: var(--sp-primary);
}
.arxon-theme .theme-content h3::after {
    content:'';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--sp-primary);
    left: 0;
    bottom: 0;
    transition: width 1s;
}
.arxon-theme .theme-content:hover h3::after, .arxon-theme .theme-content:focus-within h3::after {
    width: 100%;
}
.arxon-theme .main-slider div.owl-nav [class*=owl-] {
    width: clamp(35px, 5vw , 47px);
    height: clamp(35px, 5vw , 47px);
    line-height: 37px;
    font-size: 0.75rem;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.arxon-theme .main-slider.owl-carousel .owl-nav {
    bottom: unset;
    top: 50%;
}
.arxon-theme .main-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    margin: 0;
    left: 0;
}
.arxon-theme .main-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    margin: 0;
    right: 0;
}
.arxon-theme .main-slider.owl-carousel:hover .owl-nav .owl-next {
    right: 60px;
    visibility: visible;
    opacity: 1;
}
.arxon-theme .main-slider.owl-carousel:hover .owl-nav .owl-prev {
    left: 60px;
    visibility: visible;
    opacity: 1;
}
.arxon-theme .theme-content .av-btn:not(:last-child) {
    margin-right: 10px;
}

/* Animated Bar */
.trusted-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    padding: 20px 0;
}

.trusted-section .line {
    flex: 1;
    height: 1px;
    background: #e6e6e6;
    max-width: 220px;
}

.trusted-text {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
	text-align: center;
}

.trusted-text .highlight {
    color: var(--sp-primary);
}
.animate-section.type-2 {
    background-color: transparent;
}

.animate-section.type-2 .animate-icon img {
    filter: grayscale(1);
    height: 30px;
	width: auto;
    margin: auto;
}

.animate-section .animate-icon:hover img, .animate-section .animate-icon:focus-within img{
    filter: grayscale(0);
}
/*=====  Testimonial Section =====*/
#testimonial-section {
	padding-bottom: 0;
}
.testimonial-item,
.testimonial-item .testimonial-content {
    width: 100%;
    display: block;
    transition: .3s ease-in-out;
}

.testimonial-item .testimonial-content {
    padding: 47px 30px;
    position: relative;
    z-index: 0;
    background-color: var(--sp-white);
    transition: .3s ease-in-out;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
}

.testimonial-item .testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 35px;
    height: 35px;
    background-color: inherit;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.testimonial-title p {
    color: var(--sp-primary);
    margin-top: 6px;
    margin-bottom: 0;
    transition: .3s ease-in-out;
}

.testimonial-content blockquote {
    margin: 25px 0 0;
    padding: 0;
    padding-bottom: 60px;
    position: relative;
    border: 0;
    background: none;
    z-index: 0;
}

.testimonial-content blockquote:after {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: normal;
    color: #e1e1e1;
    font-size: 40px;
    z-index: 0;
    transition: .3s ease-in-out;
}

.testimonial-item .testimonial-icon {
    width: 100%;
    display: block;
    line-height: normal;
    margin-top: 35px;
    text-align: center;
}

.testimonial-item .testimonial-icon .image-box {
    display: inline-block;
    width: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.testimonial-item .testimonial-icon img {
    width: auto;
    margin: 0 auto;
}

.testimonial-carousel .owl-item.center .testimonial-content {
    color: var(--sp-white);
    background-color: var(--sp-primary);
}

.testimonial-carousel .owl-item:hover .testimonial-content {
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22)
}

.testimonial-carousel .owl-item:hover .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item {
    transform: translateY(-12px);
}

.testimonial-carousel .owl-item.center blockquote:after,
.testimonial-carousel .owl-item.center .testimonial-title p {
    color: var(--sp-white);
}