/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 2, 2018, 1:34:40 PM
    Author     : Vikas Wani
*/

* {
    box-sizing: border-box;
}

body {
    /*<link href="https://fonts.googleapis.com/css?family=Sansita:400,700,800" rel="stylesheet">*/
    font-family: 'Sansita', sans-serif;
    font-size:14px;
    overflow-x: hidden;
}
/*-------------Start new css------------------*/

.event-img{
    padding: 20px;
    height: 100%;
    display: flex;
    flex-flow: column;
    box-shadow: 0px 0px 30px rgba(64, 61, 62, 0.15);
}
.content .border{
    border:none;
}
.event-img a{
    flex-grow: 1;
}
.detail-img .img-thumbnail{
    padding: 5px 10px;
    border: 5px solid #e44679;
    border-left: transparent;
    border-right: transparent;
    border-top: none;
    box-shadow: 0px 0px 15px rgba(107, 104, 105, 0.15);
}

.side_menu_bar{
    display: none;
}
.side_bar_icon .fa{
display: none;
}

/*-------------- Start home product owl css------------------*/

.home_products .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.home_products .owl-nav button img{
    border:none!important;
}
.home_products .owl-nav button:focus{
outline: none!important;
}
.home_products .owl-nav button.owl-prev{
    left: -60px;
}

.home_products .owl-nav button.owl-next{
    right: -60px;
}

/*--------------End home product owl css------------------*/

/*--------------Start even owl css------------------*/

.events_slider .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.events_slider .owl-nav button.owl-prev{
    left: -60px;
}

.events_slider .owl-nav button.owl-next{
    right: -60px;
}
.events_slider .owl-nav button:focus{
outline: none!important;
}


.events_slider .owl-carousel .owl-item img {
    display: block;
    height: 300px;
    object-fit: cover;
    width: 300px;
    margin: 0px auto;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 2px solid #563525;/*
    border-left: transparent;
    border-top: transparent;
    border-bottom: transparent;*/
}


/*--------------End even owl css------------------*/

.btn-pink{
    background-color: #b5a802;
    border:#b5a802;
    color: #fff;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active{
    background-color: #b5a802 !important;
    border: #b5a802 !important;
    color: #fff;
}

.btn-purple{
    background-color:#4d217a;
    border:#4d217a;
    color:#fff; 
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active{
    background-color:#4d217a!important;
    border:#4d217a;
    color: #fff !important; 
}

.btn-yellow{
    background-color:#fec107;
    border:#fec107;
    color:#fff; 
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active{
    background-color:#fec107!important;
    border:#fec107;
    color: #fff !important; 
}

.btn-orange{
    background-color:#f89a43;
    border:#f89a43;
    color:#fff; 
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active{
    background-color:#f89a43!important;
    border:#f89a43;
    color: #fff !important; 
}

.btn-cyan{
    background-color:#4ec2bf;
    border:#4ec2bf;
    color:#fff; 
}
.btn-cyan:hover, .btn-orange:focus, .btn-orange:active{
    background-color:#4ec2bf!important;
    border:#4ec2bf;
    color: #fff !important; 
}

.btn-brown{
    background-color:#734021;
    border:#734021;
    color:#fff; 
}
.btn-brown:hover, .btn-brown:focus, .btn-brown:active{
    background-color:#734021!important;
    border:#734021;
    color: #fff !important; 
}

.footer input.footter_inpt{
    border-radius:4px;
    border-color: #c3c2c2; 
    width: 95%;
}
.footter_inpt{
	width: 55%;
	float: left;
}
.footter_btn{
	width: 30%;
	float: left;
}
.btn-submit{
    padding: 7px 30px;
    background: #b5a900!important;
}

.footer .btn-primary{
    padding: 4px 15px;
}

.footer hr{
    border-color:#a39f9f;
}


.btn-submit:hover,
.btn-submit:focus,
.btn-submit:active{
    padding: 7px 30px;
    background: #b5a900!important;
}


.form-group.has-error input, .form-group.has-error select, .form-group.has-error textarea {
    border-color: #f00;
}

.footer input{widows: 70%;}
.footer button{widows: 30%;}




/*-------------End new css------------------*/


.topmenu {
    padding:5px 0px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 5px;
    position: relative;
}

.topmenu li {
    float: left;
    margin-right: 43px;
}

.topmenu li:last-child {
    margin-right: 20px;
}

.topmenu li a {
    line-height: 30px;
    display:inline-block;
}

.topmenu li a:link,
.topmenu li a:visited {
    color:#7b7979;
}

.topmenu li a:hover {
    color:#333;
}

.topmenu li img {
    float:left;
    margin-right: 5px;
    margin-bottom: 10px;
}

.navbar {
    background: #d67b04;
    padding-left:0px;
    list-style: none;
    padding:0px;
    margin-left:50px;
    margin-right: 50px;
    margin-bottom: 40px;
}

.navbar a {
    padding: 25px;
    color:#fff;
    display: block;
}

.navbar::after {
    content: ' ';
    background: url(../images/nav_ribbon_right.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 98px;
    height: 92px;
    position: absolute;
    right: -49px;
    top: 3px;
    z-index: -1;
}

.navbar::before {
    content: ' ';
    background: url(../images/nav_ribbon_left.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 98px;
    height: 92px;
    position: absolute;
    left: -49px;
    top: 3px;
    z-index: -1;
}

.mobile-menu-icon {
    position: absolute;
    right: 7%;
    z-index: 999;
}

.mobile-menu {
    position: absolute;
    right: 0;
    background: #000;
    width: 100%;
    top: 70px;
    padding-left: 0;
    text-align: left;
    list-style: none;
    display: none;
}

.mobile-menu a {
    padding:15px;
}

.main {
    background: url(../images/bg_pattern.jpg) !important;
    background-repeat: repeat;
}

h3 {
    text-align: center;
    text-transform: uppercase;
    color:#563525;
    font-size: 35px;
    font-weight: 700;
    position: relative;
}

.has_line_below::after {
    content: "";
    width: 125px;
    border-bottom: #563525 solid 1px;
    height: 1px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:5px;
}

.spws, .highlight {
    color:#ff2f6e;
}

#home_products {
    margin-top: 50px;
}

.home_products {
    margin-bottom: 80px;
}

.home_products .item {
    background: #fff;
    border:#d0cecb solid 1px;
    text-align: center;
    color:#563525;
    min-height: 331px;
}

.home_products .item .text {
    padding: 18px;
    letter-spacing: 1px;
}

.home_products img {
    border-bottom:#d67b04 solid 7px;
}

.home_products .owl-carousel h3 {
    font-size: 18px;
    font-weight: 600;
}

.home_products p {
    margin-bottom: 0px;
}

.woodbg .text a {
    color:#fff;
    font-weight: 600;
}

.woodbg .text p:last-child {
    margin-bottom: 0px;
}

.celebrations {
    margin-bottom: 45px;
    margin-top: 15px;
}

.celebrations h3 {
    margin-bottom: 135px;
}

.celebrations h2 {
    font-size: 36px;
    font-weight: 900;
    color:#fff;
}

.events {
    margin-bottom: 70px;
}

.events_slider h3 {
    color:#563525;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
}

.events > h3 {
    margin-bottom: 50px;
}


.events img {
    margin-bottom: 10px;
}

.testimonials {
    background:url(../images/testimonials_bg.png);
    background-color:#fff;
    background-size: cover;
    padding:80px 0px;
    padding-bottom: 40px;
    position: relative;
    min-height: 500px;
    margin-bottom: 30px;
}

.testimonials .container {
    max-width: 780px;
}

.testimonials h3 {
    margin-bottom: 70px;
}

.testimonials h3,
.testimonials p {
    color:#fff;
}

.testimonials .owl-stage p {
    margin-top: 15px!important;
}

.testimonials h3::after {
    border-color: #fff;
}

.footer h3 {
    font-size: 24px;
    color:#505050;
    text-transform: none;
    font-weight: 500;
    text-align: left;
}
.footer .quick_links li{
    width: 50%;
    float: left;
}
.footer .quick_links {
    padding-left: 17px;
    color: #b5a900;
    width: 100%;
    float: left;
}

.footer .quick_links a:link,
.footer .quick_links a:visited {
    color:#505050;
    font-weight: 600;
    font-size: 13px;
}

.footer p {
    font-weight: 600;
}

.footer_social {
    list-style: none;
    padding: 0px;
    margin-bottom: 0;
}

.footer_social li {
    float: left;
    margin-right: 10px;
}

.footer .primary {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer .secondary {
    border-top: #481a68 solid 1px;
    padding:10px 0px;
}

.copyright {
    margin-top:7px;
}

.mobile-menu-icon .btn-primary{
    display: none;
}


.btn-primary {
    
    background: #8d2411;
    border-color:#8d2411;
}

.btn-times {
    display:none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    opacity: 0.8;
    background: #d7800e;
    border-color:#d7800e;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: #e8425e;
    border-color:#e8425e;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.copyright {
    font-weight: 600;
    margin-bottom: 0;
}

#clipsvg {
    display: none;
}

.main.inner {
    margin-top:55px;
    padding-bottom: 30px;
}

/*.title_bar {
    background:#F0455E;
    padding:50px 10px;
    color:#fff;
    margin-bottom: 30px;
    background: #af49e8;|
    background: -moz-linear-gradient(left, #af49e8 0%, #af49e8 14%, #f0455e 96%, #f0455e 96%, #f0455e 96%);
    background: -webkit-linear-gradient(left, #af49e8 0%,#af49e8 14%,#f0455e 96%,#f0455e 96%,#f0455e 96%); 
    background: linear-gradient(to right, #af49e8 0%,#af49e8 14%,#f0455e 96%,#f0455e 96%,#f0455e 96%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af49e8', endColorstr='#f0455e',GradientType=1 ); 
}*/

.title_bar {
    padding:50px 10px;
    color:#fff;
    margin-bottom: 30px;
    background: url(../images/about-us.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.title_bar h1 {
    margin:0px;
}

.breadcrumbs {
    list-style: none;
    margin:0px;
    display:inline-block;
    float:right;
}

.breadcrumbs li {
    float:left;
    line-height: 48px;
    margin-right: 5px;
}

.breadcrumbs li:after {
    content: ' / ';
}

.breadcrumbs li:last-child:after {
    content: ' ';
}

.breadcrumbs li a {
    color:#fff;
}

.content {
    background:#fff;
    padding:15px;
    border:#eee solid 1px;
}

.filters h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
}

.filters li a:link,
.filters li a:visited {
    color:#563525;
}

.filters li a:hover {
    color:#563525;
}

.product-filter {
    margin-bottom: 30px;
    border: 1px solid #eee;
    background: #fafafa;
    padding: .8rem;
}

.product-filter p {
    margin-bottom: 0px;
    line-height: 31px;
}

.rating {
    margin-bottom: .5rem;
    color: #ccc;
    padding-left:0px;
}

.rating li {
    display: inline;
    margin: 0 .15rem;
}

.rating li.active i {
    color: #ffcc00;
}

.card-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #563525;
}

.card-title a:link {
    color:#563525;
}

.card-title a:hover {
    color:#AF49E8;
    text-decoration: none;
}

.card-img img {
    max-width: 100%;
    width: 100%;
}

.cate-tag a {
    border-right: 1px solid #ccc;
    padding-right: 5px;
}

.cate-tag a:last-child {
    border: none;
}

.card-price {
    font-size:16px;
    font-weight: bold;
}

.bxshadow {
    box-shadow: #ddd 0px 2px 5px;
}

.card {
    margin-bottom:30px;
}

.pagination {
    display: inline-flex;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #563525;
    border-color: #563525;
}

.page-link {
    color: #563525;
}

.page-link:hover {
    z-index: 2;
    color: #fff !important;
    text-decoration: none;
    background-color: #563525;
    border-color: #563525;
}

.form-group .form-control, .form-group.d-flex .form-control, .form-group.d-flex {

    margin-bottom: 0;

}

.form_errors {
    color:#f00;
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 12px;
}

.product-detail .qlt {

    width: 4rem;
    border-width: 2px;
    height: 40px;
    margin-right: 1rem;

}

.product-detail .btn {
    margin-right: 1rem;
    border-radius: .3rem;
}

.m-t-20 {
    margin-top: 20px !important;
}

.cate-tag a, .cate-tag strong {
    color: #999;
    font-size: 14px;
}

.m-t-15 {
    margin-top: 15px !important;
}

.icon-group strong {
    color: #888;
    margin-top: 15px;
    margin-right: 1rem;
}

.product-commnets-list {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.pro-comments-img {
    float: left;
}

.pro-commnets-text {
   /* margin-left: 80px;*/
    overflow: hidden;
}

.pro-commnets-text h4 {
    color: #15499f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.pro-commnets-text .rating {
    margin-bottom: 20px;
}

.rating > a {
    color: #f8ca4d;
    font-size: 14px;
}

.pro-commnets-text > p {
    margin: 0;
    padding-right: 98px;
}

.product-commnets .product-commnets-list:last-child {
    border: 0;
}

#productcomments .owl-nav img {
    width: 15px;
    margin: 5px;
}

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

.login-text h2 {
    margin-bottom: 15px;
}

.opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
    text-align: center;
}

.opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background .3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
}

.opc-progress-bar-item._active:before {
    background: #AF49E8;
}

.opc-progress-bar-item._active>span {
    color: #af49e8;
}

.opc-progress-bar-item>span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #8E8E9E;
    font-weight: 300;
    font-size: 16px;
    font-weight: bold;
}

.opc-progress-bar-item._active>span:before {
    background: #AF49E8;
}

.opc-progress-bar-item>span:before, .opc-progress-bar-item>span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background .3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
}

.opc-progress-bar-item>span:after {
    background: #f8f8f8;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #563525;
    font-weight: 600;
    font-size: 16px;
}

.tt-shopcart-table-02 table td:nth-child(1) {
    width: 121px;
}

.tt-shopcart-table-02 table tr td {
    vertical-align: middle;
    padding: 10px;
}

.tt-shopcart-table-02 table td:nth-child(2) {
    width: auto;
}

.tt-shopcart-table-02 table td:nth-child(3) {
    width: 16%;
    min-width: 100px;
}

.tt-shopcart-table-02 .tt-price:not(.subtotal) {
    margin-right: 24px;
}

.tt-shopcart-table-02 .tt-price {
    color: #191919;
    font-size: 16px;
    font-weight: 500;
}

.tt-shopcart-table-02 table td:nth-child(4) {
    width: 17%;
    min-width: 132px;
}

.tt-shopcart-table-02 table td:nth-child(5) {
    width: 13%;
    min-width: 100px;
    text-align: right;
}

.tt-shopcart-table-02 .tt-price.subtotal {
    margin-left: 24px;
}

.tt-shopcart-table-02 table td:nth-child(6) {
    width: 4%;
    min-width: 28px;
    text-align: right;
}

.tt-input-counter.style-01 {
    position: relative;
    max-width: 132px;
    min-width: 132px;
}

.tt-input-counter.style-01 span.minus-btn {
    left: 0px;
}

.tt-input-counter.style-01 span.plus-btn {
    right: 0px;
}

.tt-input-counter.style-01 span {
    display: inline-block;
    font-size: 27px;
    line-height: 50px;
    cursor: pointer;
    position: absolute;
    width: 49px;
    height: 100%;
    text-align: center;
    top: 0;
    color: #d8d8d8;
}

.tt-input-counter.style-01 input {
    background: #f7f8fa;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 600;
    color: #191919;
}

.tt-shopcart-table-02 h3 {
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #563525;
}

.tt-shopcart-table-02 h3 {
}

.tt-list-description {
    padding-left:17px;
}

.form_success {
    text-align: center;
}

.form_success img {
    max-width: 100%;
    margin-bottom:15px;
}

.form_success i {
    font-size: 64px;
    margin-bottom:15px;
}

.center-block {
    text-align: center;
}

.form-control.ui-select-toggle {
    background-color: #fff;
    border: 1px solid #ced4da;
}

.open .dropdown-menu {
    display: block;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 128px;
    height: 128px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #f0455f;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

.bg-4f84c4 {
    background: #4f84c4;
    color: #fff;
}

.bg-6d3c12 {
    background: #6d3c12;
    color: #fff;
}

.bg-d00e0e {
    background: #d00e0e;
    color: #fff;
}

.bg-f2552c {
    background: #f2552c;
    color: #fff;
}

.social-icons-product .btn {
    width:40px;
    height:40px;
    line-height: 40px;
    padding:0;
}

.social-icons-product .btn:hover {
    color:#fff;
    opacity: 0.8;
}

.tt-product-img img {
    width:120px;
}

.addresses_list {
    list-style: none;
    padding-left:0;
}

.addresses_list li {
    padding: 10px;
    border:1px solid #ddd;
    border-bottom: none;
    cursor: pointer;
    position:relative;
}

.addresses_list li:last-child {
    border-bottom:1px solid #ddd;
}

.addresses_list li:nth-child(odd) {
    background: #fafafa;
}

.addresses_list li:hover {
    background: #f4f4f4;
}

.address_list_select {
    position: absolute;
    right:15px;
    top:50%;
    margin-top: -18px;
}

.address_list_select i {
    color:#11bd11;
    font-size:36px;
}

.btn-xs {
    padding:5px;
    line-height: 10px;
    font-size: 9px;
}

.btn-xs i {
    font-size: 9px;
}

.payment_method {
    list-style: none;
    padding:0;
}

.payment_method li{
   width: 50%;
   float: left;
   text-align: center;
   cursor: pointer;
   border:#ddd solid 1px;
   height: 110px;
   padding:15px;
}

.payment_method li i {
    display: block;
    font-size: 36px;
}

.payment_method li.active {
    background:#1adc4c;
    color:#fff;
}

.payment_method li.active * {
    color:#fff;
}

.success_tick {
    background: #4db119;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.success_tick i {
    font-size: 75px;
    color:#fff;
    vertical-align: middle;
}

.table-orders {
    font-size: 13px;
}

.nmb {
    margin-bottom: 0px;
}

.stores_list {
    list-style: none;
    padding-left: 0px;
    border:#ddd solid 1px;
}

.stores_list li {
    cursor: pointer;
    padding:10px;
    border-bottom:#ddd solid 1px;
}

.stores_list li.active {
    background:#AF49E8;
    color:#fff;
}

.stores li:last-child {
    border-bottom: none;
}

.angular-google-map-container { height: 400px; }


@keyframes lds-ripple {
    0% {
        top: 64px;
        left: 64px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 128px;
        height: 128px;
        opacity: 0;
    }
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  float: left;
}
.lds-ring span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  margin: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring span:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring span:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring span:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Mobile devices (landscape phones, 576px and up) */
@media (min-width: 320px) and (max-width:340px) {
    .mobile-menu-icon {
        right: 3%;
    }
    .mobile-menu-icon .btn {
        padding: 3px 8px;
    }
}

@media (min-width: 320px) { 

    .topbar {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .center-xs {
        text-align: center;
    }

    .navbar {
        height: 70px;
    }
    
    .topmenu {
        display: inline-block;
    }
    
    .topmenu li {
        float: left;
        margin-right: 12px;
    }

    .main_logo {
        width:100%;
        z-index: 99;
    }
    .main_logo * {
        text-align: center;
    }

    .main_logo img {
        position: relative;
        top:auto;
        left:auto;
        width: 110px;
        z-index: 99;
    }

    .hero {
        display: block;
        margin-bottom: 40px;
    }

    .hero img {
        width:100%;
    }

    .home_products {
        margin-bottom: 0px;
    }

    .woodbg {
        background:url(../images/wooden_bg.png);
        background-size: cover;
        padding:150px 0px;
        position: relative;
    }

    .woodbg .text {
        color:#eee;
        width:100%;
    }

    .mini-slider {
        background: url(../images/beige-bg-mobile.png);
        background-repeat: no-repeat;
        background-size: 100%;
        padding-left: 90px;
        padding-right: 90px;
        width: 375px;
        max-width: 100%;
        height:200px;
        top:-85px;
        position:absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .mini-slider h3 {
        color:#674d40;
        font-size: 18px;
        text-transform: none;
    }

    .mini-slider .item {
        text-align: center;
    }

    .mini-slider .item img {
        width:115px;
        /*margin-bottom:8px;*/
        display: inline-block;
    }

    .mini-slider .owl-nav {
        position: absolute;
        top: 30px;
        width: 100%;
    }

    .mini-slider .owl-nav .owl-prev {
        position: absolute;
        left: -50px;
    }

    .mini-slider .owl-nav .owl-next {
        position: absolute;
        right: -50px;
    }

    .mini-slider .owl-nav .owl-prev:focus,
    .mini-slider .owl-nav .owl-next:focus,
    .mini-slider .owl-nav .owl-prev:active,
    .mini-slider .owl-nav .owl-next:active {
        border:none;
        outline:none;
    }

    #mini-slider {
        margin-top:15px;
    }
    
    
    .corpbox {
        background:rgba(0,0,0,0.5);
        color: #fff;
        padding:25px;
        border:#ddd solid 1px;
        border-radius:25px;
        width:100%;
        margin-top:40px;
    }

    .corpbox p {
        color:#ddd;
        margin-bottom: 0px;
    }
    
    .corpbox a:link,
    .corpbox a:visited {
        color:#fff;
        font-weight: bold;
    }

    .corpbox h4 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-top:20px;
    }

    .corpbox img {
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .testimonials .author_img {
        width: 160px;
        height: 160px;
        text-align: center;
        margin: auto;
    }

    .testimonials .author_img img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        border:#fff solid 10px;
        display: inline-block;
    }

    .testimonials .owl-dots {
        position: static;
        text-align: center;
    }

    .testimonials .owl-dot {
        width:22px;
        height:22px;
        border-radius:50%;
        border:#fff solid 3px !important;
        background: #fff !important;
        margin: 2px;
    }

    .testimonials .owl-dot.active {
        background: #e8425e !important;
        border:#fff solid 3px;
    }
    
    .owl-nav {
        text-align: center;
    }
    .raterater-bg-layer { color: rgba( 0, 0, 0, 0.25 ); }
    .raterater-hover-layer { color: rgba( 255, 255, 0, 0.75 ); }
    .raterater-hover-layer.rated { /* after the user selects a rating */ color: rgba( 255, 255, 0, 1 ); }
    .raterater-rating-layer { color: rgba( 255, 155, 0, 0.75 ); }
    .raterater-outline-layer { color: rgba( 0, 0, 0, 0.25 ); }
    /* don't change these - you might break something.. */
    .raterater-wrapper { overflow: visible; }
    .raterater-layer,
    .raterater-layer i {
      display: block;
      position: absolute;
      overflow: visible;
      top: 0px;
      left: 0px;
      cursor:pointer
    }
    .raterater-hover-layer { display: none; }
    .raterater-hover-layer i,
    .raterater-rating-layer i {
      width: 0px;
      overflow: hidden;
    }
    /* Override star colors */
    .raterater-bg-layer { color: #95a5a6; }
    .raterater-hover-layer { color: #f1c40f; }
    .raterater-hover-layer.rated { color: #f1c40f; }
    .raterater-rating-layer { color: #f39c12; }
    .raterater-outline-layer { color: #7f8c8d; }

}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

    .home_products .item {
        min-height: 290px;
    }

}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 1024px) { 
    
    .navbar a {
        padding: 15px;
        font-size: 12px;
    }

    .home_products {
    max-width: 900px!important;
}
.events {
    max-width: 900px;
    margin: 0px auto;
}
    
}

@media (min-width: 768px) { 

    .navbar li {
        width: 14.2%;
    }

    .main_logo {
        width: 150px;
        position: relative;
    }

    .main_logo img {
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
    }

    .hero {
        margin-bottom: 80px;
    }

    .home_products {
        margin-bottom: 80px;
    }

    .woodbg {
        background-size: cover;
        padding:200px 0px;
    }

    .woodbg .text {
        width:85%;
    }

    .mini-slider {
        width: 620px;
        height:215px;
        background: url(../images/beige-bg.png);
        position: absolute;
        background-size: cover;
        top:-85px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    #mini-slider {
        margin-top:60px;
    }

    .corpbox {
        padding:25px;
        border-radius:25px;
        width:85%;
    }

    .corpbox h4 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin-top:20px;
    }

    .corpbox img {
        width: 100%;
    }

    .testimonials .author_img {
        width: 160px;
        height: 160px;
    }

    .testimonials .author_img img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        border:#fff solid 10px;
        object-fit: cover;
    }

    .testimonials .owl-dots {
        position: absolute;
        right:0;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    .topmenu.right {
        float: right;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
    .navbar li.main_logo {
        width:150px;
    }

    .navbar li {
        max-width: none;
        width: auto;
        display: table-cell;
    }
    
}

@media (min-width: 768px) {
    .desk-view{
        display: block;
    }
    .mob-view{
        display: none;
    }
}
@media (max-width: 767px) {
.desk-view{
        display: none;
    }
    .mob-view{
        display: block;
    }
    .navbar .main_logo a{
        padding: 0px!important;
    }
}

.pimageslider .owl-dots, .pimageslider .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.pimageslider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.pimageslider .owl-dots .owl-dot.active span {
    background: #e8425e;
}

.pimageslider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.blueimp-gallery > .close {
    font-size: 45px !important;
    color: #fff !important;
    font-weight: normal;
}

.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .close:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
    color: #fff !important;
}

.blueimp-gallery > .prev, .blueimp-gallery > .next {
    color: #fff !important;
}

.owl-prev.disabled, .owl-next.disabled {
    opacity: 0.6;
}
.events_slider .owl-carousel .owl-item img {
    display: block;
    height: 300px;
    object-fit: cover;
    width: 300px;
    margin: 0px auto;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 5px solid #b5a900;
    border-left: transparent;
    border-bottom: transparent;
    border-top: transparent;
}
#banners_slider .owl-dots {
padding-top: 22px;
}




/*--------new media---------*/

@media (max-width: 767px) { 

.footer_social {
    float: left!important;
    margin-top: 10px;
}
.mini-slider .owl-carousel .owl-item img {
    display: inline-block;
    width: 60%;
    }


.side_menu_bar.side_menu_bar_display{
    transform: translate(0px, 0px);
    overflow-y: scroll;
}
.side_menu_bar{
    width: 80%;
    height: 100vh;
    background-color: rgba(232, 66, 94, 0.95);
    display: block;
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 0px;
    transform: translate(100%, 0px);
    transition: all 0.5s;
}

.side_menu_bar ul{
list-style: none;
padding:0px 20px;
}


.side_menu_bar ul li {
padding: 20px 0px;
border-bottom: 1px solid #fff;
}

.side_menu_bar ul li img{
width: 50px;
}

.side_menu_bar ul li a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.side_menu_bar ul li:hover{
    background-color: #e8425e;
}

.side_menu_bar ul li .fa{
    color: #fff;
    position: absolute;
    right: 80px;
    top: 40px;

}

.side_bar_icon .fa{
    display: block;
    padding: 8px 10px;
    background: #e8425e!important;
    border-radius: 3px;
    color: #fff!important;
    position: absolute;
    right: 0px;
    top:10px;
}


.mobile-menu{
    display: none;
}

.contact_details_menu{
    display: inherit;
}

.side_menu_bar ul li:last-child{
    border-bottom: none;
}


 .topmenu.right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.footer input.footter_inpt{
width: 95%;
 margin-bottom: 10px;
}


.footter_inpt{
	width: 65%;
	float: left;
}
.footter_btn{
	width: 30%;
	float: left;
}



}




@media (max-width: 1336px) { 
/*
.footer input.footter_inpt{
    border-radius:8px;
    border-color: #6d6d6d;
    width: 100%;
    margin-bottom: 10px; 
}*/
}



@media (max-width: 568px) { 

.side_menu_bar ul li .fa{
    color: #fff;
    position: absolute;
    right: 25px;
    top: 38px;

}
}



.hero #banners_slider .owl-dot.active {
    background: #b5a900 !important;
}
