@import url('https://fonts.googleapis.com/css?family=Montserrat:100i,200,300,300i,400,500,500i,600,600i,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    color: #525252;
    background: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.site-wrapper {
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1200px;
}

.page-wrapper {
    max-width: 2500px;
    margin: 0 auto;
    width: 100%;
}

.outer-container {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
}

.outer-container::after, .outer-container::before {
    display: table;
    content: " ";
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    color: #020d3b;
    font-weight: 800;
    text-transform: uppercase;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    padding: 0;
    list-style: none;
}

a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #e84479;
}

a:focus {
    outline: none;
    text-decoration: none;
}

h3 a {
    color: #020d3b;
}

p {
    line-height: 1.8;
}

.c-btn {
    min-width: 165px;
    border: 3px solid #e84479;
    background: transparent;
    box-shadow: none;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #e84479;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.form-bg-sec .form-content .gform_wrapper .gform_footer input[type="submit"] {
    min-width: 165px;
    border: 3px solid #e84479;
    background: transparent;
    box-shadow: none;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #e84479;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.form-bg-sec .form-content .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #3181db;
    color: #fff;
    border-color: #3181db;
}

.woocommerce .button {
    min-width: 165px;
    border: 3px solid #e84479 !important;
    box-shadow: none;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    background: #e84479 !important;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.woocommerce .button:hover {
    background: #3181db !important;
    color: #fff !important;
    border-color: #3181db !important;
}

.c-btn:hover {
    background: #3181db;
    color: #fff;
    border-color: #3181db;
}

#gform_2 .validation_error {

    color: #fff !important;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;

}

#gform_2 .validation_message {

    color: #fff !important;
    font-weight: 400 !important;

}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    box-shadow: none;
}

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number] {
    background: rgba(255, 255, 255, 1);
    height: 50px;
    border-radius: 0;
    border: none;
    padding: 5px 15px;
    width: 100%;
    font-size: 16px;
    color: #555555;
    box-shadow: none;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}

textarea {
    background: rgba(255, 255, 255, 1);
    border-radius: 0;
    font-size: 16px;
    border: none;
    padding: 10px 15px;
    resize: none;
    width: 100%;
    color: #555555;
    box-shadow: none;
    min-height: 90px;
    font-weight: 400;
}

fieldset textarea {
    min-height: 125px;
}

::-webkit-input-placeholder {
    color: #525252;
    font-size: 16px;
}

:-ms-input-placeholder {
    font-size: 16px;
    color: #525252;
}

::-moz-placeholder {
    color: #525252;
    opacity: 1;
    font-size: 16px;
}

:-moz-placeholder {
    color: #525252;
    font-size: 16px;
    opacity: 1;
}

.form-group {
    margin-bottom: 10px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.form-row .field-group {
    flex: 1;
    padding: 0 7px;
}

.select-field {
    position: relative;
    padding-right: 0 !important;
    border: 1px solid #dbdbdb;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
}

.select-field:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 16px;
    top: 10px;
    pointer-events: none;
    font-size: 22px;
}

.select-field select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    padding-right: 35px;
    padding-top: 10px;
    padding-left: 15px;
    width: 100%;
}

.select-field select option {
    font-size: 16px;
}

.header-top-content {
    background: #3181db;
    padding: 25px 0 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.header-top-content .top-right-block {
    float: right;
    display: flex;
}

.header-top-content .search-field {
    min-width: 530px;
}

.header-top-content .search-field input {
    height: 65px;
    border-radius: 8px;
}

.header-bottom-content {
    background: #020d3b;
    padding: 5px 15px;
}

.notification-bar {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
}

.notification-bar strong {
    color: #e84479;
    text-transform: uppercase;
}

.main-navigation .navbar {
    min-height: auto;
    margin: 0;
}

.navbar li a {
    color: #fff;
}

.navbar > li > a {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.navbar li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.navbar li:hover a {
    color: #83d7fb;
    position: relative;
}

.text-icons-block {
    display: flex;
}

.header-top-content .search-group {
    position: relative;
}

.header-top-content .search-group .trigger {
    position: absolute;
    right: 15px;
    top: 10px;
}

.header-top-content .search-group input {
    font-size: 18px;
    font-weight: bold;
}

.search-group ::-webkit-input-placeholder {
    color: #555555;
    font-size: 18px;
}

.search-group :-ms-input-placeholder {
    color: #555555;
    font-size: 18px;
}

.search-group ::-moz-placeholder {
    color: #555555;
    font-size: 18px;
    opacity: 1;
}

.search-group :-moz-placeholder {
    color: #555555;
    font-size: 18px;
    opacity: 1;
}

.layout-header .logo img {
    max-width: 100%;
}

.error404 #content {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 0;
}

.header-top-content .search-group i {
    color: #e84479;
    font-size: 40px;
}

.text-icons-block .text-icon {
    text-align: center;
    padding: 0 15px; /*border-right: 1px solid #77ace7;*/
    position: relative;
}

.text-icons-block .text-icon:after {
    background: #77ace7;
    position: absolute;
    top: 7px;
    height: calc(100% - 14px);
    display: inline-block;
    width: 1px;
    right: 0;
    content: '';
}

.text-icons-block .text-icon:last-of-type:after {
    content: none;
}

.text-icons-block .text-icon .icon {
    height: 40px;
}

.text-icons-block .text-icon .digit {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 22px;
    color: #e84479;
    position: absolute;
    font-weight: bold;
    top: -2px;
    right: 28px;
}

.text-icons-block .text-icon .dropdown-menu {
    min-width: 245px;
    border-radius: 8px;
    padding: 17px 24px 15px;
    font-size: 14px;
    color: #555555;
    left: 50%;
    transform: translateX(-50%);
}

.text-icons-block .text-icon .dropdown-menu h6 {
    font-size: 14px;
    color: #3181db;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 5px;
}

.text-icons-block .text-icon .dropdown-menu p {
    line-height: 1.3;
}

.text-icons-block .text-icon .dropdown-menu a {
    background: none !important;
    color: #555555;
    padding: 0;
}

.text-icons-block .text-icon i {
    color: #83d7fb;
    font-size: 36px;
}

.text-icons-block .text-icon i.fa-mobile {
    font-size: 42px;
}

.text-icons-block .text-icon strong {
    color: #fff;
    font-size: 18px;
}

.text-icons-block .text-icon a {
    padding: 5px 20px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-radius: 5px;
}

.text-icons-block .text-icon:hover a {
    background: #0058bc;
}

.main-slider {
    margin-top: -46px;
}

.main-slider .slide-item {
    background-size: cover !important;
    background-position: top center !important;
}

.main-slider .slide-item .text-content {
    min-height: 975px;
    padding: 100px 0;
}

.columns-slider .feature-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 340px;
}

.main-slider h2 {
    color: #e84479;
    font-family: 'Bebas Neue', cursive;
    font-size: 120px;
    line-height: 0.9;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.64);
}

.main-slider h2 span {
    font-size: 160px;
    color: #83d7fb;
}

.main-slider .text-content .content {
    max-width: 615px;
}

.main-slider .text-content .content img {
    max-width: 100%;
}

.main-slider .btn-content {
    padding: 10px 20px;
}

.slider-columns-section.main-slider-underneath-section {
    margin-top: -65px;
}

.main-slider .slick-arrow {
    display: inline-block;
    z-index: 9;
    color: #fff;
    font-size: 70px;
    left: 2%;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.main-slider .fa-angle-right.slick-arrow {
    right: 2%;
    left: auto;
}

.columns-slider {
    padding: 55px 0
}

.columns-slider .slide-item {
    text-align: center;
    padding: 10px;
    border-right: 1px solid #c4c4c4;
}

.columns-slider .slide-item a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.columns-slider .slide-item .feature-image img {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}

.columns-slider .slide-item a.c-btn {
    width: auto;
    margin-top: 10px;
}

.bar-title {
    background: #020d3b;
    color: #fff;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 35px;
}

.bar-title .bar-content {
    display: flex;
    align-items: center;
}

.bar-title h2 {
    color: #fff;
    display: inline-block;
    vertical-align: top;
}

.bar-title .c-btn {
    margin: 10px 20px;
}

.bar-title .slider-arrows {
    margin-left: auto;
    text-align: right;
    z-index: 1;
}

.bar-title .slider-arrows .slick-arrow {
    font-size: 55px;
    color: #fff;
    line-height: 50px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #3181db;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

.bar-title .slider-arrows .slick-arrow:hover {
    background: #e84479;
}

.bar-title .slider-arrows .slick-arrow.prev {
    padding-right: 4px;
}

.bar-title .slider-arrows .slick-arrow.next {
    padding-left: 4px;
}

.featured-block-section .items-holder {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

.featured-block-section .feature-block-item {
    padding: 10px;
}

.feature-block-item .feature-image {
    padding: 33.3% 0;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
}

.feature-block-item .text-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #fff;
    padding: 15px;
}

.feature-block-item h2 {
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.9)
}

.aquariums-video-section {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 75px 0;
}

.bg-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.bg-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.aquariums-video-section .section-content {
    display: inline-block;
    width: 100%;
    z-index: 1;
    background: rgba(0, 7, 34, 0.7);
    z-index: 1;
    padding: 40px 0;
    position: relative;
}

.aquariums-video-section .container > .content {
    text-align: center;
    min-height: 740px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.aquariums-video-section h2 {
    color: #fff;
}

.aquariums-video-section h6 {
    color: #83d7fb;
    font-weight: 400;
    text-transform: inherit;
}

.aquariums-video-section .inventory-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.aquariums-video-section .inventory-items .item {
    flex: 1;
    padding: 10px;
}

.inventory-items .item .feature-img {
    margin-bottom: 10px;
}

.inventory-items .item .feature-img img {
    max-width: 100%;
}

.aquariums-video-section .title h2 {
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 5px;
}

.aquariums-video-section .title h2 strong {
    font-weight: 800;
    display: block;
    font-size: 34px;
}

footer.footer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #3181db;
    color: #fff;
    padding: 15px 0;
    border-top: 9px solid #020d3b;
}

footer.footer h6 {
    color: #83d7fb;
}

footer.footer a {
    color: #fff;
}

.footer-main-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 25px 0;
}

.footer-main-content .content-holder {
    display: flex;
}

.footer-column {
    flex: 1;
    padding: 0 15px;
}

.footer-column.signup-column {
    flex: 1.95;
}

.footer-column.contact-column {
    flex: 1.42;
}

.footer-column.services-links {
    flex: 1.48;
}

.footer-column .heading {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 10px;
}

.footer-column .content {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.footer-column li {
    margin-bottom: 20px;
}

.footer-column address, .footer-column p {
    margin-bottom: 5px;
    line-height: 1.8;
}

.footer-logo {
    padding: 10px 0;
}

.footer-logo img {
    max-width: 100%;
}

.footer-bottom-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0 15px 0;
}

.footer-bottom-content .social-links {
    padding: 0 15px;
}

.footer-bottom-content .social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom-content .social-links li {
    margin-bottom: 10px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

.footer-bottom-content .social-links li a i {
    line-height: 1.5;
}

.footer-bottom-content .social-links li:last-of-type {
    padding-right: 0;
}

.footer-bottom-content .content-holder {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.footer-bottom-content .social-links a {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: inline-block;
    font-size: 37px;
    color: #fff;
    background: #83d7fb;
    text-align: center;
}

.footer-bottom-content .social-links a:hover {
    color: #83d7fb;
    background: #fff;
}

.footer-bottom-content .copyright-content {
    align-self: flex-end;
    padding: 0 15px;
}

.copyright-content p {
    margin-bottom: 5px;
}

.footer-column .underlined-link a {
    text-decoration: underline;
}

.page-hero-title {
    background: #f3f3f3;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #dbdbdb;
}

.page-hero-title .hero-title-content {
    display: flex;
    align-items: center;
}

.page-hero-title .description {
    padding-left: 70px;
}

.page-hero-title .description p {
    font-size: 18px;
    margin-bottom: 5px;
}

.faq-block {
    padding-bottom: 55px;
}

.faq {
    border-bottom: 1px solid #dbdbdb;
}

.faq .faq-title {
    padding: 25px 50px 25px 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.faq .faq-title:hover {
    cursor: pointer;
}

.faq .faq-title h6 {
    margin: 10px 0;
    font-size: 18px;
}

.faq .faq-body {
    display: none;
}

.faq .faq-title::after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 44px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    pointer-events: none;
    position: absolute;
    color: #020d3b;
}

.faq.in .faq-title::after {
    content: '\f106';
}

.faq.in .faq-title h6, .faq.in .faq-title::after, .faq .faq-title:hover h6, .faq .faq-title:hover::after {
    color: #e84479;
}

.faq.in .faq-body {
    padding-bottom: 25px;
    padding-right: 20px;
}

.faq.in .faq-body p {
    line-height: 1.9;
}

.contact-main-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1150px;
    margin: 0 auto;
    padding: 40px 0 45px;
}

.contact-main-holder .contact-info {
    flex: 1;
    padding-right: 20px;
    align-self: center;
}

.contact-main-holder .form-block {
    flex: 1.35;
    padding: 10px 0 20px 25px;
}

.contact-main-holder .form-block .block-content {
    background: #020d3b;
    padding: 30px 30px 20px 45px;
    color: #fff;
}

.contact-main-holder .form-block .block-content h2, .contact-main-holder .form-block .block-content p {
    color: #fff;
}

.contact-main-holder .form-block .block-content p {
    font-size: 18px;
}

.contact-info .info-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
}

.contact-info .info-field .icon {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    background: #83d7fb;
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.contact-info .info-field .info-text {
    width: calc(100% - 55px);
    padding-left: 15px;
}

.contact-info .info-field h5 {
    font-size: 34px;
}

.contact-info .info-field .info-text {
    font-size: 20px;
}

.info-field .icon i.fa-envelope {
    font-size: 32px;
}

.info-field .icon i.fa-clock-o {
    font-size: 38px;
}

.info-field .icon i.fa-mobile {
    font-size: 44px;
}

.contact-info .info-field .info-text p {
    line-height: 1.8;
}

.google-map {
    position: relative;
    height: 450px;
    width: 100%;
}

.google-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.inner-pages-banner-section {
    background-position: center !important;
    background-size: cover !important;
}

.inner-pages-banner-section .text-content {
    min-height: 385px;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.inner-pages-banner-section .text-content h1 {
    color: #fff;
}

.feature-aside-description-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.feature-aside-description-block .feature-block img {
    max-width: 100%;
}

.feature-aside-description-block .description-block {
    display: flex;
    align-items: center;
}

.feature-aside-description-section.feature-right-aligned .feature-block {
    order: 2;
}

.feature-aside-description-section {
    padding: 40px 0;
}

.feature-aside-description-section .container {
    max-width: 1530px;
}

.feature-aside-description-block .description-block p {
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 18px;
}

.feature-aside-description-block .description-block .block-content {
    max-width: 605px;
    padding-left: 15px;
}

.feature-right-aligned .feature-aside-description-block .description-block .block-content {
    margin-left: auto;
    padding-right: 35px;
    padding-left: 0;
}

.posts-list-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

article.post {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 50px 0;
    border-bottom: 1px solid #dcdcdc;
}

article.post:first-of-type {
    padding-top: 45px;
}

article.post .article-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

article.post .post-feature-image {
    width: 370px;
}

article.post .post-feature-image .figure {
    width: 370px;
    height: 370px;
    background-size: cover !important;
    background-position: center !important;
}

article.post .post-description {
    width: calc(100% - 370px);
    padding-top: 10px;
    padding-left: 40px;
    padding-bottom: 50px;
    position: relative;
}

article.post .post-description h3 {
    font-size: 30px;
    color: #020d3b;
}

article.post .post-description h3 a {
    color: #020d3b;
}

article.post .post-description p {
    color: #525252;
    line-height: 1.9;
}

article.post .post-description .description {
    padding: 15px 0;
}

.meta-data span {
    color: #e84479;
}

article.post .post-description .btn-content {
    position: absolute;
    right: 0;
    bottom: 0;
}

article.post .post-description .btn-content a.c-btn {
    font-weight: 400;
    min-width: 155px;
}

.pagination-block {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    padding: 50px 0 40px;
}

.pagination-content .page-numbers {
    width: 17px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
    text-align: center;
    font-size: 18px;
    color: #525252;
    vertical-align: top;
    margin: 0 3px;
    font-weight: 400;
}

.pagination-content a.prev.page-numbers, .pagination-content a.next.page-numbers {
    border: none;
    font-size: 0;
    color: transparent;
    position: relative;
    margin-left: 0;
}

.pagination-content a.prev.page-numbers {
    margin-left: 0;
    margin-right: 0;
}

.pagination-content a.prev.page-numbers::before, .pagination-content a.next.page-numbers::before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 1px;
    font-size: 20px;
    color: #555;
    left: 7px;
}

.pagination-content a.prev.page-numbers::before {
    content: '\f104';
    left: 7px;
}

.pagination-content .page-numbers:hover, .pagination-content a.prev.page-numbers:hover::before, .pagination-content a.next.page-numbers:hover::before {
    color: #ccc;
}

.pagination-content .page-numbers.current {
    color: #e84479 !important;
    font-weight: 400;
}

.post-detail-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 45px 0 25px;
}

.post-detail-section .detail-content-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}

.post-detail-section .main {
    width: calc(100% - 350px);
}

.main .main-feature-image {
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.main .main-feature-image img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}
.post-detail-section .aside {
    width: 350px;
    padding-left: 60px;
}

.post-detail-section .aside-block {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.post-detail-section h3.bordered {
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 0;
}

.post-detail-section .aside-block .content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main .meta-data {
    margin-bottom: 10px;
}

.aside li {
    margin-bottom: 15px;
    line-height: 1.6;
}

.aside li:hover a {
    color: #e84479;
}

.main h3 a {
    color: #020d3b;
}

.post-detail-section p {
    margin-bottom: 30px;
}

.shop-content .top-bar {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dbdbdb;
}

.shop-content .top-bar .left-content {
    width: 420px;
    padding-left: 26px;
    border-right: 1px solid #dbdbdb;
}

.shop-content .top-bar .left-content h4 {
    font-size: 22px;
}

.shop-content .top-bar .right-content {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shop-content .top-bar .right-content > div {
    border-right: 1px solid #dbdbdb;
    height: 100%;
    align-self: center;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 16px;
}

.top-bar .select-field {
    border: none;
}

.top-bar .select-field:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 16px;
    top: 6px;
    pointer-events: none;
    font-size: 22px;
}

.top-bar .select-field select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    padding-right: 25px;
    padding-top: 0;
}

.top-bar .select-field select option {
    font-size: 16px;
}

.top-bar .select-field.sorting-field {
    width: 165px;
}

.shop-content .top-bar .right-content .select-field.items-per-page-field {
    width: 240px;
    padding-left: 15px;
}

.top-bar .yith-woocommerce-ajax-product-filter {
    position: relative;
}

.top-bar .shop-sorting ul.orderby {
    display: none;
    position: absolute;
    width: 220px;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 1;
    font-size: 14px;
    text-align: left;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
}

.top-bar .shop-sorting {
    color: #525252;
}

.top-bar .shop-sorting h3 {
    font-size: 16px;
    font-weight: 400;
    color: #525252;
    position: relative;
    padding-right: 25px;
    cursor: default;
}

.top-bar .shop-sorting h3:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 2px;
    top: 0;
    pointer-events: none;
    font-size: 22px;
    line-height: 0.8;
}

.top-bar .items-per-page-field form {
    display: flex;
}

.top-bar .items-per-page-field select.sortby {
    width: 75px;
    background: transparent;
}

.shop-main-content {
    display: flex;
    flex-wrap: wrap;
}

.left-navigation {
    width: 420px;
    border-right: 1px solid #dbdbdb;
}

.left-navigation .close {
    display: none;
}

.left-navigation .navigation-content > ul > li > a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.left-navigation .navigation-content > ul > li > a:before {
    position: absolute;
    width: 20px;
    background: transparent;
    height: 100%;
    display: inline-block;
    content: '';
    left: 0;
    top: 0;
}

.left-navigation .navigation-content > ul > li.current-menu-item > a:before, .left-navigation .navigation-content > ul > li.in > a:before {
    background: #e84479;
}

.left-navigation li.parent-li {
    position: relative;
}

.left-navigation ul li.parent-li:after {
    content: '\f107';
    font-family: FontAwesome;
    right: 15px;
    top: 15px;
    position: absolute;
    font-size: 18px;
    pointer-events: none;
}

.left-navigation ul li.parent-li.in:after {
    content: '\f106';
    color: #e84479;
    top: 15px;
}

.left-navigation li.parent-li > a {
    padding: 10px 45px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #020d3b;
    border-bottom: 1px solid #dbdbdb;
}

.left-navigation li.parent-li ul {
    background: #f3f4f5;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
    display: none;
}

.left-navigation li.parent-li ul li a {
    padding-left: 25px;
    padding: 10px 10px 10px 25px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.left-navigation li a:hover, .left-navigation li.current-menu-item > a, .left-navigation li.in > a {
    color: #e84479;
}

.left-navigation li.parent-li li a {
    position: relative;
}

.left-navigation li.parent-li li a::before {
    content: '';
    display: block;
    background-color: #ffffff;
    position: absolute;
    left: 4px;
    top: 11px;
    border: 1px solid #dbdbdb;
    width: 18px !important;
    height: 18px !important;
    transition: all .4s ease;
    background-image: none !important;
}

.left-navigation li.parent-li li:hover a::before {
    background: #e84479;
}

.left-navigation li.parent-li li.active a:before {
    background-color: #00bb0d;
}

.left-navigation .yith-wcan-list > li > a:before {
    content: none !important;
}

.shop-main-content .products-boxes-block {
    width: calc(100% - 420px);
    padding-left: 60px;
    padding-bottom: 50px;
    padding-right: 30px
}

.shop-main-content .products-boxes-block .block-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0;
}

.shop-main-content .products-boxes-block .product-item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.3s ease 0s;
    position: relative;
}

.shop-main-content .product-item .item-content {
    padding: 0 10px;
}

.shop-main-content .product-item::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    pointer-events: none;
    opacity: 0;
    transition: all 0.8s ease 0s;
}

.shop-main-content .product-item:hover::after {
    /*background: rgba(131,215,251,0.1);*/
    /*background: rgba(49,129,219,0.1);*/
    background: rgba(232, 68, 121, 0.40);
    opacity: 1;
}

.products-boxes-block .product-item .feature-image {
    background-size: cover !important;
    background-position: center !important;
    /*border-bottom: 1px solid #dbdbdb;*/
    padding-bottom: 15px;
    transition: all 0.3s ease 0s;
    position: relative;
}

.products-boxes-block .product-item .feature-image::before, .products-boxes-block .product-item .feature-image::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    background: #dbdbdb;
    right: 0;
}

.products-boxes-block .product-item .feature-image::after {
    width: 0;
    background: #e84479;
    transition: all 0.5s ease 0s;
    margin-left: auto;
    margin-right: auto;
}

.products-boxes-block .product-item:hover .feature-image::after {
    width: 100%;
}

.products-boxes-block .product-item .feature-image img {
    max-width: 100%;
    height: inherit;
    width: 100%;
}

.products-boxes-block .product-item .caption {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 20px 0;
}

.products-boxes-block .product-item .caption h3, .products-boxes-block .product-item .caption h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.products-boxes-block .product-item .price {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 5px;
}

.products-boxes-block .product-item .price span {
    color: #e84479;
}

.shop-main-content .products-boxes-block .product-item:hover {
    border: 1px solid #dbdbdb;
}

.products-boxes-block .pagination-block {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.product-detailed-slider .main-slide .slide-img {
    padding: 40% 0;
    background-size: cover !important;
    background-position: center !important;
}

.product-detailed-slider .slider-nav .slide-img {
    padding: 40% 0;
    background-size: cover !important;
    background-position: center !important;
}

.shop-detail-content .main-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.shop-detail-content .product-detailed-slider {
    width: 45%;
}

.shop-detail-content .product-detail-block {
    width: 55%;
    padding-left: 55px;
}

.product-detail-block .price span {
    color: #e84479;
    font-size: 22px;
}

.breadcrumb {
    background: transparent;
    padding: 40px 0 30px;
    font-size: 14px;
    color: #525252;
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #e84479 !important;
    font-size: 22px !important;
}

.woocommerce div.product form.variations_form.cart {
    border-top: 1px solid #dbdbdb;
    padding-top: 38px;
    position: relative;
}

.woocommerce div.product form.cart {
    border-top: 1px solid #dbdbdb;
    padding-top: 75px;
    position: relative;
}

.woocommerce div.product form.cart .variations {
    padding-right: 145px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.woocommerce div.product form.cart .variations tbody {
    display: block;
}

.woocommerce div.product form.cart.variations_form .qty {
    right: 0;
    left: auto;
}
.woocommerce div.product form.variations_form.cart .qty {
    position: absolute;
    right: auto;
    top: 40px;
    width: 140px;
    left: 360px;
}

.woocommerce div.product form.cart div.quantity input.qty {
    width: 140px;
    text-align: left;
    position: static;
}

.product-detailed-slider .main-slide {
    border: 1px solid #dbdbdb;
    padding-right: 1px;
}

.product-detailed-slider .slider-nav {
    margin: 0 -10px;
    padding: 15px 0;
}

.woocommerce .cart button.button {
    line-height: 1.5;
}

.product-detailed-slider .slider-nav .slide-item {
    padding: 10px;
}

.product-detailed-slider .slider-nav .slide-item:focus {
    outline: none;
}

.product-detailed-slider .slider-nav .slide-item .slide-img {
    border: 3px solid #dbdbdb;
    transition: all 0.3s ease 0s;
}

.product-detailed-slider .slider-nav .slick-current .slide-img {
    border: 3px solid #020d3b;
}

.product-detailed-slider .slick-arrow {
    display: inline-block;
    z-index: 9;
    font-size: 45px;
    left: 20px;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    color: #dbdbdb;
}

.product-detailed-slider .fa-angle-right.slick-arrow {
    right: 20px;
    left: auto;
}

.product-detailed-slider .slider-nav .slick-arrow {
    font-size: 35px;
    color: #020d3b;
    left: 14px;
}

.product-detailed-slider .slider-nav .fa-angle-right.slick-arrow {
    left: auto;
    right: 14px;
}

.product-detail-block h3 {
    margin-top: 0;
}

.product-detail-block .form {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.error-feature-img {
    max-width: 1000px;
    padding: 0 15px
}

.error-feature-img img {
    max-width: 100%;
}

/*custom css*/
.inner-content {
    padding: 30px 0 0;
}

.woocommerce-notices-wrapper {
    border-right: none !important;
    display: inherit !important;
    padding: inherit !important;
}

li.not-parent a {
    padding: 10px 10px 10px 25px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: #020d3b;
    border-bottom: 1px solid #dbdbdb;
}

.woocommerce .shop_table .coupon {
    display: flex;
}

.woocommerce form .form-row label {
    width: 100%;
}

span.woocommerce-input-wrapper {
    width: 100%;
}

span.select2-selection.select2-selection--single {
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 20px;
}

nav.woocommerce-MyAccount-navigation li {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 10px 20px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 10px;
}

.woocommerce .woocommerce-ordering {
    margin: 0 !important;
}

.woocommerce div.product div.summary {
    margin-bottom: 2em;
    padding-left: 55px;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image > a img, .attachment-shop_single.size-shop_single {
    max-width: 350px;
    margin: 0 auto;
}

.wpgs-nav img {
    opacity: 0.7;
    border: 3px solid #dbdbdb;
    transition: all 0.3s ease 0s !important;
}

.wpgs-nav .slick-current img {
    border: 3px solid #020d3b !important;
}

.wpgs-nav .slick-active img {
    opacity: 1 !important;
}

.wpgs-nav .slick-prev, .wpgs-nav .slick-next {
    display: none !important;
}

.single-product .products.block-content .slick-arrow {
    font-size: 33px;
    position: absolute;
    z-index: 999;
}

.single-product .products.block-content .slick-arrow.fa-angle-left {
    top: 35%;
    left: -35px;
}

.fa-angle-right.slick-arrow {
    right: -35px;
    top: 35%;
}

.single-product .products.block-content .figure img {
    max-width: 180px;
    margin: 0 auto;
}

.single-product .products.block-content .item-content {
    text-align: center;
}

.up-sells.upsells > h2 {
    text-align: center;
    font-size: 40px;
    padding: 40px 0;
}

.single-product .products.block-content h2.woocommerce-loop-product__title {
    font-size: 30px;
}

section.up-sells.upsells.products {
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
}

.single-product .products.block-content {
    margin-bottom: 80px;
}

.single-product .products.block-content .figure {
    padding-bottom: 60px;
    border-bottom: 1px solid #dbdbdb;
    margin: 0 30px 20px;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: none;
    color: #e84479 !important;
}

.contact-info-section .ginput_container_select {
    position: relative;
}

.contact-info-section .ginput_container_select:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 53%;
    color: #555;
    font-size: 14px;
    transform: translateY(-50%);
}

.contact-info-section .ginput_container_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    border-radius: 0;
    background: #fff;
    text-align: left;
    color: #555;
    font-size: 16px;
    padding: 0 12px !important;
    border: none;
    width: 100% !important;
}

.contact-info-section input[type="text"], .contact-info-section input[type="email"], .contact-info-section input[type="tel"], .contact-info-section input[type="password"], .contact-info-section input[type="number"] {
    border-radius: 0;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.contact-info-section .gform_wrapper textarea.medium {
    padding: 10px 12px !important;
}

.contact-info-section li.gfield .ginput_container {
    margin-top: 0 !important;
}

.contact-info-section li.gfield .ginput_container input {
    margin-top: 0;
}

.contact-info-section .gform_wrapper .gform_footer {
    padding-top: 0;
    text-align: right;
}

.woocommerce .shop-content label {
    color: #020d3b;
    font-size: 16px;
    text-transform: uppercase;
}

label.your-total {
    width: 100%;
    font-size: 22px !important;
}

.woocommerce div.product form.cart .variations select {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-right: 0 !important;
    min-width: 100% !important;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    min-width: 100%;
    display: inline-block;
    text-align: left;
}

table.variations tr {
    min-width: 50%;
    max-width: 100%;
    width: 50%;
    display: inline-block;
    padding-right: 10px;
    float: left;
}

.woocommerce div.product form.cart table.variations td {
    padding-left: 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    display: inline-block;
    padding-right: 0;
}

.trigger button {
    background: transparent;
    border: none;
}

.newsletter-area form {
    position: relative;
}

.newsletter-area .gform_body ul li {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.newsletter-area .ginput_container.ginput_container_email {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.newsletter-area .ginput_container.ginput_container_email input[type="text"] {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 45px 0 15px !important;
}

.newsletter-area .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.newsletter-area .gform_footer {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px !important;
    background: none;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.newsletter-area .gform_footer input[type=submit] {
    width: 100% !important;
    height: 100%;
    background: transparent !important;
    border: none !important;
    text-indent: -9999px;
    min-width: 40px;
    margin: 0 !important;
}

.newsletter-area .gform_footer input[type=submit]:hover {
    background: transparent !important;
}

.newsletter-area .form > div {
    margin: 0;
}

.newsletter-area .gform_body ul li .ginput_container_email:after {
    content: "\f0e0";
    position: absolute;
    font-family: FontAwesome;
    right: 14px;
    top: 6px;
    font-size: 26px;
    color: #e84479;
}

.newsletter-area .form br {
    display: block;
    margin: 5px 0;
    line-height: 15px;
}

.jssort03 > div {
    background-color: transparent !important;
}

.shop-detail-content .summary .variations tr {
    padding-right: 10px;
}

.shop-detail-content .summary .variations td.value {
    position: relative;
    padding-right: 0;
}

.shop-detail-content .summary .variations td.value:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 10px;
    color: #555;
    font-size: 12px;
}

.shop-detail-content .summary .variations td.value select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    border-radius: 0;
    background: #fff;
    text-align: left;
    color: #555;
    font-size: 16px;
    padding: 0 12px !important;
    border: none;
    width: 100% !important;
}

.shop-detail-content .summary .product_title {
    margin-bottom: 2px;
}

.shop-detail-content .summary p.price {
    line-height: 1.2;
}

.shop-detail-content .summary form.cart {
    margin-top: 43px;
}

.shop-detail-content .woocommerce-images div[u=slides] {
    border: 1px solid #dbdbdb;
    text-align: center;
}

.shop-detail-content .woocommerce-images div[u="slides"] > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-detail-content div[u=thumbnavigator] {
    padding: 10px 0;
}

.shop-detail-content div[u=thumbnavigator] div[u=slides] {
    border: none;
    width: 100% !important;
    left: 0 !important;
}

.shop-detail-content div[u=thumbnavigator] div[u=slides] > div {
    width: 25% !important;
}

.shop-detail-content div[u=thumbnavigator] div[u=slides] > div > div.pav {
    width: 100% !important;
}

.shop-detail-content .wpgs-for.slick-slider {
    border: 1px solid #ccc;
}

.shop-detail-content .wpgs-for a.vbox-item {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.shop-detail-content .wpgs-for .slick-arrow {
    display: inline-block;
    z-index: 9;
    font-size: 45px;
    left: 20px !important;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    color: #dbdbdb;
    font-family: FontAwesome;
}

.shop-detail-content .wpgs-for.slick-slider .flaticon-back::before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 45px;
}

.shop-detail-content .wpgs-for.slick-slider .flaticon-right-arrow::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 45px;
}

.shop-detail-content .wpgs-for.slick-slider .flaticon-right-arrow.slick-arrow {
    right: 20px !important;
    left: auto !important;
}

.shop-detail-content .wpgs-nav .slick-slide {
    padding: 10px;
    margin: 0 !important;
}

.shop-detail-content .wpgs-nav {
    margin: 0 -10px;
    padding: 15px 0;
}

.shop-detail-content .breadcrumb {
    padding: 40px 0 16px;
}

.shop-detail-content div.product form.cart .button {
    min-width: 200px;
}

.shop-detail-content form.cart .reset_variations {
    display: none !important;
}

.shop-detail-content div.product p.price, .shop-detail-content div.product span.price {
    line-height: 1;
}

.shop-detail-content .summary .single_variation_wrap {
    display: inline-block;
    width: 100%;
    padding-bottom: 45px;
    border-bottom: 1px solid #dbdbdb;
}

.shop-detail-content .summary .single_variation_wrap .woocommerce-variation.single_variation {
    padding-bottom: 22px;
    padding-top: 10px;
}

section.up-sells.upsells.products .product-item h2.woocommerce-loop-product__title {
    margin-bottom: 3px;
}

.shop-detail-content .wpgs.wpgs--with-images.images {
    margin-bottom: 20px !important;
}

.shop-detail-content .summary {

}

@media (max-width: 2000px) {
    .left-navigation, .shop-content .top-bar .left-content {
        width: 350px;
    }

    .shop-main-content .products-boxes-block {
        width: calc(100% - 350px);
    }
}

@media (max-width: 1600px) {
    .main-slider .slide-item .text-content {
        min-height: 675px;
    }

    .main-slider {
        margin-top: -32px;
    }

    .slider-columns-section.main-slider-underneath-section {
        margin-top: -45px;
    }

    .aquariums-video-section {
        margin: 45px 0;
    }

    .text-icons-block .text-icon i {
        font-size: 30px;
    }

    .text-icons-block .text-icon i.fa-mobile {
        font-size: 34px;
    }

    .text-icons-block .text-icon strong {
        font-size: 16px;
    }

    .text-icons-block .text-icon {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1530px) {
    .shop-main-content .products-boxes-block {
        padding-left: 20px;
        width: calc(100% - 300px);
    }

    .left-navigation {
        width: 300px;
    }

    .left-navigation li.parent-li > a {
        font-size: 20px;
    }

    .shop-content .top-bar .left-content {
        width: 300px;
        padding-left: 30px;
    }

    .left-navigation li.parent-li > a {
        padding: 10px 30px;
    }

    .left-navigation li.parent-li ul {
        padding-left: 25px;
    }
}

@media (max-width: 1440px) {
    .feature-block-item h2 {
        font-size: 30px;
    }

    .products-boxes-block .product-item .caption h3, .products-boxes-block .product-item .caption h2 {
        font-size: 16px;
    }

    .products-boxes-block .product-item .price span {
        font-size: 14px;
    }

}

@media (max-width: 1279px) {
    .main-slider .slick-arrow {
        left: 0;
    }

    .main-slider .fa-angle-right.slick-arrow {
        right: 0;
    }

    article.post .post-description h3 {
        font-size: 26px;
    }

    article.post .post-description {
        padding-left: 25px;
    }

    article.post .post-description p {
        line-height: 1.6;
    }

    .post-detail-section .aside {
        width: 350px;
        padding-left: 30px;
    }

    .post-detail-section .detail-content-holder {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1200px) {
    .hidden-mob-collapse {
        display: none !important;
    }

    .visible-mob-collapse {
        display: block !important;
    }

    .collapse, .navbar-toggle {
        display: block !important;
    }

    body {
        padding-top: 135px;
    }

    .layout-header {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 22;
    }

    .layout-header .logo {
        width: 100%;
    }

    .navbar-toggle {
        border-radius: 0;
        display: inline-block;
        height: 50px;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
        right: 15px;
        top: 19px;
        width: 45px;
    }

    /*.fixed-header .navbar-toggle{*/
    /*    top: 5px;*/
    /*}*/
    .navbar-toggle span::after {
        box-shadow: 0 0 0 1px #83d7fb, 0 10px 0 1px #83d7fb, 0 20px 0 1px #83d7fb;
        content: "";
        display: block;
        height: 0;
        margin-top: -8px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50%;
        width: 35px;
        transition: all 0.3s ease 0s;
    }

    .navbar-toggle span::before {
        content: "";
        display: block;
        height: 0;
        opacity: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: all 0.3s ease 0s;
        z-index: 9;
    }

    .main-nav.navbar-collapse {
        background: #020d3b;
        height: 100% !important;
        left: -307px;
        position: fixed;
        top: 0;
        padding-top: 40px;
        padding-bottom: 20px;
        transition: all 0.3s ease 0s;
        overflow: hidden;
        width: 305px;
        box-shadow: none;
        border-top: none;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 0 !important;
        z-index: 2;
        overflow-Y: auto !important;
        display: block;
    }

    .layout-header .logo {
        max-width: 140px;
        display: inline-block;
        vertical-align: top;
        padding: 5px 15px;
    }

    .main-nav.navbar-collapse.in {
        left: 0;
        overflow: visible;
    }

    .main-nav a:hover {
        color: #a8cf45;
    }

    .mobile-menu-close {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 17px;
        top: 10px;
        font-size: 20px;
        -webkit-transform: scale(1.5, 1);
        transform: scale(1.5, 1);
        text-align: center;
        cursor: pointer;
        opacity: 1;
        color: #83d7fb;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
    }

    .header-top-content {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .header-top-content .search-field {
        display: none;
    }

    .header-top-content .search-group i {
        color: #83d7fb;
        font-size: 22px;
    }

    .header-bottom-content {
        padding: 0;
    }

    .text-icons-block .text-icon i.fa-mobile {
        font-size: 26px;
    }

    .text-icons-block .text-icon i {
        font-size: 22px;
    }

    .header-top-content .search-group .trigger {
        position: static;
    }

    .text-icons-block .text-icon strong {
        display: none;
    }

    .text-icons-block .text-icon .icon {
        height: auto;
    }

    .header-top-content .top-right-block {
        float: right;
        display: flex;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 5px 15px;
        margin-left: auto;
        margin-right: 90px;
    }

    .text-icons-block .text-icon a {
        padding: 0 10px;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }

    .header-top-content .search-group {
        padding: 0 15px;
        position: relative;
    }

    .header-top-content .search-group::after {
        background: #77ace7;
        position: absolute;
        top: 7px;
        height: calc(100% - 14px);
        display: inline-block;
        width: 1px;
        right: 0;
        content: '';
    }

    .navbar li {
        width: 100%;
    }

    .navbar li a {
        padding: 7px 0;
        font-size: 16px;
    }

    .navbar li.jumbo-li a {
        font-family: 'Bebas Neue', cursive;
        font-size: 24px;
        color: #e84479;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 2px;
    }

    .bar-title {
        padding: 10px 20px;
    }

    .bar-title .slider-arrows .slick-arrow {
        font-size: 35px;
        line-height: 40px;
        width: 45px;
        height: 45px;
    }

    .columns-slider {
        padding: 30px 0;
    }

    .feature-block-item .feature-image {
        padding: 0;
        height: 260px;
    }

    .inner-pages-banner-section .text-content {
        justify-content: center;
        min-height: 245px;
    }

    .feature-aside-description-block .description-block p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .feature-aside-description-section {
        padding: 40px 0 10px;
    }

    .feature-aside-description-section:first-of-type {
        padding-top: 40px;
    }

    .feature-aside-description-section:last-of-type {
        padding-bottom: 40px;
    }

    .feature-aside-description-section.feature-right-aligned {
        padding-top: 10px;
    }

    article.post .post-description h3 {
        font-size: 22px;
    }

    .left-navigation li.parent-li > a {
        font-size: 18px;
    }

    .left-navigation ul li.parent-li::after {
        top: 13px;
    }

    /*.left-navigation {*/
    /*    width: 330px;*/
    /*}*/
    /*.shop-main-content .products-boxes-block {*/
    /*    width: calc(100% - 330px);*/
    /*}*/
    /*.shop-content .top-bar .left-content {*/
    /*    width: 330px;*/
    /*}*/
    .top-bar .select-field select {
        font-size: 16px;
    }

    .shop-main-content .products-boxes-block .product-item {
        padding: 0;
    }

    .shop-main-content .products-boxes-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-top-content .top-right-block .search-body {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.95);
        z-index: 9;
    }

    .header-top-content .top-right-block .search-body .search-close a {
        background: #e84479;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 28px;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 10px;
        color: #fff;
    }

    .header-top-content .top-right-block .search-body .form {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 15px;
        text-align: center;
    }

    .header-top-content .top-right-block .search-body form {
        width: 100%;
        max-width: 840px;
    }

    .header-top-content .top-right-block .search-body .input-field {
        margin-bottom: 20px;
    }

    .header-top-content .top-right-block .search-body .form input {
        font-size: 30px;
        letter-spacing: normal;
        border: none;
        background: transparent;
    }

    .text-icons-block .text-icon .digit {
        width: 18px;
        height: 18px;
        line-height: 18px;
        top: -2px;
        right: 12px;
        font-size: 11px;
    }

    .footer-column.contact-column .column-content .column-content {
        display: none;
    }

    .footer-column.contact-column .column-content .column-content:first-of-type {
        display: block !important;
    }
}

.visible-below-tablet {
    display: none !important;
}

.left-navigation .trigger {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul {
    width: 100%;
    height: 100%;
}

.woocommerce nav.woocommerce-pagination ul li a {
    margin: inherit;
    padding: inherit !important;
    font-size: inherit;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: none !important;
    color: #525252 !important;
}

.woocommerce nav.woocommerce-pagination ul .page-numbers:hover {
    color: #525252 !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: none !important;
    padding: inherit;
    border: none !important;
}

ul.yith-wcan-list.yith-wcan.categories a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 30px;
}

.top-bar .select-field.items-per-page-field::after {
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1025px) {
    .hidden-below-tablet {
        display: none !important;
    }

    .footer-column.signup-column .column-content a img {
        display: none;
    }

    .visible-below-tablet {
        display: block !important;
    }

    .aquariums-video-section .container > .content {
        min-height: 600px;
    }

    footer.footer {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-main-content .content-holder {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-column {
        flex: auto !important;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .footer-column .column-content > .content {
        display: none;
    }

    .footer-column .content {
        padding: 0 15px
    }

    .footer-column .heading {
        padding: 8px 15px;
        margin: 0;
        position: relative;
    }

    .footer-column .multi-content .heading {
        padding-left: 0;
        padding-right: 0;
        position: static;
    }

    .footer-column .multi-content .heading::after {
        content: none;
    }

    .footer-column .multi-content .content {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-column .column-content .heading::after {
        content: '\f107';
        font-family: FontAwesome;
        font-size: 26px;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        pointer-events: none;
        position: absolute;
        color: #83d7fb;
    }

    .footer-column .column-content .heading.in::after {
        content: '\f106';
    }

    .contact-column .column-content {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .footer-main-content {
        padding: 0;
    }

    .footer-bottom-content {
        padding: 15px 0 20px;
        background: rgba(0, 0, 0, 0.1);
    }

    .footer-bottom-content .content-holder {
        flex-wrap: wrap;
    }

    .footer-bottom-content .content-holder > div {
        width: 100%;
        text-align: center;
    }

    .footer-logo a {
        display: inline-block;
        max-width: 220px;
    }

    .footer-logo {
        margin-bottom: 10px;
    }

    .footer-bottom-content .social-links a {
        width: 45px;
        height: 45px;
        font-size: 30px;
    }

    .footer-bottom-content .social-links li {
        padding-right: 5px;
    }

    .feature-aside-description-block .description-block .block-content {
        padding-left: 0;
    }

    .faq .faq-title h6 {
        font-size: 16px;
    }

    .faq .faq-title::after {
        font-size: 32px;
    }

    .page-hero-title .description {
        padding-left: 40px;
    }

    .page-hero-title .description p {
        font-size: 17px;
    }

    .post-detail-section .main {
        width: calc(100% - 320px);
    }

    .post-detail-section .aside {
        width: 320px;
    }

    .shop-main-content {
        position: relative;
    }

    .shop-main-content .products-boxes-block {
        width: 100%;
        padding-top: 40px;
    }

    .left-navigation {
        position: absolute;
        width: 300px;
        transform: translateX(-300px);
        z-index: 1;
        height: 100%;
        transition: all 0.3s ease 0s;
    }

    .left-navigation .navigation-content {
        padding-top: 40px;
        background: #fff;
    }

    .shop-content .top-bar .left-content {
        display: none !important;
    }

    .top-bar .select-field::after {
        top: 8px;
    }

    .shop-content .top-bar .right-content {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }

    .top-bar .select-field select {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .left-navigation .trigger {
        transform: translateX(300px);
        padding-left: 10px;
        padding: 10px 25px 10px 10px;
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
        background: #e84479;
        overflow: hidden;
        color: #fff;
        cursor: pointer;
        position: absolute;
        margin-top: 10px;
    }

    .left-navigation .trigger.on {
        display: inline-block;
    }

    .left-navigation .trigger h4 {
        color: #fff;
        display: inline-block;
    }

    .left-navigation .trigger .fa-search {
        font-size: 22px;
        padding-left: 5px;
    }

    .left-navigation.in {
        transform: translateX(0);
        background: #fff;
    }

    .left-navigation.in .trigger {
        transform: translateX(0);
    }

    .left-navigation .close {
        position: absolute;
        display: block;
        right: 2px;
        color: #e84479;
        font-size: 22px;
        font-weight: 300;
        opacity: 1;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        transform: scale(1.2, 1);
    }

    .left-navigation .close.off {
        display: none;
    }

    .products-boxes-block .pagination-block {
        text-align: center;
    }

    .products-boxes-block .pagination-block {
        padding-right: 0;
    }

    .shop-content .top-bar .right-content > div {
        width: 100%;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        max-width: 220px;
    }

    .shop-content .top-bar .right-content .pagination-content {
        display: none;
    }
}

@media (max-width: 991px) {
    .feature-block-item h2 {
        font-size: 26px;
    }

    .contact-info .info-field h5 {
        font-size: 24px;
    }

    .contact-info .info-field .info-text {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .main-slider .slide-item .text-content {
        min-height: 470px;
    }

    .bar-title {
        padding: 10px 15px;
    }

    .main-slider {
        margin-top: -24px;
    }

    .featured-block-section .items-holder {
        padding: 0 5px;
    }

    .contact-info .info-field h5 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    .featured-block-section .feature-block-item {
        width: 100%;
    }

    .feature-aside-description-section .feature-block {
        margin-bottom: 15px;
    }

    .feature-aside-description-section.feature-right-aligned .feature-block {
        order: 1;
    }

    .feature-aside-description-block .description-block {
        order: 2;
    }

    .page-hero-title .hero-title-content {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        text-align: center;
    }

    .page-hero-title .description {
        padding-left: 0;
    }

    article.post .post-description .btn-content {
        position: static;
    }

    article.post .article-content {
        padding-left: 0;
        padding-right: 0;
    }

    article.post .post-feature-image .figure {
        width: 100%;
    }

    article.post .post-feature-image, article.post .post-description {
        width: 100%;
    }

    article.post .post-description {
        padding-left: 0;
    }

    article.post:first-of-type {
        padding-top: 30px;
    }

    .contact-main-holder {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .contact-main-holder .contact-info {
        padding-right: 0;
    }

    .contact-main-holder .form-block {
        padding-left: 0;
    }

    .contact-main-holder .form-block .block-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-main-holder {
        padding: 20px 0 30px;
    }

    .contact-info .info-field {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    article.post .post-description {
        padding-bottom: 0;
    }

    article.post {
        padding: 35px 0;
    }

    article.post .post-feature-image .figure {
        height: auto;
        padding: 33% 0;
    }

    article.post .post-description h3 {
        font-size: 20px;
    }

    .post-detail-section .detail-content-holder {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .post-detail-section .main, .post-detail-section .aside {
        width: 100%;
        padding-left: 0;
    }

    .post-detail-section {
        padding: 35px 0 20px;
    }

    .shop-main-content .products-boxes-block .product-item {
        width: 33.3%
    }

    .shop-content .top-bar .right-content {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .columns-slider .feature-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 200px;
    }

    .shop-content .top-bar .right-content > div {
        border-right: none;
        border: 2px solid #aeaeae;
        margin: 3px 2px;
    }
}

@media (max-width: 599px) {
    .header-top-content .top-right-block {
        padding: 5px 10px;
        margin-right: 85px;
    }

    .header-top-content .search-group {
        padding: 0 10px;
    }

    .text-icons-block .text-icon {
        padding-left: 5px;
        padding-right: 5px;
    }

    .bar-title {
        padding: 10px 15px 15px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .bar-title h2 {
        display: block;
    }

    .bar-title .bar-content {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .bar-title .c-btn {
        margin: 10px 0;
    }

    .bar-title .slider-arrows {
        display: none;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 170px;
    }

    .error404 #content {
        min-height: 200px;
        padding: 35px 0 50px;
    }
}

@media (max-width: 479px) {
    .header-top-content .top-right-block {
        width: 100%;
        margin: 0;
        border-radius: 0;
        justify-content: center;
    }

    .header-top-content .search-group {
        padding: 0 15px;
    }

    .text-icons-block .text-icon {
        padding-left: 10px;
        padding-right: 10px;
    }

    .columns-slider .slide-item {
        border-right: none;
    }

    .footer-bottom-content .copyright-content p {
        font-size: 14px;
    }

    .notification-bar {
        font-size: 14px;
    }

    .inner-pages-banner-section .text-content {
        min-height: 180px;
    }

    .faq .faq-title {
        padding: 15px 45px 15px 0;
    }

    .faq .faq-title h6 {
        font-size: 14px;
    }

    .contact-info .info-field .info-text {
        font-size: 16px;
        width: calc(100% - 45px)
    }

    .contact-info .info-field .icon {
        width: 45px;
        height: 45px;
        font-size: 28px;
        line-height: 45px;
    }

    .info-field .icon i.fa-mobile {
        font-size: 36px;
    }

    .info-field .icon i.fa-envelope {
        font-size: 24px;
    }

    .info-field .icon i.fa-clock-o {
        font-size: 28px;
    }

    .contact-main-holder .form-block .block-content p {
        font-size: 16px;
    }

    .google-map {
        height: 350px;
    }

    .shop-main-content .products-boxes-block .product-item {
        width: 50%
    }
}

@media (min-width: 1025px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .hidden-mob-collapse {
        display: block !important;
    }

    .visible-mob-collapse {
        display: none !important;
    }

    .mobile-menu-close {
        display: none;
    }

    .navbar {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar li {
        padding: 5px 10px
    }

    .navbar li a {
        padding: 5px 0;
    }

    .navbar li.jumbo-li {
        padding-top: 0;
        padding-bottom: 0;
    }

    /*.navbar li.current-menu-item a{*/
    /*    color: #83d7fb;*/
    /*    position: relative;*/
    /*}*/
    /*.navbar li.current-menu-item a:after{*/
    /*    content: '';*/
    /*    height: 2px;*/
    /*    bottom: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    background: #83d7fb;*/
    /*    position: absolute;*/
    /*}*/
    .navbar li.jumbo-li a {
        font-family: 'Bebas Neue', cursive;
        font-size: 40px;
        color: #e84479;
        font-weight: bold;
        line-height: 1;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-top-content .logo {
        position: absolute;
        left: 20px;
        top: 5px;
        z-index: 1;
    }

    .main-nav {
        padding-left: 200px;
    }

    .layout-header .logo {
        max-width: 220px;
    }

    .fixed-header .header-bottom-content {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 5;
    }

    .fixed-header .main-nav {
        padding-left: 20px;
    }

    .aquariums-video-section .title h2 {
        font-size: 48px;
    }

    .aquariums-video-section .title h2 strong {
        font-size: 56px;
    }

    .contact-info .info-field h5 {
        font-size: 28px;
    }

    .text-icons-block .text-icon:hover .dropdown-menu {
        display: block;
    }
}

@media (min-width: 1280px) {
    .layout-header .logo {
        max-width: 250px;
    }
}

@media (min-width: 1601px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 60px;
    }

    h3 {
        font-size: 48px;
    }

    h4 {
        font-size: 40px;
    }

    h5 {
        font-size: 30px;
    }

    h6 {
        font-size: 20px;
    }

    .contact-info .info-field h5 {
        font-size: 34px;
    }

    .navbar > li > a {
        font-size: 16px;
    }

    .layout-header .logo {
        max-width: 270px;
    }

    .main-nav {
        padding-left: 0;
    }

    .faq.in .faq-body {
        padding-bottom: 40px;
    }

    .faq.in .faq-body p {
        font-size: 18px;
    }

    .faq .faq-title h6 {
        font-size: 20px;
    }

    .google-map {
        position: relative;
        height: 650px;
    }
}

@media (min-width: 2200px) {
    .layout-header .logo {
        max-width: 300px;
    }

    .navbar {
        padding-right: 100px;
    }

    .navbar li {
        padding: 5px 17px
    }

    .navbar li a {
        padding: 5px 0;
    }

    .navbar li.jumbo-li a {
        font-size: 48px;
    }

    .navbar > li > a {
        font-size: 18px;
    }

    .feature-block-item .text-content {
        padding: 20px 30px 40px;
    }

    .main-slider .slick-arrow {
        left: 19%;
    }

    .main-slider .fa-angle-right.slick-arrow {
        right: 19%;
    }

    .products-boxes-block .product-item .caption h3, .products-boxes-block .product-item .caption h2 {
        font-size: 30px;
    }
}

.widht-ara{
    display: none !important;
}