/**********************************/



/********** General CSS ***********/



/**********************************/



body {

    color: #000;

    font-family: Arial, Helvetica, sans-serif;

    font-weight: 400;

    background: rgb(255, 255, 255);

}



a {

    color: #FF6F61;

}



a:hover, a:active, a:focus {

    color: #000;

    outline: none;

    text-decoration: none;

}



h1 {

    font-family: Arial, Helvetica, sans-serif;

    font-weight: 900;

}



h2 {

    font-family: Arial, Helvetica, sans-serif;

    font-weight: 600;

}



@media(min-width: 992px) {

    .container-fluid {

        padding-right: 60px;

        padding-left: 60px;

    }

}



/**********************************/



/******** Back to Top CSS *********/



/**********************************/



.back-to-top {

    position: fixed;

    display: none;

    background: #ff4b3a;

    color: #ffffff;

    width: 40px;

    height: 40px;

    text-align: center;

    line-height: 1;

    font-size: 16px;

    border-radius: 4px;

    right: 15px;

    bottom: 15px;

    transition: background 0.5s;

    z-index: 11;

}



.back-to-top i {

    padding-top: 12px;

    color: #ffffff;

}



/**********************************/



/********* Form Input CSS *********/



/**********************************/



.form-control, .custom-select {

    width: 100%;

    height: 35px;

    padding: 0 15px;

    color: #999999;

    border: 1px solid #dddddd;

    margin-bottom: 15px
}



.form-control:focus, .custom-select:focus {

    box-shadow: none;

    border-color: #FF6F61;

}



.custom-radio, .custom-checkbox {

    margin-bottom: 15px;

}



.custom-radio .custom-control-label::before, .custom-checkbox .custom-control-label::before {

    background: #dddddd;

    border-color: #dddddd;

}



.custom-radio .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:checked~.custom-control-label::before {

    color: #ffffff;

    background: #FF6F61;

    border-color: #FF6F61;

    box-shadow: none;

}



.btnctn {

    border: none;

    border-radius: 0.5rem;

    padding: 0.4rem;

    color: #fff;

    background: red;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.btnctn:hover, .btnctn:active, .btnctn:focus {

    color: #ffffff;

    background: black;

    box-shadow: none;

}



.btn {

    color: #000;

    background: transparent;

    border: 1px solid #000;

}



.msg {

    color: #fff !important;

    background-color: #48c857;

    border: 1px solid rgba(40, 173, 67, 0.781);

}



.call {

    color: #fff !important;

    background-color: rgba(255, 0, 0, 0.849);

    border: 1px solid rgba(255, 0, 0, 0.849);

}



.whats {

    color: #fff;

    background-color: rgba(40, 173, 67, 0.781) !important;

    border: 1px solid rgba(40, 173, 67, 0.781);

}



@media(max-width:768px) {

    .whats {

        color: #fff;

        background-color: rgb(40, 173, 67) !important;

        border: none;

    }



    .call {

        color: #fff !important;

        background-color: rgb(177, 27, 27) !important;

        border: none;

    }

}



.book {

    padding: 1rem;

}


.cursor-pointer {
    cursor: pointer;
}

.user .btn {

    background-color: rgba(255, 0, 0, 0.541);

}



.user a {

    margin-left: 0.5rem;

    font-weight: bold;

}



.user i {

    color: rgb(179, 0, 0);

}



.user p {

    position: relative;

    font-size: 1.2rem;

    width: 100%;

    padding: 0rem;

    margin-bottom: 0.5rem;

    right: 0rem;

    color: #000;

    text-align: right;

}



.phone {

    transform: rotate(90deg) !important;

}



@media(max-width:1073px) {

    .user p {

        font-size: 1.1rem;

        right: 2rem;

    }



    .user .btn {

        font-size: 0.8rem;

    }

}



@media(max-width:825px) {

    .user p {

        right: 0rem;

        left: 0.5rem;

        top: 1rem;

        font-size: 1rem;

        text-align: right;

    }

}

@media(max-width:679px) {

    .user p {

        font-size: 0.8rem;

        text-align: left;

    }

    .user .phoneP {

        font-size: 1.2rem;

    }

}

@media(max-width:477px) {

    .user p {

        right: 0rem;

        left: 0.5rem;

        font-size: 0.8rem;

        text-align: left;

    }

    .user .phoneP {

        font-size: 1.2rem;

    }

}

@media(max-width:375px) {

    .user p {

        right: 0rem;

        left: 0.5rem;

        font-size: 0.6rem;



    }

    .user .phoneP {

        font-size: 1rem;

    }

}

@media(max-width:349px) {

    .user p {

        right: 0rem;

        left: 0.5rem;

        font-size: 0.6rem;



    }

    .user .phoneP {

        font-size: 1rem;

    }

}

@media(max-width:335px) {

    .user p {

        right: 0rem;

        left: 0.5rem;

        font-size: 0.6rem;



    }

    .user .phoneP {

        font-size: 0.9rem;

    }

}

/**********************************/



/******* Normal Slider CSS ********/



/**********************************/



.normal-slider .slick-prev, .normal-slider .slick-next {

    width: 40px;

    height: 40px;

    z-index: 1;

    opacity: 0;

    transition: .5s;

    background: rgba(0, 0, 0, 0.7);

    border-radius: 4px;

}



.normal-slider .slick-prev {

    left: 55px;

}



.normal-slider .slick-next {

    right: 55px;

}



.normal-slider.slick-slider:hover .slick-prev {

    left: 15px;

    opacity: 1;

}



.normal-slider.slick-slider:hover .slick-next {

    right: 15px;

    opacity: 1;

}



.normal-slider .slick-prev:hover, .normal-slider .slick-prev:focus, .normal-slider .slick-next:hover, .normal-slider .slick-next:focus {

    background: rgba(0, 0, 0, .7);

}



.normal-slider .slick-prev:hover::before, .normal-slider .slick-prev:focus::before, .normal-slider .slick-next:hover::before, .normal-slider .slick-next:focus::before {

    color: #fff;

}



.normal-slider .slick-prev::before, .normal-slider .slick-next::before {

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    font-size: 30px;

    color: #ffffff;

}



.normal-slider .slick-prev::before {

    content: "\f104";

}



.normal-slider .slick-next::before {

    content: "\f105";

}



.normal-slider .slick-dots {

    bottom: 15px;

}



.normal-slider .slick-dots li button:before {

    color: #ffffff;

    font-size: 15px;

}



.normal-slider .slick-dots li.slick-active button:before {

    color: #FF6F61;

}



.slick-dotted.slick-slider {

    margin-bottom: 0;

}



/**********************************/



/********** Top Bar CSS ***********/



/**********************************/



.top-bar {

    padding: 3px 0;

    font-size: 14px;

    color: #000;

    background: #fff;

}



.top-bar i {

    margin-right: 5px;

}



.top-bar .col-sm-6:first-child {

    text-align: left;

}



.top-bar .col-sm-6:last-child {

    text-align: right;

}



@media (max-width: 575.98px) {

    .top-bar {

        border-bottom: 1px solid rgba(255, 255, 255, .1);

    }



    .top-bar .col-sm-6:first-child, .top-bar .col-sm-6:last-child {

        text-align: center;

    }

}



/**********************************/



/*********** Nav Bar CSS **********/



/**********************************/



.nav {

    position: relative;

}



@media (min-width: 992px) {

    .nav .container-fluid {

        padding-left: 52px;

        padding-right: 52px;

    }

}



.nav .navbar {

    height: 100%;

    padding: 0;

}



.dropdown-item {

    color: #fff;

}



.head-menu-pad {

    position: relative;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.head-logo {

    float: left;

    width: 22%;

}



.head-menu {

    float: left;

    width: 50%;

}



.head-cont {

    float: left;

    width: 25%;

}



@media(max-width:1223px) {

    .head-logo .logo img {

        position: relative;

        max-height: 55px;

    }



    .head-temp .container-fluid {

        padding-left: 1rem;

    }



    .head-logo {

        width: 20%;

    }



    .head-menu {

        float: left;

        width: auto;

    }



    .head-cont {

        float: left;

        width: 25%;

    }



    .head-cont .user {

        position: relative;

        left: 0rem;

        width: 100%;

    }

}



@media(max-width:1073px) {

    .head-menu {

        float: left;

        width: auto;

    }



    .head-cont {

        float: left;

        width: 20%;

    }

}



@media(max-width:1000px) {





    .head-logo {

        width: 20%;

    }



    .head-logo .logo img {

        position: relative;

        max-height: 60px;

    }



    .head-temp .container-fluid {

        padding-left: 2rem;

    }



    .head-cont {

        float: left;

        width: 20%;

        padding-top: 0.5rem;

        padding-right: 1rem;

    }

}



@media(max-width:984px) {

    .nav .navbar {

        background-color: transparent;

    }



    .head-logo {

        float: left;

        width: auto;

    }



    .head-menu {

        float: left;

    }



    .head-cont {

        float: right;

        width: auto;

        position: relative;

        top: 2rem;

    }

}



@media(max-width:825px) {

    .nav .navbar {

        background-color: transparent;

    }



    .head-logo {

        float: left;

        width: auto;

    }



    .head-menu {

        float: left;

    }



    .head-cont {

        float: right;

        width: auto;

        position: relative;

        top: 0;

    }

}



.nav .dropdown-menu {

    margin-top: 0;

    border: 0;

    border-radius: 0;

    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3)), url(../img/brands.jpg);

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

}



.nav .dropdown-menu a.active {

    color: #fff;

    background: #f8f9fa;

}



.navbar {

    background-color: none;

}



@media (min-width: 824px) {

    .nav .navbar-brand {

        display: none;

    }



    .nav .navbar-dark a.nav-link {

        color: #000;

        font-size: 14px;

        text-transform: uppercase;

    }



    .nav .navbar-dark a.nav-link:hover {

        color: rgb(179, 0, 0);

        border-radius: 0.5rem;

    }



    .nav .navbar-dark a.nav-link.active {

        color: #fff;

        background-color: rgb(179, 0, 0);

        border-radius: 0.5rem;

    }



    .navbar-collapse {

        background-color: none;

    }

}



@media (max-width: 825px) {

    .nav {

        padding: 5px 0;

    }



    .nav .navbar-dark a.nav-link.active {

        color: #000;

        font-weight: bold;

        border-radius: 0.5rem;

    }

    .nav .navbar-dark a.nav-link:hover {

        color: rgb(179, 0, 0);

        border-radius: 0.5rem;

    }

    .product-detail-bottom .nav {

        background-image: none;

    }



    .nav a.nav-link {

        padding: 5px 0;

    }



    .nav .dropdown-menu {

        box-shadow: none;

    }



    .navbar {

        background-color: transparent;

    }



    #navbarCollapse {

        display: none;

    }



    .navbar-collapse {

        background-color: rgba(0, 0, 0, 0.507);

        position: absolute;

        padding-top: 0.2rem;

        width: auto;

        top: -2rem;

        left: -7rem;

        padding-right: 1.3rem;

        padding-bottom: 0.5rem;

    }



    .nav .navbar-brand {

        display: none;

    }



    .head-menu {

        float: right;

        position: relative;

        top: 6rem;

    }



    .navbar-collapse {

        background-color: #fff;

    }

    .navbar-dark .navbar-nav .nav-link {

        color: #000;

    }

}



/**********************************/



/********* Bottom Bar CSS *********/



/**********************************/



.head-temp {

    position: absolute;
    top: 0;

    width: 100%;

    height: 150px;

    z-index: 10;

    /* background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0), rgba(0, 0, 0, 0)); */

}



.bottom-bar {

    padding: 15px 0;

    background: transparent;

    margin-bottom: 30px;

}



.bottom-bar .logo {

    text-align: left;

    overflow: hidden;

}



.bottom-bar .logo a img {

    max-height: 120px;

    position: relative;

    left: 0rem;

}



@media(max-width:1135px) {

    .bottom-bar .logo a img {

        max-height: 100px;

        position: relative;

        left: 0rem;

    }

}



/* @media(max-width:933px) {

    .bottom-bar .logo a img {

        max-height: 60px;

        position: relative;

        top: 0.5rem;

        left: 0rem;

    }

} */



@media(max-width:825px) {

    .bottom-bar .logo a img {

        max-height: 100px;

        top: 0rem;

        position: relative;

        left: 0rem;

    }



    .bottom-bar .logo {

        text-align: center;

    }



    .navbar-toggler-icon {

        margin-top: 2rem;

    }

}





@media(max-width:521px) {

    .bottom-bar .logo a img {

        max-height: 80px;

        position: relative;

        left: 0rem;

    }



    .navbar-toggler-icon {

        margin-top: 1.9rem;

    }

    .head-temp .container-fluid {

        padding-left: 0rem;

    }

}



@media(max-width:389px) {

    .bottom-bar .logo a img {

        max-height: 80px;

        position: relative;

        left: 0rem;

    }



    .navbar-toggler-icon {

        margin-top: 1.9rem;

    }



}



.bottom-bar .search {

    width: 100%;

}



.bottom-bar .search input[type=text] {

    width: 100%;

    height: 40px;

    padding: 0 15px;

    color: #fff;

    border: none;

    border-radius: 4px;

    /* background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url(../img/brands.jpg); */

    background-color: rgba(0, 0, 0, 0.37);

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    opacity: 0.8;

}



.bottom-bar .search input[type=text]::placeholder {

    color: #fff;

    opacity: 1;

}



.bottom-bar .search button {

    position: absolute;

    width: 40px;

    height: 38px;

    top: 1px;

    right: 16px;

    padding: 0 15px;

    border: none;

    background: none;

    color: #fff;

    border-radius: 0 2px 2px 0;

}



.bottom-bar .search button:hover {

    color: #ffffff;

}



.bottom-bar .user {

    font-size: 0;

    text-align: right;

}



.bottom-bar .user .wishlist {

    margin-right: 15px;

}



.bottom-bar .user .cart i, .bottom-bar .user .wishlist i {

    color: #fff;

}



.bottom-bar .user .cart span, .bottom-bar .user .wishlist span {

    color: #fff;

    font-size: 15px;

}



.bottom-bar .user .cart:hover i, .bottom-bar .user .wishlist:hover i, .bottom-bar .user .cart:hover span, .bottom-bar .user .wishlist:hover span {

    color: #ffffff;

}



@media (min-width: 825px) {

    .bottom-bar {

        max-height: 90px;

    }

}



@media (max-width: 825px) {

    .bottom-bar .search, .bottom-bar .user {

        text-align: center;

        margin-bottom: 15px;

    }



    .bottom-bar .user {

        margin-bottom: 0;

        position: relative;

        top: -1rem;

    }

}



/**********************************/



/*********** Header CSS ***********/



/**********************************/



.header {

    position: relative;

}



.header .col-md-3, .header .col-md-6 {

    margin-bottom: 30px;

}



.header .navbar {

    padding: 0;

    height: 80%;

    max-height: 300px;

    overflow: hidden;

    background: #000 !important;

}



.header .navbar-nav {

    width: 100%;

    padding: 15px 0;

}



.header .navbar li {

    padding: 0 30px;

    border-bottom: 1px solid #f3f6ff;

}



.header .navbar li:last-child {

    border-bottom: none;

}



.header .navbar a {

    color: #353535;

}



.header .navbar a:hover {

    color: #FF6F61;

}



.header .navbar i {

    color: #FF6F61;

    width: 20px;

    text-align: center;

    margin-right: 8px;

}



.header .navbar a:hover i {

    color: #353535;

}



.header-slider {

    position: relative;

    width: 100%;

}



.header-slider .header-slider-item {

    position: relative;

}



.header-slider .header-slider-caption {

    position: absolute;

    top: 20%;

    left: 20%;

    width: 60%;

    height: 60%;

    padding: 15px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background: rgba(255, 111, 97, .7);

    transition: all 0.3s;

    z-index: 1;

}



@media(max-width:679px) {

    /* .slider-container {

        display: none;

    } */



    .head-temp {

        position: relative;

        background-color: #fff;

        height: 130px;



    }

    .bottom-bar .logo {

        position: relative;

        top: 0rem;

    }

}





.header-slider .header-slider-caption p {

    text-align: center;

    color: #ffffff;

    font-size: 22px;

    font-family: 'Source Code Pro', monospace;

    font-weight: 700;

}



.header-slider .header-slider-caption .btn {

    border-color: #ffffff;

}



.header-slider .header-slider-caption .btn i {

    margin-right: 5px;

}



.header .header-img {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    height: 100%;

    max-height: 400px;

    overflow: hidden;

    background: #ffffff;

}



.header .img-item {

    position: relative;

    width: 100%;

    height: 50%;

    overflow: hidden;

}



.header .img-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.header .img-text {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    background: rgba(255, 111, 97, .7);

    transition: all 0.3s;

    opacity: 0;

}



.header .img-text:hover {

    opacity: 1;

}



.header .img-text p {

    margin: 0 0 50px 0;

    padding: 15px;

    width: 100%;

    text-align: center;

    color: #ffffff;

    font-size: 16px;

    transition: all 0.3s;

}



.header .img-text:hover p {

    margin: 0;

}



.nav-item a {

    cursor: pointer;

}



/**********************************/



/********* Breadcrumb CSS *********/



/**********************************/



.breadcrumb-wrap {

    position: relative;

    width: 100%;

}



.breadcrumb-wrap .breadcrumb {

    margin: 0;

    padding: 0;

    padding-top: 0.5rem;

    background: transparent;

}



.breadcrumb-item a {

    color: red;

}



/**********************************/



/********** Category CSS **********/



/**********************************/



.category {

    position: relative;

    padding: 0 15px;

    margin-bottom: 3rem;

}



.category .col-md-3 {

    padding: 0;

}



.category .category-item {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    height: 100%;

    max-height: 400px;

    overflow: hidden;

    background: #ffffff;

}



.category .category-item.ch-400 {

    height: 400px;

}



.category .category-item.ch-250 {

    height: 250px;

}



.category .category-item.ch-150 {

    height: 150px;

}



.category .category-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.category .category-name {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1));

    opacity: 0;

    opacity: 1;

}



.category .category-name:hover {

    opacity: 0;

}



.category .category-name p {

    margin: 0 0 50px 0;

    padding: 15px;

    width: 100%;

    font-weight: bold;

    text-align: center;

    color: #ffffff;

    font-size: 16px;

    transition: all 0.3s;

}



.category .category-name:hover p {

    margin: 0;

}



/**********************************/



/*********** Feature CSS **********/



/**********************************/



.feature {

    position: relative;

}



.feature .feature-col {

    margin-bottom: 30px;

}



.feature .feature-content {

    position: relative;

    width: 100%;

    height: 100%;

    padding: 30px 15px;

    text-align: center;

    background: #ffffff;

}



.feature .feature-content i {

    color: #FF6F61;

    font-size: 60px;

    margin-bottom: 30px;

}



.feature .feature-content h2 {

    font-size: 18px;

}



.feature .feature-content p {

    font-size: 15px;

    margin: 0;

}



/**********************************/



/******** Product Item CSS ********/



/**********************************/



/* .product-item {

    position: relative;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.14);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

    margin-bottom: 0.5rem;

} */



/* .product-item .product-title {

    padding: 15px;

    text-align: center;

    background: #fff;

    transition: all .3s;

    height: 60px;

}



.product-item:hover .product-title {

    background: #fff;

}



.product-price .ratting {

    position: relative;

    width: 100%;

    border-top-right-radius: 1rem;

    border-bottom-right-radius: 1rem;

    background-color: #ff0000;

    color: #fff;

    text-align: center;

    top: -0.4rem;

    right: 1.4rem;

}



.product-detail .product-price .ratting {

    position: relative;

    width: 100%;

    border-top-right-radius: 1rem;

    border-bottom-right-radius: 1rem;

    background-color: #ff0000;

    color: #fff;

    text-align: center;

    top: 0rem;

    right: 0.7rem;

}



.product-price .normal {

    position: relative;

    width: 100%;

    border-top-right-radius: 1rem;

    border-bottom-right-radius: 1rem;

    background-color: #17c201;

    color: #fff;

    text-align: center;

    top: -0.4rem;

    right: 1.4rem;

}



.product-item .product-title a {

    position: relative;

    width: 100%;

}



.product-item .product-title a {

    margin-bottom: 5px;

    color: #000;

    font-size: 18px;

}



.product-price .ratting i {

    font-size: 14px;

    color: #000;

}



.product-item .product-content .price span {

    margin-left: 12px;

    text-decoration: line-through;

    font-weight: 700;

    color: #000;

}



.product-item:hover .product-title a, .product-item:hover .product-title .ratting i {

    color: #000;

}



.product-item:hover .product-content .price span {

    color: #000;

}



.product-item .product-image {

    position: relative;

    overflow: hidden;

}



.product-item .product-image a {

    display: block;

    background: #ffffff;

    transition: .3s;

}



.product-item .product-image img {

    width: 100%;

    transition: all .3s;

}



.product-item:hover .product-image img {

    transform: scale(1.2);

}



.product-item .product-image .product-action {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 111, 97, .5);

    transition: all .3s;

    font-size: 0;

    z-index: 1;

    opacity: 0;

}



.product-item:hover .product-image .product-action {

    opacity: 1;

}



.product-item .product-image .product-action a {

    display: inline-block;

    width: 40px;

    height: 40px;

    margin-right: 5px;

    padding: 7px 0 10px 0;

    font-size: 16px;

    text-align: center;

    color: #000;

    background: #fff;

    border: 1px solid #ffffff;

    border-radius: 4px;

    transition: all .3s;

    margin-top: 50px;

}



.product-item:hover .product-image .product-action a {

    margin-top: 0;

}



.product-item .product-image .product-action a:last-child {

    margin-right: 0;

}



.product-item .product-image .product-action a:hover {

    color: #000;

    background: #ffffff;

    border: 1px solid #000;

}



.product-item .product-price {

    padding: 20px;

    background: #fff;

    transition: all .3s;

    border-left: 3px solid red;

}



.product-item:hover .product-price {

    background: #fff;

}



.product-item .product-price h3 {

    display: inline-block;

    color: #000;

    line-height: 1rem;

    margin: 0;

}



.product-item .product-price h3 del {

    color: #999;

    font-weight: normal;

    position: relative;

    font-size: 1.2rem;

    top: -0.3rem;

}



.product-detail .product-price h3 del {

    color: #999;

    font-weight: normal;

    position: relative;

    font-size: 1.5rem;

    top: -0.1rem;

}



.product-item .product-price h3 .daily {

    color: #000;

    font-weight: normal;

    padding-top: 0.2rem;

}



.product-item .product-price h3 span {

    font-size: 20px;

    font-weight: bold;

}



.product-item .product-price .btn {

    float: right;

    border: none;

    color: #fff;

    background: green;

    top: -0.3rem;

    position: relative;

}



.product-item .product-price .btn i {

    margin-right: 5px;

} */



.popular .product-card {

    cursor: pointer;

    width: auto;

    position: relative;

    /* box-shadow: 0 2px 7px #dfdfdf; */

    margin: 10px auto;

    background: #fafafa;

    margin-bottom: 2rem;

}



.popular .product-card:hover {

    top: 0rem;

    position: relative;

    /* box-shadow: 0 15px 7px #dfdfdf; */

}



.product-card {

    width: auto;

    position: relative;

    /* box-shadow: 0 2px 7px #dfdfdf; */

    margin: 10px auto;

    background: #fafafa;

    margin-bottom: 4rem;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.16);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.16);


}


.product-card:hover {

    top: 0rem;

    position: relative;

    /* box-shadow: 0 15px 7px #dfdfdf; */

}



.badge {

    position: absolute;

    right: -0.68rem;

    top: -0.25rem;

    text-transform: uppercase;

    font-size: 13px;

    font-weight: 700;

    transform: rotate(0deg);

    border-radius: 5px;

    color: #fff;

    padding: 3px 10px;

}



.badge img {

    max-width: 140px;

}



.product-tumb {

    display: flex;

    align-items: center;

    justify-content: center;

    height: auto;

    background: #f0f0f0;

}



.product-tumb img {

    width: 100%;

    height: 100%;

}



@media(max-width:767px) {

    .popular .product-card {

        cursor: pointer;

        height: auto;

        width: auto;

        position: relative;

        /* box-shadow: 0 2px 7px #dfdfdf; */

        margin: 10px auto;

        background: #fafafa;

        margin-bottom: 2rem;

    }



    .popular .product-card:hover {

        top: 0rem;

        position: relative;

        /* box-shadow: 0 15px 7px #dfdfdf; */

    }



    .product-tumb {

        display: flex;

        align-items: center;

        justify-content: center;

        height: auto;

        background: #f0f0f0;

    }

}



.product-details {

    padding: 0px;

    width: 100%;

}



.popular .product-details {

    position: absolute;

    bottom: 0;

    right: 0;

    width: 100%;

    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));

    padding: 30px;

    padding-top: 0rem;

}



.product-catagory {

    display: block;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    color: #ccc;

    margin-bottom: 18px;

}



.product-details h4 a {

    font-weight: bold;

    font-size: 1rem;

    margin-bottom: 18px;

    text-transform: uppercase;

    color: #363636;

    text-decoration: none;

    transition: 0.3s;

    text-align: left;

    float: left;

}



.product-details p {

    font-size: 15px;

    line-height: 22px;

    margin-bottom: 18px;

    color: #999;

}



.popular .product-bottom-details {

    overflow: hidden;

    padding-top: 30px;

    border-top: none;

    float: none;
    display: flex;
    justify-content: space-between;

}



.normal-package .product-bottom-details {

    padding-top: 0px;

    padding: 1rem;

    padding-bottom: 1.8rem;

}



.product-bottom-details div {

    float: left;

}



.popular .product-bottom-details {

    overflow: hidden;

    margin: 1rem;

    position: relative;

    top: 1.7rem;

}



.popular .product-bottom-details div {

    float: left;


}



.product-price {

    font-size: 19px;

    color: #000;

    font-weight: 600;

}

@media(max-width: 768px) {


    .product-price {

        float: none !important;

    }
}

.product-bottom-details {
    position: relative;
}

.normal-package .product-price {

    font-size: 19px;

    color: #000;

    font-weight: 600;

    text-align: right;

    float: right;

    position: relative;

    top: -0.8rem;

}



.popular p {

    width: 100%;

    padding: 1rem;

    margin-left: 2rem;

}



.popular .product-price {

    font-size: 19px;

    color: #000;

    font-weight: 600;

    position: relative;

    top: 0.5rem;

    right: 0rem;

}



.popular .product-links {

    text-align: right;

    position: relative;

    top: 0.3rem;

}



.popular .product-links .read_more_button {

    display: inline-block;
    margin: 0 auto;
    color: rgb(255, 255, 255);

    background-color: rgba(160, 0, 0, 0.81);

    transition: 0.3s;

    padding-left: 0.5rem;

    padding-right: 0.5rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    border-bottom-left-radius: 1rem;

    border-bottom-right-radius: 1rem;

    /* border-radius: 1rem; */

    font-size: 17px;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.6);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.6);
    max-width: 112px;
    width: 100%;
    text-align: center;

}



.popular .product-links .read_more_button:hover {

    color: #fff;

    background-color: rgba(160, 0, 0, 0.81);

}



.product-price h3 {

    font-size: 24px;

    color: #000;

    font-weight: 600;

}



.product-price h3 .small {

    font-size: 21px;

    color: #000;

    font-weight: 600;

}



.product-price small {

    font-size: 90%;

    font-weight: 400;

    text-decoration: line-through;

    display: inline-block;

    margin-right: 5px;

}



.normal-package .product-links {

    text-align: right;

    position: relative;

    right: 0.3rem;

    width: 100%;

}



.normal-package .product-links a {

    display: inline-block;

    color: rgb(255, 255, 255);

    background-color: rgba(160, 0, 0, 0.81);

    transition: 0.3s;

    padding-left: 0.5rem;

    padding-right: 0.5rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    border-bottom-left-radius: 1rem;

    border-bottom-right-radius: 1rem;

    /* border-radius: 1rem; */

    font-size: 17px;

    position: relative;

    left: 0.5rem;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.6);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.6);

}



.product-links a:hover {

    color: #fff;

    background-color: rgba(160, 0, 0, 0.81);

}



@media(max-width:346px) {

    .product-card {

        width: 280px;

        position: relative;

    }



    .product-links a {

        /* border-radius: 1rem; */

        font-size: 15px;

    }

}



/**********************************/



/******** Featured Product ********/



/**********************************/



.featured-product {

    position: relative;

    padding: 10px 0;

}



.recent-product {

    position: relative;

    padding: 30px 0;

}



.product .section-header {

    padding: 1rem;

    margin-left: 0.5rem;

    color: #000;

    /* background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(../img/head-sec.jpg) rgba(0, 0, 0, 0); */

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

}



.product .slick-prev, .product .slick-next {

    top: -65px;

    width: 30px;

    height: 30px;

    z-index: 1;

    transition: .5s;

    color: #fff;

    background: transparent;

    border: 1px solid #fff;

    border-radius: 4px;

}



.product .section-header-popular {

    padding: 0.2rem;

    width: 30%;

    position: relative;

    background-image: linear-gradient(rgba(14, 172, 0, 0.6), rgba(0, 0, 0, 1)), url(../img/safari.jpg);

    background-position: left;

    background-size: cover;

    color: #fff;

    /* border: 1px solid rgb(38, 0, 175);

border-bottom: 5px solid transparent; */

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

    z-index: -1;

    top: 0.2rem;

    position: relative;

    border-top-left-radius: 1rem;

    border-top-right-radius: 1rem;

}



.product .popular-card .package-title {

    /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24); */

    position: absolute;

    left: 0;

    top: 0px;

    text-transform: uppercase;

    font-size: 0.9rem;

    font-weight: 600;

    padding: 0.5rem;

    z-index: 2;

    width: 80%;

}



.red-title {

    color: #000;

    background-color: #fff;

}



.green-title {

    color: #000;

    background-color: #fff;

}



.blue-title {

    color: #fff;

    background: linear-gradient(to right, rgba(177, 47, 47, 1), rgba(177, 47, 47, 0.9), rgba(177, 47, 47, 0.8), rgba(177, 47, 47, 0));

}



.product .popular-card .package-subtitle {

    /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24); */

    position: absolute;

    left: 0px;

    top: 36px;

    z-index: 1;

    text-transform: uppercase;

    font-size: 0.8rem;

    font-weight: 600;

    color: #fff;

    padding: 0.3rem;

    width: 50%;

}



.green-subtitle {

    background: linear-gradient(to right, rgba(22, 133, 0, 1), rgba(22, 133, 0, 0));

}



.blue-subtitle {

    background: rgb(13, 0, 133);

}



.red-subtitle {

    background: rgb(133, 0, 0);

}



.product .popular-card .offer {

    position: absolute;

    right: -0.68rem;

    top: -0.25rem;

    text-transform: uppercase;

    font-size: 13px;

    font-weight: 700;

    transform: rotate(0deg);

    border-radius: 5px;

    color: #fff;

    padding: 3px 10px;

}



.product .popular-card .offer img {

    max-width: 140px;

}



.popular-package {

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

    /* background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(../img/popular-bg.jpg); */

    background-size: cover;

    background-repeat: no-repeat;

}



.normal-package {

    /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.6);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 1px 2px rgba(0, 0, 0, 0.6); */

    background-color: #ffffff;

}



.product .popular {

    /* padding: 1rem;

    border-bottom-left-radius: 1rem;

    border-bottom-right-radius: 1rem;

    border-top-left-radius: 1rem;

    border-top-right-radius: 1rem; */

    position: relative;

    /* border: 1px solid rgb(233, 0, 0);

border-top: 50px solid transparent; */

    /* background-color: #fff;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.14); */

}



.product .popular h4 {

    width: 100%;

    text-align: center;

    padding: 1rem;

    margin-top: 1rem;

    padding-bottom: 0rem;

    margin-bottom: 0rem;

    font-weight: 600;

    font-size: 40px;

    font-family: Arial, Helvetica, sans-serif;

}



.product .popular h3 {

    width: 100%;

    text-align: center;

    margin: 0;

    padding: 0.2rem;

    padding-bottom: 1rem;

    font-size: 1.3rem;

}



.product .popular p {

    width: 100%;

    text-align: left;

    margin: 0;

    padding: 0.2rem;

    color: rgb(65, 65, 65);

    padding-bottom: 2rem;

    font-size: 1rem;


}



/* .product .popular p span{

    color: rgb(0, 17, 255);

} */



.product .section-header-popular h4 {

    font-size: 1.2rem;

    padding-top: 0.5rem;

    width: 100%;

    display: block;

    font-weight: bold;

    margin-left: auto;

    margin-right: auto;

    background-color: transparent;

    text-align: center;

}



.product .section-header-popular p {

    font-size: 1rem;

    width: 100%;

    display: block;

    margin-left: auto;

    margin-right: auto;

    background-color: transparent;

    text-align: center;

}



.product .section-header h4 {

    font-weight: 600;

    font-size: 40px;

    font-family: Arial, Helvetica, sans-serif;

    text-align: center;

}



.product .section-header h2 {

    font-size: 1.4rem;

}



@media(max-width:406px) {

    .product .section-header h3 {

        margin-bottom: 30px;

        padding: 30px 10px 5px 3px;

        position: relative;

        top: -0.6rem;

    }

}



@media(max-width:332px) {

    .product .section-header h3 {

        font-size: 1.3rem;

    }

}



.product .slick-prev {

    left: calc(100% - 120px);

}



.product .slick-next {

    right: 45px;

}



.product .slick-prev:hover, .product .slick-prev:focus, .product .slick-next:hover, .product .slick-next:focus {

    background: #000;

}



.product .slick-prev::before, .product .slick-next::before {

    font-family: "Font Awesome 5 Free";

    font-size: 18px;

    font-weight: 900;

    color: #fff;

}



.product .slick-prev::before {

    content: "\f104";

}



.product .slick-next::before {

    content: "\f105";

}



.product .slick-prev:hover::before, .product .slick-prev:focus::before, .product .slick-next:hover::before, .product .slick-next:focus::before {

    color: #ffffff;

}



/**********************************/



/******** Product View CSS ********/



/**********************************/



.product-view {

    position: relative;

    width: 100%;

    padding: 30px 0;

}



.product-view .product-view-top {

    padding: 30px;

    margin-bottom: 30px;

    background: #ffffff;

}



.product-view .product-search {

    position: relative;

    width: 100%;

}



.product-view .product-search input {

    width: 100%;

    height: 35px;

    padding: 0 15px;

    color: #999999;

    background: transparent;

    border: 1px solid #353535;

    border-radius: 4px;

    transition: all .3s;

}



.product-view .product-search input:focus {

    border-color: #FF6F61;

}



.product-view .product-search button {

    position: absolute;

    width: 35px;

    height: 33px;

    top: 1px;

    right: 1px;

    text-align: center;

    background: transparent;

    color: #353535;

    border: none;

    border-radius: 0 4px 4px 0;

    transition: all .3s;

}



.product-view .product-search button i {

    font-size: 16px;

}



.product-view .product-search button:hover {

    background: #FF6F61;

    color: #ffffff;

}



.product-view .product-short, .product-view .product-price-range {

    position: relative;

    width: 100%;

    text-align: right;

}



.product-view .product-short .dropdown .dropdown-toggle, .product-view .product-price-range .dropdown .dropdown-toggle {

    display: block;

    width: 100%;

    height: 35px;

    padding: 5px 10px;

    background: transparent;

    border: 1px solid #353535;

    text-align: left;

    border-radius: 4px;

    cursor: pointer;

    transition: all .3s;

}



.product-view .product-short .dropdown .dropdown-toggle:hover, .product-view .product-price-range .dropdown .dropdown-toggle:hover {

    color: #FF6F61;

    border-color: #FF6F61;

}



.product-view .product-short .dropdown .dropdown-toggle::after, .product-view .product-price-range .dropdown .dropdown-toggle::after {

    float: right;

    margin-top: 10px;

}



.product-view .product-short .dropdown-menu, .product-view .product-price-range .dropdown-menu {

    margin: -1px 0 0 0;

    border-radius: 0;

}



.product-view .product-item {

    margin-bottom: 30px;

}



.product-view .pagination {

    margin: 0;

}



.product-view .pagination .page-item .page-link {

    color: #353535;

    background: transparent;

    border-color: #353535;

}



.product-view .pagination .page-item:hover .page-link, .product-view .pagination .page-item.active .page-link {

    color: #FF6F61;

    background: #000000;

}



@media (max-width: 991.98px) {

    .product-view .pagination {

        margin-bottom: 30px;

    }

}



/**********************************/



/******* Product Detail CSS *******/



/**********************************/



.product-detail {

    position: relative;

    width: 100%;

    padding: 10px 0;

}



.product-detail .product-price {

    padding: 10px;

    background: #fff;

    transition: all .3s;

    border-left: 3px solid red;

    margin-top: 1rem;

    margin-bottom: 1rem;

}



.product-detail .product-price h4 {

    font-size: 1.2rem;

}



.product-detail .product-price del {

    color: #333;

}



.product-detail .product-detail-top {

    padding: 0;

    background: #ffffff;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.product-detail .product-slider-single img {

    width: 100%;

    object-fit: contain;

}



.product-detail .product-slider-single-nav {

    margin: 0;

}



.gallary-inside {

    position: relative;

    bottom: 0rem;

    width: 100%;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



/* @media(max-width: 1155px){

    .product-detail .product-slider-single-nav {

        margin: 15px 40px 30px 40px;

    }

    .gallary-inside{

        bottom: 5.5rem;

        width: 90%;

    }

}

@media(max-width: 991px){

    .product-detail .product-slider-single-nav {

        margin: 15px 40px 30px 40px;

    }

    .gallary-inside{

        bottom: 11rem;

        width: 80%;

    }

}

@media(max-width: 803px){

    .product-detail .product-slider-single-nav {

        margin: 15px 40px 30px 40px;

    }

    .gallary-inside{

        bottom: 9rem;

        width: 80%;

    }

}

@media(max-width: 599px){

    .product-detail .product-slider-single-nav {

        margin: 15px 40px 30px 40px;

    }

    .gallary-inside{

        bottom: 6rem;

        width: 80%;

    }

}

@media(max-width: 485px){

    .product-detail .product-slider-single-nav {

        margin: 15px 20px 30px 20px;

    }

    .gallary-inside{

        bottom: 6rem;

        width: 90%;

    }

} */



.product-detail .product-slider-single-nav .slider-nav-img {

    overflow: hidden;

    height: 100px;

}



.product-detail .product-slider-single-nav img {

    width: 100%;

    transition: all .3s;

}



.product-detail .product-slider-single-nav img:hover {

    transform: scale(1.2);

}



.product-detail .product-content, .product-detail .product-content .title, .product-detail .product-content .ratting, .product-detail .product-content .price, .product-detail .product-content .details, .product-detail .product-content .quantity, .product-detail .product-content .action {

    position: relative;

    width: 100%;

}



.product-detail .product-content {

    padding: 90px;

}



@media (min-width: 768px) {

    .product-detail .product-content {

        padding-left: 0;

    }

}



.product-detail .product-content .title h2 {

    font-size: 25px;

    margin-bottom: 5px;

}



.product-detail .product-content .ratting {

    margin-bottom: 10px;

}



.product-detail .product-content .ratting i {

    color: #FF6F61;

    font-size: 16px;

}



.product-detail .product-content .price, .product-detail .product-content .quantity, .product-detail .product-content .p-size, .product-detail .product-content .p-color {

    margin-bottom: 15px;

}



.product-detail .product-content .price h4, .product-detail .product-content .quantity h4, .product-detail .product-content .p-size h4, .product-detail .product-content .p-color h4 {

    display: inline-block;

    width: 80px;

    font-size: 18px;

    font-weight: 700;

    margin-right: 5px;

}



.product-detail .product-content .price p {

    display: inline-block;

    color: #FF6F61;

    font-size: 30px;

    font-weight: 700;

    margin: 0;

}



.product-detail .product-content .price span {

    color: #999999;

    text-decoration: line-through;

    margin-left: 12px;

}



.product-detail .product-content .quantity .qty {

    display: inline-block;

    font-size: 0;

}



.product-detail .product-content .quantity button {

    width: 30px;

    height: 30px;

    padding: 2px 0;

    font-size: 16px;

    text-align: center;

    color: #ffffff;

    background: #FF6F61;

    border: none;

}



.product-detail .product-content .quantity button.btn-minus {

    border-radius: 4px 0 0 4px;

}



.product-detail .product-content .quantity button.btn-plus {

    border-radius: 0 4px 4px 0;

}



.product-detail .product-content .quantity input {

    width: 40px;

    height: 30px;

    color: #ffffff;

    font-size: 16px;

    text-align: center;

    background: #000000;

    border: none;

}



.product-detail .product-content .action a:first-child {

    margin-right: 11px;

}



.product-detail .product-content .action a i {

    margin-right: 5px;

}



.product-detail .nav.nav-pills .nav-link {

    color: #000;

    background: red;

    border-radius: 0;

    transition: all .3s;

}



.product-detail .nav.nav-pills .nav-link:hover, .product-detail .nav.nav-pills .nav-link.active {

    color: #000;

}



.product-detail .tab-content {

    background: #ffffff;

    padding: 25px 15px 15px 15px;

}



.product-detail .tab-content ul {

    margin: 0;

    padding: 0;

    list-style: none;

}



.product-detail .tab-content ul li {

    margin-bottom: 10px;

}



.product-detail .tab-content ul li::before {

    content: '\f061';

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    padding-right: 5px;

}



.product-detail .tab-content .reviews-submitted {

    position: relative;

    margin-bottom: 45px;

}



.product-detail .tab-content .reviewer {

    color: #FF6F61;

    font-size: 18px;

    font-weight: 600;

}



.product-detail .tab-content .reviewer span {

    color: #666666;

    font-size: 14px;

    font-weight: 400;

}



.product-detail .product-detail-top .ratting p {

    padding: 0.3rem;

    font-weight: bold;

    text-align: center;

}



.product-detail .tab-content .reviews-submit .ratting {

    font-size: 24px;

}



.product-detail .tab-content .form input {

    width: 100%;

    height: 35px;

    padding: 0 15px;

    color: #666666;

    border: 1px solid #dddddd;

    border-radius: 4px;

    margin-bottom: 15px;

}



.product-detail .tab-content .form textarea {

    width: 100%;

    height: 80px;

    padding: 6px 15px;

    color: #666666;

    border: 1px solid #dddddd;

    border-radius: 4px;

    margin-bottom: 15px;

}



.product-detail .tab-content .form button {

    display: inline-block;

    height: 35px;

    padding: 0 15px;

    color: #FF6F61;

    background: #ffffff;

    border: 1px solid #FF6F61;

    border-radius: 4px;

    margin-bottom: 15px;

    transition: all .3s;

}



.product-detail .tab-content .form button:hover {

    color: #ffffff;

    background: #FF6F61;

}



/**********************************/



/********** Sidebar CSS ***********/



/**********************************/



.sidebar-widget {

    padding: 30px;

    background: #ffffff;

}



.sidebar-widget:not(:first-child) {

    padding-top: 0;

}



.sidebar-widget .title {

    position: relative;

    font-size: 22px;

    text-transform: capitalize;

    margin-bottom: 15px;

}



.sidebar-widget.category {

    margin: 0;

}



.sidebar-widget.category .navbar {

    padding: 0;

    overflow: hidden;

    background: #ffffff !important;

}



.sidebar-widget.category .navbar-nav {

    width: 100%;

}



.sidebar-widget.category .navbar li {

    border-bottom: 1px solid #f3f6ff;

}



.sidebar-widget.category .navbar li:last-child {

    border-bottom: none;

}



.sidebar-widget.category .navbar a {

    color: #353535;

}



.sidebar-widget.category .navbar a:hover {

    color: #FF6F61;

}



.sidebar-widget.category .navbar i {

    color: #FF6F61;

    width: 20px;

    text-align: center;

    margin-right: 8px;

}



.sidebar-widget.category .navbar a:hover i {

    color: #353535;

}



.sidebar-widget.brands ul {

    margin: 0;

    padding: 0;

    list-style: none;

}



.sidebar-widget.brands ul li {

    margin-bottom: 12px;

}



.sidebar-widget.brands ul li:last-child {

    margin-bottom: 0;

}



.sidebar-widget.brands ul li a {

    color: #353535;

    white-space: nowrap;

    display: inline-block;

    line-height: 23px;

    transition: all .3s;

}



.sidebar-widget.brands ul li a::before {

    content: '\f105';

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    padding-right: 5px;

}



.sidebar-widget.brands ul li a:hover {

    color: red;

}



.sidebar-widget.brands ul li a:hover::before {

    content: '\f101';

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

}



.sidebar-widget.brands ul li a:hover {

    padding-left: 10px;

}



.sidebar-widget.brands ul li span {

    display: inline-block;

    float: right;

    color: #666666;

    font-size: 14px;

    font-weight: 400;

}



.sidebar-widget.widget-slider {

    position: relative;

}



.sidebar-widget.image a {

    display: block;

    width: 100%;

    overflow: hidden;

}



.sidebar-widget.image img {

    max-width: 100%;

    transition: .3s;

}



.sidebar-widget.image img:hover {

    transform: scale(1.1);

    filter: blur(3px);

    -webkit-filter: blur(3px);

}



.sidebar-widget.tag a {

    display: inline-block;

    margin: 0 0 4px 0;

    padding: 3px 8px;

    font-size: 14px;

    color: #353535;

    background: #ffffff;

    border: 1px solid #353535;

    border-radius: 4px;

    transition: .3s;

}



.sidebar-widget.tag a:hover {

    color: #ffffff;

    background: #FF6F61;

    border-color: #FF6F61;

}



/**********************************/



/************ Cart CSS ************/



/**********************************/



.cart-page {

    position: relative;

    margin-top: 30px;

}



.cart-page .cart-page-inner {

    padding: 30px;

    margin-bottom: 30px;

    background: #ffffff;

}



.cart-page .table {

    width: 100%;

    text-align: center;

    margin-bottom: 0;

}



.cart-page .table .thead-dark th {

    font-family: 'Source Code Pro', monospace;

    font-size: 18px;

    font-weight: 700;

    color: #353535;

    text-align: center;

    background: transparent;

    border-color: #dddddd;

    border-bottom: none;

    vertical-align: middle;

}



.cart-page .table td {

    font-size: 16px;

    vertical-align: middle;

}



.cart-page .table .img {

    display: flex;

    align-items: center;

}



.cart-page .table .img img {

    max-width: 60px;

    max-height: 60px;

    margin-right: 15px;

}



.cart-page .table .img p {

    display: inline-block;

    text-align: left;

    margin: 0;

}



.cart-page .table .qty {

    display: inline-block;

    width: 100px;

    font-size: 0;

}



.cart-page .table button {

    width: 30px;

    height: 30px;

    font-size: 14px;

    text-align: center;

    color: #ffffff;

    background: #FF6F61;

    border: none;

    border-radius: 4px;

}



.cart-page .table button.btn-minus {

    border-radius: 4px 0 0 4px;

}



.cart-page .table button.btn-plus {

    border-radius: 0 4px 4px 0;

}



.cart-page .table button.btn-cart {

    width: auto;

}



.cart-page .table input {

    width: 40px;

    height: 30px;

    font-size: 16px;

    color: #ffffff;

    text-align: center;

    background: #000000;

    border: none;

}



.cart-page .coupon {

    position: relative;

    width: 100%;

    margin-bottom: 15px;

    font-size: 0;

}



.cart-page .coupon input {

    width: calc(100% - 135px);

    height: 40px;

    padding: 0 15px;

    font-size: 16px;

    color: #999999;

    background: #ffffff;

    border: 1px solid #dddddd;

    border-radius: 4px;

    margin-right: 15px;

    transition: all .3s;

}



.cart-page .coupon input:focus {

    border-color: #FF6F61;

}



.cart-page .coupon button {

    width: 120px;

    height: 40px;

    padding: 2px 0;

    font-size: 16px;

    text-align: center;

    color: #FF6F61;

    background: #ffffff;

    border: 1px solid #FF6F61;

    border-radius: 4px;

}



.cart-page .coupon button:hover {

    color: #ffffff;

    background: #FF6F61;

}



.cart-page .cart-summary {

    position: relative;

    width: 100%;

}



.cart-page .cart-summary .cart-content {

    padding: 30px;

    background: #f3f6ff;

}



.cart-page .cart-summary .cart-content h1 {

    font-size: 22px;

    margin-bottom: 20px;

}



.cart-page .cart-summary .cart-content p span, .cart-page .cart-summary .cart-content h2 span {

    float: right;

}



.cart-page .cart-summary .cart-content h2 {

    font-size: 20px;

    font-weight: 600;

    padding-top: 12px;

    border-top: 1px solid #dddddd;

    margin: 0;

}



.cart-page .cart-summary .cart-btn button {

    margin-top: 15px;

    width: calc(50% - 15px);

    height: 50px;

    padding: 2px 10px;

    text-align: center;

    color: #ffffff;

    background: #FF6F61;

    border: none;

    border-radius: 4px;

}



.cart-page .cart-summary .cart-btn button:hover {

    color: #FF6F61;

    background: #000000;

}



.cart-page .cart-summary .cart-btn button:first-child {

    margin-right: 25px;

    color: #FF6F61;

    background: #ffffff;

    border: 1px solid #FF6F61;

}



.cart-page .cart-summary .cart-btn button:first-child:hover {

    color: #ffffff;

    background: #FF6F61;

}



/**********************************/



/********** Wishlist CSS **********/



/**********************************/



.wishlist-page {

    position: relative;

    padding: 30px 0;

}



.wishlist-page .wishlist-page-inner {

    padding: 30px;

    background: #ffffff;

}



.wishlist-page .table {

    width: 100%;

    text-align: center;

    margin-bottom: 0;

}



.wishlist-page .table .thead-dark th {

    font-family: 'Source Code Pro', monospace;

    font-size: 18px;

    font-weight: 700;

    color: #353535;

    text-align: center;

    background: transparent;

    border-color: #dddddd;

    border-bottom: none;

    vertical-align: middle;

}



.wishlist-page .table td {

    font-size: 16px;

    vertical-align: middle;

}



.wishlist-page .table .img {

    display: flex;

    align-items: center;

}



.wishlist-page .table .img img {

    max-width: 60px;

    max-height: 60px;

    margin-right: 15px;

}



.wishlist-page .table .img p {

    display: inline-block;

    text-align: left;

    margin: 0;

}



.wishlist-page .table .qty {

    display: inline-block;

    width: 100px;

    font-size: 0;

}



.wishlist-page .table button {

    width: 30px;

    height: 30px;

    font-size: 14px;

    text-align: center;

    color: #ffffff;

    background: #FF6F61;

    border: none;

    border-radius: 4px;

}



.wishlist-page .table button.btn-minus {

    border-radius: 4px 0 0 4px;

}



.wishlist-page .table button.btn-plus {

    border-radius: 0 4px 4px 0;

}



.wishlist-page .table button.btn-cart {

    width: auto;

}



.wishlist-page .table input {

    width: 40px;

    height: 30px;

    font-size: 16px;

    color: #ffffff;

    text-align: center;

    background: #000000;

    border: none;

}



/**********************************/



/********** Checkout CSS **********/



/**********************************/



.checkout {

    position: relative;

    padding-top: 30px;

}



.checkout .checkout-inner {

    margin-bottom: 30px;

    padding: 30px;

    background: #ffffff;

}



.checkout .billing-address, .checkout .shipping-address {

    position: relative;

    width: 100%;

}



.checkout .shipping-address {

    display: none;

    margin-top: 30px;

}



.checkout .billing-address h2, .checkout .shipping-address h2 {

    font-size: 25px;

    margin-bottom: 20px;

}



.checkout .checkout-summary, .checkout .checkout-payment {

    position: relative;

    width: 100%;

}



.checkout .checkout-summary h1, .checkout .checkout-payment h1 {

    font-size: 25px;

    margin-bottom: 20px;

}



.checkout .checkout-summary, .checkout .checkout-payment .payment-methods {

    padding: 30px;

    background: #f3f6ff;

    margin-bottom: 30px;

}



.checkout .checkout-summary p.sub-total, .checkout .checkout-summary p.ship-cost {

    padding-top: 15px;

    border-top: 1px solid #dddddd;

}



.checkout .checkout-summary p span, .checkout .checkout-summary h2 span {

    float: right;

}



.checkout .checkout-summary h2 {

    font-size: 20px;

    padding-top: 12px;

    border-top: 1px solid #dddddd;

    margin: 0;

}



.checkout .checkout-payment .payment-methods .payment-content {

    display: none;

}



.checkout .checkout-payment .checkout-btn button {

    width: 100%;

    height: 50px;

    padding: 2px 10px;

    font-family: 'Source Code Pro', monospace;

    font-weight: 700;

    font-size: 25px;

    text-align: center;

    color: #000000;

    background: #FF6F61;

    border: none;

    border-radius: 4px;

    transition: all .3s;

}



.checkout .checkout-payment .checkout-btn button:hover {

    color: #FF6F61;

    background: #000000;

}



/**********************************/



/********* My Account CSS *********/



/**********************************/



.my-account {

    position: relative;

    padding: 30px 0;

}



.my-account .nav.nav-pills .nav-link {

    padding: 10px 15px;

    color: #353535;

    background: #ffffff;

    border-radius: 0;

    border-bottom: 1px solid #dddddd;

    transition: all .3s;

}



.my-account .nav.nav-pills .nav-link:last-child {

    border-bottom: none;

}



.my-account .nav.nav-pills .nav-link:hover, .my-account .nav.nav-pills .nav-link.active {

    color: #ffffff;

    background: #FF6F61;

}



.my-account .nav.nav-pills .nav-link i {

    margin-right: 5px;

}



.my-account .tab-content {

    padding: 30px;

    background: #ffffff;

}



.my-account .tab-content .table {

    width: 100%;

    text-align: center;

    margin-bottom: 0;

}



.my-account .tab-content .table .thead-dark th {

    text-align: center;

    color: #353535;

    background: #ffffff;

    border-color: #dddddd;

    border-bottom: none;

    vertical-align: middle;

}



.my-account .tab-content .table td {

    vertical-align: middle;

}



/**********************************/



/******* Call to Action CSS *******/



/**********************************/



.call-to-action {

    position: relative;

    padding: 10px 0;

    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url(../img/contactus.jpg); */

    background-position: center;

    background-size: cover;

    background-attachment: fixed;

    background-repeat: no-repeat;

}



#contactus {

    padding-top: 2rem;

    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/contact.jpg);

    background-size: cover;

    background-attachment: fixed;

    background-position: bottom;

    background-repeat: no-repeat;

}



/* 

.call-to-action .col-md-6:last-child {

    text-align: right;

} */



.why-choose-us {

    position: relative;

    width: 100%;

    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(../img/slider-2.jpg) rgba(0, 0, 0, 0); */

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    padding-bottom: 1rem;

}



@media(max-width:991px) {

    .why-choose-us {

        padding-top: 2rem;

    }

}



.why-choose-us h1 {

    color: #000;

    font-weight: bold;

    font-size: 1.7rem;

    padding: 0.5rem;

    border: 9px solid transparent;

    border-bottom: 1px solid rgb(255, 0, 0);

    display: block;

    margin-left: auto;

    margin-right: auto;

    width: 50%;

    text-align: center;

}



@media(max-width:524px) {

    .why-choose-us h1 {

        font-size: 1.4rem;

        width: 70%;

    }

}



.why-choose-us .table {

    margin-top: 1rem;

    /* background-color: rgb(255, 255, 255); */

    /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24); */

    border-radius: 3rem;

    padding: 0.1rem;

    padding-bottom: 2rem;

    height: 200px;

    cursor: pointer;

}



.why-choose-us .table img {

    display: block;

    margin-left: auto;

    margin-right: auto;

    max-width: 70px;

}



.why-choose-us .table .table-title {

    font-size: 1rem;

    font-weight: bold;

    background-color: rgb(201, 0, 0);

    border-radius: 1rem;

    background-size: cover;

    background-repeat: no-repeat;

    color: rgb(255, 255, 255);

    margin-bottom: 0.4rem;

    text-align: center;

}



.why-choose-us .table .table-body {

    font-size: 0.8rem;

    color: #000;

    padding: 1rem;

    font-weight: 500;

    text-align: left;

}



.why-choose-us .table .table-image img {

    width: 100%;

}



.gallery {

    display: block;

    margin-left: auto;

    margin-right: auto;

}



/**********************************/



/********* Newsletter CSS *********/



/**********************************/



.newsletter {

    position: relative;

    padding: 30px 0;

    background: #FF6F61;

}



.newsletter h1 {

    color: #ffffff;

    font-size: 30px;

    margin: 0;

}



.newsletter .form {

    position: relative;

    max-width: 400px;

    margin: 0 0 0 auto;

}



.newsletter .form input {

    width: 100%;

    height: 40px;

    padding: 0 15px;

    color: #666666;

    border: 1px solid #ffffff;

    border-radius: 4px;

}



.newsletter .form button {

    position: absolute;

    width: 80px;

    height: 40px;

    top: 0;

    right: 0;

    padding: 0 15px;

    border: none;

    background: #FF6F61;

    color: #ffffff;

    border: 1px solid #ffffff;

    border-radius: 0 4px 4px 0;

}



.newsletter .form button:hover {

    color: #FF6F61;

    background: #000000;

}



@media (max-width: 767.98px) {

    .newsletter {

        text-align: center;

    }



    .newsletter h1 {

        margin-bottom: 20px;

    }



    .newsletter .form {

        margin: 0 auto;

    }

}



.map-box {

    height: 275px;

    width: 100%;

    position: relative;

    border: none;

}



@media(max-width:991px) {

    .map-box {

        max-width: 400px;

    }

}



@media(max-width:767px) {

    .map-box {

        max-width: 35em;

    }

}



@media (max-width: 515px) {

    .map-box {

        max-width: 30em;

    }

}



@media(max-width: 459px) {

    .map-box {

        max-width: 25em;

    }

}



@media(max-width: 459px) {

    .map-box {

        max-width: 25em;

    }

}



@media(max-width: 375px) {

    .map-box {

        max-width: 20em;

    }

}



@media(max-width: 307px) {

    .map-box {

        max-width: 15em;

    }

}



/**********************************/



/*********** Brand CSS ************/



/**********************************/



.brand {

    position: relative;

    margin-bottom: 0px;

    padding: 20px 0;

    background: #ffffff;

}



.brand .brand-item {

    text-align: center;

}



.brand .brand-item img {

    max-width: 120px;

    margin: auto;

}



.brand .slick-prev, .brand .slick-next {

    width: 40px;

    height: 40px;

    z-index: 1;

    opacity: 0;

    transition: .5s;

    background: #FF6F61;

    border-radius: 4px;

}



.brand .slick-prev {

    left: 55px;

}



.brand .slick-next {

    right: 55px;

}



.brand .slick-slider:hover .slick-prev {

    left: 15px;

    opacity: 1;

}



.brand .slick-slider:hover .slick-next {

    right: 15px;

    opacity: 1;

}



.brand .slick-prev:hover, .brand .slick-prev:focus, .brand .slick-next:hover, .brand .slick-next:focus {

    background: #000000;

}



.brand .slick-prev:hover::before, .brand .slick-prev:focus::before, .brand .slick-next:hover::before, .brand .slick-next:focus::before {

    color: #FF6F61;

}



.brand .slick-prev::before, .brand .slick-next::before {

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    font-size: 30px;

    color: #000000;

}



.brand .slick-prev::before {

    content: "\f104";

}



.brand .slick-next::before {

    content: "\f105";

}



/**********************************/



/*********** Review CSS ***********/



/**********************************/



.review {

    margin-bottom: 30px;

}



.review .review-slider {

    position: relative;

}



.review .review-slider-item {

    display: flex;

    align-items: center;

    flex-direction: row;

    background: #ffffff;

}



.review .review-img {

    width: 100%;

    max-width: 200px;

    overflow: hidden;

}



.review .review-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.review .review-text {

    padding: 15px;

    width: 100%;

    max-width: calc(100% - 200px);

}



.review .review-text h2 {

    font-size: 22px;

    letter-spacing: 2px;

    margin-bottom: 5px;

}



.review .review-text h3 {

    font-size: 14px;

    letter-spacing: 2px;

    margin-bottom: 5px;

}



.review .review-text p {

    margin: 0;

}



.review .review-text .ratting {

    margin-bottom: 5px;

}



.review .review-text .ratting i {

    color: #FF6F61;

    font-size: 14px;

}



.review .slick-slider:hover .slick-prev {

    left: 30px;

}



.review .slick-slider:hover .slick-next {

    right: 30px;

}



/**********************************/



/********** Contact CSS ***********/



/**********************************/



.contact {

    position: relative;

    padding-top: 30px;

}



.contact .contact-info, .contact .contact-form, .contact .contact-map {

    height: 100%;

    padding: 30px;

    background: #ffffff;

    border-bottom: 30px solid #f3f6ff;

}



.contact .contact-info h2 {

    margin-bottom: 15px;

}



.contact .contact-info h3 {

    margin-bottom: 15px;

    font-size: 17px;

}



.contact .contact-info h3 i {

    width: 20px;

    color: #000;

    margin-right: 5px;

}



.contact .social {

    position: relative;

    width: 100%;

}



.contact .social a {

    display: inline-block;

    margin: 10px 10px 0 0;

    width: 40px;

    height: 40px;

    padding: 5px 0;

    text-align: center;

    font-size: 18px;

    border: 1px solid #000;

    border-radius: 4px;

}



.contact .social a i {

    color: #000;

}



.contact .social a:hover {

    background: #000;

}



.contact .social a:hover i {

    color: #ffffff;

}



.contact .contact-map iframe {

    width: 100%;

    height: 450px;

}



/**********************************/



/****** Register & Login CSS ******/



/**********************************/



.login {

    position: relative;

    padding-top: 30px;

}



.login .login-form, .login .register-form {

    padding: 30px;

    background: #ffffff;

    margin-bottom: 30px;

}



/**********************************/



/********** Footer CSS ************/



/**********************************/



.footer {

    position: relative;

    float: left;

    width: 100%;

    padding-bottom: 0rem;

    margin-bottom: 0rem;

    box-shadow: 9px 2px 9px 9px rgba(0, 0, 0, 0.473);

    background: #ffffff;

}



.footer .quick h2, .quick ul {

    text-align: center;

}



.footer .quick a {

    color: #000;

    padding: 0.4rem;

    word-break: normal;

}



.footer .social {

    padding: 2rem;

    width: 100%;

    margin-bottom: 0;

    cursor: pointer;

}



.footer .fb {

    background-color: #3b5998;

}



.footer .social i {

    float: left;

    width: 20%;

    font-size: 2.5rem;

    color: #fff;

    position: relative;

    top: -1.2rem;

}



.footer .social p {

    text-align: center;

    font-size: 1rem;

    font-weight: 500;

    color: #fff;

    float: left;

    position: relative;

    top: -0.7rem;

}



@media(max-width:1186px) {

    .footer .social i {

        float: left;

        width: 20%;

        font-size: 2rem;

        color: #fff;

        position: relative;

        top: -1rem;

    }



    .footer .social p {

        text-align: center;

        font-size: 0.95rem;

        font-weight: 500;

        color: #fff;

        float: left;

        position: relative;

        top: -0.7rem;

    }

}



@media(max-width:1134px) {

    .footer .social i {

        float: none;

        width: 100%;

        font-size: 2rem;

        color: #fff;

        position: relative;

        top: 0;

        text-align: center;

    }



    .footer .social p {

        text-align: center;

        font-size: 0.95rem;

        font-weight: 500;

        color: #fff;

        float: none;

        position: relative;

        top: 0;

    }



    .footer .social {

        padding: 1rem;

        width: 100%;

        margin-bottom: 0;

        cursor: pointer;

    }

}



.footer .youtube {

    background-color: #FF0000;

}



.footer .instagram {

    background: #f09433;

    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);

}



.footer .twitter {

    background: #00acee;

}



.footer .footer-widget {

    position: relative;

    width: 100%;

    margin-bottom: 30px;

}



.footer .footer-widget h2 {

    font-size: 25px;

    white-space: nowrap;

    margin-bottom: 20px;

}



.footer .footer-widget ul {

    margin: 0;

    padding: 0;

    list-style: none;

}



.footer .footer-widget ul li {

    margin-bottom: 12px;

}



.footer .footer-widget ul li:last-child {

    margin-bottom: 0;

}



.footer .footer-widget ul li a {

    color: #353535;

    white-space: nowrap;

    display: block;

    line-height: 23px;

    transition: all .3s;

}



.footer .footer-widget ul li a::before {

    content: '\f105';

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    padding-right: 5px;

}



.footer .footer-widget ul li a:hover {

    color: #FF6F61;

}



.footer .footer-widget ul li a:hover::before {

    content: '\f101';

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

}



.footer .contact-info p {

    margin-bottom: 10px;

    font-size: 16px;

}



.footer .contact-info p i {

    margin-right: 5px;

}



.footer .social {

    position: relative;

    width: 100%;

}



.footer .social a {

    display: inline-block;

    margin: 10px 5px 0 0;

    width: 40px;

    height: 40px;

    padding: 6px 0;

    text-align: center;

    font-size: 18px;

    color: #353535;

    border: 1px solid #353535;

    border-radius: 4px;

    transition: all .3s;

}



.footer .social a:hover {

    color: #000;

    border-color: #000;

}



.footer .payment {

    padding-bottom: 15px;

    padding-top: 2rem;

    border-bottom: 1px solid rgba(0, 0, 0, .1);

}



@media (min-width: 992px) {

    .footer .payment {

        max-width: 80%;

        margin: 0 auto;

    }

}



.footer .payment-method, .footer .payment-security {

    overflow: hidden;

}



.footer .payment-method {

    text-align: center;

    padding-top: 1rem;

}



.footer .payment-security {

    text-align: center;

}



@media (max-width: 768.98px) {

    .footer .payment-method {

        margin-bottom: 15px;

    }



    .footer .payment-method, .footer .payment-security {

        text-align: center;

    }

}



.footer .payment-method h2, .footer .payment-security h2 {

    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;

}



.footer .payment-method img, .footer .payment-security img {

    height: 25px;

}



/**********************************/



/******** Footer Bottom CSS *******/



/**********************************/



.footer-bottom {

    position: relative;

    padding: 25px 0;

    background: #000000;

    float: left;

    width: 100%;

}



.footer-bottom .copyright {

    text-align: left;

}



.footer-bottom .copyright p, .footer-bottom .template-by p {

    color: #ffffff;

    font-weight: 400;

    margin: 0;

}



.footer-bottom .copyright p a, .footer-bottom .template-by p a {

    font-weight: 600;

}



.footer-bottom .copyright p a:hover, .footer-bottom .template-by p a:hover {

    color: #ffffff;

}



@media (max-width: 768.98px) {

    .footer-bottom .copyright, .footer-bottom .template-by {

        text-align: center;

    }

}



.specification table {

    width: 100%;

}



.specification td {

    padding: 2rem;

}



.call-to-action {

    /* background-color: rgb(73, 0, 68) */

}



.call-to-action h1 {

    color: rgb(255, 255, 255);

    width: 91%;

    padding: 1.1rem;

    background-color: rgba(160, 0, 0, 0.81);

    font-weight: 500;

    border-radius: 1rem;

    font-size: 23px;

    position: relative;

    right: 1.5rem;

    text-align: center;

    box-shadow: none;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



@media(max-width: 991px) {

    .call-to-action h1 {

        position: relative;

        color: rgb(0, 0, 0);

        width: 80%;

        font-weight: bold;

        font-size: 1.7rem;

        padding: 0.5rem 0.5rem 0 0.5rem;

        border: 9px solid transparent;

        border-bottom: 1px solid rgb(255, 0, 0);

        background-color: transparent;

        display: block;

        margin-left: auto;

        margin-right: auto;

        text-align: center;

    }

}



.call-to-action a {

    display: inline-block;

    padding: 0 20px;

    border: 1px solid #ffffff;

    border-radius: 4px;

    color: #ffffff;

    font-size: 30px;

    letter-spacing: 2px;

    transition: all .3s;

}



.call-to-action a:hover {

    color: #fff;

    border-color: #fff;

}



@media (max-width: 767.98px) {

    .call-to-action, .call-to-action .col-md-6:last-child {

        text-align: center;

    }



    .call-to-action h1 {

        margin-bottom: 20px;

    }

}



.call-to-action .enquiry {

    width: 100%;

    display: block;

    margin-left: auto;

    margin-right: auto;

    margin-top: 1rem;

}



.call-to-action .enquiry input::placeholder {

    color: rgb(0, 0, 0);

    opacity: 1;

    font-size: 0.8rem;

}



.call-to-action .enquiry textarea::placeholder {

    color: rgb(0, 0, 0);

    opacity: 1;

    font-size: 0.8rem;

}



.call-to-action #name {

    width: 30%;

    background-color: rgb(255, 255, 255);

    padding: 0.8rem;



    margin-bottom: 0.5rem;

    color: #000;

    border-radius: 1rem;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

    border: none;

}



.call-to-action .enquiry input[type="text"] {

    width: 40%;

    background-color: rgb(255, 255, 255);

    padding: 0.8rem;

    margin-top: 0.5rem;

    margin-bottom: 0.5rem;

    color: #000;

    border-radius: 1rem;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

    border: none;

}



.call-to-action .enquiry .subj {

    width: 90% !important;

    background-color: rgb(255, 255, 255);

    border-radius: 1rem;

    border-radius: 1rem;

    padding: 0.8rem;

    margin-bottom: 0.5rem;

    color: #000;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

    border: none;

}



.call-to-action .enquiry input[type="phone"] {

    width: 30%;

    background-color: rgb(255, 255, 255);

    border-radius: 1rem;

    padding: 0.8rem;

    margin-bottom: 0.5rem;

    color: #000;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

    border: none;

}



.call-to-action .enquiry input[type="email"] {

    width: 60%;

    background-color: rgb(255, 255, 255);

    border-radius: 1rem;

    padding: 0.8rem;

    margin-bottom: 0.5rem;

    color: #000;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

    border: none;

}



.call-to-action .enquiry select {

    width: 60%;

    background-color: rgb(255, 255, 255);

    border-radius: 1rem;

    padding: 1rem;

    margin-bottom: 0.5rem;

    color: rgb(0, 0, 0);

    font-size: 0.8rem;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

    border: none;

}



.call-to-action .enquiry select option {

    width: 60%;

    background-color: rgb(255, 255, 255);

    border-radius: 1rem;

    padding: 0.8rem;

    margin-bottom: 0.5rem;

    color: rgb(0, 0, 0);

    font-size: 0.8rem;

    border: none;

}



.call-to-action .enquiry textarea {

    width: 90%;

    height: 20vh;

    background-color: rgb(255, 255, 255);

    border-radius: 1rem;

    padding: 0.8rem;

    color: #000;

    margin-bottom: 0.5rem;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

    border: none;

}



.call-to-action .enquiry input[type="submit"] {

    display: block;

    margin-left: auto;

    margin-right: auto;

    background-color: rgba(160, 0, 0, 0.81);

    color: #fff;

    padding: 1rem;

    right: 2.7rem;

    position: relative;

    margin-bottom: 0.5rem;

    margin-top: 0.3rem;

    border: none;

    border-radius: 1rem;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

}



/* 

.call-to-action .enquiry input[type="submit"]:hover {

    display: block;

    margin-left: auto;

    margin-right: auto;

    background-color: rgba(160, 0, 0, 0.81);

    color: #fff;

    padding: 1rem;

    margin-bottom: 1rem;

    border: none;

    border-radius: 1rem;

    box-shadow: none;

} */



@media(max-width:991px) {

    .call-to-action .enquiry {

        width: 100%;

        display: block;

        margin-left: auto;

        margin-right: auto;

        margin-top: 1rem;

    }



    .call-to-action .enquiry input::placeholder {

        opacity: 1;

        font-size: 0.8rem;

    }



    .call-to-action .enquiry textarea::placeholder {

        opacity: 1;

        font-size: 0.8rem;

    }



    .call-to-action .enquiry input[type="text"] {

        width: 90%;

        padding: 1rem;

        display: block;

        margin-left: auto;

        margin-right: auto;

        margin-bottom: 1rem;

        border: none;

    }



    #captchaimg {

        display: block;

        margin-left: auto;

        margin-right: auto;

        margin-top: 0.5rem;

    }



    /* .call-to-action h1 {

        color: rgb(255, 255, 255);

        width: 100%;

        padding: 1.1rem;

        padding-right: 0rem;

        font-weight: 600;

        border-radius: 0;

        font-size: 22px;

        position: absolute;

        left: 0;

        right: 0;

        top: 0rem;

        text-align: center;

        margin-bottom: 1rem;

    } */

    .call-to-action #name {

        width: 90%;

        padding: 1rem;

        display: block;

        margin-left: auto;

        margin-right: auto;

        margin-bottom: 1rem;

        margin-top: 2rem;

        border: none;

    }



    .call-to-action .enquiry .subj {

        width: 90% !important;

        padding: 0.5rem;

        display: block;

        margin-left: auto;

        margin-right: auto;

        margin-bottom: 1rem;

        border: none;

    }



    .call-to-action .enquiry input[type="phone"] {

        width: 90%;

        padding: 1rem;

        display: block;

        margin-left: auto;

        margin-right: auto;

        margin-bottom: 1rem;

        border: none;

    }



    .call-to-action .enquiry input[type="email"] {

        width: 90%;

        padding: 1rem;

        display: block;

        margin-left: auto;

        margin-right: auto;

        margin-bottom: 1rem;

        border: none;

    }



    .call-to-action .enquiry select {

        width: 90%;

        padding: 1rem;

        display: block;

        margin-left: auto;

        margin-right: auto;

        margin-bottom: 1rem;

        font-size: 0.8rem;

        border: none;

    }



    .call-to-action .enquiry select option {

        width: 90%;

        padding: 1rem;

        display: block;

        margin-left: auto;

        margin-right: auto;

        margin-bottom: 1rem;

        font-size: 0.8rem;

        border: none;

    }



    .call-to-action .enquiry textarea {

        width: 90%;

        height: 20vh;

        padding: 1rem;

        display: block;

        margin-left: auto;

        margin-right: auto;

        margin-bottom: 1rem;

        border: none;

    }



    .call-to-action .enquiry input[type="submit"] {

        display: block;

        margin-left: auto;

        margin-right: auto;

        display: block;

        margin-left: auto;

        margin-right: auto;

        padding: 1rem;

        right: 0rem;

        margin-top: 0.5rem;

        position: relative;

        margin-bottom: 1rem;

        border: none;

        border-radius: 1rem;

        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

    }



    .call-to-action .enquiry input[type="submit"]:hover {

        display: block;

        margin-left: auto;

        margin-right: auto;

        padding: 0.7rem;

        margin-bottom: 1rem;

        border: none;

        border-radius: 1rem;

        box-shadow: none;

    }

}



#captcha_code {

    max-width: 200px;

}



@media(max-width: 679px) {

    .call-to-action .enquiry input[type="submit"] {

        margin-top: 1rem;

        font-size: 1rem;

    }

}



@media(max-width: 441px) {

    #captcha_code {

        max-width: auto;

    }

}



/* Gallary */



/* Hide the images by default */



.new-gallery {

    width: 100%;

    display: block;

    margin-left: auto;

    margin-right: auto;

    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(../img/popular-bg.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    cursor: pointer;

    padding-top: 2rem;

    padding-bottom: 2rem;

}



.new-gallery #gallary {

    background-color: #000;

    width: 100%
}



.new-gallery p {

    padding: 0.5rem;

    margin-top: 0rem;

    margin-bottom: 0rem;

    font-weight: 500;

    font-size: 2rem;

    color: #fff;

    text-align: center;

    margin-bottom: 1rem;

    background-color: rgb(167, 0, 0);

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

}



.mySlides {

    width: 100%;

    height: 300px;

    display: block;

    margin-left: auto;

    margin-right: auto;

    margin-top: auto;

    margin-bottom: 1rem;

    position: relative;

    top: 0.5rem;

}



.mySlides img {

    max-width: 100%;

    object-fit: contain;

    max-height: 100%;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



/* Add a pointer when hovering over the thumbnail images */



.cursor {

    cursor: pointer;

}



/* Next & previous buttons */



.prev {

    cursor: pointer;

    position: absolute;

    right: 186%;

    top: 45%;

    width: auto;

    z-index: 10;

    padding: 36px;

    margin-top: -50px;

    color: white;

    font-weight: bold;

    font-size: 20px;

    border-radius: 0 3px 3px 0;

    user-select: none;

    -webkit-user-select: none;

}



.next {

    cursor: pointer;

    position: relative;

    right: 186%;

    top: 45%;

    width: auto;

    z-index: 10;

    padding: 36px;

    margin-top: -50px;

    color: white;

    font-weight: bold;

    font-size: 20px;

    border-radius: 0 3px 3px 0;

    user-select: none;

    -webkit-user-select: none;

}



/* Position the "next button" to the right */



.next {

    right: 0;

    border-radius: 3px 0 0 3px;

}



/* On hover, add a black background color with a little bit see-through */



.prev:hover, .next:hover {

    background-color: rgba(255, 255, 255, 0.8);

}



/* Number text (1/3 etc) */



/* Container for image text */



.row:after {

    content: "";

    display: table;

    clear: both;

}



/* Six columns side by side */



.column {

    position: relative;

    margin: 0.5rem;

    right: 1rem;

    float: left;

    top: 0.5rem;

    max-width: 160px;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

}



@media(max-width:768px) {

    .column {

        position: relative;

        padding: 0.5rem;

        right: 0rem;

        float: left;

        max-width: 160px;

    }

}



@media(max-width:600px) {

    .mySlides img {

        position: absolute;

        max-width: 100%;

        top: 10%;

        object-fit: cover;

        max-height: 70%;

        display: block;

        margin-left: auto;

        margin-right: auto;

    }

}



.column img {

    height: 70px;

}



/* Add a transparency effect for thumnbail images */



.demo {

    opacity: 0.6;

}



.active, .demo:hover {

    opacity: 1;

}



.head_other {

    position: relative;

    height: 145px;

    /* background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(../img/popular-bg.jpg); */



    background-position: right;

    background-size: cover;

}



@media(max-width:825px) {

    .head_other {

        position: relative;

        height: 100px;

    }

}



@media(max-width:679px) {

    .head_other {

        display: block;

    }

}



.head_main_other {

    display: none;

    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0)), url(../img/nav.jpg);

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;

    height: 60vh;

}



@media(max-width:825px) {

    .head_main_other {

        position: relative;

        height: 60vh;

    }

}



@media(max-width:679px) {

    .head_main_other {

        display: block;

    }

}



.aboutus {

    padding: 2rem;

}



.aboutus p {

    font-size: 1rem;

}



.aboutus span {

    color: red;

    font-weight: 600;

}



.aboutus img {

    display: block;

    margin-left: auto;

    margin-right: auto;

    max-width: 400px;

    border-radius: 10%;

    margin-bottom: 2rem;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

}



@media(max-width:471px) {

    .aboutus img {

        display: block;

        margin-left: auto;

        margin-right: auto;

        max-width: 100%;

    }



    .aboutus {

        padding: 1rem;

    }

}



@media(max-width:575px) {

    /* #slide{

        display: none !important;

    } */

}



.left-why, .right-why {

    cursor: pointer;

    position: absolute;

    top: 50%;

    width: auto;

    padding: 16px;

    margin-top: -22px;

    color: white;

    font-weight: bold;

    font-size: 18px;

    transition: 0.6s ease;

    border-radius: 0 3px 3px 0;

    display: none;

}



.right-why {

    right: -1rem;

    border-radius: 3px 0 0 3px;

}



.left-why:hover, .right-why:hover {

    background-color: rgba(115, 115, 115, 0.8);

}



.left-slide-activity, .right-slide-activity {

    cursor: pointer;

    position: absolute;

    top: 20%;

    background-color: rgba(255, 255, 255, 0.726);

    width: auto;

    border-radius: 100%;

    padding: 16px;

    padding-right: 1.3rem;

    margin-top: -22px;

    color: rgb(0, 0, 0) !important;

    font-weight: bold;

    font-size: 28px;

    transition: 0.6s ease;

    border-radius: 0 3px 3px 0;

    z-index: 23333;

}



.right-slide-activity {

    right: 0rem;

    border-radius: 3px 0 0 3px;

}



.left-slide-activity {

    left: 0rem;

    border-radius: 3px 0 0 3px;

}



.left-slide-activity:hover, .right-slide-activity:hover {

    /* background-color: rgba(0, 0, 0, 1); */

    /* color: #fff !important  ; */

}



.left-review, .right-review {

    cursor: pointer;

    position: absolute;

    top: 45%;

    width: auto;

    padding: 16px;

    padding-right: 1.3rem;

    margin-top: -22px;

    color: #fff !important;

    font-weight: bold;

    font-size: 18px;

    transition: 0.6s ease;

    border-radius: 0 3px 3px 0;

    z-index: 23;

}



.right-review {

    right: -0rem;

    border-radius: 3px 0 0 3px;

}



.left-review {

    left: -0rem;

    border-radius: 3px 0 0 3px;

}



/* .left-review:hover, .right-review:hover {

    background-color: rgba(0, 0, 0, 1);

    color: #fff !important  ;

} */



.video {

    width: 100%;

    height: 99%;

}



.video video {

    width: 100%;

    height: 550px;

    position: relative;

    /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24); */

    background-color: transparent;

    object-fit: cover;

    object-position: left;

}



@media(max-width:1225px) {

    .video video {

        width: 100%;

        border-radius: 1rem;

        /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24); */

        height: 490px;

        background-color: transparent;

    }

}



@media(max-width:1123px) {

    .video video {

        width: 100%;

        border-radius: 1rem;

        /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24); */

        height: 400px;

        background-color: transparent;

    }

}



@media(max-width: 991px) {

    .video video {

        padding: 1rem 1.8rem 0rem 1.8rem;

    }

}



@media(max-width:991px) {

    .video video {

        width: 100%;

        border-radius: 1rem;

        /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24); */

        height: 400px;

        background-color: transparent;

    }

}



@media(max-width:575px) {

    .video video {

        width: 100%;

        height: 300px;

    }

}



.footer .social-network .row {

    margin: 0;

}



.footer .social-div {

    width: 100%;

    position: relative;

}



.footer .social-div .social {

    width: 25%;

    float: left;

    position: relative;

}



.footer .social-div .social i {

    position: relative;

    top: 0.3rem;

}



.footer .social-div .social p {

    position: relative;

    top: 0.7rem;

}



.footer .social-div .social:hover {

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

}



@media(max-width:767px) {

    .footer .social-div .social p {

        display: none;

    }



    .footer .social-div .social {

        padding: 2rem;

    }



    .footer .social-div .social i {

        font-size: 2.5rem;

    }

}



@media(max-width:485px) {

    .footer .social-div .social i {

        font-size: 2rem;

    }

}



/* review */





.review h1 {

    position: relative;

    margin: 0;

    width: auto;

    font-size: 1.7rem;

    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(185, 0, 0), rgba(0, 0, 0, 0));

    color: rgb(255, 255, 255);

    text-align: center;

    font-weight: 400;

    text-transform: uppercase;

    padding: 0.3rem;

    font-family: Arial, Helvetica, sans-serif;

}



.review h2 {

    color: #fff;

    /* padding:1rem;

    margin: 2rem; */

    margin-bottom: 1rem;

    font-family: 'Montserrat', sans-serif;

    font-weight: 500;

    font-size: 1rem;

    text-align: center;

    display: block;

    margin-left: auto;

    margin-right: auto;

    /* border-radius: 2rem; */

}



.review h2 span {

    color: rgb(255, 38, 38);

    font-weight: bold;

}



.reviews .revslideme {

    position: relative;

    top: 0.5rem;

}



.reviews {

    position: relative;

    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)), url(../img/review.jpg);

    background-position: bottom;

    background-size: cover;

    background-attachment: fixed;

    font-family: 'Montserrat', sans-serif;

    padding: 2rem;

    padding-top: 0.5rem;

}



.reviews p {

    color: #fff;

    padding: 1rem;

    padding-left: 3rem;

    padding-right: 3rem;

    padding-bottom: 0rem;

    text-align: center;

    display: block;

    position: relative;

    margin-left: auto;

    margin-right: auto;

}



.reviews p span {

    /* font-size: 1.4rem; */

    color: #fff;

}



@media(max-width:728px) {

    .review p {

        font-size: 0.8rem;

        margin-bottom: 0.3rem;

    }



    .review h2 {

        font-size: 0.9rem;

    }

}





/* acitivities */



.activities {

    padding-bottom: 0rem;

}



.activities h2 {

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.activities p {

    width: 100%;

}



#bgpic {

    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url(../img/bg-2.jpg);

    background-position: center;

    background-size: cover;

    background-attachment: fixed;

    height: 290px;

    font-family: 'Montserrat', sans-serif;

}



@media(max-width: 690px) {

    #bgpic {

        height: 420px;

    }

}



#bgpic h2 {

    color: #fff;

    padding: 1rem;

    margin: 2rem;

    margin-bottom: 1rem;

    font-family: 'Montserrat', sans-serif;

    font-weight: 600;

    display: block;

    margin-left: auto;

    margin-right: auto;

    border: 9px solid transparent;

    border-bottom: 1px solid rgb(255, 0, 0);

    /* border-radius: 2rem; */

}



#bgpic p {

    color: #fff;

    padding: 1rem;

    text-align: center;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.activity {

    position: relative;

    height: auto;

}



.activity-card {

    position: relative;

    height: 370px;

    width: 100%;

    margin: 0rem;

    border-radius: 0.5rem;

    z-index: 99;

    display: block;

    margin-left: auto;

    margin-right: auto;

    top: -4rem;

    cursor: pointer;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

}



.aslideme {

    padding: 0.4rem;

}



.activity-card img {

    height: 100%;

    width: 100%;

    /* background: radial-gradient(rgba(0,0,0,0.5)); */

    filter: brightness(85%);

    border-radius: 0.5rem;

}



.activity-card h1 {

    position: absolute;

    bottom: 10%;

    left: 1rem;

    color: #fff;

    font-size: 1.1rem;

    font-family: 'Montserrat', sans-serif;

    font-weight: 600;

}



.activity-card p {

    position: absolute;

    top: 20%;

    margin: 1rem;

    padding: 1rem;

    color: #fff;

    font-size: 0.9rem;

    font-family: 'Montserrat', sans-serif;

    font-weight: 400;

    display: none;

}



/* @media(max-width:1196px) {



} */



@media(max-width:991px) {

    .activity-card {

        margin: 0rem;

    }



    .activity {

        position: relative;

    }

}



@media(max-width:800px) {

    .activity-card {

        margin: 0rem;

    }

}



@media(max-width:679px) {

    .activity-card {

        margin: 0rem;

    }

}



@media(max-width:575px) {

    .activity-card {

        width: auto;

        height: auto;

        top: -11rem;

        display: block;

        margin-left: auto;

        margin-right: auto;

    }

}



@media(max-width:471px) {

    #bgpic p {

        font-size: 0.8rem;

    }



    #bgpic h2 {

        font-size: 1.4rem;

    }

}



@media(max-width:363px) {

    .activity-card {

        width: auto;

        display: block;

        margin-left: auto;

        margin-right: auto;

    }

}



/* Order Form */



.order_Form {

    position: fixed;

    background-color: rgba(0, 0, 0, 0.87);

    width: 100%;

    height: 100%;

    top: 0;

    z-index: 10000;

    display: none;

}



.order_Form .order_Main {

    background-color: rgba(255, 255, 255, 1);

    position: absolute;

    top: 10%;

    left: 10%;

    width: 80%;

    height: 84vh;

    overflow-y: scroll;

    padding: 0.5rem;

}



.order_Form .order_Main::-webkit-scrollbar {

    display: none;

}



.order_Form .order_Main .order_Title {

    width: 100%;

    padding: 1rem;

    padding-bottom: 0.1rem;

    padding-top: 0.5rem;

    margin: 0rem;

    background-color: #fff;

    border: 1px solid #b12f2f;

    ;

}



.order_Form .order_Main .order_Close {

    position: absolute;

    right: 1%;

    top: 0.5rem;

    padding: 0.2rem;

    margin: 0.5rem;

    color: #b12f2f;

    font-weight: bold;

    cursor: pointer;

}



.order_Form .order_Main .order_Title h1 {

    color: #000;

    text-align: center;

    font-size: 1.5rem;

    font-weight: 500;

    text-transform: uppercase;

}



@media(max-width: 535px) {

    .order_Form .order_Main .order_Title h1 {

        font-size: 1.2rem;

    }

}



.order_Form .order_Details {

    background-color: rgb(255, 255, 255);

    position: relative;

    float: left;

    width: 30%;

    border-top-right-radius: 1rem;

    border-bottom-right-radius: 1rem;

    padding: 1rem;

    padding-top: 0rem;

    border-left: 1px solid #e9e9e9;

}



.order_Form .order_Details h2 {

    font-size: 1.4rem;

    font-weight: 500;

    text-align: center;

    display: block;

    text-transform: uppercase;

    margin-left: auto;

    margin-right: auto;

    border-bottom: 1px solid #e9e9e9;

    padding: 0.9rem;

    margin: 0rem;

}



.order_Form .order_Details h1 {

    font-size: 1.4rem;

    font-weight: 600;

    text-align: center;

    display: block;

    margin-left: auto;

    margin-right: auto;

    padding: 1.5rem;

    padding-bottom: 1.3rem;

}



.order_Form .order_Details span {

    color: #b12f2f;

    font-weight: 600;

}



.order_Form .order_Details button {

    padding: 1rem;

    padding-left: 1.3rem;

    padding-right: 1.3rem;

    background-color: #b12f2f;

    color: #fff;

    font-size: 1rem;

    border: none;

    border-radius: 1rem;

    display: block;

    margin-left: auto;

    margin-right: auto;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

}



.order_Form .order_Details p {

    font-size: 1rem;

    font-weight: 500;

    margin-bottom: 0.2rem;

    text-align: left;

    border-bottom: 1px solid #e9e9e9;

    padding: 1rem;

}



.order_Form .order_Details .center_Details {

    text-align: center;

    font-size: 0.9rem;

}



.order_Form .order_Details input[type=number] {

    width: 30%;

    border: 1px solid rgb(214, 214, 214);

}



.order_Form .order_Details input[type=text] {

    width: 60%;

    border: 1px solid rgb(214, 214, 214);

    padding: 0.1rem;

}



.order_Form .order_Details input[type=email] {

    width: 60%;

    border: 1px solid rgb(214, 214, 214);

    padding: 0.1rem;

}



.order_Form .order_Details select {

    width: auto;

    background-color: #fff;

}



.order_Form .order_Details option {

    width: 60%;

    background-color: #fff;

}



.order_Form .order_Details input[type=date] {

    border: 1px solid rgb(214, 214, 214);

    padding: 0.1rem;

}



.order_Form .order_Options {

    background-color: rgb(255, 255, 255);

    position: relative;

    border: 1px solid #b12f2f;

    float: left;

    width: 100%;



}



.order_Form .order_Options h4 {

    padding: 1rem;

    font-weight: 300;

    text-align: center;

    font-size: 1.2rem;

    text-transform: uppercase;

    border-bottom: 1px solid #e9e9e9;

}



.order_Form .order_Options select {

    font-size: 1.2rem;

    color: rgb(31, 31, 31);

    width: 30%;

}



.order_Form .payTotal {

    position: relative;

    float: left;

    width: 100%;

    margin-top: 1rem;

}



.order_Form .payTotal p {

    float: left;

    width: 50%;

    text-transform: uppercase;

}



@media(max-width: 780px) {

    .order_Form .payTotal p {

        float: left;

        width: 100%;

        text-align: center;

        text-transform: uppercase;

    }

}



.order_Form .payTotal p span {

    font-weight: bold;

    color: #000;

    font-size: 1.2rem;

}



.order_Form .payTotal p b {

    font-weight: bold;

    color: #000;

    font-size: 1.4rem;

}



.order_Form .payTotal p button {

    padding: 0.5rem;

    padding-left: 1.3rem;

    padding-right: 1.3rem;

    background-color: #ec2020;

    color: #fff;

    font-size: 1.6rem;

    border: none;

    border-radius: 1rem;

    display: block;

    margin-left: auto;

    margin-right: auto;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

}



.order_Form .order_Options .more_Options {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

}



@media(max-width: 1085px) {

    .order_Form .order_Options .more_Options {

        display: block;

        width: 100%;

    }

}



.order_Form .order_Options .more_Options p {

    float: left;

    width: auto;

    text-transform: uppercase;

    padding-left: 2rem;

    margin-bottom: 0.5rem;

}



.order_Form .order_Options .more_Options input[type=number] {

    width: auto;

    border: 1px solid rgb(214, 214, 214);

}



.order_Form .order_Options .extra_Options {

    float: left;

    width: 100%;

    height: 200px;

    padding: 0.5rem;

    overflow-x: scroll;

}



.order_Form .order_Options .extra_Options table {

    width: 100%;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.32), 0 1px 2px rgba(0, 0, 0, 0.24);

    overflow-x: scroll;

    table-layout: fixed;

}



.order_Form .order_Options .extra_Options td {

    border-bottom: 1px solid rgb(214, 214, 214);

    padding: 0.5rem;

}



.order_Form .order_Options .extra_Options td span {

    font-weight: 600;

}



.order_Form .order_Options .extra_Options th {

    padding: 0.5rem;

    border: 1px solid rgb(214, 214, 214);

    font-weight: 600;

}



.order_Form .order_Options .extra_Options input[type=number] {

    display: block;

    margin-left: auto;

    margin-right: auto;

    width: 30%;

    border: 1px solid rgb(214, 214, 214);

}



.order_Form .order_Options .enquiry_Details {

    float: left;

    width: 100%;

    padding: 1rem;

}



.order_Form .order_Options .enquiry_Details .randr {

    font-size: 0.8rem;

    display: block;

    margin-left: auto;

    margin-right: auto;

    float: left;

}



.order_Form .order_Options .enquiry_Details .randr h3 {

    font-size: 1rem;

    display: block;

    margin-left: auto;

    margin-right: auto;

    position: relative;

    top: 1rem;

}



.order_Form .order_Options .enquiry_Details p {

    float: left;

    width: 50%;

}



.order_Form .order_Options .enquiry_Details input[type=text] {

    width: 90%;

    border: 1px solid rgb(214, 214, 214);

    padding: 0.5rem;

}



.order_Form .order_Options .enquiry_Details input[type=email] {

    width: 90%;

    border: 1px solid rgb(214, 214, 214);

    padding: 0.5rem;

}



.order_Form .order_Options .enquiry_Details textarea {

    width: 100%;

    border: 1px solid rgb(214, 214, 214);

    padding: 0.5rem;

}



@media(max-width:1123px) {

    .order_Form .order_Options {

        width: 100%;

    }



    .order_Form .order_Details {

        background-color: rgb(255, 255, 255);

        position: relative;

        float: left;

        width: 100%;

        border-top-right-radius: 1rem;

        border-bottom-right-radius: 1rem;

        padding: 1rem;

        border-left: 1px solid #e9e9e9;

    }

}



@media(max-width:779px) {

    .order_Form .order_Options .more_Options p {

        width: 100%;

        display: block;

        margin-left: auto;

        margin-right: auto;

        text-align: center;

    }



    .order_Form .order_Options .more_Options input[type=number] {



        text-align: center;

        width: 80%;

    }



    .order_Form .order_Options .more_Options input[type=date] {



        text-align: center;

        width: 80%;

    }



    .order_Form .order_Options .more_Options p {

        padding-left: 0;

    }



    .order_Form .order_Options .enquiry_Details p {

        width: 100%;

        text-align: left;

    }



    .order_Form .payTotal select {

        width: 80%;

        text-align: left;

    }



    .order_Form .order_Options select {

        width: 80%;

        text-align: left;

    }



    .order_Form .order_Options .enquiry_Details input[type=text] {

        width: 100%;

    }



    .order_Form .order_Options .enquiry_Details input[type=email] {

        width: 100%;

    }



    .order_Form .order_Options .enquiry_Details textarea {

        width: 100%;



    }



    .order_Form .order_Options h4 {

        font-size: 1rem;

        padding-bottom: 0.6rem;

        font-weight: 600;

        line-height: 2;

    }

}



@media(max-width:500px) {

    .order_Form .order_Main .order_Options .extra_Options {

        width: 100%;

    }



    .order_Form .order_Main .order_Options .extra_Options input[type=number] {

        width: 100%;

    }



    .order_Form .order_Options .enquiry_Details input[type=text] {

        width: 100%;

    }



    .order_Form .order_Options .enquiry_Details input[type=email] {

        width: 100%;

    }



    .order_Form .order_Details input[type=number] {

        width: 75%;

        border: 1px solid rgb(214, 214, 214);

    }



    .order_Form .order_Details input[type=text] {

        width: 75%;

        border: 1px solid rgb(214, 214, 214);

    }



    .order_Form .order_Details input[type=email] {

        width: 75%;

        border: 1px solid rgb(214, 214, 214);

    }

}



@media(max-width:375px) {

    .order_Form .order_Options .enquiry_Details input[type=text] {

        width: 100%;

    }



    .order_Form .order_Options .enquiry_Details input[type=email] {

        width: 100%;

    }



    .order_Form .order_Details input[type=email] {

        width: 100%;

        border: 1px solid rgb(214, 214, 214);

    }



    .order_Form .order_Details input[type=number] {

        width: 100%;

        border: 1px solid rgb(214, 214, 214);

    }



    .order_Form .order_Details input[type=text] {

        width: 100%;

        border: 1px solid rgb(214, 214, 214);

    }



    .order_Form .order_Details input[type=email] {

        width: 100%;

        border: 1px solid rgb(214, 214, 214);

    }



    .order_Form .order_Options select {

        font-size: 1rem;

    }



    .order_Form .order_Main .order_Title h1 {

        text-align: left;

    }

}



.float_whatsapp {

    position: fixed;

    width: 60px;

    height: 60px;

    bottom: 65px;

    right: 8px;

    background-color: #40c351;

    color: #FFF;

    border-radius: 50px;

    text-align: center;

    font-size: 30px;

    box-shadow: 2px 2px 3px #000;

    z-index: 100;

}



.float_call {

    position: fixed;

    width: 60px;

    height: 60px;

    bottom: 135px;

    right: 8px;

    background-color: #fff;

    color: #FFF;

    border-radius: 50px;

    text-align: center;

    font-size: 30px;

    box-shadow: 2px 2px 3px #000;

    z-index: 100;

}

.breadcrumb-item.active {
    color: #000;
}

.product-display {

    background-color: #000;

    /* background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url(../img/product-bg.jpg); */
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)), url(../img/product-bg.jpg);
    background-position: center;

    background-size: cover;

    background-attachment: fixed;

    padding: 2rem;

}



.product-description {

    padding: 1rem;

}



.product-description p {

    padding: 1rem;

    color: #000;

    font-size: 0.9rem;

}



.product-display .product-tab {

    margin: 2rem 2rem 1rem 2rem;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.product-display .product-tab .product-tab-row {

    position: relative;

    float: left;

    z-index: 9;

}



.product-display .product-tab .product-tab-row.details-tab {

    position: relative;

    float: left;

    z-index: 0;

    display: block;

    top: 1.5rem;

    right: 1rem;

    padding: 1rem;

    background-color: rgb(255, 255, 255);

    -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.16), 2px 1px 4px rgba(0, 0, 0, 0.46);

    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.16), 2px 1px 4px rgba(0, 0, 0, 0.46);

}



.product-display .product-tab .product-tab-row img {

    max-width: 400px;

    margin: 0rem;

    -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.16), 2px 1px 4px rgba(0, 0, 0, 0.46);

    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.16), 2px 1px 4px rgba(0, 0, 0, 0.46);

}



.product-display .product-tab .product-tab-row .title-product h2 {

    color: rgb(0, 0, 0);



    font-weight: 600;

    font-size: 1.6rem;

    text-transform: uppercase;

    padding: 0.5rem 1rem 0.3rem 1rem;

    border-radius: 1rem;

}



.product-display .product-tab .product-tab-row .price-product {

    margin: 1rem;

    padding: 0.5rem;

    border-left: 5px solid rgb(255, 0, 0);

    background-color: rgba(255, 255, 255, 0.082);

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.16);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.16);

    width: 80%;

    display: block;

    margin-left: auto;

    margin-right: auto;

    text-align: center;

    overflow: hidden;

}



.product-display .product-tab .product-tab-row .price-product button {

    margin: 0.3rem 1rem 0.3rem 1rem;

    padding: 0.5rem 1rem 0.3rem 1rem;

    background-color: #c51f1f;

    border: none;

    color: rgb(255, 255, 255);

    text-transform: uppercase;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.16);

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.16);

    font-weight: bold;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.product-display .product-tab .product-tab-row .price-product button:hover {

    background-color: rgb(0, 0, 0);

    color: rgb(255, 255, 255);

}



.product-display .product-tab .product-tab-row .price-product p {

    color: #000;

    font-size: 1.8rem;

    display: inline-table;

    font-weight: bold;

    margin-bottom: 0;

}



.product-display .product-tab .product-tab-row .price-product p span {

    color: #000;

    font-size: 1.2rem;

    font-weight: normal;

    text-align: center;

    margin-right: 0.2rem;

    text-decoration: line-through;

}



.product-display .product-tab .product-tab-row .button-product {

    text-align: center;

    width: 100%;

}



.product-display .product-tab .product-tab-row .button-product a {

    float: none;

    margin: 0.3rem;

}



.product-display .next-button, .product-display .prev-button {

    cursor: pointer;

    position: absolute;

    top: 65%;

    width: auto;

    padding: 16px;

    color: white;

    background-color: rgba(0, 0, 0, 0.329);

    font-weight: bold;

    font-size: 18px;

    transition: 0.6s ease;

    border-radius: 0 3px 3px 0;

    display: block;

}



.product-display .next-button {

    right: 0rem;

    border-radius: 3px 0 0 3px;

}



.product-display .prev-button {

    left: -0.5rem;

    border-radius: 3px 0 0 3px;

}



.product-display .next-button:hover, .product-display .prev-button:hover {

    background-color: rgba(0, 0, 0, 0.637);

    color: #fff;

}



@media(max-width:767px) {

    .product-display .product-tab .product-tab-row {

        position: relative;

        float: none;

        width: 100%;

        display: block;

        margin-left: auto;

        margin-right: auto;

    }



    .product-display .product-tab .product-tab-row .title-product h2 {

        margin: 0rem;

        text-align: center;

    }



    .product-display {

        padding: 0rem;

        padding-top: 2rem;

        padding-bottom: 2rem;

    }



    .product-display .container {

        margin: 0rem;

        padding: 1rem;

    }



    .product-display .product-tab .product-tab-row img {

        max-width: auto;

        width: 100%;

    }



    .product-display .product-tab .product-tab-row.details-tab {

        position: relative;

        float: none;

        z-index: 0;

        display: block;

        top: 0rem;

        right: 0rem;

        padding: 1rem;

        background-color: rgb(255, 255, 255);

        -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.16), 2px 1px 4px rgba(0, 0, 0, 0.46);

        box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.16), 2px 1px 4px rgba(0, 0, 0, 0.46);

    }

}



.errormessage {

    text-align: center;

    color: red;

    padding: 5rem;

    font-size: 1rem;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.slideme {

    z-index: 9999999999;

}



#wrongCaptcha {

    color: red;

    font-size: 1rem;

    font-weight: normal;

    text-align: left;

}



#wrongCaptcha_find {

    color: red;

    font-size: 1rem;

    font-weight: normal;

    text-align: left;

}



#wrongCaptcha_event {

    color: red !important;

    font-size: 1rem;

    position: relative;

    top: 0rem;

    font-weight: normal;

    text-align: left;

}



.success_upload {

    padding: 1rem 0 3rem 0;

    top: 0;

    border-radius: 1rem;

    display: none;

}



.success_upload h4 {

    color: rgb(0, 189, 0) !important;

    text-align: center;

    top: 0;

    padding-bottom: 1rem;

    font-size: 2rem;

    margin: 0;

}



.success_upload p {

    color: rgb(0, 0, 0);

    text-align: center;

    top: 0;

    margin: 0;

}



.success_upload img {

    display: block;

    margin-left: auto;

    margin-right: auto;

    max-width: 150px;

    margin-top: 1rem;

    margin-bottom: 1rem;

}



.failed_upload {

    padding: 1rem 0 3rem 0;

    top: 0;

    border-radius: 1rem;

    display: none;

}



.failed_upload h4 {

    color: rgb(189, 0, 0) !important;

    text-align: center;

    top: 0;

    padding-bottom: 1rem;

    font-size: 2rem;

    margin: 0;

}



.failed_upload p {

    color: rgb(0, 0, 0);

    text-align: center;

    top: 0;

    margin: 0;

}



.failed_upload p b {

    color: rgb(255, 0, 0) !important;

    text-transform: uppercase;

}



.failed_upload img {

    display: block;

    margin-left: auto;

    margin-right: auto;

    max-width: 150px;

    margin-top: 1rem;

    margin-bottom: 1rem;

}



.loading_screen {

    display: none;

}



.loading_screen img {

    display: block;

    margin-left: auto;

    margin-right: auto;

    max-width: 150px;

    top: 0;

}



.loading_screen p {

    color: rgb(0, 0, 0);

    text-transform: uppercase;

    text-align: center;

    top: 0;

}



.success {

    position: relative;

    box-shadow: 2px 2px 2px 2px #000;

    color: #fff;

    background-color: green;

    padding: 0.4rem;

    text-align: center;

    border-radius: 1rem;

    text-decoration: none;

    font-weight: bold;

}



.failed {

    position: relative;

    box-shadow: 2px 2px 2px 2px #000;

    color: #fff;

    background-color: red;

    padding: 0.4rem;

    text-align: center;

    border-radius: 1rem;

    text-decoration: none;

    font-weight: bold;

}



.status {

    display: none;

    margin-top: 2rem;

}



.status img {

    max-width: 150px;

    margin-top: 1rem;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.loading {

    display: none;

    max-width: 250px !important;

    margin-left: auto;

    margin-right: auto;

}



.captcharefresh {

    border: none !important;

    color: red !important;

    font-size: 1rem !important;

    padding: 0 !important;

    margin: 0 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-weight: bold !important;

    text-decoration: none;

}



.captchaHere p {

    margin-bottom: 0rem;

    padding: 0rem;

}



.leftside {

    flex: 0 0 50%;

    max-width: 50%;

}



.product_layout {

    width: 100%;

}



.product_layout .left {

    float: left;

    width: 50%;

}



.product_layout .product_image {

    float: right;

    position: relative;

}



.product_layout .product_image img {

    max-width: 490px;

    border-radius: 1rem;

    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.16), 2px 1px 4px rgba(0, 0, 0, 0.46);

}



.product_layout .product_image .title-product h2 {

    position: absolute;

    width: 100%;

    font-weight: 400;

    border-radius: 1rem;

    margin: 0;

    padding: 1rem;

    padding-bottom: 0.8rem;

    padding-top: 4rem;

    color: #fff;

    text-align: center;

    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1));

    bottom: 0;

    font-size: 1.2rem;

}



.products {

    padding: 2rem 0rem 2rem 0rem;

}



.product_layout .product_details {

    margin: 1rem;

    float: left;

    padding: 90px 0;

}



.product_layout .price-product p {

    text-align: center;

    color: #fff;

    font-weight: bold;

    font-size: 1.8rem;

    padding-bottom: 0.5rem;

    margin: 0;

}



.product_layout .price-product .oldPrice span {

    text-decoration: line-through;

    font-size: 1rem;
    font-weight: 400;
    color: #000;

}



.product_layout .price-product .oldPrice {

    text-decoration: line-through;

    font-size: 1rem;

    color: red;

    padding-bottom: 0rem;

}



.product_layout .price-product .newPrice span {

    color: #000;

    font-size: 2rem;

}



.product_layout .price-product .newPrice {

    color: #27d206;

}



.product_layout .price-product button {


    background-color: rgba(255, 0, 0, 0.849);

    border: 1px solid rgba(255, 0, 0, 0.849);

    color: #fff;

    width: 100%;


    padding: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;

    margin-bottom: 1rem;

    border-radius: 1rem;

}



.product_layout .price-product button:hover {

    background-color: rgba(255, 0, 0, 0.849);

    border: 1px solid rgba(255, 0, 0, 0.849);

}



.product_layout .pbadge {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 1;

}



.product_layout .pbadge img {

    max-width: 150px !important;

    box-shadow: none;

}



@media(max-width: 761px) {

    .products {

        padding: 0rem 0rem 2rem 0rem;

    }



    .product-description p {

        padding: 0;

        padding-top: 1rem;

    }



    .product_layout .left {

        float: none;

        width: auto;

        display: flex;

        justify-content: center;

    }



    .product_layout .product_details {

        padding: 0;

    }



    .product_layout .left {

        width: 100%;

    }



    .product_layout .product_image {

        float: none;

        width: auto;

        position: relative;

    }



    .product_layout .product_image .title-product h2 {

        position: absolute;

        width: 100%;

        font-weight: 400;

        border-radius: 1rem;

        margin: 0;

        padding: 1rem;

        padding-bottom: 0.8rem;

        padding-top: 4rem;

        color: #fff;

        text-align: center;

        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 1));

        bottom: 0;

        font-size: 1.2rem;

    }



    .products .row {

        margin: 0;

        padding: 0.5rem;

    }

}



@media(max-width: 417px) {

    .breadcrumb-wrap .breadcrumb {

        font-size: 0.8rem;

    }

}



@media(max-width: 367px) {



    .product_layout .product_image img {

        width: 100%;

        max-width: none;

    }

}

@media(max-width: 679px) {



    .container_again {

        padding-left: 0rem !important;

    }

}

.empty {

    color: red;

    text-align: center;

}

.product-card a {
    display: block;
}

.product-tumb {
    width: 100%;
    height: 360px;
}

.product-card img {
    object-fit: cover !important;
}

@media(max-width: 768px) {
    .product-card img {
        object-fit: cover;
    }

    .product-tumb {
        width: auto;
        height: auto;
    }
}