@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
.widget-categories{
text-align: center;
    justify-content: center;
}
.widget-categories *{
	box-sizing: border-box;
}
.widget-categories[widget-type="button"]{
	display: flex;
    flex-direction: initial;
    flex-basis: auto;
    flex-wrap: wrap;
}
.widget-categories .category-button{
	display: flex;
    vertical-align: middle;
    width: calc(50% - 20px);
    text-align: center;
    background-color: #9e9e9e;
    margin: 5px 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    align-items: center;
    max-width: 280px;
}
.widget-categories .category-button > div{
	padding: 10px;
    background-color: #666a;
    border-radius: 5px;
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.widget-categories .categry-list{
	width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    text-align: center;
    margin-bottom: 10px;
    max-width: 280px;
}
.widget-categories .categry-list .cl-p{
	margin-bottom: 5px;
    overflow: hidden;
    padding-top: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.widget-categories .categry-list .cl-t{
	font-weight: 600;
    white-space: break-spaces;
}
.widget-categories .categry-slide{
	position: relative;
}
.widget-categories .categry-slide .cs-left{
display: inline-block;
    vertical-align: middle;
    height: 120px;
    width: 30px;
    background: url(/images/carrow_left.png),linear-gradient(to right, rgb(0 0 0 / 25%) 0%,rgba(0,0,0,0) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px,100%;
    cursor: pointer;
    position: absolute;
}
.widget-categories .categry-slide .cs-right{
display: inline-block;
    vertical-align: middle;
    height: 120px;
    width: 30px;
    background: url(/images/carrow_right.png),linear-gradient(to right, rgba(0,0,0,0) 0%,rgb(0 0 0 / 25%) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px,100%;
    cursor: pointer;
    position: absolute;
    right: 0px;
}
.widget-categories .categry-slide .cs-box{
	display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 0px;
    padding: 0px;
    overflow: scroll;
    white-space: nowrap;
}
.widget-categories .categry-slide .cs-box .cs-list{
	display: inline-block;
    margin-right: 8px;
    font-size: 14px;
    text-align: center;
    max-width: 120px;
    vertical-align: top;
}
.widget-categories .categry-slide .cs-box .cs-list .cl-p{
	display: block;
    height: 100px;
    width: 100px;
    margin: 0px auto;
    background-size: cover;
	margin-bottom: 10px;
}	
.widget-categories .categry-slide .cs-box .cs-list .cl-t{
	font-weight: 600;
    color: #000;
    display: block;
    white-space: normal;
}
.widget-products .items .it{
	margin: 5px 0px;
}

.widget-products .items.pro{
	display: flex;
    /* flex-direction: column; */
    flex-basis: auto;
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: center;
    
}
.widget-products .items.pro .it{
	display: inline-block;
    width: calc(50% - 20px);
    vertical-align: top;
    white-space: normal;
    padding: 0px;
    box-shadow: 0px 1px 4px 1px #ccc;
    border: .4000000059604645px solid #e8e8e8;
    margin: 6px;
    overflow: auto;
    position: relative;
    padding-bottom: 50px;
}
.widget-products .items.pro .it:nth-child(odd){
	margin-right: 10px;
	margin-left: 10px;
}
.widget-products .items.pro .it:nth-child(even){
	margin-left: 10px;
	margin-right: 10px;
}
.widget-products .items.pro .it[hideCart="1"]
{
	min-height:255px;
}
.widget-products .items.pro .it[hidePrice="1"]
{
	min-height:240px;
}
.widget-products .items.pro .it:nth-child(odd)
{
	//float: right;
}
.widget-products .items.pro .it:nth-child(even)
{
	//float: left;
}
.widget-products .items.pro .it .it-thumb{
	display: block;
    width: auto;
    height: 0px;
    padding-top: 100%;
    margin-bottom: 10px;
    border-radius: 0px;
}
.widget-products .items.pro .it .it-cast{
	display: block;
	width: auto;
	padding: 0px;
	margin: 10px;
}
.widget-products .items.pro .it .it-cast .it-t{
	clear: both;
	display: block;
}
.widget-products .items.pro .it .it-cast .it-p{
	float: none;
	display: none;
}
.widget-products .items.pro .it .it-cast .it-p2{
	float: none;
	font-size: 13px;
	display: block;
	    display: inline-block !important;
    padding-top: 15px;
    margin-top: 0px;

}
.widget-products .items.pro .it .add-bt{
    text-align: center;
    clear: both;
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 40px;
}
.widget-products .items.pro .it .it-pm{
	position: static;
    bottom: 20px;
    height:40px;
    	
}
.widget-products .items.pro .it .tags{

}
.widget-products .items.pro .it .tags span{
	margin: unset;
    margin: 2px;
}
.widget-blog{
	margin-top: 10px;
}
.widget-blog .broll{
    border-radius: 5px;
    box-shadow: 1px 1px 9px -4px grey;
    overflow: hidden;
    background-color: aliceblue;
    padding-bottom: 30px;
    overflow: hidden;
}
.widget-blog .broll .single-blog-img{
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.widget-blog .broll .b-title{
    text-align: center;
    margin: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #4d9cff;
}
.widget-blog .broll .b-author{
    width: 100%;
    display: inline-block;
    color: grey;
    margin: 0px;
    text-align: center;
}
	
	
	
	
	