/*==================================
Theme Color All Codes Variable
==================================*/

:root {
    --theme-general-color: #272727;
    /* theme general color used*/
}

:root {
    --theme-primary-color: #107a9bf5;
    /* theme primary color used*/
}

:root {
    --theme-secondary-color: #3b3b3b;
    /* theme secondary color used*/
}

:root {
    --theme-white-color: #ffffff;
    /* theme white font color used*/
}

:root {
    --theme-light-color: #cdcdcd5c;
    /* theme light gray color used*/
}

:root {
    --theme-text-gray: #d8d8d8;
    /* theme text gray color used*/
}

:root {
    --theme-dark-color: #181b1e;
    /* theme dark color ok uded*/
}

:root {
    --theme-footer-color: #080808;
    /* theme dark color used*/
}

:root {
    --theme-primary-opacity-color: rgba(17, 126, 159, 0.61);
    /* theme secondary color used*/
}

:root {
	--theme-dark-opacity-color: rgb(0 0 0 / 80%);
	/* theme dark color used*/
}

:root {
    --theme-secondary-opacity-color: rgb(0 0 0 / 50%)
    /* theme secondary color used*/
}

:root {
    --theme-extra1-opacity-color: rgba(34, 144, 135, .7);
    /* theme secondary color used*/
}

:root {
    --theme-extra2-opacity-color: rgba(29, 45, 58, .7);
    /* theme secondary color used*/
}


/*==================================
Font Variable
==================================*/

:root {
    --theme-general-font: 'Helvetica Neue', sans-serif;
    /* Font use for normal text and general text used*/
}

:root {
    --theme-highlight-font: 'Raleway', sans-serif;
    /* Font used in title or special area used*/
}

:root {
    --theme-hiperlink-font: 'Helvetica', sans-serif;
    /* Font use for normal text and link text */
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--theme-highlight-font);
    color: var(--theme-secondary-color);
    font-weight: 600;
}

h1,
.h1 {
	font-size: 48px;
}

h2,
.h2 {
    font-size: 40px;
}

h3,
.h3 {
    font-size: 50px;
}

h4,
.h4 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 24px;
}

h6,
.h6 {
    font-size: 21px;
}
p{
    font-size: 17px;
}
.mt-100{
    margin-top: 100px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	text-transform: uppercase
}
.dropdown-item {
    font-size: 14px;
	font-weight: 400;
    padding: 0.15rem 1rem;
}
.hexagon-shape{
    background:  var(--theme-primary-color);
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}
.hexagon-inner{
    padding: 22px;
    background: white;
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}
.border{
    /*border: 2px solid #c5c5c5!important;*/
    border-radius: 5px;
}
.entry-summary td{
    font-size: 22.4px;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
}
.entry-summary .text-right{
    font-style: italic;
    font-weight: 300 !important;
    font-family: var(--theme-general-font)
}
.color-primary{
    color: var(--theme-primary-color);;
}
.right{
    float: right !important;
}
.prod-icons{
    display: inline-block;
}
.inline-block{
    display: inline-block !important;
}
@media screen and (min-width: 1200px){
    .prod-icons{
        float: right;
    }
}
@media screen and (min-width: 550px) and (max-width: 991px){
    .prod-icons{
        float: right;
    }
}
@media screen and (max-width: 500px){
    .sm-fs-35{
        font-size: 1.7rem;
    }
}
.tab-content p{
    font-family: var(--theme-highlight-font);
}
.product_title{
    font-family: var(--theme-general-font);
}
.prod-icons li i{
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    display: block;
    background-size: 275px;
    background-repeat: no-repeat;
    width: 60px;
    height: 55px;
    background-image: url('/images/product-icons/product-icons.png');
}
i.eco{
    background-position: -52px 1px;
}
i.eco:hover{
    background-position: -52px -52px;
}
i.fireproof{
    background-position: -107px 1px;
}
i.fireproof:hover{
    background-position: -107px -52px;
}
i.snowproof{
    background-position: -162px 1px;
}
i.snowproof:hover{
    background-position: -162px -52px;
}
i.water-resistant{
    background-position: -217px 1px;
}
i.water-resistant:hover{
    background-position: -217px -52px;
}
i.durable{
    background-position: 3px 1px;
}
i.durable:hover{
    background-position: 3px -52px;
}
.ls-link{
    padding-right: 5px;
    text-align: right;
}
.ls-link p{
    margin: 0;
}
.pin{
    width: 50px;
    height: 50px;
    margin-top: 5px;
}
button.close{
    outline: 0;
}
.fs-20{
    font-size: 1.2rem;
}
.scroll-x{
    overflow-x: auto;
}
.shop_table td{
    text-align: right;
}
.font-secondary{
    font-family: var(--theme-highlight-font);
}
#qr-wrapper{
    position: fixed;
    top: 40%;
    width: 22vh;
    opacity: 1;
    text-align: center;
    z-index: 100;
    background-color: #fff;
    max-width: calc(100% - 30px);
    transform: translateX(-100%);
    transition: transform .2s cubic-bezier(.165,.84,.44,1);
    animation-name: npsanimation;
    animation-duration: 1s;
}
#qr-wrapper:hover{
    transform: translateX(0);
    box-shadow: 0 0 30px rgba(34,34,34,.25);
}
#qr-wrapper span{
    width: 15px;
    position: absolute;
    right: -15px;
    height: 100%;
    line-height: 22vh;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.flaticon-next:before{
    font-weight: bold;
    font-size: 16px;
}
.video-play a {
    width: 200px;
    height: auto;
}
.tmb{
    width: 200px;
    height: 120px;
    border-radius: 3px;
}

@media screen and (max-width: 991px) {
    .mobile-hidden{
        display: none !important;
    }
    .dropdown-menu {
        margin-left: unset;
        text-align: center;
        background-color: #181b1e;
        left: -2rem;
    }
    .dropdown-menu a{
        color: white;
    }
    .nav-item.desktop-hidden ul{
        min-width: 10rem;
    }
}
@media screen and (min-width: 992px) {
    .desktop-hidden{
        display: none !important;
    }
}
.sale, .label-new{
    z-index: 9999;
    right: 15px;
    color: white;
    background-color: #dc3545d9;
    padding: 0 10px;
    border-bottom-left-radius: 3px;
}
.label-new{
    background-color: #edc600de;
}
.owl-item{
    max-width: 170px;
}
.owl-carousel .owl-item img{
    max-height: 140px;
}
.product-img img{
    aspect-ratio: 3/2;
}
.whatsapp-link{
    font-family: var(--theme-hiperlink-font);
    font-size: 14px;
    font-weight: 400;
    padding: 0.15rem 10px;
    text-align: end;
}
.whatsapp-icon{
    margin-left: 14px;
}
.dropdown-ext{
    min-width: 10rem !important;
}
.dropdown-item.inline{
    display: inline !important;
}
