/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/



/* custom currency switcher add/ hard coded */
.header-icon ul,
.curency-switcher {
    display: inline-block;
}

.curency-switcher {
    margin-right: 20px;
}

/* checkout disabled button */
.woocommerce-checkout #payment div.place-order .button:disabled {
    background-color: #000;
}

/* popup-switcher */
.cd-popup-trigger {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  margin: 3em auto;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50em;
  background: #35a785;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}
/*@media only screen and (min-width: 1170px) {
  .cd-popup-trigger {
    margin: 6em auto;
  }
}*/


.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 10;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 9999;
}

.cd-popup-container {
  position: relative;
  top: 20%;
  width: 90%;
  max-width: 550px;
  margin: 4em auto;
  background: #000;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  /*padding: 3em 1em;*/
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.popup-logo {
  background: #fff;
  float: left;
  margin: 14% -12% 11% 12%;
}

.cd-popup-container .cd-buttons li {
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  background: transparent;
}

.cd-popup-container .cd-buttons p {
  color:rgba(255, 255, 255, 0.4);
  font-weight: 400;
  margin-right: 14.6%;
  margin-bottom: -2px;
}

.cd-popup-container .cd-buttons li:nth-child(3){
  width: 6.5%;
  font-size: 18px;
}

.cd-popup-container .cd-buttons a {
  display: block;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 22px;
  font-weight: 400;
}

.cd-buttons {
  margin-left: -15%;
  color: white;
  padding-top: 14.2%;
}

.cd-popup-container .cd-buttons li:first-child a {
  background: #000;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #000;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #000;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #000;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 600px) {
    .popup-logo {
        margin: 40px 0 20px;
        float: none;
    }

    .cd-buttons {
        margin-left: 0;
        padding: 0 0 30px;
    }

    .cd-popup-container .cd-buttons p {
        margin-right: 0;
    }
}

.wpb_animate_when_almost_visible {
  opacity: 1 !important;
}

.woocommerce div.product.layout-style-3 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .woocommerce div.product div.images div.thumbnails .woocommerce-product-gallery__image.active {
    display: none;
  }
}

#order_review .mc4wp-checkbox-woocommerce input[type="checkbox"] + span:before,
#order_review .mc4wp-checkbox-woocommerce input[type="checkbox"] + span:after {
  display: none;
}

#order_review .mc4wp-checkbox-woocommerce input[type="checkbox"] + span {
  padding-left: 5px;
}

#order_review .mc4wp-checkbox-woocommerce label {
  align-items: center;
  display: flex;
  margin-left: 0;
  padding-left: 0;
}

#order_review .mc4wp-checkbox-woocommerce label input {
  transform: translateY(-2px);
}

.socials-menu a[href*="behance.net"]:before {
  display: none;
}

.woocommerce.product-style-3 .side-products {
  display: none !important;
}

body.home #page {
	padding-top: 0 !important;
}
