/*
 * FONT
*/
/*@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight:  100 900;
    font-display: swap;
    src: url('/wp-content/themes/delta/delta/assets/font/Montserrat-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight:  100 900;
    font-display: swap;
    src: url('/wp-content/themes/delta/delta/assets/font/Montserrat-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'icomoon';
    src:  url('/wp-content/themes/delta/delta/assets/font/icomoon.eot?l7952t');
    src:  url('/wp-content/themes/delta/delta/assets/font/icomoon.eot?l7952t#iefix') format('embedded-opentype'),
        url('/wp-content/themes/delta/delta/assets/font/icomoon.ttf?l7952t') format('truetype'),
        url('/wp-content/themes/delta/delta/assets/font/icomoon.woff?l7952t') format('woff'),
        url('/wp-content/themes/delta/delta/assets/font/icomoon.svg?l7952t#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-avviso:before {
    content: "\e901";
}
.icon-calendario:before {
    content: "\e904";
}
.icon-carrello:before {
    content: "\e905";
}
.icon-cerca:before {
    content: "\e906";
}
.icon-documenti:before {
    content: "\e90b";
}
.icon-freccia:before {
    content: "\e90d";
}
.icon-play:before {
    content: "\e912";
}
.icon-telefono:before {
    content: "\e916";
}
.icon-user:before {
    content: "\e918";
}
.icon-whatsapp:before {
    content: "\e919";
}
/*
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/delta/delta/assets/font/Montserrat-VariableFont_wght.ttf');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/delta/delta/assets/font/Montserrat-VariableFont_wght.ttf');
}*/
/*
 * STANDARD EDITABLE
*/
html {
    min-width:320px;
    width:100%;
    scroll-behavior: smooth;
}
body {
    margin:0px;
    /*font-family: 'Montserrat';*/
}
h1, h2, h3, h4, h5 {
    /*color:#000000;
    margin:0px;*/
}
p {
    /*font-size:18px;
    margin:0px;
    color:#000000;*/
}
@media (max-width: 767px) {
    p {
       /*font-size:16px;*/
    }
}
h1 {
    /*font-size:60px;*/
}
@media (max-width: 767px) {
    h1 {
        /*font-size:36px;*/
    }
}
h2 {
    /*font-size:36px;*/
}
@media (max-width: 767px) {
    h2 {
        /*font-size:25px;*/
    }
}
h3 {
    /*font-size:25px;*/
}
@media (max-width: 767px) {
    h3 {
        /*font-size:21px;*/
    }
}
h4 {
    /*font-size: 20px;*/
}
h5 {
    /*font-size: 19px;*/
}
a {
    /*color:#000;
    text-decoration:none;*/
}
a:hover {
    /*text-decoration:none;
    opacity:0.7;*/
}
a:hover img {
    /*opacity:1;*/
}
/*
 * CUSTOM A STANDARD
*/
.container-standard {
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
}
img {
    /*max-width:100%;*/
}
.button-custom-a,
.block-contact-form7 input[type="submit"] {
    /*font-family: 'Montserrat';*/
    background-color: #000;
    color:#fff;
    padding:10px 30px;
    display:inline-block;
    font-weight:700;
    font-size:18px;
    border-radius:0px;
    letter-spacing: 0;
}
.button-custom-a:hover {
    opacity:0.7;
}
.button-custom-a:focus {
    color:#fff;
}
.max-width-p {
    max-width:1000px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.anchorlink {
    height:0px;
}
.full-width-custom-a {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw!important;
    margin-right: -50vw!important;
    padding: 0;
    box-sizing: border-box;
    max-width: none!important;
}
.section-standard {
    padding:100px 15px 15px 0px;
}
@media (max-width: 767px) {
    .section-standard {
        padding:50px 15px 15px 0px;
    }
}
.empty-15 {
    height:15px;
}
.empty-20 {
    height:20px;
}
.empty-30 {
    height:30px;
}
.empty-50 {
    height:50px;
}
.empty-100 {
    height:100px;
}
.linee-separator {
    height:1px;
    background-color:#4e4d4d;
    width:100%;
}
.close-readmore, .modal-close, .close {
    display:none;
}
.modal-custom {
    position:fixed;
    background-color:rgba(0,0,0,.6);
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1000;
}
.modal-custom-wrap {
    max-width:1200px;
    padding: 0px 20px;
    width:100%;
    height:100%;
    margin:auto;
    position:relative;
}
.no-after:after,
.no-after a:after {
    display:none;
}
.block-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.full-height-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}
.full-height-layout > main,
.full-height-layout > .full-height-block {
    display: flex;
    flex: 1;
}
/* wordpress page standard */
/*body.page-template-default main {
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
    padding:30px;
}
.woocommerce-message,
.woocommerce-error {
    margin-bottom:0px;
    border: none;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    display:none!important;
}
/* woocommerce *
body.woocommerce-cart main, 
body.woocommerce-checkout main {
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
    padding:30px;
} 
.woocommerce-notice {
    margin-bottom:50px;
}
.woocommerce .summary .quantity {
    display: flex;
    align-items: stretch;
}
.woocommerce .summary .quantity .qty {
    text-align:center;
    font-size: 18px;
    width: auto;
    max-width: 50px;
}
.woocommerce .quantity .quantity-minus,
.woocommerce .quantity .quantity-plus {
    background-color: #e3e3e3;
    color: #000;
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}
.quantity-minus:focus,
.quantity-plus:focus {
    outline: none;
}
.woocommerce-product-gallery__trigger {
    top: 90px!important;
    right: 50px!important;
    background-color: #e3e3e3!important;
}
.pswp {
    z-index: 10000000;
}
/* single product *
.woocommerce .products ul, .woocommerce ul.products,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product div.images {
    margin-bottom:0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display:none!important;
}
.single-product .available-on-backorder {
    display:none!important;
}
.woocommerce div.product form.cart .button {
    text-align: center;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
}
.woocommerce div.product form.cart .button:hover {
    opacity: 0.7;
}
@media (max-width: 767px) {
    .woocommerce div.product form.cart .button {
        font-size: 16px;
    }
    .woocommerce div.product form.cart div.quantity {
        margin-right: 10px;
    }
}
.woocommerce div.product form.cart div.quantity {
    margin-right:20px;
}
.product_meta {
    border-top:1px solid #000;
    padding-top:20px;
    color:#000;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-transform: uppercase;
}
.woocommerce div.product p.price ins {
    text-decoration: none;
    font-weight: 400;
}
.woocommerce div.product p.price ins .woocommerce-Price-amount.amount {
    font-size: 18px;
}
.woocommerce div.product p.price del {
    opacity: 1;
    color: #0;
    font-weight: 300;
    margin-right: 10px;
}
.product .summary.entry-summary .woocommerce-Price-amount.amount {
    font-size: 18px;
}
.woocommerce-tabs.wc-tabs-wrapper.background-color-white:last-child {
    padding-bottom: 80px;
}
/* woocommerce category */
/*.block-category {
    margin-left:-15px;
    margin-right:-15px;
}
.wrap-category {
    padding-bottom:30px;
    padding-left:15px;
    padding-right:15px;
}
div > .wrap-category:nth-last-child(1) {
    padding-bottom:0px;
}*/
/* carosuel vertically woocommerce */
/*.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width:50%;
}
.woocommerce-product-gallery__image {
    order:2;
    flex:1;
}
.block-gallery {
    position:relative;
}
.block-gallery {
    height:575px;
    overflow: hidden;
}
.block-gallery > div{
    max-width: 230px;
    padding-right:30px;
    height:100%;
    order:1;
    transition:0.5s;
}
.block-gallery > div > div {
    width: 100%!important;
    display: block!important;
    margin-bottom:15px;
}
.woocommerce-product-gallery__wrapper {
    display:flex;
    align-items: stretch;
}
.block-gallery > div > div img {
    height: 100px!important;
    object-fit: cover;
}
.block-gallery button.arrow.up {
    position: absolute;
    left: calc(50% - 15px);
    transform: translate(-50%, 0%);
    top: 0%;
    z-index: 1;
    cursor:pointer;
}
.block-gallery button.arrow.down {
    position: absolute;
    left: calc(50% - 15px);
    transform: translate(-50%, -50%);
    bottom: 0%;
    z-index: 1;
    cursor:pointer;
}
.symb-arrow-top:before {
    font-family: dashicons;
    content: "\f343";
    font-size: 18px;
}
.symb-arrow-bottom:before {
    font-family: dashicons;
    content: "\f347";
    font-size: 18px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    max-height:800px;
    object-fit:contain;
    width:100%;
    background-color:#fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a,
.custom-product-layout .product-image > a {
    position: relative;
    padding-bottom: 100%;
    display: block;
    min-width: 100px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a > img,
.custom-product-layout .product-image > a > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    object-fit: contain;
}*/
/* hamburger menu */
/*.menu-mobile {
    height:25px;
    width:40px;
    position: relative;
}
.menu-mobile > span {
    background-color: #000;
    display: inline-block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
}
.menu-mobile > span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}
.menu-mobile > span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.menu-mobile > span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
}*/
/* menu *
header ul li.current_page_item a,
header ul li a {
    position: relative;
}
header ul li > a:after,
header ul li.current_page_item > a:after {
    content:'';
    transition: 0.5s;
    border: 1px solid #4e4d4d;
    width: calc(0% + 0px);
    display: inline-block;
    position: absolute;
    left: 0;
    top:23px;
    visibility:hidden; 
    z-index: 1;
}
header ul li a:hover:after {
    width: calc(100% - 2px);
    visibility:visible;
}
header ul li.menu-item-has-children a:hover:after {
    width: calc(100% + 18px);
    visibility:visible;
}
header ul li.current_page_item a:after {
    width: calc(100% - 2px);
    visibility:visible;
}
header ul li.current_page_item.menu-item-has-children a:after {
    width: calc(100% + 18px);
    visibility:visible;
}
@media (max-width: 991px) {
    header ul li a:after {
        display:none!important;
    }
}
.cart-count {
    background-color: #f3f3f3; 
    color: #4e4d4d; 
    border-radius: 50%; 
    position: absolute; 
    top: 0px;
    right: 0px; 
    padding: 5px;
    transform: translate(50%, -50%);
    aspect-ratio: 1/1;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
}
.block-cart-menu .cart-count {
    font-size: 12px;
    height: 12px;
}
/* submenu *
header {
    position:relative;
}
header ul ul.sub-menu {
    display:none;
    padding-top:20px;
    position: absolute;
}
header ul span.menu-arrow-children {
    transition: 0.5s;
    cursor:pointer;
}
header ul ul.sub-menu li {
    padding-left:5px;
    margin-bottom:15px;
}
header ul ul.sub-menu li:nth-last-child(1) {
    margin-bottom:0px;
}
header ul span.menu-arrow-children.open-menu {
    transform:rotate(180deg);
    margin-top: 0px;
}
.sub-menu-block {
    display:block!important;
}
@media (min-width: 992px) {
    header ul.header-menu > li > ul.sub-menu {
        background:linear-gradient(to bottom, transparent 20px, #f3f3f3 20px);
        padding-top: 20px;
        padding-bottom:20px;
    }
    header ul ul.sub-menu {
        background-color:#000;
    }
}
@media (max-width: 991px) {
    header ul ul.sub-menu {
        position:relative;
    }
    header ul span.menu-arrow-children {
        transform:rotate(-90deg);
        margin-top: -1px;
    }
    header ul span.menu-arrow-children.open-menu {
        transform:rotate(0deg);
        margin-top: 0px;
    }
}
/* breadcrumbs *
div.breadcrumbs {
    padding-top:15px;
    padding-bottom:15px;
    background-color:#e3e3e3;
}
div.breadcrumbs span {
    display:inline-block;
    margin:0px 5px;
}
div.breadcrumbs > span > span:nth-child(1) {
    margin-left:0px;
}
div.breadcrumbs span a {
    text-transform: uppercase;
    font-weight:500;
}
div.breadcrumbs span.breadcrumb_last {
    text-transform: uppercase;
    font-weight:300;
    color:#4e4d4d;
}

/* editor *
.kwEditor h1, .kwEditor h2, .kwEditor h3, .kwEditor p, .kwEditor ul, .kwEditor ol, .kwEditor li {
    margin-bottom: 0;
    margin-top: 15px;
}
.kwEditor p + h1, .kwEditor p + h2, .kwEditor p + h3,
.kwEditor ul + h1, .kwEditor ul + h2, .kwEditor ul + h3, 
.kwEditor ol + h1, .kwEditor ol + h2, .kwEditor ol + h3, 
.kwEditor table + h1, .kwEditor table + h2, .kwEditor table + h3 {
    margin-top: 40px;
}
.kwEditor ul, .kwEditor ol {
    padding-left: 1.2em;
}
.kwEditor :first-child {
    margin-top: 0;
}
.section2 p {
    margin: 0 !important;
}
.kwEditor a {
    color: #8bc541;
}
.kwEditor table {
    text-align: left;
    border: 1px solid #e3e3e3;
    font-size: 0.9em;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    color: #4e4d4d;
    margin-top: 40px;
}
.kwEditor table tr + tr {
    border-top: 1px solid #e3e3e3;
}
.kwEditor table tr > td + td {
    border-left: 1px solid #e3e3e3;
}
.kwEditor table tr > td {
    padding: 15px;
    vertical-align: baseline;
}
/* live search */
/*#live-search-results {
    position: absolute;
    width: 400px;
    padding-left: 15px;
    left: 50%;
    top: 11px;
    padding-right: 15px;
    background-color: #fff;
    height: auto;
    z-index: 1;
    transform: translate(-50%);
		max-height: 500px;
    overflow: auto;
}
#live-search-results p {
	padding-top:15px;
}
.live-search-results-block {
	position:relative;
}
@media (max-width: 767px) {
	#live-search-results {
		width:100%;
	}
}*/
/***********/
.not-last-children > *:nth-last-child(1):after,
.not-last-children > *:nth-last-child(1):before {
    display:none;
}
.not-first > *:nth-child(1):after,
.not-first > *:nth-child(1):before {
    display:none;
}
.not-column-first > *:nth-child(1) {
    display:none;
}
.not-column-last > *:nth-last-child(1) {
    display:none;
}
.visible-mb {
   display:none!important;
}
.visible-tb {
   display:none!important;
}
@media (max-width: 991px) {
    .visible-tb {
       display:block!important;
    }
    .hidden-tb {
       display:none!important;
    }
}
@media (min-width: 992px) {
    .hidden-dk {
        display:none!important;
    }
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
    .hidden-mb {
       display:none!important;
    }
    .visible-mb {
       display:block!important;
    }
}
/*
 * CUSTOM A ANIMATION
*/
@keyframes 
animationOpacity1
{
    0%{
        opacity:0
        
    }
    100%{
        opacity:1
    }
}
/* 
 * COTACT FORM 7
*
.wpcf7-list-item {
    margin:0px;
}
/* 
 * REVIEW WOOCOMMERCE WITH CAROUSEL
*/ 
/*.recent-positive-reviews {
}
#owl-carousel-review .owl-nav {
    display:block!important;
}
#owl-carousel-review  .owl-nav .owl-next,
#owl-carousel-review .owl-nav .owl-prev {
    color: transparent;
    padding: 0px !important;
    margin: 20px;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    z-index: 10000000;
    background-color: #000!important;
}
#owl-carousel-review .owl-nav .owl-next:before{
    width: 100%;
    height: 100%;
    font-family: dashicons;
    content: "\f344";
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 25px !important;
}
#owl-carousel-review .owl-nav .owl-prev:before {
    width: 100%;
    height: 100%;
    font-family: dashicons;
    content: "\f340";
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 25px !important;
}
#owl-carousel-review .owl-nav > div {
    position: absolute;
    bottom: -50px;
    transform:translate(0,100%);
    color: #fff;
}
#owl-carousel-review .owl-nav .owl-next {
    left: calc(50% + 50px);
    transform: translate(-100%, 100%);
}
#owl-carousel-review .owl-nav .owl-prev {
    left: calc(50% - 50px);
    transform: translate(-100%, 100%);
}
#owl-carousel-review .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.recent-positive-reviews .review-item {
    padding:0px 5px;
}
.recent-positive-reviews .review-item > div {
    border:2px solid #000;
    background-color:#EFEFEF;
    padding:20px;
}
.recent-positive-reviews .review-item > div .review-item-comment,
.recent-positive-reviews .review-item > div p {
    font-size:20px;
    font-weight:500;
    line-height:30px;
    color:#000;
}
.recent-positive-reviews .review-item > div .review-item-comment {
    padding-bottom:10px;
    margin-bottom:10px;
}
.recent-positive-reviews .review-item > div p {
    margin-bottom:0px;
}
.recent-positive-reviews .review-item .star {
    font-size:18px;
}
.recent-positive-reviews .review-item .star.full-star{
    color:#000;
}
.recent-positive-reviews .review-item > div .review-item-comment p:nth-child(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 241px;  
    max-height: 241px;
}
.recent-positive-reviews .review-item > div .review-item-comment p:nth-child(1) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 85px;  
    max-height: 85px;
    margin-bottom:10px;
} 
#owl-carousel-review .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    bottom: -50px;
    transform:translate(0,100%);
    color: #000;
}
#owl-carousel-review .owl-nav .owl-next {
    left: calc(50% + 50px);
    transform: translate(-100%, 100%);
}
#owl-carousel-review .owl-nav .owl-prev {
    left: calc(50% - 50px);
    transform: translate(-100%, 100%);
}*/
/* 
 * LAYOUT LIST PRODUCT WOOCOMMERCE WITH CAROUSEL
*/ 
/*.custom-product-layout {
    padding:0px 5px;
    height:100%;
}
.custom-product-layout > div {
    border:0px solid #000;
    background-color:#fff;
    padding:5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height:100%;
}
.custom-product-layout .product-image {
    border:2px solid #000;
    margin-bottom:10px;
    position:relative;
    padding:20px;
}
.custom-product-layout .product-image img {
    object-fit: contain;
    object-position: center;
    margin:auto;
}
.custom-product-layout .sale-notice {
    position:absolute;
    top:10px;
    left:10px;
    background-color:#000;
    color:#FFF;
    font-size:16px;
    font-weight:700;
    line-height:20px;
    padding:5px;
}
.custom-product-layout .product-title {
    color:#000;
    font-weight:700;
    font-size:20px;
    line-height:20px;
}
.custom-product-layout .product-title a {
    color:#000;
}
.custom-product-layout .add_to_cart_inline {
    margin-bottom:0px;
    color:#000;
    font-weight:400;
    font-size:18px;
    line-height:20px;
    padding-left:0px!important;
    padding-right:0px!important;
}
.custom-product-layout .add_to_cart_inline ins .woocommerce-Price-amount {
    font-weight:700;
}
.block-owl-carousel .owl-carousel .owl-nav > div {
    position: absolute;
    bottom: -50px;
    transform:translate(0,100%);
    color: #cdcbcd;
}
.block-owl-carousel .owl-carousel .owl-nav .owl-next {
    left: calc(0% + 70px);
    transform: translate(50%, 100%);
}
.block-owl-carousel .owl-carousel .owl-nav .owl-prev {
    left: calc(0% - 0px);
    transform: translate(50%, 100%);
}
.block-owl-carousel .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}
.block-owl-carousel .owl-carousel  .owl-nav .owl-next,
.block-owl-carousel .owl-carousel .owl-nav .owl-prev {
    color: transparent;
    padding: 0px !important;
    margin: 20px;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    z-index: 10000000;
    background-color: #000!important;
}
.block-owl-carousel .owl-carousel  .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.block-owl-carousel .owl-carousel .owl-nav .owl-next:before{
    width: 100%;
    height: 100%;
    font-family: dashicons;
    content: "\f344";
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 32px !important;
}
.block-owl-carousel .owl-carousel .owl-nav .owl-prev:before {
    width: 100%;
    height: 100%;
    font-family: dashicons;
    content: "\f340";
    color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 32px !important;
}
.block-owl-carousel {
    padding-bottom:50px;
}*/

/*
 * MEDIA QUERY RESPONSIVE
 */
/* responsive */
@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 991px) {
}
@media (max-width: 921px) {
}
@media (max-width: 781px) {
}
@media (max-width: 767px) {
}
@media (max-width: 500px) {
}
@media (min-width: 500px) {
}
@media (min-width: 767px) {
}
@media (min-width: 921px) {
}
@media (min-width: 991px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
}
