/* ===== Start Desktops and laptops
--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 0px) and (max-width: 1440px) {
	.container {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	.product-filter {
	    width: 280px;
	    margin-right: 40px;
	}

	.archive-products-list.category-page-list {
	    width: calc(100% - 320px);
	}

	.search .archive-products-list.category-page-list,
	.product-page-list.archive-products-list,
	.tax-product_tag .archive-products-list,
	.term-pachete-cadou .archive-products-list {
		width: 100% !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1230px) {
    .desktop-checkout-review, .desktop-checkout-review.fixed, .desktop-checkout-review.fixed.stopped-sticky {
        position: relative;
        left: 0px;
        top: 0px;
        float: none;
        width: 100%;
        padding: 0px;
        background: #fff;
    }

    .woocommerce-checkout-review-order-table h2 {
    	text-align: left;
    }

    .woocommerce-checkout-review-order-table h2:after {
		content: '';
	    position: absolute;
	    left: 0;
	    top: 50%;
	    width: 20px;
	    height: 20px;
	    background: url('../img/bgi/summary-black.svg') no-repeat center center;
	    -webkit-transform: translateY(-50%);
	    transform: translateY(-50%);
	}

	.default-checkout {
		float: none;
		margin: 0 auto;
	}

}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	.thumbnail-container-main {
		width: 100%;
	}

	.thumbnail-container .slick-arrow {
		top: 50%;
		bottom: auto;
		left: auto;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
	}
	.thumbnail-container .slick-prev {
		left: 0px;
		background: rgba(255,255,255, .3) url('../img/bgi/arrow-left.svg') no-repeat center center;
	}

	.thumbnail-container .slick-next {
		right: 0;
		background: rgba(255,255,255, .3) url('../img/bgi/arrow-right.svg') no-repeat center center;
	}

	.thumbnail-container {
		width: 100%;
		margin: 0px;
	}

	.product-image .thumbnail-container .slick-slide {
        padding: 10px 5px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.center-menu ul li a {
		padding: 0px 10px 10px;
	}

	.home-column-inner .text-content h2 {
	    font-size: 38px;
	    line-height: 42px;
	}

	.home-column-inner .text-content p br {
		display: none;
	}

	.home-column-inner .text-content {
	    padding: 0px 40px;
	}

	.product-filter {
	    width: 260px;
	    margin-right: 40px;
	}

	.archive-products-list.category-page-list {
	    width: calc(100% - 300px);
	}

	.search .archive-products-list.category-page-list,
	.product-page-list.archive-products-list,
	.tax-product_tag .archive-products-list,
	.term-pachete-cadou .archive-products-list {
		width: 100% !important;
	}

	.product-image {
		width: 540px;
	}

	.default-summary {
		width: calc(100% - 580px);
	}

	.main-image {
		width: 430px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation.default-account-navigation {
		width: 260px;
	}

	.woocommerce-account .woocommerce-MyAccount-content.default-account-content {
		width: calc(100% - 300px);
	}

	.dashboard-container {
		flex-wrap: wrap;
	}

	.dashboard-container .dash-box,
	.dashboard-container .dash-box.address-list {
	    width: 100%;
	}

	.default-account-content .dash-box-content .btn {
		position: relative;
		margin-top: 10px;
	}

	.default-account-content .dash-box-content {
		text-align: left;
		padding: 20px 0px;
	}

	.account-detail-column {
		width: 100%;
	}

	.account-detail-column.column-2 h2 {
		padding-left: 0px;
	}

	.account-detail-column.column-2 .column-inner {
	    margin-left: 0px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1023px) {
	.thumbnail-container-main {
		width: 100%;
	}

	.center-menu {
		display: none;
	}

	.normal-nav-mobile {
		display: block;
		margin-bottom: 30px;
	}

	.normal-nav-mobile li a{
	    position: relative;
	    display: block;
	    line-height: 30px;
	    font-size: 16px;
	    font-weight: 600;
	    text-decoration: none;
	    text-transform: uppercase;
	    color: #000;
	    -webkit-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	}

	.menu-nav-inner {
		margin-bottom: 0px;
	}

	.search-wrapper {
		position: relative;
		float: left;
	    bottom: 0;
    	width: 30px;
    	height: 36px;
	}

	.search-wrapper .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
		max-width: 30px !important;
		height: 36px;
	}

	.search-wrapper .dgwt-wcas-ico-magnifier,
	.search-wrapper .dgwt-wcas-ico-magnifier-handler {
		margin: 9px 5px 8px;
	}

	.menu-toggle {
		margin-top: 0px;
	}

	.woocommerce .default-cart-container .cart-collaterals {
		width: 400px;
		float: none;
		margin: 0 auto;
	}

	.default-cart-form {
		float: none;
		width: 100%;
	}

	.woocommerce-cart .default-cart-form table.cart .product-thumbnail {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.home-column-inner .text-content h2 {
	    font-size: 38px;
	    line-height: 42px;
	}

	.home-column-inner .text-content {
	    padding: 0px 30px;
	}

	.home-column-inner .text-content p {
		margin: 15px 0px;
	}

	.home-column-inner .text-content p br {
		display: none;
	}

	.product-filter {
	    width: 240px;
	    margin-right: 30px;
	}

	.tax-product_cat .archive-products-list.category-page-list {
	    width: calc(100% - 270px);
	}

	.woocommerce .archive-products-list ul.products li.product,
	.woocommerce-page .archive-products-list ul.products li.product {
	    width: calc(100% / 2 - 10px) !important;
	    margin-right: 20px !important;
	    margin-bottom: 30px !important;
	    clear: none !important;
	}

	.woocommerce .archive-products-list ul.products li.product:nth-child(2n),
	.woocommerce-page .archive-products-list ul.products li.product:nth-child(2n) {
		margin-right: 0px !important;
		float: left !important;
	}

	.page-title {
	    margin: 30px 0px;
	}

	.product-image {
		width: 360px;
		margin-right: 20px;
	}

	.default-summary {
		width: calc(100% - 380px);
	}

	.main-image {
		width: 100%;
	}

	.thumbnail-container {
		width: 100%;
		margin: 0px;
	}

	.product-image .thumbnail-container .slick-slide {
		padding: 10px 5px;
	}

	.desktop-checkout-review.fixed {
		left: auto;
		right: 15px;
	}

	.desktop-checkout-review {
		width: 300px;
		margin-left: 20px;
	}

	.default-checkout {
	    width: calc(100% - 320px);
	}

	.product-checkout-thumbnail {
		width: 80px;
	}

	.product-checkout-info {
	    width: calc(100% - 90px);
	}

	.woocommerce-account .woocommerce-MyAccount-navigation.default-account-navigation {
		width: 240px;
		margin-right: 20px;
	}

	.woocommerce-account .woocommerce-MyAccount-content.default-account-content {
		width: calc(100% - 260px);
	}

	.dashboard-container {
		flex-wrap: wrap;
	}

	.dashboard-container .dash-box,
	.dashboard-container .dash-box.address-list {
	    width: 100%;
	}

	.default-account-content .dash-box-content .btn {
		position: relative;
		margin-top: 10px;
	}

	.default-account-content .dash-box-content {
		text-align: left;
		padding: 20px 0px;
	}

	.account-detail-column {
		width: 100%;
	}

	.account-detail-column.column-2 h2 {
		padding-left: 0px;
	}

	.account-detail-column.column-2 .column-inner {
	    margin-left: 0px;
	}

	.orders-inner {
		overflow-x: auto;
	}

	.woocommerce table.my_account_orders.shop_table {
		width: 700px;
	}

	.image-row figure {
		width: 100%;
	}

	.image-row .row-text {
		width: 100%;
		padding: 20px 0px;
	}

	.image-right-row figure {
    	order: 1;
	}

	.image-right-row .row-text {
		order: 2;
	}

	.image-row .row-text h2 {
	    margin-bottom: 20px;
	    font-size: 38px;
	}

	.wishlist-section .tinv-wishlist table.tinvwl-table-manage-list tbody td {
		display: table-cell !important;
		width: auto !important;
		padding: 10px !important;
	}

	.wishlist-section .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
		width: 35px !important;
	}

	.wishlist-section .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-thumbnail {
		width: 60px !important;
		min-width: 60px !important;
		padding: 0px !important;
	}

	.wishlist-section .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-name {
		width: calc(100% - 295px) !important;
		text-align: left;
	}

	.wishlist-section .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-price {
		width: 80px !important;
	}

	.wishlist-section .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-stock {
		width: 60px !important;
	}

	.wishlist-section .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-action {
		width: 40px !important;
	}

	.wishlist-section .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-action button {
		font-size: 0px !important;
		width: 40px !important;
		height: 40px !important;
		padding: 10px !important;
		background: url('../img/bgi/cart.svg') no-repeat center center !important;
	}

	.tinv-wishlist .product-thumbnail img {
		max-width: 60px !important;
	}

	.wishlist-section .tinv-wishlist table.tinvwl-table-manage-list tfoot td {
		display: table-cell;
	}

	.search .archive-products-list.category-page-list,
	.product-page-list.archive-products-list,
	.tax-product_tag .archive-products-list,
	.term-pachete-cadou .archive-products-list {
		width: 100% !important;
	}

	.tax-product_tag .archive-products-list ul.products li.product, 
	.search .archive-products-list ul.products li.product, 
	.product-page-list.archive-products-list ul.products li.product,
	.term-pachete-cadou .archive-products-list ul.products li.product {
	    width: calc(100% / 3 - 20px) !important;
        margin-right: 30px !important;
	    clear: none !important;
	}

	.tax-product_tag .archive-products-list ul.products li.product:nth-child(2n), 
	.search .archive-products-list ul.products li.product:nth-child(2n), 
	.product-page-list.archive-products-list ul.products li.product:nth-child(2n),
	.term-pachete-cadou .archive-products-list ul.products li.product:nth-child(2n) {
		margin-right: 30px !important;
		float: left !important;
	}

	.tax-product_tag .archive-products-list ul.products li.product:nth-child(3n), 
	.search .archive-products-list ul.products li.product:nth-child(3n), 
	.product-page-list.archive-products-list ul.products li.product:nth-child(3n),
	.term-pachete-cadou .archive-products-list ul.products li.product:nth-child(3n) {
		margin-right: 0px !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.menu-text {
		display: none;
	}

	.mobile-skip-links {
		display: block;
	}

	.right-header .account-icon,
	.right-header .whishlist-container {
		display: none;
	}

	.nav-top-header {
		display: flex;
		justify-content: space-between;
	}

	.login-popup-container, .cart-inner {
		width: 100%;
	}

	.header-bottom .container {
		display: block;
	}

	.left-header,
	.center-header {
		float: left;
	}

	.right-header {
		float: right;
	}

	.header-bottom .container:before,
	.header-bottom .container:after {
		display: block;
	}

	.center-header {
		margin-left: 10px;
	}

	.nav-top-header .language-select {
		display: block;
		top: 15px;
		right: auto;
		left: 15px;
	}

	.header-top .language-select {
		display: none;
	}

	.desktop-slider {
		display: none !important;
	}

	.mobile-slider {
		display: block !important;
	}

	.home-column-inner {
	    width: 100%;
	}

	.home-column-inner .text-content {
	    padding: 20px;
	    text-align: center;
	}

	.home-column-inner .text-content h2 {
	    font-size: 32px;
	    line-height: 38px;
	}

	.home-column-inner .text-content p br {
		display: none;
	}

	.category-list li {
	    width: 50%;
	    padding: 1px;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}

	.white-btn {
		height: 40px;
		line-height: 40px;
	}

	.category-list li a .category-name {
		font-size: 12px;
		letter-spacing: 0;
	}

	.section-title h2,
	.seo-section h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.seo-section h2 {
		margin-bottom: 30px;
	}

	.carousel-list a h3 {
		line-height: 18px;
		height: 54px;
	}

	.collection-list li {
    	width: 100%;
    	margin-bottom: 5px;
	}

	.section-title {
		margin: 20px 0px 30px;
	}

	.newsletter-email-input,
	.newsletter-submit-input {
		width: 100%;
	}

	.newsletter-subscribe {
		width: 90%;
	}

	.footer-newsletter-form,
	.newsletter-text {
		position: relative;
		z-index: 2;
	}

	.footer-col {
		margin-bottom: 20px;
	    width: 50%;
    	text-align: center;
	}

	.footer-col.footer-social {
		width: 100%;
	}

	.footer-bottom {
    	padding: 0px 0px 40px;
	}

	.anpc a {
	    max-width: 40%;
	    margin: 0px 5%;
	}

	.archive-products-list.category-page-list {
		width: 100%;
	}

	.woocommerce .archive-products-list ul.products li.product,
	.woocommerce-page .archive-products-list ul.products li.product {
		float: left !important;
		width: calc(50% - 5px) !important;
		margin-right: 10px !important;
	}

	.woocommerce .archive-products-list ul.products li.product:nth-child(3n), 
	.woocommerce-page .archive-products-list ul.products li.product:nth-child(3n) {
		margin-right: 10px !important;
	}

	.woocommerce .archive-products-list ul.products li.product:nth-child(2n), 
	.woocommerce-page .archive-products-list ul.products li.product:nth-child(2n) {
		margin-right: 0px !important;
	}

	.category-top-row .btn {
		display: block;
		float: left;
		background: #f6ebd8;
		height: 40px;
		width: 40%;
		line-height: 40px;
	}

	.category-page-list .sorting-filter .awf-filter-wrapper:first-child {
		display: none;
	}

	.sorting-filter {
		float: right;
		width: 55%;
	}

	.category-page-list .sorting-filter .awf-filter-wrapper:last-child {
	    width: 100%;
	}

	.page-title {
	    margin: 30px 0px;
	}

	.page-title h1 {
		font-size: 28px;
		line-height: 32px;
	}

	.minicart-enter {
		padding: 0px 0px 20px;
	}

	.woocommerce-mini-cart li .product-link {
		padding: 40px 10px 10px;
	}

	.product-image {
		width: 100%;
		margin-right: 0px;
	}

	.default-summary {
		width: 100%;
	}

	.main-image {
		width: 100%;
	}

	.thumbnail-container {
		width: 100%;
		margin: 0px;
	}

	.product-image .thumbnail-container .slick-slide {
		padding: 10px 5px;
	}

	.summary-inner .product-title,
	.summary-inner .title-center {
		display: none;
	}

	.product-image .product-title {
    	display: block;
	    font-size: 24px;
	    font-weight: 600;
	    line-height: 28px;
	}

	.product-image .title-center {
		display: block;
		margin-bottom: 20px;
	}

	.product-inner-tag {
		margin-top: 20px;
	}

	.product-info-container {
		margin-top: 0px;
	}

	.product-info-container .about-product,
	.product-info-container .product-specification-wrapper {
		width: 100%;
	}

	.product-info-container:after {
		display: none;
	}

	.woocommerce .default-cart-container .cart-collaterals {
		width: 100%;
	}

	.default-cart-form {
		margin-right: 0px;
	}

	.woocommerce .default-cart-form table.shop_table td.product-cart-description {
		flex-wrap: wrap;
	}

	.woocommerce-cart .default-cart-form table.cart .product-thumbnail {
		width: 100%;
	}

	.prod-cart-info {
		width: 100%;
		margin-left: 0px;
		padding-top: 20px;
	}

	.prod-cart-skip .quantity-wrapper {
		width: 100px;
		margin-right: 0px;
	}

	.prod-cart-skip .quantity-wrapper input {
	    width: 28px !important;
	}

	.prod-cart-skip .quantity-wrapper span {
	    width: 35px;
	}

	.prod-cart-skip .amount,
	.prod-cart-skip .prod-cart-item-subtotal {
		width: calc((100% - 100px) / 2);
	}

	.desktop-checkout-review {
		display: none;
	}

	.default-checkout {
		width: 100%;
	}

	.woocommerce-checkout-review-order-table {
		display: block;
	}

	.woocommerce-checkout-review-order-table th {
		padding: 5px 0px !important;
	}

	.woocommerce .review-order-inner table.shop_table td.product-name {
	    padding: 15px 15px 15px 0px;
	}

	.woocommerce .review-order-inner table.shop_table .product-total {
		text-align: right;
	}

	.woocommerce-checkout-place-order {
		padding: 20px;
	}

	.default-checkout-container {
		margin-bottom: 0px;
	}

	.design-text h2 {
	    font-size: 32px;
    	line-height: 36px;
	}

	.design-gallery .slick-dots {
	    text-align: center;
	    margin: 20px 0px;
	}

	.design-gallery .slick-dots li {
	    display: inline-block;
	    margin: 0px 5px;
	}

	.design-gallery .slick-dots li button {
	    font-size: 0px;
	    padding: 0px;
	    outline: none;
	    border: 0px;
	    width: 12px;
	    height: 12px;
	    background: #f1f1f1;
	}

	.design-gallery .slick-dots li.slick-active button {
	    background: #000;
	}

	.contact-row .contact-col {
    	width: 100%;
    	margin-bottom: 20px;
	}

	.contact-row {
		display: block;
		margin-bottom: 0px;
	}

	.contact-info-col {
	    width: 100%;
	    margin-bottom: 20px;
	}

	.image-row {
		margin-right: 30px 0px;
	}

	.image-row figure {
		width: 100%;
	}

	.image-row .row-text {
		width: 100%;
		padding: 20px 0px;
		text-align: center;
	}

	.image-right-row figure {
    	order: 1;
	}

	.image-right-row .row-text {
		order: 2;
	}

	.image-row .row-text h2 {
	    margin-bottom: 10px;
	    font-size: 24px;
	    line-height: 28px;
	}

	.tinv-wishlist .product-thumbnail a img {
		max-width: 140px !important;
	}

	.woocommerce-account .login-page {
		flex-wrap: wrap;
	}

	.woocommerce-account .login-page .login-side {
		width: 100%;
		margin-bottom: 20px;
		padding: 40px 20px;
	}

	.woocommerce-account .login-page .register-side {
		width: 100%;
	    padding: 40px 20px;
	}

	.woocommerce-account .login-page .register-side .btn {
		margin-top: 20px !important;
	}

	.woocommerce-account .login-page {
		margin-bottom: 0px;
	}

	.resetpw-page-container > p br {
		display: none;
	}

	.resetpw-page-container {
		padding: 40px 20px;
		margin-bottom: 0px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation.default-account-navigation {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.woocommerce-account .woocommerce-MyAccount-content.default-account-content {
		width: 100%;
	}

	.dashboard-container {
		flex-wrap: wrap;
	}

	.dashboard-container .dash-box,
	.dashboard-container .dash-box.address-list {
	    width: 100%;
	}

	.default-account-content .dash-box-content .btn {
		position: relative;
		margin-top: 10px;
	}

	.default-account-content .dash-box-content {
		text-align: left;
		padding: 20px 0px;
	}

	.account-detail-column {
		width: 100%;
	}

	.account-detail-column.column-2 h2 {
		padding-left: 0px;
	}

	.account-detail-column.column-2 .column-inner {
	    margin-left: 0px;
	}

	.account-detail-column.column-1 .column-inner {
		margin-right: 0px;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100% !important;
	}

	.woocommerce table.my_account_orders.shop_table thead {
		display: none;
	}

	.woocommerce table.my_account_orders.shop_table td {
		display: block;
		padding: 5px 0px;
		border: 0px;
	}

	.woocommerce table.my_account_orders.shop_table tr {
		display: block;
		border-top: 1px solid #F1EAEA;
	}

	.woocommerce table.my_account_orders.shop_table tr:first-child {
		border-top: 0px;
	}

	.woocommerce table.my_account_orders.shop_table td:before {
		content: attr(data-title);
		display: inline-block;
		width: 140px;
		font-weight: 600;
	}

	.woocommerce table.my_account_orders.shop_table th:last-child, .woocommerce table.my_account_orders.shop_table td:last-child {
		width: 100%;
		text-align: left;
	}

	.default-account-content .btn {
	    background: #f6ebd8;
	    height: 40px;
	    line-height: 40px;
	}

	.woocommerce-customer-details .dashboard-container .dash-box {
		width: 100%;
	}

	.default-account-content h2 {
		margin-bottom: 0px;
	}

	.woocommerce-account .woocommerce-MyAccount-content.default-account-content,
	.account-inner {
		margin-bottom: 0px;
	}

	.home-column-inner .text-content p {
		margin: 15px 0px;
	}

	.product-basic-info ul {
		display: block;
	}

	.product-basic-info ul li {
		margin: 5px 0px;
	}
}