/*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #fff;}
header.site-header .maintop-header{
    background: #06332e;
    padding: 2px 0;
} 
.site-header {           
    position: relative;
    /* z-index: 99999; */
    position: absolute;
    width: 100%; 
}
.ht-sticky-header .site-header{ 
    position: fixed;
}   

.top-bar-head{
    padding: 0px;
    width: 100%;
    display: inline-block;
    background: transparent;
    border-radius: 0px;
    z-index: 999;
    position: relative;
} 
.is-sticky-on {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    max-width: 100%;
    z-index: 99999;
    box-shadow: 0px 3px 6px #00000029;
    transition: transform 500ms ease, background 200ms ease;
}
.top-bar-head .header-bottom-border{ 
    border-bottom: 1px solid #dad3c9;
    position: relative;
    bottom: 4px;
    left: 18px;
    opacity: 0.5;
}
.ht-sticky-header .site-header .top-bar-head{
    background-color: #000;
}
.border-right {
    border-right: 1px solid #b4b4b4;
}
.space {
    padding: 15px 20px;
}
.maintop-header ul li{
    list-style: none;
    float: right;
    line-height: 45px;
}
.maintop-header ul li:last-child{
 margin-left: 0em;
}
.maintop-header ul li:first-child{
 margin-left: 3em;
}
.maintop-header ul li a {
    font-size: 17px;
    font-weight: 400;    
    margin: 0;
    color: #b3b2b2;
}
.maintop-header ul li a.h-phone {
    color: #b3b2b2;
}
.maintop-header ul li a.h-email {
    color: #b3b2b2;
}
.maintop-header ul li i.fa-envelope-o {
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
    line-height: 29px;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 34px;
    height: 34px;
    text-align: center;
}
.maintop-header ul li i.fa-phone {
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
    line-height: 29px;
    border-radius: 50%;
    border: 3px solid #fff;
    width: 34px;
    height: 34px;
    text-align: center;
}
.phn-contact li a.h-phone:hover{
    color: #2d81f5;
}
.phn-contact1 {
    display: none;
}

.site-header .site-navigation { text-align: right; }
.site-header .phn-contact {text-align: left; padding: 16px 13px 16px 0;}

.site-header .phn-contact a i.fa {
    color: #06332e;
    font-size: 18px;
    margin-right: 11px;
    margin-bottom: 5px;
    line-height: 33px;
    border-radius: 50%;
    background: #fff;
    width: 32px;
    height: 31px;
    text-align: center;    
    transition: all 0.9s;
}
.site-header .phn-contact a i.fa:hover {
    color: #fff;
    background: #06332e;
    transform: scale(1.2);
    transition: all 0.9s;
}

.site-header .phn-contact1 a i.fa {
    color: #06332e;
    font-size: 18px;
    margin-right: 11px;
    margin-bottom: 5px;
    line-height: 33px;
    border-radius: 50%;
    background: #fff;
    width: 32px;
    height: 31px;
    text-align: center;    
    transition: all 0.9s;
}
.site-header .phn-contact1 a i.fa:hover {
    color: #fff;
    background: #06332e;
    transform: scale(1.2);
    transition: all 0.9s;
}
.phn-contact1 li a.h-phone1:hover{
    color: #2d81f5;
}
/*--------------------  Site logo & title ---------------------------*/
.ht-site-description,
.ht-site-description,
.page .ht-site-description,
.single .ht-site-description{
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    text-align: center;
    padding-top: 5px;
}
.ht-site-description a,
.ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #fff;
}
.logo-header,
.logo-header,
.page .logo-header,
.single .logo-header{
    margin: 0 auto;
    text-align: center;
    position: absolute;
}
.logo-header {
    padding-top: 15px;
}
.logo-header .custom-logo-link img {
    position: relative;
}
.header-transparent .sticky-header .logo-header{
    top: 35px !important;
}
.header-nav-area {
    margin-bottom: 1em;
    margin-top: 2em;
    position: relative;
}
.header-nav-area ul.dropdown,
.header-nav-area .top-account-info {
    padding-top: 0.8em;
}
.header-nav-area ul.dropdown {
    text-align: left;
}
.ht-site-title,.site-title,
.ht-site-title,  .site-title,
.page .ht-site-title, .page .site-title,
.single .ht-site-title, .single .site-title
{
    font-weight: bold;
    font-size: 50px;
    line-height: 55px;
    padding: 0px;
}

.ht-site-title a,
.ht-site-title a,
.page .ht-site-title a,
.single .ht-site-title a{
    color:#000000;

}
/*--------------------  Site logo & title responsive ---------------------------*/
@media screen and (min-width: 320px) and (max-width: 475px){
    .ht-site-description{
        text-align: center;
    }
}
@media only screen and (max-width: 992px){
    .header-nav-area {
        padding-bottom: 0em;
        margin-top: 1em;
    }
    .ht-site-description {
        padding: 8px 2px;
    }
    .phn-contact1 {
        display: block;
        text-align: left;
        margin-top: 1em;
        margin-left: 1em;
    }
    .header-nav-area .phn-contact {
        display: none;
    }
}

/*--------------------  contact details ---------------------------*/
ul.h-contact,
ul.h-contact,
.page ul.h-contact,
.single ul.h-contact {
    text-align: center;
    margin: 0;
    padding: 8px 0;
}
ul.h-contact li,
ul.h-contact li,
.page ul.h-contact li,
.single ul.h-contact li{
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 20px;
}
ul.h-contact li i,
ul.h-contact li i,
.page ul.h-contact li i,
.single ul.h-contact li i{
    padding-right: 10px;
    font-size: 20px;
}
.h-mailid a, .h-phone a,
.h-mailid a,  .h-phone a,
.page .h-mailid a, .page .h-phone a,
.single .h-mailid a, .single .h-phone a{    
    color: #ffffff;
    font-size: 18px;    
}
.h-contact,
.page .h-contact,
.h-contact,
.single .h-contact{
    text-align: center;
}
.h-mailid a i, .h-phone a i,
.h-mailid a i,  .h-phone a i,
.page .h-mailid a i, .page .h-phone a i,
.single .h-mailid a i, .single .h-phone a i{    
    color: #ffffff;
    font-size: 22px;  
    padding-right: 6px;  
}
.h-phone a i,
.h-phone a i,
.page .h-phone a i,
.single .h-phone a i{    
    margin-bottom: 15px;
}
.h-mailid a:hover,.h-phone a:hover,
.h-mailid a:hover,  .h-phone a:hover,
.page .h-mailid a:hover, .page .h-phone a:hover,
.single .h-mailid a:hover, .single .h-phone a:hover{
    color: #000;
}
.h-contact-block,
.h-contact-block,
.page .h-contact-block,
.single .h-contact-block  {
    background: linear-gradient(to right,#783afd 0%,#4971f4 20%,#4971f4 50%,#783afd 100%);
    background-size: 500%;
    text-align: center;
    padding: 1.5em 0;
    border-radius: 0 0 15px 0;
    position: relative;
    right: -1px;
}
/*--------------------  Socials ---------------------------*/
.share-btn,
.share-btn,
.page .share-btn,
.single .share-btn{
    text-align: right;
}
.share-btn a.site-button,
.share-btn a.site-button,
.page .share-btn a.site-button,
.single .share-btn a.site-button{
    border-radius: 50%;
    width: 40px;
    line-height: 35px;
    height: 40px;
    font-size: 22px;
    display: inline-block;
    margin: 0 5px;
    color: #fefdff;
    border: 3px solid #f7fbec;
    text-align: center;
}
.share-btn a.site-button:hover,
.share-btn a.site-button:hover,
.page .share-btn a.site-button:hover,
.single .share-btn a.site-button:hover{
    color: #000;
    border: 3px solid #000;
}
/*--------------------  Navigation ---------------------------*/
.navigation .mainmenu li{
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 35px;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 16px;
    padding: 30px 0;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.navigation .mainmenu li.current_page_item a, .current_page_item > a,
.navigation .mainmenu li a:hover,
div#navbarNavDropdown li.current_page_item a:hover, 
.current_page_item > a:hover{
    color: #C70000;
}
.navigation .mainmenu li a  {
    color: #ebf0f1;
}
header.site-header ul.sub-menu li a, 
.navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a{
    color: #fff;
}

header.site-header ul.sub-menu li a:hover,
.navigation .mainmenu ul.sub-menu li.current_page_item a,
ul.sub-menu .current_page_item > a,
div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a:hover,
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover,
.header.site-header ul.sub-menu li:hover a{
    color: #06332e;
}
.menu-click i{
    color: #000000;
}

.navigation .mainmenu ul.sub-menu li.current_page_item a, 
ul.sub-menu .current_page_item > a, 
div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a:hover, 
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover {
    background:none ;
}
ul.sub-menu, header.site-header ul.sub-menu{
    background:#fff ;
}
.header.site-header ul.sub-menu li a:before {
    color:#fff;
}
.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0;
}
.navigation .mainmenu li:hover ul.sub-menu li{
    opacity: 1;
    visibility: visible;
}
header.site-header ul.sub-menu li a, .navigation .mainmenu li.current_page_item ul.sub-menu li a, .header.site-header ul.sub-menu li a, .header.site-header ul.sub-menu li a:before, header.site-header ul.sub-menu li a:hover, .navigation .mainmenu ul.sub-menu li.current_page_item a, ul.sub-menu .current_page_item > a, div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, ul.sub-menu .current_page_item > a:hover, div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover, .header.site-header ul.sub-menu li:hover a {
    color: #000;
}
.phn-contact li a.h-phone {
    color: #040404;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.phn-contact li i{ 
    color: #2d81f5;
    position: absolute;
}
.phn-cntct-circle {
    background: #dceafd;
    font-size: 23px;
    padding: 10px;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    margin-right: 15px;
}
.phn-contact p.phn-cnt-txt {
    font-size: 17px;
    font-weight: 500;
    color: #040404;
    line-height: 15px;
    text-align: left;
    padding-bottom: 4px;
}
.phn-contact1 li a.h-phone1 {
    color: #040404;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.phn-contact1 li i{
    background: #dceafd;
    font-size: 23px;
    padding: 10px;
    border-radius: 50%;
    color: #2d81f5;
    height: 42px;
    width: 42px;
    margin-right: 15px;
}
.phn-contact1 p.phn-cnt-txt1 {
    font-size: 16px;
    font-weight: 500;
    color: #040404;
    line-height: 15px;
    text-align: left;
}
.header.site-header ul.sub-menu li:hover a  {
    background: none !important;
    color: #fff;
    border-radius: 0px;
    -moz-transform: translate(15px, 0%);
    -ms-transform: translate(15px, 0%);
    -webkit-transform: translate(15px, 0%);
    -o-transform: translate(15px, 0%);
    transform: translate(15px, 0%);
    overflow: hidden;
}
.navigation .mainmenu ul.sub-menu li a{
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.header.site-header ul.sub-menu li a{
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.header.site-header ul.sub-menu li a  {
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}

.header.site-header ul.sub-menu li:hover > a:before {
    opacity: 1;
}
/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
    }
    .navigation .mainmenu li:hover ul.sub-menu,
    .navigation .mainmenu li:hover ul.sub-menu,
    .page .navigation .mainmenu li:hover ul.sub-menu,
    .single .navigation .mainmenu li:hover ul.sub-menu {
        left: auto;
        top: 86px;
        text-align: left;
        pointer-events: auto;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .navigation .mainmenu li:hover ul.sub-menu ul {
        top: 50px;
        right: -5px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
        top: 60px;
    }
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li ,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px){
    .hero-style .slide-title h2 {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .hero-style {
        height: 480px !important;
    }
    .site-header .phn-contact {
        padding: 10px 10px 10px 0;
    }
    .logo {
        padding-left: 10px !important;
    }
    .h-contact-block,  .h-contact-block, .page .h-contact-block, .single .h-contact-block {
     right: 0px; 
 }
 #steps .peccular-steps-icon span {
    left: 5px;
    width: 45px;
    height: 45px;
}
}
@media only screen and (max-width: 992px){
    .phn-cntct-circle{
        background: none;
    }
    .navigation {
        width: 255px;
        height: 100%;
        position: fixed;
        left: -100%;
        padding: 0;
        top: 0;
        margin: 0;
        z-index: 99999;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: #fff;
    }
    .navigation .mainmenu li {
        display: block;
        position: relative;
        line-height: normal;
        margin-right: 35px;
        margin: 0;
        padding: 0;
    }
    .navigation .mainmenu>li>a {
        padding: 5px 20px;
    }
    .hamburger-menus{
        width: 30px;
        height: 30px;
        position: absolute;
        -webkit-transition: .1s;
        transition: .1s;
        margin: 5px 15px;
        cursor: pointer;
        display: inline-block;
        float: right;
        right: 20px;
        top: 0px;
        z-index: 1;
    }

    .navigation .mainmenu li a{ color: #06332e ; }

}
@media screen and ( min-width: 992px) and (max-width: 1199px){
 .navigation .mainmenu li a,
 .page .navigation .mainmenu li a,
 .single .navigation .mainmenu li a, 
 .error404 .navigation .mainmenu li a{ font-size: 15px !important; }
 .navigation .mainmenu {  text-align: left;}
}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .maintop-header ul li:last-child {  margin-left: 0em !important; }

}
@media screen and ( min-width: 320px) and (max-width: 1199px){
    .ht-site-description,
    .ht-site-description, 
    .page .ht-site-description,
    .single .ht-site-description{    padding: 0px 0px 0px 22px;}
    .maintop-header ul li:last-child {  margin-left: 13em;   text-align: right;}

}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .maintop-header ul li {   line-height: 21px;}
}

/*----- Sticky Header ------*/
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    max-width: 100%;
    z-index: 99999;
    box-shadow: -2px 2px 10px 0px #2d2d2d;
}
@media screen and ( max-width: 768px) and (min-width: 720px){
 .sticky-header {
    margin-top: 0;
}
}

@media screen and (max-width:720px) {
 .sticky-header {
    margin-top: 0;
}
}
/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.peccular-section-head {
    margin-bottom: 4.3em;
    margin-left: 2em;
    margin-right: 2em;
}
.peccular-section-head h2{
    position: relative;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: 1.35px;
    line-height: 60px;
}
#productcat_section .peccular-section-head h2,
section#featuredproduct-section h2,
#best-seller-products h2 {
    color: #212121;
}
.peccular-section-head h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
}
.peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #06332e;
}
div#video .videobg,
#newsletter .newsletter-bg,
#footer .footer-bg,
#banner .banner-bg,
#featuredproduct-section .featuredproduct-bg,
#best-seller-products .bestsellerproducts-bg,
div#banner2 .bannert-bg,
#banner3 .bannerth-bg,
#gallery .gallery-bg,
#productcat_section .productcat-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#about,
#features,
#newsletter,
#productcat_section,
#banner,
#featuredproduct-section,
#best-seller-products,
div#banner2,
#gallery,
#banner3,
#footer{
    position: relative;
    overflow: hidden;
}
.peccular-section-head {
    position: relative;
}
.alert-warning {
    background-color: #000000;
    border-color: #000000;
    border-radius: 0;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Poppins';
}
.alert-warning strong {
    font-weight: 400;
}
/*----------------------------------------*/
/*  gallery
/*----------------------------------------*/
div#gallery h2 {
    font-size: 50px;
    color: #212121;
}
div#gallery {
    background-color: #ffffff;
    text-align: center;
}
div#gallery p.desc {
    font-size: 20px;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 5px;
    line-height: 30px;
}
div#gallery .peccular-section-head {
    margin-bottom: 1.5em;
    margin-left: 1.2em;
}
div#gallery .button-all span {
    font-weight: 600;
}
div#gallery a.button-all.btn.btn-lg {
    font-size: 20px;
    font-weight: 700;
    padding: 12px 75px 12px 75px;
    border-radius: 37px;
    letter-spacing: 0;
    color: #ffffff;
    background: #000000;
    margin-top: 5px;
}
div#gallery .button-all:before {
    border-color: #ffffff;
}
/*----------------------------------------*/
/*  banner3
/*----------------------------------------*/
div#banner3 .header-content,
div#banner3shop .header-content {
    position: relative;
    z-index: 1;
    padding: 6em 0em 5em 6em;
}
div#banner3 .offet-text,
div#banner3 .offet-text span,
div#banner3shop .offet-text,
div#banner3shop .offet-text span {
    font-size: 85px;
    line-height: 100px;
    font-weight: 700;
    color: #ffffff;
    word-break: break-word;
}
div#banner3 .offet-text span{
    animation: neons 5s ease infinite;
}
@keyframes neons{
    0%,100%{
        color: #001A4B;
    }
    50%{
        color: #fff;
    }
} 
div#banner3shop .offet-text span{
    animation: neonss 5s ease infinite;
}
@keyframes neonss{
    0%,100%{
        color: #000000;
    }
    50%{
        color: #D80000;
    }
} 
div#banner3 .sale-text,
div#banner3shop .sale-text {
    font-size: 59px;
    padding: 0.4em 0em;
    line-height: 75px;
    font-weight: 700;
    color: #ffffff;
    word-break: break-word;
}
div#banner3 .discount-text,
div#banner3shop .discount-text {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    color: #Ffffff;
    padding: 0.2em 0 0.3em 0;
    word-break: break-word;
}
div#banner3 a.button-all,
div#banner3shop a.button-all {
    background: #000000;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0.96px;
    padding: 10px 35px 10px 35px;
}
div#banner3 a.button-all:hover,
div#banner3shop a.button-all:hover{
    color: #ffffff;
}
div#banner3 .button-all:before,
div#banner3shop .button-all:before{
    border: 3px dashed #ffffff;
}
div#banner3shop a.button-all {
    font-size: 31px;
    letter-spacing: 1.24px;
}
div#banner3shop .offet-text, 
div#banner3shop .offet-text span {
    font-size: 92px;
    color: #000000;
    text-transform: uppercase !important;
}
div#banner3shop .sale-text {
    font-size: 64px;
    text-transform: uppercase ! IMPORTANT;
    color: #000000;
    padding-bottom: 20px !important;
}
div#banner3shop {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin-top: 4em !important;
}
/*----------------------------------------*/
/*  Featured Area
/*----------------------------------------*/
.product-grid-box h3.title a {
    font-size: 26px;
    line-height: 39px;
    color: #000000;
    font-weight: 500;
}

.product-grid-box .price span {
    font-weight: 500;
    color: #000000;
}
.product-grid-box .price, 
.product-grid-box del, 
.product-grid-box .price del bdi,
.product-grid-box .price bdi{
    font-size: 26px;
    line-height: 39px;
    font-weight: 600;
    padding: 7px 0;
}
.product-grid-box .product-content {
    padding: 15px 0;
}
.product-grid-box .price ins {
    background: transparent;
    float: left;
    padding-right: 0.5em;
}
section#featuredproduct-section .product-grid-box del span, 
section#featuredproduct-section .product-grid-box .price, 
section#featuredproduct-section .product-grid-box del,
section#best-seller-products .product-grid-box del span, 
section#best-seller-products .product-grid-box .price, 
section#best-seller-products .product-grid-box del{
    color: #8f8f8f;
}
.product-grid-box .product-image {
    overflow: hidden;
}
.product-grid-box .product-image img {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    filter: brightness(1);
    height: auto;
}
.product-grid-box:hover .product-image img {
    transform: scale(1.020) rotateZ(0deg);
    -moz-transform: scale(1.020) rotateZ(0deg);
    -webkit-transform: scale(1.020) rotateZ(0deg);
    -o-transform: scale(1.020) rotateZ(0deg);
    filter: brightness(0.7);
}
section#best-seller-products .owl-dots {
 margin-top: 20px !IMPORTANT;
}
section#best-seller-products .owl-dots button {
    box-shadow: none;
}
section#best-seller-products .owl-theme .owl-dots .owl-dot span {
    box-shadow: none ! IMPORTANT;
    background: #686868;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}
section#best-seller-products button.owl-dot.active span {
    background: #000000 !important;
}
/*----------------------------------------*/
/*  banner 2
/*----------------------------------------*/
div#banner2 .peccular-feat-single-bg {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    filter: brightness(1);
}
div#banner2 .peccular-feat-single-bg:hover {
    filter: brightness(0.7);
}
div#banner2 .peccular-feat-single-bg {
    height: 587px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover ! IMPORTANT;
    background-repeat: no-repeat ! IMPORTANT;
}
div#banner2 .peccular-bannert-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 0;
}
div#banner2 h4.title a {
    font-weight: 600;
    color: #ffffff;
}
div#banner2 h4.title {
    position: absolute;
    bottom: 0.7em;
    z-index: 1;
    color: #ffffff;
    font-size: 41px;
    line-height: 50px;
    font-weight: 700;
    left: 2.5em;
    padding: 0 20px;
    word-break: break-word;
}
div#banner2 .peccular-bannert-b:nth-child(2) h4.title,
div#banner2 .peccular-bannert-b:nth-child(4) h4.title {
    right: 2.5em;
    left: auto;
    text-align: right;
}
div#banner2 .peccular-bannert-b:hover .peccular-bannert-icon {
    transform: translateX(0px);
    transition: 0.2s ease-in-out;
}
div#banner2 .peccular-bannert-icon {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 0;
    transform: translateX(-125px);
    transition: 0.2s ease-in-out;
}
.peccular-bannert-b {
    padding: 5px;
}
.bannert-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000 0%, #c3b3b300 60.3%);
}
div#banner2 .peccular-bannert-b:nth-child(2) .peccular-bannert-icon,
div#banner2 .peccular-bannert-b:nth-child(4) .peccular-bannert-icon {
    transform: translateX(125px);
    position: absolute;
    right: 0;
}
div#banner2 .peccular-bannert-b:nth-child(2):hover .peccular-bannert-icon,
div#banner2 .peccular-bannert-b:nth-child(4):hover .peccular-bannert-icon {
    transform: translateX(0);
}
/*----------------------------------------*/
/*  shop
/*----------------------------------------*/
li.product-category.product.last {
   /* clear: both;*/
}
li.product-category.product img {
    height: 500px ! IMPORTANT;
}
div#content-box a.woocommerce-Button.wc-forward.button,
div#content-box a.button.wc-forward {
    color: #ffffff ! IMPORTANT;
    font-size: 16px;
    border-radius: 0;
    box-shadow: none;
}
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    width: 100%;
}
button.woocommerce-Button.button {
    margin-top: 1em;
    margin-bottom: 1em !important;
    border: 0 !IMPORTANT;
}
.woocommerce .single-productpage li.product a.button,
.single-productpage a.single_add_to_cart_button.button.alt.custom-checkout-btn {
    display: none !important;
}
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price {
    font-size: 26px;
    line-height: 39px;
}
.woocommerce ul.products li.product .price ins, 
.woocommerce-page ul.products li.product .price ins, 
.woocommerce-page ul.products li.product .price ins span,
.woocommerce-page span.price bdi {
    font-size: 26px;
    line-height: 39px;
    font-weight: 500 !IMPORTANT;
    color: #000000;
}
.woocommerce ul.products li.product .total-product-title-wrap {
    padding: 5px 0px 0;
    text-align: left;
}
main#innerpage-box h2.woocommerce-loop-product__title {
    color: #000 !important;
    padding-left: 0;
    font-weight: 500 !important;
}
.woocommerce-page ul.products li.product .price ins {
    padding-right: 1em;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    padding-bottom: 20px;
    margin-bottom: 0;
    margin: 0 3.3% 2.992em 0;
}
.woocommerce ul.products li.product .onsale {
    margin: 10px -6px 0 0;
    display: none;
}
.woocommerce .products ul, 
.woocommerce-page .products ul, 
.woocommerce ul.products, 
.woocommerce-page ul.products {
    padding-top: 55px;
    border-top: 0px solid #eee !important;
}
.woocommerce-page .woocommerce-ordering select{
    border: 1px solid #000000 ! IMPORTANT;
    height: 44px;
    width: 90%;
    float: right;
}
.woocommerce-page .woocommerce-ordering select option, 
.woocommerce-page .woocommerce-ordering select {
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 30px;
    padding: 3px 15px;
    border: 1px solid #000000 !IMPORTANT;
}
.woocommerce-page .woocommerce-ordering select option {
    font-weight: 500 !IMPORTANT;
}
main#innerpage-box h2.woocommerce-loop-product__title:hover,
.widget-area .woocommerce ul.product_list_widget li a span:hover,
main#innerpage-box .widget-area .tagcloud a:hover{
    color: #4c4c4c !important;
}
.woocommerce ul.products li.product .price del, 
.woocommerce ul.products li.product .price del span{
 font-weight: 500;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .2em !important;
}
.woocommerce .product-page {
    position: absolute;
    z-index: 1;
    width: 30%;
}
.woocommerce .widget-area a{
    line-height: 40px;
    font-size: 20px;
}
.woocommerce div#secondary{
    display: none;
    box-shadow: 1px 1px 3px #00000029;
    background: #ffffff;
    padding: 20px;
    border-radius: 0;
    margin-top: 1.2em;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
    padding-top: 5px;
    height: 40px !important;
    border-radius: 0 !important;
}
.woocommerce .products .star-rating,
.woocommerce ul.products li.product .total-product-title-wrap a span{
    display: none;
}
.woocommerce div#secondary .tagcloud a {
    line-height: 25px;
    color: #000 !important;
    font-size: 20px;
    font-weight: 600;
}
p.woocommerce-result-count {
    display: none;
}
button#product-page {
    border: 1px solid #000000;
    border-radius: 0;
    background: #ffffff;
    color: #000000 !important;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 25px 10px 10px;
}
body.post-type-archive-product .star-rating.ehi-star-rating {
    display: none ! IMPORTANT;
}
main#innerpage-box h1.ht-main-title {
    font-size: 58px !important;
    text-align: left;
    font-weight: 700;
    letter-spacing: 1.74px;
    color: #212121;
    padding-bottom: 20px;
    text-transform: uppercase !important;
}

body.post-type-archive-product ul.products,
body.archive.tax-product_cat ul.products{
    padding-top: 4.5em !important;
}

body.archive.tax-product_cat .star-rating.ehi-star-rating{
    display: none;
}

.woocommerce ul.products li.product a img{
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    filter: brightness(1);
    height: auto;
}
.woocommerce ul.products li.product:hover a img{
    transform: scale(1.020) rotateZ(0deg);
    -moz-transform: scale(1.020) rotateZ(0deg);
    -webkit-transform: scale(1.020) rotateZ(0deg);
    -o-transform: scale(1.020) rotateZ(0deg);
    filter: brightness(0.7);
}
li.product-category {
    width: 30.2%;
    float: left;
    margin-right: 20px !important;
    padding: 0 !important;
    margin-bottom: 2.5em !important;
    margin-left: 20px ! IMPORTANT;
}
.woocommerce ul.products li.product a img {
    width: 100%;
}
body.page-template-default main#innerpage-box h2.woocommerce-loop-category__title mark {
    clear: both;
    display: block;
    text-align: center;
    font-size: 18px;
    padding-top: 0.5em;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    text-align: center;
    font-size: 18px;
    font-weight: 200 !IMPORTANT;
}
body.page-template-default main#innerpage-box h2.woocommerce-loop-category__title:hover, 
body.page-template-default main#innerpage-box h2.woocommerce-loop-category__title:hover mark{
color: d80000;
}
li.product-category:before{
    content: none !important;
}
body.page-template-default main#innerpage-box h2.woocommerce-loop-category__title {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin: 0;
    line-height: 25px;
    padding: 1.5em 0 0 0;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    padding-bottom: 10px;
    margin-bottom: 22px;
}

.woocommerce-page ul.products li.product .price del bdi {
    font-size: 20px;
    font-weight: 600;
    color: #D80000;
}
main#innerpage-box h2.woocommerce-loop-product__title:hover, 
.widget-area .woocommerce ul.product_list_widget li a span:hover {
    color: #D80000 !important;
}
span.reviewer,
.widget-area del span.woocommerce-Price-amount.amount{
    color: #D80000 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #3b3b3b;
}
div#secondary input[type="search"]::placeholder {
    color: #3b3b3b;
}
body.post-type-archive .single-productpage li.product {
    padding-bottom: 0 !important;
    margin-bottom: 5px ! IMPORTANT;
}
body.archive.post-type-archive.post-type-archive-product li.product.type-product {
    margin-bottom: 2.5em ! IMPORTANT;
}
body.single.single-product .woocommerce-message a.button.wc-forward {
    margin-top: 0;
        padding: 5px 20px;
}
/*----------------------------------------*/
/*  Signle Product
/*----------------------------------------*/
.single .prowoocoomercetab-description ul li {
    list-style: disc;
    color: #000000;
    font-size: 18px;
    line-height: 34px;
    font-family: roboto;
    font-weight: 500;
    text-transform: capitalize;
}
.single .prowoocoomercetab-description ul {
    margin-top: 1em;
    margin-left: 0em;
}
.prowoocoomercetab-content .shipp-ico-box {
    display: none;
}
body.single-product h1.ht-main-title {
    display: none;
}
body.single-product span.root {
    display: none;
}
button.single_add_to_cart_button {
    margin-top: 0 !IMPORTANT;
}
.prowoocoomercetab-content form.cart {
    margin: 0 !IMPORTANT;
    padding: 0 !important;
        margin-top: 1em !important;
}
body.single-product main#innerpage-box .product_title.entry-title {
    font-size: 36px !important;
    line-height: 43px;
    color: #131313;
    padding-left: 0;
    margin-bottom: 20px;
    text-transform: uppercase !important;
    font-weight: 800 !IMPORTANT;
}
p.quantity-heading {
    display: none;
}
body.single-product main#innerpage-box div.quantity {
    margin: 25px 4px 0 0;
}
body.single-product main#innerpage-box p.price {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 0 !IMPORTANT;
    font-weight: 700 !important;
    display: -webkit-inline-box;
}
body.single-product main#innerpage-box p.price span,
body.single-product main#innerpage-box p.price bdi {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
body.single-product main#innerpage-box p.price bdi {
    font-size: 20px;
}
body.single-product main#innerpage-box p.price del {
    color: #000000;
    opacity: 50%;
}
body.single-product main#innerpage-box p.price ins {
    color: #D80000;
    padding-left: 15px;
}
body.single-product em strong {
    display: none ! IMPORTANT;
}
body.single-product main#innerpage-box p.product-info-quant span {
    color: #D80000;
    font-weight: 700;
}
body.single-product main#innerpage-box p.product-info-quant {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 700;
    position: relative;
    left: 0em;
    margin-bottom: 30px;
}
body.single-product main#innerpage-box p.product_sku, p.stock.in-stock {
    display: none;
}
body.single-product main#innerpage-box .quantity .qty {
    width: 113px;
    height: 62px;
    border: 3px solid #000000;
    margin-right: 2px;
    font-size: 21px;
    font-weight: 700;
}
body.single-product main#innerpage-box button.minus {
    color: #000;
    background: #ffffff;
    box-shadow: none;
    padding: 0;
    left: 25px;
    position: absolute;
    font-size: 25px;
    line-height: 0;
    font-weight: 700;
    top: 31px;
}
body.single-product main#innerpage-box button.plus {
    padding: 0;
    position: absolute;
    right: 40px;
    background: transparent;
    color: #000000;
    box-shadow: none;
    font-size: 22px;
    font-weight: 700;
    top: 18px;
}
.woocommerce div.product form.cart {
    margin-bottom: 1.8em;
}
body.single-product .short-description {
    font-size: 16px ! IMPORTANT;
    line-height: 27px !important;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}
.single .prowoocoomercetab-description .short-description {
    display: none;
}
body.single-product main#innerpage-box div.quantity,
body.single-product button.single_add_to_cart_button {
    margin-top: 0px;
}
.woocommerce div.product form.cart .variations{
    margin-bottom: 0 !important;
}
body.single-product .short-description ul li {
    list-style: disc;
    position: relative;
    left: 1.2em;
    color: #707070 ! IMPORTANT;
    font-size: 14px ! IMPORTANT;
    line-height: 28px;
}
body.single-product .short-description ul {
    padding-top: 1em;
}
.woocommerce div.product form.cart div.quantity {
    position: relative;
}
body.single-product button.single_add_to_cart_button.button.alt {
    width: 405px;
    height: 62px ! IMPORTANT;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
}
body.single-product button.single_add_to_cart_button.button.alt:hover,
body.single-product .shipping-txt span a:hover {
    opacity: 0.6 !important;
}
body.single-product .shipping-txt span {
    font-weight: 400;
    text-decoration: underline;
}
body.single-product .shipping-txt {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #000000 ! IMPORTANT;
        display: none;
    font-family: "Roboto", sans-serif;
}
body.single-product .shipping-txt span a {
    color: #000000;
}
body.single-product span.onsale {
    display: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    opacity: 1 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100% !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    opacity: 1;
    border: 1px solid #102833;
    padding: 2px;
}
body.product-template-default.single.single-product .summary.entry-summary .star-rating.ehi-star-rating {
    position: relative;
    top: 0;
}
.woocommerce-MyAccount-content p {
    margin: 0 !IMPORTANT;
}
.woocommerce table.shop_table{
    border-radius: 0 !important;
}
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text,
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
    background: transparent !important;
}
/*-----------------------
## checkout
-----------------------------*/
li.woocommerce-MyAccount-navigation-link {
    position: relative;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before {
    content: "\f007" !important;
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 0;
    color: #741d1d;
    top: 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
    content: "\f03a" !important;
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 0;
    color: #741d1d;
    top: 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads:before {
    content: "\f019" !important;
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 0;
    color: #741d1d;
    top: 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before {
    content: "\f041" !important;
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 0;
    color: #741d1d;
    top: 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before {
    content: "\f044" !important;
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 0;
    color: #741d1d;
    top: 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: "\f08b" !important;
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 0;
    color: #741d1d;
    top: 5px;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a:nth-child(1):before {
    content: "\f1cb";
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 10px;
    color: #ffffff;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a:nth-child(2):before {
    content: "\f041";
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 10px;
    color: #ffffff;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a:nth-child(3):before {
    content: "\f007";
    font-family: 'FONTAWESOME';
    position: absolute;
    left: 10px;
    color: #ffffff;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a {
    color: #ffffff !important;
    text-decoration: none;
    background: #000000;
    font-size: 16px;
    margin-right: 1em;
    padding: 1em 2em;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    line-height: 4em;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a:hover {
    background: #c70000 !important;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p{
    font-size: 0;
}
body.woocommerce-account div#content-box form.woocommerce-EditAccountForm.edit-account p,
body.woocommerce-account div#content-box .woocommerce-address-fields p,
body.woocommerce-downloads div#content-box p,
body.woocommerce-orders div#content-box p{
    font-size: 16px;
    line-height: 30px;
}
body.woocommerce-account div#content-box .woocommerce-address-fields__field-wrapper {
    margin-bottom: 1em;
}
body.woocommerce-account div#content-box a.woocommerce-Button.button{
    color: #ffffff !important;
}
nav.woocommerce-MyAccount-navigation {
    width: 25%;
    border-right: 1px solid #d5d8dc;
    padding-top: 8em;
}
.woocommerce-MyAccount-content {
    width: 75%;
    padding-left: 2em;
    padding-top: 7em;
}
body.woocommerce-account .woocommerce {
    display: flex;
}
.wc-block-cart .wc-block-cart-items th span, 
.wc-block-cart .wc-block-cart__totals-title {
    font-size: 17px !important;
    font-weight: 600;
    padding: 0;
    padding-bottom: 0.5em;
}
div#content-box a.wc-block-components-product-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.wc-block-cart .wc-block-cart-items {
    background: #ffffff !important;
}
.wp-block-woocommerce-cart-order-summary-block {
    background: #ffffff;
    padding: 1em 1em;
}
.wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    background: #ffffff;
}
div#content-box .wc-block-cart .wc-block-cart__submit-container a {
    background: #000000;
    color: #ffffff ! IMPORTANT;
}
div#content-box .wc-block-cart .wc-block-cart__submit-container a:hover {
    background: #c70000;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 20px 8px 20px !important;
}
fieldset#contact-fields {
    background: #ffffff;
    padding: 0 2em 2em 4em;
}
h2.wc-block-components-title:before {
    font-size: 0.5em;
    color: #ffffff;
    background: #000000 !important;
    border-radius: 50% !important;
    width: 2em;
    height: 2em;
    line-height: 2em;
    position: relative;
    top: 0px !important;
}
body.woocommerce-checkout h2.wc-block-components-title.wc-block-components-checkout-step__title {
    font-size: 2em !important;
}
fieldset#billing-fields {
    background: #ffffff;
    margin-top: 1.5em;
    padding: 0 2em 2em 4em;
}
fieldset#payment-method {
    padding: 0 2em 2em 4em;
    background: #ffffff;
    margin-top: 1.5em;
}
.wc-block-checkout__add-note {
    padding: 1em 2em 2em 4em !important;
    background: #ffffff;
    margin-top: 0 !important;
}
.wc-block-checkout__terms {
    padding: 2em 2em 0em 4em;
    background: #ffffff;
    margin: 0 !important;
}
.wc-block-checkout__actions {
    border: 0 !important;
    padding: 2em 2em 2em 4em !important;
    background: #ffffff;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background: #ffffff;
    padding: 1em 1em;
}
.wc-block-components-sidebar{
    margin-top: 0 !important;
    padding-left: 0 !important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], 
.wc-block-components-form .wc-block-components-text-input input[type=number], 
.wc-block-components-form .wc-block-components-text-input input[type=tel], 
.wc-block-components-form .wc-block-components-text-input input[type=text], 
.wc-block-components-form .wc-block-components-text-input input[type=url], 
.wc-block-components-text-input input[type=email], 
.wc-block-components-text-input input[type=number], 
.wc-block-components-text-input input[type=tel], 
.wc-block-components-text-input input[type=text], 
.wc-block-components-text-input input[type=url]{
    border-radius: 0 !important;
}
body.woocommerce-checkout .inner_contentbox{
    padding-top: 0 !important;
}
body.woocommerce-cart .inner_contentbox {
    padding-top: 1em;
}
.woocommerce-MyAccount-content:before {
    content: "Welcome to your account page";
    font-size: 25px;
    font-weight: 600;
    font-family: roboto;
    position: absolute;
    top: 30px;
}
.dashboard-info {
    position: absolute;
    top: 54px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-right: 5em;
}
.dashboard-info span {
    clear: both;
}
div#customer_login .col-1, div#customer_login .u-column2.col-2 {
    width: 100%;
}
body.woocommerce-account .inner_contentbox img {
    position: absolute;
    top: 0;
    border-radius: 50%;
}
body.woocommerce-account .login-info-my-account {
    position: absolute;
    top: 90px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}
div#content-box li.woocommerce-MyAccount-navigation-link a:hover, 
div#content-box .woocommerce-MyAccount-navigation-link.is-active a{
    color: #d80000 !important;
}
body.woocommerce-account .peccular-page-main {
    padding-bottom: 3em;
}
/*-----------------------
## Single product tabs 
-----------------------------*/
body.product-template-default.single.single-product .vi-wpvs-variation-style{
    display: block !important;
}
body.single.single-product .owl-nav{
    display: none;
}
body.single.single-product .button {
    margin-top: 1em;
}
body.single.single-product span.treeEnd {
    color: #000000;
}

.single .prowoocoomercetab-content {
    border-bottom: 1px solid #d5d8dc;
    padding: 0px 0px 14px 0px;
    /* display: none; */
    margin-bottom: 23px;
}

.single .prowoocoomercetab-content button.accordion {
    color: #000;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin: 0;
    background: none;
    padding: 0;
    border: none;
    transition: all 0.2s ease 0s;
    box-shadow: none;
    position: relative;
}

.single .prowoocoomercetab-content button.accordion{
    border-radius: 0;
}
.single .prowoocoomercetab-content button.accordion.active, button.accordion:hover {
    transition: all 0.2s ease 0s;
    opacity: 1;
}
.single .prowoocoomercetab-content button.accordion:before {
    content: "\f067";
    font-family: 'Fontawesome';
    font-size: 12px;
    color: #000;
    float: right;
    right: 19px;
    position: relative;
    /* top: 0px; */
    font-weight: 400;
    line-height: 26px;
    transition: all 0.2s ease 0s;
}
.single .prowoocoomercetab-content button.accordion.active:before {
    content: "\f068";
    font-family: 'Fontawesome';
    transition: all 0.2s ease 0s;
}
.single .prowoocoomercetab-content button.accordion.active:before{color: #000;}
.single .prowoocoomercetab-content div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0px 0 0px 0;
    border: none;
    /* background: linear-gradient(0deg,#8972ea,#516ced 80%) no-repeat;*/
    border-radius: 0 0 ;
    padding: 1px 20px 1px 20px;
    box-shadow:none;
}
.single .prowoocoomercetab-content div.panel{ border-top: none;}
.single .prowoocoomercetab-content div.panel.show {    
    opacity: 1;
    max-height: 500px;
    padding: 0;
}
.single .prowoocoomercetab-content div.panel p{margin: 12px 0 12px 0; line-height: 27px;}
.single h3.prowoocoomercetab-title {
    padding-right: 30px;
    padding-left: 38px;
    margin: 0;
    line-height: 24px !important;
    word-break: break-word;
    text-align: left;
    font-size: 20px !important;
    border: 0 !important;
    font-weight: 400;
    color: #000000 !important;
    margin: 10px 0 !IMPORTANT;
}
.single h3.prowoocoomercetab-title:after {  display: none;}
.single .prowoocoomercetab-content p {
    font-size: 15px;
    padding: 0;
    letter-spacing: 0px;
    word-break: break-word;
    color: #232323 !important;
    font-weight: 400;
    margin: 10px 0 0 !important;
    opacity: 0.76;
}
.single .prowoocoomercetab-description {
    padding-left:18px;
    padding-right:18px;

}
.single h3.prowoocoomercetab-title span {
    color: #ffd200;
}

.single .prowoocoomercetab-description h1, 
.single .prowoocoomercetab-description p.price, 
.single .prowoocoomercetab-description .woocommerce-product-details__short-description, 
.single .prowoocoomercetab-description .single_variation_wrap,
.single .prowoocoomercetab-description .product_meta {
    display: none !important;
}

.single .woocommerce .product_meta .posted_in a {
    background: none !important;
}
.single main#innerpage-box h3.prowoocoomercetab-title {
    font-size: 30px !important;
    font-weight: 800 !important;
    font-family: "Roboto", sans-serif;
}
body.single-product main#innerpage-box .prowoocoomercetab-content p{
    font-size: 20px ! IMPORTANT;
    line-height: 34px !important;
    color: #000000 ! IMPORTANT;
    opacity: 1;
}
body.single-product main#innerpage-box .prowoocoomercetab-content p.product-info-quant {
    display: none;
}
body.single-product main#innerpage-box .prowoocoomercetab-content a.woocommerce-review-link {
    display: none;
}
body.single-product div#banner3 {
    background-size: cover ! IMPORTANT;
    background-repeat: no-repeat ! IMPORTANT;
}
section.related.products {
    position: relative;
    padding-top: 6em;
}
section.related.products:before {
    content: "MAY YOU ALSO LIKE";
    position: absolute;
    color: #000000;
    text-align: center;
    margin: 0;
    left: 0;
    right: 0;
    font-size: 45px;
    letter-spacing: 1.35px;
    font-weight: 700;
    top: 25px;
}
body.single-product ul.tabs.wc-tabs, 
body.single-product div#tab-description {
    display: none !important;
}
.woocommerce div.product section.related.products {
    display: none;
}
.single .single-productpage main#innerpage-box h2.woo-reviews {
    font-size: 50px !important;
    text-align: center;
    line-height: 61px;
    font-weight: 700 !IMPORTANT;
    text-transform: uppercase !important;
    margin-top: 0.5em;
}
.single main#innerpage-box p.average-count {
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin: 0;
}
.single main#innerpage-box p.based-review {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #000000;
    margin: 0;
    padding-top: 5px;
}
.woocommerce-review-toparea .star-rating {
    position: absolute;
    top: 30px;
    font-size: 20px;
}
.woocommerce-review-toparea {
    position: relative;
    border: 1px solid #000000;
    padding: 4em 2em 2em 2em;
    margin-top: 4em;
    margin-bottom: 3em;
}
.single main#innerpage-box button#show-review-form {
    border-radius: 0;
    width: 225px;
    height: 54px;
    letter-spacing: 1.76px;
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    position: absolute;
    right: 20px;
    top: 50px;
}
.single main#innerpage-box strong.woocommerce-review__author {
    font-size: 24px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
.single main#innerpage-box span.woocommerce-review__date {
    position: absolute;
    top: 65px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
}
body.product-template-default.single.single-product .description {
    position: relative;
    top: 0;
    left: -60px;
    padding-top: 0em;
    font-size: 16px;
}
body.product-template-default.single.single-product .description p {
    font-size: 16px ! IMPORTANT;
    line-height: 25px ! IMPORTANT;
    font-weight: 700 !IMPORTANT;
    color: #000000 ! IMPORTANT;
    font-family: "Roboto", sans-serif;
    top: 3.6em;
    position: relative;
    padding-left: 0.5em;
}
body.product-template-default.single.single-product .description p:before {
    content: "";
    width: 13px;
    height: 2px;
    position: absolute;
    left: -20px;
    background: #000000;
    top: 10px;
}
body.product-template-default.single.single-product ul.products{
    padding-top: 40px;
}
.woocommerce-related-products .star-rating.ehi-star-rating {
    display: none !important;
}
.woocommerce-page .related ul.products li.product{
  width: 30.3% !important;
  margin-right: 3% !important;
}
body.product-template-default.single.single-product span#reply-title {
    font-size: 35px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
body.product-template-default.single.single-product div#review_form form {
    margin-top: 2em;
    margin-bottom: 5em;
}
body.product-template-default.single.single-product #innerpage-box p.comment-notes span {
    font-weight: 600 !important;
}
body.product-template-default.single.single-product #innerpage-box .comment-form-rating .stars a {
    color: #FFAD0C;
    font-weight: 700;
    font-size: 25px;
}
body.product-template-default.single.single-product #innerpage-box .comment-form-rating .stars {
    margin-bottom: 3em !important;
}
body.product-template-default.single.single-product div#review_form form label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
}
.woocommerce #review_form #respond .form-submit input:hover, 
.woocommerce #review_form #respond .form-submit input {
    border: 0 !important;
}
.woocommerce-related-products {
    padding-bottom: 3em;
}
div#banner3shop .offet-text{
    font-weight: 900;
}
.cart_totals h2 {
    font-family: "Roboto", sans-serif;
    margin-top: 10px !important;
    padding: 0 !important;
}
.woocommerce table.shop_table th{
    text-transform: uppercase;
}
div#content-box a.button.wc-backward {
    color: #ffffff !important;
    margin-bottom: 0.2em;
    font-size: 20px;
    font-weight: 500;
}
#coupon_code{
    width: 50% !important;
    border-radius: 0;
}
.woocommerce form .form-row,
form.checkout_coupon.woocommerce-form-coupon p{
    margin: 0 !important;
}
.woocommerce-billing-fields h3,
h3#ship-to-different-address span,
h3#order_review_heading{
    font-family: "Roboto", sans-serif; 
}
h3#ship-to-different-address span {
    font-weight: 600;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
    border-radius: 0 !IMPORTANT;
}
.woocommerce-error::before{
    content: none !important;
}
.woocommerce .blockUI.blockOverlay{
    display: none !important;
}
button#place_order {
    margin-bottom: 1em;
}
body.product-template-default.single.single-product section.related.products h2 {
    display: none;
}
body.product-template-default.single.single-product section.related.products li h2 {
    display: block;
}
/*----------------------------------------*/
/*  Search
/*----------------------------------------*/
body.search.search-results .entry-content {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
body.search.search-results div#content-box .entry-readmore a {
    color: #ffffff ! IMPORTANT;
    border-radius: 0;
    box-shadow: none;
}
/*----------------------------------------*/
/*  Video Area
/*----------------------------------------*/
#video .wrap {
  position: relative;
  height: 550px;
}
#video .video-bg {
  position: relative;
  height: 100%;
  background: #000;
  overflow: hidden;
}
#video .video-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
#video .video-bg iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 60vw;
}
#video .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#video .title {
  font-size: 2.5vw;
}
.animation-box {
  width: 75%;
  height: 27.5rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.animation-container {
  width: 1000rem;
  height: 30rem;
}

@keyframes topFadeOut {
  0% {
    position: absolute;
    top: -3rem;
    opacity: 0;
}

75% {
    position: absolute;
    top: 25%;
    opacity: 1;
}

100% {
    opacity: 0;
}
}
@keyframes bottomFadeOut {
  0% {
    position: absolute;
    bottom: -5rem;
    opacity: 0;
}

75% {
    position: absolute;
    bottom: 25%;
    opacity: 1;
}

100% {
    opacity: 0;
}

}
@keyframes topFadeOutVertical {
  0% {
    position: absolute;
    top: -3rem;
    opacity: 0;
}

75% {
    position: absolute;
    top: 45%;
    opacity: 1;
}

100% {
    opacity: 0;
}
}

@keyframes rightFadeInOut {
  0% {
    position: absolute;
    right: -3rem;
    opacity: 0;
}

75% {
    position: absolute;
    right: 10rem;
    opacity: 1;
}

100% {
    opacity: 0;
    right: 10rem;
}
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
}

45% {
    opacity: 1;
}

100% {
    opacity: 0%;
}
}
#video .first-text {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 5rem;
    opacity: 0; 
    animation-name: topFadeOut;
    animation-duration: 2s;
    color: white;
    right: 0;
    z-index: 1;
}
#video .second-text {
    font-size: 100px;
    position: absolute;
    top: 5.5rem;
    opacity: 0; 
    animation-name: rightFadeInOut;
    animation-delay: 2s;
    animation-duration: 3s;
    color: #ffffff;
    line-height: 165px;
    left: 0;
    right: 0;
    font-weight: bold;
    z-index: 1;
}
#video .fourth-text {
    font-size: 100px;
    position: absolute;
    top: 7.5rem;
    left: 0;
    opacity: 0;
    color: #ffffff;
    animation-name: fadeInOut;
    animation-delay: 6s;
    animation-duration: 5s;
    right: 0;
    font-weight: bold;
}
#video .fifth-text {
    font-size: 40px;
    position: absolute;
    left: 0;
    bottom: 45%;
    opacity: 0;
    color: #ffffff;
    animation-name: bottomFadeOut;
    animation-delay: 6s;
    animation-duration: 8s;
    right: 0;
    z-index: 1;
}
div#video {
    position: relative;
}
div#video-sound {
    position: relative;
    z-index: 99;
}
div#video-sound iframe{
    padding: 0 !IMPORTANT;
}

.homepagevideo {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  width: 100%;
}
.homepagevideo:hover {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
video {
  max-width:100%; 
  display: block;
  position: relative;
  border: 0; 
  padding: 0; 
}

/* checkbox hide */
#volume-switcher {
  display: none; 
}

/* volume on : container */
#switcher-container {
  display:block;
  position: absolute;
  top:0; left:0; bottom:0; right:0;  
  cursor: pointer;
  opacity: 0.8;
  filter: invert(1); /* changer couleur icon */
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in 0s;
}

/* volume on : button */ 
#switcher-container:after {
  content: "";
  border: 0px solid black;
  background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-off_rhwz0o.svg) center center;
  background-size: 100%;
  bottom: 10px;
  right: 10px;
  position: absolute;
  width: 40px;
  height: 40px;
}

#switcher-container:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in 0s;}

/* volume off : container */
#volume-switcher:checked + #switcher-container {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.1;
  -webkit-transition: all 0.7s ease-in 1s;
  -moz-transition: all 0.7s ease-in 1s;
  transition: all 0.7s ease-out 1s;   
}

/* volume off : hover */
#volume-switcher:checked + 
#switcher-container:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: opacity 0.3s ease-out 0s;}

/* volume off : button */
#volume-switcher:checked + #switcher-container:after {
  right: 10px;
  content: "";
  background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-on_vztd3h.svg) center center;
  background-size: 100%;
}
/*----------------------------------------*/
/*  Products Category Area
/*----------------------------------------*/
#productcat_section .pro-cat-img {
    overflow: hidden;
}
#productcat_section .pro-cat-img img {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    filter: brightness(0.85);
    height: auto;
}
#productcat_section .portfolio_item_post:hover .pro-cat-img img {
    transform: scale(1.020) rotateZ(0deg);
    -moz-transform: scale(1.020) rotateZ(0deg);
    -webkit-transform: scale(1.020) rotateZ(0deg);
    -o-transform: scale(1.020) rotateZ(0deg);
    filter: brightness(1);
}
#productcat_section h5.category-title {
    font-size: 34px;
    padding: 0 15px;
    line-height: 51px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
#productcat_section h5.category-title a {
    font-weight: 500;
}
#productcat_section {
    background: #ffffff;
}
#productcat_section h5.category-title a {
    color: #ffffff;
}
#productcat_section h5.category-title a:hover {
    opacity: 0.85;
}
/*----------------------------------------*/
/*  Banner
/*----------------------------------------*/
div#banner .header-content {
    position: relative;
    z-index: 1;
    padding: 5em 2em 5em 8.5em;
}
div#banner .offet-text {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 11.6px;
    padding-bottom: 1em;
    padding-top: 0.5em;
    color: #001A4B;
}
div#banner .sale-text {
    font-size: 133px;
    letter-spacing: 22.61px;
    font-weight: bold;
    color: #001A4B;
    line-height: 135px;
    padding-top: 0.1em;
    padding-bottom: 0.2em;
}
div#banner .discount-text span{
   animation: neon 5s ease infinite;
   font-weight: 500;
}
@keyframes neon{
    0%,100%{
        color: #001A4B;
    }
    50%{
        color: #fff;
    }
}
div#banner .discount-text {
    font-size: 66px;
    line-height: 99px;
    font-weight: 500;
    color: #001A4B;
    padding-top: 15px;
    padding-bottom: 15px;
}
div#banner .day-text {
    font-size: 26px;
    line-height: 39px;
    font-weight: 500;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    color: #001A4B;
}
.button-all{
    color: #8CB3C8;
    background: #001A4B;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1.98px;
    padding: 15px 76px 15px 76px;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    margin: 0.7em 0;
} 
.button-all:hover,
.button-all:focus{
    color: #8CB3C8;
}
.button-all span{
    transition: all 0.3s ease 0s;
    display: block;
    font-weight: 500;
}
.button-all:hover span{
    transform-origin: left center;
    transform: scale(0.85) translateX(-5px);
}
.button-all:before{
    content: '';
    height: 15px;
    width: 15px;
    border: 3px dashed #8CB3C8;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    top: 49%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.button-all:hover:before{
    opacity: 1;
    animation: rotateAnimate 0.5s linear infinite;
}
@keyframes rotateAnimate{
    100%{ transform: translateY(-50%) rotate(360deg); }
}


@media screen and (min-width: 768px) and (max-width: 1024px){

    .footer-area li,  .footer-area li, .page .footer-area li {
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 6px;
    }
}
/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/
div#newsletter .peccular-section-head {
    margin-bottom: 2.8em;
}
#newsletter {
    position: relative;
    z-index: 1;
    overflow: visible;
}
#newsletter .newsletter-sign-box {
    padding: 0em 6em 4em 5em;
    background: none;
    position: relative;
    z-index: 999;
}
#newsletter .peccular-section-head h2{
    font-size: 45px;
    line-height: 60px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 35px;
}
#newsletter  .peccular-newsletter-member-wrap input::placeholder,
#newsletter .peccular-newsletter-member-wrap textarea::placeholder{
    opacity: 1 !important;
    font-size: 30px;
    font-weight: 400;
    color: #787777 !important;
}
#newsletter .peccular-newsletter-member-wrap {
    color: #000000;
    text-align: center;
}
#newsletter .footer-tag p {
    text-align: center;
    color: #000000;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    padding:00em 0 0.8em 0;
    position: relative;
}
#newsletter .footer-tag:after {
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    width: 265px;
}
#newsletter .peccular-newsletter-member-wrap input[type="text"], 
#newsletter .peccular-newsletter-member-wrap input[type="email"], 
#newsletter .peccular-newsletter-member-wrap input[type="url"], 
#newsletter .peccular-newsletter-member-wrap input[type="password"], 
#newsletter .peccular-newsletter-member-wrap input[type="search"], 
#newsletter .peccular-newsletter-member-wrap input[type="number"], 
#newsletter .peccular-newsletter-member-wrap input[type="tel"], 
#newsletter .peccular-newsletter-member-wrap input[type="range"], 
#newsletter .peccular-newsletter-member-wrap input[type="date"], 
#newsletter .peccular-newsletter-member-wrap input[type="month"], 
#newsletter .peccular-newsletter-member-wrap input[type="week"], 
#newsletter .peccular-newsletter-member-wrap input[type="time"], 
#newsletter .peccular-newsletter-member-wrap input[type="datetime"],
#newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], 
#newsletter .peccular-newsletter-member-wrap input[type="color"],
#newsletter .peccular-newsletter-member-wrap input[type="file"],
#newsletter .peccular-newsletter-member-wrap textarea{ 
    border: 1px solid #707070 !important;
    width: 100%;
    color: #000000 !important;
    border-radius: 0;
    font-size: 30px;
    height: 74px;
    font-weight: 500;
    background: transparent;
    padding: 0 35px;
}
#newsletter .peccular-newsletter-member-wrap select{
    outline: 0;
    border: none;
    z-index: 2000;
    width: 100%;
    color: #d1cfd0;
    margin: 0 0 6px 0;
    border-radius: 8PX 0 0 8px;
    padding: 16px 20px;
    font-size: 18px;
    height: 65px;
    background: #fff;    
}
#newsletter .peccular-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
#newsletter .submt-btn {
    text-align: center;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    background: #000000;
    color: #fdfdfd;
    font-weight: 500;
    padding: 15px 70px 15px 70px;
    border-radius: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 30px;
    transition: all 0.5s ease 0s;
    height: 74px;
    margin-left: 0em;
    border-radius: 0;
    letter-spacing: 0;
    box-shadow: none;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
#footer,
.footer-area,
.footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;
    background:#06332e;
}
#footer{
    background: #f0efee !important;
    border-top: 5px solid #000000;
}

#footer .footer-overlay,
#footer .footer-overlay,
.page #footer .footer-overlay,
.single #footer .footer-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

.page #footer .widget_block,
.page #footer .widget_meta,
.page #footer .widget_recent_entries,
.page #footer .widget_categories,
.page #footer .widget_recent_comments,
.page #footer .widget_archive,
.page #footer .widget_nav_menu,
.page #footer .widget_text,

.single #footer .widget_block,
.single #footer .widget_meta,
.single #footer .widget_recent_entries,
.single #footer .widget_categories,
.single #footer .widget_recent_comments,
.single #footer .widget_archive,
.single #footer .widget_nav_menu,
.single #footer .widget_text{
    border: none;
    border-radius: 0;
    padding: 0;
    color: #fff;
}
.footer-area li,
.footer-area li,
.page .footer-area li {
    display: block;
    margin-bottom: 8px;
    margin-top: 0;
    margin-left: 0;
    font-weight: 400;
}
.footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 20px;
    color: #212121;
    line-height: 34px;
}
footer.wp-block-latest-comments__comment-meta {
    color: #000000;
}
.footer-area .gallery-item,  .footer-area .gallery-item, .page .footer-area .gallery-item, .single .footer-area .gallery-item {
    max-width: 40.33%;
    padding-right: 13px;
    padding-bottom: 13px;
}
.footer-area .gallery-item img, .footer-area .gallery-item img, .page .footer-area .gallery-item img, .single .footer-area .gallery-item img{
    border-radius: 10px;
    border: 2px solid;
    width: 100%;
    height: 70px;
}
.footer-area ul,
.footer-area ul,
.page .footer-area ul,
.single .footer-area ul  {margin: 0 0 15px 00px;}
.footer-area p,
.page .footer-area p,
.single .footer-area p {    
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    color: #000000;
    position: relative;
}
.footer-area .widget-title,

#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,

.footer-area .widget-title,
.page .footer-area .widget-title,
#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,
.page #footer .widget_block h1,
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2,
.single .footer-area .widget-title,
.single #footer .widget_block h1,
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2 {   
    color: #2d82f5;
    margin-bottom: 0px;
    font-family: inherit;
    font-size: 25px;
    text-transform: capitalize;
    padding-bottom: 0px;
    font-weight: 600;
    position: relative;
}
.footer-area .widget-title, 
#footer .widget_block h1, 
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2, 
.footer-area .widget-title, 
.page .footer-area .widget-title, 
#footer .widget_block h1, 
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2, 
.page #footer .widget_block h1, 
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2, 
.single .footer-area .widget-title, 
.single #footer .widget_block h1, 
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2, 
#footer .widget .widget-title {
    font-size: 26px ! IMPORTANT;
    line-height: 39px;
    color: #212121;
    font-weight: 700 !IMPORTANT;
    margin-bottom: 12px;
}

.footer-area .widget.widget_recent_entries li a,
.footer-area .widget.widget_recent_entries li a,
.page .footer-area .widget.widget_recent_entries li a ,
.single .footer-area .widget.widget_recent_entries li a {font-size: 16px;}

.footer-area .social-profile-icons ul li,
.footer-area .social-profile-icons ul li,
.page .footer-area .social-profile-icons ul li,
.single .footer-area .social-profile-icons ul li {    
    display: inline-block;
    padding-right: 8px;
    font-size: 15px;
    font-weight: 800;
}
.footer-area .social-profile-icons ul li:before,
.footer-area .social-profile-icons ul li:before,
.page .footer-area .social-profile-icons ul li:before,
.single .footer-area .social-profile-icons ul li:before{
    display: none;
}
.footer-area .widget,
.footer-area .widget,
.page .footer-area .widget ,
.single .footer-area .widget{ margin-bottom: 2em;}
.footer-area .footer-bottom-area ul li,
.footer-area .footer-bottom-area ul li,
.page .footer-area .footer-bottom-area ul li,
.single .footer-area .footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}

.footer-area .bottom-area ul,
.footer-area .bottom-area ul,
.page .footer-area .bottom-area ul,
.single .footer-area .bottom-area ul { margin-bottom: 0;}

.footer-area .footer-text, .footer-text a,
.footer-area .footer-text, .footer-text a,
.single .footer-area .footer-text, .single .footer-text a,
.single .footer-area .footer-text, .single .footer-text a   {
   font-size: 16px;
   font-weight: 300;
   color: #f8f4f5; 
}
.footer-area .bottom-area .footer-text  {
    font-size: 20px;
    font-weight: 700;
    color: #212121 !important;
}
.bottom-area {
    box-shadow: 0px 0px 18px #0000000D;
    position: relative;
    background: #ffffff;
}
.footer-area .bottom-area .bottom-logo {
    padding-top: 3em;
    padding-left: 15px;
}
.footer-area .bottom-area  li {
    display: inline-block;
    list-style-type: none!important;
}
.footer-area .bottom-area  li:before{
    content: '';
}
.footer-area .bottom-area .phn-contact {
    text-align: left;
    padding: 15px 13px 15px 0;
}
.footer-area .bottom-area .phn-contact li i{
    color: #2d81f5;
    padding-left: 10px;
    margin-right: 19px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-top: -17px;
}
.bottom-area .phn-contact p.phn-cnt-txt {
    font-size: 16px;
    font-weight: 500;
    color: #040404;
    line-height: 15px;
    text-align: left;
    margin-bottom: 0;
    margin-left: 25px;
}
.bottom-area .phn-contact li a.h-phone {
    color: #040404;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 40px;
}
.footer-area .pd-0,
.footer-area .pd-0,
.page .footer-area .pd-0,
.single .footer-area .pd-0{padding: 0;}
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.footer-area .bottom-area li a:hover,  .social-profile-icons li a:hover,
.page .footer-area .bottom-area li a:hover,
.single .footer-area .bottom-area li a:hover{border-bottom: 0;}
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.footer-area .bottom-area li:hover a::after,  .footer-area .bottom-area li:hover a:after,
.page .footer-area .bottom-area li:hover a::after, .page .footer-area .bottom-area li:hover a:after,
.single .footer-area .bottom-area li:hover a::after, .single .footer-area .bottom-area li:hover a:after
{width: 20px;}
.footer-area .bottom-area li.current_page_item a:after,
.footer-area .bottom-area li.current_page_item a:after,
.page .footer-area .bottom-area li.current_page_item a:after,
.single .footer-area .bottom-area li.current_page_item a:after{position: absolute;width: 20px;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area .bottom-area .footer-link,
.footer-area .bottom-area .footer-link,
.page .footer-area .bottom-area .footer-link,
.single .footer-area .bottom-area .footer-link{
    text-align: right;
}
.footer-area  ul,
.footer-area  ul,
.page .footer-area  ul ,
.single .footer-area  ul{
    list-style: none;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    display: block;
    z-index: 1;
}
.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,

.footer-area input[type="text"],  .footer-area input[type="email"],  .footer-area input[type="url"],  .footer-area input[type="password"],  .footer-area input[type="search"],  .footer-area input[type="number"],  .footer-area input[type="tel"],  .footer-area input[type="range"],  .footer-area input[type="date"],  .footer-area input[type="month"],  .footer-area input[type="week"],  .footer-area input[type="time"],  .footer-area input[type="datetime"],  .footer-area input[type="datetime-local"],  .footer-area input[type="color"],  .footer-area textarea,
.footer-area select,
.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea,
.page .footer-area select,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea,
.single .footer-area select
{    
    height: 49px;
    border: 1px solid #000000 !IMPORTANT;
    font-size: 15px;
    height: 35px;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-style: normal;
    font-weight: 400;
}
.footer-area input[type="submit"],
.footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: none;
    border: 2px solid;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 0px;
    padding: 0;
    color: #FFF;
    -moz-transition: all 0.3s ease;
    border-radius: 0;
    box-shadow: none;
}
.footer-area label,
.footer-area label,
.page .footer-area label,
.single .footer-area label{
    font-weight: 400;
}
.footer-area div.wpcf7 input[type="file"],
.footer-area div.wpcf7 input[type="file"],
.page .footer-area div.wpcf7 input[type="file"],
.single .footer-area div.wpcf7 input[type="file"] {font-size: 15px;font-weight: 500;width: 100%;margin-bottom: 30px;}
.footer-area select option,
.page .footer-area select option,
.single .footer-area select option{font-weight: 400;}
.footer-area .tagcloud a,
.page .footer-area .tagcloud a,
.single .footer-area .tagcloud a{font-size: 15px !important;font-weight: 400;}
.footer-area input[type="submit"] {
    color: #ffffff;
    background: #000000;
    padding: 0.5em 2em;
}
.footer-area input[type="submit"]:hover {
    opacity: 0.6;
}
.footer-area i.fa ,
.footer-area i.fa ,
.page .footer-area i.fa,
.single .footer-area i.fa{    
    padding: 0;
    font-size: 28px;
    margin-right: 15px;
    line-height: 44px;

}
.footer-area i.fa {
    color: #fff;
}
.footer-area i.fa:hover{
    color: #2d82f5;
}
.footer-area .social-profile-icons i.fa,
.footer-area .social-profile-icons i.fa,
.page .footer-area .social-profile-icons i.fa ,
.single .footer-area .social-profile-icons i.fa{    
    padding: 0;
    text-align: center;
    margin-right: 0;
    font-size: 20px;
    padding: 5px;
}
.footer-area table tr,
.footer-area table tr,
.page .footer-area table tr ,
.single .footer-area table tr{text-align: center;line-height: 28px;}
.footer-area table td,
.footer-area table td,
.page .footer-area table td,
.single .footer-area table td  {font-size: 15px;padding: 5px;}

.footer-area .widget_calendar table thead tr th,
.footer-area .widget_calendar table thead tr th,
.page .footer-area .widget_calendar table thead tr th,
.single .footer-area .widget_calendar table thead tr th{text-align: center;}
.footer-area fieldset,
.footer-area fieldset,
.page .footer-area fieldset ,
.single .footer-area fieldset {
    padding-top: 0;
}
.footer-area .widget_calendar thead,
.footer-area .widget_calendar thead,
.page .footer-area .widget_calendar thead,
.single .footer-area .widget_calendar thead { background: transparent;box-shadow: 0 0px 3px 0 #88828252;}
.footer-area figure.gallery-item img:hover,
.footer-area figure.gallery-item img:hover,
.page .footer-area figure.gallery-item img:hover,
.single .footer-area figure.gallery-item img:hover{opacity: 0.8;}
.footer-area p span,
.footer-area p span,
.page .footer-area p span,
.single .footer-area p span    {color: #fe900f;font-weight: 400;}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea {background: transparent;}
.footer-area .s-footer,

.footer-area input[type="text"],  .footer-area input[type="email"],  .footer-area input[type="url"],  .footer-area input[type="password"],  .footer-area input[type="search"],  .footer-area input[type="number"],  .footer-area input[type="tel"],  .footer-area input[type="range"],  .footer-area input[type="date"],  .footer-area input[type="month"],  .footer-area input[type="week"],  .footer-area input[type="time"],  .footer-area input[type="datetime"],  .footer-area input[type="datetime-local"],  .footer-area input[type="color"],  .footer-area textarea {background: transparent;}
.footer-area .s-footer,

.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea {background: transparent;}
.page .footer-area .s-footer,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea {background: transparent;}
.single .footer-area .s-footer{
    float: left;
    margin-bottom: 4em;
}
.footer-area .single-footer-1,
.footer-area .single-footer-1,
.page .footer-area .single-footer-1 ,
.single .footer-area .single-footer-1{    
    float: left;
}
.footer-area .widget_recent_entries ul li,
.footer-area .widget_recent_entries ul li,
.page .footer-area .widget_recent_entries ul li,
.single .footer-area .widget_recent_entries ul li{
    line-height: 40px;
}
.footer-area .social-profile-icons i.fa {
    color: #fff;
}
.footer-area .social-profile-icons a:hover i.fa, 
.footer-area .social-profile-icons ul li a:hover i {
    color: #707070 !important;
}
.footer-area p, 
footer.wp-block-latest-comments__comment-meta {
    color: #000000;
}
.footer-share-btn ul li:before,
.footer-share-btn ul li:before, .page .footer-share-btn ul li:before,
.single .footer-share-btn ul li:before{
    display: none;
}
.single .socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single .socialMedia ul li{
    float: left;
}
.single .socialMedia ul li a.site-button {
    background: none;
    color: #000;
    padding-right: 10px;
}
.single #content-box .socialMedia ul li a.site-button i {
    color: #000;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #783afd;
}
.single-footer-1 img{margin-bottom: 12px;}
.single-footer-1 p{
    margin-bottom: 16px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    font-size: 16px !important;
    color: #fdf8f8!important;
}
.single-footer-1 p i{
    margin: 0 17px 0 0 !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    font-size: 15px !important;
    color: #000 !important;
    background: #fff;
    padding: 8px 10px !important;
    border-radius: 50%;
    width: 33px;
    height: 33px;
}
.footer-area p span,
.single-footer-1 p i span{
    font-weight: 500 !important;
    line-height: 19px !important;
    font-size: 20px !important;
    color: #000 !important;
}
.footer-area p span a,
.single-footer-1 p i span a{
    color: #fff !important;
}
.footer-area p span a:hover,
.single-footer-1 p i span a:hover{
    color: #f9c12c !important;
}
.footer-area .single-footer-4 .footer5overlay{
    background: #000!important;
    position: absolute;
    left: 0px;
    right: 0;
    top: 40px;
    /*bottom: 145px;*/
    height: 221px;
    opacity: 1;
}

.footer-area .social-profile-icons ul li a{
    background: none;
    padding: 0px 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    color: #fff;
}

.footer-area .social-profile-icons ul li a i,
.footer-area .social-profile-icons i.fa {
    color: #000000 !important;
    font-size: 35px;
    padding-right: 0.8em;
}
.footer-area .social-profile-icons ul li{
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
} 
.footer-area  .top-area {
    overflow: hidden;
    position: relative;
}
.footer-area .footer-bgleft {
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 0;
}
.footer-area .footer-bgleft img{
    width: 100%;
}
.footer-area .footer-bgright img{
    width: 100%;
}
.footer-area .footer-bgright{
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: -1;
}
/*-----------------------
Innerpage Page 
-----------------------------*/
.ht-main-title{
    margin: 0 0 0.5em 0%;
    letter-spacing: 0px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 700 !important;
    letter-spacing: 1.74px;
    color: #212121;
    padding-top: 5px;
    text-transform: uppercase;
}
.overlShape {
   width: 25px;
   height: 25px;
   background: #0060ff;
   clip-path: polygon(0 0, 0 83%, 79% 37%);
   z-index: 1;
   position: relative;
   left: 31%;
   bottom: 40%;
}
.overlShape1 {
    width: 25px;
    height: 25px;
    background: #0060ff;
    clip-path: polygon(0 0, 45% 77%, 100% 0);
    z-index: 1;
    position: relative;
    left: 69%;
    bottom: 122%;
}
.overlShape2 {
   border-radius: 50px;
   width: 17px;
   height: 17px;
   /* background: #0060ff; */
   /* clip-path: polygon(0 0, 45% 77%, 100% 0); */
   z-index: 1;
   position: relative;
   left: 83%;
   bottom: 51%;
   border: 3px solid #0060ff;
}
.category .ht-main-title {
    margin: 0 0 1.5em;
}
.category .ht-main-title span {
    font-size: 36px;
    padding: 0 5px;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title a, .site-title a{
    font-weight: bold;
    color: #000000;
}

.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_recent_entries, 
.widget_categories, 
.widget_recent_comments,
.widget_archive,
.widget_nav_menu,
.widget_search{
    border: 0px solid #eaeaea;
    border-radius: 10px;
    padding: 15px 15px;
}


#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
   font-size: 17px !important;
   margin: 0;
   color: #fff !important;
   display: block !important;
   padding: 0px 0 2.5em;
   text-align: center !important;
   font-weight: 500 !important;
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a{
    color: #fff !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
}

.inner_contentbox {
    padding: 3.5em 0em 0;
}
.peccular-innerpage-overlay {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: #000;
    opacity: 0.4;
    display: flex;
    align-items: center;
    text-align: center;
}
.peccular-page-main{
    position: relative;
}

#content-box ul li:before, #content-box ol li:before, main#innerpage-box div#sitemap-box ul li a:before {
    color: #06332e;
}
.ht-post-info .entry-date span.ht-day, .entry-categories .fa, 
.widget-area a:hover, .comment-list a:hover, 
.no-comments, .woocommerce .woocommerce-breadcrumb a:hover, 
#total-breadcrumbs a:hover, .ht-featured-link a, 
.ht-portfolio-cat-name-list .fa, .ht-portfolio-cat-name:hover, 
.ht-portfolio-cat-name.active, .ht-portfolio-caption a, .ht-team-detail, 
.ht-counter-icon, .woocommerce ul.products li.product .price, 
.woocommerce div.product p.price, .woocommerce div.product span.price, 
.woocommerce .product_meta a:hover, .woocommerce-error:before, 
.woocommerce-info:before, .woocommerce-message:before, 
.featured-post:after, .featured-post:before, 
.featured-link a, #ht-colophon .social-profile-icons a:hover, 
footer#ht-colophon ul li a:hover, .ht-footer .textwidget .fa, 
h6.secondry-text, #ht-about-us-section ul li:before, 
.pluses.text-right i.fa.fa-plus, .ht-section-tagline.lz-newslatter-text b, 
#content-box ul li:before, .offtimebox h4.offtime-text, 
#ht-masthead .header-social-links span:hover, 
#ht-masthead ul.header-menu-links li.mailto a:hover, 
.ht-slider-highlighttext, .edit-link a, .inner-blog-post .socialMedia a:hover, 
#comments a, #commentsAdd a, #content-box a, #content-box a i:hover, 
#respond .stars span a, #content-box .socialMedia a:hover, .post-date-publishable i, 
.woocommerce .star-rating span, .woocommerce div.product .woocommerce-product-rating a, 
#content-box .socialbxsinglepost:hover a i, section#inner-blog-section h2.title small, 
section#inner-blog-section h2.title a, div#secondary li.current_page_item > a, .woocommerce .star-rating::before, .socialMedia a:hover, 
.peccular-time div:nth-child(8) div.days-time-day, 
div#content-box header.woocommerce-Address-title.title a:hover, 
#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa, 
.widget-area ul li:before, .woocommerce table.shop_attributes th, 
.widget-area span.woocommerce-Price-amount.amount, 
main#innerpage-box .blog-date span{
    color: #06332e;
}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    padding: 0px 0 0.5em 0%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.breadcrumbbox span {
    color: #fafbfd;
    margin: 0 3px;
    font-size: 18px;
    font-weight: 500;
}
.breadcrumbbox span.bread-arrow  span i{ font-size: 10px;  }
.breadcrumbbox span i{
    font-size: 11px;
    line-height: 5px;
    position: relative;
    top: 0px;
    padding: 0px 12px;
    color: #f9c12c;
}
.breadcrumbbox a {
    color: #fff;
    font-weight: 600;
    
}
.breadcrumbbox a:hover {
    color: #000;
}
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.woocommerce-cart div#content-box li.wc-block-grid__product:before{
        content: none !important;
}
.woocommerce-cart div#content-box li.wc-block-grid__product{
    padding-left: 0 !important;
}
.woocommerce-cart div#content-box .wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link {
    color: #ffffff ! IMPORTANT;
}
.woocommerce-cart div#content-box .wp-block-button.wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
    color: #c70000 ! IMPORTANT;
}
.woocommerce-cart div#content-box .wc-block-grid__product-rating .star-rating span:before{
        font-family: 'WooCommerce';
}

/*cart page*/
 body.product-template-default.single.single-product .woocommerce-message{
    padding: 1em 2em 2em 3.5em;
 }
.woocommerce-checkout .button,
.woocommerce-account .button,
.woocommerce-cart .button{
    padding-bottom: 2em;
}
h1.product_title.entry-title{
    font-size: 58px !important;
}
.page-template-pagewithleftsidebar-template div#secondary,
.page-template-pagewithrightsidebar-template div#secondary {
    position: relative;
    bottom: 15px;
}
div#content-box ul li {
font-size: 20px;
    line-height: 30px;
    position: relative;
    padding-left: 1.7em;
}
div#content-box nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link {
    padding-left: 0;
    font-size: 15px !important;
    line-height: normal;
}
div#content-box nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link:before {
    left: 0;
        color: #7a7a7a ! IMPORTANT;
    opacity: 100%;
}
#content-box ul li ul, #content-box li ul {
    margin: 0 0 0 35px;
    padding: 15px 0 0px 0;
}
#content-box ul li ul li{
        padding-left: 1.1em;
            padding-bottom: 0.3em;
    font-weight: 400;
}
#content-box ul li ul li:before {
    font-size: 10px;
    opacity: 100%;
}
.page-template-pagewithleftsidebar-template div#content-box {
    padding-left: 3em;
}
.page-template-pagewithrightsidebar-template div#content-box {
    padding-right: 3em;
}
#content-box ol li ol {
    padding-top: 2em !important;
    padding-bottom: 0 !IMPORTANT;
    margin-bottom: 0 !IMPORTANT;
}
#content-box ol li ol li:last-child {
    padding-bottom: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    border: 0 !IMPORTANT;
    position: relative;
    box-shadow: none;
   padding: 2.8em 6em 3em 1em;
   font-style: normal;
}
#innerpage-box blockquote p:before {
    content: "QUOTES";
    font-size: 30px;
    display: block;
    font-weight: 800;
    color: #333333;
    position: relative;
    bottom: 25px;
}
#innerpage-box blockquote p:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 50px;
    color: #6E6E6E;
    width: 100px;
    right: 10px;
    text-align: center;
    bottom: 35px;
}
/**/
.woocommerce-page main#innerpage-box .woocommerce-product-search .search-field {
    margin-bottom: 2em !important;
}
.woocommerce-page #secondary button[type="submit"]{
        right: 20px !important;
}
.woocommerce-page .widget-area .widget{
        margin-bottom: 2em;
}
.woocommerce-page #sidebars button{
        font-size: 18px ! IMPORTANT;
}
.woocommerce .widget_price_filter .price_slider_amount{
    text-align: left !important;
}
.woocommerce-page .widget.widget_price_filter button[type="submit"]:after{
    content: none !important;
}
.woocommerce-page #secondary .widget.widget_price_filter button[type="submit"] {
    position: absolute;
    right: 0;
    font-size: 16px ! IMPORTANT;
    width: auto !important;
    height: auto !important;
}
.price_slider_wrapper {
    padding: 1em 2em 0 2em;
}
.woocommerce-page .widget-area .woocommerce ul.cart_list li img, 
.woocommerce-page .widget-area .woocommerce-page ul.cart_list li img, 
.woocommerce-page .widget-area .woocommerce ul.product_list_widget li img, 
.woocommerce-page .widget-area .woocommerce-page ul.product_list_widget li img {
    width: 74px;
    height: 117px;
    box-shadow: 0px 2px 10px #0000001A;
}
/**/

#innerpage-box .widget-area h4.widget-title, 
#innerpage-box .widget-area .widget h4, 
#innerpage-box .widget-area .widget h2, 
main#innerpage-box .widget-area h2.wp-block-heading{
    text-align: left;
    padding: 12px 20px 12px 25px !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    word-break: break-word;
    color: #ffffff !important;
    margin: 0 0 0px 0 !important;
    border-bottom: none !important;
    text-decoration: none;
    line-height: 28px;
    display: block;
    position: relative;
    overflow: hidden;
    background: #000000;
}
div#secondary.widget-area ul.wp-block-latest-posts__list, 
div#secondary ul.wp-block-categories-list, 
div#secondary.widget-area ul.wp-block-archives-list, 
div#secondary.widget-area p.wp-block-tag-cloud, 
main#innerpage-box .widget-area .widget_categories ul, 
main#innerpage-box .widget-area .widget_archive ul, 
div#secondary .widget.widget_recent_entries ul, 
div#secondary ol.wp-block-latest-comments,
div#secondary .wp-block-group p,
div#secondary .menu-services-container,
ul#recentcomments,
div#secondary .wp-block-search__inside-wrapper {
    padding-top: 25px;
    padding-bottom: 15px;
    margin: 0;
    background: #f0efee 0% 0% no-repeat padding-box;
}
div#secondary .widget.widget_nav_menu ul {
    padding: 1.2em 1em 1.5em 1em;
    margin: 0;
    background: #f0efee 0% 0% no-repeat padding-box;
}
div#secondary .wp-block-latest-comments__comment-excerpt p {
    padding-left: 0 !IMPORTANT;
}
div#secondary .wp-block-group p {
    padding: 1.5em 2em 1.5em 2em;
    font-size: 16px;
    color: #000000;
}
main#innerpage-box ul#recentcomments li, 
main#innerpage-box ul#recentcomments li a {
    font-size: 16px;
    line-height: 25px;
}
main#innerpage-box ul#recentcomments li {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #c7c4c4;
    margin-bottom: 1.2em;
    padding-left: 3em;
}
main#innerpage-box ul#recentcomments li:last-child{
    border: 0;
}
div#secondary ul#recentcomments .recentcomments:before {
    left: 10px;
}
div#secondary .wp-block-group form p {
    padding-bottom: 0;
}
div#secondary input[type="submit"] {
    border-radius: 0;
}
div#secondary ol.wp-block-latest-comments,
ul#recentcomments {
    padding: 2em 1.5em 0em 1.5em;
}
div#secondary footer.wp-block-latest-comments__comment-meta a {
    font-size: 16px;
    line-height: 25px;
}
div#secondary li.wp-block-latest-comments__comment {
    border-bottom: 1px solid #d5d8dc;
    margin-bottom: 1.5em;
}
div#secondary li.wp-block-latest-comments__comment:last-child {
    border: 0;
}
div#secondary.widget-area ul.wp-block-latest-posts__list li:before, 
div#secondary.widget-area ul.wp-block-archives-list li:before, 
div#secondary .widget.widget_recent_entries li:before, 
main#innerpage-box .widget-area .widget_archive ul li:before, 
main#innerpage-box .widget-area .widget_nav_menu ul li:before, 
div#secondary ul.wp-block-categories-list li.cat-item:before, 
main#innerpage-box .widget-area .widget_categories ul li.cat-item:before, 
ul#recentcomments .recentcomments:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-weight: normal;
    padding-right: 10px;
    color: #7A7A7A;
    font-size: 10px;
    top: 0;
        opacity: 1;
    position: absolute;
    left: 70px;
}
div#secondary.widget-area ul.wp-block-latest-posts__list li, 
div#secondary ul.wp-block-categories-list li.cat-item, 
div#secondary.widget-area ul.wp-block-archives-list li, 
div#secondary .widget.widget_recent_entries li, 
main#innerpage-box .widget-area .widget_archive ul li, 
main#innerpage-box .widget-area .widget_categories ul li, 
ul#recentcomments .recentcomments {
    padding: 0px 20px 5px 110px;
}
ul#recentcomments .recentcomments {
    margin-top: 0 !IMPORTANT;
}
body.page-template-blogpagewithrightsidebar-template div#blog-box .inner-blog-post, 
body.archive div#blog-box .inner-blog-post, 
.blog-sidebar-right div#blog-box .inner-blog-post, 
body.page-template.page-template-templates.page-template-pagewithrightsidebar-template div#blog-box .inner-blog-post{
 padding-left: 000;
    padding-right: 35px;
}

body.page-template-blogpagewithleftsidebar-template div#blog-box .inner-blog-post, 
.blog-sidebar-left div#blog-box .inner-blog-post, 
body.page-template.page-template-templates.page-template-pagewithleftsidebar-template div#blog-box .inner-blog-post{
 padding-left: 35px;
    padding-right: 000;
}
div#secondary .tagcloud {
    padding: 2.5em 1em 1.9em 2.2em;
    background: #f0efee 0% 0% no-repeat padding-box;
}
div#secondary.widget-area p.wp-block-tag-cloud a {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000029;
    border-radius: 1px;
    padding: 0 15px;
    /* line-height: 32px; */
    margin-bottom: 10px;
    margin-right: 3px;
}
div#secondary.widget-area p.wp-block-tag-cloud {
    padding: 2.5em 1em 1.9em 2.2em;
}
.page-template-blogpagewithrightsidebar-template .widget-area .widget, 
.page-template-blogpagewithleftsidebar-template .widget-area .widget, 
.page-template-blog-template .widget-area .widget,
body.archive.tag .widget-area .widget,
body.archive.category .widget-area .widget,
.page-template .widget-area .widget,
body.archive.date .widget-area .widget{
    margin-bottom: 4.5em;
}
div#secondary #searchform input[type="submit"]{
    float: right;
    position: absolute;
    right: 0px;
    top: 46%;
    text-indent: -999px;
    /* background: none; */
    padding: 9px 24px 9px 25px;
    top: 0;
    z-index: 1 !IMPORTANT;
    box-shadow: none;
    background: transparent !important;
        width: 10% !important;
}
#secondary .wp-block-search__button:after, 
#secondary button[type="submit"]:after, 
div#secondary #searchform input[type="submit"]:after {
    content: "\f002";
    position: absolute;
    top: 0;
    font-size: 30px;
    right: 0px;
    color: #000000;
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    font-family: 'FontAwesome';
    background: #F8F8F8;
    text-align: center;
    border-radius: 0;
    line-height: 45px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
form#searchform:after {
    content: "\f002";
    position: absolute;
    top: 0;
    font-size: 30px;
    right: 0px;
    color: #000000;
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    font-family: 'FontAwesome';
    background: #F8F8F8;
    text-align: center;
    border-radius: 0;
    line-height: 45px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
#secondary button[type="submit"] {
    position: absolute;
    right: 0;
    font-size: 0 !IMPORTANT;
    width: 44px;
    height: 44px;
}
body.archive.post-type-archive.post-type-archive-product #innerpage-box .widget-area h4.widget-title, 
body.archive.tax-product_cat #innerpage-box .widget-area h4.widget-title {
    color: #fff;
   background: #000000 0% 0% no-repeat padding-box;
    text-align: left;
    border-radius: 0;
    letter-spacing: 0;
    font-size: 20px !important;
    font-weight: 300 !IMPORTANT;
    text-transform: capitalize;
    border: none;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0.8em ! IMPORTANT;
}
body.page-template.page-template-templates.page-template-blogpagewithleftsidebar-template div#secondary .wp-block-search__inside-wrapper,
body.post-template-default.single.single-post div#secondary .wp-block-search__inside-wrapper,
body.archive.date div#secondary .wp-block-search__inside-wrapper,
body.archive.tag div#secondary .wp-block-search__inside-wrapper,
body.archive.category div#secondary .wp-block-search__inside-wrapper{
    background: transparent;
}
.wp-block-search__input,
#secondary form#searchform input[type="text"]{
        background: #000000 ! IMPORTANT;
    color: #ffffff ! IMPORTANT;
}
.wp-block-search__input::placeholder,
#secondary form#searchform input[type="text"]::placeholder{
     color: #ffffff ! IMPORTANT;
}
form#searchform {
    position: relative;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/
#innerpage-box ul.blog-share-ico {
    position: absolute;
    top: 11px;
    left: -4px;
}
#innerpage-box .inner-blogpost {
    margin: 0px 6px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2em;
}

#innerpage-box .blog-category {
    padding: 0;
    color: #838283;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: 0px;
}
#innerpage-box .blog-category span i {
    color: #999ba3;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .blog-tags {
    padding: 20px 0 0 0px;
}
#innerpage-box .blog-tags i {
    color: #000000;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .single_post .blog-tags a {
    color: #000000;
    font-size: 17px;
    font-weight: 500 !important;
    font-style: normal !important;
    text-decoration: none !important;
}

#innerpage-box .ht-blog-thumbnail {
    position: relative;
}
#innerpage-box .peccular-blog-comment {
    position: relative;
}

#innerpage-box .peccular-blog-comment ul li{
    float: left;
}
#innerpage-box .peccular-blog-comment_box {
    padding: 0px 0px 0px 3em;
}

#innerpage-box .peccular-blog-date i {
    font-weight: 500;
    color: #606060;
    transition: .9s ease;
}
#innerpage-box .inner-blog-post .share-btn{
    position: absolute;
    right: -60px;
    bottom: 0;
    top: -170px;
}
#innerpage-box .inner-blog-post .share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
#innerpage-box .inner-blog-post .share-btn ul li{
    display:inline-block;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
#innerpage-box .inner-blog-post .share-btn ul li a.site-button{
    display: block;
    background: transparent !important;
    color: #ffffff;
    font-size: 20px;
    border-radius: 0;
    border: 0;
    width: 50px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 1px;
} 
#innerpage-box .inner-blog-post .share-btn ul:hover li{
    margin-left: 4px;
}
#innerpage-box .inner-blog-post .share-details-btn ul{
    margin:0;
    padding:0;
    list-style:none;
}
#innerpage-box .peccular-blog-single {
    padding: 2.5em 2em 1.8em 3em;
    position: relative;
    margin-top: -50px;
    background: #ffffff;
    width: 98%;
}
.peccular-blog-date {
    text-align: right;
    padding-right: 1.5em;
}
#innerpage-box .inner-blogpost .category{
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: bold;
}
#innerpage-box .inner-blogpost .category i.fa {
    padding-right: 5px;
    font-weight: bold;
}
#innerpage-box .inner-blogpost .category li,
#innerpage-box .inner-blogpost .post-date{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}
#innerpage-box .inner-blogpost .category li:after{
    content: " /";
}
#innerpage-box .inner-blogpost .category li:last-child:after{
    content: "";
}
#innerpage-box .inner-blogpost .category li a{
    color: #fff;
    transition: all 0.40s linear;
}
#innerpage-box .inner-blogpost .category li a:hover{
    color: #555;
    text-decoration: none;
}
#content-box .socialMedia {
   padding: 1em 0 0;
   float: right;
}
#content-box .single_post .socialMedia ul li:before{
    font-size: 13px;
    font-weight: 400;
    margin-right: 9px;
    display: none ;

}
#content-box .socialMedia ul li{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    border-radius: 3px;
    color: #ffffff !important;
    background: #1194f2;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
    text-shadow: none;
    line-height: 23px;
    padding: 6px 15px 0 0px;
    margin: 0 16px 5px 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px !important;
}
#content-box .socialMedia ul li:hover{
    background: #ffed02;
}
#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.inner-blogpost-info {
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 0;
    position: relative;
    top: -64px;
}
#innerpage-box #blog-box h2 {
    color: #000000 !important;
    font-size: 26px !important;
    font-weight: 500 !important;
    line-height: 33px;
    margin-bottom: 15px;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
    margin-top: 20px;
    letter-spacing: 0;
}
#innerpage-box #blog-box h2:hover a{
    color: #C70000 !important;
}

div#secondary .social-profile-icons ul li i:hover, #innerpage-box .inner-blogpost:hover .blog-date span {
    color: #4a8cec;
}
#innerpage-box .inner-blog-excerpt {
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
    line-height: 25px;
    color: #828282;
    margin-bottom: 10px;
}
#innerpage-box .single_post .blog-page-btn{
    background: none !important;
    text-align: left;
    padding: 0;
}
#innerpage-box .peccular-blog-single .btn {
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    border: 0;
    background: #000000;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 300 !IMPORTANT;
    padding: 12px 25px 12px 25px;
}
#innerpage-box .peccular-blog-single .btn:hover {
    background-color: #C70000;
}
#innerpage-box .peccular-blog-single .button-all:before{
    border-color: #ffffff;
}
#innerpage-box .single_post .blog-page-btn a{
    background: #dee27b;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 11px 23px;
    text-align: center;
    margin: 0px 0 0px;
    position: relative;
    border-radius: 5px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none !important;
    font-style: normal !important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: white;
}

#innerpage-box .single_post .blog-page-btn:hover a{  color: #fff; }

#innerpage-box .single_post .blog-page-btn a:hover:before, 
#innerpage-box .single_post .blog-page-btn a:focus:before, 
#innerpage-box .single_post s.blog-page-btn a:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

#innerpage-box .single_post .blog-author a,
#innerpage-box .single_post .blog-category a{ color: #868586 !important;}

#innerpage-box .single_post .blog-author a:hover,
#innerpage-box .single_post .blog-category a:hover, 
#innerpage-box .single_post .blog-tags a:hover{  color: #27a9e1 !important;}

#innerpage-box .blog-author, #innerpage-box .blog-time, #innerpage-box .single-blog-date {
    color: #000000;
}
#innerpage-box .blog-author {
    padding-left: 0;
}
#innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 18px;
}
#innerpage-box .blog-author i, #innerpage-box .blog-time i{
    color: #4d4d4d;
    padding-right: 8px;
}

#innerpage-box #blog-box .socialMedia {
    position: relative;
    left: 0px;
    top: 20px;
}

#innerpage-box #blog-box .socialMedia ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
#innerpage-box #blog-box .socialMedia ul li{
    display:inline-block;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button{
    border-radius: 5px;
    width: 73px;
    line-height: 35px;
    height: 33px;
    display: block;
    color:#fff;
    background: #06332e;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button:hover{

    background: #000;
    -webkit-box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
    box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
}
#innerpage-box #blog-box .socialMedia ul:hover li.share-button a.site-button{
 background: #06332e;
}   
#innerpage-box #blog-box .socialMedia ul:hover li{
    margin-left: 6px;
}
#innerpage-box .inner-blog-post .share-btn ul li a.site-button:hover i {
    color: #C70000;
}
#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa{
    color: #06332e;
    margin-bottom: 5px;
}
#blog-box .ht-blog-date .fa{
   margin-right: 5px;
}

.ht-blog-thumbnail .socialMedia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: .5s;
}
.ht-blog-thumbnail .socialMedia a {
   font-size: 18px;
   padding: 5px 10px;
   line-height: 18px;
   margin: 0 0px;
   transition: 0s;
   background: #06332e;
   border-radius: 5px;
   color: #ffffff;
   font-weight: bold;
   box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
   display: inline-block;
}
.ht-blog-thumbnail .socialMedia a:hover {
    background: #fff;
}
.single #innerpage-box h2{
    padding: 0px 0px !important;
    font-weight: 600 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #000000;
    text-decoration: none;
    font-style: normal;
}

.single #innerpage-box .article a{
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: 500;
    
}
body.post-template-default.single.single-post #content-box .blog-tags a {
   display: inline-block;
}
.single #innerpage-box .article a.btn.btn-lg{
  color: #ffffff !important;
  
}
.single #innerpage-box h1, .single #innerpage-box h2, .single #innerpage-box h3, .single #innerpage-box h4, .single #innerpage-box h5, .single #innerpage-box h6 {
    color: #000000;
}

.single #innerpage-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}

div#secondary {
    position: relative;
}

#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
}

#innerpage-box .inner-blog-post:hover .share-btn {
    position: absolute;
    right: -55px;
    bottom: 0;
    top: 0;
    transition: .5s ease-in-out;
}
#innerpage-box #blog .peccular-blog-date{
    top: -5px;
    right: 40px;
    width: 68px;
}
#innerpage-box .peccular-blog-post:after{
    top: -5px;
    right: 25px;
}

#innerpage-box .peccular-blog-single i.fa {
    font-size: 11px;
    position: relative;
    padding-right: 10px;
    color: #606060;
    position: relative;
    bottom: 2px;
}

body.page-template-blogpagewithleftsidebar-template #innerpage-box .comm-auth-box,
body.page-template-blogpagewithrightsidebar-template #innerpage-box .comm-auth-box,
body.archive #innerpage-box .comm-auth-box,
.blog-sidebar-right .comm-auth-box{
 margin: 0;
}
.blog-sidebar-left .comm-auth-box{
  padding: 5px 35px 5px 25px !important;
}
body.post-template-default.single.single-post .metabox2brdr ul li:before {
    content: none !important;
}
#innerpage-box .blog-info-area .metabox2brdr ul li i.fa {
    padding-right: 3px;
}
body.post-template-default.single.single-post .blog-tags a {
    font-size: 17px;
    line-height: 20px;
    background: #E2E2E2;
    border-radius: 5px;
    padding: 11px 20px;
    margin-right: 1em;
    margin-bottom: 0.9em ! IMPORTANT;
    position: relative;
}
body.post-template-default.single.single-post div#content-box .blog-tags a:hover {
      background: #c70000;
    color: #ffffff !important;
}
body.post-template-default.single.single-post div#content-box .blog-tags {
    padding: 0px 0 0 0px;
}
body.post-template-default.single.single-post div#content-box p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
}
body.post-template-default.single.single-post div#secondary p{
margin-bottom: 0 !important;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p {
    padding-top: 10px ! IMPORTANT;
}
body.post-template-default.single.single-post div#secondary ol li{
    padding-left: 0;
}
body.post-template-default.single.single-post div#secondary ol{
        padding: 2em 1.5em 0em 1.5em !important;
}
body.post-template-default.single.single-post div#secondary ol li:before{
    content: none !important;
}
body.post-template-default.single.single-post .widget_categories ul li.cat-item {
    margin-top: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .post-single-content h1, 
body.post-template-default.single.single-post div#content-box .post-single-content h2, 
body.post-template-default.single.single-post div#content-box .post-single-content h3, 
body.post-template-default.single.single-post div#content-box .post-single-content h4, 
body.post-template-default.single.single-post div#content-box .post-single-content h5, 
body.post-template-default.single.single-post div#content-box .post-single-content h6 {
    margin: 0 !important;
    padding: 0;
    text-transform: none;
    margin-bottom: 0.2em !important;
    margin-top: 0.4em ! IMPORTANT;
}
.tags-heading {
    font-size: 26px;
    line-height: 57px;
    font-weight: 700;
    margin-bottom: 0.8em;
    color: #000000;
}
body.post-template-default.single.single-post .blog-tags a:before {
    content: ".";
    font-size: 30px;
    position: absolute;
    top: 2px;
    left: 9px;
    color: #000000;
}
body.post-template-default.single.single-post .blog-tags a:hover:before{
    color: #fff !important;
}
body.post-template-default.single.single-post ul.post-categories li {
    display: inline-block;
    list-style: none;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li:before,
body.post-template-default.single.single-post div#content-box ul.post-categories li a:before{
    content: none !important;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li, 
body.post-template-default.single.single-post div#content-box ul.post-categories li a {
    margin-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .socialMedia {
    padding: 1em 0 1.5em;
    text-align: center;
    float: none;
}
body.post-template-default.single.single-post div#content-box .social-tagline.text-center {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}
body.post-template-default.single.single-post div#content-box .socialMedia li {
    width: 45px;
    height: 45px;
    line-height: 51px ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .socialMedia i.fa, 
body.post-template-default.single.single-post div#content-box .socialMedia i.fa-brands {
    font-size: 24px !important;
    text-align: center;
    line-height: 35px !important;
    padding: 0 1px;
}
body.post-template-default.single.single-post div#content-box .total-comments {
    font-size: 34px;
    font-weight: 700;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
}
body.post-template-default.single.single-post div#content-box div#comments ol {
    padding-left: 0;
}
body.post-template-default.single.single-post div#content-box div#comments ol li:before,
body.post-template-default.single.single-post div#content-box div#comments ol li:after,
body.post-template-default.single.single-post div#content-box .social-box ul li:before{
    content: none !important;
}
body.post-template-default.single.single-post div#content-box div#comments ol li {
    padding-left: 0;
    margin-bottom: 3em;
}
body.post-template-default.single.single-post div#content-box .comment-author.vcard img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: absolute;
}
body.post-template-default.single.single-post div#content-box .commentmetadata {
 padding-left: 7em;
 padding-top: 0.5em;
}
body.post-template-default.single.single-post div#content-box .commentmetadata p {
    margin-top: 0 !important;
    font-size: 18px;
    line-height: 34px ! IMPORTANT;
    color: #979393 ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .comment-metadata {
    padding-left: 7em;
}
body.post-template-default.single.single-post div#content-box .commentmetadata time {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    color: #C4C4C4;
    width: 40%;
}
body.post-template-default.single.single-post div#content-box span.reply:after {
    content: "\f178";
    font-family: 'FontAwesome';
    font-size: 15px;
    padding-left: 1.2em;
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 span {
    text-align: left !important;
    padding: 0 0;
    font-size: 34px;
    font-weight: bold;
    text-transform: none;
    margin-top: 2em ! IMPORTANT;
}
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 {
    margin-top: 2em;
    margin-bottom: 2em;
}
body.post-template-default.single.single-post div#content-box textarea#comment,
body.post-template-default.single.single-post div#content-box input[type="text"] {
    border-radius: 5px;
        background: transparent;
}
body.post-template-default.single.single-post div#content-box p.comment-form-url, 
body.post-template-default.single.single-post div#content-box p.comment-form-email, 
body.post-template-default.single.single-post div#content-box p.comment-form-author {
    margin-right: 0.9em ! IMPORTANT;
    margin-top: 2em ! IMPORTANT;
    /* margin-bottom: 2em !important; */
}
body.post-template-default.single.single-post div#content-box #commentsAdd input[type="submit"] {
    margin-top: 1em !important;
    width: 213px ! IMPORTANT;
    border-radius: 5px ! IMPORTANT;
    box-shadow: none;
    font-size: 21px;
}
body.post-template-default.single.single-post .nav-bx-bar {
    padding-bottom: 3em;
}
body.post-template-default.single.single-post .nav-bx-bar i.fa {
    font-size: 35px;
    color: #000000;
    position: relative;
    top: 0.2em;
}
body.post-template-default.single.single-post .nav-bx-bar a{
   font-size: 20px;
   color: #9F9F9F;
}
body.post-template-default.single.single-post .text-right {
    text-align: right;
}
body.post-template-default.single.single-post .nav-bx-bar h2 a {
    font-size: 28px;
    line-height: 57px;
    color: #000000;
}
body.post-template-default.single.single-post .nav-bx-bar a:hover,
body.post-template-default.single.single-post .nav-bx-bar h2 a:hover,
body.post-template-default.single.single-post .nav-bx-bar i.fa:hover,
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa:hover,
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands:hover{
    color: #c70000 !important;
}
body.post-template-default.single.single-post .nav-bx-bar h2 {
    margin-top: 10px !important;
}
#innerpage-box .single-blog-date, 
#innerpage-box .single-blog-date i.fa {
    font-weight: 700;
}
body.post-template-default.single.single-post ul.post-categories {
    margin-top: 6px ! IMPORTANT;
    padding-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post .metabox ul li {
    margin-bottom: 0.1em ! IMPORTANT;
            font-size: 18px !important;
    margin-top: 0.1em ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .metabox ul li ul, 
body.post-template-default.single.single-post div#content-box .metabox li ul {
    margin: 0 0 0 35px;
    padding: 10px 0 10px 0;
}
body.post-template-default.single.single-post div#content-box .social-box ul{
    text-align: center;
    position: relative;
}
body.post-template-default.single.single-post div#content-box .social-box ul li {
    display: inline-block;
        padding-left: 0;
}
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa,
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands {
    color: #000000;
    font-size: 30px;
    width: 60px;
}
body.post-template-default.single.single-post div#content-box .social-box ul:before {
    content: "";
    height: 2px;
    width: 33%;
    background: #cdc9c9;
    position: absolute;
    left: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box .social-box ul:after {
    content: "";
    height: 2px;
    width: 33%;
    background: #cdc9c9;
    position: absolute;
    right: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box p.comment-notes {
    margin: 0;
    padding: 0;
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 {
    margin-bottom: 2em;
}
body.post-template-default.single.single-post div#content-box div#respond textarea#comment {
    height: 148px;
}
body.post-template-default.single.single-post .nav-bx-bar {
    border-top: 2px solid #e2e2e2;
    padding-top: 2.5em;
}
body.post-template-default.single.single-post div#content-box {
    padding-bottom: 0;
}
body.post-template-default.single.single-post div#content-box .peccular-blog-single {
    padding: 0em 0px 1.2em 0px;
}
body.post-template-default.single.single-post div#secondary {
    padding-left: 1em;
}
body.post-template-default.single.single-post .wp-block-search__button{
    right: 5%;
}
body.post-template-default.single.single-post span.reply {
    font-size: 20px;
}
body.post-template-default.single.single-post div#content-box .comment-metadata a {
    font-size: 22px;
    color: #cb1212;
        padding-bottom: 5px;
}

body.post-template-default.single.single-post .post-left-space {
    position: relative;
    right: -2em;
    padding-left: 2em !important;
}
body.post-template-default.single.single-post .post-right-space {
    position: relative;
    left: -2em;
    padding-right: 2em ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box p.comment-form-cookies-consent label {
    display: inline;
}
body.post-template-default.single.single-post div#content-box div#comments ol em {
    padding-left: 7em;
}

.comm-auth-box {
    font-size: 15px;
}
#innerpage-box .peccular-blog-single a {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}
#innerpage-box .inner-blogpost:hover img {
    filter: grayscale(1);
}
#innerpage-box .inner-blogpost .button-all span{
    font-weight: 300;
}
body.page-template span.treeEnd,
body.archive.date h1.ht-main-title, 
body.archive.category h1.ht-main-title, 
body.archive.category h1.ht-main-title span, 
body.archive.tag h1.ht-main-title {
    padding-left: 1.2em;
    font-size: 15px !important;
    color: #000000;
}
body.archive.category h1.ht-main-title span{
    padding-left: 0em;
}
body.page-template .button,
body.archive.date .button, 
body.archive.category .button, 
body.archive.tag .button {
    padding-bottom: 1.5em;
}
/*single post*/
#innerpage-box .blog-info-area .metabox2brdr ul li {
    color: #8A8A8A;
    float: left;
    list-style: none;
    margin-right: 35px;
    padding: 0 16px 0 0;
    font-size: 17px;
    letter-spacing: 0.19px;
    margin-bottom: 1.5em;
    margin-top: 0 !important;
}
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single {
    margin-top: 0;
        width: 75%;
}
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single {
    background: transparent;
}
body.post-template-default.single.single-post span:nth-child(3), 
body.post-template-default.single.single-post span i.fa {
    display: none;
}
#innerpage-box div#content-box .blog-info-area .metabox2brdr ul li a {
    color: #8A8A8A ! IMPORTANT;
    font-weight: 400 !IMPORTANT;
}
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single i.fa{
        font-size: 18px;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li {
    padding-left: 0;
}
body.post-template-default.single.single-post .metabox ul {
    padding-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box p.comment-form-url, 
body.post-template-default.single.single-post div#content-box p.comment-form-email, 
body.post-template-default.single.single-post div#content-box p.comment-form-author {
    margin-right: 0.9em ! IMPORTANT;
    margin-top: 2em ! IMPORTANT;
    /* margin-bottom: 2em !important; */
}
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single i.fa{
bottom: 0 !important;
}
/*-------------shop inner page-------------*/

main#innerpage-box h2.woocommerce-loop-product__title{
    color: #000 !important;
}
main#innerpage-box .woocommerce ul.products li.product .price del span{ color: #000 !important; }
main#innerpage-box .woocommerce ul.products li.product .price ins span{ color: #06332e !important;}
main#innerpage-box .woocommerce ul.products li.product .button,.woocommerce a.button,
main#innerpage-box .woocommerce span.onsale{ color: #fff; background: #06332e; }
main#innerpage-box .woocommerce ul.products li.product:hover .button{ color: #fff; background: #000; }

/*--------------------------------*/

/*/*-----------------------
## Contact inner Template
-----------------------------*/

main#innerpage-box #peccular-contactus-wrap .map_area_label h4{
  font-size: 33px;
  color: #000;
  letter-spacing: -1px;
  line-height: 45px;
}

#peccular-contactus-wrap .peccular-section-head{
    margin-bottom: 5em;
}
#peccular-contactus-wrap .peccular-section-head h2 {
    font-size: 34px !important;   
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
    color: #06332e;
}
#peccular-contactus-wrap .peccular-section-head h3 {

    font-size: 17px !important;    
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-bottom: 9px !important;
    color: #000;
}
#peccular-contactus-wrap .peccular-section-head p {
    font-size: 16px !important;
    line-height: 46px;
    font-weight: 400 !important;    
    margin-bottom: 20px !important;
    color: #333333 !important;     
    text-align: center;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left{
    position: relative;
    top: -3px;
    left: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-left span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right{
    position: relative;
    top: -3px;
    right: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right:after{
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#peccular-contactus-wrap .peccular-section-head .soccerclub-right span{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}
#peccular-contactus-wrap .peccular-contact-block1{
    position: relative;
    display: block;
    background: #EAEFF2;
    width: 100%;
}
#peccular-contactus-wrap .add-bx {
    margin-bottom: 2em;
    position: relative;
    z-index: 1;
    margin-top: 4.5em;
}
#peccular-contactus-wrap .fax-bx {
    position: relative;
    z-index: 1;
}

#peccular-contactus-wrap .peccular-contact-block2{
    background: #fdfdfd;
    padding: 0 30px 0px;
    position: relative;
    display: block;
    width: 100%;
    border: 3px solid #9bfb3b;
}
#peccular-contactus-wrap .peccular-contact-block2 h4{
    color:#06332e;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box{
    position: relative;
    display: block;
    border-bottom: 1px solid #06332e59;
    padding-bottom: 18px;
    margin-bottom: 24px;
}
#peccular-contactus-wrap .peccular-contact-block2 .contact-label{
    text-transform: capitalize;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
    opacity: 0.7;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    text-transform: none;
    word-break: break-all;
}
#peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p a{
    color: #fff !important;
    word-break: break-all;
}
#peccular-contactus-wrap .peccular-contact-block3{

    position: relative;
    display: block;
    background: #fdfdfd;
    padding: 0px 30px 5px;
    width: 100%;
    border: 3px solid #9bfb3b;
}
#peccular-contactus-wrap .peccular-contact-page-form h2{
    color: #fff !important;
}
#peccular-contactus-wrap .peccular-contact-block3 i{
    color: #2d81f5;
}
#peccular-contactus-wrap .peccular-contact-block1 i{
    color: #2d81f5;
}
#peccular-contactus-wrap .peccular-contact-block3 .contact_l_area{
    color: #000;
}
#peccular-contactus-wrap .peccular-contact-block2 .contact_l_area{
    color: #000;
}
#peccular-contactus-wrap .peccular-contact-block1 .contact_l_area{
    color: #000;
}
#peccular-contactus-wrap .contact_l_area {
    padding-top: 0em;
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    padding-bottom: 0.3em;
}
#peccular-contactus-wrap .contact-icon {
padding: 0;
    background: #fafbfc;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
#peccular-contactus-wrap .contact-block-bg i.fa {
    font-size: 25px;
    color: #000000;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
}
#peccular-contactus-wrap .contact-block-bg i.fa.fa-envelope {
    font-size: 20px;
}
.contact_info_area, .contact_info_area a {
    font-size: 18px;
    line-height: 27px;
    color: #6E6E6E;
}
.contact_info_area a:hover {
    color: #c70000;
}
#peccular-contactus-wrap .contact_info_area h2{
    margin-top: 0.5em;
}
#peccular-contactus-wrap .peccular-contact-block2 .peccular-contact-area a h2{
    color: #717171;
    font-size: 15px !important;
}
#peccular-contactus-wrap .peccular-contact-block3 .contact_info_area a h2{
    color: #717171;
    font-size: 15px !important;
}
#peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a h2{
    color: #717171;
    font-size: 15px !important;
}
#peccular-contactus-wrap .peccular-contact-block3 .contact_info_area a:hover h2,
#peccular-contactus-wrap .peccular-contact-block1 .contact_info_area a:hover h2{
    color: #2d81f5;
}

#innerpage-box .peccular-contact-form-block h2{
    color: #000000;
        margin-top: 0 !IMPORTANT;
    font-size: 30px !important;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 20px;
}
#innerpage-box .peccular-contact-form-block .soccerclub-left{
    position: relative;
    top: -3px;
    left: -15px;
    display: inline-block;
    width: 70px;
    height: 5px;
    background: transparent;
}
#innerpage-box .peccular-contact-form-block .soccerclub-left:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#innerpage-box .peccular-contact-form-block .soccerclub-left:after{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #f9c12c;
    border-radius: 50%;
    content: "";
}
#innerpage-box .peccular-contact-form-block .soccerclub-left span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #f9c12c;
    content: "";
    margin: 2px 0;
}
#innerpage-box .peccular-contact-form-block{
    display: block;
    position: relative;
    z-index: 0;
}
#innerpage-box .peccular-contact-form-block p{
    color: #fff;
    position: relative;
    display: inline-block;
    color: #131313;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}
#innerpage-box .peccular-contact-form-block .text-box{
    position: relative;
    display: block;
    font-size: 14px;
    color: #333333;
}
#innerpage-box .peccular-contact-form-block .text-box p{
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}

#peccular-contactus-wrap .peccular-contact-page-form p{
    color: #fff;
}
.contact-mapbox {
    width: 100%;
}

.contact-mapbox iframe {
    z-index: 1;
    width: 100%;
    height: 300px;
    border-radius: 0 0px 30px 0;
}

.peccular-contact-page-form input[type="text"],
.peccular-contact-page-form input[type="email"],
.peccular-contact-page-form input[type="url"],
.peccular-contact-page-form input[type="password"], 
.peccular-contact-page-form input[type="search"], 
.peccular-contact-page-form input[type="number"], 
.peccular-contact-page-form input[type="tel"], 
.peccular-contact-page-form input[type="range"], 
.peccular-contact-page-form input[type="date"], 
.peccular-contact-page-form input[type="month"], 
.peccular-contact-page-form input[type="week"], 
.peccular-contact-page-form input[type="time"], 
.peccular-contact-page-form input[type="datetime"], 
.peccular-contact-page-form input[type="datetime-local"], 
.peccular-contact-page-form input[type="color"], 
.peccular-contact-page-form select, 
.peccular-contact-page-form textarea {
    margin-bottom: 25px;
    border: 1px solid #dedede !important;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 0;
    background-color: transparent !important;
    color: #000;
    font-weight: 500;
    height: 50px;
}
.peccular-contact-page-form textarea{
     height: 149px;
}

.peccular-contact-page-form input[type="text"]::placeholder,
.peccular-contact-page-form input[type="url"]::placeholder,
.peccular-contact-page-form input[type="password"]::placeholder, 
.peccular-contact-page-form input[type="search"]::placeholder, 
.peccular-contact-page-form input[type="number"]::placeholder, 
.peccular-contact-page-form input[type="tel"]::placeholder, 
.peccular-contact-page-form input[type="range"]::placeholder, 
.peccular-contact-page-form input[type="date"]::placeholder, 
.peccular-contact-page-form input[type="month"]::placeholder, 
.peccular-contact-page-form input[type="week"]::placeholder, 
.peccular-contact-page-form input[type="time"]::placeholder, 
.peccular-contact-page-form input[type="datetime"]::placeholder, 
.peccular-contact-page-form input[type="datetime-local"]::placeholder, 
.peccular-contact-page-form input[type="color"]::placeholder, 
.peccular-contact-page-form select, 
.peccular-contact-page-form textarea::placeholder{
     font-size: 11px !important;
     font-weight: 400;
}
.peccular-contact-page-form input[type="email"]{
        padding: 10px 15px;
}
.peccular-contact-page-form input[type="text"]{
    margin-bottom: 25px !important;
    padding: 15px 20px !important;
    font-size: 11px !important;
    font-weight: 400;
    color: #000000;
    height: 50px;
}

#peccular-contactus-wrap .peccular-contact-page-form input::placeholder{
    opacity: 1;
    color: #000000;
}
#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    color:#000000;
}

.peccular-contact-page-form .address-c-box{
    background-color: #516bec;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#06332e 0%,#441e87 100.3% );
    border-radius: 30px 0 0 0;
    padding: 3em 2em;
}

.peccular-contact-page-form input[type="file"] {
    font-size: 14px;
    color: #616161;
    font-weight: 500;
}
.peccular-contact-page-form textarea {
    height: 170px;
}
.peccular-contact-page-form label {
font-weight: 500;
    width: 100%;
    color: #010101;
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 4px;
    text-transform: capitalize;
}

.peccular-contact-page-form select {
    width: 100%;
}
.peccular-contact-page-form input[type="checkbox"], .peccular-contact-page-form input[type="radio"], .peccular-contact-page-form input[type="file"] {
    margin-bottom: 15px;
}
.peccular-contact-page-form input[type=date] {
    line-height: 10px;
    padding: 14px 20px;
}
main#innerpage-box .peccular-contact-page-form h2{
    color: #000000 !important;
    font-size: 45px;
    font-weight: 500;
}
.peccular-contact-page-form input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    padding: 20px 30px;
    line-height: 1;
    border-radius: 0;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
    background: none;
    border: 2px solid #fdfdfd;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 17px;
        background: #000000;
    color: #fff;

    transition: all 0.5s ease 0s;
    margin: 0 5px 2.5em;
    box-shadow: none;
}
.peccular-contact-page-form input[type="submit"]:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    background-color: #c70000;
        border-color: #c70000 !important;
    color: #fff;
}

.peccular-contact-area {
    text-align: center;
}
#peccular-contactus-wrap .contact-block-bg {
    background-color: #EAEFF2;
    padding: 0.5em 2em 2em 1.5em;
        margin-bottom: 2em;
    margin-right: 0.5em;
}
#peccular-contactus-wrap .boxes-gap {
    margin-bottom: 3em;
}
#peccular-contactus-wrap .contact-block-bg h2 {
    font-size: 27px ! IMPORTANT;
    line-height: 40px;
    text-transform: none ! IMPORTANT;
    margin-bottom: 0 !IMPORTANT;
    font-weight: 600 !IMPORTANT;
}
#peccular-contactus-wrap .contact-block-bg p {
    font-size: 18px;
    line-height: 27px;
    color: #787878 ! IMPORTANT;
    margin-bottom: 1.5em ! IMPORTANT;
    margin-top: 10px;
}
.peccular-contact-area i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #4377ff;
    transition: all 1s ease 0s;
    text-align: center;
}
#peccular-contactus-wrap .peccular-contact-area:hover i{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: tada;
    animation-name: tada;
    webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#peccular-contactus-wrap .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
#peccular-contactus-wrap .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.peccular-contact-page-form {
    color: #616161;
}

.peccular-contact-mapbox{
    margin: 0;
    padding: 0;
}
.peccular-contact-mapbox iframe {
    width: 100%;
    padding-bottom: 5.5em;
}

.page .footer-area ul.sub-menu .current_page_item > a {
    background: none;
}

@media screen and (min-width:320px) and (max-width:880px){
    #innerpage-box .peccular-contact-form-block h2{
        font-size: 26px !important;
        line-height: 36px;
        margin: 0 0;
    }
    #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p{ font-size: 14px !important;}
    #peccular-contactus-wrap .peccular-contact-block2 .contact-label{ font-size: 14px !important;}

}
@media screen and (min-width:320px) and (max-width:425px){
    #peccular-contactus-wrap .peccular-contact-block2 .acontact-page-data-box p{ text-align: center;}

}


/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
body.page-template-default main#innerpage-box h1,
body.page-template-default main#innerpage-box h2,
body.page-template-default main#innerpage-box h3,
body.page-template-default main#innerpage-box h4,
body.page-template-default main#innerpage-box h5,
body.page-template-default main#innerpage-box h6,

.page-template-templates main#innerpage-box h1,
.page-template-templates main#innerpage-box h2,
.page-template-templates main#innerpage-box h3,
.page-template-templates main#innerpage-box h4,
.page-template-templates main#innerpage-box h5,
.page-template-templates main#innerpage-box h6,

.single main#innerpage-box h1,
.single main#innerpage-box h2,
.single main#innerpage-box h3,
.single main#innerpage-box h4,
.single main#innerpage-box h5,
.single main#innerpage-box h6
{
    word-break: break-word;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 4px;
    padding: 0 10px;
    letter-spacing: 0;
    font-size: 23px;
    text-transform: uppercase;
    word-break: break-word;
    color: ;
}
#innerpage-box h1{
    color: #06332e;
    font-size: 40px;
    font-weight: 600;
}
#innerpage-box h2{
 color: #06332e;
 font-size: 20px;
 font-weight: 600;
}
#innerpage-box h3{ 
    color: #06332e;
    font-size: 20px;
    font-weight: 600;
}

#innerpage-box h4{
 color: #06332e;
 font-size: 18px;
 font-weight: 600;
}
#innerpage-box h5{
 color: #06332e;
 font-size: 17px;
 font-weight: 600;
}
#innerpage-box h6{
 color: #06332e;
 font-size: 16px;
 font-weight: 600;
}
#innerpage-box p{
 color: #000000;
 font-size: 15px;
 font-weight: 400;
}

#innerpage-box li {
    font-size: 15px;
    color: #3b3b3b;
}
/*New*/
.mini-cart-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    opacity: 0;
    padding: 10px;
    margin-top: 20px;
    visibility: hidden;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
    /* border-radius: 0px 0px 5px 5px; */
    line-height: 28px;
    list-style: none;
    z-index: 9999;
    /* left: 0; */
    margin: 0 auto;
    text-align: center;
    /* width: 350px;*/
    transform: translateX(50%) translateY(-7%);
}
.total-count:hover .mini-cart-dropdown {
    opacity: 1;
    width: 350px;
    visibility: visible;
    transform: translateX(15%) translateY(-7%);
}
.mini-cart-dropdown i.fa.fa-shopping-bag, 
.mini-cart-dropdown {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.94px;
    font-weight: 600;
}
header.site-header a.btn-checkout {
    color: #000000;
}
header.site-header .btncheckout {
    background: #f4f4f4;
    display: inline-block;
    padding: 0 1em;
    font-weight: 700;
}
header.site-header a.btn-checkout span{
    font-weight: 500;
}
header.site-header button#formButton{
    line-height: 20px;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
header.site-header #formButton:after {
    content: "\f002";
    font-family: FontAwesome;
    font-weight: 400;
    position: relative;
    display: block;
    font-size: 30px;
    margin: 0;
    z-index: 1;
    color: #000000;
}
header.site-header form#form1 {
    width: 77%;
    border-radius: 0px;
    display: none;
    position: absolute;
    right: 8%;
    top: 52px;
    overflow: hidden;
    z-index: 9999;
}
header.site-header .top-form form {
    padding: 0px;
    border: 1px solid #000000;
}
header.site-header .total-count {
    position: relative;
    text-align: right;
}
header.site-header .top-form form input[type="text"]{
    width: 80%;
    font-size: 15px;
    background: none;
    margin-right: 10px;
}
header.site-header .top-form form input[type="submit"], 
header.site-header .top-form form input[type="button"] {
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
    padding: 11px 10px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    letter-spacing: 0.94px;
}
header.site-header input[type="search"]::placeholder, 
header.site-header input[type="search"] {
    letter-spacing: 0.94px;
    color: #000000;
    border: 0;
}
.total-count .count {
    color: #ffffff;
    position: absolute;
    padding: 4px;
    z-index: 300;
    top: -6px;
    right: 0;
    font-size: 10px;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    line-height: 8px;
    text-align: center;
    background: #C70000;
}
.tagline.text-right {
    text-align: right;
}
header.site-header .taglinne a, 
header.site-header .taglinne {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    text-align: left;
}
.tagline.text-right a {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
}
.tagline.text-right a:hover,
header.site-header .taglinne a:hover {
    opacity: 0.6;
}
header.site-header ul.dropdown li a:hover,
.total-count svg:hover,
header.site-header #formButton:hover:after,
header.site-header a.my-acc:hover{
    opacity: 0.5;
}
.header-logo{
    margin: 0 auto;
    text-align: center;
}
.wc-block-components-address-form__address_2-toggle{
        color: #2b2d2f !important;
            border: 1px solid hsla(0,0%,7%,.8) !important;
}
/*// --------------Responsive ----------------------------- */
@media screen and (min-width:1080px) and (max-width: 1920px){
  body.single-product main#innerpage-box button.plus{
    right: 15px;
}
body.single-product main#innerpage-box button.minus{
    left: 15px;
}
    body.post-template-default.single.single-post div#content-box p.comment-form-url, 
    body.post-template-default.single.single-post div#content-box p.comment-form-email, 
    body.post-template-default.single.single-post div#content-box p.comment-form-author {
        margin-right: 1.4em ! IMPORTANT;
    }
}
@media screen and (min-width: 320px) and (max-width: 1440px){
    body.single-product main#innerpage-box button.minus{
      left: 25px;
  }
  body.single-product main#innerpage-box button.plus{
    right: 40px;
}
    body.post-template-default.single.single-post div#content-box p.comment-form-url, 
    body.post-template-default.single.single-post div#content-box p.comment-form-email, 
    body.post-template-default.single.single-post div#content-box p.comment-form-author {
        margin-right: 1em ! IMPORTANT;
    }
}
@media screen and (min-width:1024px) and (max-width: 1200px){
   body.single.single-product span.treeEnd{
        left: 10px;
            position: relative;
   }
   #innerpage-box .peccular-contact-form-block .container {
    padding-right: 0;
}
   .p-0-10{
    padding: 0;
   }
   #peccular-contactus-wrap .contact-block-bg{
        margin-right: 0;
   }
   #peccular-contactus-wrap .contact-block-bg{
        padding: 0.5em 1em 2em 1.5em;
   }
   li.product-category.product img {
    height: auto !IMPORTANT;
}
    body.single-product button.single_add_to_cart_button.button.alt{
            width: 300px;
    }
    body.post-template-default.single.single-post .nav-bx-bar h2 a {
    font-size: 24px;
    line-height: 45px;
}
     body.post-template-default.single.single-post .post-right-space {
    position: relative;
    left: 0em;
}
body.post-template-default.single.single-post .post-left-space {
    position: relative;
    right: 0;
}
     body.post-template-default.single.single-post div#content-box .social-box ul:before,
     body.post-template-default.single.single-post div#content-box .social-box ul:after{
            width: 25%;
     }
     body.post-template-default.single.single-post #innerpage-box .peccular-blog-single {
    width: 58.333333%;
}
     body.post-template-default.single.single-post div#content-box p.comment-form-url, 
     body.post-template-default.single.single-post div#content-box p.comment-form-email, 
     body.post-template-default.single.single-post div#content-box p.comment-form-author {
        margin-right: 0.5em ! IMPORTANT;
        margin-top: 2em ! IMPORTANT;
    }
 .page-template-pagewithleftsidebar-template div#secondary, 
 .page-template-pagewithrightsidebar-template div#secondary {
    position: relative;
    bottom: 0px;
}
 .page-template-pagewithleftsidebar-template .inner_contentbox {
    padding: 0.5em 0em 0;
}

 .comm-auth-box {
    font-size: 14px;
}
 #innerpage-box .peccular-blog-single{
        padding: 2.5em 2em 1.8em 1.2em;
 }

 .peccular-blog-date {
    padding-right:0;
}
 #innerpage-box .inner-blogpost{
    margin-left: 0;
    margin-right: 0;
}
body.single-product main#innerpage-box p.product-info-quant{
   /* left: 2.5em;*/
}
body.single-product main#innerpage-box .shipp-ico-box {
    padding-top: 1em;
}
body.single-product main#innerpage-box button.plus{
    right: 15px;
}
body.single-product main#innerpage-box button.minus{
    left: 15px;
}
.dashboard-info{
    padding-right: 3em;
}
nav.woocommerce-MyAccount-navigation{
    width: 35%;
}
.woocommerce-MyAccount-content{
    padding-top: 8em;
    width: 65%;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a{
    font-size: 16px;
    line-height: 5em;
    margin-right: 2em;
}
div#banner3shop .header-content{
    padding: 6em 0em 5em 4em;
}
li.product-category{
    width: 23.5%;
}
main#innerpage-box div#content-box .woocommerce-billing-fields h3,
h3#ship-to-different-address span {
    font-size: 30px !IMPORTANT;
}
.product-grid-box h3.title a{
    line-height: 35px;
}
.woocommerce .product-page{
    width: 40%;
}

#products-austrak a, 
#products-sherings a, 
#products-austmark a {
    width: 30.1% !important;
}
#newsletter .footer-tag p{
    font-size: 20px;
}
#newsletter .newsletter-sign-box{
    padding: 0em 2em 4em;
}
div#banner3 .header-content {
    padding: 6em 0em 5em 3em;
}
.product-grid-box h3.title a{
    font-size: 23px;
}
div#banner .header-content {
    padding: 5em 0.5em 6em 0em;
}
.header-woo-cart{
    right: 0;
}
.navigation .mainmenu li{
    margin-left: 15px !important;
}
.ht-site-title, 
.site-title, 
.ht-site-title, 
.site-title, 
.page .ht-site-title, 
.page .site-title, 
.single .ht-site-title, 
.single .site-title{
    font-size: 45px;
}
header.site-header .taglinne a, 
header.site-header .taglinne{
    font-size: 19px;
}
header.site-header #formButton:after{
    right: 20px;
}
}
@media only screen and (max-width: 992px){
        .theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, 
.wc-block-grid.has-4-columns .wc-block-grid__product {
flex: 1 0 50% ! IMPORTANT;
        max-width: 50% ! IMPORTANT;
}
.single .footer-area .s-footer {
    margin-bottom: 1em;
}

         body.single.single-product span.treeEnd{
        left: 10px;
            position: relative;
   }
        #innerpage-box .peccular-contact-form-block .container {
    padding-right: 0;
}
   .p-0-10{
    padding: 0;
   }
   .contact-gap {
    margin-top: 1em;
    padding-left: 0;
}
.peccular-contact-page-form input[type="email"] {
    margin-bottom: 1.5em;
}
        body.post-template-default.single.single-post .post-right-space {
    position: relative;
    left: 0em;
}
body.post-template-default.single.single-post .nav-bx-bar h2 a {
    font-size: 16px;
    line-height: 30px;
}
body.post-template-default.single.single-post .post-left-space {
    position: relative;
    right: 0;
}
   body.post-template-default.single.single-post div#commentsAdd .comment-form [class*="comment-form"] {
    width: 100%;
    margin-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#secondary label {
    width: 100%;
}
body.post-template-default.single.single-post div#secondary {
    padding-left: 0;
}
   body.post-template-default.single.single-post .inner_contentbox,
   body.post-template-default.single.single-post .button {
        padding: 2em 0em 0;
    }
body.post-template-default.single.single-post #innerpage-box .peccular-blog-single {
    width: 100%;
}
.page-template-pagewithleftsidebar-template div#secondary, 
.page-template-pagewithrightsidebar-template div#secondary {
    position: relative;
    bottom: 0;
}
main#innerpage-box #content-box ol {
    padding-left: 0 !important;
}
body.post-template-default.single.single-post #content-box div#secondary ol {
    padding: 2em 1.5em 0em 1.5em !important;
}
.page-template-pagewithleftsidebar-template div#content-box {
    padding-left: 2em;
}
.page-template-pagewithrightsidebar-template div#content-box {
    padding-right: 2em;
}
.wp-block-quote:not(.is-large):not(.is-style-large){
        padding: 2.8em 3em 3em 1em;
}
#innerpage-box blockquote p:after{
        right: -15px;
            bottom: 25px;
            font-size: 40px;
}
.page-template-pagewithleftsidebar-template div#content-box ul li,
.page-template-pagewithleftsidebar-template #content-box ol li,
.page-template-pagewithrightsidebar-template div#content-box ul li,
.page-template-pagewithrightsidebar-template #content-box ol li{
        font-size: 16px !important;
    line-height: 28px !important;
 }
 #innerpage-box blockquote p{
        font-size: 16px;
 }
 body.post-type-archive-product ul.products, 
 body.archive.tax-product_cat ul.products {
    padding-top: 1.5em !important;
}
 body.page-template.page-template-templates .inner_contentbox,
 body.archive.tag .inner_contentbox,
body.archive.category .inner_contentbox,
body.archive.date .inner_contentbox {
    padding-top: 2em;
}
.page-template-blogpagewithrightsidebar-template .widget-area .widget, 
.page-template-blogpagewithleftsidebar-template .widget-area .widget, 
.page-template-blog-template .widget-area .widget, 
body.archive.tag .widget-area .widget, 
.page-template .widget-area .widget,
body.archive.category .widget-area .widget, 
body.archive.date .widget-area .widget {
    margin-bottom: 2.5em;
}
body.archive.tag .comm-auth-box, 
body.archive.category .comm-auth-box, 
body.archive.date .comm-auth-box {
           padding-left: 0em;
}

#innerpage-box .inner-blogpost{
        margin: 0px 0px;
}
body.page-template-blogpagewithleftsidebar-template #innerpage-box .inner-blogpost,
body.page-template-blogpagewithrightsidebar-template #innerpage-box .inner-blogpost{
            height: auto ! IMPORTANT;
}

body.page-template-blogpagewithleftsidebar-template main#innerpage-box .ht-blog-thumbnail img,
body.page-template-blogpagewithrightsidebar-template main#innerpage-box .ht-blog-thumbnail img{
        height: auto ! IMPORTANT;
}
    #innerpage-box .peccular-blog-single{
        padding: 2em 1em 1.8em 1em;
                margin-bottom: 2em;
    }
    body.single-product main#innerpage-box button.plus{
        right: 15px;
    }
    body.single-product main#innerpage-box button.minus{
        left: 15px;
    }
    tr.wc-block-cart-items__row td {
        padding: 0 0.5em ! IMPORTANT;
    }
    .woocommerce-MyAccount-content:before{
        top: 0;
    }
    .dashboard-info{
        top: 25px;
        padding-right: 1em;
    }
    body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a{
     font-size: 14px;
     display: inline-flex;
     line-height: 1em;
     /* padding: 0; */
     margin-bottom: 0.5em;
 }
 nav.woocommerce-MyAccount-navigation
 {
    width: 50%;
    padding-top: 12em;
}
.woocommerce-MyAccount-content{
    width: 60%;
    padding-top: 14em;
}

div#banner3shop .offet-text, div#banner3shop .offet-text span{
    font-size: 65px;
    line-height: 80px;
}
div#banner3shop .header-content{
    padding: 6em 2em 5em 2em;
}
.woocommerce-page .related ul.products li.product{
    width: 45.3% !important;
}
body.single-product button.single_add_to_cart_button.button.alt{
    width: 200px;
}
body.single-product main#innerpage-box p.product-info-quant{
   /* left: 1.8em;*/
}
li.product-category{
            width: 45%;
                margin-right: 10px !important;
}
body.page-template-default main#innerpage-box h2.woocommerce-loop-category__title{
        padding: 1em 0 0 0;
}
.peccular-section-head h2{
    font-size: 40px;
    line-height: 50px;
}
.peccular-section-head{
    margin-bottom: 2.3em;
}
#gallery,
#featuredproduct-section,
#productcat_section,
#footer {
    padding-top: 3em !important;
}
#newsletter .footer-tag p{
  font-size: 24px;
  margin-top: 1em;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    padding: 15px 30px 15px 30px;
    height: 60px;
    font-size: 20px;
}
div#banner2 h4.title{
    left: 4.5em;
    font-size: 30px;
    line-height: 40px;
}
div#banner2 .peccular-bannert-b:nth-child(2) h4.title, 
div#banner2 .peccular-bannert-b:nth-child(4) h4.title {
    right: 4.5em;
    left: auto;
}
div#banner2 .peccular-feat-single-bg{
    height: 300px;
}
.product-grid-box h3.title a{
    line-height: 35px;
}
.woocommerce .product-page {
    width: 50%;
}
.inner_contentbox {
    padding: 0em 0em 0;
}
.woocommerce .woocommerce-ordering {
    right: 3em;
    top: 6em;
}
#products-austrak a, #products-sherings a, #products-austmark a {
    width: 29%;
}
div#gallery h2 {
    font-size: 40px;
}
.footer-area .top-area{
    padding-top: 3em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p,
#footer .widget_text p {
    text-align: left;
}
.footer-area p{
    text-align: center;
}
#newsletter .peccular-section-head h2{
    font-size: 41px;
    line-height: 50px;
}
div#banner3 .header-content {
    padding: 6em 1em 5em 1em;
}
div#banner3 .offet-text, div#banner3 .offet-text span{
    font-size: 70px;
    line-height: 85px;
}
div#banner3 .sale-text{
    font-size: 50px;
    line-height: 65px;
}
div#banner3 .header-content{
    padding: 2em 1em 2em 1em;
}
header.site-header .taglinne a, header.site-header .taglinne {
    font-size: 14px;
    line-height: 23px;
}
.ht-site-title, 
.site-title, 
.ht-site-title, 
.site-title, 
.page .ht-site-title, 
.page .site-title, 
.single .ht-site-title, 
.single .site-title{
    font-size: 45px;
}
.header-woo-cart{
    right: 25px !important;
}
.total-count .count{
    right: -15px;
}
div#banner .header-content{
    padding: 3em 1em 4em 1em;
}
div#banner .discount-text{
   padding: 5px 0;
}
div#banner .offet-text{
    padding: 0.2em 0;
}
header.site-header #formButton:after{
    right: 22px;
}
}
@media screen and (min-width:320px) and (max-width: 767px){
    body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a{
        margin-right: 2em;
    }
}
@media screen and (min-width:320px) and (max-width: 576px){
       .theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, 
       .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100% ! IMPORTANT;
        max-width: 100% ! IMPORTANT;
    }
   .page-template-pagewithleftsidebar-template div#content-box {
    padding-left: 1em;
}
   .page-template-pagewithrighttsidebar-template div#content-box {
    padding-right: 1em;
}
   body.page-template-blogpagewithrightsidebar-template div#blog-box .inner-blog-post, 
   body.archive div#blog-box .inner-blog-post, 
   .blog-sidebar-right div#blog-box .inner-blog-post, 
   body.page-template.page-template-templates.page-template-pagewithrightsidebar-template div#blog-box .inner-blog-post{
    padding-right: 1em;
   }
   main#innerpage-box .ht-blog-thumbnail img {
    height: auto ! IMPORTANT;
}
   .peccular-blog-post {
    width: 100%;
}
#innerpage-box .peccular-blog-single {
    height: auto !important;
}
body.single-product main#innerpage-box p.product-info-quant {
    left: 0;
}
body.woocommerce-account .peccular-page-main {
    padding-bottom: 3em;
    padding-top: 1em;
}
.woocommerce-MyAccount-content:before {
    font-size: 25px;
}
.woocommerce-MyAccount-content{
    padding-left: 0em;
}
.woocommerce-MyAccount-content:before {
    top: 165px;
    left: 10px;
}
.dashboard-info {
    top: 185px;
    left: 10px;
    padding-right: 2em;
}
.woocommerce-MyAccount-content {
    padding-top: 0em;
}
nav.woocommerce-MyAccount-navigation {
    padding-top: 22em;
    border: 0;
}
body.woocommerce-account .woocommerce {
    display: block;
}
nav.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    width: 100%;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a {
    font-size: 16px;
    display: block;
    margin-bottom: 0em;
    margin-top: 0.5em;
    line-height: 1.5;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p {
  line-height: 0;
}
fieldset#contact-fields,
fieldset#billing-fields,
fieldset#payment-method{
    padding: 0 1em 2em 1em !important;
}
.wc-block-checkout__terms{
    padding: 2em 1em 0em 1em !important;
}
.wc-block-checkout__actions{
    padding: 2em 1em 2em 1em !important;
}
body.product-template-default.single.single-product .star-rating, 
body.product-template-default.single.single-product .star-rating{
    top: 0;
}
.single main#innerpage-box span.woocommerce-review__date{
  top: 5px; 
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary{
    width: 100% !important;
}
body.product-template-default.single.single-product .description p{
    top: 0;
    padding-left: 3.5em;
}
li.product-category {
    width: 43.7%;
}
div#gallery h2 {
    font-size: 35px;
    line-height: 50px;
}
div#gallery p.desc{
    font-size: 17px;
}
#products-austrak a, 
#products-sherings a, 
#products-austmark a {
    margin: 0 8px 10px 8px;
}
#newsletter .peccular-section-head h2 {
    font-size: 32px;
    line-height: 40px;
}
div#banner3 .offet-text, div#banner3 .offet-text span {
    font-size: 65px;
    line-height: 85px;
}
div#banner3 .sale-text {
    font-size: 45px;
    line-height: 60px;
}
header.site-header .taglinne a, header.site-header .taglinne,.tagline.text-right a {
    font-size: 11px;
    line-height: 20px;
}
.top-bar{
    padding: 1em 0 !important;
}
.total-count:hover .mini-cart-dropdown{
    transform: translateX(10%) translateY(-7%);
}
header.site-header ul.dropdown li a{
    font-size: 15px;
}
.ht-site-title, 
.site-title, 
.ht-site-title, 
.site-title, 
.page .ht-site-title, 
.page .site-title, 
.single .ht-site-title, 
.single .site-title {
    font-size: 30px;
    line-height: 40px;
}
}
@media screen and (min-width:320px) and (max-width: 540px){
                       .footer-area .widget, 
                       .footer-area .widget, 
                       .page .footer-area .widget, 
                       .single .footer-area .widget {
    margin-bottom: 1em;
}
                       #peccular-contactus-wrap .contact-block-bg{
                            margin-bottom: 1em;
                       }
                        .peccular-contact-area {
    width: 85%;
}
#peccular-contactus-wrap .contact-block-bg{
        padding: 0.5em 1em 2em 1.5em;
            margin-right: 0;
}
.peccular-contact-mapbox iframe {
    padding-bottom: 2.5em;
}
                          .single .single-productpage main#innerpage-box h2.woo-reviews{
                                margin-top: 0;
                                    font-size: 40px !important;
                        }
                         body.single.single-product .button {
    margin-top: 1em;
    margin-bottom: 1em;
}
body.single.single-product form.cart {
    margin-bottom: 0em !important;
}
                         li.product-category.product img {
    height: auto !IMPORTANT;
}
                         body.post-template-default.single.single-post div#content-box .comment-author.vcard img {
    width: 50px;
    height: 50px;
}
body.post-template-default.single.single-post div#content-box .comment-metadata,
body.post-template-default.single.single-post div#content-box div#comments ol em,
body.post-template-default.single.single-post div#content-box .commentmetadata {
    padding-left: 3em;
}
body.post-template-default.single.single-post div#content-box div#comments ol em {
        font-size: 15px;
        padding-left: 4em ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .commentmetadata p{
        font-size: 16px;
    line-height: 30px ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .commentmetadata time{
        font-size: 15px;
}
                         body.post-template-default.single.single-post div#content-box .commentmetadata time{
                                width: 100%;
    clear: both;
    display: block;
        text-align: right;
                         }
                         .post-left-space, 
                        .post-right-space {
    width: 80%;
}
.mobile-width-auto {
    width: 20%;
}
body.post-template-default.single.single-post .nav-bx-bar .text-right, 
body.post-template-default.single.single-post .nav-bx-bar .text-left {
    width: 50%;
}
    body.post-template-default.single.single-post .post-right-space {
        left: 1.8em;
        padding: 0 !IMPORTANT;
        top: 13px;
    }
        body.post-template-default.single.single-post .post-left-space {
        padding-left: 0 !IMPORTANT;
        top: 13px;
    }
    body.post-template-default.single.single-post .nav-bx-bar{
            padding-right: 2em;
    }
    body.post-template-default.single.single-post .nav-bx-bar a{
            font-size: 18px;
    }
                         body.post-template-default.single.single-post .nav-bx-bar h2 {
    display: none;
}
                         body.post-template-default.single.single-post div#content-box .comment-respond h4 {
    margin-bottom: 1em;
}
                          body.post-template-default.single.single-post div#content-box .social-box ul:before, 
                          body.post-template-default.single.single-post div#content-box .social-box ul:after {
        width: 25%;
    }
                      body.post-template-default.single.single-post div#content-box .social-box ul li i.fa, 
                      body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands {
        font-size: 22px;
        width: 40px;
    }
                   body.post-template-default.single.single-post div#content-box ul.post-categories li, 
                   body.post-template-default.single.single-post div#content-box ul.post-categories li {
        margin: 9px 0 19px;
    }
        body.post-template-default.single.single-post .blog-tags a {
        margin-right: 0em;
    }
               body.post-template-default.single.single-post span.treeEnd {
    line-height: 28px;
}
    #innerpage-box .blog-info-area .metabox2brdr ul li, 
    #innerpage-box .blog-category {
        font-size: 14px;
    }
        #innerpage-box .blog-info-area .metabox2brdr ul li {
        margin: 10px 9px 10px 0;
        padding: 0 16px 0 0;
        font-size: 14px;
    }
               .page-template-pagewithrightsidebar-template div#content-box {
        padding-right: 0;
    }
           .page-template-pagewithleftsidebar-template div#content-box {
        padding-left: 0em;
    }
       body.page-template.page-template-templates .inner_contentbox, 
       body.archive.tag .inner_contentbox, 
       body.archive.category .inner_contentbox, 
       body.archive.date .inner_contentbox {
        padding-top: 0em;
    }
   #innerpage-box blockquote p:after{
        bottom: 20px;
            right: 0;
   }
   .wp-block-quote:not(.is-large):not(.is-style-large){
        padding: 2.8em 3em 3em 1em;
   }
   .page-template-blogpagewithrightsidebar-template label,
   .page-template-blogpagewithleftsidebar-template label  {
    width: 100%;
}
   li.product-category{
        margin-left: 0 ! IMPORTANT;
        margin-right: 00px !important;
   }
   .page-template-blogpagewithrightsidebar-template .widget-area .widget, 
   .page-template-blogpagewithleftsidebar-template .widget-area .widget, 
   .page-template-blog-template .widget-area .widget {
    margin-bottom: 1.5em;
}
   body.page-template .button,
   body.archive.date .button,
   body.archive.category .button,
   body.archive.tag .button{
    margin-top: 2em;
}
.page-template-blogpagewithrightsidebar-template .comm-auth-box,
.page-template-blogpagewithleftsidebar-template .comm-auth-box,
body.page-template-blogpagewithleftsidebar-template div#blog-box .inner-blog-post, 
.blog-sidebar-left div#blog-box .inner-blog-post, 
body.page-template.page-template-templates.page-template-pagewithleftsidebar-template div#blog-box .inner-blog-post{
 padding-left: 0em;
}
    body.page-template-blogpagewithrightsidebar-template div#blog-box .inner-blog-post, 
    body.archive div#blog-box .inner-blog-post, 
    .blog-sidebar-right div#blog-box .inner-blog-post, 
    body.page-template.page-template-templates.page-template-pagewithrightsidebar-template div#blog-box .inner-blog-post {
        padding-right: 0em;
    }
   .comm-auth-box{
        padding-left: 1em;
   }
   .width-fifty {
          width: 50%;
        padding: 0;
}
    #innerpage-box .inner-blogpost {
        height: auto ! IMPORTANT;
    }
body.single-product main#innerpage-box .shipp-ico-box {
/*    padding-top: 0.5em;
    padding-bottom: 2em;*/
}
body.single.single-product .woocommerce-message{
    padding: 1em 0em 1em 3.5em !important;
    font-size: 11px;
}
#products-austrak a, #products-sherings a, #products-austmark a {
    margin: 0 0px 25px !important;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a{
    font-size: 15px;
}
#banner3 .bannerth-bg{
    background-position: right !important;
}
.woocommerce-MyAccount-content:before {
    font-size: 25px;
}
.woocommerce-MyAccount-content{
    padding-left: 0em;
}
.woocommerce-MyAccount-content:before {
    top: 165px;
    left: 10px;
}
.dashboard-info {
    top: 185px;
    left: 10px;
    padding-right: 2em;
}
.woocommerce-MyAccount-content {
    padding-top: 0em;
}
nav.woocommerce-MyAccount-navigation {
    padding-top: 24em;
    border: 0;
}
body.woocommerce-account .woocommerce {
    display: block;
}
nav.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    width: 100%;
}
section.related.products:before{
    top: 0;
    font-size: 30px;
}
section.related.products {
    padding-top: 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    width: 100% !important;
}
.single main#innerpage-box button#show-review-form{
    width: 230px;
    height: 45px;
    right: 0;
    top: 145px;
    left: 0;
    margin: 0 auto;
}
body.product-template-default.single.single-product #innerpage-box .comment-form-rating .stars {
    margin-bottom: 1em !important;
}
main#innerpage-box #comments li.comment {
    margin-bottom: 1em ! IMPORTANT;
}
.woocommerce-review-toparea{
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 4em 2em 5em 2em;
}
div#banner3shop{
    margin-top: 1em !important;
}
.single main#innerpage-box h2.woo-reviews{
    margin-top: 0.5em;
    font-size: 36px !important;
    line-height: 50px;
}
div#banner3shop .header-content {
    padding: 2em 2em 2em 2em;
}
div#banner3shop .sale-text{
    font-size: 50px;
}
body.archive.tax-product_cat main#innerpage-box h1.ht-main-title {
    font-size: 30px !important;
}
body.archive.tax-product_cat .woocommerce-ordering{
    top: 5em;
}
.page-main-header .ht-main-title{
    font-size: 30px !important;
}
li.product-category {
    width: 100%;
    padding-bottom: 0em ! IMPORTANT;
}
.cart_totals h2 {
    margin-top: 0 !important;
}

body.post-type-archive-product ul.products,
body.archive.tax-product_cat ul.products {
    padding-top: 1.5em !important;
}

#featuredproduct-section {
    padding-bottom: 2em !important;
}
#newsletter .peccular-section-head h2{
    margin-bottom: 20px;
}
div#newsletter .peccular-section-head {
    margin-bottom: 1.8em;
}
.lg-actions .lg-next {
    right: 150px !important;
}
.lg-toolbar{
    width: 78% !important;
}
div#banner2 h4.title,
div#banner2 .peccular-bannert-b:nth-child(2) h4.title, 
div#banner2 .peccular-bannert-b:nth-child(4) h4.title {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.header-woo-cart {
    right: 10px !important;
}
.woocommerce .product-page {
          width: auto;
}

.woocommerce-page .woocommerce-ordering select option, 
.woocommerce-page .woocommerce-ordering select {
    font-size: 15px;
    line-height: 25px;
    height: 32px;
    padding: 0px 15px;
}
.single-productpage main#innerpage-box h1.ht-main-title{
    padding-top: 20px;
}
button#product-page{
    font-size: 0;
}
.woocommerce .woocommerce-ordering {
    right: 2em;
    top: 7.3em;
    width: 72%;
}
.woocommerce-page .woocommerce-ordering select{
    width: 100%;
}
img.lg-object.lg-image {
    position: absolute;
    left: 0 !important;
}
.lg-actions .lg-next {
    right: 170px;
}
div#gallery .peccular-section-head {
    margin-left: 0.2em;
}
#products-austrak a, #products-sherings a, #products-austmark a {
    margin: 0 8px 10px 0px;
}
div#gallery h2 {
  font-size: 40px;
  line-height: 50px;
}
div#gallery p.desc{
    padding-top: 10px;
    line-height: 25px;
}
#products-austrak a, #products-sherings a, #products-austmark a {
    width: 100% !important;
}
#newsletter .footer-tag p{
    font-size: 20px;
    line-height: 30px;
}
#newsletter .peccular-newsletter-member-wrap input::placeholder {
    font-size: 20px;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    padding: 15px 20px 15px 20px;
    height: 55px;
    margin-left: 3em;
    font-size: 20px;
}
div#banner3 .offet-text, div#banner3 .offet-text span {
    font-size: 45px;
    line-height: 65px;
}
div#banner3 .sale-text {
    font-size: 30px;
    line-height: 45px;
}

div#banner2 .peccular-feat-single-bg{
    height: 200px;
}
div#banner2 .peccular-bannert-icon{
    display: none;
}
.peccular-section-head{
    margin-left: 0;
    margin-right: 0;
}
.peccular-section-head h2{
    font-size: 35px;
    line-height: 45px;
}
header.site-header #formButton:after {
    right: 0px;
}
.header-woo-cart {
    right: 0;
}
.total-count .count {
    right: 0;
}
header.site-header .total-count{
    left: 10px;
}
div#banner .offet-text{
    font-size: 20px;
    line-height: 30px;
}
div#banner .sale-text{
    font-size: 90px;
    line-height: 92px;
}
div#banner .discount-text{
    font-size: 50px;
    line-height: 70px;
}
.header-nav-area ul.dropdown{
    display: none;
}
.width-auto{
    width: auto;
}
header.site-header .taglinne a, 
header.site-header .taglinne, 
.tagline.text-right a {
    text-align: center;
}
.tagline.text-right {
    text-align: center;
}
header.site-header .taglinne a, header.site-header .taglinne, .tagline.text-right a {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}
.top-bar {
    padding: 0.5em 0 !important;
}
header.site-header .taglinne {
    padding-bottom: 0.3em;
}
.hamburger-menus{
    top: 135px;
}
.header-nav-area .top-account-info {
 /* padding-top: 2em;*/
}
.header-nav-area {
    padding-bottom: 0em;
}
header.site-header form#form1{
    width: 90%;
    right: 0%;
    top: 60px;
}
.total-count:hover .mini-cart-dropdown {
    transform: translateX(85%) translateY(-7%);
}
#video .wrap{
    height: 200px;
}
.animation-box{
    width: 100% !important;
}
.first-text{
    font-size: 25px;
    top: 10rem;
}
.second-text,
.fourth-text{
 font-size: 50px;
}
.fifth-text{
    font-size: 25px;
    bottom: 50%;
}
div#banner .button-all{
    padding: 15px 50px 15px 50px;
}
.widget-area .woocommerce ul.product_list_widget li a{
    font-size: 15px !important;
}
.widget-area .woocommerce ul.product_list_widget li a span{
    line-height: 25px !important;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
    padding: 0 !important;
}
}
@media screen and (min-width:320px) and (max-width: 375px){
            .single .single-productpage main#innerpage-box h2.woo-reviews {
        margin-top: 0;
        font-size: 30px !important;
    }
        body.post-template-default.single.single-post div#content-box div#comments ol em {
        font-size: 13px;
        padding-left: 4.5em ! IMPORTANT;
    }
    body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a{
        font-size: 13px;
    }
    div#banner3shop .offet-text, div#banner3shop .offet-text span {
        font-size: 45px;
        line-height: 70px;
    }
    div#banner3shop .sale-text {
        font-size: 29px;
        line-height: 45px;
    }
    .single main#innerpage-box h3.prowoocoomercetab-title{
               font-size: 25px !important;
        margin: 0 !IMPORTANT;
    }
    body.single-product main#innerpage-box .prowoocoomercetab-content p{
        font-size: 16px ! IMPORTANT;
        line-height: 28px !important;
    }
    li.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
        font-size: 14px !important;
    }
    .woocommerce-billing-fields h3, 
    h3#ship-to-different-address span, 
    h3#order_review_heading {
        margin-top: 0 !important;
    }
    .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
        left: 0.5em;
    }
    .woocommerce-info{
        padding: 1em 1em 1em 2.5em;
        font-size: 12px !important;
    }
    .lg-actions .lg-next {
        right: 200px !important;
    }
    .lg-toolbar {
        width: 68% !important;
    }
    .total-count:hover .mini-cart-dropdown {
        transform: translateX(82%) translateY(-7%);
    }
    .woocommerce .woocommerce-ordering {
        width: 69%;
    }
    div#gallery h2 {
        font-size: 38px;
        line-height: 50px;
    }
    div#gallery p.desc {
        padding-top: 10px;
        line-height: 30px;
    }
    .footer-area .bottom-area .footer-text{
        font-size: 14px;
    }
    div#banner3 .offet-text, div#banner3 .offet-text span {
        font-size: 42px;
        line-height: 50px;
    }
    div#banner3 .discount-text{
        font-size: 20px;
        line-height: 35px;
    }
    div#banner .discount-text {
        font-size: 40px;
        line-height: 60px;
    }
    div#banner2 h4.title{
        font-size: 30px;
        line-height: 40px;
    }
    div#banner3 a.button-all{
        font-size: 15px;
        padding: 10px 20px 10px 20px;
    }
}
@media screen and (min-width:320px) and (max-width: 320px){
    .peccular-contact-area {
        width: 80%;
    }
                        .single main#innerpage-box h3.prowoocoomercetab-title {
        font-size: 20px !important;
        margin: 0 !IMPORTANT;
    }
                     body.single-product button.single_add_to_cart_button.button.alt{
                                 height: 62px ! IMPORTANT;
        width: 150px !important;
        min-width: 120px !important;
        font-size: 16px !important;
        padding: 0 !IMPORTANT;
                     }
                      body.post-template-default.single.single-post div#content-box div#comments ol em {
        font-size: 12px;
        padding-left: 4.8em ! IMPORTANT;
    }
                  body.post-template-default.single.single-post .post-right-space {
        left: 1.2em;
        padding: 0 !IMPORTANT;
        top: 15px;
    }
        body.post-template-default.single.single-post .post-left-space {
        top: 15px;
    }
              .post-left-space, .post-right-space {
        width: 70%;
    }
        .mobile-width-auto {
        width: 30%;
    }
        body.post-template-default.single.single-post .nav-bx-bar a {
        font-size: 15px;
    }
          body.post-template-default.single.single-post div#content-box .comment-respond h4 span{
                font-size: 30px;
          }
          body.post-template-default.single.single-post div#content-box .social-box ul:before, 
          body.post-template-default.single.single-post div#content-box .social-box ul:after {
        width: 15%;
    }
      #innerpage-box .blog-info-area .metabox2brdr ul li i.fa {
    font-size: 12px !important;
}
      #innerpage-box .blog-info-area .metabox2brdr ul li, 
      #innerpage-box .blog-info-area .metabox2brdr ul li a,
      #innerpage-box .blog-category {
        font-size: 12px !important;
    }
  body.single-product main#innerpage-box .shipp-ico-box {
    padding-top: 1em;
    padding-bottom: 1em;
}
body.woocommerce-account div#content-box .woocommerce-MyAccount-content p a {
    margin-right: 0em;
    padding: 1em 1em 1em 2em;
    font-size: 12px;
}
.woocommerce-MyAccount-content:before {
    font-size: 21px;
}
nav.woocommerce-MyAccount-navigation {
    padding-top: 27em;
}
.page-main-header .ht-main-title {
    font-size: 22px !important;
}
.woocommerce-info {
    padding: 1em 1em 1em 2.5em;
    font-size: 14px !important;
    line-height: 20px;
    padding-top: 10px !important;
}
body.woocommerce-checkout h1.ht-main-title{
    font-size: 45px !important;
}
div#content-box .cart .button{
    font-size: 12px;
}
.woocommerce div#secondary{
    padding: 5px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span{
    font-size: 15px !important;
}
.peccular-section-head h2 {
    font-size: 30px;
    line-height: 40px;
}
.footer-area .social-profile-icons ul li a i, 
.footer-area .social-profile-icons i.fa {
    padding-right: 0.5em;
}
.lg-actions .lg-next {
    right: 255px !important;
}
.lg-toolbar {
    width: 59% !important;
}
.product-grid-box .price, 
.product-grid-box del, 
.product-grid-box .price del bdi, 
.product-grid-box .price bdi{
    padding: 0;
}
.total-count:hover .mini-cart-dropdown{
    width: 285px;
}
.woocommerce .woocommerce-ordering {
    width: 63%;
}
div#gallery h2 {
    font-size: 32px;
    line-height: 45px;
}
#newsletter .peccular-section-head h2 {
    font-size: 27px;
    line-height: 35px;
}
div#banner3 .offet-text, div#banner3 .offet-text span {
    font-size: 30px;
    line-height: 50px;
}
div#banner3 .sale-text {
    font-size: 25px;
    line-height: 40px;
}
header.site-header .taglinne a, 
header.site-header .taglinne, 
.tagline.text-right a {
    font-size: 13px !important;
}
header.site-header .taglinne a, 
header.site-header .taglinne, 
.tagline.text-right a {
    font-size: 14px;
}
div#banner .discount-text {
    font-size: 38px;
    line-height: 50px;
}
div#banner .offet-text {
    font-size: 18px;
    line-height: 25px;
}
.product-grid-box h3.title a{
    font-size: 19px;
}
.product-grid-box .price, 
.product-grid-box del, 
.product-grid-box .price del bdi, 
.product-grid-box .price bdi{
   font-size: 20px;
}

}
/**/
@media screen and (min-width:320px) and (max-width: 575px){
    main#innerpage-box .peccular-testimonials-image{    text-align: center;}
    body.page-template-default main#innerpage-box .peccular-testimonials-identity {    
        left: 0; 
        text-align: center;
    }
}

@media screen and (min-width:320px) and (max-width: 767px){
    .container {
     max-width: 1000px !important;
 }
 .single-footer-4 h4.widget-title{padding: 0 0 0 0px;}
}

@media screen and (min-width:768px) and (max-width: 991px){

    .footer-area .social-profile-icons ul li{ margin: 00 10px 0px 0;}
}

@media screen and (min-width:768px) and (max-width: 1199px){

 #newsletter .wpcf7:after{ right: 10%;top: 35%;}
}
@media screen and (min-width:768px) and (max-width: 991px){

 #newsletter .peccular-newsletter-member-wrap input[type="email"]{
    padding: 0px 15px !important;
}
}

@media screen and (min-width:576px) and (max-width: 767px){
 #newsletter .wpcf7:after{    top: 69%;}

}
@media screen and (min-width:495px) and (max-width: 575px){
 #newsletter .peccular-newsletter-member-wrap input[type="submit"]{
    position: absolute !important;
    right: 25px !important;
    top: 82px !important;
}
#newsletter .wpcf7:after{    top: 70%;}

}
@media screen and (min-width:320px) and (max-width: 494px){
 #newsletter .wpcf7:after{ right: 10%;   top: 73%;}

}
@media screen and (min-width:320px) and (max-width: 410px){
 #newsletter .wpcf7:after{ right: 13%;}
}


@media screen and (min-width: 320px) and (max-width: 576px){
    .top-bar-head { background-color: #ffffff !important;}
}

@media screen and (min-width: 426px) and (max-width: 576px){
    .slide-inner .slider-inner-mainbox{     top: 10% !important;}
}
@media screen and (min-width: 320px) and (max-width: 425px){
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{left: 0 !important;}
}
@media screen and (min-width: 426px) and (max-width: 590px){
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{left: 20px !important;}
}
@media screen and (min-width:691px) and (max-width: 767px){
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{left: 4% !important;}
}

@media screen and (min-width: 320px) and (max-width: 358px){
    .ht-main-title {    margin: 45px 0 0.5em 0;}
}
@media screen and (min-width:992px) and (max-width: 1024px){
 #newsletter .newsletter-sign-box {
    padding: 0em 2em 4em 1.5em;
}

.peccular-section-head {
    text-align: left;
    margin-bottom: 3em;
    margin-left: 0em;
    margin-right: 0em;
}

.site-header .socials a i.fa{margin-right: 4px !important;}
.site-header .socials { padding: 25px 0px 10px 0 !important;}
}
@media screen and (min-width:320px) and (max-width: 991px){
    .site-header .socials a i.fa{margin-right:0px !important; width: 28px; height: 28px; line-height: 27px;font-size: 15px;}
    .site-header .socials { padding: 25px 0px 5px 0 !important;}
}
@media screen and (min-width:641px) and (max-width: 767px){
    .top-bar-head .header-bottom-border { bottom: -1px;}
}

@media screen and (min-width:320px) and (max-width: 575px){
    .top-bar-head .header-bottom-border { bottom: 0px;}
}
@media screen and (min-width:320px) and (max-width: 768px){
    .woocommerce table.shop_table td{
        padding: 9px 12px 40px !important;
    }
    #newsletter .newsletter-sign-box{
        padding: 0em 0em 0em;
    }
    #newsletter .peccular-section-head{
        margin: 0;
    }
    #features .peccular-section-head p {
        padding: 15px 0em 1em 0em !important;
    }
    .slide-inner .slider-inner-mainbox{margin-top: 15px; }

    .hero-style .slide-title h2 {
        font-size: 30px !important;
        line-height: 24px !important;
    }
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }
}

@media screen and (min-width:320px) and (max-width:426px){
    .woocommerce ul.products li.product .button {
        margin-bottom: 3em !important;
    }

    main#innerpage-box .peccular-blog-date{
        top: 38% !important;
    }

    div#content-box .faq-content button.accordion:before{
        right: 2em !important;
    }
    #innerpage-box .peccular-testimonials-content p{
        margin-top: 0px;
    }
    main#innerpage-box .peccular-testimonials-single{
        margin: 0em 5px;
        padding: 0.5em;
    }
    #peccular-contactus-wrap .boxes-gap {
        margin-left: 0em;
    }
    #peccular-contactus-wrap .peccular-contact-page-form {
        padding-left: 0em;
        padding-right: 0em;
    }

    #peccular-contactus-wrap .contact-gap {
        margin-left: 0em;
    }
    .footer-area .footer-content {
        padding: 0em 2em 8em 2em;
        margin-right: 0em;
        margin-left: 0em;
    }
    #newsletter .submt-btn {
     text-align: center; 
     z-index: 1; 
     position: absolute;
 }
}