    .custom-category-product ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.custom-category-product li{
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 15px;
}

.custom-category-product li .thumb-info img{
    width: 100%;
    height: 185px;
    object-fit: scale-down;
    padding-bottom: 50px;
}
.custom-category-product ul.products li.product-category .thumb-info h3 {
  letter-spacing: 0;
  font-family: Poppins;
  font-size: 14px;
  text-transform: uppercase;
}
.custom-category-product ul.category-color-dark li.product-category .thumb-info-title {
   background: #fff;
   padding: .75rem .5rem 1.25rem;
 }
 .custom-category-product ul.products li.product-category .thumb-info-wrapper:after {
   background: rgb(220 220 220 / 12%);
 }
  .custom-category-product ul.products li.product-category a:hover .thumb-info-wrapper:after {
   background: rgb(220 220 220 / 40%);
 }
 .custom-category-product li.product-category .thumb-info, .custom-category-product li.product-category .thumb-info img, li.product-category .thumb-info-wrapper:after {
   border-radius: 50%;
 }
 .store-address-dropdown {
    padding: 4px 20px;
    min-width: 256px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
}
.store-address-dropdown span.arrow::after {
    content: "\e81c";
    font-family: 'porto-icons';
    font-size: 14px;
    margin-left: 15px;
    display: block;
}
.store-address-dropdown i{
	margin-right: 5px;
}
 .store-dropdown-content{
	display: block;
    position: absolute;
    z-index: 12;
    background: #fff;
    color: #000;
    padding: 15px;
    border-radius: 5px;
	box-shadow: 0 0 3px #ccc;
	top: 90%;
 }
 
 .address-details p{
	margin-bottom: 4px;
	font-size: 14px;
 }
 .address-details p a{ 
	color: var(--theme-color);
	text-decoration: underline;
 }
 .address-details p strong{
	margin-bottom: 4px;
	font-size: 14px;
 }
 .address-details {
    margin-bottom: 10px;
	box-shadow: 0 0 3px #b5b5b58c;
    padding: 10px;
	display: block;
}
.address-details:hover{
	background: #f1f1f1;
}

/* header nav css  */


.page-header .navigation .level0.parent > a:before{
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.35px;
    height: 20px;
    width: 20px;
    margin-right: 6px;
    line-height: 20px;
    cursor: pointer;
}

.page-header .navigation .level0.parent > a:after{
	display: none;
}
.ves-megamenu .navigation .level0 .submenu .nav-item.current > a{
	border-color: var(--theme-color) !important;
	color: #000 !important;
	background-color: #f1f1f1;
}
.footer .newsletter .action.subscribe{
	background-color: #fff;
	color: #000;
	transition: all 0.2s ease;
}
.footer .newsletter .action.subscribe:hover{
	background: #000;
    color: #fff !important;
}
.footer .footer-middle a {
    color: #e0e0e0;
}
.footer address, .footer .footer-middle p {
	color: #e0e0e0 !important;
}
.footer address.address.shop-detail {
    padding: 8px 0 2px;
    margin: 15px 0 10px;
}
address.address.first-shop-footer {
    margin: 20px 0;
}
.footer address.address.shop-detail p,.footer address.address.first-shop-footer p {
    margin-bottom: 5px;
	font-weight: 700;
}
.footer .widget + .widget {
    margin-bottom: 10px;
}
.porto-sicon-box.default-icon{
	align-items: end !important;
}

/* tiktok icon*/
.share-links .share-tiktok {
  background: #000;;
}

.share-links .share-tiktok:before {
  content: "\e07b";
}

.share-links.default-skin .share-tiktok {
  background: #000; !important;
}


/*css for on product image mouse hover video flip */

.flip-container {
    perspective: 1000px;
    width: 100%;
    height: auto;
    position: relative;
}

.flipper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* Maintain aspect ratio */
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.flip-container:hover .flipper {
    transform: rotateY(180deg);
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    z-index: 9;
}

.front img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.back {
    transform: rotateY(180deg);
}

.back video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*end*/

  @media (min-width: 556px){
 	.custom-category-product li{
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
 }
.page-header .navigation .level0.parent {
    border: 1px solid;
}
.owl-carousel .owl-stage-outer{
	padding: 0;
}
.footer .newsletter input{
	background-color: #fff !important;
}
.footer .newsletter input::placeholder{
	color: #848484 !important;
}
.textwidget.custom-html-widget {
	width: 80%;
}
.bottom-after-copyright span.btm-links {
	flex-grow: 1;
	display: block;
}
.footer-bottom .widget.widget_custom_html{
	display: block;
}
.bottom-after-copyright {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* CMS page design  */
.abs-account-page-title, .customer-account-login .page-title-wrapper, .customer-account-create .page-title-wrapper, .customer-account-forgotpassword .page-title-wrapper {
    background-color: #adadada6 !important;
}
.contact-page-store-details {
    padding-left: 60px;
	margin-top: 50px;
}
.contact-page-store-details label{
    margin-bottom: 5px;
    font-size: 11px;
    display: block;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9292a5;
    font-weight: 500;
}
.contact-page-store-details .info{
	margin-bottom: 10px;
}
.contact-page-store-details a{
	text-decoration: underline;
}
.contact-page-store-details .email{
	margin-bottom: 15px;
}
.contact-page-store-details .info strong{
	display: block;
}
.contact-page-store-details p{
	margin-bottom: 0;
}
.contact-page-store-details .widget.follow-us {
    margin: 15px 0;
}
.status-option-div {
    display: flex;
    align-items: center;
    gap: 20px;
}
.status-option-div .radio-wrapper {
    display: flex;
    align-items: center;
}
.status-option-div .radio-wrapper input,.status-option-div .radio-wrapper label  {
	cursor: pointer;
}

.navigation .submenu:not(:first-child) .active>a{
	border-color: var(--theme-color);
}
.product-item-info.type1 .product-item-details .product-item-actions .tocart{
	color: #fff !important;
}
.product-item-info.type1:hover .product-item-details .product-item-actions .tocart,.primary.tocart{
	background: #fb7701 !important;
	border-color: #fb7701 !important;
}
.fotorama__thumb{
	border: 2px solid #c2c2c2;
	height: 97px;
	width: 97px;
}
.checkout-container.am-checkout.-modern .authentication-wrapper .action-auth-toggle{
    padding: 13px 25px;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -.015em;
    font-weight: 700;
    border: none;
    color: #fff;
    height: auto;
    background: #fb7701 !important;
    border-color: #fb7701 !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.checkout-container .amcheckout-step-container .action.checkout.amasty{
	height: 3rem;
    padding: 0 2em;
    margin-bottom: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -.015em;
    font-weight: 700;
    line-height: 3rem;
    border: none;
    color: #fff;
    background: #fb7701 !important;
	border-color: #fb7701 !important;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.checkout-container .amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus,
.checkout-container .amcheckout-step-container .amcheckout-title > .amcheckout-icon:before,
.checkout-container .amcheckout-step-container .amcheckout-title > .amcheckout-icon{
	border-color: var(--theme-color);
}
.form-discount{
	display: flex;
}
.checkout-container .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action.action-update,
.checkout-container .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action.action-cancel,
.checkout-container .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action .primary.checkout{
	background: var(--button-bg-color);
    border-color: var(--button-border-color);
    color: var(--button-text-color);
    font-family: Poppins;
    letter-spacing: .01em;
    font-weight: 700;
    line-height: 1.42857;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.checkout-container .amcheckout-step-container .amcheckout-summary-container .amcheckout-title{
	background: #f9f9f9;
    color: #000000;
}
.am-checkout.-modern .authentication-wrapper{
	margin-right: 0;
    background: #f4f4f4;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 0;
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
    background: #ff6b00;
    border-color: #ff6b00;
    font-size: 13px;
    padding: 10px;
    margin: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

.fieldset > .field .action.generate-otp{
	color: #fff;
}
.forgot-parent{
	margin-top: 50px;
}
.checkout-container.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover{
	background: #fb7701 !important;
	border-color: #fb7701 !important;
}
.login-container .mdsms .mdsms__button-container .btn-otp, .login-container .mdsms .mdsms__button-container .btn-password{
	padding: 0;
}
.forgot-parent.mdsms .mdsms__button-container .btn-otp, .forgot-parent.mdsms .mdsms__button-container .btn-password{
	padding: 0;
}
 .forgot-parent .form.password.forget{
 	padding: 0;
 }
.login-container .mdsms .mdsms__button-container .btn.active .mdsms__button, 
.forgot-parent.mdsms .mdsms__button-container .btn.active .mdsms__button,
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout,
.amcheckout-step-container .amcheckout-button.-new-address{
	background: var(--button-bg-color);
	border-color: var(--button-border-color);
	color: var(--button-text-color);
}
.login-container .mdsms .mdsms__button-container .btn-otp .mdsms__button:hover, 
.login-container .mdsms .mdsms__button-container .btn-password .mdsms__button:hover,
.forgot-parent.mdsms .mdsms__button-container .btn-otp .mdsms__button:hover,
.forgot-parent.mdsms .mdsms__button-container .btn-password .mdsms__button:hover,
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover,
.amcheckout-step-container .amcheckout-button.-new-address:hover{
	background: var(--button-bg-color);
	border-color: var(--button-border-color);
	color: var(--button-text-color);
 }
 .product-details-sticky .product-info-main .page-title-wrapper h1{
 	font-size: 26px;
 	margin-bottom: 20px;
 }
.custom-shipping-details {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px 0;
}

/* new css 17-06-2025*/

.custom-shipping-details.delivery-time-section {
    width: 100%;
    display: block;
    position: relative;
    /*float: left;*/
    margin-bottom: 10px;
    pointer-events: none;
    min-height: 40px;
}

.custom-shipping-details.delivery-time-section a img {
    width: 30px;
    height: 30px;
}

div#featured-products .item.product.product-item .product.photo.product-item-photo.product-image {
    margin-bottom: 0;
}

.catalog-product-view.page-layout-1column .product-info-main .custom-shipping-details {
    gap: 10px;
}

.catalog-product-view.page-layout-1column .product-info-main .custom-shipping-details a {
    padding: 5px 9px;
}

.catalog-product-view.page-layout-1column .product-info-main .custom-shipping-details a img {
    width: 25px;
    height: 25px;
}

/* end */

/* new 01-07-2025 */
.product-details-sticky .product-info-main .product-info-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-details-sticky .product-info-main .custom-shipping-details.delivery-time-section {
    margin: 0;
    max-width: 200px;
    float: none;
}

.product-details-sticky .product-info-main .custom-shipping-details.delivery-time-section a {
    font-weight: 600;
    font-size: 16px;
}
/* end 01-07-2025*/

 .product-info-main .product.sku{
 	font-size: 16px;
 }
 .product-info-main .product-info-stock-sku{
 	margin: 0;
 }
 .additional-attributes-wrapper .additional-attributes{
 	margin-bottom: 20px;
 }
.additional-attributes-wrapper .additional-attributes .attribute {
    margin-bottom: 0px;
}
.additional-attributes-wrapper .additional-attributes .attribute .label{
    opacity: 0.5;
}
.additional-attributes-wrapper .additional-attributes .attribute .label::after{
    content: ":";
}
.swatch-opt .swatch-attribute .swatch-attribute-label {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.custom-shipping-details a {
    padding: 5px 15px;
    border-radius: 10px;
    background: #00961326;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
}
.fotorama-item .fotorama-video-container .product-video{
	height: 100% !important;
	width: 100% !important;
}
.fotorama-item .fotorama-video-container .product-video .plyr--video{
	height: 100%;
}
.fotorama-item .fotorama-video-container .product-video video{
	height: 100% !important;
}
.fotorama-item .plyr--video .plyr__control:hover{
	color: #777;
}
.action-primary.action-accept{
	background: var(--theme-color) !important;
}
.amcheckout-step-container input[type='radio']:checked + label:before{
	border-color: var(--theme-color);
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before, .amcheckout-step-container input[type='radio'] + label:hover:before, .amcheckout-step-container input[type='checkbox']:checked + label:before, .amcheckout-step-container input[type='radio']:checked + label:before{
	box-shadow: 0 2px 4px rgb(0 0 0 / 40%) !important;
	border-color: var(--theme-color) !important;
}
._amcheckout-selectable-item.-selected, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active{
	border-color: var(--theme-color) !important;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before{
	background: url('../images/icons/checkbox_black.svg') center no-repeat !important;
}
input[type='radio'],input[type="checkbox"] {
    accent-color: var(--theme-color) !important;
}

@media (max-width: 768px) {
	.custom-shipping-details a {
	   font-size: 13px;
	   gap: 8px;
	   padding: 5px;
	}
	.am-checkout.-modern .authentication-wrapper span {
	    width: 100%;
	    display: block;
	    text-align: center;
	    line-height: 22px;
	}
	.checkout-container.am-checkout.-modern .authentication-wrapper .action-auth-toggle{
		margin-top: 10px;
	}
	.am-checkout.-modern .authentication-wrapper{
		max-width: 100%;
		text-align: center;
		display: block;
	}
	footer.page-footer {
		position: relative;
		z-index: -1;
	}
	header.page-header .nav-sections-item-title{
		padding-top: 20px;
	}
	.ves-megamenu .nav-item.active>a {
		background: #e6e6e6 !important;
	}
	.navigation a{
		color: #000;
	}
	.page-header.type2 .header-contact .my-account i, .page-header.type2 .header-contact .wishlist i,
	.search-area.show-icon-tablet a.search-toggle-icon{
		font-size: 18px !important;
	}
	.search-area.show-icon-tablet a.search-toggle-icon{
		height: 35px !important;
		width: 30px !important;
	}

	.flip-container:hover .flipper {
        transform: none !important;
    }

    .product-details-sticky .product-info-main .custom-shipping-details {
    display: block;
	}
	.product-details-sticky .product-info-main .custom-shipping-details a {
	    margin-bottom: 10px !important;
	}
}
 @media (min-width: 769px) {
     .catalog-product-view.page-layout-1column .product.media {
         width: 50%;
      }
      .catalog-product-view.page-layout-1column .product-info-main {
         width: 45%;
      }
 }

@media (min-width: 768px) {
	.ves-megamenu .navigation .nav-item.subhover>.submenu>.submenu-inner {
		padding: 0px !important;
	}
	.navigation .nav-item.active.current>a:hover{
		color: #fff !important;
	}
		.ves-megamenu .navigation .level0 .submenu .nav-item.active.current > a,.ves-megamenu .navigation .level0 .submenu .nav-item.active > a{
		color: #fff !important;
	}
	.ves-megamenu .navigation .level0 .submenu .mega-col>.nav-item>a{
		font-size: 15px !important;
	}
	.customer-account-create .form.create.account .actions-toolbar{
		margin: 0 auto;
	}
	.page-header.type1 .navigation li.level0.active, .page-header.type1 .navigation li.level0:hover, .page-header .navigation li.level0.active, .page-header .navigation li.level0:hover {
		background-color: #2e2e2e !important;
		color: #fff !important;
	}
	.nav-sections-item-content{
		background-color: #f4f4f4;
	}
	.ves-megamenu .navigation .level0>a{
		color: #000 !important;
	}
	.ves-megamenu .navigation .level0.active >a{
		color: #fff !important;
	}
	.ves-megamenu .navigation .level0:hover>a{
		color: #ffffff !important;
	}
}
 @media (min-width: 992px){
	.page-header.type2 .nav-sections{
		min-height: 50px !important;
	}
 	.custom-category-product li{
		flex: 0 0 25%;
		max-width: 25%;
	}
	.custom-category-product li .thumb-info img{
	    height: 220px;
	}
	.custom-category-product ul.products li.product-category .thumb-info h3 {
  		font-size: 17px;
	}
	.page-header .navigation .level0 .submenu .submenu {
		margin-left: 0px !important;
	}
	.contact-info.contact-info-block {
		display: flex;
		gap: 40px;
	}
 }
   @media (min-width: 1200px){
 	.custom-category-product li .thumb-info img{
	    height: 250px;
	}
 }