/*!
Theme Name: Sayara
Author: ThemeBing
Description: Auto Parts Store Template
Version: 1.0.1
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
@font-face {
    font-family: "star";
    src: url("../fonts/star.eot");
    src: url("../fonts/star.eot?#iefix") format("embedded-opentype"),
        url("../fonts/star.woff") format("woff"),
        url("../fonts/star.ttf") format("truetype"),
        url("../fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: Rubik;
    margin: 0;
    color: #808080;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}


pre {
    background: #fafafa;
    padding: 20px
}

.input-text,
input[type=email],
input[type=tel],
input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
textarea {
    width: 100%;
    border: 1px solid #dfdfdf;
    height: 45px;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

textarea {
    height: 160px;
    padding: 15px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    height: 45px;
    padding: 0 50px;
    border: none;
}

label.inline,
input[type="checkbox"]+label {
    display: inline;
    font-weight: 400;
    margin-left: 0.5rem;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0;
    width: 19px;
    min-width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

input[type="checkbox"]:checked::before {
    content: '✔';
    position: absolute;
    display: inline-block;
    margin: -5px 0 0 2px;
    height: 1.75rem;
    width: 1.75rem;
}

select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    color: #808080;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%;
}

/*For IE*/
select::-ms-expand {
    display: none;
}

table {
    width: 100%;
}

table th {
    font-weight: 500;
}

th,
td {
    border: 0.1rem solid #ddd;
    line-height: 26px;
    margin: 0;
    overflow: visible;
    padding: 0.5em;
}

label {
    display: inline-block;
    margin-bottom: 10px;
}

a {
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

button:focus,
a:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

dl,
ol,
ul {
    padding-left: 18px;
}

dd {
    margin: 0 1rem 1rem;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

b,
strong {
    color: #333;
}

blockquote:not(:last-child) {
    margin-bottom: 25px;
}

blockquote {
    background: #fafafa;
    padding: 30px;
    position: relative;
}

blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
}

blockquote>* {
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}


*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.slick-slide {
    outline: none
}


.mfp-content {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    ;
}

button.mfp-arrow,
button.mfp-close {
    background: transparent !important;
}

:focus {
    outline: none;
}

.bg-gray {
    background: #fafafa;
}

.woocommerce-info {
    background: #eee;
    border-top: 2px solid #e52727;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 20px 30px;
    background: #fafafa;
    list-style: none;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout_coupon {
    display: none;
}

footer{ clear:both; }

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/

.comment-navigation .nav-links {
    overflow: hidden;
    margin: 50px 0;
}

.comment-navigation .nav-links a,
.btn {
    padding: 10px 50px;
    border-radius: 2.5px;
    color: #fff;
    display: inline-block;
}

.btn:active,
.btn:hover {
    color: #fff;
}

.comment-navigation .nav-links .nav-previous {
    float: left;
}

.comment-navigation .nav-links .nav-next {
    float: right;
}

.post-navigation {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.post-navigation .nav-previous {
    float: left;
}

.post-navigation .nav-next {
    float: right;
}

.sayara-btn {
    display: inline-block;
    padding: 12px 50px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

.sayara-btn:hover {
    color: #fff;
}

.sayara-btn i {
    margin-right: 20px;
}

.sayara-btn.shadow {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 7px 10px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 10px 6px rgba(0, 0, 0, 0.08);
}

.sayara-play-btn>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: inherit;
    border-color: inherit;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sayara-play-btn-txt {
    font-weight: 700;
    color: #000;
}

.sayara-play-btn-icon {
    border-radius: 50%;
    margin-top: -5%;
    margin-bottom: -5%;
    letter-spacing: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    width: 3.5em;
    height: 3.5em;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    margin-right: 20px;
    border: none;
    color: #fff;
}

.sayara-btn.bordered {
    background: #fff;
    border: 2px solid;
}

.sayara-btn.bordered:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.top-header {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.top-header .ajax-search-form button {
    padding: 7px 30px;
    height: 39px;
    border-radius: 2.5px;
}

.site-header {
    padding: 15px 0;
}

/*Mega Menu*/
.departments-menu {
    position: absolute;
}

.departments-menu>ul {
    list-style: none;
}

.departments-menu ul a {
    display: block;
    color: #333;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.departments-menu>ul>li>a {
    padding: 10px 30px;
}

.departments-menu>ul>li>a:hover {
    background: #f3f3f3;
}

.departments-menu>ul {
    position: relative;
    top: 16px;
    padding: 15px 0;
    padding-left: 0;
    width: 270px;
    z-index: 2;
    margin-bottom: 0;
    visibility: hidden;
    display: none;
    opacity: 0;
    top: 100%;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s, visibility 0s .2s;
    transition: opacity .2s, transform .2s, visibility 0s .2s;
    transition: opacity .2s, transform .2s, visibility 0s .2s, -webkit-transform .2s;
}

.departments-container.open .departments-menu>ul {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
}

.departments-menu-button {
    width: 270px;
}

.departments-menu-button i {
    margin-right: 15px;
}

.sayara-departments-mega-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.departments-menu .sayara-mega-menu>a {
    position: relative;
}

.departments-menu .sayara-mega-menu>a:after {
    position: absolute;
    content: '>';
    right: 30px;
}

.departments-menu .sayara-mega-menu>ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0;
    padding-left: 0;
    padding: 30px;
    padding-bottom: 0;
    width: 1030px;
    min-height: 360px;
    background: #fff;
    -webkit-box-shadow: 5px 1px 12px 0px rgba(0, 0, 0, .2);
    box-shadow: 5px 1px 12px 0px rgba(0, 0, 0, .2);
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    display: none;
}

li.sayara-mega-menu:hover ul {
    display: table-caption;
}

.departments-menu .sayara-mega-menu>ul>li {
    float: left;
    width: calc(100% / 4);
    padding: 0 15px;
    z-index: 1;
    margin-bottom: 30px;
}

.departments-menu .sayara-mega-menu>ul>li>a {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.departments-menu .sayara-mega-menu>ul>li>ul {
    padding-left: 0;
    margin-left: 0;
}

.departments-menu .sayara-mega-menu>ul>li>ul li a {
    font-weight: 400;
}

.departments-menu .sayara-mega-menu>ul>li>ul li ul {
    margin-left: 0;
}

.mega-menu-content {
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    top: 100%;
    opacity: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.menu-item.open .mega-menu-content {
    visibility: visible;
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    background: #fff;
    padding: 30px;
}

.sayara-departments-mega-menu .mega-menu-content {
    top: 0;
    left: 270px;
    width: 1015px;
}

.sayara-departments-mega-menu .mega-menu-content .elementor-section-wrap .elementor-section {
    width: 1015px;
}

/*Header to right side button account and cart */
.my-account-widget,
.shopping-cart-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    position: relative;
}

.my-account-widget i,
.shopping-cart-widget i {
    float: left;
    font-size: 36px;
    margin-top: 10px;
    margin-right: 10px;
}

.my-account-widget .my-account-button,
.shopping-cart-widget .shopping-cart-button {
    display: inline-block;
    cursor: pointer;
}

.my-account-widget .my-account-button h5,
.shopping-cart-widget .shopping-cart-button h5 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 18px;
}

.my-account-content {
    position: absolute;
    width: 280px;
    top: 57px;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s, visibility 0s .2s;
    transition: opacity .2s, transform .2s, visibility 0s .2s;
    transition: opacity .2s, transform .2s, visibility 0s .2s, -webkit-transform .2s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

.my-account-widget.open .my-account-content {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
    z-index: 101;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
}

.my-account-content {
    padding: 20px 0;
}

.my-account-content img {
    border-radius: 6px;
}

.my-account-content .header-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 0 15px;
    padding-bottom: 15px;
}

.my-account-content .user-logged-in.hide {
    display: none;
}

.my-account-content .header-profile img {
    margin-right: 15px;
}

.my-account-content .header-profile-content {
    margin-top: auto;
}

.my-account-content .header-profile-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.my-account-content ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.my-account-content ul li a {
    font-size: 15px;
    padding: 5px 15px;
    display: block;
    font-weight: 500;
    color: #333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.my-account-content ul li a:hover {
    background: #f3f3f3;
}

.my-account-content .header-profile-login {
    padding: 0 20px;
}

.my-account-content .header-profile-login h6 {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.my-account-content .header-profile-login .login-remember {
    margin-bottom: 0;
}

.my-account-content .header-profile-login label {
    font-size: 14px;
}

/*Mega Mneu End*/
.off-canvas-menu-bar.fixed-top,
.site-header.fixed-top {
    background: #fff;
    -webkit-box-shadow: 0px 18px 40px -30px rgba(35, 38, 58, 0.21);
    box-shadow: 0px 18px 40px -30px rgba(35, 38, 58, 0.21);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
}

body.admin-bar .fixed-top {
    top: 30px;
}

.custom-logo-link {
    display: inline-block;
}

.custom-logo-link img {
    width: 270px;
}

.navbar-logo-text {
    font-size: 22px;
    font-weight: bolder;
}

.primary-menu ul {
    padding-left: 0;
    margin-bottom: 0 !important;
}


.primary-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

.primary-menu ul li:last-child {
    margin-right: 0px;
}

.primary-menu ul li a {
    font-size: 18px;
    color: #333;
}

.primary-menu ul li .children,
.primary-menu ul li .sub-menu {
    position: absolute;
    z-index: 9;
    border-radius: 0;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    display: block;
    left: 0;
    opacity: 0;
    right: 0;
    top: 52px;
    padding-left: 0;
    visibility: hidden;
    min-width: 230px;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    margin: 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.primary-menu ul li .children:after,
.primary-menu ul li .sub-menu:after {
    position: absolute;
    content: '';
    left: 0;
    top: -41px;
    height: 40px;
    min-width: 230px;
}

.primary-menu ul li:hover>.children,
.primary-menu ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.primary-menu ul li .children li,
.primary-menu ul li .sub-menu li {
    margin-right: 0;
    text-align: left;
    display: block;
}

.primary-menu ul li .children li.current-menu-item>a,
.primary-menu ul li .sub-menu li.current-menu-item>a {
    color: #fff;
}

.primary-menu .menu-item-has-children {
    position: relative;
}

.primary-menu ul li.menu-item-has-children:after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 15px;
    right: -17px;
    top: 1px;
}

.sub-menu .menu-item-has-children:after {
    display: none;
}

.primary-menu ul li .children li a,
.primary-menu ul li .sub-menu li a {
    padding: 15px 20px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.primary-menu ul li .children li a:hover,
.primary-menu ul li .sub-menu li a:hover {
    color: #fff;
}

.header-btn a {
    padding: 10px 30px;
    background: #f1f1f1;
    display: inline-block;
    font-weight: 500;
    color: #333;
    border-radius: 5px;
}

.header-btn a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
## Ajax Search
--------------------------------------------------------------*/
.ajax-search-form {
    position: relative;
}

#datafetch {
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.10);
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.10);
    padding-bottom: 4px;
    position: absolute;
    background: #fff;
    z-index: 3;
    width: 100%;
}

.ajax-search-form input[type="text"] {
    line-height: 20px;
    padding: 12px 30px;
    width: 100%;

}

.ajax-search-form button {
    position: absolute;
    right: 3px;
    top: -10px;
}

#datafetch li {
    padding: 0;
    border: none;
    line-height: 50px;
}

#datafetch li img {
    width: 32px;
    margin-right: 15px;
    border-radius: 5px;
}

#datafetch li a {
    color: #333;
    display: block;
    padding: 0 15px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

#datafetch li a:hover {
    background: #f1f1f1;
    padding: 0 20px;
}

/*--------------------------------------------------------------
# Off canvas menu mobile menu
--------------------------------------------------------------*/
.off-canvas-menu-bar {
    -webkit-box-shadow: 0px 18px 40px -30px rgba(35, 38, 58, 0.21);
    box-shadow: 0px 18px 40px -30px rgba(35, 38, 58, 0.21);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    padding: 10px 0;
    display: none;
    width: 100%;
}

.off-canvas-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.off-canvas-menu .navbar-logo {
    display: block;
    padding: 20px 20px;
    text-align: center;
}

.off-canvas-menu .navbar-logo img {
    max-width: 200px;
}

.off-canvas-menu-visible .off-canvas-menu {
    opacity: 1;
    visibility: visible;
}

.off-canvas-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.off-canvas-menu-visible .off-canvas-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.off-canvas-menu .mobile-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.off-canvas-menu-visible .off-canvas-menu .mobile-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease 500ms;
    -o-transition: all 0.7s ease 500ms;
    transition: all 0.7s ease 500ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.off-canvas-menu .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.off-canvas-menu-visible .off-canvas-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.off-canvas-menu .close-btn:hover {
    opacity: 0.50;
}

.off-canvas-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 0;
}

.off-canvas-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.off-canvas-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.off-canvas-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.off-canvas-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    text-transform: capitalize;
    color: #333;
}

.off-canvas-menu .navigation .dropdown-btn:hover span,
.off-canvas-menu .navigation li>a:hover {
    color: #fff;
}

.off-canvas-menu .navigation li.menu-item-has-children .dropdown-btn,
.off-canvas-menu .navigation li.page_item_has_children .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.off-canvas-menu .navigation li.menu-item-has-children .dropdown-btn:after,
.off-canvas-menu .navigation li.page_item_has_children .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.off-canvas-menu .navigation li>ul,
.off-canvas-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
}

.mobile-nav .menu-cart {
    position: relative;
}

.mobile-nav .menu-cart>a {
    text-align: center;
    display: block;
    padding: 8px 0;
}

.mobile-nav .menu-cart-widget {
    top: 65px;
    width: 100%;
}

/*--------------------------------------------------------------
# breadcrumb
--------------------------------------------------------------*/

.breadcrumbs {
    background: url('../images/breadcrumbs.jpg') !important;
    text-align: center;
    background: #000;
    overflow: hidden;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.breadcrumbs h1 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.breadcrumbs ul {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin: 0;
}

.breadcrumbs ul li {
    position: relative;
    float: left;
    margin-right: 25px;
}

.breadcrumbs ul li:before {
    position: absolute;
    content: '»';
    right: -17px;
    font-size: 18px;
}

.breadcrumbs ul li:last-child {
    margin-right: 0;
}

.breadcrumbs ul li:last-child::before {
    display: none;
}


.breadcrumb-content {
    background: #f5f5f5;
    text-align: center;
    padding: 80px 0;
}

.breadcrumb-content h1 {
    font-weight: 600;
    margin-bottom: 30px;
}

.breadcrumb-content .sub-heading {
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 30px;
}


.breadcrumb-content a {
    margin: 0 5px;
}

.breadcrumb-content ul {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
    padding-left: 0;
}

.breadcrumb-content ul li {
    position: relative;
    float: left;
    margin-right: 25px;
}

.breadcrumb-content ul li:last-child {
    margin-right: 0;
}

.breadcrumb-content ul li:before {
    position: absolute;
    content: 'Â»';
    top: -2px;
    right: -15px;
    font-size: 18px;
    font-style: italic;
}

.breadcrumb-content ul li:last-child::before {
    display: none;
}

.breadcrumb-content .sayara-product-search-form {
    border: 1px solid;
}

/*--------------------------------------------------------------
# Custom Select
--------------------------------------------------------------*/
/*the container must be positioned relative:*/
.sayara-custom-select {
    position: relative;
    width: 220px;
}

.sayara-custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #333 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #333 transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    padding: 5px 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-items div {
    border-top: 1px solid #fafafa;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    color: #fff;
}

/*--------------------------------------------------------------
## Loader
--------------------------------------------------------------*/

.loader-rel {
    position: relative;
}

.loader {
    position: absolute;
    right: 47.7%;
    border: 5px solid;
    border-radius: 50%;
    border-top: 5px solid #f3f3f3 !important;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.8s linear infinite;
    /* Safari */
    animation: spin 0.8s linear infinite;
    display: none;
    margin: 20px 0;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
## Section Title
--------------------------------------------------------------*/
.section-title h1 {
    font-weight: bold;
}

.section-title p {
    margin-top: 20px
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.banner-extra-pad {
    padding-top: 250px;
}

.breadcrumb-extra-pad {
    padding-top: 180px !important;
}

.banner {
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding: 70px 0 70px;
    text-align: center;
    z-index: 100;
}

.banner:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    right: 0;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.banner-content h1 {
    font-size: 46px;
    line-height:1.1;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.banner-content p {
    color: #fff;
    font-size: 16px;
    line-height:1.1;
    margin-bottom: 0;
}

.banner-content #search {
    position: relative;
}

.banner-content {
    margin-bottom: 50px;
}

.banner .sayara-product-search-form {
    margin-top: 70px;
    width: 70%;
    float: left;
}

.brands_form form {
    background: rgba(0, 0, 0, 0.4);
    padding: 30px;
    display: inline-block;
}

.brands_form select {
    width: 220px;
}

.brands_form input[type="submit"] {
    width: auto;
    height: 46px;
    border-radius: 0;
}

.white-text-color .banner-content h1,
.white-text-color .banner-content p,
.white-text-color .banner-content h6 {
    color: #fff;
}

.banner2 .banner-content h1 {
    font-size: 52px;
    margin-bottom: 20px;
}

.banner2 .banner-cat-space {
    padding: 0 100px;
    margin-top: 70px;
}

.banner2 .banner-cat {
    position: relative;
    display: inline-block;
}

.banner2 .banner-cat .cat-count {
    position: absolute;
    top: -6px;
    right: -6px;
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 22px;
    border: 3px solid #fff;
}

.banner2 .banner-cat img {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
}

.banner2 .banner-cat h6 {
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}

.banner2 .sayara-product-search-form {
    margin-top: 70px;
    max-width: 45%;
}

.sayara-product-search-form {
    margin: 0 auto;
    border-radius: 50px;
    z-index: 0;
    border: 1px solid #ccc;
}

.sayara-search-btn {
    position: absolute;
    height: 60px;
    right: 0;
    top: 0;
    z-index: 1000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    width: 140px;
    text-align: center;
    border: 3px solid #fff;
}


.sayara-search-btn input[type="submit"] {
    border: none;
    background: transparent;
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
    padding: 0;
}

.sayara-search-fields {
    position: relative;
    display: inline-block;
    width: 70%;
    vertical-align: top;
    color: #fff;
}

.sayara-download-cat-filter {
    background: transparent !important;
    float: left;
    width: 30%;
    border-right: 1px solid #fff;
}

.banner3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 170px 0;
}

.banner3 h1 {
    font-weight: bold;
    color: #333333;
    line-height: 1.4em;
    z-index: 1;
}

.banner3 p {
    color: #000000;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.3em;
}

/*Blog*/
.blog-item {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
}

.blog-thumb {
    overflow: hidden;
    position: relative;
}

.blog-thumb .date {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    -webkit-clip-path: polygon(0px 0px, 85% 0px, 100% 100%, 0% 100%);
    clip-path: polygon(0px 0px, 85% 0px, 100% 100%, 0% 100%);
    padding: 5px 35px 5px 15px;
}

.blog-thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
}

.blog-item:hover .blog-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-meta span {
    font-size: 14px;
    font-weight: 500;
}

.blog-content {
    padding: 25px;
}

.blog-content a {
    text-transform: capitalize;
    color: #333;
}

.blog-content h4 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-content p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/
.counter {
    text-align: center;
}

.counter p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## InfoBox
--------------------------------------------------------------*/

.infobox-item {
    padding: 50px 30px;
    border-radius: 10px;
}

.infobox-item i {
    border-radius: 50%;
    font-size: 24px;
    padding: 15px;
    height: 70px;
    width: 70px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 25px;
}

.infobox-item h5 {
    margin-bottom: 15px;
    font-weight: 500;
}

.infobox-item p {
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## IconBox
--------------------------------------------------------------*/
.iconbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iconbox-item div:first-child {
    width: 25%;
    margin-right: 10px;
}

.iconbox-item div:last-child {
    width: 75%;
}

.iconbox-item i {
    font-size: 45px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.iconbox-item:hover i {
    font-size: 48px;
}

.iconbox-item h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}

.iconbox-item p {
    font-size: 14px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Partner
--------------------------------------------------------------*/

.partner img {
    padding: 0 15px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.partner img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*--------------------------------------------------------------
## Category item
--------------------------------------------------------------*/
.category-item {
    border-radius: 10px;
    height: 330px;
    display: block;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .09) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09) !important;
    border: 1px solid #f1f1f1;
}

.category-item-img {
    display: block;
    margin: 0 auto;
    width: 265px;
    height: 265px;
    padding: 30px;
}

.category-item h5 {
    display: initial;
    font-weight: 400;
    padding: 0;
    background: #fff;
    margin-bottom: 0;
}

.category-box-cc1{
   box-shadow: 0 0 5px 4px #e3e3e3 !important;
   border-radius: 10px;
   padding-top:0;
}

.category-item-2 {
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.category-item-2>a {
    width: 40%;
}

.category-item-2>a>img {
    padding-right: 25px;
}

.category-item-2>div {
    width: 60%;
}

.category-item-2>div h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.category-item-2>div h5 a {
    color: #333;
}

.category-item-2>div ul li a {
    color: #808080;
    font-size: 14px;
}

.category-item-2>div>a {
    font-size: 14px;
    font-weight: 500;
}

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.sayara-accordion-item {
    padding: 20px 30px;
    border-radius: 6px;
    border: 1px solid #ececec;
    background: #fff;
}

.sayara-accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.sayara-accordion-item h5 {
    margin: 0 !important;
    font-weight: 500;
    cursor: pointer;
}

.sayara-accordion-item.active h5 span:nth-child(1) {
    display: none;
}

.sayara-accordion-item h5 span:nth-child(2) {
    display: none;
}

.sayara-accordion-item.active h5 span:nth-child(2) {
    display: block;
}

.sayara-accordion-item h5 span {
    float: right;
}

.sayara-accordion-item .collapse.show {
    margin-top: 20px;
    padding-top: 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-top: 1px solid #ddd;
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.sayara-team {
    position: relative;
    padding: 0 45px 55px 0;
}

.sayara-team img {
    border-radius: 6px !important;
}

.sayara-team-content {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(45px, 55px);
    -ms-transform: translate(45px, 55px);
    transform: translate(45px, 55px);
    padding: 25px 0 25px 50px;
    background: #fff;
    -webkit-box-shadow: 5.994px 14.835px 30px 0px rgba(97, 105, 140, 0.1);
    box-shadow: 5.994px 14.835px 30px 0px rgba(97, 105, 140, 0.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sayara-team:hover .sayara-team-content {
    -webkit-transform: translate(0px, 55px);
    -ms-transform: translate(0px, 55px);
    transform: translate(0px, 55px);
}

.sayara-team-social {
    position: absolute;
    width: 45px;
    background: #fff;
    -webkit-box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
    box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-left: 10px;
    margin-bottom: 0;
}

.sayara-team-social li a {
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    margin: 15px 0;
}

.sayara-team:hover .sayara-team-social {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*--------------------------------------------------------------
## Product Filter
--------------------------------------------------------------*/
.product-filter {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product-filter>h4 {
    font-weight: 500;
    float: left;
    margin-bottom: 0;
}

.product-filter ul {
    margin-bottom: 0;
    margin-right: 120px;
}

.product-filter ul li a {
    color: #808080;
    padding: 3px 10px;
    border-radius: 3px;
}

.product-filter ul li.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.product-filter ul li:hover {
    background: #fafafa;
}

.product-filter ul li a.active {
    color: #fff;
}

.product-items .slick-arrow {
    position: absolute;
    right: 0;
    top: -72px;
    border-radius: 5px;
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.product-items .slick-arrow.fa-chevron-left {
    right: 55px;
}

.product-items .product-item {
    margin: 0 10px;
}

/*--------------------------------------------------------------
## Product item style 2
--------------------------------------------------------------*/
.product-item.style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    overflow-y: hidden;
}

.style-2 .product-item-image {
    border-bottom: none;
}

.style-2 .product-item-image img {
    height: auto;
    max-width: 110px;
}

.style-2 .product-item-content {
    padding: 15px 20px;
}

.style-2 .product-item-content a h5 {
    font-size: 17px;
    font-weight: 400;
}

.style-2 .product-item-content .price {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    bottom: 15px;
}

.style-2 .product-item-image .onsale {
    font-size: 12px;
    padding: 0 10px;
    top: 4px;
}

.style-2 .woocommerce-product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.style-2 .star-rating {
    margin-bottom: 25px;
    top: 4px;
}

.style-2 .woocommerce-review-link {
    font-size: 12px;
}

.style-2 .star-rating::before,
.style-2 .star-rating span::before {
    font-size: 12px;
}

/*--------------------------------------------------------------
## Call to Action
--------------------------------------------------------------*/
.call-to-action {
    position: relative;
    padding: 70px 0;
    #background-image: url('../images/photo-of-car-on-expressway-3422964.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    z-index: 1;
}

.call-to-action:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(25%, #007cff), color-stop(86%, rgba(0, 0, 0, 0.8)));
    background-image: -o-linear-gradient(right, #007cff 25%, rgba(0, 0, 0, 0.8) 86%);
    background-image: linear-gradient(270deg, #007cff 25%, rgba(0, 0, 0, 0.8) 86%);
    opacity: 1;
    -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: -1;
}

.call-to-action h1 {
    color: #fff;
}

.call-to-action img {
    position: absolute;
    width: 342px;
    max-width: 342px;
    bottom: -95.031px;
}

/*--------------------------------------------------------------
## products
--------------------------------------------------------------*/

.newest-filter,
.download-filter {
    text-align: center;
    margin-bottom: 50px;
}

.newest-filter ul {
    margin-bottom: 0;
}

.newest-filter ul li,
.download-filter ul li {
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 40px;
    background: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    margin-bottom: 20px;
}

.newest-filter ul li.select-cat,
.download-filter ul li.select-cat {
    color: #fff;
}

.newest-filter ul li:nth-child(2),
.download-filter ul li:nth-child(2) {
    display: none;
}

.product-item {
    border-radius: 10px;
    overflow-y: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.product-item:hover {
    -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, .09);
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, .09);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
}

.product-item-image {
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.product-item-image .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 2.5px;
}

.product-item-content {
    padding: 20px;
    position: relative;
}

.product-item-content img {
    margin: 0 auto;
}

.product-item-content a h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
}

.product-item-content .download-category {
    padding: 2px 10px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-radius: 20px;
}

.product-item-content ul {
    margin-top: 20px;
}

.product-item-content .product-tags {
    font-size: 12px;
}

.single-download .col-sm-8 .edd_download_purchase_form {
    display: none;
}

.product-item-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
    -webkit-transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s, visibility 0s .2s;
    transition: opacity .2s, transform .2s, visibility 0s .2s;
    transition: opacity .2s, transform .2s, visibility 0s .2s, -webkit-transform .2s;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
}

.product-item-overlay a.added_to_cart,
.product-item-overlay a.button {
    width: auto;
    margin: 0 5px;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.product-item-overlay a.add_to_cart_button.added {
    display: none;
}

.product-item-content p {
    margin-bottom: 0;
}

.product-item-content .price {
    font-weight: 500;
    color: #333;
}

.product-item-content .price del {
    color: red;
}

.product-item-content .price ins {
    text-decoration: none;
}

.product-item:hover .product-item-overlay {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.product-item .ajax-quick-view-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    -webkit-transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s, visibility 0s .2s;
    transition: opacity .2s, transform .2s, visibility 0s .2s;
    transition: opacity .2s, transform .2s, visibility 0s .2s, -webkit-transform .2s;
    background: #f1f1f1;
    padding: 0 3px;

}

.product-item .ajax-quick-view-popup span {
    line-height: unset;
}

.product-item:hover .ajax-quick-view-popup {

    -webkit-transition-delay: 0s;

    -o-transition-delay: 0s;

    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.products-filter-area {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Related products
--------------------------------------------------------------*/
.single-product .related.products {
    overflow: hidden;
    padding: 30px 30px 15px;
}

.single-product .related.products h2 {
    margin-bottom: 30px;
}

.single-product .related.products .product-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ebebeb;
}

.single-product .related.products .product-item-content h5 {
    font-size: 16px;
}

/*--------------------------------------------------------------
## Star rating
--------------------------------------------------------------*/
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: 'star';
    font-weight: 400;
}

.star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffc000;
}

/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
.myaccount-navigation {
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 3px;
    border-radius: 6px;
    overflow: hidden;
    display: block;
}

.myaccount-navigation ul {
    list-style: none;
}

.myaccount-navigation li a {
    display: block;
    font-weight: 500;
    color: rgb(51, 51, 51);
    padding: 15px 20px;
}

.myaccount-navigation li.active a {
    color: #fff;
}

/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/
.testimonial-section .container {
    padding: 0 200px;
}

.testimonial-img img {
    width: 250px;
    border-radius: 6% !important;
    border: 5px solid #fff !important;
    margin: 0 auto;
}

.testimonial-content>i {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 50px;
    opacity: 0.2;
}

.flaticon-quotation::before {
    content: "\f109";
    font-size: 37px;
    color: #5580ff;
}

.testimonial-content p {
    margin-bottom: 20px;
}

.client-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.client-info span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.testimonials-nav .slick-arrow {
    position: absolute;
    bottom: -71px;
    left: 0;
    background: transparent;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #d4d4d4;
    color: #808080;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 9;
    border-radius: 4px;
}

.testimonials-nav .slick-next {
    left: 65px;
}

.testimonials-nav {
    margin-left: 45px;
    margin-top: -60px;
}

.testimonials-nav .slick-arrow:hover {
    color: #fff
}

.testimonial-wrap {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 50px;
}

.testimonial-wrap:last-child {
    border-bottom: none;
}

.testimonial-revers-loop>.row:nth-child(2n)>.col-lg-4:first-child {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}


.testi-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.testi-bottom ul li.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.testi-bottom ul li i {
    color: #f2b01e;
}


/*--------------------------------------------------------------
## Ad Banner
--------------------------------------------------------------*/
.ad-banner {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 40px;
    color: #fff;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.ad-banner-pad {
    padding: 177px 50px 175px 50px;
}

.ad-banner-small-pad {
    padding: 30px 30px 40px 30px !important;
}

.ad-banner.horizontal:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(left, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(26, 26, 26, .98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: linear-gradient(90deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: -1;
}

.ad-banner.horizontal:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(left, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(26, 26, 26, .98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: linear-gradient(90deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: -1;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.ad-banner.horizontal:hover::before {
    opacity: 1;
    background: -o-linear-gradient(left, rgba(26, 26, 26, .98) 35%, rgba(26, 26, 26, 0) 90%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(26, 26, 26, .98)), color-stop(90%, rgba(26, 26, 26, 0)));
    background: linear-gradient(90deg, rgba(26, 26, 26, .98) 35%, rgba(26, 26, 26, 0) 90%);
}


.ad-banner.vertical:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(260deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    background: linear-gradient(190deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: -1;
}

.ad-banner.vertical:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -o-linear-gradient(260deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    background: linear-gradient(190deg, rgba(26, 26, 26, .98) 25%, rgba(26, 26, 26, 0) 90%);
    z-index: -1;
    -webkit-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.ad-banner.vertical:hover::before {
    opacity: 1;
    background: -o-linear-gradient(260deg, rgba(26, 26, 26, .98) 45%, rgba(26, 26, 26, 0) 90%);
    background: linear-gradient(190deg, rgba(26, 26, 26, .98) 45%, rgba(26, 26, 26, 0) 90%);
}

.ad-banner.vertical ul li {
    line-height: 35px;
}

.ad-banner h2 {
    line-height: 50px;
}

.ad-banner h2,
.ad-banner h3 {
    font-weight: bold;
}

.ad-banner h2,
.ad-banner h3,
.ad-banner p,
.ad-banner a {
    color: #fff;
}

/*--------------------------------------------------------------
## Header cart
--------------------------------------------------------------*/
.widget_shopping_cart_content {
    background: #fff;
    padding: 1.8em 1.2em;
    width: 100vw;
    max-width: 300px;
    position: absolute;
    top: 57px;
    right: 0px;
    z-index: 101;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
    -o-transition: opacity .2s, transform .2s, visibility 0s .2s;
    transition: opacity .2s, transform .2s, visibility 0s .2s;
    transition: opacity .2s, transform .2s, visibility 0s .2s, -webkit-transform .2s;
}

.shopping-cart-widget.open .widget_shopping_cart_content {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);

}

.widget_shopping_cart_content p {
    margin-bottom: 0;
}

.cart_list {
    max-height: 300px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.cart_list li {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.cart_list li a {
    color: #808080;
}

.cart_list li a.remove {
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 14px;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    -webkit-transition: border-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    transition: border-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-weight: lighter;
    z-index: 3;
}

.cart_list img {
    display: block;
    max-width: 80px;
    margin: 0 20px 0 0;
    position: relative;
    float: left;
}

.cart_list .variation {
    display: none;
}

.cart_list .quantity {
    display: block;
    background-color: transparent;
    float: none;
    padding: 0;
}

.widget_shopping_cart_content .total {
    padding: 15px 0 5px 0;
    color: #333;
    display: block;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #ccc;
    text-transform: none;
    margin: 10px 0 0 0;
    font-size: 1.143em;
    line-height: 1.2;
    text-align: right;
}

.widget_shopping_cart_content .total::after {
    display: table;
    content: '';
    clear: both;
}

.widget_shopping_cart_content .total strong {
    font-weight: normal;
    font-size: 0.875em;
    float: left;
}

.widget_shopping_cart_content .buttons {
    display: block;
    margin: 1em 0 0 0;
}


.widget_shopping_cart_content .buttons a {
    color: #fff;
}

.widget_shopping_cart_content .button {
    display: inline-block;
    float: left;
    border-radius: 2.5px;
    padding: 7px 35px;
}

.widget_shopping_cart_content .button.checkout {
    float: right;
}

.woocommerce-mini-cart__empty-message {
    text-align: center;
}



/*--------------------------------------------------------------
## Pricing
--------------------------------------------------------------*/
.sayara-pricing-table {
    text-align: center;
    background: #fff;
    padding: 50px 30px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    border-radius: 10px;
}

.sayara-pricing-table.recommended h1,
.sayara-pricing-table.recommended h6,
.sayara-pricing-table.recommended {
    color: #fff;
}

.sayara-pricing-table.recommended a {
    border-color: #fff !important;
}


.sayara-pricing-table i {
    margin-bottom: 20px;
    border-radius: 50%;
    font-size: 32px;
    padding: 15px;
    height: 80px;
    width: 80px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 25px;
}

.sayara-pricing-table h1 {
    font-size: 52px;
    font-weight: bold;
}

.sayara-pricing-table h1 span {
    font-size: 18px;
    font-weight: bold;
}

.sayara-pricing-table h6 {
    font-size: 22px;
}


.sayara-pricing-table ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.sayara-pricing-table ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.sayara-pricing-table ul li {
    line-height: 50px;
}

.sayara-pricing-table a {
    border: 2px solid;
    padding: 12px 40px;
    border-radius: 50px;
    display: inline-block;
}

.sayara-pricing-table a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact-form input {
    margin-bottom: 20px
}

.contact-form textarea {
    height: 160px;
}

.contact-form input[type=submit] {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 60px;
}

.map {
    border: none;
    width: 100%;
    height: 400px;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    background: #fff;
    margin: 0 0 1.5em;
    padding: 30px 20px;
    margin-bottom: 50px;
    border-radius: 6px;
    overflow: hidden;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    font-weight: 500;
    position: relative;
    border-bottom: 2px solid;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.widget-area .widget-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 8px;
    height: 2px;
    width: 20%;
}

.widget-area .widget-title:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 3px;
    height: 2px;
    width: 30%;
}

.widget select {
    width: 100%;
}

.widget .nice-select.open {
    width: 100%;
}

.widget .nice-select.open .list {
    position: relative;
}



.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-form label {
    width: 70%;
    margin-bottom: 0;
    margin-right: 20px;
}

.search-form input[type=submit] {
    width: 30%;
    padding: 0;
}

.tagcloud a {
    color: #808080;
    font-size: 15px !important;
    padding: 5px 15px;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 3px;
    background: #fafafa;
}

.tagcloud a:hover {
    color: #fff;
}

.widget ul,
.widget ol {
    list-style: none;
    padding-left: 0;
}

.widget>ul,
.widget>ol {
    margin: 0;
    padding: 0;
}

.widget ul li {
    display: block;
    line-height: 35px;
}

.widget li a {
    color: #808080;
}

.recent-themes-widget .recent-theme-item {
    padding: 15px;
    margin: 0 auto;
    background: #f1f1f187;
}

.recent-themes-widget .recent-theme-item img {
    margin-bottom: 20px;
}

.recent-themes-widget .recent-theme-item h6 {
    font-size: 14px;
    font-weight: 600;
}

.recent-themes-widget .recent-theme-item .permalink {
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 5px;
}

.widget-woocommerce {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 30px;
}

.widget-woocommerce:last-child {
    margin-bottom: 0;
}

.widget-woocommerce-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 30px;
}

.sidebar-recent-post li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-bottom: none !important;
    padding: 15px 0 !important;
    margin-bottom: 0 !important;
}

.recent-post-thumb {
    width: 30%;
}

.recent-post-thumb img {
    border-radius: 6px;
}

.recent-post-content {
    position: relative;
    width: 70%;
    margin-left: 15px;
}

.recent-post-content p {
    font-size: 15px;
    line-height: 22px;
}

.recent-post-content span {
    position: absolute;
    left: 0;
    font-size: 13px;
    line-height: 0;
}

.widget_recent_comments ul li:not(:last-child) {
    line-height: 26px;
    padding-bottom: 7px;
    margin-bottom: 7px;
}


.widget_rss ul li:not(:last-child) {
    line-height: 26px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.widget_rss ul li .rss-date {
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.shop-widget-area {
    -webkit-box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    background: #fff;
}

.shop-widget {
    padding: 30px;
}

.shop-widget ul li{
    display: block;
    margin-bottom:0;
    padding:0 10px;
}

.shop-widget ul li.selected > a{
display: block;
background: #e52727;
margin-left: -10px;
margin-right: -10px;
padding-left: 10px;
padding-top:2px;
color: #fff;
}

.shop-widget ul li.inpath, .shop-widget ul li.selected{
   background:#e5e5e5;
}

.shop-widget ul li a {
    color: #808080;
}

.shop-widget ul li span {
    float: right;
}

.shop-widget-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.shop-widget ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.shop-widget .product_list_widget li {
    display: inline-block;
}

.shop-widget .product_list_widget li a {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product_list_widget li a img {
    display: block;
    max-width: 70px;
    margin: 0 20px 0 0;
    border: 1px solid #f1f1f1;
}

.product_list_widget li a span {
    font-size: 14px;
    line-height: 22px;
}

.shop-widget .product_list_widget li del,
.shop-widget .product_list_widget .woocommerce-Price-amount,
.shop-widget .product_list_widget .star-rating {
    display: none !important;
}


.widget_recent_reviews ul li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.product_list_widget .reviewer {
    font-size: 12px;
    float: left;
}

.shop-widget .price_label {
    text-align: left;
}

.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
    float: right;
    padding: 0px 15px;
    height: 35px;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -.25em;
    opacity: 1;
    border-radius: 20px;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-content {
    padding: 30px;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.single-post .entry-meta {
    margin-bottom: 20px;
}

.single-post .entry-meta ul {
    margin-bottom: 0;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.wp-block-search {
    margin-bottom: 20px;
}

.wp-block-search .wp-block-search__input {
    width: auto;
}

.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 30px auto 30px;
}

.comment dl,
.entry-content dl {
    padding-left: 0;
}

.page-links {
    clear: both;
    padding-top: 20px;
}

.the_excerpt {
    background: #fff;
    margin-bottom: 50px;
}

.the_excerpt .post_thumbnail {
    position: relative;
}

.the_excerpt .excerpt-date {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px 20px;
    -webkit-clip-path: polygon(0px 0px, 85% 0px, 100% 100%, 0% 100%);
    clip-path: polygon(0px 0px, 85% 0px, 100% 100%, 0% 100%);
    padding: 10px 50px 10px 20px;
}

.entry-meta {
    font-size: 14px;
}

.entry-meta ul .list-inline-item:not(:last-child) {
    margin-right: 15px;
}

.entry-meta ul i {
    color: #ddd;
    margin-right: 5px;
}

.entry-meta ul li a {
    color: #333;
}

.the_excerpt .entry-meta p {
    margin-bottom: 0;
}

.the_excerpt_content .entry-title {
    font-weight: 500;
    margin-bottom: 20px;
}

.the_excerpt_content .entry-title a {
    color: #333;
}

.the_excerpt_content {
    padding: 40px;
    border: 1px solid #ddd;
}

.the_excerpt_content>p {
    margin-bottom: 20px;
}

.post .post_thumbnail,
.page .post_thumbnail {
    background: #fff;
    border-top-right-radius: 6px;
}

.wp-block-button__link {
    margin: 20px 0;
}

.pagination {
    display: unset;
    margin-top: 50px;
}

.pagination .nav-links {
    margin: 0 auto;
}

.pagination .nav-links .page-numbers {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 3px;
    background: #eaeaea;
    color: #333;
    margin: 5px;
}

.pagination .nav-links .page-numbers:hover {
    color: #fff;
}

.pagination .nav-links .page-numbers.current {
    color: #fff;
}

.tags {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    overflow: hidden;
}

.tags>a {
    margin-left: 5px;
    display: inline-block;
    font-size: 14px;
    color: #333 !important;
}

.tags>a:hover {
    color: #fff;
}

.cat-links,
.tags-links {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px;
}

.cat-links a,
.tags-links a {
    font-weight: normal;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
}

.post-share {
    float: right
}

.post-share ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-social ul li a,
.post-share ul li a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #333;
    border-radius: 50%;
    font-size: 14px;
}

.post-share ul li a {
    height: 32px;
    width: 32px;
    line-height: 35px;
}

.related-posts {
    margin-top: 50px;
}

.related-posts h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 50px;
    font-weight: bold;
}

.single-related-post {
    -webkit-box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    box-shadow: 0px 10px 20px rgba(97, 105, 140, 0.1);
    background: #fff;
}

.related-post-title {
    padding: 15px 10px;
}

.related-post-title a {
    display: block;
    color: #333;
}

.related-post-title span {
    font-size: 12px;

}

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/

.coupon label {
    display: none;
}

.cart-form table {
    border: 0;
}

.cart-form table tbody,
.cart-form table td,
.cart-form table th {
    border: 0;
}

.cart-form .product-remove {
    text-align: center;
}

.cart-form table tbody tr {
    border-top: 1px solid #ddd;
}

.cart-form table td.product-thumbnail {
    padding: 10px;
    width: 10%;
}

.cart-form .actions .input-text {
    width: 250px;
    float: left;
    margin-right: 15px;
}

.coupon {
    float: left;
}

table.cart td.actions {
    text-align: right;
}


.cart-collaterals,
.cart-collaterals {
    width: 100%;
    overflow: hidden;
}

.cart-collaterals .cart_totals,
.cart-collaterals .cart_totals {
    float: right;
    width: 48%;
}

.cart_item .product-name a {
    color: #333;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.comment-list {
    margin: 40px 0;
    list-style-type: none;
}

.comment-respond {
    margin-top: 50px;
}

.comments-area {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.comments-area .comments-title {
    font-weight: 500;
}

.comment-list .row {
    background: #fff;
    padding: 30px 15px;
    margin-bottom: 15px;
}

.comment-list .children {
    list-style-type: none;
}

.comment-reply-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: 500;
    color: #333;
    display: block;
}

.logged-in-as {
    padding: 0 15px;
}

.comment-list .avatar {
    border-radius: 50%;
}

.comment-list .row p {
    margin-bottom: 0;
}

.comment-reply-link {
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 10px;
    border-radius: 3px;
    display: inline-block;
}

.comment-reply-link:hover {
    color: #fff;
}

.commenter {
    margin-bottom: 10px;
}

.commenter a {
    font-weight: 500;
    text-transform: capitalize;
    color: #333;
}

.commenter span {
    float: right;
    font-size: 13px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.no-comments {
    padding: 0 10px;
    background: #FF0000;
    color: #fff;
}

/*Comment Form*/

.comment-form input[type=text] {
    height: 50px;
    padding: 0 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comment-form textarea {
    height: 220px;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comment-form input[type=submit]:hover {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.comment-form-rating {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Product gallery
--------------------------------------------------------------*/
.product-gallery ul li img {
    border: 1px solid #ddd;
}

.nav-tabs .nav-link {
    color: #333;
}

.tab-content {
    padding: 30px 0 0;
}

.cart input {
    width: 70px;
    text-align: center;
    margin-right: 20px;
}

.price-single {
    font-weight: bold;
    font-size: 28px;
    color: #333;
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.contact-info {
    background: #fff;
    padding: 30px;
}

/*footer*/
.footer-widgets {
    padding: 100px 0 40px;
    background: #212121;
    overflow: hidden;
}

.footer-widget {
    margin-bottom: 50px;
}

.footer-widget .widget-title {
    margin-bottom: 20px;
    border-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    font-weight: 500;
}

.footer-widget ul,
.footer-widget ol {
    list-style: none;
    padding-left: 0;
}

.footer-widget>ul,
.footer-widget>ol {
    margin: 0;
    padding: 0;
}

.footer-widget li {
    font-size: 15px;
    line-height: 35px;
    color: #808080;
}

.footer-widget li a {
    color: #9a9a9a;
}

.footer-widget .about-site-widget img {
    margin-bottom: 20px;
}

.footer-widget .about-site-widget p {
    color: #cfcfcf;
}

.footer-widget .widget-site-social a {
    margin-right: 15px;
}

.footer-social ul li {
    display: inline-block;
    margin-right: 5px;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.footer-widget.widget_calendar th,
.footer-widget.widget_calendar td {
    text-align: center;
    color: #9a9a9a,
}

.footer-widgets .col-xl-2.col-lg-4.col-md-3.col-sm-6 .footer-widget.widget_search input[type=search] {
    width: 100%;
}

.footer-widgets .col-xl-2.col-lg-4.col-md-3.col-sm-6 .footer-widget.widget_search input[type=submit] {
    display: none;
}

.footer-widgets .col-xl-2.col-lg-4.col-md-3.col-sm-6 .sub-menu {
    margin-left: 0.5em;
}

.copyright-bar {
    color: #fff;
    padding: 20px 0;
    background: #333;
}

.copyright-bar a,
.copyright-bar p {
    margin-bottom: 0;
    color: #ddd;
}

.copyright-bar ul li {
    margin-right: 20px !important;
}

.copyright-bar ul li:last-child {
    margin-right: 0 !important;
}

.copyright-bar p a {
    font-weight: bold;
}

.copyright-social-icons {
    text-align: right;
}

.currency-footer {
    text-align: right;
}

.currency-footer img {
    width: 50px;
    border-radius: 2px;
    margin-left: 5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.currency-footer img:hover {
    -webkit-filter: none;
    filter: none;
}

/*404*/
.error-404 {
    padding: 120px 0;
    text-align: center;
}

.error-404 h1 {
    font-weight: bold;
    margin-bottom: 30px;
}

.error-404 a {
    margin-top: 50px;
}

.error-404 a:hover {
    color: #fff;
}

/*backtotop*/

#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
}

#backtotop i {
    width: 50px;
    height: 50px;
    padding: 17px 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 6px;
    color: #fff;
}

#backtotop i:hover {
    cursor: pointer;
}

/*backtocat*/

#backtocat {
    position: fixed;
    bottom: 30px;
    right: 90px;
    display: none;
}

#backtocat i {
    width: 50px;
    height: 50px;
    padding: 17px 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(to right, #e52727, #e52727);
}

#backtocat i:hover {
    cursor: pointer;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: table;
    text-align: center;
}

.spinner {
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.spinner img {
    width: 220px;
}

a.empty-button{
cursor: pointer;
color: #e52727 !important;
font-size: 16px;
border-radius: 5px;
height: 45px;
padding: 9px 50px;
border: 1px solid #e52727;
display:inline-block;
}
a.fill-button{
cursor: pointer;
color: #fff !important;
font-size: 16px;
border-radius: 5px;
height: 45px;
padding: 9px 50px;
border: 1px solid #e52727;
background:#e52727;
display:inline-block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1200px) {
    .banner h1 {
        font-size: 52px;
    }

    .partner {
        margin-bottom: 50px;
    }

    .partner {
        text-align: center;
    }
}

@media (max-width: 991px) {

    .banner2 .sayara-product-search-form {
        max-width: 80%;
    }

    .select-items div,
    .select-selected {
        margin-bottom: 15px;
    }

    .category-item-2 {
        display: block;
    }

    .category-item-2>a {
        width: 100%;
    }

    .category-item-2>a>img {
        padding-right: 0;
        margin-bottom: 20px;

    }

    .category-item-2>div {
        width: 100%;
    }

    .testimonial-section .container {
        padding: 0;
    }

}

@media (max-width: 768px) {
    .banner {
        text-align: center;
    }

    .banner h1 {
        font-size: 42px;
    }

    .banner .sayara-product-search-form {
        width: 100%;
        float: none;
    }

    .banner2 .banner-content h1 {
        font-size: 42px;
    }

    .banner2 .sayara-product-search-form {
        max-width: 100%;
    }

    .banner3 {
        text-align: center;
        background: #fff;
        padding: 50px 0;
    }

    .call-to-action img {
        display: none;
    }

    .cart-collaterals .cart_totals,
    .cart-collaterals .cart_totals {
        width: 100%;
        float: none;
    }

    .iconbox-item,
    .ad-banner {
        margin-bottom: 30px;
    }

    table .product-price,
    table .product-quantity {
        display: none;
    }

    .cart-form .actions .input-text {
        width: 100%;
        margin-bottom: 20px;
    }

    table.cart td.actions {
        text-align: left;
    }

    .coupon button {
        width: 100%;
    }

    .products-filter-area .woocommerce-ordering {
        margin-top: 20px;
    }

    .products-filter-area .woocommerce-ordering,
    .products-filter-area p {
        text-align: center !important;
    }

    .myaccount-navigation {
        margin-bottom: 30px;
    }

}


@media (max-width: 540px) {
    .partner img {
        width: 200px;
    }

    .banner2 .banner-content h1,
    .banner h1 {
        font-size: 32px;
    }

    .banner2 .banner-cat {
        margin-bottom: 20px;
    }
}

/*----------------------------------------
IF SCREEN SIZE LESS THAN 1201px WIDE
------------------------------------------*/

@media (max-width: 1200px) {
    .post-share {
        float: none;
        margin-top: 20px;
    }

    .single-related-post {
        margin-bottom: 30px;
    }

    .preview-btn li a {
        margin-bottom: 10px;
    }
}

/*----------------------------------------
IF SCREEN SIZE LESS THAN 993px WIDE
------------------------------------------*/

@media screen and (max-width: 992px) {
    .menu-item-has-children:after {
        display: none;
    }

    .off-canvas-menu-bar {
        display: block;
    }

    .site-header {
        padding: 30px 0 15px;
        display: none;
    }

    .preview-btn li a {
        width: 100% !important;
        padding: 7px 15px !important;
    }

    .custom-logo-link {
        width: 160px;
    }

    .my-account-widget,
    .shopping-cart-widget {
        display: block;
    }

    .shopping-cart-widget {
        text-align: right;
    }

    .shopping-cart-widget.open .widget_shopping_cart_content,
    .shopping-cart-button {
        text-align: left;
    }

    .my-account-widget i,
    .shopping-cart-widget i {
        float: none;
    }
}

/*----------------------------------------
IF SCREEN SIZE LESS THAN 783px WIDE
------------------------------------------*/

@media screen and (max-width: 782px) {
    body.admin-bar .fixed-top {
        top: 45px;
    }
}

/*----------------------------------------
IF SCREEN SIZE LESS THAN 769px WIDE
------------------------------------------*/

@media screen and (max-width: 768px) {
    .navbar {
        padding: 15px;
    }

    .navbar-toggler {
        padding: 0;
    }

    .navbar .menu-item>.active {
        color: #fff !important;
    }

    .navbar .menu-item {
        padding: 0;
    }

    .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .navbar-nav {
        margin-top: 15px;
    }

    .testimonial-img img {
        margin-bottom: 85px;
    }

    .theme-preview-image {
        padding: 15px;
    }

    .the_excerpt_content {
        padding: 30px
    }

    .preview-btn li a {
        margin-bottom: 0;
    }

}

/*----------------------------------------
IF SCREEN SIZE LESS THAN 601px WIDE
------------------------------------------*/

@media screen and (max-width: 600px) {
    body.admin-bar .fixed-top {
        top: 0;
    }

    .my-account-widget .my-account-button h5,
    .shopping-cart-widget .shopping-cart-button h5 {
        font-size: 16px;
    }

    .testimonial-img img {
        width: 120px;
    }

    .preview-btn li a {
        margin-bottom: 10px;
    }

    .copyright-bar p {
        margin-bottom: 20px;
    }

    .currency-footer,
    .copyright-bar p,
    .copyright-bar {
        text-align: center;
    }
}

/*----------------------------------------
IF SCREEN SIZE LESS THAN 415px WIDE
------------------------------------------*/

@media screen and (max-width: 414px) {

    .breadcrumbs ul {
        display: inline-block;
    }

    .breadcrumbs ul li:last-child {
        margin-right: 0;
    }

    .copyright-bar {
        text-align: center;
    }

    .copyright-social-icons {
        text-align: center;
    }

    .copyright-bar p {
        margin-bottom: 10px;
    }
}

.clear{ clear:both; height:0; }
.fieldError{ border-color:#f00 !important; }

.pageContent{ margin:30px 0; }
.pageContent.type1 h1, .pageContent.type1 h4{ font-size:1.7rem; font-weight:bold; line-height:32px; margin-bottom:20px; text-align:center; } 
.pageContent.type1 h2{ font-size:1.3rem; font-weight:normal; line-height:32px; margin-bottom:20px; text-align:center; }
.pageContent.type1 h3{ font-size:1.5rem; font-weight:bold; line-height:24px; margin-bottom:20px; text-align:center; }
.pageContent p{ text-align: justify; }

.pageContent .redBox{ background:#007cff; padding:20px; margin: 40px 0; }
.pageContent .redBox .rightImg{ width:30%; float:right; }
.pageContent .redBox .textCont{ color:#fff; text-align:center; }
.pageContent .redBox .textCont.rCol{ width: 70%; float:left; }
.pageContent .redBox .textCont h3{ font-size:26px; margin-top:30px; }
.pageContent .redBox .textCont h3, .redBox .textCont h4 { background:#007cff !important; margin-bottom:20px; color:#fff; }
.pageContent .redBox .textCont p{ text-align:center; }
.pageContent .redBox .textCont p b { color:#fff;  }

.pageContent .blackBox{ background:#000; padding:20px; margin: 20px 0; color:#fff; text-align:center; }
.pageContent .blackBox h1{ color:#00acff; }
.pageContent .blackBox h4{ color:#ddd; }
.pageContent .blackBox p{ text-align:center; }






.pageContent .prodGroups{ margin: 20px -8px; }
.pageContent .prodGr{ margin:8px; background:#e5e5e5; padding:10px; }

.pageContent.type2 h1{ font-size:28px; font-weight:bold; line-height:1.1; margin-bottom:20px; text-align:center; } 
.pageContent.type2 h2{ font-size:24px; font-weight:bold; line-height:1.1; margin-bottom:20px; text-align:center; }
.pageContent.type2 h3{ font-size:20px; font-weight:bold; line-height:1.1; margin-bottom:20px; text-align:center; }
.pageContent.type2 .textCont.rCol h3{ margin-top:0; }
.pageContent.type2 h4{ font-size:20px; font-weight:bold; line-height:1.1; margin:40px 0 10px; text-align:left; } 
.pageContent.type2 h4:not(.normal){ background:#007cff; padding:10px; font-size:1.25rem; color:#fff; }
.pageContent.type2 h4
.pageContent.type2 .textCont.rCol h4{ text-align:center; margin-top:0; } 
.pageContent.type2 .textCont.rCol p{ margin-bottom:0; }

.pageContent.type2 .blueBox{ background:#007cff; padding:20px; margin: 20px 0; color:#fff; text-align:center; }
.pageContent.type2 .blueBox h3{ color:#fff; margin: 0 0 5px; text-align:center; }
.pageContent.type2 .blueBox h4{ color:#fff; margin:0 0 5px; text-align:center; }
.pageContent.type2 .blueBox p{ text-align:center; margin:0; }
.pageContent.type2 .blueBox p b{ color:#fff; }

.topLine1{ font-size:1.2rem; }
.topLine2{ font-size:1.5rem; font-weight:bold; }

