@font-face { font-family: feather; font-display: swap; src: url('/assets/fonts/Feather144f.woff'); }
h1, h2, h3, h4 {
	margin: 0;
	line-height: 1.3;
}
* {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
	font-size: 15px;
	color: black;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	width: 100%;
}
#outer-wrap {
    overflow-x: hidden;
}
.full-width {
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    position: relative;
}
.container, .has-sidebar #content-wrap {
	width: 1350px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
	z-index: 1;
}
#primary {
    padding-bottom: 60px;
}
.home #primary {
    padding-bottom: 0;
}
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}
button {
    padding: 0;
    border: 0;
    cursor: pointer;
    transition: .15s all;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
p {
    margin: 0 0 15px;
}
:root {
	--main-color: #333333;
	--second-color: #fe2424;
	--canvas-width: 300px;
	--canvas-cart-width: 350px;
}
a, :visited {
    color: var(--main-color);
    text-decoration: none;
	-webkit-transition: .15s all;
	-o-transition: .15s all;
	transition: .15s all;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea {
    -webkit-box-shadow: none;
            box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
}
sup, sub {
    font-size: 12px;
}
body:not(.home) main {
    background: #f5f5f5;
}
.single-page main {
    padding-top: 60px;
}


/* Layout */
.right-sidebar #content-wrap, .left-sidebar #content-wrap {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.right-sidebar #primary {
    width: calc(100% - 300px);
    padding-right: 100px;
}
.left-sidebar #primary {
    width: calc(100% - 300px);
    padding-left: 100px;
}
.has-sidebar #sidebar {
    width: 300px;
}
.right-sidebar #sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
@media (max-width: 959px) {
    .has-sidebar #primary, .has-sidebar #sidebar {
        width: 100%;
        padding: 0;
    }
    #primary {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    #sidebar {
        margin-top: 40px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
}


/* Header */
.master-header-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	height: 100px;
}
#site-header {
    position: relative;
    z-index: 10;
}
#site-logo {
    width: 170px;
}
#navigation {
    border-top: 1px solid #e5e5e5;
    position: relative;
    z-index: 5;
}
#site-navigation-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sn-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#site-navigation-wrap .master-main-menu {
    list-style: none;
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    margin: 0;
    padding: 0 0 0 30px;
}
#site-navigation-wrap .master-main-menu > .menu-item {
    margin: 0 15px;
    height: 85px;
    line-height: 85px;
}
#site-navigation-wrap .master-main-menu a {
	color: black;
	white-space: nowrap;
	font-size: 16px;
}
#site-navigation-wrap .master-main-menu a:hover, #site-navigation-wrap .current-menu-item > a {
	color: var(--second-color);
}
#site-navigation-wrap .master-main-menu > .menu-item-has-children > a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	padding-left: 5px;
}
#site-navigation-wrap .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    list-style: none;
    padding: 0;
    border: 1px solid #ddd;
	border-bottom: 0;	
	z-index: 10;
	background: white;
	min-width: 120px;
}
#site-navigation-wrap .master-main-menu > .menu-item-has-children > .sub-menu {
    border-top: 3px solid var(--main-color);
}
#site-navigation-wrap .menu-item-has-children:hover > .sub-menu {
	display: block;
	background: white;
}
#site-navigation-wrap .master-main-menu .sub-menu li {
	margin: 0;
	position: relative;
}
#site-navigation-wrap .sub-menu a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
	height: auto;
    line-height: normal;
    white-space: nowrap;
}
#site-navigation-wrap .sub-menu a:hover {
	background: #f5f5f5;
}
#site-navigation-wrap .sub-menu .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
}
#site-navigation-wrap .sub-menu .menu-item-has-children > a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#site-navigation-wrap .sub-menu .menu-item-has-children > a {
    padding-right: 30px;
    position: relative;
}
@media (max-width: 959px) {
    #site-navigation-wrap {
        display: none;
    }
}
@media (min-width: 960px) {
    #mobile-sidebar-menu, .mobile-menu-area {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-aside {
        padding-left: 0;
    }
}
@media (max-width: 1250px) {
    #site-navigation-wrap .master-main-menu > .menu-item {
        margin: 0 10px;
    }
    #site-navigation-wrap .master-main-menu a {
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    .header-contact-icon {
        display: none;
    }
}




/* Mobile menu */
.mobile-menu-area {
    position: fixed;
    width: var(--canvas-width);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1000;
    background: white;
    overflow: hidden;
    transform: translate3d(100%,0,0);
    transition: .3s all;
}
.active-mobile-menu {
    transform: none;
}
.mobile-menu-sidebar {
    height: calc(100% - 71px);
    overflow-y: auto;
}
.mobil-menu-line-icon {
    position: relative;
	cursor: pointer;
}
.mobile-menu ul {
    list-style: none;
    margin: 0;
    transition: .3s all;
}
.mobile-menu > ul > li ul {
    display: none;
}
.has_child_menu > ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}
.mobile-menu-item-label {
    position: relative;
    padding: 10px 40px 10px 20px!important;
}
.mobile-menu-item-label:after {
    content: '\e930';
    font-family: Feather;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu li a, .has_child_menu > div {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
}
.mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.mobile-menu-close .fe {
    font-size: 22px;
    background: #eee;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu-back-button {
    visibility: hidden;
}
.master-overlay, .cart-overlay, .product-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    display: none;
}



/* Menu search */
.master-menu-search-icon {
    cursor: pointer;
}
.master-search-area {
    position: absolute;
    right: 0;
    margin-top: 15px;
    background: #f7f7f7;
    padding: 15px;
    border: 1px solid #eee;
    display: none;
}
.master-search-area input {
    height: 45px;
    font-size: 15px;
    padding: 0 10px;
    border: 1px solid #ddd;
    width: 250px;
    border-radius: 0;
}
.master-search-area button {
    position: absolute;
    right: 15px;
}
.master-search-area button .fa {
    background: var(--main-color);
    color: white;
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 18px;
}
.visible-search {
    display: block;
}
.master-search-area input::-moz-selection {
    background: transparent;
}
.master-search-area input::selection {
    background: transparent;
}


/* Page header */
.page-header-title {
    line-height: 1.3;
    font-size: 32px;
    padding: 0 0 60px;
    text-align: center;
}
.breadcrumbs {
    padding-top: 15px;
    padding-bottom: 40px;
}
.single-mehsul .breadcrumbs {
    padding-bottom: 15px;
}
.breadcrumbs, .breadcrumbs a {
    color: #909090;
    font-size: 14px;
}
.breadcrumbs a:hover {
    color: #767676;
}
.breadcrumbs__separator {
    margin: 0 7px;
}
@media (max-width: 767px) {
    .page-header-title {
        display: none;
    }
    .breadcrumbs {
        padding-bottom: 15px;
    }
}



/* Index */
.master-posts {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px -60px;
}
.master-post {
    width: 33.3%;
    padding: 0 15px 60px;
}
.master-post-thumbnail {
    margin-bottom: 25px;
}
.master-post-thumbnail img {
    background: #eee;
}
.master-post-thumbnail a {
    display: block;
    position: relative;
    overflow: hidden;
}
.master-post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: .3s all;
}
.master-post-thumbnail a:hover .master-post-overlay {
    opacity: .3;
}
.master-post-title {
    margin-bottom: 15px;
}
.master-post-title a {
    font-size: 21px;
    line-height: 1.4;
    display: block;
}
.master-post-date {
    position: absolute;
    top: 15px;
    left: 0;
    background: white;
    padding: 3px 15px;
    font-size: 14px;
}
.master-post-excerpt {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #525252;
}
.master-post-button a {
    display: table;
    font-size: 16px;
}
.master-post-button a:after {
    content: '\e912';
    font-family: feather;
    margin-left: 10px;
    transition: .3s all;
}
.master-post-inner:hover .master-post-button a:after {
    margin-left: 15px;
}
@media (max-width: 500px) {
    .master-post {
        width: 100%!important;
    }
}
@media (min-width: 501px) and (max-width: 999px) {
    .master-post {
        width: 50%!important;
    }
}


/* Footer */
#footer {
    background-color: white;
}
#footer a {
    color: #000;
}
#footer a:hover {
    color: #888;
}
.footer-area {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0 40px;
    margin: 0 -15px;
}
.footer-block {
    width: 33.3%;
    padding: 0 15px 40px;
}
.footer-logo img {
    width: 200px;
    max-width: 100%;
}
.footer-icon-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 0;
}
.footer-icon {
    width: 50px;
    height: 50px;
    background: var(--second-color);
    border-radius: 50%;
    padding: 12px;
}
.footer-icon-details {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.footer-icon-subheading {
    color: #999999;
}
.footer-contact {
    margin-bottom: 10px;
}
#footer .footer-contact a, .footer-contact {
    color: #999;
}
.footer-contact strong {
    color: black;
}
#footer .footer-icon-heading a {
    font-weight: 600;
    white-space: nowrap;
    font-size: 20px;
    line-height: 1.3;
}
#footer .social-networks a {
    color: #fff;
    display: inline-block;
    margin-right: 13px;
    font-size: 16px;
}
.footer-block h4 {
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-links {
    column-count: 2;
}
.footer-links-item {
    margin-bottom: 10px;
    break-inside: avoid-column;
}
.callout-success-result {
    color: white;
    font-size: 18px;
    text-align: center;
    width: 500px;
    max-width: 100%;
    margin: 30px auto;
    display: none;
}
.callout-success-result:before {
    content: '\f058';
    font-family: FontAwesome;
    display: block;
    font-size: 32px;
    color: #ff6f61;
}
.footer-social-networks {
    margin-top: 25px;
}
@media (min-width: 601px) and (max-width: 850px) {
    .footer-block {
        width: 50%;
    }
    .footer-first {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .footer-block {
        width: 100%;
    }
}



/* Callout */
.callout-form-element {
    margin-bottom: 10px;
}
.callout-form-element input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}
#callout button {
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.callout-description {
    margin-bottom: 15px;
    color: #999999;
}
.success-message {
    color: var(--second-color);
    text-align: center;
    font-weight: 600;
    display: none;
}
.success-message:before {
    content: '\f058';
    font-family: FontAwesome;
    display: table;
    margin: 0 auto 15px;
    font-size: 32px;
}




/* Footer bottom */
#footer-bottom {
    padding: 25px 0;
    background: #f5f5f5;
}
#footer-bottom {
    font-size: 13px;
}
#footer-bottom a {
    color: #000;
    font-size: 14px;
}
#footer-bottom a:hover {
    color: var(--second-color);
}
.master-footer-bottom {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-menu {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -15px 15px;
}
.footer-menu-item {
    padding: 0 15px;
}
.studio img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 40px;
    object-fit: contain;
    background: white;
    border: 1px solid #ddd;
}
@media (max-width: 767px) {
    .master, .studio {
        width: 100%;
        text-align: center;
    }
    .footer-menu {
        justify-content: center;
    }
    .studio {
        margin-top: 15px;
    }
}


/* social sebekeler */
#footer .social-networks a {
    color: white!important;
    width: 40px;
    height: 40px;
    line-height: 40px!important;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    margin-right: 5px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
#footer .facebook-social {
    background: #4a6dbf;
}
#footer .instagram-social {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
#footer .youtube-social {
    background: #f22231;
}
#footer .whatsapp-social {
	background: #00da00;
}
#footer .twitter-social {
	background: #55adee;
}
#footer .telegram-social {
	background: #0088cc;
}
#footer .tiktok-social {
    background: #444;
}
#footer .social-networks a:hover {
	background: #555;
}


/* Scroll to top */
#site-scroll-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 998;
    cursor: pointer;
    display: none;
}
#site-scroll-top .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.1);
    color: white;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
    font-size: 26px;
    text-align: center;
}
#site-scroll-top .fa:hover {
    background: var(--main-color);
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
@media (max-width: 767px) {
    #site-scroll-top {
        right: 20px;
        bottom: 70px;
    }
}



/* Axtaris neticeleri */
.search-title a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    color: black;
}


/* Pagination */
.pagination {
    margin-top: 30px;
}
.page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    background: #eee;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
    color: black;
}
.page-numbers:hover, .page-numbers.current {
    background: var(--main-color);
    color: white;
}
.page-numbers .fa {
    font-size: 12px;
}



/* Social share */
.master-social-share-area {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.master-title {
    padding-right: 15px;
}
.master-social-share-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.master-social-share-area li {
    color: white;
    text-align: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
    margin-right: 5px;
}
.master-social-share-area a {
    color: white;
    display: block;
}
.master-social-share-area li .fa {
    margin-right: 0px;
}
.master-social-share-area span {
    display: none;
}
.twitter-share {
    background: #00aced;
}
.twitter-share:hover {
    background: #0093cb;
}
.facebook-share {
    background: #3b5998;
}
.facebook-share:hover {
    background: #324b80;
}
.telegram-share {
    background: #0088cc;
}
.telegram-share:hover {
    background: #3e659c;
}
.email-share {
    background: #e40303;
}
.email-share:hover {
    background: #ca0303;
}
.whatsapp-share {
    background: #30d244;
}
.whatsapp-share:hover {
    background: #25b938;
}
@media (min-width: 960px) {
    .whatsapp-mobil-share {
        display: none;
    }
}
@media (max-width: 959px) {
    .whatsapp-komp-share {
        display: none;
    }
}
@media (min-width: 960px) and (max-width: 1050px) {
    .master-label {
        display: none;
    }
    .master-social-share-area li .fa {
        margin-right: 0;
    }
}
@media (min-width: 270px) and (max-width: 767px) {
    .master-label {
        display: none;
    }
    .master-social-share-area li .fa {
        margin-right: 0;
    }
}
@media (max-width: 269px) {
    .master-social-share-area li {
        width: 100%;
        margin-bottom: 5px;
    }
}


/* Post navigation */
#post-navigation-wrap {
    background: #eee;
    padding: 20px 0;
}
.post-navigation {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px;
}
.next-previous-post {
    padding: 5px 15px;
}
.no-prev-es-post {
    display: table;
    margin-left: auto;
}
.post-navigation a {
    color: black;
    position: relative;
	width: 50%;
}
.next-previous-heading {
    display: table;
    background-color: var(--main-color);
    color: white;
    padding: 3px 20px;
    margin-bottom: 10px;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.post-navigation a:hover .next-previous-heading {
    background: var(--second-color);
}
.next-post .next-previous-heading {
    margin-left: auto;
    margin-right: 0;
}
.next-post {
    text-align: right;
}
.prev-post .fa {
    margin: 0 5px 0 -5px;
}
.next-post .fa {
    margin: 0 -5px 0 5px;
}
.prev-post-no {
    display: table;
    margin-right: 0;
    margin-left: auto;
}
@media (max-width: 767px) {
	.post-navigation a {
		width: 100%;
	}
}



/* Wordpress default gallery css */
.ms-gallery {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
}
.ms-image-9 {
    width: calc(100% / 9);
}
.ms-image-8 {
    width: calc(100% / 8);
}
.ms-image-7 {
    width: calc(100% / 7);
}
.ms-image-6 {
    width: calc(100% / 6);
}
.ms-image-5 {
    width: 20%;
}
.ms-image-4 {
    width: 25%;
}
.ms-image-3 {
    width: 33.3%;
}
.ms-image-2 {
    width: 50%;
}
.ms-image-1 {
    width: 100%;
}
.ms-image {
    padding: 0 10px 20px;
    margin: 0;
}
.ms-image a {
    display: block;
}
.ms-image img {
    background: #eee;
}
figure.image {
    margin: 0 0 20px;
}
.image figcaption {
    font-style: italic;
    margin-top: 5px;
}
.ms-gallery-tools {
    display: none;
}
@media (max-width: 340px) {
    .ms-gallery {
        margin: 0 -7.5px;
    }
    .ms-image {
        width: 100%!important;
        padding: 0 7.5px 15px;
    }
}
@media (min-width: 341px) and (max-width: 767px) {
    .ms-gallery {
        margin: 0 -7.5px;
    }
    .ms-image {
        width: 50%!important;
        padding: 0 7.5px 15px;
    }
}
@media (min-width: 767px) and (max-width: 959px) {
    .ms-image {
        width: 33.3%!important;
    }
}



/* Sidebar */
.master-sidebar-title {
    font-size: 15px;
    margin-bottom: 30px;
    color: var(--main-color);
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.sidebar-post {
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
    color: black;
    line-height: 1.4;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.sidebar-post-thumbnail {
    width: 60px;
}
.sidebar-post-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.sidebar-post-details {
    width: calc(100% - 60px);
    padding-left: 15px;
}
.sidebar-post:hover .sidebar-post-title {
	color: var(--main-color);
}
.sidebar-post-title {
    font-size: 14px;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.sidebar-thumbnail {
    width: 60px;
    height: 60px;
}
.sidebar-details {
    padding-left: 20px;
	width: calc(100% - 60px);
}
.sidebar-post-date {
    opacity: .7;
    font-size: 13px;
	margin-top: 3px;
}
.master-widget {
	margin-bottom: 40px;
}
.widgettitle {
    display: none;
}
.master-widget ul {
    margin: -8px 0 0;
    list-style: none;
}
.master-widget li {
    border-bottom: 1px solid #eee;
    color: #999;
}
.master-widget ul a {
    color: black;
    padding: 8px 0;
    display: inline-block;
}
.master-widget ul a:before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 10px;
}
.widget-archives {
    margin-top: 7px;
}
.widget-archives a {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    padding-top: 7px;
    color: black;
}
.widget-archives a:hover {
    color: var(--main-color);
}
.widget-archives a:before {
    content: '\f114';
    font-family: FontAwesome;
    margin-right: 10px;
    color: black;
}
.sidebar-search {
    position: relative;
}
.sidebar-search input {
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    color: black;
    padding: 0 15px;
    font-size: 15px;
}
.sidebar-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--main-color);
    color: white;
}


/* Single post */
.single-content-part {
    background: white;
    padding: 40px;
}
.single-post-title {
    padding: 0 0 40px;
    text-align: center;
}
.single-post-thumbnail img {
    background: #eee;
	margin: 0 auto 40px;
}
.single-post-meta {
    margin-top: 15px;
}
.published-date {
    color: #999;
}
.single-post-date, .single-post-meta a {
    color: #666;
}
.single-post-date, .single-post-category, .single-post-author {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}
.single-post-date:before {
    content: '\f073';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: black;
}
.single-post-category:before {
    content: '\f044';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.single-post-author:before {
    content: '\f2be';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.single-post-container-main {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.single-content {
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
}
.single-content img {
	width: auto;
	max-height: 350px;
}
img.aligncenter {
    margin: 0 auto;
}
.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    text-align: left;
    margin-bottom: 10px;
}
.single-content ul, .single-content ol {
    text-align: left;
}
.master-embed {
    position: relative;
    padding-top: 56%;
}
.master-embed iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.master-table {
    overflow-x: auto;
    max-width: 100%;
}
@media (max-width: 959px) {
    .single-content-part {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .single-content-part {
        background: transparent;
        padding: 40px 0;
    }
}



/* Muellif */
.single-author-area {
    margin-bottom: 40px;
}
.single-author-heading {
    padding-right: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.single-author {
    display: table;
    width: 100%;
}
.single-author-block {
    display: table-cell;
    vertical-align: top;
}
.single-author-first {
    width: 150px;
}
.single-author-second {
    width: calc(100% - 150px);
    padding-left: 25px;
    padding-top: 5px;
}
.single-author img {
    height: 150px;
    width: 150px;
    -o-object-fit: cover;
       object-fit: cover;
}
.single-author-name {
    font-size: 20px;
}
.single-author-profession {
    font-size: 17px;
    margin-bottom: 10px;
}
.single-author-description {
    margin-bottom: 10px;
}
.no-image-author:before {
    content: '\f2be';
    font-family: FontAwesome;
    width: 150px;
    height: 150px;
    background: #eee;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 76px;
    color: #999;
}
@media (max-width: 550px) {
	.single-author-block {
		display: block;
	}
	.single-author-second {
		width: 100%;
		padding-left: 0px;
		padding-top: 15px;
	}
}


/* Youtube */
.youtube-videos {
    display: flex;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}
.youtube-video {
    padding: 0 15px 30px;
    width: 25%;
}
.youtube-image-area {
    position: relative;
}
.youtube-image {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 56.26%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
}
.youtube-icon-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.youtube-icon-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    cursor: pointer;
}
.youtube-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: rgba(22,22,22,0.65);
    border-radius: 50%;
    font-size: 24px;
    opacity: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.youtube-image-area:hover .youtube-icon {
    opacity: 1;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
.youtube-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.youtube-image-area:hover .youtube-play-icon {
    opacity: 1;
}
.play-video:before {
    content: '\f04b';
    font-family: FontAwesome;
    color: white;
    font-size: 18px;
}
.youtube-iframe {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    z-index: 2;
}
.youtube-video iframe {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.youtube-video h3 {
    margin: 0;
    font-size: 15px;
}
.youtube-heading a {
    display: block;
    margin-top: 10px;
    line-height: 1.35;
    color: black;
    font-weight: 600;
    font-family: Arial,Helvetica,sans-serif;
}
.youtube-video img, .youtube-video span{
    position:absolute;
    width:100%;top:0;
    bottom:0;margin:auto
}
.youtube-video span {
    height:1.5em;
    text-align:center;
    font:48px/1.5 sans-serif;
    color:white;
    text-shadow:0 0 0.5em black
}
.next-videos {
    width: 100%;
    padding: 0 15px;
}
.next-video-button {
    display: table;
    margin: 0 auto;
    background: var(--main-color);
    color: white;
    padding: 10px 25px;
    line-height: 1.3;
    cursor: pointer;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.next-video-button:hover {
    background: var(--second-color);
}
.next-video-button::-moz-selection {
    background: transparent;
}
.next-video-button::selection {
    background: transparent;
}
.loading-area {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 16px;
    color: white;
    text-shadow: 0 0 5px black;
    opacity: 0;
}
.youtube-videos .youtube-loading:after {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid rgba(255,255,255,.3);
    border-left-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-left: -22.5px;
    margin-top: -22.5px;
    -o-transition: opacity 0s ease;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
    opacity: 1;
    -webkit-animation: wd-rotate 550ms infinite linear;
    animation: wd-rotate 550ms infinite linear;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.youtube-videos .youtube-loading:before {
	visibility: hidden;
}
.youtube-videos .youtube-loading {
	color: transparent!important;
	position: relative;
}
@media (max-width: 500px) {
    .youtube-video {
        width: 100%;
    }
}
@media (min-width: 501px) and (max-width: 850px) {
    .youtube-video {
        width: 50%;
    }
}
@media (min-width: 851px) and (max-width: 1100px) {
    .youtube-video {
        width: 33.3%;
    }
}
@media (max-width: 959px) {
	.youtube-icon, .youtube-play-icon {
		opacity: 1;
	}
	.play-video:before {
	    font-size: 22px;
	}
}


/* Instagram */
.instagram-images {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -10px;
}
.instagram-image {
	width: 25%;
	padding: 0 10px 20px;
}
.instagram-ratio {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 100%;
}
.instagram-image-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    overflow: hidden;
    background-color: #eee;
}
.instagram-image-link:hover .instagram-image-details {
	opacity: 1;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.instagram-image-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	opacity: 0;
}
.instagram-image-link:hover:before {
	opacity: 1;
}
.instagram-image-detallar {
    color: white;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    font-weight: 600;
	opacity: 0;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.instagram-icon {
    margin: 0 3px;
}
.instagram-icon:before {
	font-family: 'FontAwesome';
	margin-right: 7px;
}
.next-images {
    width: 100%;
    padding: 0 15px;
}
.next-image-button {
    display: table;
    margin: 0 auto;
    background: var(--main-color);
    color: white;
    padding: 10px 25px;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: .15s all;
    -o-transition: .15s all;
    transition: .15s all;
}
.next-image-button:hover {
    background: var(--second-color);
}
.next-image-button::-moz-selection {
    background: transparent;
}
.next-image-button::selection {
    background: transparent;
}
.instagram-nav-button {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    z-index: 1;
    font-size: 36px;
    text-shadow: 0 0 15px black;
    cursor: pointer;
    -webkit-user-select: none;        
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.instagram-button-prev {
    left: 0;
}
.instagram-button-next {
    right: 0;
}
.instagram-carousel {
    position: relative;
}
.instagram-carousel, .instagram-carousel .swiper-wrapper, .instagram-carousel .swipet-slide {
    height: 100%;
}
.instagram-icon-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.instagram-icon-inner {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.instagram-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: var(--main-color);
    border-radius: 50%;
    font-size: 24px;
    opacity: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.instagram-video:hover .instagram-icon {
    opacity: 1;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
@media (min-width: 601px) and (max-width: 999px) {
	.instagram-image {
		width: 33.3%;
	}
}
@media (max-width: 600px) {
	.instagram-image {
		width: 50%;
	}
}



/* Error 404 */
.error404-content {
    text-align: center;
    padding: 20px 0;
}
.error404-content h1 {
    font-size: 44px;
}


/* Sual cavab */
.faq {
    margin-bottom: 60px;
    background: white;
    padding: 40px;
}
.faq:last-child {
    margin-bottom: 0;
}
.faq h3 {
    font-size: 26px;
    margin-bottom: 30px;
}
.master-accordion:nth-child(1) {
    border-top: 1px solid #e5e5e5;
}
.master-accordion {
    border-bottom: 1px solid #e5e5e5;
}
.master-accordion:last-child {
    border-bottom: 0;
}
.master-accordion-title {
	color: black;
    font-size: 17px;
    padding: 20px 45px 20px 0;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
    -webkit-user-select: none;        
    -moz-user-select: none;
    -ms-user-select: none;
}
.master-accordion-title:after {
    content: "\e92e";
    font-family: Feather;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 15px;
    transition: .3s all;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    background: var(--second-color);
    border-radius: 50%;
}
.master-accordion-title.active:after {
    transform: rotate(180deg);
}
.master-accordion-content {
    color: #525252;
    line-height: 1.8;
    padding-bottom: 20px;
    display: none;
}
@media (max-width: 767px) {
    .faq {
        background: transparent;
        padding: 0;
    }
}



/* Form */
.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.form-50 {
    width: 49%;
}
.form-element {
    margin-bottom: 15px;
	position: relative;
}
.form-element label {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}
.form-element input[type="text"], .form-element input[type="email"], .form-element input[type="number"], .form-element input[type="password"], .form-element select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: black;
    font-size: 15px;
    background: #f5f5f5;
    border-radius: 0;
    border: 0;
}
.form-element select {
    -webkit-appearance: none;
    background: transparent;
    background-image: url(/uploads/extra/chevron-down.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: 15px;
    background-size: 18px;
    cursor: pointer;
}
.form-element input:focus, .form-element textarea:focus {
    border-color: var(--main-color);
}
.form-element textarea {
    border: 0;
    width: 100%;
    padding: 15px;
    color: black;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    resize: vertical;
    min-height: 90px;
    background: #f5f5f5;
    border-radius: 0;
    margin-bottom: -5px;
}
.form-checkbox, .form-radio {
    position: relative;
}
.form-result:not(:empty) {
    margin-top: 20px;
}
@media (max-width: 650px) {
	.form-50 {
		width: 100%;
	}
}


/* Default input */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea {
    -webkit-box-shadow: none;
            box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
}
input[type=radio] {
    -webkit-box-shadow: none;
            box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    cursor: pointer;
    background: white;
    top: 0;
    left: 0;
}
input[type=radio]:checked {
    border-color: var(--main-color);
}
input[type=radio]:checked:before {
    content: '';
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
input[type=radio] + label {
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 30px;
}
input[type=checkbox] {
    -webkit-box-shadow: none;
            box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background: white;
    top: 0;
    left: 0;
}
input[type=checkbox]:checked {
    background: var(--main-color);
    border-color: var(--main-color);
    color: white;
}
input[type=checkbox]:checked:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
}
input[type=checkbox] + label {
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 35px;
    margin-bottom: 0;
}
input[type=file]::file-selector-button {
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px 15px;
}
sup, sub {
    font-size: 12px;
}



/* ACF Map */
.acf-map-area {
    position: relative;
    border: 20px solid white;
}
.acf-map {
	height: 450px;
	background: #eee;
}
.map-details {
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.map-address {
    font-size: 13px;
    color: #777;
    line-height: 1.5;
    margin: 3px 0 5px;
}
.gm-style-pbc {
    background-color: transparent;
}
.direction {
    color: #111;
	background: white;
    padding: 8px 15px;
	display: block;
    -webkit-box-shadow: 0 0 10px #b5b5b5;
            box-shadow: 0 0 10px #b5b5b5;
}
.direction:before {
    content: '\f138';
    font-family: FontAwesome;
    margin-right: 10px;
}
.gm-style-pbt {
	font-size: 0;
}
.gm-style-moc {
    background-color: transparent;
}
.gm-style-mot {
	font-size: 0;
}
@media (min-width: 768px) {
    .map-area {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .acf-map-area {
        border: 0;
    }
    .map-area {
        margin-bottom: 60px;
    }
    .map-details {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .direction {
        text-align: center;
        box-shadow: none;
        background: var(--second-color);
        color: white;
        padding: 10px 15px;
    }
}



/* Animations */
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* Comments */
.default-comment-form-area {
    display: none;
}
#comments {
    padding-bottom: 20px;
}
.comments-count-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.write-comment-heading {
    padding-bottom: 10px;
}
.comment-list {
    list-style: none;
    margin: 0;
}
.comment {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.comment-author, .comment-block {
    display: table-cell;
    vertical-align: top;
}
.comment-author {
    width: 70px;
    padding-right: 10px;
}
.comment-author .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #ddd;
    background: #f5f5f5;
    font-size: 30px;
    color: #999;
}
.comment-author img {
    border: 1px solid #ddd;
    padding: 3px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
}
.comment-block {
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.comment-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.comment-name {
    padding-right: 5px;
}
.date.float-right {
    color: #a7a7a7;
}
.comment-text p {
    margin-bottom: 5px;
}
.comment-reply {
    text-decoration: underline;
    color: var(--main-color);
    cursor: pointer;
    display: inline-block;
}
.comments .children {
    margin: 0 0 0 20px;
    list-style: none;
}
.comments .children > .comment {
    margin-bottom: 0;
}
.byuser .comment-block {
    background: #f5f5f5;
}
.comment-reply-heading-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
}
.comment-reply-heading, .comment-reply-cancel {
    padding: 5px 0;
}
.comment-reply-cancel {
    text-decoration: underline;
    color: red;
    cursor: pointer;
    font-size: 14px;
}
.logged-user-comment-author {
    margin-bottom: 10px;
}
.comment .loading:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgb(77 77 77 / 42%);
    border-left-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-top: -7.5px;
    -o-transition: opacity 0s ease;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
    opacity: 1;
    -webkit-animation: wd-rotate 550ms infinite linear;
    animation: wd-rotate 550ms infinite linear;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    margin-left: 10px;
}
.comment .loading:before {
	visibility: hidden;
}
.comment .loading {
	color: transparent!important;
	position: relative;
}
.comment-rating {
    color: orange;
    font-size: 14px;
}
.load-more-comments-button {
    padding: 10px 35px;
    display: table;
    margin-top: 15px;
    font-size: 15px;
}
@-webkit-keyframes wd-rotate {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes wd-rotate {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@media (max-width: 600px) {
    .comment-author {
        width: 40px;
        padding-right: 5px;
    }
    .comment-author img {
        width: 35px;
        height: 35px;
    }
}


/* Rating */
.comment-ratings {
    display: flex;
    align-items: center;
    margin: 0 -2px;
}
.comment-ratings input {
    display: none;
}
.comment-rating label {
    padding: 0 2px!important;
}
.comment-rating label:before {
    content: '\f005';
    font-family: FontAwesome;
    color: #ddd;
    font-size: 20px;
}
.active-comment-rating label:before {
    color: orange;
}


/* Sekiller */
.master-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px -20px;
}
.master-image {
    width: 25%;
    padding: 0 10px 20px;
}
.master-image a {
    display: block;
    overflow: hidden;
    position: relative;
}
.master-image img {
	background: #eee;
}
.master-image-overlay {
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s all;
}
.master-image a:hover .master-image-overlay {
    opacity: .3;
}
@media (max-width: 350px) {
	.master-image {
		width: 100%;
	}
}
@media (min-width: 351px) and (max-width: 767px) {
	.master-gallery {
		margin: 0 -5px;
	}
	.master-image {
		width: 50%;
		padding: 0 5px 10px;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	.master-image {
		width: 33.3%;
	}
}



/* Table */
table {
    width: 100%;
    line-height: 1.5;
    border-collapse: collapse;
    margin: 20px 0;
	text-align: left;
}
th, td {
    border: 1px solid #ddd;
    padding: 5px 15px;
}
tr:nth-child(odd) {
    background: #f5f5f5;
}



/* Toolbar */
.toolbar-area {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1000000;
}
.toolbar-area a {
    position: absolute;
    color: white;
    border-radius: 50%;
    left: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
	font-size: 20px;
	display: block;
}
.toolbar-phone {
    background: #6565ff;
    bottom: 0;
}
.toolbar-whatsapp {
    background: #45c71b;
    bottom: 55px;
}
@media (min-width: 768px) {
	.toolbar-area {
	    display: none;
	}
}



/* Loading */
.loading:after, .ajax-loading:after {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(255,255,255,.3);
    border-left-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-left: -7.5px;
    margin-top: -7.5px;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
	opacity: 1;
    -webkit-animation: loading 450ms infinite linear;
    animation: loading 450ms infinite linear;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.loading:before, .ajax-loading:before {
	visibility: hidden;
}
.loading, .ajax-loading {
	color: transparent!important;
	position: relative;
}
.ajax-loading:after {
    border: 1px solid rgba(0,0,0,.3);
    border-left-color: #000;
}
.shop-loading:after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,.22);
    border-left-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    margin-top: -15px;
    margin-left: -15px;
    transition: opacity 0s ease;
    -webkit-transition: opacity 0s ease;
	opacity: 1;
    -webkit-animation: loading 450ms infinite linear;
    animation: loading 450ms infinite linear;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
}
.shop-loading:before {
	visibility: hidden;
}
.shop-loading {
	color: transparent!important;
	position: relative;
}
@-webkit-keyframes loading {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading {
    100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



/* QR code */
.qr-code img {
    width: 150px;
}



/* Swiper js */
.master-slider {
    overflow: hidden;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Hide admin bar */
.hide-admin-bar {
    position: fixed;
    top: 32px;
    right: 0;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    z-index: 100000;
}


/* Pagination */
.pagination {
    margin: 30px 0 0;
    list-style: none;
}
.page-item {
    display: inline-block;
}
.page-item a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    color: black;
    background: white;
}
.page-item.active a, .page-item a:hover {
    background: var(--main-color);
    color: white;
}


/* Notify template */
.notify-block-area {
    text-align: center;
    margin-bottom: 30px;
}
.notify-block-icon:before {
    font-size: 140px;
    color: #ddd;
    display: table;
    margin: 0 auto 30px;
    line-height: 1;
}
.notify-block-area h3 {
    font-size: 22px;
    text-transform: uppercase;
}
.notify-block-description {
    color: #666;
    margin: 20px 0 25px;
}
.notify-block-button a {
    display: inline-block;
    background: var(--main-color);
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 30px;
}
.notify-block-button a:hover {
    opacity: .8;
}



/* Topbar */
#topbar-wrap {
    background: #f5f5f5;
    font-size: 14px;
}
#topbar-wrap a {
    color: black;
    transition: .3s all;
}
#topbar-wrap a:hover {
    opacity: .4;
}
#topbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -25px;
    align-items: center;
    padding: 5px 0;
}
.topbar-block {
    padding: 5px 25px;
}
.topbar-elements {
    margin: 0 -15px;
}
.topbar-element {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}
.topbar-account-link, .topbar-account-link-guest, .topbar-inner .social-networks-area {
    display: inline-block;
    vertical-align: middle;
}
.topbar-phone:before {
    content: '\f095';
    font-family: FontAwesome;
    margin-right: 7px;
}
.topbar-mobile:before {
    content: '\f232';
    font-family: FontAwesome;
    margin-right: 7px;
}
.topbar-account-link-guest {
    cursor: pointer;
}
.topbar-links {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #999;
}
.topbar-account-link, .topbar-account-link-guest {
    margin-right: 30px;
}
.topbar-account-link:before {
    content: '\f2be';
    font-family: FontAwesome;
    margin-right: 10px;
    opacity: .4;
}
.topbar-block .social-networks-area {
    margin: -5px 0;
}
.topbar-block .social-networks a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #a9a9a9!important;
}
@media (max-width: 959px) {
    .topbar-links, .topbar-account-link, .topbar-account-link-guest {
        display: none;
    }
}
@media (max-width: 767px) {
    #topbar {
        justify-content: center;
        text-align: center;
    }
    .topbar-menu {
        display: none;
    }
}



/* Elaqe */
.contact-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: -35px;
}
.map-area, .contact-area {
    width: 100%;
}
.contact-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px -40px;
}
.contact-block {
    width: 50%;
    padding: 0 25px 40px;
    display: flex;
}
.contact-form-area, .contact-details-area {
    background: white;
    width: 100%;
}
#contact {
    padding: 20px;
}
.contact-details {
    padding: 40px;
}
.contact-info-blocks {
    margin-bottom: 30px;
}
.contact-info-block {
    position: relative;
    padding-left: 55px;
    padding-bottom: 20px;
    font-size: 18px;
}
.contact-info-block:before {
    content: '';
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 26px;
    color: var(--second-color);
}
.contact-address:before {
    background-image: url(/uploads/2022/05/location-2.svg);
}
.contact-phone:before {
     background-image: url(/uploads/2022/05/telephone-call-2.svg);
}
.contact-email:before {
     background-image: url(/uploads/2022/05/email-4.svg);
}
.contact-hours:before {
     background-image: url(/uploads/2022/05/time.svg);
}
.contact-details-area .social-networks a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background: #f5f5f5;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: var(--main-color);
}
.contact-details-area .social-networks a:hover {
    background: var(--main-color);
    color: white;
}
@media (max-width: 767px) {
    .contact-block {
        width: 100%;
    }
}



/* Author panel */
.author-panel {
    margin-bottom: 40px;
}


/* Menu categories */
.menu-mehsul:hover .menu-categories-area {
    display: block;
}
.home .header-menu-area {
    display: block;
}
.menu-categories-area {
    position: absolute;
    background: white;
    z-index: 1;
    top: 100%;
    display: none;
    border-bottom: 1px solid #ddd;
    transition: .15s;
}
.menu-categories-headings-area {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.menu-categories-headings {
    height: 50px!important;
    line-height: 50px!important;
}
.menu-categories-heading {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}
.active-categories-heading {
    cursor: default;
    color: var(--second-color);
}
.active-categories-heading:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--second-color);
}
.menu-categories-list {
    column-count: 3;
    column-gap: 30px;
    padding: 30px 0;
}
.menu-categories a {
    display: block;
    color: #1f1f1f;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 15px!important;
}
.master-slider {
    height: 0;
}
.master-slider .swiper-products-nav {
    opacity: 0;
}
.swiper-container-initialized {
    height: auto;
}
.swiper-container-initialized .swiper-products-nav {
    opacity: 1;
}



/* Fancybox */
body.compensate-for-scrollbar {
    overflow: unset!important;
}


/* Shop heading */
.shop-heading {
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}
.shop-heading span {
    border-left: 3px solid #000;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 15px;
    font-weight: 500;
    line-height: 1.3;
}


/* Header aside ucun custom css */
.header-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.master-block {
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
}
.master-icon-area a {
    color: black;
    display: block;
    position: relative;
}
.menu-cart-link {
    display: flex!important;
    align-items: center;
}
.master-icon-label {
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
}
.master-icon {
    width: 35px;
    position: relative;
}
.master-icon .fe {
    font-size: 24px;
}
.master-icon-count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: var(--second-color);
    color: white;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -4px;
    font-weight: 600;
}
.master-icon, .master-icon-heading, .master-icon-total-price {
    display: inline-block;
    vertical-align: middle;
}
.master-icon-area .master-search {
    color: #ff0000;
    font-size: 30px;
    line-height: 1.1;
    margin-right: 10px;
}
@media (min-width: 960px) {
    .master-icon-search-area {
        display: none;
    }
}
@media (min-width: 960px) and (max-width: 999px) {
    .master-cart .master-icon-heading {
        display: none;
    }
}
@media (max-width: 959px) {
    #mobile-sidebar-menu {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        font-size: 26px;
    }
    #header-aside {
        padding-right: 60px;
    }
}
@media (max-width: 767px) {
    .master-wishlist, .master-cart, .master-login {
        display: none;
    }
    .master-icon-search-area {
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .master-icon-search-area .fe {
        font-size: 22px;
    }
}


/* Topbar ucun custom css */
#topbar .master-main-menu {
    margin: 0;
    list-style: none;
}
#topbar .master-main-menu .menu-item {
    display: inline-block;
    border-left: 1px solid #d2d2d2;
    padding-left: 15px;
    margin-left: 10px;
}


/* Header contact */
.header-contact-icon-box {
    display: flex;
    align-items: center;
}
.header-contact-icon {
    width: 50px;
    height: 50px;
    background: var(--second-color);
    border-radius: 50%;
    padding: 10px;
}
.header-contact-icon-details {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.header-contact-icon-heading a {
    display: table;
    white-space: nowrap;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
}
@media (max-width: 600px) {
    #header-contact {
        display: none;
    }
}


/* Header categories */
.header-menu-area {
    position: absolute;
    width: 260px;
    display: none;
}
.header-categories:hover .header-menu-area {
    display: block;
}
.header-categories-heading {
    font-size: 16px;
    width: 260px;
    background: var(--second-color);
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
}
.header-categories-heading:before {
    content: "\e98f";
    font-family: Feather;
    margin-right: 15px;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.header-categories-heading:after {
    content: '\e92e';
    font-family: Feather;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.categories-item {
    list-style: none;
    margin: 0;
    position: relative;
    background: white;
}
.categories-item:not(.category-parent-0) {
    display: none;
    position: absolute;
    left: 100%;
    width: 300px;
    margin-top: -43px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.category-parent-0 {
    border: 1px solid #ddd;
    margin-top: 5px;
}
.category-item a {
    display: block;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 15px;
    color: black;
    line-height: 1.4;
    position: relative;
    border-left: 3px solid transparent;
}
.category-item a:hover {
    background: #f5f5f5;
    border-color: var(--second-color);
}
.category-item:last-child a {
    border-bottom: 0;
}
.has-child-categories > a:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #999;
    font-weight: 400;
}
@media (min-width: 901px) {
    .category-item:hover .categories-item {
        display: block;
    }
}
@media (max-width: 900px) {
    .header-menu-area {
        width: 100%;
        position: relative;
    }
    .has-child-categories > a:before {
        transform: translateY(-50%) rotate(90deg);
    }
    .categories-item:not(.category-parent-0) {
        position: relative;
        left: 0;
        width: 100%;
        margin-top: 0;
        border-top: 0;
        border-right: 0;
        background: #eee;
    }
}



/* Related posts */
.related-posts-area {
    padding-top: 60px;
}


/* Master heading */
.master-heading-area {
    margin-bottom: 25px;
}
.master-heading {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
}



/* About */
.about-area {
    padding-bottom: 60px;
}
.about-image {
    border: 20px solid white;
    height: 500px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.about-block {
    width: 50%;
    padding: 0 15px 30px;
}
.about-block-content {
    background: white;
}
.about-content {
    padding: 20px;
}
@media (max-width: 767px) {
    .about-block {
        width: 100%;
    }
}




/* Slider */
.slider-area {
    padding-bottom: 40px;
}
.home-slider {
    width: calc(100% - 300px);
    margin-left: auto;
    position: relative;
}
.slider-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 100%;
}
.slider-nav {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 0 15px rgb(214 214 214 / 37%);
    transition: .15s all;
}
.slider-nav-next {
    right: 15px;
}
.slider-nav-prev {
    left: 15px;
}
.slider-nav:hover {
    background: var(--second-color);
    color: white;
}
.slider-pagination {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 30px;
}
.slider-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: white;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    opacity: .5;
    cursor: pointer;
    position: relative;
}
.slider-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: transparent;
    box-shadow: 0 0 0 2px rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-pagination .swiper-pagination-bullet-active:before {
    content: '';
    width: 7px;
    height: 7px;
    background: white;
    border-radius: 50%;
    display: block;
}
.slide-image img {
    background: #f5f5f5;
}
@media (max-width: 767px) {
    .slider-navigation {
        display: none;
    }
}
@media (max-width: 959px) {
    .home-slider {
        width: 100%;
    }
}



/* Features */
.features-blocks-area {
    border-bottom: 1px solid #ddd;
}
.features-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px -15px 0;
}
.feature-block {
    width: 25%;
    padding: 0 15px 30px;
}
.feature-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.feature-icon {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50%;
    padding: 13px;
}
.feature-icon-details {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.feature-main-heading {
    font-size: 15px;
    margin-bottom: 4px;
}
.feature-sub-heading {
    color: #767676;
    font-size: 14px;
    line-height: 1.3;
}
@media (max-width: 600px) {
    .feature-block {
        width: 100%;
    }
}
@media (min-width: 601px) and (max-width: 1100px) {
    .feature-block {
        width: 50%;
    }
}
@media (min-width: 1101px) and (max-width: 1200px) {
    .feature-sub-heading {
        font-size: 13px;
    }
}



/* Home products */
.home-section {
    background: #f5f5f5;
    padding: 40px 0;
}
.home-products-area {
    padding-bottom: 40px;
}
.home-products-content {
    background: white;
}
.home-products-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 20px;
}
.home-products-block {
    padding: 0 15px;
}
.home-product-first {
    width: 30%;
}
.home-product-second {
    width: 70%;
}
.banner-block {
    height: 100%;
    background-color: #f5f5f5;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: var(--second-color);
    font-size: 24px;
    text-align: center;
    color: white;
    font-weight: 600;
    width: 100%;
}
.home-products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}
.home-products-heading {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
}
.home-products-heading span {
    display: inline-block;
    position: relative;
    padding: 10px 0;
}
.home-products-heading span:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--main-color);
}
@media (max-width: 700px) {
    .banner-block {
        height: 300px;
    }
    .banner-heading {
        padding: 10px 20px;
        font-size: 16px;
    }
    .banner-image {
        height: 300px;
    }
}



/* Product */
.home-products {
    margin: 0 -10px -20px;
    padding: 15px;
}
.home-products .product {
    width: 20%;
    padding: 0 10px 20px;
}
.home-products .product-button {
    display: none;
}
.all-products-area .home-categories-slider-area {
    margin-bottom: 40px;
}
.without-payment {
    position: absolute;
    top: 10px;
    background: black;
    color: white;
    left: 10px;
    padding: 3px 10px;
    font-size: 13px;
    width: min-content;
    text-align: center;
    line-height: 1.3;
}
@media (max-width: 999px) {
    .home-product-first {
        display: none;
    }
    .home-product-second {
        width: 100%;
    }
}
@media (max-width: 959px) {
    .product {
        padding: 0 10px 20px!important;
    }
}
@media (max-width: 767px) {
    .home-products-blocks {
        display: block;
    }
    .home-product-first {
        display: inline-block;
        width: 500px;
        max-width: 100%;
        margin: 0 auto 40px;
    }
    .product {
        width: 33.3%!important;
    }
}
@media (max-width: 550px) {
    .product {
        width: 50%!important;
    }
}
@media (min-width: 768px) and (max-width: 1100px) {
    .all-products .product {
        width: 25%;
    }
}


/* Partners */
.partners-area {
    background: #f5f5f5;
    padding: 40px 0;
    margin-top: -80px;
}
.partner img {
    height: 50px;
    width: auto;
    margin: 0 auto;
    transition: .15s all;
}
.partner img:hover {
    filter: contrast(0);
}
@media (max-width: 999px) {
    .partners-area {
        padding: 30px 0;
    }
}


/* Home categories */
.home-categories-slider-area {
    position: relative;
}
.home-category-area {
    padding-bottom: 40px;
}
.home-category a {
    display: flex;
    height: 170px;
    align-items: center;
    padding: 20px;
    color: white;
    position: relative;
    overflow: hidden;
    color: white;
    background-color: #222;
}
.home-category-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-category-image img {
    height: 170px;
    object-fit: cover;
    transition: .5s all;
}
.home-category-details {
    position: relative;
    z-index: 1;
}
.home-category-details h2 {
    font-size: 18px;
    margin-bottom: 5px;
    text-shadow: 0 0 15px rgb(0 0 0 / 35%);
}
.home-category-button {
    font-size: 14px;
    text-decoration: underline;
}
.home-category a:hover img {
    transform: scale(1.1);
}
.categories-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.categories-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    cursor: pointer;
}
.cn-left {
    left: -20px;
}
.cn-right {
    right: -20px;
}
@media (max-width: 767px) {
    .categories-navigation {
        display: none;
    }
}



/* Payment methods */
.payment-method label {
    display: inline-flex!important;
    align-items: center;
    width: 100%;
}
.payment-image {
    width: 50px;
    margin-right: 10px;
}



/* Brands */
.brands {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.brand {
    width: calc(100% / 6);
    padding: 0 15px 30px;
}
.brand a {
    background: white;
    display: block;
    padding: 30px;
}
.brand-logo img {
    height: 50px;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .brands {
        margin: 0 -5px -10px;
    }
    .brand {
        padding: 0 5px 10px;
    }
}
@media (max-width: 320px) {
    .brand {
        width: 100%;
    }
}
@media (min-width: 321px) and (max-width: 500px) {
    .brand {
        width: 50%;
    }
}
@media (min-width: 501px) and (max-width: 767px) {
    .brand {
        width: 33.3%;
    }
}
@media (min-width: 768px) and (max-width: 999px) {
    .brand {
        width: 25%;
    }
}