@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC');
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url('//fonts.googleapis.com/css?family=Roboto+Slab:300,400,700&display=swap');

* {
	margin: 0;
	padding: 0;
}


html, body {
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Rubik', sans-serif!important;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding-right:0!important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik', sans-serif;
	font-weight: 500!important;
}
.font-rubik{
	font-family: 'Rubik', sans-serif;

}

.h3, h3 {
    font-size: 21px;
}

a {	-webkit-transition: all 300ms ease;    -o-transition: all 300ms ease;    transition: all 300ms ease;
    text-decoration: none;
}li ,p, ul,body{
    	-webkit-transition: all 300ms ease;    -o-transition: all 300ms ease;    transition: all 300ms ease;
       

    }

.clear {
    clear: both;
}

.ovh {
    overflow: hidden;
}

.error {
    color: red;
}

.success {
    color: green;
}

a:hover {
    text-decoration: none;
}

.headline {
    text-align: center;
    margin-bottom: 50px;
}

.headline h2 {
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 0;
}

.headline h3 {
    font-size: 16px;
    margin-top: 0;
	font-family: 'Rubik', sans-serif!important;
}

.headline-white {
    color: #fff;
}

.bg-gray {
    background: #f2f3f3!important;
}

.bg-white {
    background: #ffffff!important;
}

.top {
	width: 100%;
	height: 40px;
	/* background: #e30513; */
	background: #1212b0;;
	/* background: #2e2751; */
}

.top .left {
	float: left;
}

.top .left ul {
	padding-top: 8px;
}

.top .left ul li {
	list-style-type: none;
	float: left;
	margin-right: 16px;
	color: #fff;
	font-size:14px;
}

.top .left ul li i {
	color: #eeca1c;
	font-size:18px;
}

.top .right {
	float: right;
}

.top .right ul {
	padding-top: 8px;
}

.top .right ul li {
	list-style-type: none;
	float: left;
	margin-left: 5px;
}


.top .right ul li a {
	color: #eeca1c;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
	border-radius: 50%;
	display: block;
	transition: all 0.4s ease;
	background: #e30513;
    color: #fff;
}

.top .right ul li a:hover {
	background: #e30513;
	color: #fff;
}

.logo-img{
    margin-top: 10px;
}
.header {
	width: 100%;
	height: auto;
	background: #e30513;
	background: #e30513 url(../uploads/WS2k.gif) center center no-repeat;
	background-size: contain;
}

.header .inner {
	height: auto;
	display: table;
}

.header .logo {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.header .logo img {
	max-width: 100%;
	height: 70px;
}

.header .navbar-form .form-control {
	width: 300px;
}
.header .search-area{
	display:none!important;
}
.header .search-area {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.header .search-area .form-group {
	width: calc(100% - 84px);
}

.header .search-area button {
	width: 80px;
}

.header .search-area form {
	width: 100%;
}

.header .right {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-right: 0;
}

.header .right ul {
	float: right;
	margin-bottom: 0;
}

.header .right ul li {
	list-style-type: none;
	float: left;
	margin-left: 14px;
    color: #e30513;
}

.header .right ul li a {
	color: #e30513;
}

.header .navbar-form .search-top {
    width: 100%;
}

.nav {
    /* background: #353535; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
   
    
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    /* background: #353535; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.menu-mobile {
    display: none;
    padding: 20px;
    color: #fff;
}

.menu-mobile:hover {
    color: #fff;
}

a.menu-mobile.fa.fa-bars:before {
    font-size: 2rem;
    padding: 0;
    color: black;
    /* margin-top: 10px; */
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}
a.menu-mobile.fa.fa-times:before {
    font-size: 2rem;
    padding: 0;
    color: black;
    /* margin-top: 10px; */
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}
 
.menu-dropdown-icon:before {
    content: "\f067";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;	-webkit-transition: all 300ms ease;    -o-transition: all 300ms ease;    transition: all 300ms ease;
    list-style: none;
    padding: 0;
    /* position: relative; */
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    /*background: #76767e;*/
    padding: 0;
    margin: 0;	-webkit-transition: all 300ms ease;    -o-transition: all 300ms ease;    transition: all 300ms ease;
}

.menu > ul > li a {
    text-decoration: none;
	font-weight: 500;
    padding: 1.5em 20px;
    display: block;
    color: #000;
	font-size: 16px;
}

.menu > ul > li:hover {
    /* background: #ffed00; */
    background: #21527d;
	color: #111;
}
.menu > ul > li:hover a{
	/* color:#111!important; */
	color:#fff !important;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    /* background: #f0f0f0; */
    background: #a50505;
    padding: 20px;
    position: absolute;
    z-index: 999999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;	-webkit-transition: all 300ms ease;    -o-transition: all 300ms ease;    transition: all 300ms ease;
}

.menu > ul > li > ul > li a {
    /* color: #777; */
    color: black;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    /* color: #333; */
    color: #000;
}
.menu > ul > li > ul > li:hover{	background:#21527d;	padding-left: 10px;}.menu > ul > li > ul > li:hover a{	color: #111;}
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 220px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* @media only screen and (max-width: 959px) { */
@media only screen and (max-width: 1216px) {
    .menu-container {
        width: 100%;
        margin-top: 19px;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
    .desktop-logo{
        display: none;
    }
    
}

@media only screen and (min-width: 1216px) {
    .mobile-logo{
        display: none;
    }
}
.bx-wrapper {
    position: relative;
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
}

.bx-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.welcome {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #000;
    text-align: center;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.welcome .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #000;
}

.welcome h2 {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.welcome p {
    color: #fff;
}

.welcome p.button {
    color: #fff;
    margin-top: 35px;
}

.welcome p.button a {
    background: #ffed00;
    color: #111;	border-radius: 6px;
    padding: 10px 20px;
    transition: all 0.4s ease;
    text-decoration: none;
	font-weight: 500;
}

.welcome p.button a:hover {
    background: #000000;
    color: #fff;
}

.service {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0;
	/* background:#a91d20; */
	background:#fff;
}

.service .item {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; 
   
}
.service .item h3 {
    color: #9d0404 !important;
	font-family:'Rubik', sans-serif!important;
	margin-top:8px;
}
.service .icon {
    text-align: center;
}

.service .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #e30513;
    color: #fff;
    font-size: 38px;
    border-radius: 50%;
}

.product .product-carousel {
    position: relative;
}

.product .owl-controls {
    position: absolute;
    top: -60px;
    right: 0;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
    background: #000000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
    font-size: 14px;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
    background: #e30513;
}

.product .item {
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	
	
}
.product .item:hover{
	box-shadow:0px 8px 15px 0px rgb(0 0 0 / 10%);
	border-color:#e30513;
}

.product .text {
    background: #fff;
    padding: 14px;
    overflow: hidden;
}

.product .text del {
   color: #9d9d9d;
    font-size: 15px;
    font-weight: 300;
}

.product .text h3 {
    font-weight: 700;
    text-align: center;
    color: #353535;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
}

.product .text h3 a {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
	font-family: 'Rubik', sans-serif!important;
}

.product .text h3 a:hover {
    text-decoration: none;
}

.product .text h4 {
    color: #e30513;
    text-align: center;
    font-size: 17px;
	font-family: 'Rubik', sans-serif!important;
}

.product .text p {
    text-align: center;
    font-size: 16px;
	font-weight: 500;
    margin-top: 20px;
    margin-bottom: 14px;
}

.product .text p a {
   background: #e8e8e8;
    color: #111;
    font-size: 16px;
    padding: 11px 10px;
    transition: all 0.4s ease;
    border-radius: 6px;
    display: block;
	font-weight: 500;
}
.product .text p a i{
	padding-right: 6px;
}

.product .item:hover .text p a{
	background: #ffed00;
    color: #111;
}
.product .out-of-stock {
    width: 100%;
    text-align: center;
}


.product .out-of-stock .inner {
    display: inline-block;
    background: #e30513;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
    text-decoration: line-through;
}

.product .text .rating {
    text-align: center;
}

.product .text p a:hover {
    background: #ffed00;
	color:#111;
}

.product .item .thumb {
    position: relative;
    overflow: hidden;
    padding: 30px 30px 0;
    background: rgba(0, 0, 0, 0.01);
}

.product .item .thumb .photo {
  width: 100%;
    height: 220px;
    -webkit-background-size:  contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.01);
}

.product .item .thumb .overlay {
   /*  width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgba(255, 255, 255, 0.6); */
}

.product .item:hover .thumb .overlay {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.product-cat {
    padding-top: 14px;
}

.product-cat .item {
    margin-bottom: 30px;
}

.product .item-product-cat {
	border: 0;
}
.product .item-product-cat .inner {
    border: 2px solid #e5e5e5;
}

.product .item-search-result {
    border: 0;
}
.product .item-search-result .inner {
    border: 2px solid #e5e5e5;
}
.product .item-search-result:nth-of-type(4n+1) {
    clear: both;
}
.product .item-product-cat:nth-of-type(3n+1) {
    clear: both;
}


.testimonial-v1 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
       background-repeat: repeat;
    background-size: contain;
    background-position: center center;
    background-attachment: fixed;
}
.ad-section img{
	margin-bottom: 20px;
}
.testimonial-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.testimonial-v1 .container {
    position: relative;
    z-index: 9999;
}

.testimonial-v1 .heading {
    margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .heading p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .testimonial-carousel {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.testimonial-v1 .content .comment {
    color: #fff;
    padding: 14px 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: relative;
}

.testimonial-v1 .content .comment p {
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}

.testimonial-v1 .author {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.testimonial-v1 .photo {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.testimonial-v1 .photo img {
    width: 80px;
    height: 80px;
    float: right;
    margin-right: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial-v1 .text {
    display: inline-block;
    vertical-align: top;
}

.testimonial-v1 .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}

.testimonial-v1 .text h4 {
    font-size: 13px;
    color: #fff;
    text-align: left;
}

.testimonial-v1 .owl-nav {
    margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 20px;
    text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
    color: #fff;
    background: none;
    position: absolute;
    top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
    font-size: 30px;
    font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
    left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
    right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
    background: none;
}


.home-blog {
    width: 100%;
    height: auto;
    padding: 70px 0;
    overflow: hidden;
}

.home-blog .item {

}

.home-blog .item .photo {
    width: 100%;
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-blog .text {
    padding: 14px;
    background: #f2f3f3;
}

.home-blog .text h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
}

.home-blog .text p.button {
    margin-top: 25px;
}

.home-blog .text p.button a {
    background: #e30513;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
}

.home-blog .text p.button a:hover {
    background: #333;
}

blockquote ul li span{
	font-weight: 500!important;
}

.footer-main {
   width: 100%;  
     height: auto;    
   /* background: #e30513;   */
   background: #1a252b; /* Adjust colors as needed */
    padding: 50px 0;   
    /* background: #f6f6f6; */   
     background-size: cover;  
       position: relative; 
       z-index: 99;    
       background-position: center top;	
       margin-bottom: 0px;
}.footer-main:after {    position: absolute;    top: 0;    left: 0;    content: '';    right: 0;    background: #1a252b;	opacity: 0.3;    width: 100%;    z-index: -1;    height: 100%;}
.footer-main h3 {
    color: #fafafa;
	font-family: 'Rubik', sans-serif!important;
    font-size: 19px;
    font-weight: 500;
    text-transform:capitalize;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccc;
}
.footer-main h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #fcd116;
    left: 0;
    bottom: -2px;
    height: 4px;
}
.footer-main .footer-col p {
    color:#CCC;
    font-size: 14px;
    line-height: 22px;
}
.footer-main .footer-col p a {
    color:#CCC;
}
.footer-main .footer-col p span {
    display: block;
    color:#CCC;
}
.footer-main .footer-col ul li {
    color:#CCC;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.footer-main .footer-col ul li a {
    color:#CCC;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
    color: #fff;
}
.footer-main .footer-col ul li:before {
    color:#CCC;
 /*    content: "\f0a4";
    font-family: "FontAwesome"; */
    left: 0;
	content:'';
    position: absolute;
    top: 0;
	background: url(../img/crackers-foot.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.footer-main .footer-col .contact-item {
    color:#CCC;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px;
    display: table;
}
.footer-main .footer-col .contact-item .icon {
    width: 35px;
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #dedede;
    color: #2a2a2a;
    border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
    display: flex;
	font-weight: 500;
}
.footer-main .footer-col .contact-item .text i {
    vertical-align: middle;
    padding-top: 3px;
    padding-right: 7px;
	color: #fcd116;
	opacity: 0.7;
}
.footer-main .footer-col p.social {
    margin-bottom: 10px;
}


.footer-bottom {
    width: 100%;
    height: auto;
    background: #1a252b;	
    padding: 14px 0;
}
.footer-bottom .copyright {
    font-size: 14px;
    color: #fafafa;
    text-align: center;
}


.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 40px;
    right: 10px;
    display: none;
}
.scrollup i {
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    background: #e30513;
    color: #fff;
    border: 4px solid #e30513;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}


ul.prod-slider li {
    height: 450px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: relative;
}
ul.prod-slider li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999999;
}
.bx-controls {
    display: none;
}
.prod-pager-thumb {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}
#prod-pager {
    margin-top: 20px;
}

#prod-pager a {
    float: left;
    margin-right: 3px;
}

ul.nav-tabs {
    margin-top: 50px;
}
.product .p-title h2 {
    color: #e30513;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
}

.product .p-status {
    margin-bottom: 10px;
}

.product .p-review {
    margin-bottom: 10px;
}

.product .p-price {
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.product .p-price span {
    font-size: 30px;
}

.product .p-price del {
    color: #c7c7c7;
}

.product .p-short-des {
    margin-bottom: 30px;
}

.product .p-quantity {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 35px;
    font-size: 14px;
}

.product .p-quantity input[type="number"] {
    height: 30px;
    width: 100px;
    border: 2px solid #c7c7c7;
}

.product .btn-cart {
    margin-bottom: 30px;
}

.product .btn-cart a {
    padding: 10px 14px;
    background: #e30513;
    color: #fff;
}

.product .btn-cart1 input[type="submit"] {
    border: 0;
    padding: 10px 14px;
    background: #e30513;
    color: #fff;
}

.product .share {
    line-height: 30px;
    font-weight: 700;
}

.product .nav {
    background: transparent;
}

.product .nav-tabs li a {
    font-weight: 700;
    color: #333;
}

.product .tab-content>.tab-pane {
    padding-top: 20px;
}

.review-form h2 {
    font-size: 24px;
    font-weight: 700;
}
.review-form .btn-default {
    background: #e30513;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 10px 14px;
}
.rating-section {
    margin-bottom: 14px;
}


.page-banner {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;	background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.page-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #111;
}

.page-banner h1 {
    color: #fff;
    text-align: center;
    z-index: 999;
    position: relative;
	max-width: 780px;
	font-size: 28px;
	margin: auto;
	padding: 0 25px;
}

.page {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page h3.special {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b9b9b9;
    position: relative;
	color: #e30513;
}

.page h3.special:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #e30513;
    left: 0;
    bottom: -2px;
    height: 4px;
}

.cart {
    width: 100%;
    height: auto;
}

.cart table img {
    width: 100px;	height: 100px;	cursor: pointer;object-fit: contain;
}

.cart table tr td {
    vertical-align: middle;
}

.cart input[type="number"] {
    height: 50px;
    width: 100px;
    /* color: #fff;  */
    color: #000; 
	/* border-radius: 6px; */
    /* border: 2px solid #c7c7c7; */
    /* padding-left: 10px; */
    background: unset;
    border: unset;
    text-align: center;
}
input#taxvalue {
    background: #eee;
}
.cart table tr td .trash {
    color: #e30513;
    font-size: 18px;
}

.cart table tr td.total-text,
.cart table tr th.total-text {
    text-align: right;
    font-size: 14px;
}

.cart table tr td.total-amount,
.cart table tr th.total-amount {
    text-align: right;
    font-size: 14px;
}

.cart-buttons {
    width: 100%;
    float: right;
    margin-top: 40px;
	margin-right: 20px;
}

.cart-buttons ul {
    float: right;
}

.cart-buttons li {
    float: left;
    list-style-type: none;
    margin-left: 14px;
}

.btn{
	outline: 0!important;
	box-shadow: none!important;
}
.cart-buttons li input[type="submit"],
.cart-buttons li a {
    background: #e30513;
    border: 0;
    border-radius: 6px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
}

.cart-buttons li input[type="submit"]:hover,
.cart-buttons li a:hover {
    background: #ffed00;
    color: #111;
}


.cform input[type="submit"] {
    background: #0c0c0c;
    border: 0;
}

.cform address span,
.cform address a span {
    color: #e30513;
}

.page iframe {
    width: 100%;
}
tbody tr input , tbody tr select , tbody tr textarea {
    height: 40px;
    /* line-height: 40px;
    border-radius: 6px; */
    background: #f8f8f8;
    /* background: #1212ad; */
    padding: 0 10px;
    border: unset;
    /* border: 1px solid #ececec; */
    text-align: left;
    color: black;
    box-shadow: none!important;
    outline: none;
    width:90px;
}
tbody tr select , tbody tr textarea{
	width: 100%;
}
tbody tr textarea{
	height: 120px;
	text-align:left;
	line-height: 1.2;
	padding-top: 15px;
}
table.bill-address tr td:nth-of-type(1) {
    font-weight: bold;
    width: 200px;
    font-size: 16px;
    font-weight: 600;
}
.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 14px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top: 0px;
    padding-bottom:75px;
}

.videos {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.videos .adv img {
    width: 100%;
    height: auto;
}
.videos .prop-4-col:nth-of-type(4n+1) {
    clear: both;
}
.videos .prop-3-col:nth-of-type(3n+1) {
    clear: both;
}
.videos h2 {
    color: #464646;
    font-family: "Open Sans", serif;
    font-size: 26px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.videos h3 {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 20px;
}
.single-room {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
}
.single-room .photo-col2 {
    width: 100%;
    height: 360px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-room .photo-col3 {
    width: 100%;
    height: 150px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-room-text {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.single-room-text h2 {
    background: #fff;
    font-size: 13px;
    line-height: 1.4;
    text-transform: none;
    margin-bottom: 0;
}
.single-room-text h2 a {
    color: #333;
    padding: 8px!important;
    font-weight: 600;
    display: block;
}

table.bill-address tr td:nth-of-type(1) {
    font-weight: 600;
    width: 200px;
}
.btn-primary {
    color: #fff;
    background-color: #e30513;
    border-color: #e30513;
}
.btn-primary:hover {
    color: #111;
    background-color:#eeca1c;
    border-color: #eeca1c;
}
button#get_otp_mob {
    height: 40px;
}
.user-sidebar ul {
    text-align: center;
}

.user-sidebar ul li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.user-sidebar ul li a {
    padding: 7px 20px;
    min-height: 40px;
    line-height: 40px;
    background: #444;
    color: #fff;
}

.user-content h3 {
    margin-bottom: 20px;
}

.blog {
    background: #fff;
}

.blog .post-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.blog .image-holder {
    width: 285px;
    float: left;
    position: relative;
    margin-right: 15px;
}

.blog .image-holder-single {
    width: 100%;
    float: none;
    position: relative;
}

.blog .image-holder-single img {
    width: 100%;
    height: auto;
}

.blog .image-holder .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
}

.blog .image-holder .day {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #e30513;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.blog .image-holder .day:before {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #e30513;
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 24px;
}

.blog .image-holder .month {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.blog .text {
    width: calc(100% - 300px);
    float: left;
}

.blog .text-single {
    width: 100%;
    float: none;
}

.blog .text-single h3 {
    font-family: 'Rubik', sans-serif;
    margin-top: 20px;
}

.blog .text .inner {
    padding: 0 20px 20px 20px;
}

.blog h3 {
    font-family: 'Rubik', sans-serif;
    text-align: left;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    text-transform: uppercase;
}

.blog h3 a {
    font-family: 'Rubik', sans-serif;
    color: #333;
}

.blog h3 a:hover {
    color: #e30513;
}

.blog .text ul.status {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog .text ul.status li {
    text-align: left;
    margin-bottom: 15px;
    color: #e30513;
    font-size: 14px;
    float: left;
    list-style-type: none;
    margin-right: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}

.blog .text ul.status li a {
    color: #e30513;
}

.blog .text ul.status li i {
    margin-right: 8px;
}

.blog ul.status li:before {
    content: '';
}

.blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    list-style-type: none;
}

.blog ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f044';
    color: #333;
}

.blog h1 {
    font-size: 24px;
    color: #e30513;
    font-weight: bold;
}

.blog h2 {
    font-size: 20px;
    color: #e30513;
    font-weight: bold;; 
}

.blog h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.blog h4 {
    font-size: 16px;
    color: #e30513;
    font-weight: bold;
}

.blog h5 {
    font-size: 14px;
    color: #e30513;
    font-weight: bold;
}

.blog h6 {
    font-size: 12px;
    color: #e30513;
    font-weight: bold;
}

.blog p {
    margin-bottom: 15px;
    font-size: 14px;
}

.blog p.button {
    margin-top: 20px;
}

.blog p.button a {
    font-family: 'Rubik', sans-serif;
    background: #e30513;
    color: #fff;
    padding: 10px 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog p.button a:hover {
    background: #444;
}

.blog .pagination {
    margin-top: 20px;
}

.blog .pagination ul {
    width: 100%;
    height: auto;
    text-align: center;
}

.blog .pagination ul li {
    display: inline-block;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    padding-left: 0;
}

.blog .pagination ul li:before {
    content: '';
}

.blog .pagination ul li a {
    background: #e30513;
    color: #fff;
    display: block;
    font-size: 16px;
}

.blog .pagination ul li a i {
    margin-right: 0;
}

.blog .pagination ul li a:hover {
    background: #333;
}

.blog .pagination ul li a.active {
    background: #333;
}

.blog .gallery-carousel {
    position: relative;
    z-index: 999;
}

.blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
    background: #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
    font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
    background: #e30513;
}

.blog .video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.blog .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
    width: 100%;
}

.widget {
    overflow: hidden;
    margin-bottom: 30px;
}

.widget-search input {
    height: 36px;
    border: 2px solid #afafaf;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.widget-search input:focus {
    border: 2px solid #e30513;
}

.widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #e30513;
    background: #e30513;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.widget-search button:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.widget h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e30513;
}

.widget ul li {
    display: block;
    float: none;
    color: #333;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.widget ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #333;
    top: 1px;
    left: 3px;
}

.widget ul li a {
    color: #333;
    font-size: 14px;
}

.widget ul li a:hover {
    color: #e30513;
}

.widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    padding: 4px 10px;
    border: 2px solid #afafaf;
    font-size: 12px;
    margin-right: 5px;
}

.widget ul.tag-cloud li:before {
    content: '';
}

.widget ul.tag-cloud li:hover {
    background: #e30513;
    border: 2px solid #e30513;
}

.widget ul.tag-cloud li:hover a {
    color: #fff;
}

.card .nav-tabs { border-bottom: 2px solid #DDD; background: #fff; }
.card .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { }
.card .nav-tabs > li > a { border: none; color: #666; }
.card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover { border: none; color: #e4144d !important; background: transparent; }
.card .nav-tabs > li > a::after { content: ""; background: #e30513; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.card .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 14px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }


.vid iframe {
    width: 100%;
    height: 250px;
}


div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 14px;
    margin-bottom: 20px;    
}

div.pagination a {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    text-decoration: none; /* no underline */
    background-color: #e30513;
    color: #FFF;
    font-weight: bold;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #cf0d42;
    color: #FFF;
    background-color: #b20b39;
}

div.pagination span.current {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    font-weight: bold;
    background-color: #b20b39;
    color: #FFF;
    font-weight: bold;
}

div.pagination span.disabled {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	display: none!important;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/1.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.well-sm {
    padding: 25px;
    border-radius: 10px;
}
legend{
	font-weight: 600;
}
.ad-section img {
    width: 100%!important;
    height: auto!important;
}

.breadcrumb {
    background: #fff;
    margin-top: -40px;
}

.breadcrumb ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
    color: #e30513;
}
.breadcrumb ul li:last-child {
    color: #333;
}

.breadcrumb ul li a {
    color: #e30513;
}

.bs-slider .item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	height: 500px;
}

.home-newsletter {
    padding: 80px 0;
    background: #f2f3f4;
}

.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; 
}
.home-newsletter .single h2 {
    font-size: 22px;
    color: #212121;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 0;
}
.home-newsletter .single .form-control {
    height: 50px;
    border-color: #333;
    outline: none;
}
.home-newsletter .single .btn {
    min-height: 50px;
    background: #ffed00;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}/*tabel* product list  */.table-responsive {    display: block;    width: 100%;    overflow-x: auto;}#product-table {	
    vertical-align: middle;    border: 2px solid #e8e8e8;}#product-table th, #product-table td , #cart-table th, #cart-table td {  
         border: 1.5px solid #cccc;    padding: 5px;	font-size: 16px;    color: white;	
         text-align: center;	vertical-align: middle;}
         #product-table th , #cart-table th{	background-color: #0085CA;}#product-table .product_name {    width: 30%;}#product-table .sub_name td  {   background: rgb(203 7 7 / 90%);    color: #fff;    padding: 10px 0;    font-size: 15px;	text-transform: uppercase;}tr#trproduuct1 td{	color: #212121;	background:  #f9f9f9;	font-weight: bold;	font-size: 15px;}.table-responsive::-webkit-scrollbar {    width: 8px;    height: 8px;}.table-responsive::-webkit-scrollbar-thumb {    cursor: pointer;    background:  #e30513;}#cart-table {	vertical-align: middle;}
.service .item .photo img { 
       height: 85px;opacity:1;
        /* filter:invert(1); */
    }
       
#cart-table .sub_name td{	background: #f6f6f6;	 color: #212121;    padding: 10px 0;    font-size: 15px;	text-transform: uppercase;}tr.shipping-row{	background: #f6f6f6;	 color: #212121;}tr.shipping-row td{	color: #212121!important;	font-weight: bold;}@media only screen and (max-width: 1099px) {	.bs-slider .item{		height: 480px;	}	}@media only screen and (max-width: 992px) {	.bs-slider .item{		height: 460px;	}	}@media only screen and (max-width: 849px) {	.bs-slider .item{		height: 440px;	}	}@media only screen and (max-width: 768px) {	.bs-slider .item{		height: 420px;	}	}@media only screen and (max-width: 720px) {	.bs-slider .item{		height: 400px;	}	}@media only screen and (max-width: 680px) {	.bs-slider .item{		height: 380px;	}	}@media only screen and (max-width: 620px) {	.bs-slider .item{		height: 360px;	}	}@media only screen and (max-width: 520px) {	.bs-slider .item{		height: 340px;	}	}@media only screen and (max-width: 480px) {	.bs-slider .item{		height: 320px;	}	}@media only screen and (max-width: 420px) {	.bs-slider .item{		height: 300px;	}	}@media only screen and (max-width: 380px) {	.bs-slider .item{		height: 260px;	}}@media only screen and (max-width: 340px) {	.bs-slider .item{		height: 240px;	}	}@media only screen and (max-width: 320px) {	.bs-slider .item{		height: 220px;	}	.slide-text > p{		margin-bottom: 5px;	}	.slide-text {    padding: 0px 20px;}}@media only screen and (max-width: 300px) {	.bs-slider .item{		height: 200px;	}	}
.service .item p {
    text-align: justify;
	font-size: 14.5px;
	/* color: #fff; */
	color: red;
}
.form-control{
	height: 45px;
	box-shadow: none!important;
	outline: 0!important;
}

 .floating-button{
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 44px;
    z-index: 999;
    margin-right: -30px;
    border-radius: 50%;
	-webkit-animation-name: bounce;
    animation-name: bounce;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}
.call-button{
    cursor: pointer;
    position:fixed;
    bottom: 50px;
    left: 44px;
    z-index: 999;
    margin-right: -30px;
    border-radius: 50px;
    /*-webkit-animation-name: bounce;*/
    /*animation-name: bounce;*/
    /*animation: bounce 2s infinite;*/
    /*-webkit-animation: bounce 2s infinite;*/
    /*-moz-animation: bounce 2s infinite;*/
    /*-o-animation: bounce 2s infinite;*/
} 


.call-button a img {
    width: 50px;
    height: auto;
}
.floating-button a img{
	width: 50px;
	height:auto;
}
@keyframes bounce{0%, 20%, 50%, 80%, 100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);}
60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);}
}
.bounce{-webkit-animation-name:bounce;animation-name:bounce;}
@-webkit-keyframes flash{0%, 50%, 100%{opacity:1;}
25%, 75%{opacity:0;}
}
/* 9.9 Homepage Slideshow */
.slideshow-wrapper { position:relative; }
.slideshow .slide { position:relative; }
.slideshow .wrap-caption.center { max-width:1200px; text-align:center; }
.slideshow .slideshow__text-content.center { left:0; right:0; margin:0 auto; }
.slideshow .slideshow__text-content.center .wrap-caption.center { display: block; }
.slideshow .wrap-caption.right { float:right; text-align: right; }
.slideshow .wrap-caption.left { float:left; text-align: left; }
.left .slideshow__text-content { left:7%; text-align:center; }
.container.left .slideshow__text-content { left:auto; }
.right .slideshow__text-content { right:7%; text-align:center; }
.slideshow__text-content { position:absolute; max-width:600px; width:50%; top:50%; z-index:3; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.slideshow .wrap-caption { display:inline-block; padding:25px; }
/*ads show*/
.ads-slideshow-section{
	padding: 30px 0;
}
/* Slide Caption Animation */
.slideshow__text-wrap .anim-tru.style1 { opacity:0; -ms-transition:1s all 100ms; -webkit-transition:1s all 100ms; transition:1s all 100ms; -webkit-transition:1s all 100ms; transform:scale(0.8); -webkit-transform:scale(0.8); }
.slick-active .slideshow__text-content .anim-tru.style1 { opacity:1; transform:scale(1); -webkit-transform:scale(1); -ms-transform:scale(1); }
.slideshow__text-content.bottom { top:auto; bottom:10%; -ms-transform:translateY(0); -webkit-transform:translateY(0); transform:translateY(0); }
.slideshow__text-content.top { top:10%; -ms-transform:translateY(10%); -webkit-transform:translateY(10%); transform:translateY(10%); }
.slick-active .slideshow__text-content { -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); opacity:1; }
.slick-active .slideshow__text-content.bottom { top:auto; -ms-transform:translateY(0); -webkit-transform:translateY(0); transform:translateY(0); }
.slick-active .slideshow__text-content.top { -ms-transform:translateY(-5%); -webkit-transform:translateY(-5%); transform:translateY(-5%); }
.slideshow .topcenter .slideshow__text-content { left:50%; top:5%; -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); transform:translateX(-50%); text-align:center; }
.slideshow .bottomcenter .slideshow__text-content { top:inherit; left:50%; bottom:5%; -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); transform:translateX(-50%); text-align:center; }
/* End Slide Caption Animation */
.slideshow .slideshow__title { color:#181818; font-weight:700; font-size:50px; text-transform:none; line-height:1.1; text-shadow:1px 1px 7px rgba(0,0,0,0); }
.slideshow .slideshow__subtitle { color:#181818; font-weight:400; font-size:16px; text-transform:none; margin-bottom:20px; line-height:1.2; text-shadow:1px 1px 4px rgba(0,0,0,0); display:block; }
.slideshow__text-wrap { height:100%; }
.slideshow .whiteText .slideshow__title, .slideshow .whiteText .slideshow__subtitle { color: #fff; }
.slick-active .slideshow__image.img-animate { -ms-transform:scale(1); -webkit-transform:scale(1); transform:scale(1); }
.slideshow__image.img-animate { -ms-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1); }
.slideshow__overlay.bottom:before { background:-ms-linear-gradient(bottom, rgba(0,0,0,0) 0%, #181818 100%); background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #181818 100%); }
.slideshow__overlay:before { content: ''; position:absolute; top:0; right:0; bottom:0; left:0; opacity:0.5; z-index:3; }
.slideshow .slick-slide img { width:100%; }
.slideshow .slick-prev, .slideshow .slick-next { line-height:normal; font-size:0px; padding:0; border:0; opacity:0.7; visibility:visible; position:absolute; z-index:4; top:50%; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); 
	width:45px; height:45px; border-radius:0%; text-align:center; background-color:rgba(255,255,255,0.7); -ms-transition:all ease-out 0.2s; -webkit-transition:all ease-out 0.2s; transition:all ease-out 0.2s; }
.slideshow:hover .slick-prev, .slideshow:hover .slick-next { /* opacity:0.75; visibility:visible; opacity:0.7; background-color:rgba(255,255,255,0.7); */ box-shadow:0 0 4px rgba(0,0,0,0.4); -webkit-box-shadow:0 0 4px rgba(0,0,0,0.4); }
.slideshow .slick-prev { left:10px; }
.slideshow .slick-next { right:10px; }
.slideshow .slick-next:before { content:"\f105";     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;color:#181818; }
.slideshow .slick-prev:before { content:"\f104";     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; color:#181818; }
.slideshow .slick-prev:before, .slideshow .slick-next:before { font-size:20px; line-height:20px; }
.slideshow .btn { color:#fff; background-color:#181818; }
.slideshow .btn:hover, .slideshow .btn:focus { opacity:0.8; }
.slideshow .slick-dots { margin:0; width:auto; padding:0; list-style:none; position:absolute; bottom:20px; text-align:center; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.slideshow .slick-dots li { width:12px; height:12px; vertical-align:middle; position:relative; display:inline-block; padding:0; cursor:pointer; margin-right:8px; }
.slideshow .slick-dots li button { color:transparent; line-height:0; font-size:0; border:0; background:transparent; display:block; cursor:pointer; color:#fff; width:12px; height:12px; text-indent:-9999px; padding:0; border-radius: 100%; background-color:#fff; transition:all 0.2s; 
-webkit-transition:all 0.2s; -ms-transition:all 0.2s; opacity:0.5; }
.slideshow .slick-dots li.slick-active button { opacity:1; }
.slideshow img.mobile-hide { display:none; }
button.btn.btn-default.home-search {
    padding: 11.5px 15.8px;
    width: auto;
    position: absolute;
    right: 85px;
    border: none;
    background: whitesmoke;
    top: 31px;
    border-radius: 0;
}

.btn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body.modal-open{
	 padding-right:0!important;
}
#modalOverly { height:auto !important; position:fixed; bottom:0; left:0; right:0; top:0; z-index:10; background-color:rgba(0,0,0,0.7); -ms-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); -webkit-transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); transition:all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }
#popup-container {  display:none; border-radius: 6px;padding-right:0!important;max-width:700px; position:fixed; left:0; right:0; top:50%; background:#f8f8f8; margin:20px auto; z-index:9999; -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); transform:translateY(-50%); }
#popup-window { position:relative; }

#popup-container .row-cell.first { width:65%; text-align:center }
#popup-container .row-cell.last { width:35%; text-align:right }
#popup-container .closepopup { display:block; color:#fff; background-color: #000;     border: 1px solid transparent;font-size:11px; height:35px; line-height:25px; padding:5px; position:absolute; right: 0; top:0px; border-radius:0px;width:35px; z-index:9999 }
#popup-container .closepopup i{font-size:16px;}
#popup-container .closepopup:hover { opacity:0.8 }
#popup-container .width40 { width:40% }
#popup-container .width60 { width:60% }
.newsletter-left { padding:40px 30px };
.newsletter-left h1, .newsletter-left .h1 { font-weight:700; font-size:20px; text-transform:uppercase; margin:0 0 15px 0; color:#000000; letter-spacing:0.08em }
.newsletter-left h2 { font-size:20px; margin:0 0 15px 0; color:#000000; letter-spacing:0.08em; text-transform:uppercase; }
.newsletter-left .input-group__field { border-right:1px solid #e8e9eb }
.newsletter-left .input-group { display:block; margin:0 auto 20px; position:relative; width:100% }
.newsletter-left .input-group input { width:100%; margin:0 0 10px 0 }
.newsletter-left .social { margin:10px 0 0 }
.newsletter-left .social li { display:inline-block; margin:0 5px; list-style:none }
.newsletter-left .social a { border-radius:50%; color:#141515; display:inline-block; font-size:18px; height:30px; line-height:20px; padding:5px; text-align:center; width:30px }
.newsletter-left #Subscribe { width:100%; height:auto; padding:12px 20px }
.newsletter-left #Subscribe:hover {  background:!important }
.newsletter-left p {
    font-size: 15px;
    color: #e30513;
}
.pricefixedbtn.active {
    bottom: 80px;
    z-index: 999;
    text-align: center;
    position: fixed;
    right: 20px;
    transform: translate(0%, 0);
    width: auto;
    max-width: 100%;
    display: block;
    height: 60px;
	overflow: hidden;
}
.select-btn {
    padding: 18px 40px;
    background-color:#e30513;
    color: #fff!important;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    font-weight: 700;
	height: 45px;
	border-radius: 6px;
}
.select-btn:hover{
	color:#FFf!important;
}
.select-btn:after, .logo-btn:after {
    background-color: hsla(0,0%,100%,.35);
    box-shadow: 0 0 24px 2px hsl(0deg 0% 100% / 20%);
    content: "";
    width: 55px;
    height: 100%;
    transform-origin: bottom left;
    position: absolute;
    transform: skew( -27deg );
    top: 0;
    left: 0;
    animation: add-cart-continue 3s ease-in .5s infinite normal forwards;
}
.floating-cart.active{
	opacity: 1;
	visibility: visible;
	-webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
}
.floating-cart .floating-cart-btn{
	position: relative;
	background-color: #304ffe;
    max-width: 355px;
    height: 48px;
    float: right;
	width: 100%;
    height: 48px;
    border-radius: 4px;
    background-color: #212121;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.floating-cart .add-cart-box{
	padding-left: 16px;
    display: flex;
    align-items: center;
}
.floating-cart .add-cart-value{
	display: inline-block;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
    font-size: 14px;
	border: 1px solid #fff;
}
.floating-cart .add-cart-text{
	display: flex;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 16px;
	align-items: center;
}
.floating-cart .add-cart-text p{
	margin: 0;
}
.floating-cart .add-cart-text svg{
	width: 11px;
	height: 11px;
	fill: #fff;
}
.floating-cart .add-cart-continue {
    padding-right: 16px;
    display: flex;
    align-items: center;
	position: absolute;
	right: 20px;
}
.floating-cart .add-cart-continue span{
line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    top: -1px;
	color: #bb9623;
}
.floating-cart a.add-cart-continue:hover{
	color: #bb9623;
}
.floating-cart-btn:after{
	background-color: hsla(0,0%,100%,.35);
    box-shadow: 0 0 24px 2px hsl(0deg 0% 100% / 20%);
    content: "";
    width: 48px;
    height: 100%;
    transform-origin: bottom left;
    position: absolute;
    transform: skew(
-27deg
);
    top: 0;
    left: 0;
    animation: add-cart-continue 3s ease-in .5s infinite normal forwards;
}
@keyframes add-cart-continue {
    0% {
        transform: translateX(-48px) skew(-27deg);
    }
    33% {
        transform: translateX(1000%) skew(-27deg);
    }
    to {
        transform: translateX(1000%) skew(-27deg);
    }
}
.suggest-card {
    position: relative;
	outline: 0!important;
    box-shadow: none!important;
   
    
}
.suggest-card::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
	/* box-shadow:rgb(31 31 31 / 12%) 0px 1px 6px, rgb(31 31 31 / 12%) 0px 1px 4px; */
    background: rgba(0, 0, 0, 0.01);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.suggest-card:hover::before {
    background: #FFF;
   
}
.suggest-card img {
	position: relative;
    width: 100%;
    /* border-radius: 8px; */
    border-radius: 50%;
	height: 180px;
	outline: 0!important;
    box-shadow: none!important;
}
.suggest-card h5 {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
	margin: 30px  0 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
	font-size: 14px;
letter-spacing:0.5px;
}
.suggest-card h5 span {
    display: block;
    font-size: 15px;
    font-weight: 300;
}
ul.suggest_slider li {
    margin: 0px 10px;
	padding: 0 10px;
}
@media (max-width: 400px) {
    .suggest-card h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .suggest-card h5 span {
        font: 14px;
    }
}

@media screen and (max-width: 767px){
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
     white-space: normal!important; 
}
.responsive-product-table{
	padding-left: 10px!important;
	padding-right: 10px!important;
}
.home-slideshow  .slick-prev, .home-slideshow  .slick-next{
	display:none!important;
}
.floating-button{
	bottom:50px!important;
}

.page-banner h1{
	font-size: 22px;
	max-width: 100%;
}
}

@media screen and (max-width: 720px){
	.cart table img {
    width: 80px;
    height: 80px;
	}
	#product-table th, #product-table td, #cart-table th, #cart-table td{
		font-size: 14px;
	}
	#product-table .sub_name td{
		font-size: 13px;
	}
	tr#trproduuct1 td{
		font-size: 13px;
	}
}

@media screen and (max-width: 600px){
	.cart table img {
    width: 70px;
    height: 70px;
	}
	#product-table th, #product-table td, #cart-table th, #cart-table td{
		font-size: 12px;
	}
	#product-table .sub_name td{
		font-size: 12px;
	}
	tr#trproduuct1 td{
		font-size: 11px;
	}
	.responsive-product-table{
	padding-left: 5px!important;
	padding-right: 5px!important;
}
}

@media screen and (max-width: 560px){
	.cart table img {
    width: 60px;
    height: 60px;
	}
	#product-table th, #product-table td, #cart-table th, #cart-table td{
		font-size: 10px;
	}
	#product-table .sub_name td{
		font-size: 10px;
	}
	tr#trproduuct1 td{
		font-size: 10px;
	}
}

@media screen and (max-width: 540px){
table#product-table input[type="number"] {
    width: 50px!important;
}
th.total-amount , th.total-text{
    font-size: 12px!important;
}
}

@media screen and (max-width: 451px){

	#product-table th, #product-table td, #cart-table th, #cart-table td{
		font-size: 9px;
	}
	#product-table .sub_name td{
		font-size: 9px;
	}
	tr#trproduuct1 td{
		font-size: 9px;
	}
}
@media screen and (max-width: 440px){
.cart table img {
    width: 40px;
    height: 40px;
}
#product-table .product_name {
    width: 28%;
}
}

@media screen and (max-width: 405px){
	#product-table th, #product-table td, #cart-table th, #cart-table td{
		font-size: 8px;
	}
	#product-table .sub_name td{
		font-size: 8px;
	}
	tr#trproduuct1 td{
		font-size: 8px;
	}
}

@media screen and (max-width: 380px){
	#product-table th, #product-table td, #cart-table th, #cart-table td{
		font-size: 7px;
	}
	#product-table .sub_name td{
		font-size: 7px;
	}
	tr#trproduuct1 td{
		font-size: 7px;
	}
}

.home-order-now{
	background: #ffed00;
    color: #111;
    border-radius: 6px;
    padding: 10px 20px;
	font-weight: 500;
    transition: all 0.4s ease;
    text-decoration: none;
	border-color: #ffed00;
	margin-bottom: 30px;
}
.home-order-now:hover{
	background: #000000;
    color: #fff;
	border-color: #000000;
}
.slide-text > h1 {
	font-family: 'Amatic SC';
	font-weight: 900!important;
    letter-spacing: 3px!important;
}
.slide-text > p {
font-family: 'Lobster';
}
legend{
font-family: 'Rubik', sans-serif;
padding-bottom: 5px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
    padding-left: 3px;
}
address{
	font-size:17px;
}
address strong{
	font-weight:600;
	font-size:20px;
}
li{
	list-style-type:none;
}
.page-banner {
    background-repeat: no-repeat!important;
    background-color: #000!important;
}


.colorful-con p:before {
    color:#CCC;
 /*    content: "\f0a4";
    font-family: "FontAwesome"; */
    left: 0;
	content:'';
    position: absolute;
    top: 0;
	background: url(../img/crackers-foot.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

