.main-menu > nav > ul > li {
    position: static;
}
/*.main-menu > nav > ul > li > ul {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.main-menu > nav > ul > li > ul.mega-menu-style li a,.main-menu > nav > ul > li > ul.mega-menu-style li,.main-menu > nav > ul > li > ul.mega-menu-style {
    -webkit-transition: none;
    -moz-transition: none ;
    -ms-transition: none ;
    -o-transition: none ;
    transition: none ;
}*/
.main-menu > nav > ul > li > ul.mega-menu-style {
    top: 123px !important;
    padding: 10px !important;
    z-index: 99999 !important;
    position: absolute !important;
    left: calc(50% - 400px) !important;
}
.main-menu > nav > ul > li > a > i {
    font-size: 26px;
}
.main-menu > nav > ul > li > ul.mega-menu-style {
    width: 800px;
}
.mega-menu-style .level1 {
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    width: 23%;
}
.mega-menu-style .level1 .category_image {
    padding: 1em 20px;
}
.mega-menu-style .level1 .category_image img {
    width: 100%;
}
.mega-menu-style .level1 .category_image .category_main {
    display: inline-block;
}
.mega-menu-style .level1 .category_image .category_hover {
    display: none;
}

.mega-menu-style .level1:hover .category_image .category_main {
    display: none;
}
.mega-menu-style .level1:hover .category_image .category_hover {
    display: inline-block;
}
.mega-menu-style .level1 a {
    border: 1px solid rgba(214, 212, 214, 0.91);
    padding-bottom: 10px;
}
.mega-menu-style .level1:hover a {
    border: 1px solid #FAC600;
    background: #FAC600;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    transition: all 1s;
    -webkit-transition: all 1s;
    text-transform: capitalize;
}
.primary-highlight-color {
    color: #4d9465;
}
.opw-header-title {
    font-weight: 600;
}
.opw-footer-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 50px;
}
.imghoverzoom {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.imghoverzoom:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.img-wrapper {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.img-wrapper img{
    width: 100%;
}
.img-wrapper .img-hover-btn {
    visibility: hidden;
    position: absolute;
    z-index: 9;
    left: calc(50% - 26px);
    top: calc(50% - 73px);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.img-wrapper:hover .img-hover-btn{
    visibility: visible;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.img-wrapper .img-hover-bg {
    z-index: 5;
    background-color: #00000029;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.img-wrapper:hover .img-hover-bg {
    display: block;
}

.p-category-img {
    width: 100%;
}
.p-category-wrapper {
    position: relative;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    margin-bottom: 20px;
}
.p-cat-content {
    position: absolute;
    top: calc(50% - 10px);
    left: 25px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.p-cat-sub-title {
    display: none;
}
.p-cat-title h6{
    margin-bottom: 5px;
    font-weight: 600;
}
.p-category-wrapper .p-cat-sub-title{

    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.p-category-wrapper:hover .p-cat-sub-title{
    display: block;
}
.p-category-wrapper:hover .p-cat-content{
    top: calc(50% - 30px);
}
.popular-categories-section {
    background-color: #f6f6f6;
    padding-top: 60px;
    /*margin-bottom: 20px;*/
}
.promotion_section {
    background: #e7e7e7;
}

.category-page .p-cat-content {
    position: relative !important;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    left: inherit !important;
    top: inherit !important;
    text-align: center;
    margin-top: 10px;
}
.category-page .p-category-wrapper:hover .p-cat-content{
    bottom: inherit !important;
    top: inherit !important;
}
.category-page .p-cat-sub-title {
    display: block;
}

.counter-wrapper {
    text-align: center;
    background-image: url(../images/banner/promotion-2.png);
    /* background-repeat: no-repeat; */
    background-size: contain;
    background-color: #fff;
}
.counter-time {
    text-align: center;
}
.counter-time .item {
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 100px;
}
.counter-time .item span {
    font-weight: normal;
    display: block;
    font-size: 15px;
    line-height: 1;
}
.counter-time .separator {
    font-size: 50px;
    position: relative;
    top: -14px;
}
.counter-title {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 50px;
}
.counter-title:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #4d9465;
    left: 50%;
    transform: translateX(-50%);
}
.counter-footer-btn {
     margin-top: 80px;
 }


.banner-area .video-popup {
    height: 103px;
    width: 103px;
    text-align: center;
    line-height: 103px;
    border-radius: 50%;
    background: #fff;
    color: #252c41;
    font-size: 24px;
    position: relative;
    z-index: 10;
    display: inline-block;
    outline: 0;
    border: 0;
}
.video-button-wrapper {
    margin-bottom: 27px;
}




.banner-area .video-popup::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation: pulse-border-2 1.5s linear infinite;
    -o-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}

.banner-area .video-popup::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-animation: pulse-border 1s linear infinite;
    -moz-animation: pulse-border 1s linear infinite;
    -o-animation: pulse-border 1s linear infinite;
    animation: pulse-border 1s linear infinite;
}
@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0; } }
@keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0; } }





.transparent-modal .modal-content {
    background-color: transparent;
    border: none;
}
.transparent-modal iframe {
    width: 100% ;
    height: 100%;
    min-height: 302px;
}

.banner-content-5 h1 {
    font-size: 40px;
    line-height: 67px;
    margin: 25px 0 15px;
     font-family: inherit !important;
    color: #fff;
     -webkit-text-stroke: inherit !important;
}
.banner-bg-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #00000063;
}
.banner-content-5 p {
    color: #fff;
}
.banner-area  {
    position: relative;
}
.mb-100 {
    margin-bottom: 100px;
}
.banner-content-5 {
    z-index: 9;
    position: relative !important;
}
.product-details-content .product-details-price span {
    font-weight: 600;
    display: inline-block;
    font-size: 20px;
}
.easyzoom-flyout img {
    min-width: 120%;
}