.tab{position:relative}.tab input{position:absolute;opacity:0;z-index:-1}.tab__content{max-height:0;overflow:hidden;transition:all .35s}.tab input:checked~.tab__content{max-height:50rem}.accordion{color:#956f00;border:2px solid;border-radius:.5rem;overflow:hidden;margin:20px auto}.tab__label,.tab__close{display:flex;color:#fff;background:#956f00;cursor:pointer}.tab__label{justify-content:space-between;padding:1rem;font-weight:700;font-size:1.25rem}.tab__label::after{content:"❯";width:1em;height:1em;text-align:center;transform:rotate(90deg);transition:all .35s}.tab input:checked+.tab__label::after{transform:rotate(270deg)}.tab__content{margin:0;color:#676767;background:#f9f3df}.tab-wrapper{display:flex;flex-direction:column;gap:.5rem}.tab__close{justify-content:flex-end;padding:.5rem 1rem;font-size:.75rem}.content-wrapper{max-width:75ch;padding:20px;margin:auto}.tab input:not(:checked)+.tab__label:hover::after{animation:bounce .5s infinite}@keyframes bounce{25%{transform:rotate(90deg) translate(0.25rem)}75%{transform:rotate(90deg) translate(-0.25rem)}}.header-banner{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background-color:#282828;padding:20px 0;color:#a58c40;height:100px;padding:20px}.header-left{display:flex;height:100%;align-items:center}.logo{height:100%}.logo img{height:100%;width:auto}.header-title{height:100%}.header-title img{padding-left:30px;height:100%;width:auto}.header-menu{margin:0;background:linear-gradient(135deg, rgb(191, 149, 63) 0%, rgb(252, 246, 186) 35%, rgb(179, 135, 40) 100%)}.header-menu ul{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;list-style-type:none;margin:0;padding:10px}.header-menu ul li{font-size:18px;font-weight:bold}.header-menu ul li a{color:#252525;text-decoration:none;padding:10px 15px;transition:.3s ease}.header-menu ul li a:hover{background-color:rgba(149,111,0,.3215686275)}@media screen and (max-width: 1080px){#headerpart .header-left .logo img{width:auto;height:100%}.header-title img{padding-left:10px;height:auto;width:80%;margin-top:18px}.footer-box:nth-child(1){display:none}.product-panel.product-gallery{display:none}}@media screen and (max-width: 767px){.header-menu ul{flex-direction:column;align-items:center;padding:0}.header-menu ul li{height:30px}.topfooter{flex-direction:column}.footer-box:nth-child(3){border-top:1px solid #a58c40;margin-top:20px;padding-bottom:10px}}section.product-section{display:flex;flex-direction:column;gap:1rem;margin:20px auto}section.product-section h1{max-width:50ch}.product-panels{display:flex;flex-direction:row;align-items:stretch;gap:1rem}.product-panels h1{font-size:22px;line-height:27px;color:#4e4e4e;font-weight:700;text-align:left;margin:0;padding:5px 0 0 0}.product-panels .product-gallery{width:570px;margin:0 auto;position:relative;padding-top:471px}.product-panels .product-gallery .content{display:none;width:100%;height:471px;overflow:hidden;text-align:center;position:absolute;top:0px;right:0px}.product-panels .product-gallery .content img,.product-panels .product-gallery label img{max-width:100%;max-height:90%;position:relative;top:50%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%)}.product-panels .product-gallery input{display:none}.product-panels .product-gallery label{float:left;cursor:pointer;margin:10px 10px 0px 0px;border:1px solid #e4e4e4;width:17%;height:88px;text-align:center}.product-panels .product-gallery label.last{margin-right:0}div#content1{width:98%;margin:auto;left:.5px}#prod1:checked~#content1,#prod2:checked~#content2,#prod3:checked~#content3,#prod4:checked~#content4,#prod5:checked~#content5{display:block}.product-panel{flex:1;padding:1rem;border:1px solid #956f00;border-radius:.5rem;background-color:#f9f3df}.product-panel tr,.product-panel td,.product-panel th,.product-panel table{border:none}.product-panel tr:nth-child(even),.product-panel th{background-color:#fff}.product-panel>table td,.product-panel>table th{padding:5px}.product-panel>table{min-width:278px;max-width:90% !important}.product-panel>table td:not(first-child),.product-panel>table th:not(first-child){text-align:center;font-weight:normal}.product-panel>table td:first-child,.product-panel>table th:first-child{font-weight:bold;text-align:left}.product-panel>h2{font-size:19px;max-width:40ch;line-height:27px;font-weight:bold;margin:0 0 10px}.product-panel>h3{font-size:17px;margin-top:18px;font-weight:bold;text-transform:capitalize}.product-panel>h1{max-width:32ch}.product-panel h2.title{font-size:22px}.topfooter{display:flex;height:auto;justify-content:space-evenly;background-color:#282828;padding:20px 10px}.flogo{height:100%}.flogo img{height:100%;width:auto}.footer-box h4{color:#a58c40;font-size:22px;margin:10px 0 10px}.footer-box h5{color:#a58c40;font-size:17px;margin:10px 0 10px}.footer-box a{color:#956f00;text-decoration:none}.footer-box a:hover{text-decoration:none;color:#a58c40;transition:.3s ease}.footer-box a:hover::before{transform-origin:left;transform:scaleX(1)}.footer-box li{list-style-type:none;margin-bottom:3px;font-size:18px}.footer-box ul{padding:0;margin:0}.footer-box p{color:#676767;font-size:18px;margin-top:10px}.footer-box li a{color:#956f00;position:relative;text-decoration:none}.footer-box li a::before{content:"";position:absolute;width:100%;height:2px;border-radius:4px;background-color:#a58c40;bottom:0;left:0;transform-origin:right;transform:scaleX(0);transition:transform .3s ease-in-out}.footer-box li a:hover::before{transform-origin:left;transform:scaleX(1)}.footer-box li a:hover{text-decoration:none;color:#a58c40}button.accent-button{background-color:#956f00;color:#f9f9f9;border:none;padding:10px 20px;font-size:16px;cursor:pointer;border-radius:5px;transition:background-color .3s ease}button.accent-button:hover{background-color:rgb(200,148.9932885906,0)}.footer-box button{margin:0 0 15px}.copyright{text-align:center;padding:10px 0;background-color:#a58c40;color:#f9f3df;font-size:.875rem}video#product-video{width:100%;height:auto}nav.nav input,nav.nav label{display:none}@media only screen and (max-width: 1100px){#headerpart .coin{padding-left:18px}.services li{padding:10px 41px}#slider{width:940px;height:auto}#sliderImages img{width:940px}#sliderImages{width:2820px;height:auto}@keyframes slide{0%{margin-left:0px}28%{margin-left:0px}33%{margin-left:-940px}61%{margin-left:-940px}66%{margin-left:-1880px}88%{margin-left:-1880px}100%{margin-left:0px}}.stBadge{min-width:auto}.stBadge>img{display:none}}@media only screen and (max-width: 979px){#headerpart .logo{width:150px}#headerpart .coin{width:500px;padding-left:0px;float:right}#headerpart .logo img,#headerpart .coin img{width:100%}nav.nav .msg{padding:15px 10px 15px 40px;background-position:10px 50%}nav.nav ul.menus>li>a{font-size:13px;padding:17px 6px 16px}nav.nav ul.menus>li>a.homeicon{padding:10px 3px}#slider,#sliderImages img{width:740px}#sliderImages{width:2220px}@keyframes slide{0%{margin-left:0px}28%{margin-left:0px}33%{margin-left:-740px}61%{margin-left:-740px}66%{margin-left:-1480px}88%{margin-left:-1480px}100%{margin-left:0px}}.services li{width:50%;padding:8px 15px}.services li:nth-child(2){background-image:none}.services li .icon{width:32px}.footerpart .topfooter .footerbox{width:50%;min-height:258px;padding-left:30px}.footerpart .topfooter .fcol1{text-align:left}.productbox h1{padding:0px 0px 30px;font-size:20px}#LeftPanel{width:190px}#leftpart{width:190px}.v4midBox.v4nfc .v4sbox{width:119px}td.gallery{float:left}.stBadge{min-width:0}.stBadge>img{display:none}.grid td.gallery{padding:0}}@media only screen and (max-width: 767px){#headerpart .coin{width:390px}nav.nav{position:relative;min-height:44px;overflow:visible}nav.nav input[type=checkbox]{display:none}nav.nav label{float:left;display:block;margin-left:15px;background:url(../images/menu.png) no-repeat 0 0;padding-left:20px;margin-top:17px;font-size:14px;color:#fff;font-weight:500;line-height:13px;text-transform:uppercase;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}nav.nav ul.menus{position:absolute;z-index:1;display:none;left:0;top:48px;background-color:#956f00;width:100%}nav.nav ul.menus>li{width:100%;border-top:1px solid #fff;padding:0 !important;text-align:left}nav.nav ul.menus>li>a{padding:10px 15px;font-size:14px;width:100%;float:left}nav.nav ul.menus>li>a.homeicon{float:left;width:100%;padding:10px 15px}nav.nav ul.menus>li .submenus{position:relative;visibility:visible;opacity:1;top:inherit;float:left;width:100%}nav.nav ul.menus>li .submenus li{border-top-color:#fff}nav.nav ul.menus>li .submenus li a{padding-left:40px}nav.nav ul.menus>li:hover .submenus{top:inherit}nav.nav input[type=checkbox]:checked~ul.menus{display:block}#slider,#sliderImages img{width:615px}#sliderImages{width:1845px}@keyframes slide{0%{margin-left:0px}28%{margin-left:0px}33%{margin-left:-615px}61%{margin-left:-615px}66%{margin-left:-1230px}88%{margin-left:-1230px}100%{margin-left:0px}}.categories li{padding:25px 10px}.categories li img{width:100%}.productbox{padding:30px 20px}#LeftPanel{width:100%}.v4midBox.v4nfc .v4mid form td{width:auto}.v4midBox.v4nfc .v4sbox{width:549px}#CentralArea{padding:0}table tr>td,.grid td.gallery,table.gallery{width:100%;float:left}.r3_c,.rs_box,.dynpg{padding:0}div.itemseparator{margin:0}.grid td.gallery{margin-bottom:5px}.grid td.gallery:last-child{margin-bottom:0}.dynpg .l,.dynpg .prev,.dynpg .pages,.dynpg .next{width:auto !important}.dynpg .m{width:auto;margin-left:15px}.dynpg .r{width:auto;float:right}}@media only screen and (max-width: 639px){#headerpart .logo{width:120px}#headerpart .coin{width:260px;padding-top:15px}#slider,#sliderImages img{width:460px}#sliderImages{width:1380px}@keyframes slide{0%{margin-left:0px}28%{margin-left:0px}33%{margin-left:-460px}61%{margin-left:-460px}66%{margin-left:-920px}88%{margin-left:-920px}100%{margin-left:0px}}.services li{width:100%;background-image:none;padding-left:0px}.categories li{width:100%}.categories li img{width:auto}.footerpart .topfooter .footerbox{width:100%;min-height:auto}.footerpart .copyright p{width:100%;text-align:center;margin-bottom:10px}.footerpart .copyright .paypal{width:100%;text-align:center}.productbox .prod-gallery{width:100%;padding-top:348px}.productbox .prod-gallery .content{height:348px}.productbox .prod-gallery label{width:76px;height:65px}.proddetails .cinner{padding:25px 20px}.v4midBox.v4nfc .v4sbox{width:394px}.dynpg .l{width:100% !important}.dynpg .m{margin-left:0px}}@media only screen and (max-width: 479px){#headerpart{padding-top:20px}#headerpart .topheader{display:none}#headerpart .logo,#headerpart .coin{width:100%;text-align:center}#headerpart .logo img{width:auto}nav.nav label{margin-left:5px;font-size:13px}#slider,#sliderImages img{width:300px}#sliderImages{width:900px}@keyframes slide{0%{margin-left:0px}28%{margin-left:0px}33%{margin-left:-300px}61%{margin-left:-300px}66%{margin-left:-600px}88%{margin-left:-600px}100%{margin-left:0px}}.categories li img{width:100%}.productbox{padding:15px 10px}.productbox .prod-gallery{padding-top:232px}.productbox .prod-gallery .content{height:232px}.productbox .prod-gallery label{height:40px;width:48px}.v4midBox.v4nfc .v4sbox{width:234px}.dynpg .r{float:left;margin-left:6px}td#CentralArea div.v4stabl{background:#4d4e4c none repeat scroll 0 0;padding:8px 10px;text-align:left;position:unset}div.fpcc{padding-top:0}}