@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    background: #fff;
}

ul, li {
    list-style: none;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex1 {
    display: flex;
    flex: 1;
}

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

.horizontal-center-content {
    text-align-last: center;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.justify-content-center-space-ar {
    display: flex;
    justify-content: space-around;
}

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

.flex-end-content {
    justify-content: flex-end;
}

.padding-1rem {
    padding: 1rem;
}

.margin-top-3rem {
    margin-top: 3rem;
}

.gap1 {
    gap: 1rem;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #78a0a5;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 5px 0;
}

h3 {
    font-size: 25px;
}

::-webkit-selection {
    color: #fff;
    background: #17B794;
}

::-moz-selection {
    color: #fff;
    background: #17B794;
}

::selection {
    color: #fff;
    background: #17B794;
}

.gtco-container {
    max-width: 1230px;
    position: relative;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 768px) {
    .gtco-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 992px) {
    .gtco-container {
        padding-left: 45px;
        padding-right: 45px;
    }
}

/* Navbar */
.gtco-nav {
    height: 114px;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 12px 0 0;
    z-index: 1001;
    background: #000;
    border-bottom: 2px #FFF solid;
}

.gtco-nav .gtco-container {
    padding-left: 15px;
    padding-right: 15px;
}

.gtco-nav #gtco-logo img {
    padding: 16px 0;
}

@media screen and (max-width: 768px) {
    .gtco-nav .menu {
        margin-right: 2rem;
    }

    .gtco-nav .menu-1, .gtco-nav .menu-2 {
        display: none;
    }

    .gtco-nav {
        height: 74px;
    }

    .gtco-nav .gtco-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gtco-nav #gtco-logo img {
        height: 48px;
        padding: 0;
    }
}

.gtco-nav ul {
    padding: 0;
    margin: 0;
}

.gtco-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    line-height: 1.5;
}

.gtco-nav ul li > a {
    font-size: 12px;
    letter-spacing: .05em;
}

.gtco-nav ul li a {
    font-size: 12px;
    padding: 10px 3px 45px;
    color: #CCC;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (min-width: 768px) {
    .gtco-nav ul li > a {
        font-size: 13px;
        padding: 10px 5px 45px;
    }
}

@media screen and (min-width: 992px) {
    .gtco-nav .menu-1 {
        text-align: left;
    }

    .gtco-nav .menu-1 ul li > a {
        font-size: 17px;
        padding: 10px 10px 45px;
    }
}

.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
    color: #FFF;
}

.gtco-nav ul li.has-dropdown {
    position: relative;
}

.gtco-nav ul li.has-dropdown > a {
    position: relative;
    padding-right: 20px !important;
}

.gtco-nav ul li.has-dropdown > a:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-style: 10px;
    position: absolute;
    top: 0;
    margin-top: 12px;
    right: 0;
    color: #ccc;
}

.gtco-nav ul li.has-dropdown .dropdown {
    width: 130px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    margin: 0.4em 0 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.gtco-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

/*
.gtco-nav ul li.has-dropdown .dropdown {
  width: 4000px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 56px;
  left: -2000px;
  text-align: left;
  background: #E5E5E5;
  padding: 20px 0 20px 1985px;
  margin: 0.4em 0 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
  top: 0;
  left: 2050px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1003;
  pointer-events: none;
  border-top-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
*/
.gtco-nav ul li.has-dropdown .dropdown li {
    /*
    display: inline-block;
    */
    display: block;
    margin-bottom: 7px;
}

.gtco-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.gtco-nav ul li.has-dropdown .dropdown li a {
    /*
    padding: 5px 25px;
    */
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
}

.gtco-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
}

.gtco-nav ul li.has-dropdown .dropdown li.active > a {
    color: #000 !important;
}

.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
    color: #33a3bd;
}

.gtco-nav ul li.btn-cta a {
    color: #17B794;
}

.gtco-nav ul li.btn-cta a span {
    background: #fff;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
}

.gtco-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.gtco-nav ul li.active > a {
    color: #FFF !important;
}

.gtco-nav .menu-2 {
    margin-bottom: 12px;
}

.gtco-nav .menu-2 img {
    margin-top: -3px;
}

.gtco-nav .menu-2 a {
    padding: 10px 0;
}

#gtco-logo {
    padding-right: 2rem;
}

#mini-cart-container {
    /*position: relative;*/
}

.gtco-container .miniCart {
    position: absolute;
    width: 100%;
    max-width: 450px;
    border-style: solid;
    border-width: 2px;
    border-color: #78a0a5;
    right: 0;
    top: 50px;
    margin-top: -15px;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
    display: none;
    /*display: block;*/
    z-index: 1;
}

#cartBtn:hover ~ #miniCart,
#miniCart:hover {
    display: block;
}

.gtco-container .miniCart .inner {
    padding: 3rem;
    background-color: white;
    position: relative;
    height: 100%;
    color: #78a0a5;
}

.gtco-container .miniCart .inner .item .counter-controller {
    color: white;
    background-color: #78a0a5;
    font-weight: bolder;
    font-size: x-large;
    line-height: 1;
    padding: 0 0.8rem;
    cursor: pointer;
    border: none;
}

.gtco-container .miniCart .inner .item .counter-controller:hover {
    background-color: #78a0a591;
}

.gtco-container .miniCart .inner .sumRow .col-12 {
    padding: 0px !important;
}

.gtco-container .miniCart h3 {
    padding-bottom: 5px;
    color: #78a0a5;
    text-transform: none;
    letter-spacing: 0;
    font-size: 24px;
    font-weight: bolder;
    line-height: 1.2;
}

.gtco-container .miniCart .title p {
    font-size: 18px;
    font-weight: bolder;
}

.gtco-container .miniCart .minicart-item {
    display: flex;
    flex-direction: row;
}

.gtco-container .miniCart img {
    width: 80px;
    height: auto;
}

.gtco-container .miniCart .inner .sku {
    font-size: large;
}

.gtco-container .miniCart .inner .amount {
    margin-right: 3rem;
}

.gtco-container .miniCart .inner .discount-percent {
    color: red;
    font-size: x-large;
    font-weight: bolder;
}

.gtco-container .miniCart .inner .original-amount {
    color: black;
    font-size: large;
    text-decoration: line-through;
    font-weight: bolder;
}

.gtco-container .miniCart .inner .discount-amount {
    color: red;
    font-size: x-large;
    font-weight: bolder;
}

#total-amount-title {
    font-size: x-large;
    font-weight: bolder;
}

.original-total-amount {
    display: flex;
    color: black;
    font-size: large;
    text-decoration: line-through;
    font-weight: bolder;
    justify-content: flex-end;
}

.discount-total-amount {
    color: red;
    font-size: xx-large;
    font-weight: bolder;
    text-align: end;
}

.gtco-container .miniCart p strong {
    font-weight: 600;
}

.gtco-container .miniCart .name p,
.gtco-container .miniCart .price p {
    font-weight: 600;
    font-size: 15px;
}

.gtco-container .miniCart .name p span {
    font-size: 13px;
    line-height: 23px;
}

.gtco-container .miniCart .counter {
    padding: 0;
    margin: 0;
}

.gtco-container .miniCart .item {
    padding: 10px 0;
    border-top: 1px solid rgba(120, 160, 165, 0.2) !important;
    border-bottom: 1px solid rgba(120, 160, 165, 0.2) !important;
}

.gtco-container .miniCart .item:last-child {
    padding-bottom: 0 !important;
}

.gtco-container .miniCart .item:last-child hr {
    margin-bottom: 0;
}

.gtco-container .miniCart .item hr {
    border-bottom: 1px solid rgba(208, 202, 202, 0.2) !important;
    width: 100%;
}

.gtco-container .miniCart .price .counter li {
    display: inline;
    margin: 0 4px;
}

.gtco-container .miniCart .price .counter li span.count {
    font-size: 13px;
}

.gtco-container .miniCart .price .counter li {
    padding: 2px 6px !important;
}

.gtco-container .miniCart .trashBtn {
    background-color: #78a0a591;
    color: white;
    border-radius: 50%;
    line-height: 1.3;
    border: none;
}

.gtco-container .miniCart .trashBtn:hover {
    background-color: #78a0a5;
}

.gtco-container .miniCart .sumRow {
    margin-top: 15px;
}

.gtco-container .miniCart .sumRow p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.gtco-container .miniCart .btn-secondary {
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

@media (max-width: 400px) {
    .gtco-container .miniCart .inner {
        padding: 1rem;
    }
}

@media (max-width: 475px) {
    .gtco-container .miniCart .minicart-item {
        flex-direction: column;
    }
}

.gtco-container .header-cart-item-count {
    position: absolute;
    top: 25px;
    right: 5px;
    background-color: var(--green2);
    border-radius: 30px;
    min-width: 16px;
    height: 16px;
    width: auto;
    padding: 2px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .gtco-container .header-cart-item-count {
        top: 8px;
        right: 20px;
    }
}

/* Navbar - End */

/* Mobile search input */

#mobile-search-container {
    display: flex;
    align-items: center;
    height: auto;
    transition: all 0.5s;
    overflow: hidden;
}

#mobile-search-container[data-opened="false"] {
    max-height: 0;
}

#mobile-search-container[data-opened="true"] {
    max-height: 200px;
}

#mobile-search-container .search-icon {
    height: 25px;
    width: 50px;
}

#mobile-search-container input {
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: large;
    width: 100%;
    padding: 2rem;
    outline: none;
    border: 0;
}

#mobile-search-container input::placeholder {
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: bold;
    font-size: large;
    color: gray;
    opacity: 0.8;
}

/* Mobile search input - End */

/* ProductView - Desktop */

.gtco-container.wide {
    max-width: 1230px;
    padding-left: 0;
    padding-right: 0;
}

.gtco-container .rightside-container .shop-section {
    display: flex;
    flex-direction: row;
}

.gtco-container .rightside-container > h3 {
    padding-top: .7em;
}

.gtco-container .discount {
    background-color: red;
    width: fit-content;
    padding: 0rem 1rem 0rem 1rem;
}

.gtco-container .discount span {
    color: white;
    font-size: xx-large;
}

.gtco-container .rightside-container .price-retail {
    font-size: xx-large;
    text-decoration: line-through;
    font-weight: bolder;
}

.gtco-container .rightside-container .price-discount {
    color: red;
    font-size: 4.5rem;
    font-weight: bolder;
}

/* ProductView - Mobile */

@media screen and (min-width: 992px) {
    .gtco-container.wide {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1130px) {
    .gtco-container .rightside-container .shop-section {
        flex-direction: column;
    }

    .gtco-container .rightside-container .shop-section .price-section {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}


.gtco-cover {
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}

/*
.gtco-cover.gtco-inner h1 {
  margin-bottom: 0 !important;
}
.gtco-cover a {
  color: #17B794;
}
.gtco-cover a:hover {
  color: white;
}
*/
.gtco-cover .overlay {
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(29, 43, 83, 0.89);
}

.gtco-cover > .gtco-container {
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .gtco-cover {
        height: 900px;
        /*
        height: inherit !important;
        padding: 3em 0;
        */
    }
}

.gtco-cover .display-t,
.gtco-cover .display-tc {
    height: 600px;
    display: table;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .gtco-cover .display-t,
    .gtco-cover .display-tc {
        height: 900px;
        /*
        height: inherit !important;
        padding: 3em 0;
        */
    }
}

.gtco-cover.gtco-cover-sm {
    height: 110px;
}

@media screen and (min-width: 768px) {
    .gtco-cover.gtco-cover-sm {
        height: 220px;
    }
}

@media screen and (min-width: 1024px) {
    .gtco-cover.gtco-cover-sm {
        height: 285px;
    }
}

@media screen and (min-width: 1200px) {
    .gtco-cover.gtco-cover-sm {
        height: 348px;
    }
}

/*
.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 348px;
  display: table;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {
    height: 348px;
    height: inherit !important;
    padding: 3em 0;
  }
}
*/
.gtco-cover.gtco-cover-xs {
    height: 80px;
}

@media screen and (min-width: 768px) {
    .gtco-cover.gtco-cover-xs {
        height: 80px;
        /*
        height: inherit !important;
        padding: 3em 0;
        */
    }
}

.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
    height: 80px;
    display: table;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .gtco-cover.gtco-cover-xs .display-t,
    .gtco-cover.gtco-cover-xs .display-tc {
        /*
        padding: 3em 0;
        height: inherit !important;
        */
    }
}

.gtco-products-head {
    padding: 1.5em 0;
    margin-top: 2em;
}

.gtco-products-head h2 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 22px;
}

.gtco-products {
    padding: 2em 0 4em;
}

@media screen and (min-width: 992px) {
    .gtco-products {
        padding: 3em 0 6em;
    }
}

.gtco-products .one-row, .gtco-products .two-row {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

/*
.gtco-products .two-row {
    height: 239px;
    height: 508px;
}
.gtco-products .gtco-item .overlay i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  z-index: 14;
  color: #fff;
}
.gtco-products .gtco-item .overlay .copy h3 {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}
.gtco-products .gtco-item .overlay .copy p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.gtco-products .gtco-item .overlay .copy p:last-child {
  margin-bottom: 0;
}
    .gtco-products .gtco-item:hover .overlay {
        opacity: 1;
        visibility: visible;
    }
*/
.gtco-products .one-row {
    position: relative;
}

.gtco-products .one-row .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gtco-products .one-row .display-t,
.gtco-products .one-row .display-tc {
    /* height: 508px; */
    display: table;
    width: 100%;
    height: 100%;
}

.gtco-products .one-row h2 {
    font-size: 30px;
    color: #FFF;
    line-height: 1.25;
}

@media screen and (min-width: 992px) {
    .gtco-products .one-row h2 {
        font-size: 50px;
    }
}

.gtco-products .gtco-item {
    position: relative;
}

.gtco-products .gtco-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 1;
    visibility: visible;
    outline: 1px solid #fff;
    outline-offset: -11px;
}

.gtco-products .gtco-item .overlay:before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gtco-products .gtco-item .overlay .copy {
    bottom: 0;
    position: absolute;
    left: 0;
    padding: 20px;
    z-index: 12;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 992px) {
    .gtco-products .gtco-item .overlay {
        /*
        opacity: 0;
        visibility: hidden;
        */
    }

    .gtco-products .gtco-item:hover .overlay:before {
        z-index: 7;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .3;
        background: #3dcdbc;
        background: -moz-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #3dcdbc), color-stop(100%, #33a1bd));
        background: -webkit-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
        background: -o-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
        background: -ms-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
        background: linear-gradient(to right, #3dcdbc 0%, #33a1bd 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3dcdbc', endColorstr='#33a1bd', GradientType=1);
        outline: 1px solid #fff;
        outline-offset: -11px;
    }

    .gtco-products .gtco-item .overlay .copy {
        bottom: -10%;
        opacity: 0;
        visibility: hidden;
    }

    .gtco-products .gtco-item:hover .overlay .copy {
        bottom: 0;
        opacity: 1;
        visibility: visible;
    }
}

.gtco-video {
    clear: both;
    position: relative;
}

.gtco-video .gtco-container {
    padding: 0;
}

@media screen and (min-width: 992px) {
    .gtco-video .gtco-container {
        padding: 0 45px;
    }
}

.gtco-about {
    padding: 2em 0 4em;
    clear: both;
    position: relative;
}

@media screen and (min-width: 992px) {
    .gtco-about {
        padding: 3em 0 5.3em;
    }
}

.gtco-contact {
    padding: 5em 0;
    clear: both;
    position: relative;
}

.gtco-contact h2 {
    font-size: 35px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .gtco-contact h2 {
        font-size: 45px;
    }
}

.pagination {
    list-style: none;
    font-weight: bold;
    font-size: 26px;
}

.pagination a {
    text-decoration: none;
    color: var(--green2);
}

.pagination .page-item {
    margin-right: 5px;
}

.pagination .page-item .page-link {
    background: transparent;
    color: var(--green2);
    border: 1px solid var(--green2) !important;
    padding: 0.6em 1em !important;
    font-weight: 600 !important;
    font-size: 14px;
    border-radius: 4px !important;
    margin: 3px !important;
}

.pagination .page-item .page-link:hover {
    background-color: var(--green2lighter);
    color: #fff
}

.pagination .page-item .page-link-active {
    background: var(--green2);
    color: #FFF
}

#gtco-footer {
    background: #E5E5E5;
    padding: 4em 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
    float: left;
    overflow-x: hidden;
}

/*
#gtco-footer a:hover {
  color: #000 !important;
}
*/
#gtco-footer .gtco-cta {
    margin-bottom: 30px;
}

#gtco-footer .gtco-cta h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

#gtco-footer .gtco-cta .btn-white {
    padding: 15px 20px !important;
}

#gtco-footer .gtco-cta .btn-white.btn-outline:hover {
    color: #000 !important;
}

#gtco-footer .gtco-footer-link h3 {
    color: #000;
    margin-bottom: 1em;
    font-size: 17px;
}

#gtco-footer .gtco-footer-link {
    margin-bottom: 2em;
    text-align: center;
}

@media screen and (min-width: 768px) {
    #gtco-footer .gtco-footer-link {
        text-align: inherit;
    }
}

@media screen and (min-width: 992px) {
    #gtco-footer .gtco-footer-link {
        padding-left: 20px;
    }
}

#gtco-footer .gtco-footer-link .gtco-list-link {
    padding: 0;
    margin: 0;
}

#gtco-footer .gtco-footer-link .gtco-list-link li {
    padding: 0 0 .5em 0;
    margin: 0;
    list-style: none;
}

/*
#gtco-footer .gtco-footer-link .gtco-list-link li a {
  font-size: 15px !important;
  color: #454545;
}
*/
#gtco-footer .gtco-copyright {
    text-align: center;
}

@media screen and (min-width: 768px) {
    #gtco-footer .gtco-copyright {
        text-align: right;
    }
}

@media screen and (min-width: 992px) {
    #gtco-footer .gtco-copyright {
        padding-left: 20px;
        text-align: right;
    }
}

#gtco-footer .gtco-copyright small {
    font-size: 12px;
}

#gtco-footer .gtco-copyright p:last-child {
    margin: 1em 0 0;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gtco-social-icons {
    margin: 0 0 0 -10px;
    padding: 0;
}

.gtco-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.gtco-social-icons li span {
    padding-left: 15px;
    padding-right: 10px;
    font-size: 17px;
}

.gtco-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
    color: #454545;
    padding-left: 10px;
    padding-right: 10px;
}

.gtco-social-icons li a i {
    font-size: 25px;
}

.gtco-social-icons li a:hover {
    color: #8a8a8a;
}

.one-row .display-tc,
#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

#gtco-header .display-tc h1, #gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
}

#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    #gtco-header .display-tc h1,
    #gtco-counter .display-tc h1,
    .gtco-cover .display-tc h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}

#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#gtco-counter {
    text-align: center;
}

#gtco-counter .counter {
    font-size: 50px;
    margin-bottom: 10px;
    color: #17B794;
    font-weight: 100;
    display: block;
}

#gtco-counter .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
    #gtco-counter .feature-center {
        margin-bottom: 50px;
    }
}

#gtco-counter .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-bottom: 20px;
    background: none !important;
    border: none !important;
}

#gtco-counter .icon i {
    height: 70px;
}

#gtco-counter .icon i:before {
    color: #cccccc;
    display: block;
    text-align: center;
    margin-left: 3px;
}

.gtco-section {
    padding: 2em 0;
    clear: both;
    position: relative;
}

@media screen and (min-width: 992px) {
    .gtco-section {
        padding: 3em 0;
    }
}

.gtco-section.gtco-header {
    padding-top: 0;
}

.gtco-section.border-bottom {
    border-bottom: 1px solid #d9d9d9;
}

.gtco-section.gtco-gray {
    background: #f6f6f6;
}

/*Filter - Desktop */

#filter-panel {
    overflow: hidden;
    transition: max-height 1.5s, padding 2.0s;
}

.filter-collapse-search {
    background-color: transparent;
    border: 1px solid rgba(208, 202, 202, 0.2);
    border-radius: 4px;
    padding: 0.8em 1em;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 14px;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 20px;
    letter-spacing: 1px;
}

.filter-collapse-search:active, .filter-collapse-search:focus {
    border: 1px solid #FFF !important;
    box-shadow: none !important;
}

.gtco-section .filter-nav {
    display: flex;
    justify-content: space-around;
}

.filter-panel-collapsed {
    max-height: 0px;
    padding: 0px;
}

.filter-panel-opened {
    max-height: 4000px;
}

.gtco-container .filter-wrapper .filter-button {
    background-color: var(--green2);
    color: white;
    border-radius: 30px;
    position: relative;
    display: flex;
    width: 120px;
    justify-content: center;
    font-weight: 600 !important;
    letter-spacing: 1px;
    transition: 0.5s;
    padding: 1rem;
    cursor: pointer;
}

.gtco-container .filter-wrapper .filter-button:hover {
    background-color: var(--green2lighter);
}


.gtco-container .filter-wrapper .filter-option {
    position: relative;
}

.gtco-container .filter-wrapper .filter-option select {
    position: relative;
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 1.5;
    background-color: var(--green2);
    color: white;
    border-radius: 30px;
    width: auto;
    text-align: center;
    padding: 1rem 3rem 1rem 1rem;
    border: none;
    transition: 0.5s;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.gtco-container .filter-wrapper .filter-option select:hover {
    background-color: var(--green2lighter);
}

.gtco-container .filter-wrapper .filter-button:after, .gtco-container .filter-wrapper .filter-option:after {
    content: url(/assets/images/svg/down.svg);
    position: absolute;
    right: 11px;
    bottom: 0;
    width: auto;
    height: 108%;
    display: flex;
    align-items: center;
}

.gtco-container .category-filter-container .filter-collapse-element {
    width: 100%;
    align-items: center;
    padding: 10px 0px !important;
    border-bottom: 1px solid rgba(208, 202, 202, 0.2);
}

.gtco-container .category-filter-container .filter-collapse-element h4 {
    padding: 0;
    min-width: 10%;
    max-width: 150px;
    margin: 20px 0px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.gtco-container .category-filter-container .filter-collapse-element ul {
    display: flex;
    flex-wrap: wrap !important;
    padding-top: 10px !important;
}


.gtco-container .category-filter-container .filter-collapse-element ul li label {
    cursor: pointer;
}

.gtco-container .category-filter-container .filter-collapse-element ul li label input[type="checkbox"] {
    display: none;
}

.gtco-container .category-filter-container .filter-collapse-element ul li label input[type="checkbox"]:checked ~ span {
    border: 3px solid var(--green2darker) !important;
}

.gtco-container .category-filter-container .filter-collapse-element ul li label span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
}

.gtco-container .category-filter-container .filter-collapse-element ul li label span {
    color: #FFF;
    position: relative;
    display: inline-block;
    background-color: var(--green2);
    border: 1px solid rgba(208, 202, 202, 0.2) !important;
    border-radius: 4px !important;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 10px;
}

.gtco-container .category-filter-container .filter-collapse-element ul li label span:hover {
    background-color: var(--green2lighter);
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: relative;
    background-image: url(/assets/images/svg/close.svg) !important;
    background-repeat: no-repeat !important;
    color: #FFF;
    top: 3px;
    right: -6px;
    width: 16px;
    height: 16px;
    font-size: 1px;
    z-index: 10;
}

.range-wrapper {
    position: relative;
    background-color: transparent;
    min-width: 155px;
    width: auto;
    max-width: 100%;
    padding: 0.6em 75px 0.6em 20px;
    margin-left: 7px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid rgba(208, 202, 202, 0.2);
    border-radius: 4px;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.7em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    cursor: pointer;
}

.range-wrapper:first-child::before, .range-wrapper:last-child::before {
    content: "Ft";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-transform: none;
    right: 55px;
}

.range-wrapper:first-child::after {
    content: "-tól";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(208, 202, 202, 0.5);
}

.range-wrapper:last-child::after {
    content: "-ig";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(208, 202, 202, 0.5);
}

.range-wrapper input::-webkit-outer-spin-button,
.range-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.range-wrapper input:focus {
    outline: none;
}

.filter-range {
    background-color: transparent;
    border: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    max-width: 65px;
}

.range-seperator {
    color: black;
    padding-left: 7px !important;
    padding-bottom: 10px !important;
}

.gtco-container .category-filter-container .submit-container {
    margin-top: 2rem;
}

.submit-container input {
    background-color: var(--green2);
    color: white;
    padding: 1rem;
    font-size: 2rem;
    width: 95%;
    border: 0;
    border-radius: 25px;
}

/*Filter - Molbile */

@media screen and (max-width: 768px) {
    .gtco-section .filter-nav {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .gtco-container .filter-button, .gtco-container .filter-option select {
        width: 100% !important;
    }
}

/*
.gtco-heading {
  margin-bottom: 3em;
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}
*/
.gtco-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 65px;
    color: #4d4d4d;
    font-weight: 400;
    background: url(../images/title_line.gif) repeat-x;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .gtco-heading h2 {
        font-size: 35px;
    }
}

.gtco-heading h2 span {
    background-image: none;
    background-color: #fff;
    padding: 0 0.5em;
    text-transform: uppercase;
}

.gtco-heading p {
    font-size: 18px;
    line-height: 1.7;
    color: #898989;
    padding: 15px 30px;
    margin: 0;
}

#gtco-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background-color: #769CA1;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #gtco-offcanvas {
        display: block;
    }
}

.offcanvas #gtco-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#gtco-offcanvas .header {
    height: 72px;
    padding: 12px 0 0 10px;
    background-color: #000;
}

#gtco-offcanvas .logo {
    width: 124px;
    height: 48px;
    background-image: url(../images/logo.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#gtco-offcanvas a {
    color: rgba(255, 255, 255, 0.7);
}

#gtco-offcanvas a:hover {
    color: rgba(255, 255, 255, 1);
}

#gtco-offcanvas ul {
    background-color: #769CA1;
    padding: 0;
    margin: 0;
}

#gtco-offcanvas ul li {
    padding: 5px 20px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #86A6AA;
}

#gtco-offcanvas ul li a {
    display: block;
    font-size: 17px;
    line-height: 1.8;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown a,
#gtco-offcanvas ul li.offcanvas-has-dropdown ul {
    display: inline-block;
    vertical-align: top;
}

#gtco-offcanvas ul li li {
    padding: 0 0 0 40px;
    border-bottom: none;
}

#gtco-offcanvas ul li li a:before {
    position: absolute;
    left: 12px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e923";
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#gtco-offcanvas > ul:last-child li {
    border-bottom: none;
    padding: 20px 0;
    text-align: center;
}


.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
}

.gtco-nav li.right {
    float: right;
}

.gtco-nav li.right form input {
    width: 150px;
    border: none;
}

.gtco-nav form button {
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 25px;
}

.gtco-nav .menu-shop {
    gap: 1rem;
}

.gtco-nav .menu-wishlist {
    /*gap: 1rem;*/
    padding-top: 6px;
}

.gtco-nav .menu-wishlist i {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
}

.gtco-nav .search-input {
    display: flex;
    align-items: center;
}

.wishlist-empty h4 {
    padding-bottom: 30px;
    font-size: 25px;
    color: #78a0a5;
}

@media screen and (max-width: 768px) {
    .gtco-nav .link-menu-container, .gtco-nav .search-input {
        display: none;
    }

    .gtco-nav #gtco-logo {
        flex: 1;
        display: flex;
        justify-content: center;
        padding-right: 0px;
    }
}

.gtco-nav .search-input input {
    height: 25px;
}

.gtco-nav .search-icon-mobile {
    display: none;
    height: 25;
}

@media screen and (max-width: 768px) {
    .gtco-nav .search-icon-mobile {
        display: flex;
    }

}

.gtco-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
    background: #fff;
}

.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.gtco-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
}

.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.gtco-nav-toggle.gtco-nav-white > i {
    color: #fff;
    background: #fff;
}

.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
    background: #fff;
}

.gtco-nav-toggle i::before {
    top: -7px;
}

.gtco-nav-toggle i::after {
    bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
    top: -10px;
}

.gtco-nav-toggle:hover i::after {
    bottom: -10px;
}

.gtco-nav-toggle.active i {
    background: transparent;
}

.gtco-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

#mobile-menu {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.gtco-nav-toggle {
    z-index: 2001;
}

@media screen and (max-width: 768px) {
    #mobile-menu {
        display: flex;
    }
}

.pager li.more a,
.btn {
    padding: 9px 20px;
    font-size: 11px;
    font-weight: 400 !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-shadow: none !important;
    border: none !important;
    /*
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    */
}

.btn:hover, .btn:active, .btn:focus {
    outline: none !important;
    /*
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    */
}

.pager li.more a,
.btn-primary {
    background: #78a0a5;
    color: #fff;
}

.pager li.more:hover a,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #8dc5cc !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #17B794;
    border: 2px solid #17B794;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #17B794;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #78a0a5;
    font-size: 13px;
    padding: 9px 20px;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
    color: #000;
    background: #fff;
}

.btn-white.btn-outline {
    color: #fff;
    border: 2px solid #fff;
}

.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
    background: #fff;
    color: #000 !important;
    border: 2px solid #fff;
}

.btn-special {
    background: #78a0a5;
    color: #fff;
    padding: 14px 30px;
    font-size: 17px;
}

.btn-special:hover, .btn-special:focus, .btn-special:active {
    background: #8dc5cc;
    color: #fff;
}

.btn-special.btn-outline {
    color: #fff;
    border: 2px solid #00ffa3;
}

.btn-special.btn-outline:hover, .btn-special.btn-outline:focus, .btn-special.btn-outline:active {
    background: #fff;
    color: #000;
    border: 2px solid #00ffa3;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.form-control {
    font-size: 16px;
}

.form-control:active, .form-control:focus {
    border-color: #969696;
}

.row-pb-md {
    padding-bottom: 2em !important;
}

@media screen and (min-width: 992px) {
    .row-pb-md {
        padding-bottom: 3em !important;
    }
}

.gtco-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}

#gtco-features-3 {
    position: relative;
    top: -7em;
}

@media screen and (max-width: 768px) {
    #gtco-features-3 {
        top: -2em;
    }
}

#gtco-features-3 .feature {
    width: 33.33%;
    float: left;
    padding: 30px;
    background: #17B794;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #gtco-features-3 .feature {
        width: 100%;
        margin-bottom: 30px;
    }
}

#gtco-features-3 .feature h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#gtco-features-3 .feature p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.7;
}

#gtco-features-3 .feature .icon {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px auto;
    position: relative;
    background: #15a989;
    top: -3em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#gtco-features-3 .feature .icon i {
    line-height: 90px;
    height: 90px;
    font-size: 40px;
    color: #fff;
}

#gtco-features-3 .feature .icon i:before {
    display: block;
    text-align: center;
    margin-left: 3px;
}

#gtco-features-3 .feature.feature-1 {
    z-index: 7;
}

#gtco-features-3 .feature.feature-2 {
    bottom: 0px;
    z-index: 10;
    -webkit-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    background: #15a585;
}

@media screen and (max-width: 768px) {
    #gtco-features-3 .feature.feature-2 {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}

#gtco-features-3 .feature.feature-2 .icon {
    background: #13977a;
}

#gtco-features-3 .feature.feature-2 .feature-inner {
    top: -3em;
    position: relative;
}

@media screen and (max-width: 768px) {
    #gtco-features-3 .feature.feature-2 .feature-inner {
        top: 0;
    }
}

#gtco-features-3 .feature.feature-2:before {
    position: absolute;
    top: -50px;
    content: "";
    background: #15a585;
    height: 50px;
    width: 100%;
    left: 0;
}

@media screen and (max-width: 768px) {
    #gtco-features-3 .feature.feature-2:before {
        display: none;
    }
}

#gtco-features-3 .feature.feature-2:after {
    position: absolute;
    bottom: -30px;
    content: "";
    background: #15a585;
    height: 30px;
    width: 100%;
    left: 0;
}

@media screen and (max-width: 768px) {
    #gtco-features-3 .feature.feature-2:after {
        display: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}

#gtco-features-3 .feature.feature-3 {
    z-index: 7;
    background: #129377;
}

#gtco-features-3 .feature.feature-3 .icon {
    background: #118a6f;
}

.gtco-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
}

#gtco-portfolio {
    padding: 7em 0;
    background: #303841;
    min-height: 500px;
}

@media screen and (max-width: 768px) {
    #gtco-portfolio {
        padding: 3em 0;
    }
}

#gtco-portfolio .gtco-heading h2 {
    color: #fff;
}

#gtco-portfolio .gtco-heading p {
    color: rgba(255, 255, 255, 0.7);
}

#gtco-portfolio-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

#gtco-portfolio-list li {
    display: block;
    padding: 0;
    margin: 0 0 10px 1%;
    list-style: none;
    min-height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    clear: left;
    position: relative;
}

@media screen and (max-width: 480px) {
    #gtco-portfolio-list li {
        margin-left: 0;
    }
}

#gtco-portfolio-list li a {
    min-height: 400px;
    padding: 2em;
    position: relative;
    width: 100%;
    display: block;
}

#gtco-portfolio-list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 80;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#gtco-portfolio-list li a.color-1:before {
    background: rgba(55, 75, 84, 0.7);
}

#gtco-portfolio-list li a.color-1:hover:before {
    background: rgba(55, 75, 84, 0);
}

#gtco-portfolio-list li a.color-2:before {
    background: rgba(37, 190, 213, 0.7);
}

#gtco-portfolio-list li a.color-2:hover:before {
    background: rgba(37, 190, 213, 0);
}

#gtco-portfolio-list li a.color-3:before {
    background: rgba(239, 172, 147, 0.7);
}

#gtco-portfolio-list li a.color-3:hover:before {
    background: rgba(239, 172, 147, 0);
}

#gtco-portfolio-list li a.color-4:before {
    background: rgba(249, 17, 40, 0.7);
}

#gtco-portfolio-list li a.color-4:hover:before {
    background: rgba(249, 17, 40, 0);
}

#gtco-portfolio-list li a.color-5:before {
    background: rgba(252, 68, 40, 0.7);
}

#gtco-portfolio-list li a.color-5:hover:before {
    background: rgba(252, 68, 40, 0);
}

#gtco-portfolio-list li a.color-6:before {
    background: rgba(98, 177, 215, 0.7);
}

#gtco-portfolio-list li a.color-6:hover:before {
    background: rgba(98, 177, 215, 0);
}

#gtco-portfolio-list li a .case-studies-summary {
    width: auto;
    bottom: 2em;
    left: 2em;
    right: 2em;
    position: absolute;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    #gtco-portfolio-list li a .case-studies-summary {
        bottom: 1em;
        left: 1em;
        right: 1em;
    }
}

#gtco-portfolio-list li a .case-studies-summary span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

#gtco-portfolio-list li a .case-studies-summary h2 {
    color: #fff;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #gtco-portfolio-list li a .case-studies-summary h2 {
        font-size: 20px;
    }
}

#gtco-portfolio-list li.two-third {
    width: 65.6%;
}

@media screen and (max-width: 768px) {
    #gtco-portfolio-list li.two-third {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #gtco-portfolio-list li.two-third {
        width: 100%;
    }
}

#gtco-portfolio-list li.one-third {
    width: 32.3%;
}

@media screen and (max-width: 768px) {
    #gtco-portfolio-list li.one-third {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #gtco-portfolio-list li.one-third {
        width: 100%;
    }
}

#gtco-portfolio-list li.one-half {
    width: 49%;
}

@media screen and (max-width: 480px) {
    #gtco-portfolio-list li.one-half {
        width: 100%;
    }
}

/* Owl Override Style */
.owl-carousel-watches.owl-theme {
    width: 88%;
    margin-top: 12px;
    margin-left: 6%;
}

.owl-carousel-watches.owl-theme .owl-controls .owl-nav .owl-next,
.owl-carousel-watches.owl-theme .owl-controls .owl-nav .owl-prev {
    top: 35%;
    z-index: 1001;
    position: absolute;
}

.owl-carousel-watches.owl-theme .owl-controls .owl-nav .owl-next {
    right: -6%;
}

.owl-carousel-watches.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -6%;
}

.owl-carousel-watches.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
    margin: 0;
    padding: 0;
}

.owl-carousel-watches.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    color: #969696;
    font-size: 15px;
    background: none !important;
    z-index: 1002;
    padding: 5px 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next,
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    top: 25%;
    z-index: 1001;
    position: absolute;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev {
    top: 44%;
    z-index: 1001;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    right: -170px;
}

@media screen and (max-width: 992px) {
    .owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next {
        right: -50px;
    }
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -170px;
}

@media screen and (max-width: 992px) {
    .owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
        left: -50px;
    }
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next {
    right: 0px;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0px;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev i {
    color: #000;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev:hover i {
    color: #000;
}

@media screen and (max-width: 768px) {
    .owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    color: #fff;
    font-size: 50px;
    background: none !important;
    z-index: 1002;
    padding: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
    color: #fff;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    color: #b3b3b3;
    font-size: 30px;
    background: transparent !important;
    z-index: 1002;
    padding: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
    color: #000;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: 10px;
}

.owl-carousel-fullwidth .item {
    width: 100%;
    overflow: hidden;
}

.owl-carousel-fullwidth .item > a {
    display: block;
    position: relative;
    z-index: 10;
    width: 150%;
}

.owl-carousel-fullwidth .item img {
    width: 100% !important;
    margin-left: -16.5%;
}

@media screen and (min-width: 1200px) {
    .owl-carousel-fullwidth .item > a {
        width: 100%
    }

    .owl-carousel-fullwidth .item img {
        margin-left: 0;
    }
}

/*
.owl-carousel-fullwidth .item img {
    height: 170px;
    width: auto !important;
    position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
.owl-carousel-fullwidth .item > a {
    height: 170px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
@media screen and (min-width: 357px) {
    .owl-carousel-fullwidth .item img {
        height: 200px;
    }
    .owl-carousel-fullwidth .item > a {
        height: 200px;
    }
}
@media screen and (min-width: 414px) {
    .owl-carousel-fullwidth .item img {
        height: 220px;
    }
    .owl-carousel-fullwidth .item > a {
        height: 220px;
    }
}
@media screen and (min-width: 667px) {
    .owl-carousel-fullwidth .item img {
        height: 270px;
    }
    .owl-carousel-fullwidth .item > a {
        height: 270px;
    }
}
@media screen and (min-width: 736px) {
    .owl-carousel-fullwidth .item img {
        height: 290px;
    }
    .owl-carousel-fullwidth .item > a {
        height: 290px;
    }
}
@media screen and (min-width: 768px) {
    .owl-carousel-fullwidth .item img {
        height: 385px;
    }
    .owl-carousel-fullwidth .item > a {
        height: 385px;
    }
}
@media screen and (min-width: 1024px) {
    .owl-carousel-fullwidth .item img {
        height: 470px;
    }
    .owl-carousel-fullwidth .item > a {
        height: 470px;
    }
}
@media screen and (min-width: 1200px) {
    .owl-carousel-fullwidth .item img {
        height: 688px;
    }
    .owl-carousel-fullwidth .item > a {
        height: 688px;
    }
}
*/
/*
.owl-carousel-fullwidth .item > a:after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  -webkit-box-shadow: inset 0px -177px 230px -121px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -177px 230px -121px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -177px 230px -121px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
  box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
}
*/
.owl-carousel-fullwidth .item > a .slider-copy {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    z-index: 10;
}

.owl-carousel-fullwidth .item > a .slider-copy h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #cccccc;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    background: #4d4d4d;
}


/* about banner */
.hero-ad-wrap {
    background-color: #79A0A5;
}

.hero-ad-texts {
    padding: 30px 25px;
}

.hero-ad-texts h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}

.hero-ad-texts .des-box {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 20px;
}

.hero-ad-texts p {
    color: #fff;
}

.hero-ad-img {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .hero-ad-texts {
        padding: 50px 25px 0;
    }

    .hero-ad-texts h2 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .hero-ad-texts {
        padding: 80px 25px 0;
    }

    .hero-ad-texts h2 {
        font-size: 35px;
    }

    .hero-ad-texts .des-box {
        font-size: 15px;
        margin-bottom: 25px;
    }
}

/* about banner end */


/* watch list */
#watch-list .watch-group {
    margin-bottom: 50px;
}

#watch-list .cart-dropup-opener:hover ~ .cart-dropup {
    display: none;
}

#watch-list .cart-dropup-opener:hover ~ .cart-dropup.active-item {
    display: block;
}

#watch-list .cart-dropup {
    position: absolute;
    height: 44%;
    min-height: 203px;
    max-height: 21rem;
    width: 100%;
    bottom: -4px;
    padding: 1rem 0rem 0rem 1rem;
    border: 1px solid lightgray;
    box-shadow: 0px -2px 1px 0px #ddd;
    z-index: 2;
    background-color: white;
    display: none;
}

#watch-list .cart-dropup:hover {
    display: none;
}

#watch-list .cart-dropup.active-item:hover {
    display: block;
}

#watch-list .cart-dropup .title {
    margin-bottom: 1rem;
}

#watch-list .cart-dropup .sku {
    font-size: x-large;
    font-weight: bolder;
}

#watch-list .cart-dropup .price {
    margin-bottom: 2rem;
}

#watch-list .cart-dropup .price-discount {
    color: red;
    font-size: large;
    font-weight: bolder;
}

#watch-list .cart-dropup .discount-percent {
    color: white;
    background-color: red;
    padding: 0.5rem;
    font-size: large;
    font-weight: bolder;
}

#watch-list .cart-dropup .price-retail {
    font-size: large;
    text-decoration: line-through;
    font-weight: bolder;
}

#watch-list .cart-dropup .cart-product-addition,
#watch-list .cart-dropup .wishlist-remove-button {
    color: white;
    background-color: black;
    font-size: large;
    font-weight: bolder;
    padding: 1rem 2rem 1rem 2rem;
}

#watch-list .key-watch:hover {
    box-shadow: 0 0 10px 2px #aaaaaa;

}

#watch-list .key-watch {
    background-color: #fff;
    border: 1px solid #EBEBEB;
    padding: 10px 40px;
}

#watch-list .key-watch img {
    max-width: 100%;
}

@media (max-width: 968px) {
    #watch-list .cart-dropup {
        max-height: 35rem;
    }
}

@media screen and (min-width: 768px) {
    #watch-list .key-watch {
        padding: 20px;
    }
}

#watch-list .watch-item {
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

#watch-list .watch-title {
    width: 100%;
    margin: 12px 0;
    font-weight: 700;
}

#watch-list .watch-title.ex {
    font-size: 20px;
}

.main-watch {
    outline: 1px solid #EBEBEB;
    text-align: center
}

.main-watch img {
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    .main-watch {
        margin-right: 20px;
    }

    .table > tbody > tr > td {
        line-height: 1.8;
    }
}

.main-watch-2 {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
}

.main-watch-2 .watches-info-buttons a {
    font-size: 1em;
}

.main-watch-inner {
    outline: 1px solid #EBEBEB;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.main-watch-inner > a {
    display: block;
    position: relative;
    overflow: hidden;
}

.main-watch-inner > a > img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .main-watch-inner > a > img {
        -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
        -moz-transition: transform 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
        -ms-transition: transform 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
        -o-transition: transform 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    .main-watch-inner > a:hover > img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-transition: -webkit-transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
        -moz-transition: transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
        -ms-transition: transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
        -o-transition: transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
        transition: transform 3s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
}

.main-watch-zoom {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.watch-gallery {
    max-width: 480px;
    margin: 20px auto 0;
}

@media screen and (min-width: 992px) {
    .watch-gallery {
    }
}

.watch-gallery .watch-item {
    float: left;
    width: 28%;
    margin-left: 8%;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.watch-gallery .watch-item:first-child {
    margin-left: 0;
}


.gtco-contact-select-left {
    float: left;
    width: 100%;
    height: 280px;
    background-color: #EBEBEB;
    padding: 3em 0;
}

.gtco-contact-select-left .gtco-container {
    float: left;
}

.gtco-contact-select-right {
    float: left;
    width: 100%;
    height: 120px;
}

@media screen and (min-width: 768px) {
    .gtco-contact-select-left {
        width: 50%;
    }

    .gtco-contact-select-left .gtco-container {
        float: right;
        max-width: 615px;
    }

    .gtco-contact-select-right {
        float: right;
        width: 50%;
        height: 280px;
    }
}

#cont-list .item {
    height: 300px;
    padding-left: 25px;
    padding-right: 25px;
}

#cont-list .item h3 {
    padding-left: 20px;
    margin-left: -25px;
    border-left: 5px solid #f4f4f4;
    line-height: 1;
    font-size: 18px;
}

#cont-list .item h3 p {
    margin-bottom: 12px;
}

#cont-list .item td {
    vertical-align: top;
}

#cont-list .item a {
    color: #78a0a5;
}

#video-list .item {
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    #video-list .item {
        height: 280px;
        padding-bottom: 0;
    }

    #cont-list .item h3 {
        font-size: 25px;
    }
}

#news-list .item {
    margin-bottom: 30px;
}

#news-list .item .date {
    color: #969696;
    margin-bottom: 5px;
}

#news-list .item:hover .date {
    color: #78a0a5;
}

#news-list .item .more {
    padding: 5px 5px 5px 50px;
    font-size: 13px;
    line-height: 1;
    color: #9f9f9f;
    background: url(../images/arrow_off.png) no-repeat 0 2px;
}

#news-list .item:hover .more {
    color: #78a0a5;
    background: url(../images/arrow_on.png) no-repeat 0 2px;
}

.gtco-about-us {
    clear: both;
    position: relative;
}

.gtco-about-us .gtco-half {
    float: left;
    width: 100%;
    height: 360px;
    background-color: #EBEBEB;
}

.gtco-about-us .gtco-half.bg-img {
    height: 120px;
}

.gtco-about-us .gtco-about-us-wapper {
    position: absolute;
    width: 100%;
    top: 0;
}

.gtco-about-us .gtco-about-us-wapper .row > div {
    height: 480px;
    padding-top: 150px;
    text-align: justify;
}

@media screen and (min-width: 992px) {
    .gtco-about-us .gtco-half,
    .gtco-about-us .gtco-half.bg-img {
        width: 50%;
        height: 370px;
    }

    .gtco-about-us .gtco-half:first-child {
        float: right;
    }

    .gtco-about-us .gtco-about-us-wapper .row > div {
        height: 370px;
        text-align: justify;
        padding-top: 4em;
    }

    .gtco-about-us .gtco-about-us-wapper .row > div:first-child {
        padding-right: 4em;
    }

    .gtco-about-us .gtco-about-us-wapper .row > div:last-child {
        padding-left: 4em;
    }
}

.apc-article .date {
    font-size: 17px;
    color: #969696;
}

.apc-article .title {
    font-size: 25px;
}

.apc-article .content p {
    line-height: 1.8;
}

.apc-article .img img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .apc-article .img img {
        width: auto;
        height: 550px;
    }
}

a.lang {
    color: #555;
}

a.lang.active {
    color: #999;
}

#piece-counter-box {
    border-width: 0.5px 1px 0.5px 1px;
    border-style: solid;
    border-color: #dddddd;
    padding: 1.1rem;
    margin-right: 1rem;
}

#piece-counter-box button {
    border: 0px;
    background-color: transparent;
}


#piece-counter-box span {
    font-weight: bold;
    margin-left: 1rem;
    margin-right: 1rem;
}

.graygreen-rectangle-button {
    background: #78a0a5;
    color: #fff;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    white-space: nowrap;
    font-weight: bolder;
    font-size: x-large;
    border: 0px;
}

.graygreen-rectangle-button:hover {
    background: #78a0a591;
}

.popup-container {
    display: none;
    background-color: rgb(0, 0, 0, 35%);
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.popup-container .white-popup-bg {
    background-color: white;
    min-width: 300px;
    max-width: 600px;
    width: 90%;
    height: fit-content;
    padding: 1rem;
}

.popup-container .title {
    color: #78a0a5;
    font-size: x-large;
    font-weight: bolder;
}

.popup-container .popup-content img {
    max-width: 300px;
}

.popup-container .popup-nav-button-container {
    margin-left: 4rem;
    margin-right: 4rem;
}

.popup-container .product-category {
    font-weight: bolder;
    font-size: xx-large;
}

.popup-container .btn-primary {
    background: #78a0a5;
    color: #fff;
    padding: 14px 30px;
    font-size: 17px;
    font-weight: bolder;
    border-radius: 4rem;
}

.popup-container .btn-secondary {
    background: #fff;
    color: #78a0a5;
    padding: 14px 30px;
    font-size: 17px;
    font-weight: bolder;
    border-radius: 4rem;
    border-width: 2px;
    border-style: solid;
    border-color: #78a0a5;
}

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

    .popup-container .btn-primary {
        font-size: 12px;
        padding: 8px;
        text-align: center;
    }

    .popup-container .btn-secondary {
        font-size: 12px;
        padding: 8px;
        text-align: center;
    }
}

/*
.gtco-client {
  float: left;
  width: 100%;
  padding: 3em 0;
  background: #f6f6f6;
}
.gtco-client .client img {
  margin-top: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gtco-services {
  padding: 7em 0;
}
.gtco-services .service {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  padding: 2em;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 992px) {
  .gtco-services .service {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.gtco-services .service h3 {
  font-size: 18px;
  color: #000;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.gtco-services .service h3 i {
  position: absolute;
  left: 0;
  top: -0.1em;
  color: #17B794;
  font-size: 22px !important;
}
.gtco-services .service p {
  text-align: left;
  color: #898989;
  font-size: 15px;
}
.gtco-services .service p:last-child {
  margin-bottom: 0;
}
.gtco-services .service.changed {
  bottom: -7em;
}
@media screen and (max-width: 768px) {
  .gtco-services .service.changed {
    bottom: 0;
  }
}

.gtco-testimonial .gtco-testimony {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.gtco-testimonial .gtco-left > div {
  display: table-cell;
  float: left;
  width: 80px;
}
.gtco-testimonial .gtco-left > div img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  max-width: 100% !important;
}
.gtco-testimonial .gtco-left > blockquote {
  padding-left: 20px;
  display: table-cell;
  border-left: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.gtco-testimonial .gtco-left > blockquote p {
  font-style: 16px;
  font-style: italic;
}
.gtco-testimonial .gtco-left > blockquote .author {
  color: #666666;
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .gtco-nav .gtco-contact {
    text-align: left !important;
  }
}
.gtco-nav .gtco-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.gtco-nav .gtco-contact ul li {
  padding: 0;
  margin: 0;
}
.gtco-nav .gtco-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}
.gtco-nav .gtco-contact ul li a i {
  color: #17B794;
}
.gtco-nav .gtco-contact ul li a:hover i {
  color: #fff;
}

#gtco-footer .gtco-footer-subscribe {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #gtco-footer .gtco-footer-subscribe {
    padding-left: 15px;
  }
}
#gtco-footer .gtco-footer-subscribe .form-control {
  background: #fff !important;
  border: none !important;
}
#gtco-footer .gtco-footer-subscribe .btn {
  margin-top: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 54px !important;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#gtco-footer .gtco-copyright {
  background: #1a1a1a;
  padding: 30px 0;
  float: left;
  width: 100%;
}

.gtco-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

#gtco-header {
  background: #3dcdbc;
  background: -moz-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3dcdbc), color-stop(100%, #33a1bd));
  background: -webkit-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
  background: -o-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
  background: -ms-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
  background: linear-gradient(to right, #3dcdbc 0%, #33a1bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dcdbc', endColorstr='#33a1bd', GradientType=1 );
}
#gtco-header p {
  color: #d3f1ed;
  font-size: 20px;
  margin-bottom: 40px !important;
}
#gtco-header h1 {
  font-size: 50px;
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
  color: #d3f1ed;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #gtco-header h1 {
    line-height: 1.2 !important;
  }
}
#gtco-header h1.no-margin {
  margin-bottom: 0 !important;
}
#gtco-header .copy {
  margin-top: 0em;
}
#gtco-header .btn {
  color: #34a7bd !important;
  text-shadow: none !important;
}
#gtco-header .header-img {
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  #gtco-header .text-left {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  #gtco-header .btn {
    display: block;
    width: 100%;
  }
}

#gtco-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-staff, .gtco-item {
  margin-bottom: 4em;
  float: left;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .gtco-staff, .gtco-item {
    margin-bottom: 3em;
  }
}
.gtco-staff img, .gtco-item img {
  margin-bottom: 40px !important;
}
.gtco-staff h2, .gtco-item h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gtco-staff p, .gtco-item p {
  margin-bottom: 30px;
  color: #777;
}
.gtco-staff .role, .gtco-item .role {
  color: #bfbfbf;
  margin-bottom: 20px;
  font-weight: normal;
  display: block;
}
.gtco-staff .fh5co-social, .gtco-item .fh5co-social {
  padding: 0;
  margin: 0;
}
.gtco-staff .fh5co-social li, .gtco-item .fh5co-social li {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-staff .fh5co-social li a, .gtco-item .fh5co-social li a {
  font-size: 20px;
  color: #17b794;
}
.gtco-staff .fh5co-social li a:hover, .gtco-item .fh5co-social li a:hover {
  color: #000;
}

.gtco-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.gtco-contact-info ul {
  padding: 0;
  margin: 0;
}
.gtco-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.gtco-contact-info ul li:before {
  color: #cccccc;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.gtco-more {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .05em;
}
.gtco-more:hover {
  color: #000;
}

.gto-features {
  border-top: 1px solid #e6e6e6;
}

.feature-left {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .feature-left {
    margin-bottom: 20px;
  }
}
.feature-left > .icon {
  float: left;
  font-size: 34px;
  color: #cccccc;
}
.feature-left > .copy {
  padding-left: 30px;
}
.feature-left > .copy h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.feature-left > .copy p {
  font-size: 14px !important;
  line-height: 26px;
}
.feature-left > .copy p:last-child {
  margin-bottom: 0;
}
.feature-left > .icon, .feature-left > .copy {
  display: table-cell;
}

.gtco-services .feature-left {
  float: left;
  width: 100%;
  margin-bottom: 50px !important;
}
.gtco-services .feature-left p {
  margin-bottom: 10px !important;
}
*/

/* begin ad border effect*/
/*
.ad-border {
    position: relative;
    display: block;
    overflow: hidden;
}
.ad-border:before, .ad-border:after{
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.ad-border:before{
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    top: 30px;
    right: 15px;
    bottom: 30px;
    left: 15px;
}
.ad-border:after{
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    top: 15px;
    right: 30px;
    bottom: 15px;
    left: 30px;
}
.ad-border:hover:before, .ad-border:hover:after{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ad-border img{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ad-border:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
}
/* end ad border effect*/

/* begin ad opacity effect*/
/*
.ad-opacity:hover:before{
    opacity: 1;
    filter: alpha(opacity=100);
}
.ad-opacity{
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.ad-opacity:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease 0.5s;
    -o-transition: opacity 0.5s ease 0.5s;
    transition: opacity 0.5s ease 0.5s;
    z-index: 1;
}
.ad-opacity:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ad-opacity img{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
*/
/* end ad opacity effect*/

:root {
    --green2: #78a0a5;
    --green2lighter: #96c5cb;
    --green2darker: #6b8d91;
}

#basket h2 {
    color: var(--green2) !important;
    font-weight: 600;
    margin-bottom: 15px !important;
}

.customer-row {
    background-color: #fff;
    display: flex;
    flex-flow: row wrap;
}

.customer-row &::before {
    display: block;
}

#guest_isFirm {
    display: flex;
}

.checkout-container {
    background-color: #E5E5E5;
    width: 100% !important;
    margin: 0 !important;
}

form[name="guest"] input {
    border: 0 !important;
    color: var(--green2);
    background-color: #E2ECEB;
    border-radius: 0 !important;
    font-size: 20px;
}

form[name="guest"] input:focus,
form[name="guest"] input:active {
    border: 0 transparent !important;
    outline: 0 !important;
}

form[name="guest"] input::placeholder {
    color: var(--green2);
    font-size: 20px;
}

form[name="guest"] select, form[name="guest"] select option {
    background-color: #E2ECEB;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--green2);
    font-size: 20px;
    padding: 0 0 0 15px !important;
}

form[name="guest"] label {
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.custom-radio-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-right: 50px;
    color: var(--green2);
    font-size: 20px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-radio-checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    border: solid 1px var(--green2);
}

.custom-radio-container:hover input ~ .custom-radio-checkmark {
    background-color: #ccc;
}

.custom-radio-container input:checked ~ .custom-radio-checkmark {
    background-color: #fff;
}

.custom-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio-container input:checked ~ .custom-radio-checkmark:after {
    display: block;
}

.custom-radio-container .custom-radio-checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--green2);
}

.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 20px;
    color: var(--green2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.custom-checkbox-container:hover input ~ .custom-checkbox-checkmark {
    background-color: #ccc;
}

.custom-checkbox-container input:checked ~ .custom-checkbox-checkmark {
    background-color: #fff;
}

.custom-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-container input:checked ~ .custom-checkbox-checkmark:after {
    display: block;
}

.custom-checkbox-container .custom-checkbox-checkmark:after {
    left: 6px;
    top: 0;
    width: 8px;
    height: 16px;
    border: solid var(--green2);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stepper-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 20px -20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-weight: bold;
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 5px solid #fff;
    width: 100%;
    top: 20px;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #fff;
    width: 100%;
    top: 20px;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 6px;
    border: solid 1px var(--green2);
    color: var(--green2);
    font-size: 24px;
}

.stepper-item .step-counter a {
    color: var(--green2);
}

.stepper-item .step-name,
.stepper-item .step-name a {
    color: var(--green2);
}

.stepper-item.completed .step-counter {
    background-color: lightgrey;
    color: #fff;
    border: 0;
}

.stepper-item.completed .step-counter a {
    color: #fff;
}

.stepper-item.completed .step-name,
.stepper-item.completed .step-name a {
    color: lightgrey;
}

.stepper-item.active .step-counter {
    background-color: var(--green2);
    color: #fff;
}

.stepper-item.active .step-counter a {
    color: #fff;
}

.shipping-card {
    min-height: 50px;
    margin: 30px 0;
}

.shipping-card .card-body .description {
    /*font-size: 20px;*/
    font-size: 1.3em;
    font-weight: 600;
    color: var(--green2);
    padding: 5px 0 5px 20px;
    background-color: #fff;
}

.shipping-card:first-of-type {
    margin-top: 0 !important;
}

.shipping-card .card-header {
    padding: 5px;
    background-color: #fff;
}

.shipping-radio-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin: 0 50px 0 0;
    color: var(--green2);
    font-size: 24px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.shipping-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.shipping-radio-checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    border: solid 1px var(--green2);
}

.shipping-radio-container:hover input ~ .shipping-radio-checkmark {
    background-color: #ccc;
}

.shipping-radio-container input:checked ~ .shipping-radio-checkmark {
    background-color: #fff;
}

.shipping-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.shipping-radio-container input:checked ~ .shipping-radio-checkmark:after {
    display: block;
}

.shipping-radio-container .shipping-radio-checkmark:after {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--green2);
}

.shipping-comment {
    font-size: 20px;
    color: var(--green2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    width: 100%;
    border: 0;
}

.shipping-comment::placeholder {
    font-size: 20px;
    color: var(--green2);
    padding: 2px;
}

#gls-selected {
    font-size: 20px;
    font-weight: 600;
    color: var(--green2);
    padding: 5px 0 5px 20px;
}

#mpl-selected {
    font-size: 20px;
    font-weight: 600;
    color: var(--green2);
    padding: 5px 0 5px 20px;
}

#gls-canvas {
    background-color: #fff;
}

#mpl-map {
    background-color: #fff;
}

#postaPontApi-content {
    max-width: none!important;
    background-image: none!important;
}

#postaPontApi h2 {
    display: none!important;
}

.pp-btn-select li {
    width: 100%!important;
}

.checkout-container .btn-primary {
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    min-width: 150px !important;
}

.checkout-form-submit {
    margin-left: auto;
    z-index: 1000;
}

.checkout-form-submit-row {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 20px !important;
}

.payment-provider-choice-wrapper {
    background-color: #fff;
}

.choice-description {
    position: absolute;
    font-weight: bold;
    color: var(--green2);
}

.payment-description {
    position: relative;
    display: none;
}

.payment-choice {
    background-color: #fff;
    min-height: 50px !important;
    margin-bottom: 30px;
}

.payment-description-revise {
    position: static;
    display: none;
    padding: 20px 0 !important;
    margin-top: -30px !important;
}

.choice-description-revise {
    position: static;
    font-weight: bold;
    color: var(--green2);
}

@media screen and (max-width: 991px) {
    .payment-description {
        position: static;
        padding: 20px 0 !important;
        margin-top: -30px !important;
    }

    .choice-description {
        position: static;
    }
}

.cart-remove-btn {
    background-color: #78a0a591;
    color: white;
    border-radius: 50%;
    line-height: 1.3;
    border: none !important;
    height: 20px;
    width: 20px;
    display: block !important;
    margin: auto;
    font-size: 15px;
}

.cart-remove-btn:hover {
    background-color: #78a0a5;
    color: white;
}

.cart-controller-btn {
    color: white;
    background-color: #78a0a5;
    font-weight: bolder;
    font-size: x-large;
    line-height: 1;
    padding: 0 0.8rem;
    cursor: pointer;
    border: none;
    height: auto;
    width: auto;
}

.cart-controller-btn:hover {
    background-color: #78a0a591;
}

.checkout-cart-table {
    background-color: #fff;
}

.checkout-cart-table {
    padding: 10px;
}

.checkout-cart-table td {
    vertical-align: middle !important;
    text-align: center !important;
}

.checkout-cart-table td div {
    margin: auto;
}

.checkout-cart-table thead tr td, .cikkszam {
    font-size: 20px;
    color: var(--green2) !important;
}

.cart-item-total-price {
    font-size: 24px;
    color: black;
}

.cart-item-total-price.discount {
    color: red;
}

.cart-item-total-price s {
    font-size: 20px;
    color: black;
}

.checkout-cart-table, .shopping-cart-table-panel .table-responsive, .checkout-cart-table thead tr {
    border: 0 !important;
}

.checkout-cart-table {
    margin-bottom: 10px !important;
}

.checkout-cart-table tbody tr {
    border-bottom: solid 1px var(--green2) !important;;
    border-top: solid 1px var(--green2) !important;
}

.checkout-cart-input {
    display: none !important;
}

.cart-proceed-panel {
    background-color: #fff;
    padding: 10px !important;
    float: right;
}

.cart-proceed-panel .btn-primary {
    font-size: 20px !important;
    width: 220px !important;
}

.cart-proceed-panel h3 {
    color: var(--green2);
}

.cart-proceed-panel .discountPrice {
    font-size: 32px;
    text-decoration-line: line-through;
    margin-bottom: 0;
}

.cart-proceed-panel .totalPrice {
    font-size: 48px;
    font-weight: bold;
    color: red;
}

.shopping-cart-table-panel {
    background-color: #fff;
    margin-bottom: 15px !important;
}

.summary-price-panel {
    background-color: #fff;
}

.summary-price-table td, .summary-price-table tr {
    border: 0 !important;
}

.summary-price-table tr:last-child {
    border-top: solid 1px var(--green2) !important;
}

.summary-price-table p.discountPrice {
    font-size: 24px;
    text-decoration-line: line-through;
    text-align: right;
}

.summary-price-table p.totalPrice {
    color: red;
    font-size: 32px;
    text-align: right;
}

.summary-price-table td.total {
    color: red;
    font-size: 48px;
    font-weight: bold;
    text-align: right;
}

.summary-price-table td.shipping {
    font-size: 32px;
    text-align: right;
}

@media screen and (min-width: 992px) {
    .cart-proceed-panel p {
        text-align: center;
    }

    .cart-proceed-panel .discountPrice {
        text-align: right;
    }

    .cart-proceed-panel .totalPrice {
        text-align: right;
    }

    .shopping-cart-table-panel.cart-page {
        width: 72% !important;
        margin: 0 !important;
    }
}

.checkout-container {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.close-popup.vertical-center-content:hover {
    cursor: pointer;
}

.btn-primary:disabled {
    background-color: #C1C1C1;
}

.cart-controller-btn:disabled {
    background-color: #C1C1C1;
    cursor: not-allowed;
}

.order-address h3 {
    color: var(--green2);
}

.order-address .card {
    background-color: #fff;
    padding: 15px !important;
}

.order-addresses {
    margin: 20px -30px;
}

.checkout-cart-table tfoot {
    font-size: 20px !important;
    color: var(--green2);
}

.order-address .panel-delivery-address {
    color: var(--green2);
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .order-address {
        margin-bottom: 20px;
    }

    .checkout-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .revise-button {
        width: 100%;
        white-space: normal;
    }

    .revise-btn-container {
        padding: 5px 15px !important;
    }
}

.revise-container legend {
    color: var(--green2);
    font-size: 30px;
    font-weight: bold;
}

.checkout-container h2 {
    margin-left: -10px !important;
}

.cart-quantity-display {
    margin: 0 15px;
    font-size: 20px;
    font-weight: bold;
    color: var(--green2);
}

.cikkszam-mobile {
    display: none;
}

.order-addresses h3 {
    font-weight: bold;
}

.order-addresses p {
    font-size: 20px;
    margin: 0;
}

.order-address .card-smart {
    padding: 5px 15px !important;
}

.order-address.customer-panel .card-smart {
    min-height: 165px;
}

.order-address.col-sm-6 {
    width: 45%;
}

.order-address.customer-panel p {
    line-height: 2;
}

.order-addresses .order-address:last-child {
    float: right;
}

#coreshop_submitOrder {
    width: 100% !important;
    font-size: 24px !important;
}

.summary-price-table {
    background-color: #fff;
}

.summary-price-panel .table-responsive {
    border: 0 !important;
}

.summary-price-table td.title {
    font-size: 30px;
    font-weight: bold;
    color: var(--green2);
}

.close-popup.vertical-center-content {
    position: absolute;
    top: 5px;
    right: 5px;
}

.popup-title {
    position: relative;
}

.popup-title span {
    display: none;
}

@media screen and (max-width: 576px) {
    .close-popup.vertical-center-content {
        position: static;
        float: right;
    }

    .popup-title span {
        display: block;
    }

    .popup-container .white-popup-bg {
        width: 81%;
    }

    .popup-container h2,
    .popup-container .title,
    .popup-container .product-category {
        font-size: large;
    }

    .popup-container h2 {
        margin-bottom: 20px;
    }

    .popup-container .popup-content img {
        max-width: 250px;
    }

    .popup-container .popup-nav-button-container {
        margin: 0;
    }

    .popup-container .btn-primary,
    .popup-container .btn-secondary {
        width: 95%;
    }

    .center-content .wishlist-product-addition {
        padding: 5px;
    }

    .center-content #piece-counter-box {
        padding: 5px;
        margin-right: 5px;
    }

    .center-content button {
        font-size: small;
    }

    .revise-provider-logo {
        width: 100%;
    }

    .checkout-cart-table.cart-page thead {
        display: none;
    }

    .checkout-cart-table.cart-page tbody tr td:nth-child(2) {
        display: none;
    }

    .cart-proceed-panel div {
        background-color: #E5E5E5;
        margin: 70px -10px -30px -10px;
        padding-top: 20px;
    }

    .cart-proceed-panel {
        position: relative;
    }

    .cart-proceed-panel .discountPrice {
        position: absolute;
        right: 10px;
        top: 0;
    }

    .cart-proceed-panel .totalPrice {
        position: absolute;
        right: 10px;
        top: 30px;
    }

    .cart-proceed-panel .btn-primary {
        width: 100% !important;
    }

    .checkout-container .btn-primary.cart-back-button {
        font-size: 14px !important;
        width: 100% !important;
    }

    .cart-controller-btn {
        font-size: large;
        padding: 1px 6px;
    }

    .cart-quantity-display {
        margin: 0 3px;
        font-size: 14px;
    }

    .checkout-cart-table {
        margin: 0 !important;
    }

    .cikkszam-mobile {
        display: block;
        font-size: 16px;
    }

    .step-name {
        display: none;
    }

    .stepper-item.active {
        position: relative;
    }

    .stepper-item.active .step-name {
        display: block;
        position: absolute;
        bottom: -20px;
    }

    .stepper-item.active .step-name a {
        white-space: nowrap;
    }

    .shipping-radio-container {
        font-size: 20px !important;
    }

    .shipping-radio-checkmark {
        top: 6px;
    }

    .shipping-card {
        min-height: 50px;
        margin: 15px 0;
    }

    #gls-canvas {
        display: flex;
        flex-direction: column;
        height: 600px !important;
    }

    #left-canvas, #right-canvas, #searchinput {
        width: 100% !important;
    }

    #left-canvas {
        order: 2;
        margin-top: 10px;
    }

    .stepper-wrapper {
        margin-bottom: 35px !important;
    }

    .payment-description, .payment-description-revise {
        padding: 5px 0 !important;
    }

    .order-address.col-sm-6 {
        width: 100%;
    }

    .summary-price-table p.discountPrice {
        font-size: 12px;
    }

    .summary-price-table p.totalPrice {
        font-size: 16px;
    }

    .summary-price-table td.total {
        font-size: 20px;
    }

    .summary-price-table td.shipping {
        font-size: 16px;
    }

    .summary-price-table td.title {
        font-size: 16px;
    }

    .checkout-cart-table thead tr td, .cikkszam {
        font-size: 16px;
    }
}

.wishlist-product-addition {
    background: transparent;
    color: #fff;
    padding: 0.6rem 1.5rem;
    white-space: nowrap;
    font-weight: bolder;
    font-size: x-large;
    border: 0;
}

#wishlist-flash-message {
    background-color: #E2ECEB;
    color: var(--green2);
    font-size: 20px;
    display: none;
}

.owl-carousel .owl-stage-outer {
    min-height: 92px;
}

.chosen-container-multi .chosen-results::after {
    content: '';
    flex-grow: 1000000000;
}

.product-not-found {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 120px;
    text-align: center;
}

.product-not-found .inner {
    gap: 15px;
    align-items: center;
}

.product-not-found h1 {
    font-weight: bold;
}

.product-not-found h2 {
    font-size: 19px;
}

.product-not-found a {
    width: max-content;
}