/**
* 2007-2015 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-2015 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


.blockordersurveys{
    /*background: url('/modules/ordersurveys/views/img/background.jpg') center top repeat;*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align:center;
}
#ordersurveys_block_left_product .ordersurveys_block_content{
    top: 0px;
    position: relative;
}
#ordersurveys_block_left_product .ordersurveys_block_content h2{
	margin-top: 0;
	color: #333;
    font-size: 50px;
    font-weight: bold;
}
#ordersurveys_block_left_product .ordersurveys_block_content p{
	color: #333;
    font-size: 20px;
}
#ordersurveys_block_left_product .ordersurveys_block_content p#nosurveys{
	text-align: center;
	margin-top: 0 !important;
}
#ordersurveys_block_left_product .ordersurveys_block_content div{
	margin-top: 10px;
}



#ordersurveys_block_left_product .ordersurveys_title_block,
#ordersurveys_block_left.blockordersurveys .ordersurveys_title_block{
    font-weight:600;
    font-size: 20px;
    line-height:20px;
    color: #fff;
    background: #333;
    border-top: none;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}
#ordersurveys_block_left_product .ordersurveys_title_block{ 
    margin-bottom: 10px;
}
#ordersurveys_block_left_product h2,
#ordersurveys_block_left.blockordersurveys .ordersurveys_block_content h2{
    font-size: 40px;
    color: #333;
    font-weight: 900;
    font-style: italic;
}
#ordersurveys_block_left_product p,
#ordersurveys_block_left.blockordersurveys .ordersurveys_block_content p{
    color: #666;
    font-style: italic;  
    font-size: 40px;
    font-size: 15px;
}
@media screen and (max-width:768px){
    #ordersurveys_block_left{
        clear:both;
        margin-top:15px;
        margin-bottom: 40px;
        display:block;
    }
}

.blockordersurveys{
    background: #FFF;
    position: relative;
    text-align:center;
}
#ordersurveys_block_left_content{
    padding: 1rem 3rem;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#ordersurveys_block_left_content.dark{
    background-color: #444444;
}
#ordersurveys_block_left.blockordersurveys #ordersurveys_block_left_content.dark p.ordersurveys_home_rating_block,
#ordersurveys_block_left_content.dark p{
    color: #f9f9f9;
}

#ordersurveys_block_left_product .block_content{
    top: 0px;
    position: relative;
}
#ordersurveys_block_left_product .block_content h2{
	margin-top: 0;
	color: #333;
    font-size: 50px;
    font-weight: bold;
}
#ordersurveys_block_left_product .block_content p{
	color: #333;
    font-size: 20px;
}
#ordersurveys_block_left_product .block_content p#nosurveys{
	text-align: center;
	margin-top: 0 !important;
}
#ordersurveys_block_left_product .block_content div{
	margin-top: 10px;
}
#ordersurveys_block_left_product .title_block,
#ordersurveys_block_left.blockordersurveys .title_block{
    color: #555555;
    border-top: none;
    padding: 10px;
    margin-top: 0;
}
#ordersurveys_block_left_product .title_block{ 
    margin-bottom: 10px;
}
#ordersurveys_block_left_product h2,
#ordersurveys_block_left.blockordersurveys .block_content h2{
    font-size: 50px;
    color: #555555;
    font-weight: 900;
}
#ordersurveys_block_left_product p,
#ordersurveys_block_left.blockordersurveys .block_content p{
    color: #555555;
    font-size: 20px;
    margin: 0;
}
#ordersurveys_block_left.blockordersurveys p.ordersurveys_home_rating_block{
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    color: #000;
    margin-bottom: 0.2rem;
}
#ordersurveys_home {
    height: auto;
    margin-top: 40px;
    clear: both;
    background: #fff;
    padding: 10px 0px 5px;
    display: flex;
}

#ordersurveys_block_left .btn-info {
	font-weight: 600;
    font-size: 16px;
    padding: 10px 40px;
}

#ordersurveys_block_left .btn-info:hover {
	background: #555555;
	border-color: #555555;
	color: #FFF;
}

#ordersurveys_block_right, #ordersurveys_block_left {

}

#ordersurveys_block_right_content{
    background: #F6F6F6;
    height: 100%;
}

#ordersurveys_block_right .comment-detail {
	border: none;
    /* height: 210px; */
    overflow: hidden;
    padding: 10px 20px;
}

#ordersurveys_block_right .ordersurveys_rate  {
	margin: 10px 0;
	/* height: 30px; */
    text-align: right;
}

#ordersurveys_block_right .ordersurveys_name {
	font-size: 20px;
	font-weight: 900;
	color: #000;
    margin-top: -30px;
}

#ordersurveys_block_right .ordersurveys_customerinfo {
    font-size:14px;
    color:#333333;
    padding-top:5px;
    font-style: italic;
}

#ordersurveys_block_right .ordersurveys_comment {
    font-size:15px;
    color:#333;
    padding-top:10px;
    /* height: 120px; */
    overflow: hidden;
}
 
#ordersurveys_block_right .bx-prev {
    position:absolute;
    top:-35px;
    left:calc(100% - 65px);
    border:1px solid #585858;
    background: #585858;
}

#ordersurveys_block_right .bx-prev:before {
    left: 10px;
    color: #FFF;
    top: 8px;
    border-right: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(135deg);
}

#ordersurveys_block_right .bx-prev:hover {
    border:1px solid #555555;
    background: #555555;
}

#ordersurveys_block_right .bx-next {
    position:absolute;
    top:-35px;
    left:calc(100% - 30px);
    border:1px solid #585858;
    background: #585858;
}

#ordersurveys_block_right .bx-next:before {
    left: 6px;
    color: #FFF;
    top: 8px;
    border-right: 2px solid currentcolor;
    border-bottom: 2px solid currentcolor;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
}

#ordersurveys_block_right .bx-next:hover {
    border:1px solid #555555;
    background: #555555;
}

#ordersurveys_block_right .bx-wrapper .bx-controls-direction a{
    height: 30px;
    width: 30px;
}
.ordersurveys_home_title_block{
    font-size: 30px;
    font-weight: bold;
    color: #555555;
}
.ordersurveys_home_rating_block{
    font-size: 40px;
    font-weight: bold;
    color: #555555;
}

#comments-home-logo{
    width: auto;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 545px){
    #ordersurveys_block_right{
        background: none;
    }
    #ordersurveys_block_right .comment-detail{
        background: #F6F6F6;
    }
    #ordersurveys_block_right .ordersurveys_name {
        margin-top: 0;
    }
    .ordersurveys_home_title_block{
        font-size: 24px;
    }
    #ordersurveys_block_right .bx-prev, #ordersurveys_block_right .bx-next {
        top:-25px;
    }
}