/* large tablet */
@media only screen and (min-width: 768px) and (max-width:1023px){

    #sitemap-content .newsletter span:first-of-type{
        width: 100%;
        float:left;
        text-align: left;
        padding-left: 20px;
    }

    #wedding-list .input-box2 { display: none;}

    .hide-md { display: none; }
    .container{width: 100%;}

    .row .col-3, .row .col2, .row .col1 {
        padding: 0px 20px;
        width: 100%;
    }
    .row .col-3, .row .col1 {
        padding: 0px 20px;
        width: 100%;
    }
    .product:nth-child(3n+1){
        clear:both;
    }
    .product:nth-child(3n){
        margin-right: 0px;
    }
    .product:nth-child(4n+1){
        clear:none!important;
    }

    #product-detail .images {
        float:left;
        clear:both;
        width: 60%;
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }

    #product-detail .bag-options{
        padding: 0 20px;
        width: 40%;
        box-sizing: border-box;
    }

    #bag .summe .coupon button.btn.btn-dark-gray{
        line-height: 20px;
        margin-top: 10px;
    }
    #bag ul.shopping-bag li.product .prod-description{
        width: 38%;
    }
    #bag ul.shopping-bag li.header .head-description {
        width: 50%
    }
    #bag ul.shopping-bag li.header .head-price{
        width: 10%;
        text-align: right;
    }

    .institucional .side-menu ul.institucional-menu>li{
        min-width: 150px;
    }

    #bag ul.shopping-bag li.compound-product-header .prod-description {
        width: 74%;
        margin-right: 30px;
    }

}

@media only screen and (min-width:1024px){

    .showWeddingForm.bottom-btn{
        display: none;
    }

    #wedding-list .input-box2 { display: none;}

    .product:nth-child(5n) {
        margin-right: 0;
    }
    .product:nth-child(5n+1) {
        clear:both;
    } 
    #products-page .product-listing {
        width: 100%;
    }
    #signin .content .box a.login-fb{
        top: -43px;
    }
    #bag .continue-shopping a.continuShop{
        display: none;
    }

}

@media only screen and (max-width:1023px){

    #product-detail .bag-options .item-row span.proxima.large{
        margin-left: 0;
        float:left;
    }

    #product-detail .bag-options .item-row a.sizeguide{
        float: left;
        clear: both;
        width: 100%;
        margin-left: 102px;
    }
    .product .image{
        min-height: 150px;
    }

    .product-list-content{
        padding: 10px;
        clear: both;
        float: left;
        margin-top: 20px;
    }

    .paginator-container{
        clear:both;
        padding: 0 10px;
    }

    #products-filter.thematic{
        padding: 0px 10px!important;
        box-sizing: border-box!important;
    }

    #products-filter-mobile{
        display: block;
    }

    #products-filter{
        margin:0;
        padding:0;
        height: 88px;
    }
    #products-filter #other-filters    {
        display: none;
    }
    #family-filter {
        text-align: center;
        margin-bottom:0;
        margin-top: 0px;
    }
    #family-filter select {
        max-width: 400px;
        background: transparent;
        padding: 10px 20px;
        display: inline-block;
        margin: 0 auto;
        font-family: "Times New Roman", serif;
        font-size: 23px;
        text-align: center;
        float:none;
        border: none;
        margin:0;
        color: #505050;
        width: auto;
        outline: 0;
    }
    #other-filters {
        clear: both;
        float: left!important;
        width: 100%!important;
        background: #f8f8f8;
        padding: 10px;
        margin-left: -10px;
        z-index: 999;
        left:0!important;
        top:0px!important;
    }
    #products-filter .label{
        width: 120px!important;
        float:left;
        font-family: "Proxima Nova Regular Bold", sans-serif;
        color: #646464;
        line-height: 30px;
    }
    #products-filter #sort-filter,
    #products-filter #price-filter,
    #products-filter #finishing-filter,
    #products-filter #materials-filter{
        clear:both;
        width: 100%;
        display: block;
        margin-bottom: 10px;
        float:left;
        box-sizing: border-box;
    }
    #products-filter #sort-filter select,
    #products-filter #price-filter select,
    #products-filter #finishing-filter select,
    #products-filter #materials-filter select{
        float:left;
        width: calc(100% - 140px)!important;
        background: transparent;
        border: solid 1px #f2f2f2;
        padding: 8px 10px;
        color: #787878;

    }
    li.hide-item{
        display: none;
    }

    footer ul.second-footer li:nth-child(3):after{
        display: none;
    }

    .hide-mobile{display: none!important;}
    .mobile-nav { display: block;  }
    #menu-bar {
        background: #ffffff;
        position: absolute;
        z-index: 1000;
        display: none;
    }
    #menu-bar.open{
        display: block!important;
    }
    #menu-bar ul.menu li{
        height: auto;
    }

    #mobile-proof{
        float: none;
    }

    ul.menu{
        clear:both;
        float:left;
        width: 100%;
        position: relative;
    }
    ul.menu li{
        float:left;
        width: 100%;
        display: block;
        height: auto;
    }

    ul.menu>li>a{
        display: block;
        text-align: left;       
    }

    ul.menu>li>a i{
        float:right
    }

    #menu-bar ul.menu>li>a {
        display: block;
        padding: 15px;
        background: #f2f2f2;
    }

    #menu-bar ul.menu>li>a i.caret{
        content: "+";
        position: relative;
        float:right;
    }

    #menu-bar ul.menu>li>a.selected{
        color: #323232!important;
        background: #ffffff;
    }

    ul.menu li .submenu {
        float:left;
        display: block;
        background: #ffffff;
        clear:both;
        margin: 0px;
        width: 100%;
        padding: 0;      
        position: relative;
        height: auto!important;
        padding-bottom: 0!important;
    }
    ul.menu li .submenu .families {
        display: block;
        margin-left: 0px;
        width: 100%;
    }
    #menu-bar ul.menu li a.submenu-toggle i.caret-menu {
        background: url('../img/sprites/base.png') -228px -9px no-repeat;
        height: 14px;
        width: 14px;
        float: right;
        position: relative;
    }
    #menu-bar ul.menu li a.selected i.caret-menu {
        background: url('../img/sprites/base.png') -261px -9px no-repeat;
        height: 14px;
        width: 14px;
    }
    .submenu { 
        display:none;
    }
    .submenu .container{ 
        margin: 0;
        padding: 0;
    }

    .submenu li{
        padding: 0;
    }
    .submenu-toggle.selected{
        top:0px;
    }

    #menu-bar ul.menu>li>a.no-submenu i.caret-menu {
        background: url('../img/sprites/base.png') -202px -177px no-repeat;
        height: 14px;
        width: 14px;
        float:right;
        position: relative;
        display: block!important;
    }
    .submenu-toggle.selected i.caret-menu{
        background: url('../img/sprites/base.png') -202px -177px no-repeat;
    }

    #menu-bar ul.menu li ul>li a {
        font-family: "Proxima Nova Semibold", sans-serif;
        color: #787878;
        text-decoration: none;
        font-size: 13px;
        text-transform: uppercase;
        padding: 0px;
        display: block;
        line-height: 35px;
        padding-left: 10px;
    }

    ul.menu li .submenu .families ul li a:after{
        content: "";
        background: url('../img/sprites/base.png') -205px -177px no-repeat;
        height: 14px;
        width: 11px;
        position: relative;
        float:right;
        right: 36px;
        top:10px;
    }
    ul.menu li .submenu .families h2{
        display: none;
    }
    ul.menu li .submenu {
        display: none;
    }

    ul.menu li .submenu .families ul {
        clear: both;
        float:left;
        width: 100%;
        position: relative;
        border-top: solid 1px #f0f0f0;        
        height: auto;
    }
    ul.menu li .submenu.selected .families ul{

    }

    ul.menu li .submenu .explore,
    ul.menu li .submenu .banner{
        display: none;
    }
    ul.menu li .submenu ul{
        width: 100%;
        text-align: left;
        float:left;
        margin-left: 20px;

    }

    #hamburguer.selected{
        color: #c70000;
    }

    a.hassu-icon.icon-close{
        text-decoration: none;
    }

    #search-bar .search-title {
        margin-bottom: 0px;
        margin-top: 15px;
    }

    #wish-wedding ul{
        display: none;
    }

    #wedding-bar{
        text-align:center;
    }

    #search-bar .search-title input{
        color: #ffffff;
        font-size:21px;
        width: 80%;
        float:left;
    }


    #search-bar .search-title input::-webkit-input-placeholder {
        color:    #ffffff;
    }
    #search-bar .search-title input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #ffffff;
        opacity:  1;
    }
    #search-bar .search-title input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #ffffff;
        opacity:  1;
    }
    #search-bar .search-title input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #ffffff;
    }
    .search-related .col-2{
        width: 100%;
    }
    #search-bar ul.related-searches li{
        width: 100%;
    }

    #search-bar  ul.related-searches{
        float:left;
        width: 100%;
        margin-bottom: 30px;
    }

    .wedding-title{
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
    }

    #login-bar, #wishlist-bar{
        width: 100%;
        overflow: hidden;
        display: none;
        background: #c70000;
        font-family: "Proxima Nova Regular", sans-serif;
        color: #770000;
        font-size: 13px;
    }

    #wishlist-bar .title,
    #login-bar .login-title{
        padding:0 20px;
        float:left;
        box-sizing: border-box;
    }
    #wishlist-bar .title h2,
    #login-bar .login-title h2{
        font-size: 29px;
        font-family: "Proxima Nova Light", sans-serif;
        color: #ffffff;
        margin-bottom: 0px;
        font-weight: 100;
    }
    #wishlist-bar .input-block,
    #login-bar .input-block {
        box-sizing: border-box;
        /*background: #aa0000;*/
        background: transparent;
        line-height: 40px;
        /*min-height: 40px;*/
        min-height: 42px;
        padding: 0 20px;

        margin-bottom: 10px;
        border: 2px solid #ab0200;
    }
    #wishlist-bar .input-block label,
    #login-bar  .input-block label{
        width: 100px;
        float:left;
        margin-right: 3%;
        /*color:#ffffff;*/
        color: #770000;
        text-align: left;
    }
    #wishlist-bar .input-block input,
    #login-bar .input-block input,
    #login-bar input.password{
        float:left;
        width: calc(100% - 140px);
        padding: 2px;
        height: 38px;
        border:none;
        /*background: #aa0000!important;*/
        background: transparent !important;
        color:#ffffff;
        -webkit-text-fill-color: #ffffff!important;
        -webkit-box-shadow:0 0 0 40px #c80000 inset; /* Change the color to your own background color */                
    }

    /*#login-bar input.password{ 
        background: transparent;
        border:solid 2px #aa0000;
        color:#ffffff;
        float:left;
        clear:both;
        width: 100%;
        height: 40px;
        box-sizing: border-box;
        padding: 0 10px;        
    }
    #login-bar .input-block.password {
        margin-top: 10px;
        background: transparent;
        margin-bottom: 10px;
        padding:0;
    }*/
    #wishlist-bar .input-block.focus,
    #login-bar .input-block.focus {
        background: #aa0000;
    }
    #wishlist-bar .input-block.focus label,
    #login-bar  .input-block.focus label{
        color:#ffffff;
    }
    #wishlist-bar .input-block.focus input,
    #login-bar .input-block.focus input,
    #login-bar .input-block.focus input.password{
        background: #aa0000!important;
        color:#ffffff;
        -webkit-box-shadow:0 0 0 40px #aa0000 inset; /* Change the color to your own background color */                
    }



    #login-bar button[type='submit'], #login-bar .btn{
        box-sizing: border-box;
        background: #aa0000;
        line-height: 40px;
        min-height: 40px;
        border:none;
        font-family: "Proxima Nova Regular Bold", sans-serif;
        color: #ffffff;
        text-align:center;
        display: block;
        box-sizing: border-box;
        width: 100%;
    }
    .or-divider {
        border-top: solid 1px #aa0000;
        margin: 20px 0;
        text-align: center;
        margin: 0 10%;
        font-family: "Proxima Nova Light", sans-serif;
    }
    .or-divider span {
        color: #ffffff;
        position:relative;
        top: -14px;
        background: #c70000;
        padding: 10px;
        margin: 0 auto;
        font-size: 21px;
    }
    #login-bar .forgot-pass{
        margin: 20px 0 30px 0;
        text-align: center;        
    }
    #login-bar .forgot-pass a{
        font-family: "Proxima Nova Semibold", sans-serif;
        font-size: 13px;
        color: #ee4e4e;
        text-align: center;
        text-decoration: none;
    }
    #login-bar .wrapper {
        text-align: center;
    }
    #login-bar a.login-fb{
        margin-left: 0;
    }
    #login-bar .login-title,
    #login-bar .create-account h2{
        margin-top: 20px;
        text-align:center;
    }
    #login-bar .login-title p {
        margin-bottom: 10px;
    }
    #login-bar .btn{
        padding: 0px;
        margin: 20px 0 40px 0;
    }
    ul.wishlist li .image{
        width: 80px;
    }
    ul.wishlist li a{
        float:left;
        width: 100%;
    }
    ul.wishlist li{
        width: 100%;   
    }
    #wishlist-bar ul.wishlist{ margin-bottom: 30px;}
    #wishlist-bar ul.wishlist li .description p{
        clear:both;
        float:left;
        padding: 0!important;
    }
    #wishlist-bar ul.wishlist li .description p.tit{
        color: #ffffff;
        display: block;
        padding-left:0px;
    }
    #wishlist-bar ul.wishlist li p.ref{
        color: #770000;
        font-size:11px;
        font-family: "Proxima Nova Regular", sans-serif;
    }
    #wishlist-bar ul.wishlist li .description p.ref span{
        font-family: "Proxima Nova Regular Bold", sans-serif;
    }
    #wishlist-bar ul.wishlist li{
        border-bottom: solid 1px #aa0000;
        padding-bottom:10px;
    }
    #wishlist-bar .input-block{
        color:#ffffff;
        font-family: "Proxima Nova Regular", sans-serif;
        font-size: 13px;
        text-align: center;
    }

    #wishlist-bar h2{
        text-align: center;
    }
    #wishlist-bar h3{
        text-transform: lowercase;
        text-align: center;
        font-family: "Proxima Nova Semibold", sans-serif;
        color: #770000;
        margin-bottom: 20px;
    }
    #wishlist-bar .title {
        margin-top: 35px;
    }

    .continue-shopping{
        display:none;
    }
    #signin{
        box-sizing: border-box;
        min-width: 320px;
        padding:0px 20px
    }
    #signin .content h1{
        font-size: 25px;
        text-transform: none;
    }
    .box .content .reset-form label{
        display:block;
        width:100%!important;
    }
    .box .content .reset-form .inputbox{
        float:left;
        width: 100%!important;
    }
    .box .content .reset-form button[type="submit"]{
        margin-left:0px;
        margin-top: 20px;    
    }
    .logo-footer{
        margin-bottom: 40px;
    }

    #sitemap-content .newsletter{
        margin-left:0;
        width: 60%;
        float:left;
        margin-right: 0!important;
    }

    #sitemap-content .newsletter input {
        padding-left: 8px;
        margin-right: 0px;
        margin-left: 7px;
        width: calc( 100% - 73px);
        float:left;
    }
    #sitemap-content .newsletter button{
        display:none;
    }
    #sitemap-content .newsletter button.mobile{
        display: inline-block;
        width:43px;
        min-width: 10px!important;
    }

    #sitemap-content .social-networks{
        width: 36%;
        margin-left:0!important;
    }

    footer {
        box-sizing: border-box;
    }

    footer ul.first-footer{
        box-sizing: border-box;
        padding: 0 20px;
        margin-bottom: 20px;
        width: 100%;
        float:left;
        margin-top: 20px;
    }
    footer ul.first-footer li {
        width: 100%;
        float:left;
        border-bottom: solid 1px #cecece;
        line-height: 31px;
        box-sizing: border-box;
    }
    footer ul.first-footer li a{
        margin:0;
    }

    #promo .carousel-caption {
        width: auto;
    }

    footer ul.second-footer{
        clear:both;
        margin-top: 10px;
        float:left;
        text-align: center;
        width: 100%;
    }
    footer .loba{
        display: inline-block;
        clear:both;
        text-align:center;
        margin: 20px auto;
        width: 100%;
    }
    footer ul.second-footer li{
        font-size: 11px;
    }

    footer ul.second-footer li.divider{
        line-height: 20px;
        color: #969696;
        font-family: "Proxima Nova Regular", sans-serif;
    }

    #promo .carousel{
        margin-bottom:-100px;
    }
    #promo .carousel, #promo .carousel-inner {
        height: 425px!important;
    }

    #home-banners {
        box-sizing: border-box;
        padding: 0 10px;
    }
    #home-banners .col-2, #home-banners .col-4{
        width:50%;
        overflow: hidden
    }
    #home-banners .col-2:last-child{
        width: 100%;
        clear:both;
        padding-left:0;
    }
    #home-banners .col-2:last-child .image-home-extra{
        margin-left:0;
    }
    #promo .carousel-indicators {
        top: 300px;
    }
    #products-page {
        border-top: solid 1px #eeeeee;
    }
    #products-page #products-filter {
        float:left;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    #products-filter #family-filter {
        clear:both;
        float:left;
        width: 100%!important;
        margin: 10px 0;
    }
    #products-filter #family-filter select{
        width:100%;
    }

    #products-page #other-filters label{
        width: 150px!important;
        clear:both!important;
        position: initial!important;
    }

    /* filtros pagina produtos */
    #products-filter #other-filters .pull-right-wrapper{
        float:left;
    }
    #products-page .product-listing{
        width:100%;
    }
    #products-page .product-listing .product-listing-content{
        padding: 0 10px;
    }
    #products-page #family-filters {
        width: 100%;
    }

    #cookiesNotification{
        text-align:center;

    }
    #cookiesNotification a.btn{
        float:none;
        margin:0 auto;
        text-align: center
    }

    #products-page #product-list {
        float:left;
        width:100%;
    }
    .product {
        width: 30.7%;
    }
    .product:nth-child(4n) {
        margin-right: 0;
    }
    .product:nth-child(4n+1) {
        clear:both;
    } 

    .product-listing .paginator{
        padding-bottom: 30px;
        height: auto;
        float:left;

    }
    .product-listing .paginator .col-left{
        width: 100%;
        clear:both;
        border-top: solid 1px #dcdcdc;
        padding-top: 10px;
        padding-left: 0;
        text-align: center;
    }
    .product-listing .paginator .col-center, .product-listing .paginator .col-right{
        width: 95%;
        line-height: 37px;
        float: none;
        clear: both;
        margin: 0 auto;
    }

    .product-listing .paginator .col-right a {
        width: 100%;
    }

    #product-detail .product-nav {
        box-sizing: border-box;
        border-top: solid 1px #eeeeee
    }
    #product-detail .product-nav .back{
        padding-left: 10px;
    }
    #product-detail .product-nav .next-prev{
        padding-right: 20px;
    }
    #product-detail .product-nav a{
        font-size: 11px;
    }

    #product-detail .title{
        width: 100%;
        padding: 0 10px;
        box-sizing:border-box;
    }

    ul.tabs2 li{
        border-top: 0;
        width: 100%;
    }

    ul.tabs2 li a{
        border:none;
        padding-right: 30px;
        border-bottom: solid 1px #dcdcdc;   
    }

    #product-detail .information ul.tabs2 li a{
        border:none;
        text-indent: 0!important;
        padding-right: 20px;

    }
    #product-detail .information ul.tabs2 li {
        border-top: solid 1px #dcdcdc;
        border-bottom: solid 1px #dcdcdc;
        background: #f2f2f2;
        padding: 0 20px;
        box-sizing:border-box;
    }
    #product-detail .information ul.tabs2 li a.active{
        border-top:none;

    }
    #product-detail .information ul.tabs2 li.active {
        background: #ffffff;
        border-bottom: none;
    }

    #product-detail .information ul.tabs2 li.active a{
        border-top: none;
        border-bottom: none;
        border-bottom: solid 1px #dcdcdc;
    }

    #product-detail .information ul.tabs2 li .tab-content{
        display: none;
        width: 100%;
    }
    #product-detail .information ul.tabs2 li.active .tab-content{
        display: block;
    }

    #product-detail .information ul.tabs2 li a:after,
    #product-detail .information ul.tabs2 li.active a:after{
        background: url('../img/sprites/base.png') -346px -74px no-repeat;
        position: absolute;
        content: ' ';
        right: 20px;
        height: 20px;
        width: 20px;
    }

    #product-detail .information ul.tabs2 li.active a:after{
        background: url('../img/sprites/base.png') -328px -74px no-repeat;
    }

    #product-detail .promos {
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    #product-detail .promos ul li{
        width: 100%;
        margin-bottom: 10px;
    }

    #product-detail .bag-options .item-row {
        padding-left: 0px;
        box-sizing: border-box;
    }
    #product-detail .bag-options .item-row select.large{
        width: 60%;
    }

    #product-detail .bag-options .item-row.border-bot{
        border-bottom: 10px;
    }
    #bundles .product-looks, #bundles .related-products{
        width: 100%;
        float:left;
    }
    #bundles {
        padding: 20px 20px;
        box-sizing: border-box;
    }
    #bundles ul.look li .image, #bundles .related-products ul li .image{
        /* height: 272px; */
        min-height: 120px;
    }
    #bundles .add-look{
        width: 100%;
        text-align: center;
        clear:both;
        float: none;
        padding: 10px 0;
    }
    #bundles .product-looks a.btn{
        float:none;
        border: solid 2px #b4b4b4;
        text-align: center;
        background: transparent;
        color:#b4b4b4;
        padding-left: 40px;
        padding-right: 40px;
    }

    #digital-ruller{
        padding: 0 20px;
    }
    #signin{
        border-top: solid 1px #f0f0f0;
    }

    #signin .box .content{
        box-sizing: border-box;
    }
    .box.thirds{
        width: 100%;
    }
    #signin .content .login-form{
        width:100%;
    }

    #signin .box .content button[type="submit"]{
        margin-left:0px;    
        float:left;
        clear:both;
    }
    .box .content .form .forgot-pass{
        margin-left:0px;
    }
    .box .content .form label{
        width: 100%;
        float:left;
    }
    .box .content .form input{
        clear:both;
        float:left;
        width: 100%;
    }

    #signin .content .box a.login-fb{
        position: relative;
        left: 20px;
        top: 20px;
        float: left;
        padding: 2px 20px 0px 0;
        margin-left: 20px;
    }
    #signin .box .content .create-account{
        width: 100%;
        margin: 35px 0;
    }
    .box .content .form, input{
        width: 100%;
        box-sizing: border-box;
    }

    #signin .content .or-div{
        width: 100%;
        padding-top:0;
        margin: 20px 0;
        text-align: center;
        display: block;
    }
    #signin .content .guest-checkout{
        width: 100%;
    }
    #bag {
        padding: 0 10px;
        box-sizing: border-box;
    }
    #bag .summe .total{
        width: 60%;
    }
    #bag .summe .total ul li{
        width: 100%;
    }
    #shopping-bag #bag, #empty-bag {
        border-top: solid 1px #dcdcdc;
        margin-top: 0;
        padding: 20px 10px;
        box-sizing: border-box;
    }
    #bag .continue-shopping.checkout-show{
        display: block;
        padding: 10px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    #bag .continue-shopping.checkout-show .go-checkout{
        clear:both;
        margin: 0 auto;
        clear:both;
        width: 100%;
    }
    #bag .continue-shopping.checkout-show .continue-link{
        display: none;
    }
    #shopping-bag #empty-bag h1, #shopping-bag #bag .left h1 {
        font-size: 25px;
    }

    .bag-title-mb{
        display: none;
        width: 100%;
        margin-bottom: 5px;
        text-align: left;
    }
    #bag .continue-shopping a.continuShop{
        display: block;
    }

    #shopping-bag #empty-bag{
        background: none;
        min-height: 200px;
    }

    /* checkout */ 

    #checkout {
        border-top: solid 1px #dcdcdc;
        box-sizing: border-box;
        padding: 0 10px;
    }
    #checkout h1 {
        font-size: 25px;
    }

    #checkout .col-30{
        width: 47%;
    }

    #checkout .box .content .col-30{
        padding: 0!important;
    }

    #billing-group .col-3, 
    #new-address-form .col-3, 
    #billing-address-form .content .col-3,
    #billing-address-form .content .col-6{
        padding: 0;
        box-sizing: border-box;
    }
    #billing-group .col-3, 
    #new-address-form .col-3, 
    #billing-address-form .content .col-3{
        width: 50%;
        box-sizing: border-box;
    }

    #billing-address-form .content .col-3:nth-child(2n){
        padding-right: 0px;
    }

    #new-address-form .col6 input,
    #new-address-form .col6 select,
    #billing-address-form .content .col-6 input, 
    #billing-address-form .content .col-6 select{
        width: 100%;
    }

    #review-order{
        width: 100%!important;
    }
    #shippment_select .col-3,
    #shippment_select .col-3 .radioWrapper,
    #checkout #payment_options .col-3,
    #checkout #payment_options .col-3 .radioWrapper{
        margin-left:0;
        padding-left: 0;        
    }

    #checkout-done {
        padding: 0 10px;
        box-sizing: border-box;
        border-top: solid 1px #dcdcdc;
    }

    #checkout-done .payment-method-box {
        margin-left: 0;
    }
    #checkout-done #payment-box{
        padding: 33px 0;
    }

    .payment-data-box{
        clear:both;
    }

    #checkout-done .col-2{
        width: 100%;
    }

    ul.groupbuy-sel{

    }

    ul.groupbuy-sel li span.left{
        width: 55%;
    }
    ul.groupbuy-sel li span.right{
        width: 45%;
    }
    ul.groupbuy-sel li span.right.block{
        width: 100%;
        clear:both;
        margin-top:10px;
    }

    .userBlock ul.groupbuy-sel{
        line-height: 15px;
    }
    .userBlock ul.groupbuy-sel li span.left{
        width: 20%;
    }
    .userBlock ul.groupbuy-sel li span.right{
        width: 80%;
    }

    .group-buy {
        box-sizing: border-box;
    }
    .group-buy .col-30{
        padding:0 10px!important;
    }


    .groupbuy-friendPage {
        border-top: solid 1px #dcdcdc;
        padding: 0 10px!important;
        box-sizing: border-box;
    }
    .groupbuy-friendPage .container .content{
        width: 100%;
        margin:0;
        padding: 0 10px!important;
        box-sizing: border-box;
    }

    .institucional {
        border-top: solid 1px #dcdcdc;
    }
    .institucional{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .institucional .content ul#stores>li, .institucional .content ul#contacts>li{
        width: calc(50% - 20px);        
        padding: 10px;
        margin-right: 0;
    }
    .institucional .content ul#stores>li:nth-child(2n+1), .institucional .content ul#contacts>li:nth-child(2n+1){
        clear:both;
    }

    .institucional .side-menu ul.institucional-menu {
        font-size: 25px;
        line-height: 30px;
    }

    .institucional .side-menu ul.institucional-menu>li.selected>a{
        float:left;
    }
    .institucional .content #pager .col30{
        width: 100%;
        float:left;
        margin-bottom: 15px;
        text-align: center;
    }

    .institucional .content #contact-form{
        width:100%;
    }
    .institucional .content ul#contacts li .store-contact .address{
        padding:0!important;
    }

    #user-dashboard {
        border-top: solid 1px #dcdcdc;
        padding: 17px 10px;
    }
    #user-dashboard #greetings-mobile{
        display: block;
        clear:both;
        margin-top:20px;
        border-bottom: solid 1px #dcdcdc;
        border-top: solid 1px #dcdcdc;
        padding: 10px 10px 10px 10px;
        box-sizing: border-box;
    }
    #user-dashboard #greetings-mobile p{
        font-size: 13px;
        font-family: "Proxima Nova Regular", sans-serif;
        color: #969696;
        line-height: 19px;
    }

    #greetings-mobile h1{
        font-size: 25px;
    }

    #user-dashboard ul.tabs {
        background: #ffffff;
        box-sizing: border-box;
    }

    #user-dashboard ul.tabs li {
        float:left;
        width: 100%;

        .product-listing .paginator .col-right a {
            width: 100%;
        }

        #product-detail .product-nav {
            box-sizing: border-box;
            border-top: solid 1px #eeeeee
        }
        #product-detail .product-nav .back{
            padding-left: 10px;
        }
        #product-detail .product-nav .next-prev{
            padding-right: 20px;
        }
        #product-detail .product-nav a{
            font-size: 11px;
        }

        #product-detail .title{
            width: 100%;
            padding: 0 10px;
            box-sizing:border-box;
        }

        ul.tabs2 li{
            border-top: 0;
            width: 100%;
        }

        ul.tabs2 li a{
            border:none;
            padding-right: 30px;
            border-bottom: solid 1px #dcdcdc;   
        }

        #product-detail .information ul.tabs2 li a{
            border:none;
            text-indent: 0!important;
            padding-right: 20px;

        }
        #product-detail .information ul.tabs2 li {
            border-top: solid 1px #dcdcdc;
            border-bottom: solid 1px #dcdcdc;
            background: #f2f2f2;
            padding: 0 20px;
            box-sizing:border-box;
        }
        #product-detail .information ul.tabs2 li a.active{
            border-top:none;

        }
        #product-detail .information ul.tabs2 li.active {
            background: #ffffff;
            border-bottom: none;
        }

        #product-detail .information ul.tabs2 li.active a{
            border-top: none;
            border-bottom: none;
            border-bottom: solid 1px #dcdcdc;
        }

        #product-detail .information ul.tabs2 li .tab-content{
            display: none;
            width: 100%;
        }
        #product-detail .information ul.tabs2 li.active .tab-content{
            display: block;
        }

        #product-detail .information ul.tabs2 li a:after,
            #product-detail .information ul.tabs2 li.active a:after{
            background: url('../img/sprites/base.png') -346px -74px no-repeat;
            position: absolute;
            content: ' ';
            right: 20px;
            height: 20px;
            width: 20px;
        }

        #product-detail .information ul.tabs2 li.active a:after{
            background: url('../img/sprites/base.png') -328px -74px no-repeat;
        }

        #product-detail .promos {
            margin: 0;
            padding: 0 10px;
            box-sizing: border-box;
        }

        #product-detail .promos ul li{
            width: 100%;
            margin-bottom: 10px;
        }

        #product-detail .bag-options .item-row {
            padding-left: 20px;
            box-sizing: border-box;
        }

        #product-detail .bag-options .item-row.border-bot{
            border-bottom: 10px;
        }
        #bundles .product-looks, #bundles .related-products{
            width: 100%;
            float:left;
        }
        #bundles {
            padding: 20px 20px;
            box-sizing: border-box;
        }
        #bundles ul.look li .image, #bundles .related-products ul li .image{
            /* height: 272px; */
        }
        #bundles .add-look{
            width: 100%;
            text-align: center;
            clear:both;
            float: none;
            padding: 10px 0;
        }
        #bundles .product-looks a.btn{
            float:none;
            border: solid 2px #b4b4b4;
            text-align: center;
            background: transparent;
            color:#b4b4b4;
            padding-left: 40px;
            padding-right: 40px;
        }

        #digital-ruller{
            padding: 0 20px;
        }
        #signin{
            border-top: solid 1px #f0f0f0;
        }

        #signin .box .content{
            box-sizing: border-box;
        }
        .box.thirds{
            width: 100%;
        }
        #signin .content .login-form{
            width:100%;
        }

        #signin .box .content button[type="submit"]{
            margin-left:0px;    
            float:left;
            clear:both;
        }
        .box .content .form .forgot-pass{
            margin-left:0px;
        }
        .box .content .form label{
            width: 100%;
            float:left;
        }
        .box .content .form input{
            clear:both;
            float:left;
            width: 100%;
        }

        #signin .content .box a.login-fb{
            position: relative;
            left: 20px;
            top: 20px;
            float: left;
            padding: 2px 20px 0px 0;
            margin-left: 20px;
        }
        #signin .box .content .create-account{
            width: 100%;
            margin: 35px 0;
        }
        .box .content .form, input{
            width: 100%;
            box-sizing: border-box;
        }

        #signin .content .or-div{
            width: 100%;
            padding-top:0;
            margin: 20px 0;
            text-align: center;
            display: block;
        }
        #signin .content .guest-checkout{
            width: 100%;
        }
        #bag {
            padding: 0 10px;
            box-sizing: border-box;
        }
        #bag .summe .total{
            width: 60%;
        }
        #bag .summe .total ul li{
            width: 100%;
        }
        #shopping-bag #bag, #empty-bag {
            border-top: solid 1px #dcdcdc;
            margin-top: 0;
            padding: 20px 10px;
            box-sizing: border-box;
        }
        #bag .continue-shopping.checkout-show{
            display: block;
            padding: 10px 20px;
            box-sizing: border-box;
            text-align: center;
        }
        #bag .continue-shopping.checkout-show .go-checkout{
            clear:both;
            margin: 0 auto;
            clear:both;
            width: 100%;
        }
        #bag .continue-shopping.checkout-show .continue-link{
            display: none;
        }
        #shopping-bag #empty-bag h1, #shopping-bag #bag .left h1 {
            font-size: 25px;
        }

        .bag-title-mb{
            display: none;
            width: 100%;
            margin-bottom: 5px;
            text-align: left;
        }
        #bag .continue-shopping a.continuShop{
            display: block;
        }

        #shopping-bag #empty-bag{
            background: none;
            min-height: 200px;
        }

        /* checkout */ 

        #checkout {
            border-top: solid 1px #dcdcdc;
            box-sizing: border-box;
            padding: 0 10px;
        }
        #checkout h1 {
            font-size: 25px;
        }

        #checkout .col-30{
            width: 47%;
        }

        #checkout .box .content .col-30{
            padding: 0!important;
        }

        #billing-group .col-3, 
        #new-address-form .col-3, 
        #billing-address-form .content .col-3,
        #billing-address-form .content .col-6{
            padding: 0;
            box-sizing: border-box;
        }
        #billing-group .col-3, 
        #new-address-form .col-3, 
        #billing-address-form .content .col-3{
            width: 50%;
            box-sizing: border-box;
        }

        #billing-address-form .content .col-3:nth-child(2n){
            padding-right: 0px;
        }

        #new-address-form .col6 input,
        #new-address-form .col6 select,
        #billing-address-form .content .col-6 input, 
        #billing-address-form .content .col-6 select{
            width: 100%;
        }



        #shippment_select .col-3,
        #shippment_select .col-3 .radioWrapper,
        #checkout #payment_options .col-3,
        #checkout #payment_options .col-3 .radioWrapper{
            margin-left:0;
            padding-left: 0;        
        }

        #checkout-done {
            padding: 0 10px;
            box-sizing: border-box;
            border-top: solid 1px #dcdcdc;
        }

        #checkout-done .payment-method-box {
            margin-left: 0;
        }
        #checkout-done #payment-box{
            padding: 33px 0;
        }

        .payment-data-box{
            clear:both;
        }

        #checkout-done .col-2{
            width: 100%;
        }

        ul.groupbuy-sel{

        }

        ul.groupbuy-sel li span.left{
            width: 55%;
        }
        ul.groupbuy-sel li span.right{
            width: 45%;
        }
        ul.groupbuy-sel li span.right.block{
            width: 100%;
            clear:both;
            margin-top:10px;
        }

        .userBlock ul.groupbuy-sel{
            line-height: 15px;
        }
        .userBlock ul.groupbuy-sel li span.left{
            width: 20%;
        }
        .userBlock ul.groupbuy-sel li span.right{
            width: 80%;
        }

        .group-buy {
            box-sizing: border-box;
        }
        .group-buy .col-30{
            padding:0 10px!important;
        }


        .groupbuy-friendPage {
            border-top: solid 1px #dcdcdc;
            padding: 0 10px!important;
            box-sizing: border-box;
        }
        .groupbuy-friendPage .container .content{
            width: 100%;
            margin:0;
            padding: 0 10px!important;
            box-sizing: border-box;
        }

        .institucional {
            border-top: solid 1px #dcdcdc;
        }
        .institucional{
            padding: 0 10px;
            box-sizing: border-box;
        }
        .institucional .content ul#stores>li, .institucional .content ul#contacts>li{
            width: calc(50% - 20px);        
            padding: 10px;
            margin-right: 0;
        }
        .institucional .content ul#stores>li:nth-child(2n+1), .institucional .content ul#contacts>li:nth-child(2n+1){
            clear:both;
        }

        .institucional .side-menu ul.institucional-menu {
            font-size: 25px;
            line-height: 30px;
        }

        .institucional .side-menu ul.institucional-menu>li.selected>a{
            float:left;
        }
        .institucional .content #pager .col30{
            width: 100%;
            float:left;
            margin-bottom: 15px;
            text-align: center;
        }

        .institucional .content #contact-form{
            width:100%;
        }
        .institucional .content ul#contacts li .store-contact .address{
            padding:0!important;
        }

        #user-dashboard {
            border-top: solid 1px #dcdcdc;
            padding: 17px 10px;
        }
        #user-dashboard #greetings-mobile{
            display: block;
            clear:both;
            margin-top:26px;
            border-bottom: solid 1px #dcdcdc;
            padding: 0 10px 20px 10px;
            box-sizing: border-box;
        }

        #greetings-mobile h1{
            font-size: 25px;
        }

        #user-dashboard ul.tabs {
            background: #ffffff;
            box-sizing: border-box;
        }

    }
    ul.mobile-account li a {
        width: 100%;
        color: #ffffff;
        font-size: 13px;
        font-family: "Proxima Nova Regular", sans-serif;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 45px;
        display: block;
    }

    .btn-wish{
        width: 100%;
        text-decoration: none;
        box-sizing: border-box;
        background: #aa0000;
        line-height: 40px;
        min-height: 40px;
        padding: 0 20px;
        color: #ffffff;
        display: block;
        margin-bottom: 40px;
        text-align: center;
    }

    .product-listing{
        margin-bottom: 200px!important;
    }
    #products-page #product-cover-bottom {
        width: 100%!important;
    }

    ul.mobile-account li {
        width: 100%;
    }

    .tab table td.order-no{
        font-size: 15px;
    }
    table td.table-options{
        float:left;
        clear:left;
        width: 100%;
    }

    #user-dashboard a{
        padding: 10px 15px;
    }
    #user-dashboard a.active{
        padding-left: 40px;
    }
    #my-addresses .col.col-4{
        width: 100%;
    }
    #my-addresses .col.col-2{
        width: 100%;
        clear:both; float:left;
    }
    #my-addresses .col.col-2 .col-3,
    #my-addresses .col.col-2 .col-6{
        padding: 0;
    }
    #my-addresses .col.col-2 .col-3 input,
    #my-addresses .col.col-2 .col-3 input.w100{
        width: 100%!important;
    }

    .showWeddingForm.btnCreateTop{
        display: none;
    }

    .showWeddingForm.bottom-btn {
        display: block;
    }
}
