/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2023 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

.badbestsellerproducts-block{
	background-image: url(../img/about_Background_image.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin-bottom: 150px;
    background-position: center;
    background-size: cover;
}
.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box{
	width: 80%;
}
.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-title{
	font-size: 80px;
	color: #1b4470;
	font-weight: 700;
	padding-bottom: 50px;
	text-transform: capitalize;
}
.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-sub-title{
	font-size: 26px;
	color: #7cbaff;
	font-weight: 700;
	padding-bottom: 50px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-description{
	font-size:16px;
	color: #666666;
	font-weight:400;
	padding-bottom: 50px;
	text-transform: capitalize;
	line-height: 24px;
}
.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-btn-wrapper a{
	font-size: 16px;
    color: #9d3fad;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #9d3fad;
    padding: 19px 59px;
    position: relative;
    display: inline-block;
    border-radius: 100px;
}
.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-btn-wrapper a:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 70px;
    background-color: transparent;
    border: 1px solid #9d3fad;
    top: -5px;
    opacity: 0.5;
    left: 30px;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    z-index: 0;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-btn-wrapper a:hover:after{
    right: 0;
    left: 25px;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.badbestsellerproducts-block .badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-one{
	text-align: right;
}
.badbestsellerproducts-block .badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-two{
	text-align: left;
    margin-top: -315px;
    margin-left: -450px;
}
.badbestsellerproducts-block .badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-two img{
	box-shadow: 0px 15px 24px 6px rgba(0, 0, 0, 0.2);
}
.badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-one img{
	width: 100%;
}
/********** media ************/
@media(max-width: 1500px){
	.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-title{
		font-size: 48px;
		padding-bottom: 30px;
	}
	.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-sub-title{
		padding-bottom: 30px;
	}
	.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-description{
		padding-bottom: 30px;
	}
	.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box{
		width: 90%;
	}
}
@media(max-width: 1300px){
	.badbestsellerproducts-block .badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-two {
	    text-align: left;
	    margin-top: -250px;
	    margin-left: -350px;
	}
}
@media(max-width: 1199px){
	.badbestsellerproducts-block .badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-two {
	    text-align: left;
	    margin-top: -200px;
	    margin-left: -300px;
	}
	.badbestsellerproducts-block .badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-two img{
		width: 70%;
	}
}
@media(max-width: 1120px){
	.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box{
		width: 100%;
	}
	.badbestsellerproducts-block .badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-two{
		margin-top: -170px;
    	margin-left: -250px;
	}
}
@media(max-width: 991px){
	.badbestsellerproducts-block{
		margin-bottom: 50px;
	}
	.badbestsellerproducts-block .badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-two img,
	.badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-one img{
		width: auto;
	}
	.badbestsellerproducts-block .badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-two{
		margin-left: 0;
		margin-top: -300px
	}
	.badbestsellerproducts-content-img-inner{
		padding-top: 50px;
	}
	.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-title {
    	font-size: 36px;
    	padding-bottom: 15px;
	}
	.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-sub-title{
		font-size: 22px;
		padding-bottom: 15px;
	}
}
@media(max-width: 850px){
	.badbestsellerproducts-block .badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-two img{
		width:80%;
	}
	.badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-one img{
		width: 80%;
	}
}
@media(max-width: 575px){
	.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-btn-wrapper a {
    	padding: 12px 36px;
	}
	.badbestsellerproducts-block .badbestsellerproducts-content-box-inner .badbestsellerproducts-content-box .badbestsellerproducts-content-btn-wrapper a:after{
		height: 56px;
		left: 15px;
	}
	.badbestsellerproducts-block .badbestsellerproducts-content-img-inner .badbestsellerproducts-content-img .badbestsellerproducts-content-img-two{
		margin: 0;
	}
}