*{margin:0;padding:0;box-sizing:border-box;font-family:Jost}html{font-size:62.5%;overflow-y:scroll}@media(max-width:768px){html{font-size:56.25%}}body{margin:0;overflow-x:hidden}.app{width:100%;overflow-x:hidden}.home{min-height:100vh}.app nav{height:12%;width:100%;color:#bc8157;font-size:1.8rem;font-weight:400;display:flex;justify-content:space-around;align-items:center;position:relative}nav h1{font-family:Brush Script MT,cursive;cursor:pointer}nav ul{display:flex;justify-content:space-around;align-items:center;width:auto;gap:20px;padding:10px}ul li{list-style:none;cursor:pointer}nav .navright{width:auto;gap:20px;display:flex;padding:10px}nav .navsidebar{position:fixed;z-index:100;top:0;background-color:#fff;left:100vw;height:100%;min-height:100%;display:flex;width:80vw;justify-content:space-between;align-items:center;flex-direction:column;transition:left .5s ease-in-out;border-left:.1px solid #ddd;box-shadow:0 0 20px gray}nav .navsidebar ul{display:flex;justify-content:flex-start;align-items:center;flex-direction:column}#showbtn{height:32px;width:auto}nav .navright img{height:22px;width:auto;cursor:pointer;transition:transform .2s ease}nav .navright img:hover{transform:scale(1.1)}nav li:hover{color:#bc8157;transform:scale(1.05)}.navsidebar .closebtn{height:45px;width:100%;border:.1px solid #ddd;background-color:#5b5757;display:flex;justify-content:center;align-items:center;color:#fff}.menuandlogin{display:flex;justify-content:space-between;align-items:center;border:.1px solid #ddd;width:100%;height:50px}.menuandlogin{border-bottom:none}.menubox{display:flex;justify-content:space-around;align-items:center;height:100%;width:50%;border:.1px solid #ddd}.menubox img{width:25px;height:25px}.navsidebar ul{height:auto;width:100%;gap:0px}.navsidebar li{display:flex;justify-content:space-between;align-items:center;height:45px;padding-left:10px;width:100%;border:.1px solid #ddd}.navsidebar li{border-top:none}.navsidebar li .leftarrows{display:flex;justify-content:center;align-items:center;height:100%;width:45px;border-left:.1px solid #ddd}.navsidebar li .leftarrows img{height:30px;width:30px}.navsidebar .closebtn p{color:#fff}.logout-li p{color:#d9534f;font-weight:700}.logout-li:hover{background-color:#fff5f5}@media(max-width:600px){nav ul{display:none}nav h1{font-family:Brush Script MT,cursive;cursor:pointer;font-size:4rem}#showbtn{height:25px;width:auto}}.cartsidebar{position:fixed;z-index:200;top:0;background-color:#f7f7f7;right:0vw;height:100%;min-height:100%;display:flex;width:22vw;justify-content:space-between;align-items:center;flex-direction:column;transition:right .5s ease-in-out;border-left:.1px solid #ddd;box-shadow:0 0 20px gray;border-right:none;color:#000}.cartitem .cartitemname{display:flex;justify-content:flex-start;align-items:center;gap:5px}.cartsidebar .carttopheading{height:45px;width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:.1px solid #ddd}.carttopheading .closecartsidebar{display:flex;justify-content:center;align-items:center;height:45px;width:45px;border:.1px solid #ddd}.cartsidebar .cartbottom{height:110px;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.cartbottom .carttotal{height:50%;width:100%;display:flex;justify-content:space-around;align-items:center;background-color:#fff}.cartbottom .viewcartandcheckout{height:50%;width:100%;display:flex;justify-content:center;align-items:center}.cartbottom .cartviewcart{display:flex;justify-content:center;align-items:center;background-color:#535353;color:#fff;height:100%;width:50%}.cartbottom .cartcheckout{display:flex;justify-content:center;align-items:center;background-color:#000;color:#fff;height:100%;width:50%}.carttopheading .closecartsidebar img{height:14px;width:14px;cursor:pointer}.cartsidebar .cartitems{display:flex;justify-content:flex-start;align-items:center;gap:5px;min-height:76%;flex-direction:column;width:100%;overflow-y:auto}.cartitems::-webkit-scrollbar{display:none}.cartsidebar .cartitems .cartitem{display:flex;margin-top:5px;justify-content:flex-start;gap:10px;padding:10px;align-items:center;height:auto;max-height:120px;width:95%;flex-shrink:0;border-bottom:.1px solid #ddd}.cartitem .cartitemimage{height:100%;display:flex;justify-content:center;align-items:center;width:auto}.cartitem .cartitemimage img{height:90%;width:auto}.cartitem .cartitemmainfields{height:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;width:65%;gap:0px}.cartitem .cartitemdeletebtn{height:100%;width:auto;display:flex;justify-content:flex-start;align-items:flex-start;padding:2px}.cartitem .cartitemmainfields p{font-size:1.6rem}.cartitem .cartitemmainfields h3{font-size:1.8rem}@media(max-width:600px){.cartsidebar{width:80vw;right:100vw}}.hero{height:90vh;width:100%;position:relative;display:flex;justify-content:center;align-items:center;background-image:url(/assets/hero-CXB95TPz.jpg);background-size:cover;background-repeat:no-repeat}.hero .herocontent{position:absolute;top:30%;left:10%;width:40%;height:auto;display:flex;flex-direction:column;gap:20px;z-index:10;color:#fff}.hero h1{font-size:5rem}.hero .heropara{height:100px;width:100%;display:flex;align-items:center;font-size:1.8rem}.hero .herobuttoncollection{height:50px;display:flex;width:100%;justify-content:flex-start;align-items:center;gap:10px;flex-wrap:wrap}.hero .herobuttoncollection .herobtn{height:100%;width:250px;border:1px solid #ddd;display:flex;justify-content:center;align-items:center}.hero .herobuttoncollection .herobtn:hover{background-color:gray;color:#fff;cursor:pointer}@media(max-width:600px){.hero{height:40vh}.hero .herocontent{display:flex;justify-content:center;align-items:center;flex-direction:column;top:10%;left:5%;height:auto;width:90%;gap:20px}.hero h1{font-size:2.5rem}.hero .heropara{height:100px;width:90%;font-size:1.3rem}.hero .herobuttoncollection{height:35px;justify-content:center;flex-wrap:nowrap;width:90%}.hero .herobuttoncollection .herobtn{width:200px}}.modalOverlay{height:100%;width:100%;position:relative;min-height:90dvh;display:flex;justify-content:center;align-items:center;background-color:#f4f4f4;border-bottom:.1px solid #ddd}.loginContainer{background:#fff;width:100%;max-width:450px;padding:40px;position:relative;text-align:center;box-shadow:0 4px 15px #0000001a}.closeButton{position:absolute;top:15px;right:20px;background:none;border:none;font-size:24px;cursor:pointer;color:#333}.logo{font-family:Brush Script MT,cursive;font-size:48px;margin-bottom:10px;color:#000}.divider{border:0;border-top:1px solid #eee;margin:20px 0;width:100%}.subtitle{font-size:16px;color:#333;margin-bottom:25px}.inputGroup{margin-bottom:15px}.inputGroup input{width:100%;padding:12px 15px;border:1px solid #ddd;font-size:14px;box-sizing:border-box;outline:none}.forgotPassword{display:block;text-align:left;font-size:12px;color:#aaa;text-decoration:none;margin-bottom:25px}.loginButton{width:100%;padding:15px;background-color:#1a1a1a;color:#fff;border:none;font-weight:700;letter-spacing:1px;cursor:pointer;transition:background .3s}.loginButton:hover{background-color:#333}.loginfooter{margin-top:30px;padding:15px;background-color:#f5f5f5;font-size:13px;color:#666}.loginfooter a{color:#aaa;text-decoration:underline}.deliciousOffer{height:auto;min-height:500px;display:flex;justify-content:center;gap:20px;align-items:center;flex-direction:column}.deliciousofferHeading{display:flex;justify-content:center;align-items:center}.deliciousoffercontent{height:auto;width:60%;display:flex;justify-content:center;align-items:center}.deliciousoffercontent p{font-size:1.7rem}.deliciousOffer .deliciousofferHeading h1{font-size:4rem}.deliciousOffer .deliciousoffercards{flex-shrink:0;min-height:300px;width:90%;overflow-x:auto;display:flex;justify-content:space-between;align-items:center;gap:20px}.deliciousoffercards .cakecard{height:auto;min-height:200px;display:flex;justify-content:center;align-items:center;flex-direction:column;width:280px;margin:0 20px}.deliciousoffercards .cakecard p{font-size:1.3rem;color:gray}.deliciousoffercards .cakecard img{height:auto;width:200px}@media(max-width:600px){.deliciousOffer{padding:20px;gap:20px;height:auto}.deliciousOffer .deliciousofferHeading h1{font-size:3rem}.deliciousoffercontent{width:100%}.deliciousoffercontent p{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;text-align:justify;white-space:normal;overflow:hidden}.deliciousOffer .deliciousoffercards{margin-left:50px}}.AllItemsSection{min-height:100vh;display:flex;align-items:center;gap:20px;flex-direction:column}.AllItemsSection .AllitemsSectionheading{height:auto;width:100%;display:flex;justify-content:center;align-items:center}.AllItemsSection .AllitemsSectionheading h1{font-size:5rem}.AllItemsSection .AllItemsSectionbuttonscollection{flex-wrap:wrap;padding:20px;display:flex;justify-content:center;align-items:center;gap:10px;flex-shrink:1}.AllItemsSectionbuttonscollection .AllItemssectionbutton{height:50px;width:200px;border:.1px solid #ddd;color:#fff;background-color:#535353;display:flex;justify-content:center;align-items:center;transition:background-color .2s ease;min-height:30px;min-width:100px}.AllItemsSectionbuttonscollection .AllItemssectionbutton:hover{background:none;color:#000;cursor:pointer}.AllItemsSection .productscollection{width:100%;display:flex;justify-content:center;flex-wrap:wrap;min-height:400px}.productscollection .productcard{position:relative;padding:15px;height:auto;width:auto}.productcard .cardfavaddtocart{position:absolute;top:10px;right:10px;width:80px;height:100%;opacity:0;transform:translateY(10px);pointer-events:auto;transition:opacity .3s ease,transform .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:5}.productcard .cardfavaddtocart .productcardactionicon{cursor:pointer;display:flex;justify-content:center;align-items:center;height:45px;width:45px;border-radius:50%;background-color:#fff}.productcard .cardfavaddtocart .productcardactionicon:hover{background-color:#bc8157}.productcard .cardfavaddtocart .productcardactionicon img{height:28px;width:28px}.productcard:hover .cardfavaddtocart{opacity:1;transform:translateY(0);pointer-events:auto}.productcard .productname{display:flex;align-items:center;padding:5px 0}.productcard .productname h3{font-weight:700;color:brown}.productcard .productname p{font-size:1.7rem}.productscollection .productcard img{max-height:300px;max-width:300px;height:auto;width:auto}@media(max-width:600px){.AllItemsSection .AllitemsSectionheading h1{font-size:3rem}.AllItemsSection .AllItemsSectionbuttonscollection{width:100%}.productcard .productname p{font-size:1.2rem}.productscollection .productcard img{height:150px;width:150px}.productscollection .productcard{padding:5px}.productcard .cardfavaddtocart{top:5px;right:5px;width:40px;transform:translateY(5px);gap:10px}.productcard .cardfavaddtocart .productcardactionicon{height:25px;width:25px}.productcard .cardfavaddtocart .productcardactionicon img{height:22px;width:22px}}.BigImageSection{width:90%;height:auto;background-color:red;min-height:100vh}.BigImageSectionrow1{height:100%;width:100%;padding:15px;flex-direction:row}.BigImageSectionrow1 .leftbigimg{width:70%;height:100%}.BigImageSectionrow1 .leftbigimg img{height:50%;width:90%}.rightsmallimgandcontent{height:100%;width:25%;background-color:green}.rightsmallimgandcontent img{height:50%;width:100%}.home-big-image-container{display:flex;width:100%;max-width:1400px;margin:40px auto;gap:20px;padding:0 20px;font-family:Arial,sans-serif}.main-image-wrapper{flex:1.5;height:600px}.main-image{width:100%;height:100%;object-fit:cover;display:block}.content-side-wrapper{flex:1;display:flex;flex-direction:column;gap:0}.small-image-box{width:100%;height:350px}.small-image{width:100%;height:100%;object-fit:cover;display:block}.text-content-box{flex:1;background-color:#fcfcfc;padding:40px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.title{font-size:24px;letter-spacing:4px;margin-bottom:10px;color:#000;font-weight:600}.subtitle{font-size:11px;letter-spacing:1.5px;color:#666;margin-bottom:25px}.shop-btn{background-color:#b8865f;color:#fff;border:none;padding:14px 45px;font-size:12px;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.shop-btn:hover{background-color:#9a6d4a;transform:translateY(-2px)}@media(max-width:992px){.home-big-image-container{flex-direction:column}.main-image-wrapper,.small-image-box{height:400px}}.footer{background-color:#1a1a1a;color:#d1d1d1;padding:60px 20px 20px;font-family:Inter,sans-serif}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px}.footer-column{flex:1;min-width:250px}.footer-logo{color:#fff;font-size:1.5rem;margin-bottom:20px;letter-spacing:1px}.footer-logo span{color:#888}.footer-column h4{color:#fff;margin-bottom:20px;font-weight:600;text-transform:uppercase;font-size:.9rem}.footer-description{line-height:1.6;font-size:.95rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#999;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-newsletter{display:flex;margin-top:15px}.footer-newsletter input{background:#2a2a2a;border:1px solid #333;padding:10px;color:#fff;border-radius:4px 0 0 4px;outline:none;width:100%}.footer-newsletter button{background:#fff;color:#1a1a1a;border:none;padding:10px 20px;cursor:pointer;border-radius:0 4px 4px 0;font-weight:600;transition:background .3s ease}.footer-newsletter button:hover{background:#ccc}.footer-bottom{text-align:center;margin-top:50px;padding-top:20px;border-top:1px solid #333;font-size:.8rem;color:#666}@media(max-width:768px){.footer-container{flex-direction:column;text-align:center}.footer-newsletter{justify-content:center}}.container{max-width:1200px;margin:0 auto;padding:0 15px}.cart-page-wrapper{padding:50px 0}.cart-breadcrumbs{margin-bottom:30px;font-size:14px}.cart-breadcrumbs a{text-decoration:none;color:#a8744b}.breadcrumb-separator{color:#ccc;margin:0 8px}.current-crumb{color:#888}.cart-table-container{overflow-x:auto}.cart-table{width:100%;border-collapse:collapse;margin-bottom:30px}.cart-table th,.cart-table td{border:1px solid #e1e1e1;padding:15px;text-align:left}.cart-table th{background-color:#f9f9f9;font-weight:600;text-transform:uppercase;font-size:12px}.col-product-name{width:45%}.col-price{width:15%}.col-quantity{width:20%}.col-total{width:15%}.col-remove{width:5%}.item-product-info{display:flex;align-items:center}.product-thumb{width:60px;height:60px;object-fit:contain;margin-right:15px;border:1px solid #eaeaea}.item-quantity{position:relative;white-space:nowrap}.qty-input{width:45px;padding:10px;border:1px solid #e1e1e1;text-align:center;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-arrows{display:inline-flex;flex-direction:column;margin-left:-1px;vertical-align:middle}.arrow-up,.arrow-down{padding:5px;border:1px solid #e1e1e1;font-size:8px;cursor:pointer;background:#fff;height:10px;line-height:10px}.item-remove{text-align:center}.remove-btn{border:none;background:none;cursor:pointer;color:#333;font-size:16px;padding:5px}.cart-main-actions{display:flex;justify-content:flex-start;gap:15px;margin-bottom:40px}.cart-main-actions button,.cart-main-actions a{text-transform:uppercase;font-weight:600;border:none;padding:15px 30px;font-size:13px;cursor:pointer;text-decoration:none}.btn-black{background-color:#111;color:#fff}.btn-brown{background-color:#a8744b;color:#fff;transition:background-color .2s ease-in-out}.btn-brown:hover{background-color:#8f613c}.cart-totals-section{width:100%;margin-bottom:50px}.totals-title-container{border:1px solid #e1e1e1;border-bottom:none;padding:15px;background-color:#f9f9f9}.totals-title-container h3{margin:0;font-size:14px;font-weight:600;text-transform:uppercase}.totals-data-row{border:1px solid #e1e1e1;padding:15px;display:flex;justify-content:space-between;align-items:center;background-color:#fff;margin-bottom:20px}.totals-label{font-weight:600}.totals-value{font-weight:700;color:#333;font-size:1.1rem}.btn-checkout{display:block;width:100%;max-width:280px;text-align:center;padding:18px;font-size:14px}@media screen and (max-width:768px){.cart-table,.cart-table thead,.cart-table tbody,.cart-table th,.cart-table td,.cart-table tr{display:block}.cart-table thead tr{position:absolute;top:-9999px;left:-9999px}.cart-table tr{border:1px solid #eaeaea;margin-bottom:15px}.cart-table td{border:none;border-bottom:1px solid #f1f1f1;position:relative;padding-left:50%;text-align:right}.cart-table td:before{position:absolute;top:15px;left:15px;width:45%;padding-right:10px;white-space:nowrap;font-weight:600;text-align:left}.item-price:before{content:"PRICE"}.item-quantity:before{content:"QUANTITY"}.item-total:before{content:"TOTAL"}.item-product-data,.item-remove{padding-left:15px;text-align:left}.item-product-info{flex-direction:column;align-items:flex-start}.product-thumb{margin-right:0;margin-bottom:10px}.qty-arrows{vertical-align:top;margin-top:10px}}@media screen and (max-width:480px){.container{padding:0 10px}.cart-main-actions{flex-direction:column;gap:10px}.btn-checkout{max-width:100%}}:root{--bg-color: #f8fafc;--sidebar-color: #1e293b;--text-main: #334155;--accent: #6366f1;--white: #ffffff}.admin-container{display:flex;min-height:100vh;font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-main)}.admin-container .sidebar{min-width:200px;width:auto;background-color:var(--sidebar-color);color:#fff;padding:2rem 1.5rem;display:flex;flex-direction:column}.logo{font-size:1.5rem;font-weight:800;margin-bottom:3rem;letter-spacing:-1px}.logo span{color:var(--accent)}.admin-container .sidebar .nav-menu a{display:block;color:#94a3b8;text-decoration:none;padding:.75rem 1rem;margin-bottom:.5rem;border-radius:8px;transition:.3s}.admin-container .sidebar .nav-menu{display:flex;flex-direction:column;width:100%;height:auto;justify-content:center;align-items:center}.nav-menu a.active,.nav-menu a:hover{background:var(--accent);color:#fff}.main-content{flex:1;padding:2rem 3rem}.top-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.user-profile{display:flex;align-items:center;gap:1rem}.avatar{width:40px;height:40px;background:var(--accent);color:#fff;border-radius:50%;display:grid;place-items:center;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d}.stat-label{color:#64748b;font-size:.875rem;margin-bottom:.5rem}.stat-value{font-size:1.75rem;margin-bottom:.5rem}.stat-growth{font-size:.875rem;font-weight:600}.green{color:#10b981}.red{color:#ef4444}.table-container{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d}.admin-table{width:100%;border-collapse:collapse;margin-top:1rem}.admin-table th{text-align:left;padding:1rem;border-bottom:2px solid #f1f5f9;color:#64748b}.admin-table td{padding:1rem;border-bottom:1px solid #f1f5f9}.badge{padding:.25rem .75rem;border-radius:99px;font-size:.75rem;font-weight:600}.badge.success{background:#dcfce7;color:#166534}.badge.pending{background:#fef9c3;color:#854d0e}body{font-family:Arial,sans-serif;color:#333;background-color:#fff;margin:0;line-height:1.6}.ckozy-container{max-width:1200px;margin:0 auto;padding:0 15px}.ckozy-checkout-wrapper{padding:30px 0}.ckozy-checkout-header{text-align:center;margin-bottom:30px;padding:10px 0}.ckozy-checkout-header h1{font-size:16px;font-weight:400;color:#888}.ckozy-checkout-main{display:flex;gap:40px;align-items:flex-start}.ckozy-checkout-forms-column{flex:1 1 55%}.ckozy-order-summary-column{flex:1 1 35%;position:sticky;top:30px}.ckozy-checkout-section{margin-bottom:30px}.ckozy-section-title{font-size:14px;font-weight:600;margin-bottom:15px;color:#333;text-transform:uppercase}.ckozy-form-input{width:100%;padding:12px;border:1px solid #e1e1e1;margin-bottom:15px;box-sizing:border-box;font-size:14px}.ckozy-main-input{border-color:#f7b443}.ckozy-checkbox-group{display:flex;align-items:center;margin-bottom:10px;font-size:13px}.ckozy-checkbox-group input{margin-right:10px}.ckozy-input-row{display:flex;gap:15px}.ckozy-input-group-half{width:50%}.ckozy-input-row-three .ckozy-form-input{flex:1 1 33%}.ckozy-shipping-method-section .ckozy-placeholder-box{border:1px solid #e1e1e1;background-color:#f9f9f9;padding:20px;text-align:center;color:#888;font-size:14px}.ckozy-order-summary-column{background-color:#f9f9f9;padding:30px;border:1px solid #f1f1f1}.ckozy-summary-product-item{display:grid;grid-template-columns:80px 1fr auto;gap:15px;align-items:center;margin-bottom:20px}.ckozy-summary-product-thumb{position:relative;width:60px;height:60px;border:1px solid #e1e1e1;background-color:#fff;padding:5px}.ckozy-summary-product-thumb img{width:100%;height:100%;object-fit:contain}.ckozy-product-qty{position:absolute;top:-8px;right:-8px;background-color:#111;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:11px;font-weight:600}.ckozy-summary-product-title{font-size:14px}.ckozy-summary-product-price{font-weight:600;font-size:14px}.ckozy-summary-totals{border-top:1px solid #e1e1e1;padding-top:20px;margin-top:20px}.ckozy-totals-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px}.ckozy-shipping-info{color:#888;font-size:13px}.ckozy-totals-label{color:#333}.ckozy-totals-value{font-weight:700}.ckozy-final-total{font-size:1.1rem;padding-top:15px}.ckozy-total-with-currency{display:flex;align-items:center;gap:8px}.ckozy-currency{color:#888;font-size:.8rem;font-weight:400}.ckozy-btn-place-order{width:100%;background-color:#a8744b;color:#fff;border:none;padding:15px;font-size:14px;font-weight:600;text-transform:uppercase;cursor:pointer;margin-top:25px;transition:background-color .2s ease-in-out}.ckozy-btn-place-order:hover{background-color:#8f613c}@media screen and (max-width:991px){.ckozy-checkout-main{flex-direction:column-reverse;gap:20px}.ckozy-checkout-forms-column,.ckozy-order-summary-column{flex:1 1 100%;width:100%}.ckozy-order-summary-column{position:static;padding:20px}}@media screen and (max-width:480px){.ckozy-container{padding:0 10px}.ckozy-input-row,.ckozy-input-row-three{flex-direction:column;gap:15px}.ckozy-input-group-half{width:100%}.ckozy-section-title{font-size:13px}}
