/**
* 2007-2020 PrestaShop
*
* Godzilla Pagebuilder
*
*  @author    Godzilla <joommasters@gmail.com>
*  @copyright 2007-2020 Godzilla
*  @license   license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*  @Website: https://www.godzillabuilder.com
*/
.gdz-row .container-fluid {
  padding: 0px;
  overflow: hidden;
}
@media (max-width: 575px) {
    .pb-hidden-xs {
        display:none;
    }
}
@media (max-width: 991px) {
    .pb-hidden-sm {
        display:none;
    }
}
@media (min-width: 992px) {
    .pb-hidden-md {
        display:none;
    }
}
.middle-align .row,
.top-align .row,
.bottom-align .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.middle-align .row {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.top-align .row {
    -ms-flex-align: flex-start!important;
    align-items: flex-start!important;
}
.bottom-align .row {
    -ms-flex-align: flex-end!important;
    align-items: flex-end!important;
}
.middle-align .row .layout-column,
.top-align .row .layout-column,
.bottom-align .row .layout-column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media(max-width:575px) {
    .middle-align .row .layout-column, .top-align .row .layout-column, .bottom-align .row .layout-column {
      flex-basis: 100%;
    }
}
.middle-align.layout-column,
.top-align.layout-column,
.bottom-align.layout-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.middle-align.layout-column {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.top-align.layout-column {
    -ms-flex-align: flex-start!important;
    align-items: flex-start!important;
}
.bottom-align.layout-column {
    -ms-flex-align: flex-end!important;
    align-items: flex-end!important;
}
.middle-align.layout-column .addon-box,
.top-align.layout-column .addon-box,
.bottom-align.layout-column .addon-box {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.pb-testimonial-box {
  text-align: center;
}
.pb-testimonial-box .pb-testimonial-img {
    margin:20px 0px;
}
.pb-testimonial-box .pb-testimonial-img img {
    border-radius: 50%;
    width:120px;
    height:120px;
    margin: 0 auto;
}
.pb-testimonial-box .pb-testimonial-rating .checked {
  color: orange;
}
.pb-testimonial-box .pb-testimonial-position {
    font-size: 85%;
    opacity: 0.8;
}

.pb-testimonial-box .pb-testimonial-comment {
    padding:1.5em 15%;
}

.pb-banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pb-banner-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pb-banner-img img {
    width: 100%;
    vertical-align: top;
}
.pb-banner-text {
    text-align: center;
    position: absolute;
    margin: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pb-banner-text.pb-banner-center-center {
    top:0px!important;
    bottom: 0px!important;
    left: 0px!important;
    right: 0px!important;
    text-align: center!important;
    -ms-flex-pack: center;
    justify-content: center;
}
.pb-banner-text.pb-banner-top-center {
    top:0px;
    left: 0px!important;
    right: 0px!important;
    text-align: center!important;
}
.pb-banner-text.pb-banner-bottom-center {
    bottom:0px;
    left: 0px!important;
    right: 0px!important;
    text-align: center!important;
}
.pb-banner-text.pb-banner-center-left {
    top:0px!important;
    bottom: 0px!important;
    left: 0px;
    -ms-flex-pack: center;
    justify-content: center;
}
.pb-banner-text.pb-banner-center-right {
    top:0px!important;
    bottom: 0px!important;
    right: 0px;
    -ms-flex-pack: center;
    justify-content: center;
}
.pb-image img {
    max-width: 100%;
}
/***** Button *****/
.btn-info {
    background-color: #5bc0de;
}
.btn-success {
    background-color: #5cb85c;
}
.btn-warning {
    background-color: #f0ad4e;
}
.btn-danger {
    background-color: #d9534f;
}
.btn-xs {
    font-size: 13px!important;
    padding: 10px 20px;
}
.btn-sm {
    font-size: 15px!important;
    padding: 12px 24px;
}
.btn-md {
    font-size: 16px!important;
    padding: 15px 30px;
}
.btn-lg {
    font-size: 18px!important;
    padding: 20px 40px;
}
.btn-xl {
    font-size: 20px!important;
    padding: 25px 50px;
}
.pb-button-left {
    text-align: left;
}
.pb-button-right {
    text-align: right;
}
.pb-button-center {
    text-align: center;
}
.pb-button-justify {
    text-align: justify;
}
.pb-button-justify .btn {
    width: 100%;
}
/***** Service *****/
.pb-service-box .pb-service-icon {
    margin-bottom:15px;
}
.pb-service-box .pb-service-description {
    margin-bottom:15px;
}
.pb-divider {
    line-height: 0;
    font-size: 0;
}
.pb-divider .pb-divider-separator {
    display: inline-block;
}
.pb-tabs .tab-content {
    padding:20px;
}
/***** Video *****/
.pb-video {
    text-align: center;
}
.pb-video iframe,
.pb-video video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
}
.pb-video-wrapper {
    position: relative;
}
.pb-video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.pb-video .video-screen-16-9 {
    padding-bottom: 56.25%;
}
.pb-video .video-screen-4-3 {
    padding-bottom: 75%;
}
.pb-video .video-screen-3-2 {
    padding-bottom: 66.6666%;
}
.pb-video .pb-video-open-modal i {
    font-size: 80px;
}
/***** Instagram *****/
.pb-instagram .il-photo__img {
    width: 100%;
}
.pb-instagram .il-item-inner:hover .il-photo__meta {
    opacity: 1;
    visibility: visible;
}
.pb-instagram .il-photo__meta {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: all .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.addon-tab .nav.nav-tabs {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.addon-tab .tab-right {
    text-align: right;
}
.addon-tab .tab-left {
    text-align: left;
}
.addon-tab .tab-center {
    text-align: center;
}
/* Block Popup */
.gdz-popup {
  background: #fff;
  padding:30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  overflow: hidden;
  margin-left: -395px;
  margin-top: -311.5px;
  border-radius: 0px;
  color:#333;
  line-height:30px;
  max-width:100%;
  text-align:center;
}
.gdz-popup input {
	border:1px solid #ececec;
	padding:7px 10px;
	margin-bottom:10px;
}
.gdz-popup button {
	border:1px solid #1f97ff;
	padding:7px 20px;
	background:#1f97ff;
	color:#FFF;
}
.gdz-popup p {
	line-height:26px;
}
.gdz-popup-overlay > .gdz-popup > h2 {
	font-weight: bold;
    margin: 0 0 30px;
    text-align: center;
	text-transform:uppercase;
	font-size:24px;
}

.gdz-popup-overlay > .gdz-popup {
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 350px);
  top: calc(50% - 255px);
}

.gdz-popup-overlay > .gdz-popup img{
  width: auto;
  max-width:100%;
}

.gdz-popup-overlay .popup-close {
    cursor: pointer;
    display: block;
    float: right;
    height: 15px;
    width: 17px;
	position: absolute;
    right: 5px;
    top: 5px;
}
.gdz-popup-overlay {
	display: block;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
	height: 100%;
    left: 0;
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99998;
}
.dontshow {
	margin-top:20px;
}
.dontshow input,
.dontshow > div {
	display:inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    padding-top: 8px;
}
.dontshow label {
	display:inline-block;
	font-weight:300;
	font-size:90%;
	line-height:30px;
}
.pb-map iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
}
/***** Banner Countdown *****/
.pb-banner-countdown {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pb-banner-countdown-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pb-banner-countdown-img img {
    width: 100%;
    vertical-align: top;
}
.countdown-has-banner .pb-banner-countdown-text {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 69%;
    text-align: left;
}
.countdown-has-banner .pb-banner-countdown-time {
    text-align: center;
}
/***** Hot Deal *****/
.pb-hotdeal .countdown {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:1;
    padding: 10px;
    font-size:16px;
}
.countdown .countdown-section {
    padding:0px 5px;
}
.countdown .countdown-amount {
    padding-right: 5px;
}
.pb-social-box {
    font-size: 20px;
    text-align: center;
    padding: .6em;
    margin-right: 5px;
    cursor: pointer;
}
.pb-social-center {
    text-align: center;
}
.pb-social-left {
    text-align: left;
}
.pb-social-right {
    text-align: right;
}
.pb-social-rounded a {
    border-radius: 10%;
    border: 1px solid #dedede;
}
.pb-social-circle a {
    border-radius: 50%;
    border: 1px solid #dedede;
}
.pb-social-square a {
  background: #dedede;
}
.pb-heading {
    margin-bottom: 0px;
}
/***** Flash Sale *****/
.pb-flashsale .pb-flashsale-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.pb-flashsale .pb-flashsale-category-name {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0px;
}
.pb-flashsale .countdown {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
}
/***** Carousel Navigation Style *****/
.owl-nav {
  width:100%;
  text-align: center;
  position: absolute;
  top:calc(50% - 1rem);
}
.owl-nav button span {
  font-size:1.5rem;
  border: 2px solid #bdbdbd;
  display:inline-block;
  width:2rem;
  height:2rem;
  line-height: 1;
}
.owl-nav button span:hover {
  background:#303030;
  border-color:#303030;
  color:#ffffff;
}
.owl-nav .owl-prev {
  float:left;
  margin-left:-1rem;
}
.owl-nav .owl-next {
  float:right;
  margin-right:-1rem;
}
.carousel-nav-2 .owl-nav button span {
  border-radius: 50%;
}
.carousel-nav-swh .owl-nav {
  opacity:0;
  transition: all 0.3s;
}
.carousel-nav-swh .owl-carousel:hover .owl-nav {
  opacity:1;
}
/***** Carousel Pagination Style *****/
.owl-dots {
  width:100%;
  text-align: center;
  margin-top:1rem;
}
.owl-dots button span {
  border: 1px solid #dedede;
  display:inline-block;
  width:1rem;
  height:1rem;
  border-radius: 50%;
  line-height: 1;
  margin: 0 0.4rem;
}
.owl-dots button.active span {
  background:#303030;
  border: 1px solid #303030;
}
.carousel-pag-swh .owl-dots {
  opacity:0;
  transition: all 0.3s;
}
.carousel-pag-swh .owl-carousel:hover .owl-dots {
  opacity:1;
}
/***** Image Carousel Pagination Style *****/
.pb-image-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
}
@media (max-width:991px) {
    #wrapper .container .row {
      margin-left: 0px;
      margin-right: 0px;
    }
}
