:root {
    --background-primary:#FF324D;
    --background-secondary:#1D2224;
    --background-third:#176ab4;
    --background-four:#e8e8e8;
    
    --text-primary :#FF324D;
    --text-secondry :#1D2224;
    --text-third :#848484;
    --text-four :#388e3c;

    --sec-para :#5e5e5e;

    --border-primary:#FF324D;
    --border-secondary:#1D2224;
    --border-third:#e8e8e8;

    --button-primary:#FF324D;
    --button-secondary:#1D2224;

    --white:#fff;
    --black:#000;

    --main-font: 'Work Sans', sans-serif;
    --header-font: 'Merriweather', serif;
}
.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}
/* ------------------- Common -------------------- */
body{
	font-family: var(--main-font);
	font-size: 15px;
	color: var(--black);
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--header-font);
}
a{
	color: var(--black);
	text-decoration: none;
}
a:hover{
	color: var(--black);
	text-decoration: none;
}
section{
	padding-top: 50px;
    position: relative;
}
.sec-title{
    	
}

.sec-title h2{
    color: var(--text-primary);
    font-weight: bold;
    font-size: 40px;
    text-transform: capitalize;
}
.sec-title h2 span{
    
}
.sub-title{
    font-weight: bold;
    color: var(--background-third);	
}
.sec-para{
    
}
.theme-btn,
button.theme-btn{
	background: var(--text-primary);
    color: var(--white);
    padding: 10px 10px;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
.theme-btn:after,
button.theme-btn:after {
    
}

.theme-btn-title{
	
}
.theme-btn:hover {
    color: var(--white);
}

.theme-btn:hover:after {
    
}
.theme-textarea{
    
}
.theme-input{
    height: 50px;
    padding-right: 60px !important;
    margin-left: calc(1px * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.theme-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
    padding: 8px 35px 8px 15px;
    width: 100%;
    height: 50px;
}
.theme-input:focus,
.theme-input:focus-visible,
.theme-textarea:focus,
.theme-textarea:focus-visible,
.theme-select:focus,
.theme-select:focus-visible
{
    box-shadow: none !important;
    border-color: var(--button-primary) !important;
}
.theme-input:-internal-autofill-selected,
.theme-textarea:-internal-autofill-selected,
.theme-select:-internal-autofill-selected{
    
}
.searchbtn{
    color:var(--text-third);
}
.gal img{ 
    width: 100%; 
    padding: 7px 0;
}
@media (max-width: 500px) {
    .gal {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;    
    }
}
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default{
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.with-nav-tabs.panel-default>.panel-heading{
    background: transparent;
    border: none;
    padding: 0;
}
.with-nav-tabs.panel-default .nav-tabs{
    border: none;
}
.with-nav-tabs.panel-default .nav-tabs > li{
    padding: 0;
    border-bottom: none;
}
.with-nav-tabs.panel-default .nav-tabs > li > a{
    text-transform: capitalize;
}
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: var(--black);
    border-color: var(--border-primary);
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: var(--white);
    background-color: var(--background-primary);
    border-color: var(--border-primary);
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: var(--white);
    background-color: var(--background-primary);
    border-color: var(--border-primary);
    /*border-bottom-color: transparent;*/
}
.with-nav-tabs.panel-default .nav-tabs > li > a > i{
    margin-right: 5px;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    background-color: var(--background-secondary);
    border-color: var(--border-secondary);
}
.pagination>li>a, 
.pagination>li>span{
    color: var(--text-secondry);
}
/* ------------------- Main -------------------- */
.main-section{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main-left{
    width: 20%;
    /*float: left;*/
    height: 100%;
    overflow: auto;
    background: var(--white);
    box-shadow: 4px 3px 20px rgba(16,33,34,.06);
    transition: all .3s ease-in;
    position: fixed;
    left: 0;
    right:0;
}
.main-right{
    width: 80%;
    margin-left: auto;
    /*float: left;*/
}

/* ------------------- Header -------------------- */
header{
}
.left-header{
    
}
.right-header{
    
}
.top-header,
.bottom-header{
    
}
.top-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    box-shadow: 3px 3px 30px rgba(32,35,56,.06);
    border-bottom: 1px solid var(--border-third);
}
.top-header-left{
    width: 50%;
    float: left;
}

.top-header-right{
    width: 50%;
    float: left;
    text-align: right;
}
.top-header-left p{
    margin-bottom: 0;
}
.top-header-right-inner {
    display: inline-block;
}
.header-login {
    display: inline-block;
    position: relative;
}
.header-login:after{
    content: '|';
    color: var(--border-third);
    margin: 0 0.875rem;
}
.header-social {
    display: inline-block;
}
.header-contact {
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-contact i {
    font-size: 30px;
    margin-right: 10px;
    color: var(--text-primary);
}
.header-contact span {
    font-weight: bold;
    font-size: 16px;
}
.header-contact ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
    gap: 20px;
}
.header-contact ul li {
    
}
.header-contact ul li a{
    
}
.header-contact ul li a i{
    margin-right: 10px;
}
.header-social{

}
.header-social ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
    gap: 20px;
}
.header-social ul li{
    
}
.header-social ul li:last-child{
    
}
.header-social ul li a{
    
}
.header-social ul li a i{

}
.middle-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.middle-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.middle-header-left{
    width: 35%;
    float: left;
}
.middle-header-right{
    width: 65%;
    float: left;
}
.bottom-header{
    background: var(--background-secondary);
}

.header-logo {
    /*padding: 0 25px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.header-logo a{
    
}
.header-logo img{
    width: 15%;
}
.header-logo h3{
    margin:0px;
    display: inline;
}
.navbar-inverse{
    background: transparent;
    border-color: transparent;
    margin-bottom: 0;
}

.navbar-inverse .navbar-collapse{
    
}
.navbar-inverse .navbar-nav>li>a{
    
}
.navbar-inverse .navbar-nav>li:first-child {
    
}
.navbar-inverse .navbar-nav>li:last-child {
    
}
.nav>li{
    display: block;
    position: relative;
    padding: 8px 5px;
    /*border-bottom: 1px solid var(--border-primary);*/
    transition: all .55s ease;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover{
    background-color: var(--background-primary)
}
.navbar-inverse .navbar-nav>.active>a:before {
    
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
       
}
.navbar-nav>li>.dropdown-menu{
    
}
.navbar-nav>li>.dropdown-menu li {
    
}
.middle-header-left-inner{
    display: flex;
}
.input-group {
    border-collapse: separate;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width :100%;
}
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.product-search-form {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.custom-select {
    position: relative;
}
.custom-select::before {
    content: "\e64b";
    font-family: 'themify';
    position: absolute;
    display: block;
    color: var(--text-third);
    top: 50%;
    right: 15px;
    font-weight: 900;
    pointer-events: none;
    font-size: 12px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
.product-search-form .theme-input{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.search-btn {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    position: absolute;
    right: 1px;
    background-color: var(--white);
    border: 0;
    padding: 0px 15px;
    font-size: 20px;
    top: 1px;
    bottom: 1px;
    z-index: 9;
}
.bottom-header-left{
    width: 25%;
    float: left;
}
.bottom-header-right{
    width: 75%;
    float: left;
}
.category-menu-wrapper {
    position: relative;
    background: var(--background-primary);
    padding: 17px 15px;
    color: var(--white);
    text-align: left;
    width: 100%;
}
.category-menu-wrapper h3{
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white);
    font-size: 15px;
    margin: 0;
    text-align: center;
}
.category-menu-wrapper h3 a{
    color: var(--white);
}
.category-menu-wrapper i{
    font-size: 16px;
    /* vertical-align: middle; */
    margin-right: 10px;
}
.category-menu-inner{
    width: 100%;
    background: var(--white);
    /*border-radius: 0 0 10px 10px;*/
    border: 1px solid var(--background-primary);
    border-top: none;
    padding: 0;
    top: 100%;
    z-index: 9;
}
.category-menu-inner ul{
    margin: 0;
    padding: 0;
    list-style: outside none none;
}
.category-menu{
 
}
.category-menu-list{
    position: relative;
}
.category-menu-list a{
    display: block;
    overflow: hidden;
    line-height: 52px;
    word-wrap: break-word;
    background: var(--white)
    color: var(--black)
    font-size: 14px;
    font-weight: 400;
    margin: 0 26px;
    border-bottom: 1px solid var(--border-third);
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}
.category-menu-list a i{
    line-height: 3.7;
}
.category-submenu{
    background: var(--white);
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
    left: 101%;
    opacity: 0;
    position: absolute;
    top: 30px;
    visibility: hidden;
    padding: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 900px;
    z-index: 9;
}
.category-submenu  li:first-child img{
    height: 305px;
}
.category-submenu-title{
    width: 33.33%;
    float: left;
}
.category-submenu-title a{
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 25px;
}
.category-submenu-title ul{

}
.category-submenu-title ul li{
    margin-bottom: 10px;
}
.category-submenu-title ul li a{
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 15px;
    margin-top: 0;
    /* margin-left: 0; */
    line-height: 1.5;
    border-bottom: none;
}
.category-menu-list:hover .category-submenu{
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.mega-menu {
    /*left: -152px;*/
    left: -290px !important;
    position: absolute;
    width: 900px;
    overflow: hidden;
    padding: 30px 0 10px 0;
    left: -290px;
}
.main-menu ul li .dropdown {
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 999;
    padding: 10px 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #408ed4;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.mega-menu-inner {
    /*display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;*/
    padding-left: 0;
    width: 25%;
    float: left;
}
.mega-menu ul li {
    /*width: 25%;*/
    padding-left: 10px;
}
.main-menu ul li .dropdown li {
    position: relative;
    display: block;
}
.mega-menu ul li a {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
    color: #000;
}
.main-menu ul li .dropdown li a {
    padding: 5px 0 5px 20px;
    display: block;
}
.main-menu ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.category-menu-page-list{
    position: relative;
}
.category-menu-page-list i{
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}
.category-menu-page-list a{
    display: block;
    overflow: hidden;
    line-height: 52px;
    word-wrap: break-word;
    background: var(--white)
    color: var(--black)
    font-size: 14px;
    font-weight: 400;
    margin: 0 26px;
    border-bottom: 1px solid var(--border-third);
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
}
.category-menu-page-list a i{
    line-height: 3.7;
}
.category-page-submenu{
    position: relative;
    padding-left: 30px !important;
    z-index: 9;
}
#product-list {
    float: left;
    list-style: none;
    margin-top: 0;
    padding: 0;
    width: 76%;
    position: absolute;
    z-index: 2;
    left: 30px;
    background: var(--white);
    border-bottom: 2px solid var(--border-third);
}
#product-list li {
    padding: 10px;
    /*background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;*/
}
.sub-category-carousel{
    padding-top: 20px;
    padding-bottom: 20px;
}
/* ------------------- Page Banner -------------------- */
.page-banner{
    height: 300px;
    position: relative;
} 
.about-banner{
    background:url(../images/banner/about.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery-banner{
    background:url(../images/banner/gallery.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.products-page-banner{
    background:url(../images/banner/products.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
/* ------------------- Slider -------------------- */
.slider-section{
    padding-top: 0px;
}
.slider-left{
    width: 25%;
    float: left;
}
.slider-right{
    width: 75%;
    float: left;
}
.slider-right-wrapper {
    padding-top: 30px;
    padding-left: 30px;
}
.slider-right-bottom{
    background: var(--background-third);
    overflow: hidden;
    margin-top: 20px;
    padding: 9px 0;
}
.single-slider-grid{
    position: relative;
}
.single-slider-grid:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    content: "";
    height: 40px;
    width: 1px;
    background: #e4e3e3;
}
.last-single-slider-grid:after{
    display: none;
}
.slider-grid-wrapper{
    display: flex;
    vertical-align: top;
    /*padding-left: 10px;*/
    padding-top: 15px;
    padding-bottom: 16px;
    /*padding-right: 10px;*/
}
.slider-grid-icon i {
    font-size: 35px;
    padding-right: 10px; 
    color: var(--white);
}
.slider-grid-content{

}
.slider-grid-title{
    color: var(--black);
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-align: left;
}
.slider-grid-content p{
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 0;
    color: var(--white);
}
/* ------------------- About -------------------- */
.about-section{
    background: url(../images/home-1.jpg);
    padding-bottom: 100px; 
    padding-top: 100px;
}
.about-images{
    position: relative;
}
.about-big-thumb {
    position: relative;
    z-index: 1;
}
.about-mid-thumb {
    left: -100px;
    bottom: -55px;
    z-index: 2;
    position: absolute;
}
.about-small-thumb {
    right: -30px;
    top: -70px;
    z-index: 2;
    position: absolute;
}
.about-description{
    padding: 0 0 0 5%;
}
.about-description .sub-title{
    font-size: 20px;
}
.about-description .sec-title h2{
    font-size: 40px;
}
.about-text {
    padding-bottom: 30px;
    padding-top: 30px;
}
.about-meta{

}
.about-meta ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    width: 100%;
}
.about-meta ul li{
    width: 50%;
}
.about-meta-box{

}
.about-meta-box-head{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.about-meta-icon{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    max-width: 70px;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    background-color: var(--background-primary);
    border-radius: 50%;
}
.about-meta-icon img{
    width: auto;
}
.about-meta-title{
    padding-left: 20px;
    font-size: 22px;
    line-height: 32px;
}
.about-page-image{
    display: flex;
    justify-content: center;
    gap: 3rem;
}
.about-page-image-one{
    position: relative;
    width: 100%;
    max-width: 320px;
    height: auto;
}
.about-page-image-one:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: 0 0;
    width: 90%;
    height: 90%;
    border: 1px solid var(--border-third);
}
.about-page-image-two{
    position: relative;
    width: 100%;
    max-width: 320px;
    height: auto;
    transform: translateY(30px);
}
.about-page-image-two:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: 0 0;
    width: 90%;
    height: 90%;
    border: 1px solid var(--border-third);
}
.about-page-section .about-description {
    text-align: left;
    padding: 0 0;
}

/* ------------------- Shop Page -------------------- */
.shops-page-section{
    padding-bottom: 50px;
}
.shops-page-section .category-menu-inner{
    border-top: 1px solid var(--background-primary);
}
/* ------------------- Category -------------------- */
.category-block{
    background-color:var(--white);
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    padding: 10px;
}
.category-block-img{
    position: relative;
    overflow: hidden;
}
.category-block-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.category-block-content{
    padding: 15px;
}
.category-block-info{
    
}
.category-block-info h3{
    font-size: 18px;
    line-height: 25px;
}
.category-block-info h3 a{
    color: var(--text-primary);
}
/* ------------------- Products -------------------- */
.products-section .sec-title{
    margin-bottom: 30px;    
}
.products-block {
    background-color:var(--white);
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    padding: 10px;
}
.products-block-img{
    position: relative;
    overflow: hidden;
}
.products-block-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.products-block-content {
    padding: 15px;
}
.products-block-info h3{
    font-size: 18px;
    line-height: 25px;
}
.products-block-info h3 a{
    color: var(--text-primary);
}
.products-block-info .product-category-name,
.products-block-info .product-sub-category-name{
    font-size: 12px;
    color: var(--text-third);
}
.product-price {
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px 
}
.price {
    color: var(--text-primary);
    font-weight: 600;
}
.product-price del {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px;
}
.on-sale {
    display: inline-block;
    color: var(--text-four);
    font-size: 14px;
}
.products-action-box {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    right: 0;
    text-align: center;
    padding-top: 0;
    transition: all .5s ease-in-out;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.products-action-box ul{
    margin-top: 0;
    padding: 0;
    list-style: none;
    display: table;
    margin: 0 auto;
}
.products-action-box ul li{
    -webkit-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
    opacity: 0;
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}
.products-action-box ul li:first-child{
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.products-action-box ul li:nth-child(2){
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.products-action-box ul li a{
    background-color: #fff;
    font-size: 0;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    width: 37px;
    height: 37px;
    padding: 0;
    display: block;
    text-align: center;
}
.products-action-box ul li a i{
    vertical-align: middle;
    line-height: 37px;
    font-size: 18px;
}
.products-block:hover .products-action-box ul li{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.products-block:hover .products-block-img::before{
    opacity: 1;
} 
.product-price .price {
    font-size: 25px;
    font-weight: bold;
}

/* Zoom Products */
.product-gallery {
    float: left;
}
.product-page-section .product-gallery * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.product-page-section .product-gallery .show, .product-page-section .product-gallery .show-panel {
    border: 1px solid var(--border-third);
    z-index: 8;
}

.product-page-section .product-gallery .show, .product-page-section .product-gallery #show-img {
    width: 400px;
    height: 400px;
}
.product-page-section .product-gallery .small-img {
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 25px;
}

.product-page-section .product-gallery .small-img .icon-left {
    transform: rotate(180deg);
}
.product-page-section .product-gallery .small-container {
    width: 300px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product-page-section .product-gallery .small-container div {
    width: 800%;
    position: relative;
}
.product-page-section .product-gallery .small-container .show-small-img {
    width: 70px;
    height: 70px;
    padding: 3px;
    margin-right: 6px;
    transition: 300ms all ease;
    cursor: pointer;
    float: left;
    border: 1px solid var(--white);
}
.product-page-section .product-gallery .small-container .show-small-img.selected-image {
    border: 1px solid silver;
    border-bottom: 3px solid var(--background-primary);
    padding: 3px;
    position: relative;
}
.product-page-section .product-gallery .small-container .show-small-img.selected-image {
    border-bottom: 3px solid var(--background-primary);
}
.product-page-section .product-gallery .small-container .show-small-img {
    width: 70px;
    height: 70px;
    padding: 3px;
    margin-right: 6px;
    transition: 300ms all ease;
    cursor: pointer;
    float: left;
    border: 1px solid var(--white);
}
.product-page-section .product-gallery .small-container .show-small-img:last-of-type {
    margin-right: 0;
}
.product-page-section .product-gallery .small-img .icon-left, 
.product-page-section .product-gallery .small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.product-page-section .product-gallery .small-img .icon-right {
    right: 0;
}
/* ------------------- Count Down -------------------- */
.count-section{
    overflow: hidden;
    background: var(--background-primary);
}
.count-section-title{
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.count-section-title h2{
    color: var(--text-third);
    -webkit-text-fill-color: var(--text-primary);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--text-third);
    opacity: 0.2;
    font-size: 220px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.318;
    letter-spacing: 41px;
    z-index: 0;
}
.hotel-products-setion{
    padding-bottom: 50px;
}
.hotel-products-setion .nav-pills>li.active>a, 
.hotel-products-setion .nav-pills>li.active>a:focus, 
.hotel-products-setion .nav-pills>li.active>a:hover {
    color: var(--white);
    background-color: var(--background-secondary);
    border-radius: 0;
}
.hotel-products-setion .nav>li>a:focus, 
.hotel-products-setion .nav>li>a:hover {
    text-decoration: none;
    background-color: var(--background-four);
    border-radius: 0;
}
/* ------------------- Home Section -------------------- */
.home-section {
    padding-bottom: 50px;
    /*background: var(--background-secondary);*/
    background: url(../images/about-main.jpg);
    text-align: center;
    padding-top: 50px;
    background-attachment: fixed;
    background-size: cover;
}
.home-section:before{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.home-section-wrapper {
    /*padding: 0 17%;*/
}
.home-section-wrapper .sub-title {
    color: var(--text-primary);
    font-size: 35px;
    text-transform: capitalize;
}
.home-section-wrapper .sec-title h2 {
    text-transform: capitalize;
    /* font-weight: bold; */
    font-size: 45px;
    line-height: 1.5;
    color: var(--white);
}
.home-section-wrapper-2 {
    background: var(--white);
    padding: 30px;
    position: absolute;
    top: -112px;
    bottom: 0;
    height: 385px;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.home-section-wrapper-2 .sec-title h2{
    text-transform: capitalize;
}
.home-section-meta {
    padding-top: 15px;
}
.home-section-meta p {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
/* ------------------- Testiminial -------------------- */
.testimonial-section{
    background:var(--background-four);
    padding-bottom: 50px;
}
.testimonial-secction:before{
    
}
.testimonial-background{
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    position: absolute;
    width: 470px;
}
.testimonial-background:before{
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: -1;
    position: absolute;
    background-color: #1a1e5d;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%);
}
.testimonial-background-image{
    z-index: 2;
    position: absolute;
} 
.testimonial-background-image-1{
    top: -71px;
    right: 70px;
    max-width: 283px;
}
.testimonial-background-image-2{
    top: 143px;
    left: -68px;
    max-width: 212px;
}
.testimonial-background-image-3{
    top: 294px;
    right: 29px;
    max-width: 245px;
}
.testimonial-background-image-4{
    top: 457px;
    left: -33px;
    max-width: 215px;
}
.testimonial-main-wrapper{
    
}
.testimonial-section .sub-title{
    
}
.testimonial-section .sec-title h2{
    
}
.testimonial-section .sec-para{
    
}
.testimonial-main-para{
    
}
.testimonial-main-para i{
    
}
.testimonial-wrapper{
    position: relative;
    z-index: 1;
}
.testimonial-content{
    padding: 40px;
    min-height: 200px;
    position: relative;
    margin-bottom: 40px;
    background-color: var(--white);
    box-shadow: 0px 10px 30px 0px rgba(237, 237, 237, 0.78);
}
.testimonial-content:before{
    left: 40px;
    bottom: -30px;
    width: 0px;
    height: 0px;
    content: '';
    position: absolute;
    border-top: 30px solid transparent;
    border-left: 30px solid var(--white);
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
.single-testimonial p{
    margin-bottom: 0;
}
.testimonial-quote-icon{
    right: 32px;
    bottom: 35px;
    opacity: .04;
    max-width: 72px;
    position: absolute;
}
.testimonial-info{
    text-align: left;
    margin: 30px 0 20px 0;
    display: flex;
    align-items:center;
}
.testimonial-author-img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.testimonial-author-img img{
    width: 100%;
}
.testimonial-meta{
    margin-left: 15px;
}
.testimonial-meta h6{
    font-size: 16px;
    /*margin-bottom: 0px;*/
    padding-top: 0px;
    font-weight: 400;
    line-height: 0.5em;
}
.testimonial-meta span{
    font-size: 14px;
    margin-right: 5px;
}
/* ------------------- Destinations -------------------- */

/* ------------------- Services Sections -------------------- */
.services-section{
    background-size: var(--background-four);
    position: relative;
}
.services-section .service-background{
    position: absolute;
    top: 0;
    right: 0;
}
.services-block-img{
    position: relative;
    overflow: hidden;
}
.services-block-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
/* ------------------- Tailormade -------------------- */

/* ------------------- Gallery -------------------- */
.gallery-section{
    padding-top: 0px;
    padding-bottom: 50px;
}
.gallery-bg {
    
}
.gallery-bg-inner{
    
}
.gallery-bg-inner .sec-title h2{
    margin-top: 0px;
    color: var(--white);
    margin-bottom: 0;
}
.galley-carousel{
    /*margin-top: 20%;*/
}
.gallery-page-section{
    padding-bottom: 50px;
}
.gal {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}   

.single-gallery {
    overflow: hidden;
    position: relative;
}
.single-gallery img{
    border-radius: 5px;
    /*height: 380px;*/
}
.single-gallery-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:var(--white);
    border-radius: 6px;
    -webkit-box-shadow:0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow:0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    padding: 18px 15px 20px 15px;
    margin-left: 40px;
    margin-right: 44px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}
.single-gallery-inner{

}
.single-gallery-inner span{
    color: var(--text-third);
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}
.single-gallery-inner h3{
    font-size: 15px;
    transition: all 0.5s ease-out 0s;
}
.single-gallery-inner h3 a{

}
.single-gallery-link{

}
.single-gallery-link a{
    width: 40px;
    height: 40px;
    display: inline-block;
    background:var(--black);
    line-height: 40px;
    border-radius: 6px;
    text-align: center;
    color: var(--white);
}
.single-gallery-link a i{

}
.single-gallery-hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(.7);
    opacity: 0;
    transition: all .45s ease-in-out;
}
.single-gallery-hover i{
    color: var(--white);
    font-size: 35px;
    opacity: 0;
    transition: all .45s ease-in-out;
}
.single-gallery:hover .single-gallery-hover{
    transform: scale(1);
    opacity: 1;
}
.single-gallery:hover .single-gallery-hover i{
    opacity: 1;
}
.gallery-page-section .sec-title{
    text-align: center;
}
.gallery-page-section .sec-title h2{
    margin-top: 0;
}
/* ------------------- Contact -------------------- */
.contact-banner{
    padding-top: 0px;
}
.contact-page-section .sec-title{
    text-align: center;
}
.contact-page-section .sec-title h2{
    margin-top: 0;
}
/* ------------------- Footer -------------------- */
footer{
    background: var(--background-secondary);
    position: relative;
    padding-top: 30px;
    /*text-align: center;*/
}
footer::before {
    
}
.footer-top{
    border-bottom: 1px solid var(--border-third);
    padding-bottom: 20px;
}
.footer-bottom{
    background: var(--background-primary);
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer-bottom-left {
    width: 50%;
    text-align: left;
    float: left;
}
.footer-bottom-right {
    width: 50%;
    text-align: right;
    float: left;
}
.footer-contact-info{
    display: flex;
    padding-top: 20px;
    margin-bottom: 0px;
    align-items: center;
}
.footer-contact-icon{
    width: 40px;
    height: 40px;
    background: var(--background-primary);
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: var(--white);
    margin-right: 17px;
}
.footer-contact-icon i{}
.footer-contact-text{
    text-align: left;
}
.footer-contact-title{
    font-size: 15px;
    font-weight: 400;
    color: var(--white);
}
.footer-contact-title a{
    color: var(--white);
}
.footer-logo h3{
    color: var(--white);
}

.footer-block{
    padding: 30px 0;
}
.footer-title{
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    color:  var(--white);
    margin-top: 0;
}
.footer-logo{
    
}
.footer-logo img{
    width: 10%;    
}
.footer-social {
    padding: 30px 0;
    padding-top: 0;
}
.footer-social ul {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    color:  var(--white);
    margin-bottom: 0;
}
.footer-social ul li{
    display: inline-block;
    padding: 0 10px;
}
.footer-social ul li:first-child {
    
}
.footer-social ul li a{
    font-size: 17px;
    font-weight: 400;
    transition: all .4s ease;
    color: var(--white);
}
.footer-social ul li a i{

}
.footer-social ul li a:hover {
    
}
.footer-user-links{
    list-style: none;
    padding-left: 0;
    /*display: inline-block;*/
    color:  var(--white);
    margin-bottom: 0;
}
.footer-user-links li{
    /*display: inline-block;*/
    padding: 0 10px;
}
.footer-user-links li a{
    font-size: 17px;
    font-weight: 400;
    transition: all .4s ease;
    color: var(--white);
}

.footer-user-links li a:hover {
    
}
.footer-user-links li a:hover:before {
    
}
.footer-text{
    
}
.footer-contact-info {
    
}
.footer-contact-info li {
    
}
.footer-contact-info li i {
    
}
.footer-contact-info li a{
    
}
.copyright-sec{
    background: #0f3244;
    padding-top: 0;
    text-align: center;
}
.copyright-text{
    color: var(--white);
    font-size: 16px;
    padding: 15px 0;
}
.copyright-text a{
    color: var(--white);
}