@import url('https://fonts.googleapis.com/css2?family=Electrolize&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root{
      --bg: 255 255 255;
      --fg: 17 24 39; /* slate-900 */
      --muted: 71 85 105; /* slate-600 */
      --accent: 59 130 246; /* blue-500 */
      --ring: 203 213 225; /* slate-300 */
      --shadow: 0 10px 30px rgba(0,0,0,.08);
}   

:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}
.accordion-button{
font-size: 30px;
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
       padding: 32px;
}
.accordion-button::after {
    border: 1px solid #000;
    border-radius: 44px;
    background-position: center;
    padding: 30px;
}
.accordion-body {
    padding: 0px 44px 44px 44px; 
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}
body,html{
    margin: 0px;
    padding: 0px;
   font-family: 'Poppins', sans-serif;
   font-weight:400;   
   color: #000;
   font-size: 22px;

}
*, *::before, *::after {
    box-sizing: border-box;
}

p, li {
    font-size: 22px;
    line-height: 44px;
    font-weight: 400;
    text-align: left;
    color: #000;
}
a{
text-decoration: none
}
.fulres{
width: 100%;
}
.posrel{
position: relative;
}
h1,h2,h3,h4{
font-family: "Electrolize", sans-serif;
font-weight: initial;
font-weight: 600;
}
.sinhala {
  font-family: 'Noto Sans Sinhala', sans-serif;
   font-weight: 600;
}
.section{
  margin-top:135px;
}
.containerc{
  width:90%;
  margin:auto;
  max-width:1920px;
}
.containerd{
  width:80%;
  margin:auto;
  max-width:1920px;
}

#toTop {
    position: fixed;
    right: 15px;
    bottom: 30px;
    margin: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
        width: 35px;
    cursor: pointer;
    background-color: #000000;   
    height: 35px;
        border-radius: 35px;
        text-align: center;
}
#toTop i {
    font-size: 18px;
    color: #fff;
     line-height: 32px;
    padding-bottom: 3px;
}
.shows {
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
    header a{color:#fff; text-decoration:none}
    header li{color:#fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500; }
    header a:hover,header li:hover{
        color: #d0040d;
    }
    header .container{ margin-inline:auto; padding-inline:16px; position: relative; }

    /* Header base */
    .site-header{    position: absolute; width: 100%; top:0; z-index:50; padding:10px 0px; display:flex; align-items:center; transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;}
    .site-header .inner{display:grid; align-items:center; grid-template-columns: auto 1fr auto;}

    /* Sticky / scrolled state */
    .site-header.is-sticky{backdrop-filter: blur(10px); background-color: rgb(0, 0, 0, 0.36); box-shadow: var(--shadow); position: fixed;}    

    /* Layout variants */
    .nav.logo-left .brand{grid-column: 1}
    .nav.logo-left .primary{grid-column: 2}

    .nav.logo-center{display: flex;
    justify-content: space-between;
    align-content: center;}
    .nav.logo-center .brand{grid-column:2; justify-self:center}
    .nav.logo-center .primary{grid-column:1 / span 3; justify-self:center}

    /* Brand */
    .brand{display:flex; align-items:center; gap:10px}
    .brand img{transition: all .2s}
    .is-sticky .brand img{width: 200px;}
    .brand .title{font-weight:700; letter-spacing:.2px}

    /* Primary menu */
    .primary{display:flex; gap: 10px; justify-content:center} 

    .menu{display:flex; gap: 28px; list-style:none; margin:0; padding:0; align-items: center;}
    .menu > li{position:relative}
    .menu > li > a,
    .menu > li > button{padding:10px 12px; height:44px; display:inline-flex; align-items:center; gap:8px; border-radius:10px; border:1px solid transparent;}
    .menu > li > a:hover,
    .menu > li > button:hover{background: rgba(0,0,0,.04)}
    .menu > li > button{background:none;  
    text-transform: uppercase; border:none; cursor:pointer; font: inherit; color:inherit}
    
    .chev{width:30px; height:30px; transition: transform .2s}

    /* Dropdown panels */
    .dropdown, .mega{position:absolute; left:0; top:calc(100% + 8px); min-width: 385px; background: white; border:1px solid rgb(var(--ring)); border-radius:14px; box-shadow: var(--shadow); padding:10px; opacity:0; visibility:hidden; transform: translateY(-4px); transition: opacity .15s ease, transform .15s ease, visibility .15s ease;}
    .menu > li.open > .dropdown,
    .menu > li:focus-within > .dropdown,
    .menu > li:hover > .dropdown,
    .menu > li.open > .mega,
    .menu > li:focus-within > .mega,
    .menu > li:hover > .mega{opacity:1; visibility:visible; transform: translateY(-8px)}

    .menu > li.open > button .chev{transform: rotate(180deg)}

    .dropdown ul{list-style:none; margin:0; padding:6px}
    .dropdown li{position:relative}
    .dropdown a, .dropdown button{display:flex; justify-content:space-between; align-items:center; gap:8px; padding:15px 10px; border-radius:8px; width:100%; text-align:left; border:1px solid transparent; background:none; color:#000; font:inherit}
    .dropdown a:hover, .dropdown button:hover{background: rgba(0,0,0,.04)}

    /* Flyout (2nd & 3rd level) */
    .dropdown .submenu{position:absolute; left:calc(100% + 0px); top:-8px; min-width:220px; background:white; border:1px solid rgb(var(--ring)); border-radius:14px; box-shadow: var(--shadow); padding:8px; opacity:0; visibility:hidden; transform: translateY(-4px); transition: opacity .15s, transform .15s, visibility .15s}
    .dropdown li:hover > .submenu,
    .dropdown li:focus-within > .submenu,
    .dropdown li.open > .submenu{opacity:1; visibility:visible; transform: translateY(0)}

    /* Mega menu */
    .mega{width: 100%; padding: 18px}
    .meganopos{position: initial!important;}
    .mega .grid{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:16px}
    .mega .col h4{margin:0 0 8px; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: rgb(var(--muted))}
    .mega .col a{display:flex; gap:10px; padding:10px; border-radius:10px}
    .mega .col a:hover{background: rgba(0,0,0,.04)}
    .mega .col small{color: rgb(var(--muted))}

    /* Mobile */
    .hamburger{display:none; align-items:center; justify-content:center; width:40px; height:40px; border-radius:10px; border:1px solid rgb(var(--ring)); background:white}
     .close{border:none; width:40px; align-items: center; justify-content: center; height:40px; border-radius:10px; display: none}
     .openx{display: none!important;}

    footer{ margin-top:auto; padding:16px; border-top:1px solid rgb(var(--ring)); display: none; align-items:center; gap:10px; width: 100%;}
    .social a{display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border:1px solid rgb(var(--ring)); border-radius:8px}
#svideo {
    width: 100%;
    height: 100%;
    object-position: 0% 0%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
        object-fit: cover;
}
.al-shortcode{
margin-top: 30px;
}
.product-shortcode img{
height: 100vh;
}

.product-shortcode .owl-item {
  transition: opacity 1.5s ease;
}
.product-shortcode .owl-item:not(.active) {
  opacity: 0;
}
.product-shortcode .owl-item.active {
  opacity: 1;
}
.hdrx{
 position: absolute;
    top: 0;
    width: 100%;
}
.homevid{
}
.ticker {
    width: 100%;              
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;         
    white-space: nowrap;
    padding: 20px 12px;
    background: #e30016;
}
.ticker-track {
    position: relative;
    left: 0;                  
    display: inline-block;    
    white-space: nowrap;
}  
.ticker-item {
    display: inline-block;
    margin-right: 40px;       
    font-family: "Poppins", sans-serif;
    vertical-align: middle;
}
.ticker-item a {
    text-decoration: none;
    color: #fff;
} 
.ticker:hover { cursor: pointer; }
.product-shortcode h1{
    color: #fff;
    font-size: 65px;
    line-height: 100px;
}
h1.sinhala{
font-size: 55px;
}
.product-shortcode h3{
    color: #e30016;
    font-size: 45px;
}
.product-shortcode h3, .product-shortcode h1{
width: 52%;
}
.skewb {
    background: #d0040d;
    display: inline-flex;
    border-radius: 50px;
    color: #fff;
    padding: 11px 40px 11px 40px;
    font-size: 24px;
    font-weight: 600;
    transition: all .3s;
    margin-top: 20px;
    cursor: pointer;
    align-items: center;
    margin-right: 20px;
    text-transform: uppercase;
    border: 0px;
}
.skewb:hover {
    background: #000;
    box-shadow: 1px 1px 7px 0px #aaaaaa;
    color: #fff;
}
.menu .skewb {
    margin-top: 0;
    margin-right: 0px;
    margin-left: 11px;
}
.fulslide{
width: 100%;
opacity: 0;
}
.slidersec {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    position: relative;
    background-size: cover;
    background-position: center;
    left: -1px;
    width: 101%;
}
.slidercontent {
    width: 90%;
    margin: auto;
    max-width: 1920px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: flex-start;
    top: 55%;
    transform: translateY(-50%);
    justify-content: space-between;
    flex-direction: column;
}
.homeslidebtm {
    position: absolute;
    bottom: 13%;
    right: 50%;
    color: #fff;
    font-size: 50px;
    z-index: 1;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
.homeslidebtm img {
max-width: 90px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px); }
  60% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); } 
}
.whtsappicon{
      position: fixed;
    right: 30px;
    bottom: 5%;
    z-index: 233;
    transition: all .3s;
    cursor: pointer;
}
.whtsappicon:hover{
    transform: translateY(-5px);
}
.whtsappicon:hover{
filter: grayscale(1);
}
.al-shortcode img{
/*  filter: grayscale(1); */ 
    transition: all .3s;
}
.al-shortcode img:hover{
filter: grayscale(0);
}
.white{
color: #fff!important;
}
h2 {
    font-size: 53px;
    margin-bottom: 30px;
}
.pgnctak696 {
    background: #000;
    display: flex;
    padding: 80px 50px;
    border-radius: 40px;
    align-items: stretch;
}
.pgncpkv067{
     width: 50%;
}
.pgncrkg380 {
    position: relative;
    width: 50%;
}
.pgncrkg380 img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pgncjbc283{
 background: #e30016;
 padding: 100px 0px;
}
.pgnckrn472 {
    width: 24%;
    display: inline-block;
    padding: 0px 46px;
    border-right: 1px solid #fff;
}
.pgnckrn472:last-child{
 border-right: none;
}
.pgnckrn472 img{
 
}
.pgnckrn472 p{
 color: #fff;
 text-align: center;
 margin: 20px 0px 0px 0px
}
.pgncjmo044 {
    display: flex;
    align-items: stretch;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pgncjmo044 h2{
    font-size: 40px;
}
.pgncxgf181 {
    width: 30%;
    border-radius: 16px;
    margin-bottom: 50px;
    border: 2px solid #cbcbcb;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.pgncxgf181 img{
    margin-bottom: 20px;
}
.pgncdky047 {
    background: #eeeeee;
    padding: 150px 0px;
    margin-top: 150px;
}
.serlists {
    margin: 22px 0 0px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    line-height: 28px;
}
.serlists img {
    max-width: 45px;
    margin-right: 17px;
    display: inline-block;
    margin-top: 0px;
}
.serlists div {
    display: inline-block;
    vertical-align: middle;
    max-width: 88%;
}
.pgncxpz987 {
    position: absolute;
    bottom: -20%;
    max-width: 76%;
    left: 10%;
}
.spacee{
display: block;
}
.pgncvuf222{
 font-weight: 700;
    color: #e30016;
}
.pgncrkg380 .pgncdgu417 {
position: absolute;
    bottom: -4%;
    right: 4%;
    top: initial;
    transform: none;
}
.pgncmzr012{
background: #d0040d!important;
}
.pgncmzr012 .skewb{
background: #000000;
}
.blkl{
background: #000000;
}
.blkl:hover{
background: #fff;
color: #000
}
.copyr {
    border-top: 1px solid #000;
    margin-top: 50px;
    padding: 40px 0px;
    font-size: 18px;
}
.bsgvm780 {
 display: flex;
    margin-bottom: 28px;
    align-items: center;
}
.bsgvm780 i{
    margin-right: 20px;
}
.footer img{
    margin-bottom: 30px;
}
.footer a{
    color: #000;
}
.footer a:hover{
    color: #e30016;
}
.footer h4 {
    margin-bottom: 30px;
    font-size: 30px;
}
.pgncdaj608{
    display: block;
    margin-bottom: 20px;
}
.pgncvuc061 {
    margin-top: 40px;
}
.pgncaxp341 {
    background: #eee;
    padding: 30px;
    border-radius: 20px;
}
.pgncwcm834 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 31px;
}
.pgnceei998 {
    font-weight: 600;
}
.pgnctfq301 {
    max-width: 6%;
    margin-left: 11px;
}
.pgncysg333 {
    max-width: 15%;
    margin-right: 16px;
}
.pgncguj259 {
    max-width: 40%;
}
.pgnchzm088{
max-width: 90%;
    margin-bottom: 10px;
}
.pgncpeu716{
    height: 85vh;
    position: relative;
}
.pgncpeu716 img{
        width: 100%;
    object-fit: cover;
    height: 100%;
}
.pgncflo505 {
    position: absolute;
    top: 55%;
    left: 8%;
    transform: translateY(-50%);
    width: 40%;
}
.pgncflo505 h1{
    width: 100%!important;
}
.pgnckuz886 {
    display: inline-block;
    padding: 6px 18px;
    margin: 5px;
    background: #eee;
    border-radius: 25px;
    border: 1px solid #ccc;
    transition: all .3s;
    cursor: pointer;
}
.pgnckuz886:hover{
background: #b8f1ce;
}
.pgncjaz729 img{
    width: 90%;
}
.pgncjaz729 {
    display: flex;
    align-items: center;
}
.orderone{
    text-align: right
}
.text1 {
    border: 0;
    border-bottom: 2px solid #828282;
    display: block;
    padding: 10px;
    width: 100%;
    background: 0 0;
}
.frmflx{
    display: flex;
    justify-content: space-between;
}
.frmflx div{
    width: 48%
}
.pgncltk257 {
    display: flex;
    align-items: center;
        margin-bottom: 20px;
}
.pgncltk257 img {
    width: 24%;
    margin-right: 25px;
}
.pgncltk257 h2 {
  margin: 0px!important;
}
.pgncfec512{
    background: #eee;
    border-radius: 26px;
    padding: 53px;
    margin: 0px 20px;
    height: 100%;
}
.pgnchvq800{

}
.pgncrul138{

}
.pgncutw663{

}
.pgncvwu538{

}
.pgncwem006{

}
.pgncznr331{

}
.pgncmtn220{

}
.pgncoav119{

}
.pgncgwf220{

}
.pgnchyy509{

}
.pgncpvm496{

}
.pgncebt902{

}
.pgnczmp049{

}
.pgncafw878{

}
.pgncgmg281{

}
.pgncyra301{

}
.pgnclqu425{

}
.pgnchxb800{

}
.pgncuia794{

}
.pgnczov628{

}
.pgncpct886{

}
.pgncnbw239{

}
.pgncqog582{

}
.pgnczpn592{

}
.pgncqww241{

}
.pgncllk553{

}






@media (max-width: 1680px) {
.accordion-button::after {
    padding: 18px;
}
.accordion-button {
    font-size: 22px;
    padding: 20px;
}
.accordion-body {
    padding: 0px 30px 30px 30px;
}
.ticker {
    padding: 12px 12px;
}
body, html {
    font-size: 14px;
}
.brand img {
    width: 150px;
}
header li {
    font-size: 16px;
}
.skewb {
    padding: 5px 25px 5px 25px;
    font-size: 15px;
    margin-top: 10px;
}
.menu {
    gap: 5px;
}
.chev {
    width: 20px;
    height: 27px;
}
.product-shortcode h3 {
    font-size: 27px;
}
.product-shortcode h1 {
    font-size: 43px;
    line-height: 60px;
}
h1.sinhala {
    font-size: 35px;
}
.whtsappicon {
    width: 63px;
}
.homeslidebtm img {
    max-width: 16px;
}
.dropdown, .mega {
    min-width: 285px;
    padding: 8px;
}
.dropdown a, .dropdown button {
    padding: 1px 10px;
}
h2 {
    font-size: 35px;
    margin-bottom: 15px;
}
p, li {
    font-size: 15px;
    line-height: 30px;
}
.pgnctak696 {
    padding: 45px 38px;
    border-radius: 35px;
}
.pgncrkg380 img {
    width: 109%;
}
.is-sticky .brand img{width: 100px;
}
#toTop {
    right: 10px;
    bottom: 10px;
    width: 28px;
    height: 28px;
    border-radius: 63px;
}
#toTop i {
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 2px;
}
.dropdown a, .dropdown button {
    font-size: 14px;
}
.pgnckrn472 img {
    width: 52%;
}
.pgncjbc283 {
    background: #e30016;
    padding: 50px 0px;
}
.pgnckrn472 {
    padding: 0px 25px;
}
.pgnckrn472 p {
    margin: 10px 0px 0px 0px;
}
.pgncjmo044 h2 {
    font-size: 26px;
}
.pgncxgf181 img {
    margin-bottom: 20px;
    max-width: 38%;
}
.pgncxgf181 {
    margin-bottom: 33px;
    padding: 25px;
    border-radius: 10px;
}
.section {
    margin-top: 100px;
}
.serlists img {
    max-width: 27px;
    margin-right: 12px;
}
.serlists {
    margin: 14px 0 0px 0;
    line-height: 25px;
}
.pgncdky047 {
    padding: 85px 0px;
}
.pgncrkg380 .pgncdgu417 {
    bottom: -10%;
    right: 4%;
    width: 72%;
}
.footer img {
    margin-bottom: 18px;
    width: 30%;
}
.footer h4 {
    margin-bottom: 18px;
    font-size: 20px;
}
.bsgvm780 {
    margin-bottom: 17px;
}
.pgncdaj608 {
    margin-bottom: 13px;
}
.copyr {
    margin-top: 30px;
    padding: 26px 0px;
    font-size: 12px;
}

@media (max-width: 1366px) {


	
}

@media (max-width: 1280px) {


	
}

@media (max-width: 1024px) {


	
}

@media (max-width: 990px) {
.product-shortcode h3, .product-shortcode h1 {
    width: 98%;
}
.site-header{
transition: none!important;
width: 100%;
padding-top: 0px;
}
.mobhd {
    display: flex;
    justify-content: space-between;
    width: 93%;
    align-items: center;
    padding: 16px 0px;
    margin: 0px auto;
}
.mobheig{height: 100vh; }
.menu {
    flex-direction: column;
    width: 100%;
}
#navLayout{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
	flex-wrap: nowrap;
}
.primary {
    width: 100%;
        overflow: auto;
}
.menu > li > a, .menu > li > button {
    width: 100%;
    text-align: left;
    padding: 14px 4px;
    background: none;
    border: none;
    font: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu > li {
    border-bottom: 1px solid rgb(var(--ring));
}
.hamburger{display:inline-flex;}
.menu{ border-top: 1px solid rgb(var(--ring));}
.dropdown, .mega {
    position: initial;    
    padding: 0px;
    overflow: hidden;
    border: none;
    border-radius: 14px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
}
.dropdown .submenu {
    position: initial;
    padding: 0px;
    border: none;
    border-radius: 14px;
    box-shadow: none;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}
#mobactva{
display: none;
}
#mobactvb.open{
display: flex;
}
#mobactva.open{display:flex}
.mega .grid {
    display: flex;
    padding-left: 10px;
    padding-top: 10px;
    flex-direction: column;
}
.opend{display: inline-flex!important;}
.menchil {
    display: none;
}
.site-header.open{
    background: #000;
}
.site-header.open .menu > li {
       width: 100%
}
 .site-header.open .menu {
        align-items: start;
}
 .site-header.open .menu .skewb {
    margin-top: 21px;
}
.site-header.open .dropdown, .mega {
    background: #000;
}
.site-header.open .dropdown a, .site-header.open .dropdown button {
    color: #fff;
}
#svideo {
    width: 200%;
    left: -80%;
}
.pgncfsu632{
    overflow: hidden;
}
.pgncpkv067 {
    padding-right: 20px;
}
.pgncxgf181 {
    width: 48%;
}
.pgncxpz987 {
    position: initial;
    max-width: 90%;
}
.pgncrkg380 .pgncdgu417 {
    bottom: 0%;
    right: 0%;
    width: 100%;
}
.footer .col-md-5, .footer .col-md-3,.footer .col-md-2{
width: 50%!important;
margin-bottom: 30px;
}
.pgncfec512 {
    padding: 31px;
    margin: 0px 0px;
}
	
}
@media (max-width: 768px) {


}

@media (max-width: 660px) {
.pgncfec512 {
    background: #eee;
    border-radius: 26px;
    padding: 31px;
    margin: 0px 0px 43px 0px;
    height: auto;
}
.product-shortcode h3 {
    font-size: 23px;
}
.product-shortcode h1 {
    font-size: 35px;
    line-height: 58px;
}
h1.sinhala {
    font-size: 28px;
}
#svideo {
    width: 253%;
    left: -135%;
}
.pgnctak696 {
    flex-direction: column;
}
.pgncpkv067 {
    width: 100%;
}
.pgncrkg380 {
    width: 100%;
}
.pgncrkg380 img {
    width: 100%;
    position: initial;
    transform: none;
    margin-top: 30px;
}
.pgnckrn472 {
    width: 49%;
    padding: 0px 18px;
    margin-bottom: 35px;
}
.pgnckrn472:nth-child(even) {
    border-right: none;
}
.section {
    margin-top: 80px;
}
.pgncxgf181 {
    width: 100%;
}
.pgncxpz987 {
    max-width: 100%;
    margin-bottom: 30px;
}
.pgnchzm088 {
    max-width: 60%;
    margin-bottom: 10px;
}
.pgncguj259 {
    max-width: 30%;
}
.pgncrkg380 .pgncdgu417 {
    position: initial;
}
.footer .col-md-5, .footer .col-md-3, .footer .col-md-2 {
    width: 100%!important;
    margin-bottom: 30px;
}
.dropdown a, .dropdown button {
    padding: 10px 10px;
}
.pgncflo505 {
    width: 78%;
}
.frmflx {
    flex-direction: column;
}
.frmflx div {
    width: 100%;
    margin-bottom: 30px;
}
.pgncjaz729 img {
    width: 100%;
    margin-bottom: 30px;
}
.ordertwo{
order:2;
}

}

@media (max-width: 350px) {


	
}

@media  (max-width: 570px) and (orientation: landscape) {
.product-shortcode img {
    height: 130vh;
}
}



.pgncwuf912{

}
.pgncprc357{

}
.pgncxhc406{

}
.pgncywr551{

}
.pgncvhn591{

}
.pgncybv864{

}
.pgncebo813{

}
.pgncotp372{

}
.pgncnms078{

}
.pgnctuj013{

}
.pgnclnm001{

}
.pgncamr744{

}
.pgncpru246{

}
.pgncnmd042{

}
.pgncqce740{

}
.pgncblf503{

}
.pgncauf871{

}
.pgncwnk646{

}
.pgncwdn760{

}
.pgncuil331{

}
.pgnczec225{

}
.pgncdyw829{

}
.pgncrdp567{

}
.pgnczpk621{

}
.pgncelt175{

}
.pgncwia504{

}
.pgncxut491{

}
.pgnctip277{

}
.pgncssa185{

}
.pgncind583{

}
.pgnczte990{

}
.pgncblm396{

}
.pgnckly135{

}
.pgncybr482{

}
.pgnchrg971{

}
.pgncmoo769{

}
.pgncpvl439{

}
.pgnciao939{

}
.pgncuat304{

}
.pgncmxt310{

}
.pgncnoi359{

}
.pgncqiw060{

}
.pgnchvo846{

}
.pgnczmp809{

}
.pgncscv690{

}
.pgnchgh136{

}
.pgncqhq356{

}
.pgncwas332{

}
.pgncbxn441{

}
.pgncvtg745{

}
.pgncaua982{

}
.pgncewl217{

}