/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Homepage  circle carousel section  */
.circle-carousel .swiper-slide-inner {
    cursor: pointer;
}


/*Fixed image issue When Quick view button woocommerce page */
.post-type-archive-product  .quickview-wrap .product-summary-wrap,
.woocommerce-shop .quickview-wrap .product-summary-wrap,
.woocommerce-page  .quickview-wrap .product-summary-wrap{
    flex-direction: inherit;
    align-items: inherit;
    height: auto;
    display: inherit;
}

/* "Clear Cart" button Css start*/
.woocommerce-cart-form .woocommerce-btn-warp{
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-btn-warp .button.clear-cart-btn {
    background-color: #222529; 
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 12px 24px;
    text-transform: uppercase;
    font-size: 13px !;
    text-align: center;
    letter-spacing: -0.015em;
    cursor: pointer;
    margin-left: 20px;
}

.woocommerce-btn-warp .button.clear-cart-btn:hover {
    background-color: #353a40;
    color: #fff;
}
.clear-cart-loader {
    display: none;
    width: 24px;
    height: 24px;
    border: 3px solid #ccc;
    border-top: 3px solid #353a40;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* "Clear Cart" button Css End*/



/* Styles for the Cart Page in  Cart totals Table css - Start */
#panel-cart-total li > .porto-radio  label.porto-control-label {
    float: left;
    width: 100%;
}
#panel-cart-total li > .porto-radio  label.porto-control-label  .woocommerce-Price-amount{
    float: right;
    color: #444;
    text-align: right !important;
    font-weight: 400;
    font-size: 14px;
}
/* Styles for the Cart Page in  Cart totals Table css - End */

.login .button.wp-hide-pw {
	z-index:999;
}

.woocommerce-button.button.ced_my_account_reorder {
	padding: 8px 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.wc-action-btn.reorder {
	margin-left:10px;
}

/* Woocommerce MyAccount Page Navigation  For Mobile Only Start*/
@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation ul{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		background-color: #f3f3f3;
		color: #020202;
		border-radius: 25px;
		border: 2px solid #f3f3f3;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li.is-active a, 
	.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li:hover a ,
	.woocommerce-account.woocommerce-page .woocommerce-MyAccount-navigation li.is-active a:hover {
		border: none;
	}
		
	.woocommerce-account.woocommerce-page  .woocommerce-MyAccount-navigation ul li a{
		font-size: 12px;
		line-height: 10.4px;
		padding: 9px;
		font-weight: 600;
		color: #020202;
		margin-left: 0px;
		border: none;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
		border: 2px solid #000000;
		color: #020202;
		border-radius: 25px;
		background-color: #f3f3f3;
	}
	
	.woocommerce-MyAccount-content .box-with-icon .col-12 {
		width: 33%;
		padding: 0 3px;
		margin-bottom: 6px !important;
	}
	.woocommerce-MyAccount-content .box-with-icon  .featured-boxes{
		padding-top: 10px !important;
		padding-bottom: 0.5rem !important;
	}
	.woocommerce-account .featured-box .icon-featured{
		font-size: 40px;
		margin-bottom: 0;
	}
	.woocommerce-account .featured-boxes-style-5 .featured-box .box-content h4{
		font-size: 0.9rem!important
	}
	.woocommerce-MyAccount-content .m-b-xl {
		margin-bottom: 10px !important;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation{
		padding-bottom: 0;
	}
	.woocommerce-account .main-content {
    	padding-top: 5px;
		
	}
	.archive .archive-products h3.porto-heading.post-title{
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
	}
	.archive .archive-products .porto-tb-meta{
		font-size: 11px;
    font-weight: 600;
	}

}
/* Woocommerce MyAccount Page Navigation  For Mobile Only End*/

