/*-----------------------------------------------------------------------------------
    Template Name: Genial Blog HTML Template
    Template URI: https://webtend.net/demo/html/genial/
    Author: WebTend
    Author URI:  https://webtend.net/
    Version: 1.0

    Note: This is Main Style Scss File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    01. Common
    02. Header
    02. Banner Sider
    02. Posts
    02. Sidebar
    02. Instagram Section
    02. Post Details
    02. About
    02. 404 Pages
    02. Photo Stories
    02. Contact
    02. Footer

-----------------------------------------------------------------------------------*/
/*=======  COMMON CSS  =======*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&family=Roboto:wght@300;400;500;700&display=swap");
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3d3d3d;
    overflow-x: hidden;
    font-size: 15px;
    line-height: 1.7;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus,
select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input,
textarea,
button,
select {
    border: none;
}

input,
textarea,
select {
    width: 100%;
    background-color: transparent;
    padding: 0 20px;
    height: 45px;
    font-weight: 600;
    font-size: 13px;
    color: #555555;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.nice-select {
    height: 45px;
    line-height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 0 20px;
}

.nice-select::after {
    right: 20px;
}

textarea {
    height: 200px;
    padding-top: 20px;
    resize: none;
}

input[type="checkbox"],
input[type="radio"] {
    height: auto;
    width: auto;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #555555;
}

::-moz-placeholder {
    opacity: 1;
    color: #555555;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #555555;
}

::-ms-input-placeholder {
    opacity: 1;
    color: #555555;
}

::placeholder {
    opacity: 1;
    color: #555555;
}

::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px;
}

::-webkit-scrollbar:horizontal {
    background-color: #ccc;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #3d3d3d;
}

.slick-slide img {
    display: inline-block;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-weight: 700;
    margin: 0px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #000000;
}

.site-footer h1,
.site-footer h2,
.site-footer h2,
.site-footer h3,
.site-footer h4 {
    color:white;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    margin: 0px;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
a:hover {
    color: #000000;
}

/*=======  Common Classes  =======*/
@media (min-width: 1300px) {
    .container-1250 {
        max-width: 1250px;
    }
}

@media (min-width: 1400px) {
    .container-1360 {
        max-width: 1360px;
    }
}

@media (min-width: 1200px) {
    .container-1000 {
        max-width: 1000px;
    }
}

@media (min-width: 1400px) {
    .container-fluid {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.line-one {
    margin-top: 90px;
    margin-bottom: 90px;
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
}

.section-gap-80-120 {
    padding-top: 80px;
    padding-bottom: 120px;
}

.section-gap-100-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

/*======= Preloader =======*/
div#preloader {
    margin: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #3d3d3d;
    z-index: 9999999;
}

div#preloader .line {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    width: 60px;
    height: 4px;
    background: #fff;
    -webkit-animation: spin 1.5s infinite ease;
    animation: spin 1.5s infinite ease;
}

div#preloader .line:nth-of-type(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

div#preloader .line:nth-of-type(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

div#preloader .line:nth-of-type(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

/*=======  Utilitis =======*/
.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 60px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

/*=======  Animations  =======*/
@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}
@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1.1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1.1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
            scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*======= Header =======*/
header {
    padding: 35px 0;
}

header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-right > div {
    line-height: 1;
}

header .search-btn,
header .shoping-cart-btn,
header .offcanvas-btn {
    margin-left: 15px;
    line-height: 1;
    padding: 5px;
}

@media (max-width: 575px) {
    header .search-btn,
    header .shoping-cart-btn,
    header .offcanvas-btn {
        margin-left: 10px;
    }
}

header .search-area .search-form {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    visibility: hidden;
}

header .search-area .search-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    position: relative;
    z-index: 5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    height: 150px;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

@media (max-width: 767px) {
    header .search-area .search-form form {
        height: 120px;
    }
}

header .search-area .search-form form input {
    border: none;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 40px;
}

@media (max-width: 991px) {
    header .search-area .search-form form input {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    header .search-area .search-form form input {
        font-size: 24px;
    }
}

header
    .search-area
    .search-form
    input[type="search"]::-webkit-search-decoration,
header
    .search-area
    .search-form
    input[type="search"]::-webkit-search-cancel-button,
header
    .search-area
    .search-form
    input[type="search"]::-webkit-search-results-button,
header
    .search-area
    .search-form
    input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

header .search-area .search-form .search-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 30;
    cursor: pointer;
    display: block;
    line-height: 1;
    font-size: 25px;
}

header .search-area .search-form .search-overly {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
}

header .search-area .search-form.search-open {
    opacity: 1;
    visibility: visible;
}

header .search-area .search-form.search-open form {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

header .shoping-cart-btn {
    position: relative;
}

header .shoping-cart-btn .count {
    position: absolute;
    font-size: 12px;
    background-color: #484848;
    color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    top: -3px;
    right: -3px;
}

header .offcanvas-panel .panel-btn {
    padding-left: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 20px;
}

@media (max-width: 575px) {
    header .offcanvas-panel .panel-btn {
        padding-left: 10px;
    }
}

header .offcanvas-panel .panel-btn::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #a0a0a0;
}

@media (max-width: 575px) {
    header .offcanvas-panel .panel-btn::before {
        display: none;
    }
}

header .offcanvas-panel .panel-btn span span {
    background-color: #000000;
    height: 3px;
    border-radius: 5px;
    width: 24px;
    display: block;
    margin: 2px 0 2px auto;
}

header .offcanvas-panel .panel-btn span span:nth-child(2) {
    width: 16px;
}

header .offcanvas-panel .panel-btn span span:nth-child(3) {
    width: 18px;
}

header .offcanvas-panel .panel-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 97;
    background-color: #000000;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 0;
    visibility: hidden;
}

header .offcanvas-panel .offcanvas-items {
    position: fixed;
    background-color: #fff;
    width: 300px;
    border-radius: 0;
    border: 1px solid #eee;
    top: 0;
    height: 100vh;
    right: -300px;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px 0;
    visibility: hidden;
    opacity: 0;
}

header .offcanvas-panel .offcanvas-items a.panel-close {
    padding: 20px;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1;
    text-align: right;
    display: block;
    margin-bottom: 20px;
}

header .offcanvas-panel .offcanvas-items .offcanvas-menu {
    border-bottom: 1px solid #f1f1f1;
}

header .offcanvas-panel .offcanvas-items .offcanvas-menu li {
    position: relative;
}

header .offcanvas-panel .offcanvas-items .offcanvas-menu li:not(:first-child) {
    border-top: 1px solid #f1f1f1;
}

header .offcanvas-panel .offcanvas-items .offcanvas-menu li a {
    color: #000000;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0 25px;
    display: block;
    line-height: 45px;
    text-transform: capitalize;
}

header .offcanvas-panel .offcanvas-items .offcanvas-menu li .dd-trigger {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-left: 1px solid #f1f1f1;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}

header .offcanvas-panel .offcanvas-items .offcanvas-menu li .dd-trigger i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

header .offcanvas-panel .offcanvas-items .offcanvas-menu li .dd-trigger.open i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

header .offcanvas-panel .offcanvas-items .offcanvas-menu li .submenu {
    display: none;
    border-top: 1px solid #f1f1f1;
}

header .offcanvas-panel .offcanvas-items .offcanvas-menu li .submenu li a {
    padding-left: 35px;
}

header .offcanvas-panel .social-icons {
    margin-top: 40px;
}

header .offcanvas-panel .social-icons ul {
    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;
    padding: 20px;
}

header .offcanvas-panel .social-icons a {
    border: 1px solid #f1f1f1;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: #000000;
    font-size: 15px;
    margin: 0px 2px;
}

header .offcanvas-panel .social-icons a:hover {
    background-color: #000000;
    color: #fff;
}

header .offcanvas-panel.panel-open .offcanvas-items {
    right: 0;
    visibility: visible;
    opacity: 1;
}

header .offcanvas-panel.panel-open .panel-overly {
    opacity: 0.5;
    visibility: visible;
}

header .offcanvas-panel.panel-open .panel-close {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

header.sticky-header.sticky-on {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 90;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    background-color: #fff;
    padding: 25px 0;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
}

/*=======  Banner Sider  =======*/
.banner-section {
    position: relative;
}

.banner-section .sinlge-banner {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1400px) {
    .banner-section .sinlge-banner {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.banner-section .sinlge-banner .banner-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 740px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .banner-section .sinlge-banner .banner-wrapper {
        height: 660px;
    }
}

@media (max-width: 767px) {
    .banner-section .sinlge-banner .banner-wrapper {
        height: 560px;
    }
}

.banner-section .sinlge-banner .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 74.5%;
    background-size: cover;
    background-position: center;
    background-color: #f4f4f4;
    z-index: 1;
}

.banner-section .sinlge-banner .banner-content {
    padding: 100px;
    background-color: #fff;
    max-width: 630px;
    -webkit-box-shadow: 0px 5px 110px 0px rgba(24, 24, 25, 0.08);
    box-shadow: 0px 5px 110px 0px rgba(24, 24, 25, 0.08);
    font-size: 15px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .banner-section .sinlge-banner .banner-content {
        max-width: 520px;
        padding: 60px;
    }
}

@media (max-width: 991px) {
    .banner-section .sinlge-banner .banner-content {
        max-width: 500px;
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .banner-section .sinlge-banner .banner-content {
        max-width: 420px;
        padding: 30px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .banner-section .sinlge-banner .banner-content {
        font-size: 13px;
        max-width: 90%;
    }
}

.banner-section .sinlge-banner .banner-content .title {
    font-size: 38px;
    line-height: 1.28;
    font-weight: 800;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .banner-section .sinlge-banner .banner-content .title {
        font-size: 32px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .banner-section .sinlge-banner .banner-content .title {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

.banner-section .sinlge-banner .banner-content .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .banner-section .sinlge-banner .banner-content .meta {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .banner-section .sinlge-banner .banner-content .meta {
        margin-bottom: 20px;
    }
}

.banner-section .sinlge-banner .banner-content .meta li:not(:last-child) {
    margin-right: 15px;
}

.banner-section .sinlge-banner .banner-content .meta a {
    font-size: 13px;
    color: #666666;
}

@media (max-width: 767px) {
    .banner-section .sinlge-banner .banner-content .meta a {
        font-size: 11px;
    }
}

.banner-section .sinlge-banner .banner-content .meta a:hover {
    color: #000000;
}

.banner-section .sinlge-banner .banner-content .read-more {
    font-size: 16px;
    
    font-weight: 800;
    line-height: 1;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .banner-section .sinlge-banner .banner-content .read-more {
        font-size: 14px;
    }
}

.banner-section .sinlge-banner .banner-content .read-more i {
    margin-left: 10px;
    position: relative;
}

.banner-section .sinlge-banner .banner-content .read-more:hover {
    opacity: 0.8;
    padding-left: 8px;
}

.banner-section .banner-nav {
    position: absolute;
    bottom: 40px;
    left: 55px;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #cacaca;
}

@media (min-width: 1400px) {
    .banner-section .banner-nav {
        left: 130px;
    }
}

@media (max-width: 767px) {
    .banner-section .banner-nav {
        bottom: 15px;
        left: 30px;
    }
}

.banner-section .banner-nav .slick-arrow {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: none;
    color: #000000;
}

@media (max-width: 991px) {
    .banner-section .banner-nav .slick-arrow {
        height: 50px;
        width: 50px;
    }
}

@media (max-width: 767px) {
    .banner-section .banner-nav .slick-arrow {
        height: 45px;
        width: 45px;
    }
}

.banner-section .banner-nav .slick-arrow.prev-arrow {
    position: relative;
}

.banner-section .banner-nav .slick-arrow.prev-arrow::after {
    position: absolute;
    content: "";
    background-color: #b6b6b6;
    height: 8px;
    width: 2px;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*======= Posts =======*/
.post-area {
    position: relative;
    margin-top: 80px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.post-area.with-sidebar .post-area-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 150px minmax(300px, 300px);
    grid-template-columns: 1fr minmax(300px, 300px);
    grid-gap: 150px;
    position: relative;
}

@media (max-width: 1400px) {
    .post-area.with-sidebar .post-area-inner {
        grid-gap: 100px;
    }
}

@media (max-width: 991px) {
    .post-area.with-sidebar .post-area-inner {
        display: block;
    }
}

.entry-posts {
    padding-top: 70px;
    padding-bottom: 100px;
}

.entry-posts.row {
    margin-left: -35px;
    margin-right: -35px;
}

@media (max-width: 1600px) {
    .entry-posts.row {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.entry-posts.row > .col,
.entry-posts.row > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
}

@media (max-width: 1600px) {
    .entry-posts.row > .col,
    .entry-posts.row > [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.entry-posts .entry-post {
    margin-bottom: 90px;
}

@media (max-width: 1199px) {
    .entry-posts .entry-post {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .entry-posts .entry-post {
        margin-bottom: 40px;
    }
}

.entry-posts .entry-post .entry-thumbnail {
    margin-bottom: 40px;
}

.entry-posts .entry-post .entry-content {
    padding-top: 30px;
    padding-right: 30px;
}

.entry-posts .entry-post .title {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 800;
}

@media (max-width: 1600px) {
    .entry-posts .entry-post .title {
        font-size: 20px;
    }
}

.entry-posts .entry-post .post-meta {
    font-size: 13px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry-posts .entry-post .post-meta a {
    color: #3d3d3d;
}

.entry-posts .entry-post .post-meta a:hover {
    color: #000000;
}

.entry-posts .entry-post .post-meta li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

@media (max-width: 767px) {
    .entry-posts .entry-post .post-meta li:not(:last-child) {
        padding-right: 10px;
        margin-right: 10px;
    }
}

.entry-posts .entry-post .post-meta li:not(:last-child)::after {
    content: "/";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.entry-posts .entry-post p {
    margin-bottom: 0;
}

.entry-posts .entry-post .read-more {
    font-size: 14px;
    
    font-weight: 700;
    line-height: 1;
    margin-top: 0px;
}

.entry-posts .entry-post .read-more i {
    margin-left: 10px;
    position: relative;
}

.entry-posts .entry-post .read-more:hover {
    opacity: 0.8;
    padding-left: 8px;
}

.load-more-btn {
    background-color: #000000;
    line-height: 1;
    color: #fff;
    padding: 20px 45px;
    font-weight: 600;
    
    font-size: 15px;
    border: 1px solid #000000;
}

.load-more-btn:hover {
    background-color: #fff;
}

/*======= Sidebar =======*/
.primary-sidebar {
    padding-top: 70px;
    padding-bottom: 100px;
    position: relative;
}

.primary-sidebar::after {
    position: absolute;
    left: -75px;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #e5e5e5;
}

@media (max-width: 1400px) {
    .primary-sidebar::after {
        left: -50px;
    }
}

@media (max-width: 991px) {
    .primary-sidebar::after {
        left: -15px;
        right: -15px;
        height: 1px;
        top: 0;
        width: auto;
    }
}

.primary-sidebar .widget:not(:last-child) {
    margin-bottom: 90px;
}

@media (max-width: 991px) {
    .primary-sidebar .widget:not(:last-child) {
        margin-bottom: 50px;
    }
}

.primary-sidebar .widget .widget-title {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 800;
    position: relative;
}

.primary-sidebar .widget .widget-title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #494949;
    height: 4px;
    width: 20px;
    border-radius: 2px;
    content: "";
}

.primary-sidebar .widget.author-widget {
    text-align: center;
}

.primary-sidebar .widget.author-widget .widget-title {
    padding-bottom: 0;
}

.primary-sidebar .widget.author-widget .widget-title::before {
    display: none;
}

.primary-sidebar .widget.author-widget .author-img {
    margin-bottom: 30px;
    border-radius: 50%;
}

.primary-sidebar .widget.author-widget .author-img img {
    width: 140px;
    height: 140px;
    margin: auto;
}

.primary-sidebar .widget.author-widget .author-signature {
    margin-top: 30px;
}

.primary-sidebar .widget.categories-widget .categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.primary-sidebar .widget.categories-widget .categories .categorie {
    width: 100%;
    height: 120px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.primary-sidebar .widget.categories-widget .categories .categorie::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
    content: "";
    background-image: url(../img/sidebar/overly.png);
    background-size: cover;
    background-position: center;
}

.primary-sidebar .widget.categories-widget .categories .categorie a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px;
}

.primary-sidebar .widget.social-widget .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px;
}

.primary-sidebar .widget.social-widget .social-links a {
    font-size: 25px;
    color: #333333;
    line-height: 1;
    padding: 10px 13px;
    background-color: #f5f5f5;
    margin: 3px;
}

.primary-sidebar .widget.social-widget .social-links a i {
    margin-right: 5px;
}

.primary-sidebar .widget.social-widget .social-links a:hover {
    background-color: #000000;
    color: #fff;
}

.primary-sidebar .widget.popular-articles .article {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px 20px 1fr;
    grid-template-columns: 90px 1fr;
    grid-gap: 20px;
}

.primary-sidebar .widget.popular-articles .article .desc h6 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .primary-sidebar .widget.popular-articles .article .desc h6 {
        font-size: 14px;
    }
}

.primary-sidebar .widget.popular-articles .article .desc .post-date {
    font-size: 13px;
    color: #3d3d3d;
    line-height: 1;
}

.primary-sidebar .widget.popular-articles .article:not(:last-child) {
    margin-bottom: 40px;
}

/*======= Instagram Section =======*/
.instagram-section {
    padding-top: 110px;
}

.instagram-section.border-top {
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
    .instagram-section {
        padding-top: 90px;
    }
}

.instagram-section .instagram-title {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    text-decoration: underline;
    line-height: 1;
    margin-bottom: 45px;
}

@media (max-width: 575px) {
    .instagram-section .instagram-title {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.instagram-section .instagram-title .instagram-icon {
    padding: 5px;
    background-color: #000000;
    border-radius: 50%;
    color: #fff;
    margin: 0 15px;
    height: 22px;
    width: 22px;
    font-size: 13px;
}

.instagram-section .instagram-images .image {
    position: relative;
    z-index: 1;
}

.instagram-section .instagram-images .image .instagram-link {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    z-index: 3;
    font-size: 26px;
    line-height: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.instagram-section .instagram-images .image::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background-color: #000000;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}

.instagram-section .instagram-images .image:hover .instagram-link {
    visibility: visible;
    opacity: 1;
}

.instagram-section .instagram-images .image:hover::before {
    visibility: visible;
    opacity: 0.6;
}

/*======= Image Boxes =======*/
.image-boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 90px 1fr 90px 1fr 90px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 90px;
}

@media (max-width: 1600px) {
    .image-boxes {
        grid-gap: 40px;
    }
}

@media (max-width: 1199px) {
    .image-boxes {
        grid-gap: 30px;
    }
}

@media (max-width: 991px) {
    .image-boxes {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

.image-boxes .image-box {
    width: 100%;
    height: 240px;
    background-color: #eaeae0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.image-boxes .image-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.102;
    background-color: #000000;
    z-index: -1;
}

.image-boxes .image-box a {
    background-color: #fff;
    color: #000000;
    
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    padding: 20px 35px;
}

@media (max-width: 1600px) {
    .image-boxes .image-box a {
        padding: 18px 30px;
    }
}

@media (max-width: 1199px) {
    .image-boxes .image-box a {
        padding: 15px 25px;
        font-size: 14px;
    }
}

.image-boxes .image-box a:hover {
    background-color: #000000;
    color: #fff;
}

/*======= Post Details =======*/
.post-details-area {
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-details .entry-header {
    margin-bottom: 60px;
    text-align: center;
}

.post-details .entry-header .title {
    font-size: 48px;
    
    font-weight: 700;
    line-height: 1.556;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .post-details .entry-header .title {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .post-details .entry-header .title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .post-details .entry-header .title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .post-details .entry-header .title {
        font-size: 24px;
    }
}

.post-details .entry-header .post-meta {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.post-details .entry-header .post-meta li {
    font-size: 14px;
    line-height: 1;
}

.post-details .entry-header .post-meta li,
.post-details .entry-header .post-meta li a {
    color: #646464;
}

.post-details .entry-header .post-meta li a {
    margin: 0 5px;
}

.post-details .entry-header .post-meta li a:hover {
    color: #000000;
}

.post-details .entry-header .post-meta li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.post-details .entry-header .short-desc {
    font-weight: 500;
    padding: 0 80px;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .post-details .entry-header .short-desc {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .post-details .entry-header .short-desc {
        padding: 0;
    }
}

.post-details .entry-content {
    padding: 60px 80px;
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .post-details .entry-content {
        padding: 60px 30px;
    }
}

@media (max-width: 575px) {
    .post-details .entry-content {
        padding: 40px 15px;
    }
}

.post-details .entry-content .has-dropcap:first-letter {
    font-size: 48px;
    line-height: 1;
}

.post-details .entry-content p:not(:last-child) {
    margin-bottom: 50px;
}

.post-details .entry-content ul,
.post-details .entry-content ol {
    margin: revert;
    padding: revert;
    list-style-type: revert;
}

.post-details .entry-content a {
    color: #007bff;
    text-decoration: revert;
}

.post-details .entry-content ul, .post-details .entry-content ol{
    margin-bottom: 50px;
}

.post-details .entry-content h2{
    margin-bottom: 20px;
}

.post-details .entry-content li{
    line-height: 2;
}

.post-details .entry-content p:not(:last-child):has(+ :is( ol, ul)) {
    margin-bottom: 25px;
}

.post-details .entry-footer {
    padding: 45px 80px 0;
    text-align: center;
}

@media (max-width: 991px) {
    .post-details .entry-footer {
        padding: 45px 40px 0;
    }
}

@media (max-width: 575px) {
    .post-details .entry-footer {
        padding: 30px 15px 0;
    }
}

.post-details .entry-footer .post-tags span,
.post-details .entry-footer .social-share span {
    font-size: 16px;
    font-weight: 700;
    
    margin-right: 20px;
}

@media (max-width: 575px) {
    .post-details .entry-footer .post-tags span,
    .post-details .entry-footer .social-share span {
        margin-right: 10px;
    }
}

.post-details .entry-footer .post-tags a,
.post-details .entry-footer .social-share a {
    color: #5a5959;
    font-size: 14px;
    margin: 0 2px;
}

.post-details .entry-footer .post-tags a:hover,
.post-details .entry-footer .social-share a:hover {
    color: #000000;
}

.post-details .entry-footer .social-share {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 20px;
}

.post-details .entry-footer .social-share a {
    color: #000000;
    margin: 0 4px;
}

.post-details .entry-footer .post-author {
    max-width: 385px;
    margin: 60px auto;
}

.post-details .entry-footer .post-author .author-img {
    margin-bottom: 15px;
}

.post-details .entry-footer .post-author .author-img img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.post-details .entry-footer .post-author h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.post-details .post-nav {
    padding: 25px 100px;
    margin: 0 80px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    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;
    width: 100%;
    justify-content: space-between;
    padding: 25px 0;
}

@media (max-width: 991px) {
    .post-details .post-nav {
        padding: 25px 50px;
        margin: 0 50px;
    }
}

@media (max-width: 767px) {
    .post-details .post-nav {
        margin: 0 20px;
        padding: 20px 30px;
    }
}

@media (max-width: 575px) {
    .post-details .post-nav {
        margin: 0 10px;
        padding: 20px 5px;
    }
}

.post-details .post-nav .prev-post a,
.post-details .post-nav .next-post a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    background-color: #000000;
    border: 1px solid #000000;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-right: 20px;
}

@media (max-width: 575px) {
    .post-details .post-nav .prev-post a,
    .post-details .post-nav .next-post a {
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin-right: 5px;
        font-size: 14px;
    }
}

.post-details .post-nav .prev-post a:hover,
.post-details .post-nav .next-post a:hover {
    background-color: transparent;
    color: #000000;
}

.post-details .post-nav .prev-post span.title,
.post-details .post-nav .next-post span.title {
    font-size: 16px;
    font-weight: 700;
    
}

@media (max-width: 575px) {
    .post-details .post-nav .prev-post span.title,
    .post-details .post-nav .next-post span.title {
        font-size: 14px;
    }
}

.post-details .post-nav .next-post a {
    margin-right: 0;
    margin-left: 20px;
}

@media (max-width: 575px) {
    .post-details .post-nav .next-post a {
        margin-left: 5px;
        margin-right: 0;
    }
}

.post-details .related-posts {
    padding: 60px 100px 20px;
}

@media (max-width: 991px) {
    .post-details .related-posts {
        padding: 60px 50px 20px;
    }
}

@media (max-width: 767px) {
    .post-details .related-posts {
        padding: 60px 30px 20px;
    }
}

@media (max-width: 575px) {
    .post-details .related-posts {
        padding: 60px 20px 20px;
    }
}

.post-details .related-posts .related-title {
    font-size: 25px;
    margin-bottom: 30px;
}

.post-details .related-posts .related-loop {
    margin-left: -40px;
    margin-right: -40px;
}

@media (max-width: 991px) {
    .post-details .related-posts .related-loop {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.post-details .related-posts .related-loop.row > .col,
.post-details .related-posts .related-loop.row > [class*="col-"] {
    padding-right: 40px;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .post-details .related-posts .related-loop.row > .col,
    .post-details .related-posts .related-loop.row > [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.post-details .related-posts .related-loop .related-post-box {
    text-align: center;
    margin-bottom: 40px;
}

.post-details .related-posts .related-loop .related-post-box .thumb {
    margin-bottom: 20px;
}

.post-details .related-posts .related-loop .related-post-box .title {
    font-size: 20px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .post-details .related-posts .related-loop .related-post-box .title {
        font-size: 18px;
    }
}

.comment-template {
    padding: 0 100px;
}

@media (max-width: 991px) {
    .comment-template {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .comment-template {
        padding: 0 20px;
    }
}

.comment-template .template-title {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 60px;
    text-decoration: underline;
}

@media (max-width: 575px) {
    .comment-template .template-title {
        font-size: 22px;
    }
}

.comment-template .comment-list {
    margin-bottom: 60px;
}

.comment-template .comment-list li:not(:last-child) {
    margin-bottom: 50px;
}

.comment-template .comment-list li .comment-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60px 20px 1fr;
    grid-template-columns: 60px 1fr;
    grid-gap: 20px;
}

@media (max-width: 575px) {
    .comment-template .comment-list li .comment-body {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.comment-template .comment-list li .comment-author {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.comment-template .comment-list li .comment-footer {
    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;
    margin-top: 25px;
}

.comment-template .comment-list li .comment-footer .date {
    color: #989898;
    font-size: 14px;
}

.comment-template .comment-list li .comment-footer .reply-link {
    line-height: 1;
    
    font-weight: 700;
    color: #000000;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 8px 25px;
    font-size: 13px;
}

.comment-template .comment-list li .comment-footer .reply-link:hover {
    color: #fff;
    border-color: #000000;
    background-color: #000000;
}

.comment-template .comment-form .row {
    margin-left: -25px;
    margin-right: -25px;
}

.comment-template .comment-form .row > .col,
.comment-template .comment-form .row > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
}

.comment-template .comment-form input,
.comment-template .comment-form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ebebeb;
    padding-left: 0;
    height: 50px;
    margin-bottom: 30px;
}

.comment-template .comment-form ::-webkit-input-placeholder {
    font-size: 15px;
    color: #7d7d7d;
}

.comment-template .comment-form ::-moz-placeholder {
    font-size: 15px;
    color: #7d7d7d;
}

.comment-template .comment-form :-ms-input-placeholder {
    font-size: 15px;
    color: #7d7d7d;
}

.comment-template .comment-form ::-ms-input-placeholder {
    font-size: 15px;
    color: #7d7d7d;
}

.comment-template .comment-form ::placeholder {
    font-size: 15px;
    color: #7d7d7d;
}

.comment-template .comment-form textarea {
    height: 100px;
}

.comment-template .comment-form button {
    font-size: 14px;
    font-weight: 500;
    background-color: #2f2f2f;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 50px;
    border-radius: 23px;
    border: 1px solid #2f2f2f;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.comment-template .comment-form button:hover {
    background-color: #fff;
    color: #000000;
}

.comment-template .comment-form button i {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: 10px;
}

/*======= About SCSS =======*/
.about-section {
    padding: 130px 0;
}

@media (max-width: 991px) {
    .about-section {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 80px 0;
    }
}

@media (max-width: 991px) {
    .about-text {
        margin-top: 50px;
    }
}

.about-text .title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .about-text .title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .about-text .title {
        font-size: 30px;
    }
}

.about-text .subtitle {
    font-size: 32px;
    font-weight: 800;
    text-decoration: underline;
    color: #000000;
    
    line-height: 1.5;
    margin-bottom: 70px;
}

@media (max-width: 1199px) {
    .about-text .subtitle {
        margin-bottom: 40px;
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .about-text .subtitle {
        margin-bottom: 40px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .about-text .subtitle {
        font-size: 16px;
    }
}

.about-text .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .about-text .social-links {
        margin-top: 40px;
    }
}

.about-text .social-links li {
    margin-right: 15px;
}

.about-text .social-links li span {
    
    font-weight: 700;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .about-text .social-links li span {
        margin-right: 10px;
    }
}

.about-text .social-links li a,
.about-text .social-links li span {
    color: #000000;
}

/*======= 404 Pages =======*/
.error-section {
    padding-top: 150px;
    padding-bottom: 130px;
}

@media (max-width: 991px) {
    .error-section {
        padding-top: 110px;
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .error-section {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

.error-text h1 {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 16px;
}

@media (max-width: 991px) {
    .error-text h1 {
        letter-spacing: 10px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .error-text h1 {
        letter-spacing: 5px;
    }
}

.error-text h1 span {
    display: block;
    font-size: 250px;
    letter-spacing: 10px;
}

@media (max-width: 991px) {
    .error-text h1 span {
        font-size: 200px;
    }
}

@media (max-width: 767px) {
    .error-text h1 span {
        font-size: 180px;
    }
}

@media (max-width: 575px) {
    .error-text h1 span {
        font-size: 120px;
    }
}

/*======= Photo Stories =======*/
.photo-stories-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

@media (max-width: 991px) {
    .photo-stories-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .photo-stories-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.photo-stories-heading {
    text-align: center;
}

.photo-stories-heading .title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.5;
    text-decoration: underline;
}

@media (max-width: 575px) {
    .photo-stories-heading .title {
        font-size: 24px;
    }
}

.photo-stories-heading .photo-stories-nav {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 70px;
}

@media (max-width: 991px) {
    .photo-stories-heading .photo-stories-nav {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .photo-stories-heading .photo-stories-nav {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

.photo-stories-heading .photo-stories-nav li {
    cursor: pointer;
    padding: 10px;
    margin: 0 15px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    
    position: relative;
}

@media (max-width: 767px) {
    .photo-stories-heading .photo-stories-nav li {
        margin: 0 10px;
        padding: 8px;
    }
}

.photo-stories-heading .photo-stories-nav li:hover::before,
.photo-stories-heading .photo-stories-nav li.active::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #c5305c;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.photo-stories.row {
    margin-left: -45px;
    margin-right: -45px;
}

@media (max-width: 1199px) {
    .photo-stories.row {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 767px) {
    .photo-stories.row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.photo-stories.row > .col,
.photo-stories.row > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
}

@media (max-width: 1199px) {
    .photo-stories.row > .col,
    .photo-stories.row > [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .photo-stories.row > .col,
    .photo-stories.row > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.photo-stories .photo {
    position: relative;
    z-index: 1;
    margin-bottom: 90px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (max-width: 1199px) {
    .photo-stories .photo {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .photo-stories .photo {
        margin-bottom: 30px;
    }
}

.photo-stories .photo::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    z-index: 1;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}

.photo-stories .photo .photo-view {
    position: absolute;
    left: 50%;
    top: 52%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #000000;
    background-color: #fff;
    font-size: 14px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}

.photo-stories .photo .photo-view:hover {
    color: #fff;
    background-color: #000000;
}

.photo-stories .photo:hover::after,
.photo-stories .photo:hover .photo-view {
    visibility: visible;
    opacity: 0.5;
}

.photo-stories .photo:hover .photo-view {
    opacity: 1;
    top: 50%;
}

.photo-stories-btn {
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    
    line-height: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 18px 45px;
    border: 1px solid #000000;
    margin-top: 20px;
}

.photo-stories-btn:hover {
    background-color: #fff;
    color: #000000;
}

/*======= Contact =======*/
.contact-section {
    padding-top: 120px;
    padding-bottom: 130px;
}

@media (max-width: 991px) {
    .contact-section {
        padding-top: 80px;
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

.contact-maps {
    padding-right: 25px;
}

@media (max-width: 991px) {
    .contact-maps {
        padding-right: 0;
        padding-bottom: 50px;
    }
}

.contact-maps iframe {
    width: 100%;
    height: 720px;
    border: none;
    frameborder: 0;
}

@media (max-width: 991px) {
    .contact-maps iframe {
        height: 580px;
    }
}

.contact-text .title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .contact-text .title {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

.contact-text .infomations .title {
    margin-bottom: 15px;
}

.contact-text .infomations p {
    color: #1d1d1d;
    font-size: 16px;
}

.contact-text .infomations p span {
    font-weight: 700;
    margin-left: 20px;
}

.contact-form {
    margin-top: 50px;
}

.contact-form form .row {
    margin-left: -20px;
    margin-right: -20px;
}

.contact-form form .row > .col,
.contact-form form .row > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.contact-form form input,
.contact-form form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #878787;
    padding-left: 0;
    height: 50px;
    margin-bottom: 30px;
}

.contact-form form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #555555;
}

.contact-form form ::-moz-placeholder {
    font-size: 13px;
    color: #555555;
}

.contact-form form :-ms-input-placeholder {
    font-size: 13px;
    color: #555555;
}

.contact-form form ::-ms-input-placeholder {
    font-size: 13px;
    color: #555555;
}

.contact-form form ::placeholder {
    font-size: 13px;
    color: #555555;
}

.contact-form form textarea {
    height: 100px;
}

.contact-form form button {
    font-size: 14px;
    font-weight: 500;
    background-color: #000000;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 50px;
    border-radius: 23px;
    border: 1px solid #000000;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.contact-form form button:hover {
    background-color: #fff;
    color: #000000;
}

/*======= Products Top =======*/
.product-top {
    margin-bottom: 45px;
}

.product-top .shop-page-title h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.product-top .shop-page-title p {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .product-top .product-sorting {
        margin-top: 40px;
    }
}

.product-top .product-sorting .nice-select {
    width: 220px;
    border: 1px solid #dddddd;
    font-weight: 500;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
}

@media (max-width: 575px) {
    .product-top .product-sorting .nice-select {
        float: left;
    }
}

.product-top .product-sorting .nice-select .list {
    width: 100%;
}

.product-top .product-sorting .nice-select::after {
    right: 20px;
}

/*======= Products =======*/
.product-loop {
    margin-left: -45px;
    margin-right: -45px;
}

@media (max-width: 1600px) {
    .product-loop {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 767px) {
    .product-loop {
        margin-right: -10px;
        margin-right: -10px;
    }
}

.product-loop > .col,
.product-loop > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
}

@media (max-width: 1600px) {
    .product-loop > .col,
    .product-loop > [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .product-loop > .col,
    .product-loop > [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.product-loop .single-product {
    margin-bottom: 45px;
    text-align: center;
}

@media (max-width: 1600px) {
    .product-loop .single-product {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .product-loop .single-product {
        margin-bottom: 30px;
    }
}

.product-loop .single-product .product-thumb {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.product-loop .single-product .product-thumb .more-btn {
    position: absolute;
    left: 50%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product-loop .single-product .product-thumb .more-btn .more-link {
    height: 28px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    width: 80px;
    border-radius: 16px;
}

.product-loop .single-product .product-thumb .more-btn .more-icon {
    height: 28px;
    width: 28px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 12px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.product-loop .single-product .product-thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product-loop .single-product .title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
}

.product-loop .single-product .product-action {
    position: relative;
}

.product-loop .single-product .product-action .icon {
    text-align: center;
}

.product-loop .single-product .product-action .icon span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
    background-color: #f1f1f1;
    text-align: center;
    font-weight: 500;
    border: 1px solid #e7e7e7;
    color: #525252;
    margin: 0px 5px;
}

.product-loop .single-product .product-action .hover-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    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;
    visibility: visible;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product-loop .single-product .product-action .hover-icon .price,
.product-loop .single-product .product-action .hover-icon .add-to-cart {
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    margin: 0px 5px;
    border: 1px solid #e7e7e7;
    line-height: 30px;
    margin: 0px 5px;
}

.product-loop .single-product .product-action .hover-icon .price {
    padding: 0 25px;
}

.product-loop .single-product .product-action .hover-icon .add-to-cart {
    color: #ff0000;
    padding: 0 15px;
}

.product-loop .single-product:hover .hover-icon {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.product-loop .single-product:hover .product-thumb .more-btn {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.product-loop .single-product:hover .product-thumb::after {
    visibility: visible;
    opacity: 0.6;
}

/*======= Product Pagination =======*/
.product-pagination {
    padding-top: 35px;
}

.product-pagination ul {
    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;
}

.product-pagination ul li {
    margin: 0px 5px;
}

.product-pagination ul li a {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
}

.product-pagination ul li a.active,
.product-pagination ul li a:hover {
    background-color: #000000;
    color: #fff;
}

/*======= Product Details =======*/
.product-summary {
    padding-left: 20px;
}

@media (max-width: 1199px) {
    .product-summary {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .product-summary {
        margin-top: 50px;
    }
}

.product-summary .title {
    font-size: 32px;
    margin-bottom: 30px;
    
}

@media (max-width: 767px) {
    .product-summary .title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .product-summary .title {
        font-size: 26px;
    }
}

.product-summary .price {
    display: block;
    font-size: 14px;
    color: #1c1c1c;
    display: block;
    margin-bottom: 25px;
}

.product-summary .price del {
    margin-right: 20px;
}

.product-summary .product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-summary .product-rating .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-summary .product-rating .rating li {
    font-size: 15px;
    color: #ff9600;
    margin-right: 2px;
}

.product-summary .product-rating .rating-text {
    margin-left: 15px;
    font-size: 14px;
}

.product-summary .short-dec {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d6d6d6;
}

.product-summary .short-dec p:not(:last-child) {
    margin-bottom: 30px;
}

.product-summary .product-meta {
    margin-top: 30px;
}

.product-summary .product-meta .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-summary .product-meta .categories li {
    margin-right: 10px;
}

.product-summary .product-meta .categories li a {
    color: #3d3d3d;
}

.product-summary .product-meta .categories li.meta-title {
    font-weight: 700;
    color: #000000;
}

.product-summary .add-to-cart-form {
    margin-top: 50px;
}

.product-summary .add-to-cart-form .quantity-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-summary .add-to-cart-form .quantity-box {
    position: relative;
    padding-right: 20px;
    margin-right: 30px;
}

.product-summary .add-to-cart-form .quantity-box input {
    width: 50px;
    height: 40px;
    border: 1px solid #b4b4b4;
    padding: 0;
    text-align: center;
    font-weight: 500;
    color: #000000;
    background-color: #fff;
}

.product-summary
    .add-to-cart-form
    .quantity-box
    input::-webkit-outer-spin-button,
.product-summary
    .add-to-cart-form
    .quantity-box
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-summary .add-to-cart-form .quantity-box input[type="number"] {
    -moz-appearance: textfield;
}

.product-summary .add-to-cart-form .quantity-box .quantity-plus,
.product-summary .add-to-cart-form .quantity-box .quantity-minus {
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #b4b4b4;
    border-left: none;
    z-index: 2;
    cursor: pointer;
}

.product-summary .add-to-cart-form .quantity-box .quantity-plus {
    top: 0;
}

.product-summary .add-to-cart-form .quantity-box .quantity-minus {
    bottom: 0;
}

.product-summary .add-to-cart-form button {
    height: 40px;
    padding: 0 27px;
    background-color: #333333;
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 500;
}

.product-tabs {
    padding-top: 120px;
}

.product-tabs .nav-item .nav-link {
    line-height: 1;
    padding: 15px 25px;
    border: 1px solid #b4b4b4;
    color: #000000;
    
    font-weight: 700;
    margin-right: 20px;
}

.product-tabs .nav-item .nav-link.active,
.product-tabs .nav-item .nav-link:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.product-tabs .tab-content {
    padding-top: 60px;
}

.product-tabs .tab-content .tab-title {
    font-size: 20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
}

.product-tabs .tab-content .description-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
}

@media (max-width: 575px) {
    .product-tabs .tab-content .description-gallery {
        margin-left: -10px;
        margin-right: -10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.product-tabs .tab-content .description-gallery .image {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 575px) {
    .product-tabs .tab-content .description-gallery .image {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-top: 20px;
    }
}

.product-tabs .tab-content .review-title {
    font-size: 18px;
    margin-bottom: 40px;
}

.product-tabs .tab-content .single-review-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px 20px 1fr;
    grid-template-columns: 90px 1fr;
    grid-gap: 20px;
}

@media (max-width: 575px) {
    .product-tabs .tab-content .single-review-box {
        display: block;
    }
}

.product-tabs .tab-content .single-review-box:not(:last-child) {
    margin-bottom: 40px;
}

@media (max-width: 575px) {
    .product-tabs .tab-content .single-review-box .author-img {
        margin-bottom: 20px;
    }
}

.product-tabs .tab-content .single-review-box .author-img img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.product-tabs .tab-content .single-review-box .review-desc {
    padding: 28px 20px;
    border: 1px solid #eaeaea;
    position: relative;
}

.product-tabs .tab-content .single-review-box .review-desc h6 {
    font-size: 18px;
    margin-bottom: 20px;
}

.product-tabs .tab-content .single-review-box .review-desc h6 .date {
    font-size: 14px;
    color: #7e7e7e;
    margin-left: 60px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

@media (max-width: 991px) {
    .product-tabs .tab-content .single-review-box .review-desc h6 .date {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .product-tabs .tab-content .single-review-box .review-desc h6 .date {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
}

.product-tabs .tab-content .single-review-box .review-desc .rating {
    position: absolute;
    right: 20px;
    top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000000;
    font-size: 14px;
}

.product-tabs .tab-content .single-review-box .review-desc .rating li {
    margin-right: 2px;
}

.product-tabs .tab-content .review-form {
    margin-top: 50px;
}

.product-tabs .tab-content .review-form input,
.product-tabs .tab-content .review-form textarea {
    border: 1px solid #c8c8c8;
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 30px;
}

.product-tabs .tab-content .review-form input {
    padding: 0 20px;
}

.product-tabs .tab-content .review-form textarea {
    padding-top: 20px;
    height: 160px;
}

.product-tabs .tab-content .review-form ::-webkit-input-placeholder {
    color: #707070;
    font-weight: 400;
}

.product-tabs .tab-content .review-form ::-moz-placeholder {
    color: #707070;
    font-weight: 400;
}

.product-tabs .tab-content .review-form :-ms-input-placeholder {
    color: #707070;
    font-weight: 400;
}

.product-tabs .tab-content .review-form ::-ms-input-placeholder {
    color: #707070;
    font-weight: 400;
}

.product-tabs .tab-content .review-form input,
.product-tabs .tab-content .review-form textarea,
.product-tabs .tab-content .review-form ::placeholder {
    color: #707070;
    font-weight: 400;
}

.product-tabs .tab-content .review-form button {
    height: 45px;
    padding: 0px 45px;
    background-color: #000000;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #000000;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 14px;
    font-weight: 500;
}

.product-tabs .tab-content .review-form button:hover {
    background-color: #fff;
    color: #000000;
}

.product-tabs .tab-content .review-form .checkboxes {
    margin-top: 35px;
}

.product-tabs .tab-content .review-form .checkboxes input,
.product-tabs .tab-content .review-form .checkboxes label {
    margin: 0;
}

.product-tabs .tab-content .review-form .checkboxes label {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
}

.product-tabs .tab-content .review-form .checkboxes label::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #d2d2d2;
    height: 16px;
    width: 16px;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}

.product-tabs .tab-content .review-form .checkboxes label::after {
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #000000;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

.product-tabs .tab-content .review-form .checkboxes input {
    position: absolute;
    opacity: 0;
}

.product-tabs
    .tab-content
    .review-form
    .checkboxes
    input:checked
    + label::after {
    opacity: 1;
    visibility: visible;
}

.product-tabs .tab-content .review-form .checkboxes p {
    margin-bottom: 10px;
}

.product-gallery {
    padding-right: 20px;
}

.product-gallery .dots-images-slider {
    margin-top: 30px;
}

.product-gallery .dots-images-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-gallery .dots-images-slider .slick-track .image {
    cursor: pointer;
}

/*======= Cart Page =======*/
.shopping-cart-page .container-fluid {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .shopping-cart-page .cart-table-wrap {
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: 20px;
    }
}

.shopping-cart-page .cart-table {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 100%;
}

@media (max-width: 767px) {
    .shopping-cart-page .cart-table {
        cursor: e-resize;
        min-width: 740px;
    }
}

.shopping-cart-page .cart-table tr {
    border-bottom: 1px solid #e5e5e5;
}

.shopping-cart-page .cart-table th,
.shopping-cart-page .cart-table td {
    border-left: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
}

.shopping-cart-page .cart-table th {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    
}

.shopping-cart-page .cart-table td {
    font-size: 14px;
    font-weight: 600;
}

.shopping-cart-page .cart-table td,
.shopping-cart-page .cart-table td a {
    color: #3d3d3d;
}

.shopping-cart-page .cart-table .remove {
    width: 100px;
}

@media (max-width: 1500px) {
    .shopping-cart-page .cart-table .remove {
        width: 80px;
    }
}

.shopping-cart-page .cart-table .remove a {
    color: #ff0e0e;
    padding: 5px;
    font-size: 16px;
}

.shopping-cart-page .cart-table .price,
.shopping-cart-page .cart-table .quantity,
.shopping-cart-page .cart-table .total {
    width: 160px;
}

@media (max-width: 1500px) {
    .shopping-cart-page .cart-table .price,
    .shopping-cart-page .cart-table .quantity,
    .shopping-cart-page .cart-table .total {
        width: 120px;
    }
}

.shopping-cart-page .cart-table .quantity-box {
    position: relative;
    width: 70px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.shopping-cart-page .cart-table .quantity-box input {
    width: 50px;
    height: 40px;
    border: 1px solid #b4b4b4;
    padding: 0;
    text-align: center;
    font-weight: 500;
    color: #000000;
    background-color: #fff;
}

.shopping-cart-page .cart-table .quantity-box input::-webkit-outer-spin-button,
.shopping-cart-page .cart-table .quantity-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shopping-cart-page .cart-table .quantity-box input[type="number"] {
    -moz-appearance: textfield;
}

.shopping-cart-page .cart-table .quantity-box .quantity-plus,
.shopping-cart-page .cart-table .quantity-box .quantity-minus {
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #b4b4b4;
    border-left: none;
    z-index: 2;
    cursor: pointer;
}

.shopping-cart-page .cart-table .quantity-box .quantity-plus {
    top: 0;
}

.shopping-cart-page .cart-table .quantity-box .quantity-minus {
    bottom: 0;
}

.shopping-cart-page .cart-table td.product {
    text-align: left;
}

.shopping-cart-page .cart-table td.product .product-info {
    text-align: left;
    padding-left: 70px;
}

.shopping-cart-page .cart-table td.product .product-info img {
    height: 60px;
    width: 60px;
    margin-right: 30px;
}

.shopping-cart-page .row.cart-row-padding {
    margin-left: -35px;
    margin-right: -35px;
}

.shopping-cart-page .row.cart-row-padding > col,
.shopping-cart-page .row.cart-row-padding > [class*="col-"] {
    padding-left: 35px;
    padding-right: 35px;
}

.shopping-cart-page .cart-btn {
    height: 45px;
    line-height: 45px;
    background-color: #333333;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 25px;
    border: 1px solid #333333;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.shopping-cart-page .cart-btn:hover {
    background-color: #fff;
    color: #3d3d3d;
    border-color: #e5e5e5;
}

.shopping-cart-page .cart-action-btn {
    margin-top: 90px;
    border: 1px solid #e5e5e5;
    padding: 40px 45px;
}

@media (max-width: 767px) {
    .shopping-cart-page .cart-action-btn {
        padding: 30px 20px;
    }
}

@media (max-width: 575px) {
    .shopping-cart-page .cart-action-btn {
        padding: 30px 15px;
    }
}

.shopping-cart-page .cart-action-btn .cart-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .shopping-cart-page .cart-action-btn .cart-coupon {
        margin-bottom: 20px;
    }
}

.shopping-cart-page .cart-action-btn .cart-coupon input {
    height: 45px;
    width: 142px;
    background-color: #fff;
    text-align: center;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #3d3d3d;
    text-transform: uppercase;
    border: 1px solid #b4b4b4;
    margin-right: 40px;
}

@media (max-width: 767px) {
    .shopping-cart-page .cart-action-btn .cart-coupon input {
        margin-right: 20px;
    }
}

@media (max-width: 575px) {
    .shopping-cart-page .cart-action-btn .cart-coupon input {
        margin-right: 10px;
        width: 120px;
    }
}

@media (max-width: 575px) {
    .shopping-cart-page .cart-action-btn .cart-coupon .cart-btn {
        padding: 0px 15px;
    }
}

.shopping-cart-page .shipping-title,
.shopping-cart-page .cart-total-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.shopping-cart-page .shipping {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    margin-bottom: 80px;
}

@media (max-width: 1199px) {
    .shopping-cart-page .shipping {
        margin-bottom: 0;
    }
}

.shopping-cart-page .shipping .shipping-select,
.shopping-cart-page .shipping .shipping-input {
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
    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;
}

.shopping-cart-page .shipping .shipping-select label,
.shopping-cart-page .shipping .shipping-input label {
    margin-bottom: 0;
}

.shopping-cart-page .shipping .shipping-select select,
.shopping-cart-page .shipping .shipping-select input,
.shopping-cart-page .shipping .shipping-input select,
.shopping-cart-page .shipping .shipping-input input {
    width: auto;
    border: none;
    background-color: #fff;
    text-align: right;
    font-weight: 400;
}

.shopping-cart-page .shipping .shipping-select .nice-select,
.shopping-cart-page .shipping .shipping-input .nice-select {
    border: none;
    height: auto;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
}

@media (max-width: 1199px) {
    .shopping-cart-page .cart-shipping,
    .shopping-cart-page .cart-total {
        margin: 50px 0 0;
    }
}

.shopping-cart-page .cart-total-table table {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

.shopping-cart-page .cart-total-table table th,
.shopping-cart-page .cart-total-table table td {
    padding: 10px 20px;
}

.shopping-cart-page .cart-total-table table th,
.shopping-cart-page .cart-total-table table td {
    font-size: 14px;
    font-weight: 600;
    color: #3d3d3d;
}

.shopping-cart-page .cart-total-table table td {
    color: #969595;
}

.shopping-cart-page .cart-total-table table tr {
    border-bottom: 1px solid #e5e5e5;
}

.shopping-cart-page .cart-total-table .cart-btn {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

/*=======  Myaccount  =======*/
.login-wrapper {
    text-align: center;
    padding: 120px 0;
}

.login-wrapper .form-title {
    margin-bottom: 30px;
}

.login-wrapper .form-title h3 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
}

.login-wrapper .login-box {
    padding: 90px 80px;
    border: 1px solid #f1f1f1;
}

@media (max-width: 575px) {
    .login-wrapper .login-box {
        padding: 60px 20px;
    }
}

.login-wrapper .reg-box {
    height: 100%;
    padding: 90px 80px;
    background-color: #fbfbfb;
    border: 1px solid #f1f1f1;
    border-left: none;
}

@media (max-width: 991px) {
    .login-wrapper .reg-box {
        border-top: 0;
        border-left: 1px solid #f1f1f1;
    }
}

@media (max-width: 575px) {
    .login-wrapper .reg-box {
        padding: 60px 20px;
    }
}

.login-wrapper label {
    font-size: 16px;
    margin-bottom: 10px;
}

.login-wrapper input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.login-wrapper .form-remember {
    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;
}

.login-wrapper .form-remember input[type="checkbox"] {
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-right: 5px;
}

.login-wrapper .form-remember label {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
}

.login-wrapper a {
    font-size: 14px;
}

.login-wrapper form p:not(:last-child) {
    margin-bottom: 30px;
}

.login-wrapper .form-btn {
    height: 45px;
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    padding: 0 40px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.login-wrapper .form-btn:hover {
    color: #000000;
    background-color: #fff;
}

.checkout-wrapper .container-fluid {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
}

.checkout-form .form-group {
    margin-bottom: 20px;
}

.checkout-form .form-group::after {
    display: block;
    content: "";
    clear: both;
}

.checkout-form .checkout-title {
    background-color: #f1f1f1;
    padding: 15px 20px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.checkout-form label {
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
}

.checkout-form .cart-items {
    width: 100%;
    margin-bottom: 30px;
}

.checkout-form .cart-items th {
    font-size: 15px;
    font-weight: 500;
}

.checkout-form .cart-items thead th:last-child {
    text-align: right;
}

.checkout-form .cart-items thead tr {
    border: none;
}

.checkout-form .cart-items td {
    text-align: right;
}

.checkout-form .cart-items tbody th {
    font-weight: 400;
}

.checkout-form .cart-items th,
.checkout-form .cart-items td {
    padding: 10px 15px;
}

.checkout-form .cart-items tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-form .cart-items .order-total {
    background-color: #f1f1f1;
}

.checkout-form .payments-systems {
    margin-top: 20px;
}

.checkout-form .payments-systems input[type="radio"] {
    height: 15px;
    width: 15px;
    position: relative;
    top: 2px;
}

.checkout-form .payments-systems label {
    margin-bottom: 0;
    line-height: 1;
    padding-left: 10px;
}

.checkout-form .payments-systems .card {
    padding: 10px 15px;
    border: none;
}

.checkout-form .payments-systems .card .card-header {
    border: none;
    background-color: transparent;
    padding: 0;
}

.checkout-form .payments-systems .card .card-body {
    padding: 0;
    padding-top: 5px;
    padding-left: 30px;
}

.checkout-form .payments-systems .card:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-form .checkout-submit button {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0;
    background-color: #000000;
    color: #fff;
    border: 1px solid #000000;
}

.checkout-form .checkout-submit button:hover {
    background-color: transparent;
    color: #000000;
}

/*======= Footer =======*/
footer .footer-widgets-area {
    padding-top: 120px;
    padding-bottom: 70px;
}

footer .footer-widgets-area .widget {
    margin-bottom: 50px;
}

footer .footer-widgets-area .widget .widget-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 40px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    footer .footer-widgets-area .widget .widget-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

footer .footer-widgets-area .widget.address-widget p {
    margin-bottom: 20px;
}

footer .footer-widgets-area .widget.nav-widget li {
    font-weight: 500;
}

footer .footer-widgets-area .widget.nav-widget li:not(:last-child) {
    margin-bottom: 10px;
}

footer .footer-widgets-area .widget.nav-widget li a:hover {
    padding-left: 8px;
}

footer .footer-widgets-area .widget.newsletter-widget {
    text-align: center;
}

@media (max-width: 991px) {
    footer .footer-widgets-area .widget.newsletter-widget {
        text-align: left;
    }
}

footer .footer-widgets-area .widget.newsletter-widget p {
    
    font-weight: 500;
    font-size: 16px;
    padding-top: 20px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    footer .footer-widgets-area .widget.newsletter-widget p {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    footer .footer-widgets-area .widget.newsletter-widget p {
        font-size: 14px;
    }
}

footer .footer-widgets-area .widget.newsletter-widget form {
    position: relative;
}

footer .footer-widgets-area .widget.newsletter-widget form input {
    padding-right: 120px;
}

footer .footer-widgets-area .widget.newsletter-widget form button {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 0 28px;
    background-color: #000000;
    color: #fff;
    z-index: 2;
    
    font-weight: 500;
    border-left: 5px solid #fff;
}

@media (max-width: 767px) {
    footer .footer-widgets-area .widget.newsletter-widget form button {
        position: relative;
        height: 45px;
        width: 100%;
        border: none;
    }
}

footer .footer-copyright-area {
    padding: 50px 0;
    border-top: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    footer .footer-copyright-area {
        text-align: center;
        padding: 40px 0;
    }
}

footer .footer-copyright-area::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1px;
    height: 100%;
    background: #e5e5e5;
    content: "";
    z-index: -1;
}

@media (max-width: 991px) {
    footer .footer-copyright-area::after {
        display: none;
    }
}

footer .footer-copyright-area .social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    footer .footer-copyright-area .social-links ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
}

footer .footer-copyright-area .social-links ul li {
    margin-right: 10px;
}

footer .footer-copyright-area .social-links ul li.title {
    margin-right: 20px;
    color: #000000;
    font-weight: 600;
}

footer .footer-copyright-area .social-links ul li:last-child {
    margin-right: 0;
}

footer .footer-copyright-area .social-links ul a {
    color: #3d3d3d;
}

footer .footer-copyright-area .social-links ul a:hover {
    color: #000000;
}

footer .footer-copyright-area .copyright-text {
    font-size: 14px;
}

footer .footer-copyright-area .copyright-text span {
    color: #000000;
    font-weight: 700;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4{
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color, inherit);
}

.site-footer p{
    margin-top: 0;
    margin-bottom: 1rem;
}

.site-footer .container {
    max-width: 1900px;
}

@media (max-width: 62rem) {
    .site-footer .container {
        padding: 0 25px;
    }
}

@media (max-width: 1900px) {
    .site-footer .container {
        padding: 0 10%;
    }
}