/*
Theme Name: Alukas Child
Theme URI: https://alukas.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for Alukas
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: alukas
Text Domain: pls-theme-child
*/

.archive .woocommerce-products-header,
.descarea .pls-breadcrumb
{
	display:none;
}
.nopad{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.descarea{
	padding-top:50px;
	padding-bottom:50px;
}
.descarea p{
	text-align:left;
}
#longdesc{
    display:none;
}
#shortdesc{
    display:inline;
    cursor:pointer;
    margin-bottom:0;
}
#shortdesc:after{
    Content:'Read More..';
    display:inline;
    font-weight:bold;
}
#shortdesc .elementor-widget-container{
    display:inline;
}
.single-product .elementor-icon-list-text a{
    display:inline !important;
}
.single-product-thumbnails .slick-list{
	height:100% !important;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs{
	text-align:left;
}
.sizeselect{
	width:200px;
}
.product-sizechart{
	display:none !important;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #35455E; /* Dark Blue */
    border-radius: 50%;
    width: auto !important;
    height: 40px;
    animation: spinloader 2s linear infinite;
    display:none;
}
.loader img{
    height : 30px;
    width : 30px;
    vertical-align:top !important;
    
}
@keyframes spinloader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spinlogo {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}