.elementor-kit-120{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-120 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1023px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:480px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide Google Recaptcha Badge Start*/
.grecaptcha-badge {
    visibility: hidden;
}

/* Hide Google Recaptcha Badge End*/

/* Scrolling Element Animation Code Start */

 @-moz-keyframes scroll-left {
            0% {
                -moz-transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
            }
        }
        
        @-webkit-keyframes scroll-left {
            0% {
                -webkit-transform: translateX(100%);
            }
            100% {
                -webkit-transform: translateX(-100%);
            }
        }
        
        @keyframes scroll-left {
            0% {
                -moz-transform: translateX(100%);
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
            }
        }

/* Scrolling Element Animation Code End */

/* Blinking Element Animation Code Start */

@keyframes blink-animation {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
@-webkit-keyframes blink-animation {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

/* Blinking Element Animation Code End */

/* Scrollbar Customization Code Start */

/* width */
::-webkit-scrollbar{
  width: 10px;
}


/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d0021b; 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

/* Scrollbar Customization Code End */

.woocommerce .woocommerce-breadcrumb {
    display: none;
}


/*Top Menu Slider */
@media screen and (max-width: 768px) {
.slidermenu .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
display: flex;
flex-wrap: nowrap;
white-space: nowrap;
overflow-x:auto;
-webkit- -scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}


.slider-scroll-nav .scrollslider {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-X: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    -webkit-scrollbar:none;
}


.elementor-294 .elementor-element.elementor-element-4a2e1a8.elementor-column.elementor-element > .elementor-widget-wrap.elementor-element-populated{
    padding: 10px 10px 0 10px;
}

.scrollslider .bdt-navbar-nav>li>a{
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
}

@media screen and (max-width:736px){
.scrollslider .bdt-navbar-nav>li>a{
    min-height: 30px;
    line-height: 1.2;
    min-width: 120px;
}

}

@media screen and (max-width:1170px){
.scrollslider .bdt-navbar-nav>li>a{
    min-height: 30px;
    line-height: 1.5;
    min-width: 140px;
}
}

@media screen and (min-width:1171px) and (max-width:1920px){
.scrollslider .bdt-navbar-nav>li>a{
    min-height: 35px;
    line-height: 2;
    min-width: 150px;
}
}

@media screen and (min-width:1921px){
.scrollslider .bdt-navbar-nav>li>a{
    min-height: 40px;
    line-height: 2.5;
    min-width: 180px;
}
}

@media screen and (max-width: 500px){
.tc-icon-list.pp-icon-list-traditional .pp-list-items li, .tc-icon-list.pp-icon-list-inline .pp-list-items{
    flex-direction: column;
    padding: 10px;
}
}

.tc-icon-list.pp-icon-list-traditional .pp-list-items li, .tc-icon-list.pp-icon-list-inline .pp-list-items{
    justify-content: space-evenly !important;
}


@media only screen and (max-width: 480px){
.lumise-list-button{
    padding: 6px;
    margin: 5px 2px;
    font-size:3vw;
}
}

@media only screen and (min-width: 481px) and (max-width: 736px){
.lumise-list-button{
    padding: 8px;
    margin: 5px 1px;
    font-size:2.2vw;
}
}

@media only screen and (min-width: 737px) and (max-width: 1023px){
.lumise-list-button{
    padding: 10px;
    margin: 5px 2px;
    font-size: 1.75vw;
}
}


@media only screen and (min-width: 1024px) and (max-width: 1370px){
.lumise-list-button{
    padding: 8px;
    margin: 5px 1px;
    font-size: 1.1vw;
}
}

@media only screen and (min-width: 1371px) and (max-width: 1925px){
.lumise-list-button{
    padding: 10px;
    margin: 5px 1px;
    font-size: 0.9vw;
}
}


@media only screen and (min-width: 1926px) and (max-width: 2199px){
.lumise-list-button{
    padding: 10px;
    margin: 5px 1px;
    font-size: 0.8vw;
}
}


@media only screen and (min-width: 2200px){
.lumise-list-button{
    padding: 10px;
    margin: 5px 2px;
    font-size: 0.75vw;
}
}

.jet-woo-products--preset-2 .jet-woo-products__item .hovered-content{
bottom: 5px;
}

.lumise-list-button{
    background-color: #d0211b90;
    color:white;
    border-radius: 7px;
    display: block !important;
    font-family: roboto;
    font-weight:bold;
}

.lumise-list-button:hover{
    background-color: #d0021b;
}

.elementor-1255 .elementor-element.catcarousel .jet-woo-carousel .jet-woo-products__inner-box {
    min-height: 200px;
}

.elementor-element.catcarousel .jet-woo-products .jet-woo-product-stock-status__in-stock, .elementor-element.search-archive-grid .jet-woo-products .jet-woo-product-stock-status__in-stock {
    display: inline;
    border-radius: 5px;
    padding: 2px 10px 0 10px;
    float:right;
    }

.elementor-element.catcarousel .jet-woo-products .jet-woo-product-title, .elementor-element.search-archive-grid .jet-woo-products .jet-woo-product-title {
    order: -1;   
}

.elementor-element.catcarousel .jet-woo-products .jet-woo-product-badge, .elementor-element.search-archive-grid .jet-woo-products .jet-woo-product-badge, .elementor-3068 .elementor-wc-products ul.products li.product span.onsale {
    transform: rotateZ(-22.5deg);
    animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
  text-decoration: blink;
    -webkit-animation-name: blink-animation;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.elementor-3068 .elementor-wc-products ul.products li.product span.onsale {
    margin: 20px 0 0 8px !important;
    padding: 8px;
    line-height: unset;
    min-height: unset;
    font-weight: 400;
    top: 48px;
    right: auto;
    left: 0;
}





@media only screen and (max-width: 736px){
.elementor-2635 .elementor-element.elementor-element-1dfb5f34.elementor-column {
    display: none;
}
.elementor-2635 .elementor-element.elementor-element-af5ddb6 {
    width: 40px;
}

.elementor-2635 .elementor-element.elementor-element-527bb0e2 >  .elementor-widget-wrap {
padding: 0 0 0 10px;
}

.pp-offcanvas-toggle.pp-offcanvas-toggle-cc9c06f .pp-hamburger-label {
    display: none;
}

}




.elementor-element.elementor-element-1e1e5bb.elementor-widget.elementor-widget-html {
    text-align: right;
}

@media only screen and (min-width: 300px){
.paypal-button.paypal-button-shape-pill {
    border: 2px solid white;
}
}


.woocommerce-info {
margin: 0;
}

.woocommerce-form-login, .woocommerce-form-coupon{
    margin:0 !important;
}

.pp-woo-checkout-col-2 #order_review_heading {
    display: block !important;
}

.woocommerce-shipping-fields__field-wrapper {
    padding:20px;
}

.woocommerce-billing-fields h3, h3#order_review_heading, h3#ship-to-different-address {
    padding:0 10px 0 10px;
}

.woocommerce-additional-fields__field-wrapper{
    padding:0 !important;
}



textarea#order_comments {
    padding: 10px 0px 0px 15px;
    width: 100%;
    height: 100px;
}

.elementor-8 .elementor-element.elementor-element-eeef312 .pp-woo-checkout .woocommerce-checkout #payment {
    margin-bottom: 20px;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before{
content: "\e600";
}

.woocommerce-form-login-toggle .woocommerce-info::before{
content: "\e03a";
}


#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods, .form-row.place-order{
    background: #E3DDC1;
}

.payment_box p {
    color:#0000ff;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 10s linear infinite;
    white-space: nowrap;
    margin-top:5px;
    text-align: center;
}

.woocommerce-privacy-policy-text, .woocommerce-terms-and-conditions-checkbox-text {
    font-family: 'Roboto';
    font-size: 15px
}

.elementor-6168 .elementor-element.elementor-element-ad6c8f8 #payment .payment_box{
    margin:0;
    padding: 0;
    overflow: hidden;
}
.woocommerce-privacy-policy-text>p {
    margin: 0 0 10px 0;
}

.woocommerce form .form-row label {
    line-height: 1.5;
}

.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper{
 padding:10px;
}

p.form-row.form-row-wide.create-account.woocommerce-validated {
    text-align: right;
    font-family: 'Roboto';
    margin-right: 10px;
    color: #d0021b;
}

p#account_password_field {
    font-family: 'Roboto';
    padding: 10px;
    color: #0000ff !important;
}

#order_comments_field{
    padding:0 0 22px 0;
}

@media (max-width: 1170px){
.elementor-6166 .elementor-element.elementor-element-63dbaeb, .elementor-6166 .elementor-element.elementor-element-5090455{
	width:100% !important;
}
}

@media (min-width: 1351px) and (max-width:1920px){
.elementor-6168 .elementor-element.elementor-element-435a91e > .elementor-widget-container {
    min-height: 865px;
}
}

@media (min-width: 1171 px) and (max-width:1350px){
.elementor-6168 .elementor-element.elementor-element-435a91e > .elementor-widget-container {
    min-height: 880px;
}
}

#order_review_heading:before {
    content: "";
    display: block;
    background: url('https://kozykart.com/wp-content/uploads/2021/05/cropped-cropped-Artboard-1ldpi-1-e1628983172704.png') no-repeat;
    background-size: 170px auto;
    width:175px;
    height:50px;
    float: left;
}

@media (min-width: 737px) and (max-width:1170px){

.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-5434130, .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-7a4288d, .elementor-column.elementor-col-66.elementor-top-column.elementor-element.elementor-element-a2d9da9, .elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-5330ce3{
width:50%
}

.elementor-column.elementor-col-33.elementor-top-column.elementor-element.elementor-element-cee061c{
width:100%;
}
}

.elementor-8 .elementor-element.elementor-element-eeef312 .woocommerce form .input-text, .elementor-8 .elementor-element.elementor-element-eeef312 .woocommerce form select, .elementor-8 .elementor-element.elementor-element-eeef312 .select2-container .select2-selection {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px;
}

.elementor-8 .elementor-element.elementor-element-eeef312 .pp-woo-checkout .woocommerce-billing-fields__field-wrapper label, .elementor-8 .elementor-element.elementor-element-eeef312 .pp-woo-checkout .woocommerce-shipping-fields__field-wrapper label {
    margin-bottom: 0 !important;
}

td.product-total, th.product-total, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    text-align: right;
}

td.product-remove.elementor-repeater-item-85e2d64 {
    text-align: center;
}


.elementor-3068 h2 {
    margin-top: 0;
}


/* WooCommerce Messages Styling */

.woocommerce-error, .woocommerce-info, .woocommerce-message{
    font-family: 'Roboto';
    background-color: #E3DDC1;
    color: #d0021b;
    border-top: 5px solid #d0021b;
    border-radius: 15px;
    margin: 2em;
}


.woocommerce-message::before {
   color: #d0021b;
}

/* WooCommerce Messages Styling End*/

/* Cart Total Blinking Start*/

.elementor-2635 .elementor-element.elementor-element-7831997 .widget_shopping_cart .woocommerce-mini-cart__total .amount, .elementor-6467 .elementor-element.elementor-element-f8469b5 .cart_totals .shop_table tr.order-total td .amount {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    text-decoration: blink;
    -webkit-animation-name: blink-animation;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    border-bottom: 6px double;
}

/* Cart Total Blinking End*/

/* Upayment Gateway Page Customizations Start*/

img.merchant-logo {
    width: 300px;
    height: 70px;
    object-fit: cover;
    overflow: hidden;
}

.col-sm-12.text-center {
    font-size: large;
}

/* Upayment Gateway Page Customizations End*//* End custom CSS */