﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;    
}
.container{
    width:100%;
}
.bg-gray {
    background: #f3f3f3;
}
a {
    text-decoration: none;
}
.pl-0
{
    padding-left:0;
}
.pr-0 {
    padding-right: 0;
}
.pb-0 {
    padding-bottom: 0;
}
    .pb-0 .banner {
        margin-bottom:0;
    }
.top-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e1e1e1;
    line-height: 30px;
    background: #fff;
    font-size:14px;
}
    .top-bar a{
        color:#212529;
    }
    .form--search {
        width: 100%;
        height: 30px;
        border: solid 1px #dbdbdb;
        border-radius: 5px;
        max-width: 350px;
        float: right;
        line-height: 35px;
    }
.input--search {
    border: none;
    text-indent: 15px;
    max-width: 300px;
    width: calc(100% - 30px);
    float: left;
    height: 28px;
    background: none;
}
.btn--search {
    float: left;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
}
.btn--search:focus,
.input--search:focus {
    outline: none;
}
.dk-header {
    padding-top: 10px;
    position: relative;
    background:#fff;
}
.dk-header .logo img
{
    max-height:70px;
}
    .header--support {
        display: table;
        width: 100%;
        padding-top: 10px;
        position:relative;
    }
.sub-header
{
    font-size:13px;
    font-weight:400;
}
.widget-colunm
{
    width:calc(100% - 60px);
    float:right;
}
.wiget-phone a {
    color: #1e1e1e;
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    border: solid 1px #ddd;
}
.widget-icon
{
    float:left;
    width:50px;
    height:40px;
    text-align:center;
    line-height:40px;
}
.wiget-cart .fa-solid,
.wiget-phone .fa-solid {
    margin-right: 10px;
}
.header--search {
    margin-top: 10px;
    margin-bottom: 10px;
    display: table;
    border: solid 1px #e1e1e1;
    width: calc(100% - 400px);
    float: left;
    background: #fff;
    border-radius: 5px;
    position: relative !important;
}
.main-menu {
    background: #D1893B;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
}
    .main-menu > a{
        padding-left:60px;
        color:#fff;
        display:block
    }
    .main-menu:before {
        content: '';
        background: url(/Images/icon/menu-ico.png) no-repeat center center;
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 50px;
    }
.txt_search {
    width: 100%;
    height: 44px;
    padding-left: 15px;
    padding-right: 55px;
    color: #515151;
    border: none;
    border-radius: 50px;
    float: left;
    position: relative !important;
}
.ui-menu-item:hover
{
    background:#f1f1f1;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 5px !important;
    display: table;
    width: 100%;
}
.bt_search {
    width: 60px;
    height: 34px;
    border: none;
    float: left;
    background: url(/images/icon/search.png) center center no-repeat #D33948;
    position: absolute;
    top: 5px;
    right: 7px;
    border-radius: 5px;
}
.bt_search:focus,
.txt_search:focus,
.txt_search:hover {

    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.header--widgets {
    display: table;
    max-width: 480px;
    float: right;
    color: #fc7d01;
}
.wiget-cart {
    margin-right: 0 !important;
}
.wiget-cart a {
    color: #1e1e1e;
    display: flex;
    align-items: center;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    border: solid 1px #ddd;
    font-weight: 600;
    
}
.sub-count {
    width: 19px;
    background: #f43a3a;
    line-height: 19px;
    position: absolute;
    right: 3px;
    border-radius: 50%;
    top: -7px;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.info-wiget-icon {
    float: left;
    margin-right: 20px;
    position: relative;
    display: block;
    white-space:nowrap;
}
.box--icon-wiget {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    margin-right: 15px;
    border: solid 1px #fc7d01;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    float: left;
}
.box--info-wiget
{
    float:left;
}
    .box--icon-wiget img {
        height: 35px;
    }
.box--info-wiget p.uppercase_text,
.box--info-wiget p.uppercase_text a {
    margin-bottom: 0;
    font-size: 16px;
    color: #fc7d01;
    font-weight: bold;
}
.has-menu
{
    float:right;
    margin-right:10px;
}
.main-nav {
    background-color: #D33948;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 20%);
}
.main-title {
    background-color: #fa7e07;
    color: #fff;
    font-weight: 600;
    padding-left: 15px;
    position:relative;
}
    .main-title a{
        color:#fff;
    }
    .main-title .fa-solid {
        margin-right: 5px;
    }
ul.dropdown-menu .dropdown-item,
.main-nav .navbar,
.main-nav .navbar .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size:14px;
}
.navbar-expand .navbar-nav .nav-link
{
    padding-left:15px;
    padding-right:15px;
}
.main-nav .navbar .nav-item .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.main-nav .navbar .nav-item:focus,
.main-nav .navbar .nav-item:hover {
    background-color: #000;
}
    .main-nav .navbar .nav-item:focus > a, .main-nav .navbar .nav-item:hover > a {
        color: #fff;
    }
    .mobile-toggle {
        display: none;
    }
.dropdown-item .fa-solid {
    font-size: 13px;
}
.nav-item .fa-solid
{
    font-size:12px;
}
.block-slide {
    margin-top: 15px;
    margin-bottom: 15px;
}
    .block-slide .sidebar {
        border: solid 1px #efefef;
        background: #fff;
        border-radius: 0;
        height: 100%;
    }
        .block-slide .sidebar a{
            color:#212121
        }
        .block-slide .sidebar .nav-item,
        .block-slide .nav-item .dropdown-menu li {
            height: 45px;
            line-height: 45px;
            white-space: nowrap;
            border-bottom: solid 1px #efefef;
        }
        .block-slide .sidebar li .submenu {
            top: 0;
            padding: 0;
            border-radius:0
        }
            .block-slide .sidebar .nav-item a {
                padding: 0 15px 0 15px !important;
            }
            .block-slide .banner:last-child {
                margin-bottom: 0;
            }
    .block-index {
        padding: 0 0 20px 0;
    }
.banner
{
    margin-bottom:15px;
}
.mt-20 {
    margin-top: 20px;
}
.index--title .float-end
{
    color:#1e1e1e;
}
.page-title,
.index--title {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.index--title:before{
    content:'';
    position:absolute;
    background-color:#D33948;
    position:absolute;
    bottom:0;
    left:calc(50% - 30px);
    width:60px;
    height:2px;
}
.box--sale {
    border: solid 1px #fa4a07;
    padding: 10px 15px;    
    height:80px;
    margin:10px 10px 20px 10px;
}
h1.sub--title
{
    font-size:16px;
    text-align:center;
    margin-bottom:40px;
}
.owl-carousel .box--product {
    padding: 0 0 20px 0;
}
    .owl-carousel .box--product .box--image--thumb{
        margin: 10px;
    }
.owl-carousel .box--name {
    margin-top: 20px;
    border-top: solid 1px #ddd;
    padding:20px 10px 0 10px;
}
.owl-carousel .box--name a{
    height:44px;
    display:block;
    font-weight:600;
}
.sub--sale {
    text-align: center;
    color: #979797;
}
.img-full {
    width: 100%;
}
.page--details .nav-pills .nav-link.active,
.page--details .nav-pills .show > .nav-link {
    color: #1e1e1e;
    background-color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.page--details .nav-pills .nav-link {
    font-weight: 700;
    font-size: 18px;
    color:#aaa;
    position:relative;
}
    .page--details .nav-pills .nav-link.active:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 3px;
        background: #D33948;
        bottom: 0;
        left: calc(50% - 20px);
    }
    .main-details {
        display: inline-block;
        position: relative;
        font-weight: 600;
        margin: 0;
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 0px;
        padding-left: 20px;
        padding-right: 30px;
        line-height: 45px;
    }
.index--title span, .index--title h2, .index--title .h1{
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 30px;
    line-height: 45px;
    color: #fff;
}
    .index--title h2 a,
    .index--title h3 a {
        color: var(--bs-body-color);
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }
.index--title span .fa-brands {
    margin-right: 3px;
}
.section--blog .list--menu,
.section--1 .list--menu {
    display: flex;
    justify-content: center;
}
    .section--blog .list--menu h3,
    .section--1 .list--menu h3 {
        font-size: 15px;
        text-transform: uppercase;
        display: inline-flex;
    }
    .section--blog .list--menu h3 a,
    .section--1 .list--menu h3 a {
        margin-top: 10px;
        color: #1e1e1e;
        border: solid 1px #ddd;
        margin-left: 5px;
        margin-right: 5px;
        padding: 7px 25px;
        border-radius: 25px;
        margin-bottom: 30px;
    }
.section--1 .row {
    --bs-gutter-x: 0;
}
.section--1 .box--product {
    margin-bottom:0;
    padding:0 0 20px 0;
    height:100%;
}
.section--1 .box--image--thumb {
    margin: 10px;
}
.section--1 .box--name {
    overflow:hidden;
    margin-top: 20px;
    border-top: solid 1px #ddd;
    padding: 20px 10px 0 10px;
    height:65px;
    font-weight:600;
}
.section--1 .col-xl-20
{
    margin-bottom:20px;
}
.section--2 {
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-bottom: 20px;
}
    .section--2 .box--banner {
        flex: 0 0 auto;
        width: 33.33333333%;
        background:#fff;
    }
    .section--2 .box--index {
        flex: 0 0 auto;
        width: 66.66666667%;
        margin-bottom:0;
        padding-top:20px;
    }
        .section--2 .box--index .index--title h2 a{
            font-size:20px;
        }
        .section--2 .box--index .index--title h2{
            padding-left:0;
        }
        .section--2 .box--index .list--menu h3 {
            margin-bottom: 0;
            position: relative;
            padding-left: 20px;
        }
        .section--2 .box--index .list--menu h3 a {
            font-size: 15px;
            text-transform: uppercase;
            color: #1e1e1e;
            margin-right: 15px;
        }
.box--index a:hover{
    color:#D33948 !important;
}
.section--2 .box--index .list--menu h3:before {
    content: '|';
    color: #ddd;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 10px;
}
.section--2 .title--menu
{
    width:100%;
    display:table;
}
.section--2 .box--index .list--menu h3:first-child:before {
    content: none;
}
        .section--2 .box--index .index--title {
            float: left;
            width: auto;
            text-align: left;
        }
        .section--2 .box--index .list--menu {
            float: right;
            width: auto;
            text-align: left;
            white-space:nowrap;
            display:inline-flex;
            line-height:30px;
        }
            .section--2 .box--index .index--title:before {
                content: none;
            }
.section--2 .box--banner .img-effect {
    height: 100%;
}
.section--2 .box--banner img {
    min-width:100%;
    height:100%;
}
.section--2 .box--index
{
    padding-bottom:0;
}
.section--2 .box--product {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
}
.section--2 .box-card {
    display:none;
}
.section--2 .box--name,
.section--2 .rating,
.section--2 .box--price {
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
}
.section--2 .box--index .row .col-xl-20 {
    width: 33.33333%;
}
.article_colum {
    border: solid 2px #efefef;
}
    .article_colum .article_thumb a {
        display:block;
        position:relative;
    }
    .article_colum .article_thumb img{
        width:100%;
    }
    .article_colum .article_name {        
        padding: 20px 15px 10px 15px;
        text-align:center;
    }
    .article_colum .article_name a{
        color:#000;
        font-size:16px;
        text-transform:uppercase;
        font-weight:600;
    }
    .article_colum .article_desc {
        padding: 20px 15px;
        border-top: solid 1px #efefef;
    }
    .article_colum .article_desc {
        padding: 20px 15px 40px 15px;
        text-align:center;
        color:#515151;
    }
    .article_colum .article_meta {
        text-align:center;
    }
    .article_colum .article_desc p {
        margin-bottom: 30px;
    }
    .article_colum .article_desc a{
        background-color:#D33948;
        color:#fff;
        padding:10px 25px;
        border-radius:3px;
    }
    .article_colum .article_desc a:hover {
        background-color: #97000b;
        color:#fff !important;
    }
    .article_thumb a .published {
        position: absolute;
        background-color: #fff;
        width: 80px;
        height: 70px;
        left: 15px;
        top: 15px;
        text-align: center;
        line-height: 24px;
        border-radius: 3px;
    }
    .article_thumb a .published .published--day {
        font-size: 24px;
        font-weight: 500;
        color: #000;
        margin-top: 12px;
        position: relative;
        display: table;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #efefef;
        padding-bottom: 3px;
    }
    .article_thumb a .published .published--month {
        font-size:14px;
        font-weight:500;
        color: #000;
    }
.box--index {
    clear: both;
    width: 100%;
    background-color: #fff;
    padding: 40px 15px;
    position: relative;
    margin-bottom: 15px;
}
.box--product {
    border: solid 1px #efefef;
    padding: 15px;
    margin-bottom:5px;
}
.g-2 .box--product
{
    margin-bottom:0;
}
.box--image--thumb {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
    .box--image--thumb img {
        transition: 0.5s all ease-in-out;
    }
        .box--image--thumb img:hover {
            transform: scale(1.05);
        }
    .box--image--thumb .overlay {
        font-size: 13px;
        color: #fff;
        background: #d33948;
        padding: 3px 15px;
        border-radius: 5px;
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .box--name {
        text-align: center;
        line-height: 22px;
        margin-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .box--name a{
        color:#000;
        font-weight:600;
        text-transform:uppercase;
    }
        .box--name a:hover {
            color: #D33948;
        }
.box--index .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    font-size:20px;
}
.box--index .owl-theme .owl-nav [class*=owl-]:hover {
    background:none;
    color:#fa7e07;
}
    .box--price {
        height: 20px;
        line-height: 20px;
        color: #D33948;
        text-align: center;
        font-weight: 600;
    }
    .box--price .old-price {
        font-weight: 500;
        color: #9a9a9a;
        font-size: 12px;
    }
.box-card {
    border-top: solid 1px #ddd;
    text-align: center;
    margin-top:10px;
    padding-top: 20px;
}
.box-card a{
    display:block;
    color:#1e1e1e;
}
.nav-bar h4 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform:uppercase;
}
.nav-bar h4:after
{
    content:'';
    position:absolute;
    height:3px;
    width:50px;
    background:#D33948;
    bottom:0;
    left:0;
}
.p-30{
    padding:30px;
}
.wiget-bar {
    background-color: rgb(255, 255, 255);
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 20px 30px 10px 30px;
}
    .wiget-bar .far,
    .wiget-bar .fas {
        width: 15px;
    }
    .wiget-bar h2 {
        line-height: 35px;
        border-bottom: dashed 1px #d5d5d5;
        font-size: 14px;
    }
    .wiget-bar h3 {
        line-height: 35px;
        border-bottom: dashed 1px #d5d5d5;
        font-size: 14px;
        padding-left:15px;
    }
    .wiget-bar h3 a {
        color: #1e1e1e;
        line-height: 25px;
        position:relative;
        padding-left:15px;
    }
        .wiget-bar h3 a:before {
            content: '';
            position: absolute;
            background: #1e1e1e;
            width: 5px;
            height: 5px;
            left: 0;
            top: 8px;
        }
    .wiget-bar h2 a {
        font-weight: 500;
        color: #1e1e1e;
        line-height: 25px;
        text-transform: uppercase;
        font-weight: 700;
    }
        .wiget-bar a:hover{
            color:#D33948;
        }
        .wiget-bar h4 {
            color: #000;
        }
        .article_wrap {
            border-bottom: 1px dashed #d5d5d5;
            margin-bottom: 20px;
            padding: 0 0 20px;
            display: table;
            width: 100%;
        }
.popular_post_details a{
    color:#1e1e1e;
    text-transform:uppercase;
    font-weight:600;  
    
}
.popular_post_title {
    margin-bottom: 10px;
}
.sidebar_products {
    width: 100%;
    display: table;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #efefef;
}
.widget-posts-meta.price {
    font-weight: 600;
    color:#D33948;
}
.popular_post_img
{
    width:100px;
    float:left;
}
.popular_post_details
{
    width:calc(100% - 110px);
    float:right;
}
.article_img {
    width: 250px;
    float: left;
}
    .article_img img{
        width:100%;
    }
    .article_info {
        width: calc(100% - 260px);
        float: right;
    }
.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details ul,
.blog-details p {
    margin-bottom: 15px;
}
.articale_title h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.articale_title h2 a{
    color:#1e1e1e;
    text-transform:uppercase;
    font-weight:700;
}
.articale_title h2 a:hover{
    color:#D33948;
}
.article_meta {
    height: 30px;
    line-height: 30px;
    margin-bottom: 7px;
    font-size: 13px;
    color: #212121;
}
.article_meta ul {
    margin: 0;
    padding:0;
}
.article_meta ul li {
    list-style: none;
    float: left;
    margin-right: 5px;
}
    .article_meta ul li:after
    {
        content:'|';
        margin-left:5px;
    }
    .article_meta ul li:last-child:after {
        content: none;
    }
    .article_meta .fa-solid {
        color: #b5b5b5;
        margin-right: 5px;
    }
.blog-related,
.blog-details {
    border-radius: 5px;
    border: solid 1px #f3f3f3;
    padding: 15px;
    box-shadow: 0px 8px 16px 0px rgb(200 183 255 / 10%);
    margin-bottom:20px;
}
.blog-details .article_img {
    width: 100%;
    margin-bottom: 10px;
}
.blog-details h1{
    font-size:18px;
    margin-bottom:0;
    font-weight:700;
    text-transform:uppercase;
}
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5{
    font-size:16px;
}
.blog-details img
{
    max-width:100%;
    height:auto !important;
}
.box-contact {
    width: 100%;
    border: dashed 2px #eaedff;
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 30px;
}
.heading-contact {
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 600;
}
.box-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.box-contact .fa{
    width:20px;
}
.box-contact li {
    margin-bottom: 15px;
}
.btn-link {
    color: #D33948;
    text-decoration: none;
}
.pagination
{
    text-align:center;
    display:block;
}
.pagination ul {
    margin:0;
    list-style: none;
    display: inline-block;
}
.pagination ul li{
    display: inline-block;
    margin-left:3px;
    margin-right:3px;
}
    .pagination ul li a {
        display: block;
        height: 45px;
        width: 45px;
        border: solid 1px #fa7e07;
        border-radius: 50%;
        text-align: center;
        line-height: 43px;
        font-size:14px;
        color:#fa7e07;
    }
    .pagination ul li.active a,
    .pagination ul li:hover a {
        background:#fa7e07;
        border-color:#fa7e07;
        color:#fff;
    }
blockquote {
    background: #f6f6f6;
    padding: 25px;
    border-left: 5px solid #292bb7;
    margin-top: 30px;
}
/*menu*/
#menu-v {
    -webkit-box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 20%);
}

    #menu-v li, #menu-v a {
        zoom: 1;
    }
    /* Hacks for IE6, IE7 */
    #menu-v, #menu-v ul { /* Main Menu Item widths */
        border-top: none;
        position: relative;
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        z-index: 9;
        background-color: #fff;
    }

        /* Top level menu links style
---------------------------------------*/

        #menu-v li {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #menu-v img {
            height: 20px;
            margin-right: 5px;
            margin-top: -4px;
        }

        #menu-v li a {
            font: normal 14px Arial;
            border-bottom: 1px dashed #efefef;
            display: block;
            text-decoration: none;
            line-height: 40px;
            padding-left: 15px;
            color: #666;
        }
            #menu-v li a .fa-caret-right {
                width:10px;
                font-size:12px;
            }
            #menu-v ul li a {
                line-height: 40px;
            }

        #menu-v li a.arrow:hover {
            background-image: url(arrowon.gif);
            background-repeat: no-repeat;
            background-position: 97% 50%;
        }

/*Sub level menu items
---------------------------------------*/
#menu-v li ul {
    position: absolute;
    min-width: 250px; /*Sub Menu Items width */
    visibility: hidden;
    background-color: #fff;
    z-index: 9999999999;
    -webkit-box-shadow: 3px 3px 11px -2px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 11px -2px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 11px -2px rgba(0,0,0,0.4);
}

#menu-v a.arrow {
    background-image: url(arrow.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

#menu-v li:hover, #menu-v li.onhover {
    background-position: 0 -62px;
}

#menu-v ul li {
    background-image: none;
}

    #menu-v ul li:hover, #menu-v ul li.onhover {
        background-image: none;
    }

#menu-v a {
    padding-top: 5px;
}

.sub {
    margin-top: 0px !important;
}

    .sub i {
        width: 10px;
        font-size:11px
    }
/* Holly Hack for IE \
* html #menu-v1  li
{
    float:left;
    height: 1%;
}
* html #menu-v1  li a
{
    height: 1%;
}*/
/* End */

@charset "UTF-8";
/* Base Styles */
#cssmenu > ul,
#cssmenu > ul li,
#cssmenu > ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

#cssmenu img {
    width: 20px;
}

#cssmenu > ul {
    position: relative;
    z-index: 597;
}

#cssmenu > ul li {
    min-height: 1px;
    line-height: 1.3em;
    vertical-align: middle;
}

#cssmenu > ul li.hover,
#cssmenu > ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#cssmenu > ul ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 598;
    width: 100%;
}

#cssmenu > ul ul li {
    float: none;
}

#cssmenu > ul ul ul {
    top: 1px;
    left: 100%;
}

#cssmenu > ul li:hover > ul {
    visibility: visible;
}
/* Align last drop down RTL */
#cssmenu > ul > li.last ul ul {
    left: auto !important;
    right: 99%;
}

#cssmenu > ul > li.last ul {
    left: auto;
    right: 0;
}

#cssmenu > ul > li.last {
    text-align: right;
}
/* Theme Styles */
#cssmenu > ul {
    font-size: 14px;
    background: #1e1e1e;
    background: -moz-linear-gradient(top, #1e1e1e 0%, #040404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #040404));
    background: -webkit-linear-gradient(top, #1e1e1e 0%, #040404 100%);
    background: linear-gradient(top, #1e1e1e 0%, #040404 100%);
    width: auto;
    zoom: 1;
}

#cssmenu > ul:before {
    content: '';
    display: block;
}

#cssmenu > ul:after {
    content: '';
    display: table;
    clear: both;
}

#cssmenu > ul li a {
    display: inline-block;
    padding: 10px 0;
}

#cssmenu > ul > li {
    border-bottom: 1px dashed #046eab;
}

#cssmenu > ul > li.active,
#cssmenu > ul > li.active:hover {
    background-color: #007cc2;
}

#cssmenu > ul > li > a:link,
#cssmenu > ul > li > a:active,
#cssmenu > ul > li > a:visited {
    color: #ffffff;
}

#cssmenu > ul > li > a:hover {
    color: #ffffff;
}

#cssmenu > ul ul ul {
    top: 0;
}

#cssmenu > ul li li {
    background-color: #fff;
    border-bottom: 1px dashed #efefef;
    font-size: 12px;
    padding-left: 20px;
}

#cssmenu > ul li li a {
    padding-top: 13px;
    padding-bottom: 12px;
}

#cssmenu > ul a:link,
#cssmenu > ul a:visited {
    color: #fff;
    text-decoration: none;
}

#cssmenu > ul a:hover {
    color: #9a9a9a;
}

#cssmenu > ul a:active {
    color: #9a9a9a;
}

#cssmenu > ul ul {
    border: 1px solid #CCC \9;
    -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
    width: 270px;
}

#cssmenu > ul,
#cssmenu > ul li,
#cssmenu > ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

#cssmenu img {
    width: 20px;
}

#cssmenu > ul {
    position: relative;
    z-index: 597;
}

#cssmenu > ul li {
    min-height: 1px;
    line-height: 1.3em;
    vertical-align: middle;
}

#cssmenu > ul li.hover,
#cssmenu > ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#cssmenu > ul ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 598;
    width: 100%;
}

#cssmenu > ul ul li {
    float: none;
}

#cssmenu > ul ul ul {
    top: 1px;
    left: 100%;
}

#cssmenu > ul li:hover > ul {
    visibility: visible;
}
/* Align last drop down RTL */
#cssmenu > ul > li.last ul ul {
    left: auto !important;
    right: 99%;
}

#cssmenu > ul > li.last ul {
    left: auto;
    right: 0;
}

#cssmenu > ul > li.last {
    text-align: right;
}
/* Theme Styles */
#cssmenu > ul {
    font-size: 14px;
    background: #1e1e1e;
    background: -moz-linear-gradient(top, #1e1e1e 0%, #040404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #040404));
    background: -webkit-linear-gradient(top, #1e1e1e 0%, #040404 100%);
    background: linear-gradient(top, #1e1e1e 0%, #040404 100%);
    width: auto;
    zoom: 1;
}

#cssmenu > ul:before {
    content: '';
    display: block;
}

#cssmenu > ul:after {
    content: '';
    display: table;
    clear: both;
}

#cssmenu > ul li a {
    display: inline-block;
    padding: 15px 0;
}

#cssmenu > ul > li {
    border-bottom: 1px dashed #efefef;
    position:relative;
}

#cssmenu > ul > li.active,
#cssmenu > ul > li.active:hover {
    background-color: #fff;
    padding-left: 15px;
}

#cssmenu > ul > li > a:link,
#cssmenu > ul > li > a:active,
#cssmenu > ul > li > a:visited {
    color: #ffffff;
}

#cssmenu > ul > li > a:hover {
    color: #ffffff;
}

#cssmenu > ul ul ul {
    top: 0;
}

#cssmenu > ul li li {
    background-color: #fff;
    border-bottom: 1px dashed #efefef;
    font-size: 14px;
}

    #cssmenu > ul li li a {
        padding-top: 13px;
        padding-bottom: 12px;
    }

#cssmenu > ul a:link,
#cssmenu > ul a:visited {
    color: #fff;
    text-decoration: none;
}

#cssmenu > ul a:hover {
    color: #9a9a9a;
}

#cssmenu > ul a:active {
    color: #9a9a9a;
}

#cssmenu > ul ul {
    border: 1px solid #CCC \9;
    -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
    width: 270px;
}
.section-breadcrumb {
    background: #f6f6f6;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 30px;
    color: #555;
    margin-bottom: 20px;
}
.item--contact {
    padding-top: 40px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.item--company {
    max-width: 1000px;
    margin: 10px auto 30px auto;
}
.contact-box-icon
{
    margin-bottom:20px;
}
.contact-box-icon img{
    height: 40px;
}
.item--company h1.item--title {
    font-size: 20px;
    border-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
.single-contact-box {
    background-color: #fff;
    box-shadow: 0px 0px 29px 0px rgb(89 75 128 / 9%);
    padding: 40px 10px;
    transition: .3s linear;
    transform: translateY(0);
}
.mb-30 {
    margin-bottom: 30px;
}
.single-contact-box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 29px 0px rgb(89 75 128 / 20%);
}
.contact-content {
    min-height: 90px;
}
.contact-content h5
{
    font-size:18px;
}
.gmap iframe
{
    width:100%;
}
.main-contact {
    border: dashed 1px #ced4da;
    padding: 30px;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 1000px;
    font-size: 14px;
}
.main-cart {
    border: dashed 1px #ced4da;
    padding: 30px 15px;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 1000px;
    font-size: 14px;
}
    .main-cart h6 {
        font-size: 14px;
        font-weight: 600;
    }
    .main-cart h4 {
        font-size: 18px;
        color: #1e1e1e;
        font-weight:700;
        text-transform:uppercase;
        border-bottom: dashed 1px #ced4da;
        padding-bottom: 10px;
    }
    .blog-related .item--title,
    .main-contact .item--title {
        border-bottom: 0;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
.blog-related .item--title {
    border-bottom: dashed 1px #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
        .main-contact .form-control {
            font-size: 14px;
        }
.mt-30
{
    margin-top:30px;
}
.btn-submit {
    height: 40px;
    background: #D33948;
    color: #fff;
    border: none;
    border-radius: 7px;
    text-align: center;
    padding: 7px 40px;
}
.btn-submit:hover {
    background-color:#97000b;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.page--details h1 {
    font-size: 20px;
}
.page--details h2,
.page--details h3,
.page--details h4,
.page--details h5
{
    font-size:16px;
}
.page--details img {
    max-width: 100%;
    height: auto !important;
}
.breadcrumb a {
    color: #555;
}
.breadcrumb {
    margin-bottom: 0;
}
.box-item-product {
    margin-top:30px;
    margin-bottom: 20px;
}
.box--thumb--product
{
    padding:30px;
    background:#efefef;
}
.info--products h1 {
    margin-top: 0;
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 700;
    text-transform: uppercase;
}
.info-product p{
    margin-bottom:5px;
}
.rating {
    line-height: 25px;
    font-size: 13px;
    color: #ffc107;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.color-gray {
    font-size: 14px;
    color: #8d8d8d !important;
}
    .color-gray a {
        color: #555;
    }
.price-new {
    color: #ff3c20;
    font-weight: 600;
}
.font-26 {
    font-size: 26px !important;
}
.info-product {
    border-top: solid 1px #efefef;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 10px;
}
    .info-product ul {
        margin: 0;
        padding: 0 0 0 17px;        
    }
        .info-product ul li{
            margin-bottom:7px;
        }
.cart.number-input {
    position: relative;
}
.add-number {
    width: 100%;
    line-height: 32px;
    display: table;
    margin-bottom:10px;
}
    .add-number span, .add-number span a {
        float: left;
    }
.cart .minus {
    display: block;
    margin-left: 10px;
    cursor: pointer;
    margin-right: 0;
    font-size: 10px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background-color: #f2f3f4;
    border-radius: 0;
    color: #7f93a2;
}
.cart .plus {
    margin-left: 0;
    display: block;
    cursor: pointer;
    font-size: 10px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    background-color: #f2f3f4;
    border-radius: 0;
    color: #7f93a2;
}
.cart .number {
    padding-left: 5px;
    width: 60px;
    height: 37px;
    border: solid 1px #f2f3f4;
    border-radius: 0;
    float: left;
    text-align: center;
    padding-right: 5px;
}
.btn-add:hover {
    background-color: #e6e6e6;
}
.btn-add {
    height: 40px;
    line-height: 40px;
    border: none;
    float: left;
    font-size: 15px;
    color: #333;
    border-radius: 3px;
    font-weight: 600;
    background-color: #f2f3f4;
    text-align:center;
}
    .cart .number:hover,
    .cart .number:focus {
        outline: none;
    }
.add-cart .btn-add, .add-cart .add--cart {
    width: 100%;
}
.add--cart {
    font-weight: 600;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    border: none;
    float: left;
    color: #fff;
    border-radius: 3px;
    background-color: #D33948;
    text-align: center;
}
    .add--cart:hover {
        background:#97000b ;
        color: #fff;
    }

.note {
    margin-top: 15px;
    line-height: 24px;
}
.offer-product {
    margin-top: 40px;
    color: #28af5b;
    border-color: #28af5b;
    border-width: 2px;
    border-style: solid;
    padding: 20px 30px;
    margin-bottom: 30px;
    position: relative;
}
.offer-product:before {
    content: url(/images/icon/giftbox.png);
    display: inline-block;
    width: 50px;
    height: 25px;
    position: absolute;
    top: -17px;
    text-align: center;
    background-color: #fff;
}
    .offer-product ul {
        margin-bottom: 0;
    }
    .offer-product li{
        margin-bottom:5px;
    }
.lSSlideOuter .lSPager.lSGallery
{
    margin-left:auto;
    margin-right:auto;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.heading--cart {
    display: table;
    width: 100%;
    line-height: 40px;
    background-color: #efefef;
}

.col-cart-fist {
    width: 50px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.col-cart-img img {
    margin-top: 13px;
    width: 60px;
    max-height: 40px;
    object-fit:cover;
}

.col-cart-img {
    width: 80px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}
.col-cart-delete {
    width: 50px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}
.col-cart-info {
    width: calc(100% - 380px);
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.col-cart-number,
.col-cart-total {
    width: 80px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.col-cart-total {
    width: 120px;
    border-right: solid 1px #dadada;
}

.col-cart-number .number {
    width: 68px;
    padding-left: 5px;
    padding-right: 5px;
    border: solid 1px #dadada;
    text-align: center;
    height: 25px;
    border-radius: 3px;
}

    .col-cart-number .number:focus {
        outline: none;
    }
.body-cart .col-cart-delete a{
    text-align: center;
    line-height: 65px;
    color:#1e1e1e;
}
.grid-cart {
    border: solid 1px #ddd;
}

.body-cart {
    border-top: solid 1px #ddd;
    display: flex;
    width: 100%;
    height: 65px;
    align-self: center;
}
.btn-pay:hover {
    color: #fff;
    background-color: #97000b;
}
.total--price {
    padding-top: 10px;
    color: #D33948;
    font-weight: 600;
    text-align: right;
    font-size: 16px;
}
.heading-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position:relative;
    padding-bottom:10px;
}
    .heading-title:after {
        content: '';
        position: absolute;
        background: #D33948;
        height: 3px;
        width: 40px;
        bottom: 0;
        left: calc( 50% - 20px);
    }
.mb-20
{
    margin-bottom:20px;
}
.btn-pay {
    background-color: #D33948;
    color: #fff;
    padding: 12px 50px 12px 40px;
    text-align: right;
    border-radius: 5px;
}
    .btn-pay .fa-solid {margin-right:7px;
    }

.body-cart .col-cart-fist,
.body-cart .col-cart-number,
.body-cart .col-cart-total {
    text-align: center;
    line-height: 65px;
}

    .body-cart .col-cart-img,
    .body-cart .col-cart-number,
    .body-cart .col-cart-fist,
    .body-cart .col-cart-info,
    .body-cart .col-cart-total {
        height: 65px !important;
        display: table;
    }

    .body-cart .col-cart-info {
        line-height: 20px;
    }

.heading--cart .col-cart-img,
.heading--cart .col-cart-number {
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

.cart-info-name {
    width: 100%;
    margin-top: 10px;
}

.cart-info-price {
    width: 100%;
    margin-top: 7px;
    color: #D33948;
    font-weight: bold;
}

.body-cart .col-cart-total {
    color: #D33948;
    font-weight: bold;
}

.body-cart .col-cart-img,
.body-cart .col-cart-number {
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
}
.main-content .page--details {
    padding: 30px 15px;
    clear: both;
    border: solid 1px #f3f3f3;
    box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 20%);
    width:100%;
}
.mb-15
{
    margin-bottom:15px;
}

.thumb-search {
    width: 60px;
    height: 60px;
    float: left;
}

    .thumb-search img {
        width: 100%;
        min-height: 100%;
        object-fit: cover;
    }

.item-search {
    width: calc(100% - 75px);
    padding-left: 15px;
    height: 60px;
    float: left;
}

.item-search-price {
    font-size: 14px;
    color: #D33948;
    font-weight: 700;
    font-weight: 700;
    margin-top: 10px;
}

.item-search .item-search-name {
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

.ui-menu .ui-menu-item {
    display: table;
    border-bottom: dashed 1px #ddd;
    width: 100%;
    padding: 0 !important;
}

.ui-widget-content a {
    display: block;
}

.ui-widget-content {
    border: solid 1px #ddd !important;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}


.footer {
    background: url(/Images/icon/bg.jpg) no-repeat center center;
    background-size:cover;
    margin-top: 30px;
    color: #ededed;
    padding-top: 50px;
    padding-bottom: 30px;
    position:relative;
}
    .footer .container
    {
        z-index:9;
        position:relative;
    }
    .footer:before {
        background: rgb(0 0 0 / 92%);
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .footer-logo {
        margin-bottom: 15px;
    }
        .footer-logo img{
            max-width:100%;
            height:auto;
        }
        .footer-title {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 15px;
        }
.footer-desc
{
    margin-bottom:15px;
}
.footer ul
{
    margin:0;
    padding:0;
    list-style:none;
}
    .footer ul li{
        margin-bottom:10px;
    }
    .footer .fa-solid {
        width: 20px;
    }
.footer a {
    color: #ededed;
}
.footer--bottom {
    margin-top: 20px;
    padding-top: 20px;
}
.footer--bottom ul{
    margin:0 auto;
    display:table;
}
    .footer--bottom li {
        float: left;
        margin-left: 3px;
        margin-right: 3px;
    }
.footer--bottom li::after
{
    margin-left:4px;
    content:'|';
}
.footer--bottom li:last-child::after
{
    content:none;
}
.social_footer_ul li {
    padding-left: 20px;
    padding-top: 10px;
    float: left;
}
    .social_footer_ul li a {
        color: #CCC;
        border: 1px solid #CCC;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        display: block;
        line-height: 40px;
        text-align: center;
    }
.social_footer_ul li::after {
    content: none;
}
.social_footer_ul img{
    height:25px;
}
.hidden-menu .main-menu .fix--menu {
    display: block;
}
.fix--menu::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.main-menu .fix--menu,
.ontop .main-menu .fix--menu,
.hidden-menu .main-menu .sidebar,
.hidden-menu .main-menu .scroll--menu {
    display: none;
}
.hidden-menu .ontop .main-menu .sidebar,
.hidden-menu .ontop .main-menu .scroll--menu {
    display: block;
}
.main-menu .dropdown-menu {
    min-width: 100%;
}
.submenu.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
}
    .submenu.dropdown-menu li {
        border-bottom: solid 1px #efefef !important;
    }
.ontop .main-menu > .dropdown-menu {
    min-width: 100%;
    margin-top: -2px !important;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
}
.ontop .main-menu .submenu.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    background: #fff;
}
.sidebar .nav-item a {
    padding: 0 15px !important;
    font-size: 15px;
    color: #000;
}
.sidebar li.nav-item {
    border-bottom: solid 1px #efefef;
    line-height: 45px;
}
.main-menu .dropdown-menu {
    padding: 0 !important;
    border:0;
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
footer iframe {
    width: 100%;
    max-height: 350px;
}
.blog--box {
    width: 100%;
    display: table;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #3a3a3a;
}

.blog-date {
    font-size: 12px;
    margin-top: 5px;
    color: #cfcfcf;
}

.blog--thumb {
    width: 80px;
    float: left;
    margin-right: 15px;
}
.main-cart .text-muted {
    color:#D33948 !important;
    font-weight:600;
}
.main-cart ul.list-group li {
    border-bottom: dashed 1px #ced4da;
    padding-bottom:5px;
    margin-bottom:10px;
}
.main-cart .total--price {
    color: #D33948;
    font-size: 15px;
    padding-top:0;
}
.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 20px;
    height: 20px;
}
.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
}
.line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 20px;
    height: 80px;
}
.coccoc-alo-ph-circle {
    width: 120px;
    height: 120px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-phone {
    background-color: transparent;
    cursor: pointer;
    z-index: 99 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    left: 10px;
    bottom: 160px;
    position: fixed;
}

    .coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
        background-color: #97000b;
        opacity: .75 !important;
        z-index: 99999;
    }

.coccoc-alo-ph-circle-fill {
    width: 90px;
    height: 90px;
    top: 15px;
    left: 15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.coccoc-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 35px;
    left: 35px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==') no-repeat center center;
    background-size: 30px 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    z-index: 99999;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #97000b;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #97000b;
    opacity: .5;
    z-index: 99999;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #97000b;
    opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: #97000b;
    opacity: .75 !important;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: #97000b;
}

.coccoc-alo-tel {
    color: #fff !important;
    position: absolute;
    top: 40px;
    left: 72px;
    background: #f9c900;
    padding: 5px 40px 5px 35px;
    padding-right: 25px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 18px;
    border: solid 3px #dfb500;
}

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}