/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/

.share-btn {
    position: fixed;
    border: none;
    background: #fff;
    color: #ff7d7d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 30px;
    padding-top: 2.5px;
    padding-right: 3px;
    cursor: pointer;
    z-index: 2;
    bottom: 20px;
    left: 70px;
    box-shadow: 0px 0px 100px black;
}

.share-options {
    position: fixed;
    bottom: 100px;
    left: 150px;
    width: auto;
    height: auto;
    transform-origin: bottom left;
    transform: scale(0);
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: rgba(15, 15, 15, 0.5);
    color: #fff;
    padding: 20px;
    font-family: 'roboto';
    transition: .5s;
    transition-delay: .5s;
    z-index: 2147483501;
}

.share-options.active{
    transform: scale(1);
    transition-delay: 0s;
}

.title {
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding: 0 20px 3px 0;
    margin-bottom: 10px;
}

.social-media{
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 10px;
}

.social-media-btn {
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    line-height: 50px;
    font-size: 25px;
    cursor: pointer;
    margin: 0 5px;
    text-align: center;
    padding: 3px;
}

.social-media-btn:nth-child(1){
    background: #2AABEE;
}

.social-media-btn:nth-child(2){
    background: #25D366;
}

.social-media-btn:nth-child(3){
    background: #1DA1F2;
}

.social-media-btn:nth-child(4){
    background: #1DA1F2;
}


.link-container{
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    width: 100%;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 10px;
}

.link {
    width: 70%;
    height: 100%;
    line-height: 40px;
    color: #000;
    border: none;
}

.link:focus{
    outline: none;
}

.copy-btn{
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    height: 100%;
    width: 30%;
    text-transform: capitalize;
    font-size: 16px;
}

.share-options.active .title,
.share-options.active .social-media,
.share-options.active .link-container{
    opacity: 1;
    transition: .5s;
    transition-delay: .5s;
}

/* Custom */

.nocapitalize h3{ text-transform: none; }

.perfume-code-search input[type=text]{
	color: #000;
    margin-bottom: 20px;
    border: none; 
    border-bottom: 1px solid #CCC;
    background: no-repeat;
    font-size: 10rem; 
    height: 9rem;
    padding: 0;
    overflow: visible;
    position: relative; 
    font-weight: 700; 
	
}
.perfume-code-search11 input[type=text]:after{
	content: '';
	height: 1px; 
	width: 100%;
	position: absolute; 
	bottom: 3px;
	left: 0;
	background-color: #CCC;
}
.perfume-code-search input[type=submit]{ 
	background-color: #000; 
	color: #FFF;
	border:none;
	margin-right: 15px; 
	padding: .75rem 2.2rem;
	text-transform: none;
	}
.perfume-code-search a.catalog-link{}


.perfume-code-search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.perfume-code-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.perfume-code-search ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

.cta-banner h4{font-size:24px;}
.cta-banner h2{font-size:42px;}
.cta-banner p{ font-size:14px; color:#000; }

.cta-banner input[type="text"], 
.cta-banner input[type="email"],
.cta-banner textarea{
	background:none;
	padding:0px;
	border:none;
	border-bottom:1px solid #333;
	font-size:14px;
	color:#000;
	max-height: 120px;
} 
.cta-banner input[type="submit"]{ text-transform:none; }

.banner-link{ cursor: pointer; }
.banner-link a{ }

#payment .payment_methods li{ margin-bottom: 10px;}
#payment .payment_methods label{ position: relative; }
#payment .wc_payment_method.payment_method_redsys label:after{
	content: '';
	position: absolute;
	top: 0; 
	height: 30px; width: 110px;
	background: url(images/iconos-pay-checkout.png) no-repeat center center;
	background-size: 90px;
}

.wc_coupon_message_container{
	background: #333;
    color: #FFF;
    padding: 15px 20px;
}

.cart-collaterals, .order-review {
    contain: content;
}

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

.vc_column_container>.vc_column-inner.vc_custom_1603117007280{ margin-left:0px!important; }
.wpb_wrapper .vc_custom_1603440751791{ margin-right:0px!important; }
.wpb_wrapper .vc_custom_1603440751791 h2 br{ display: none; }

.vc_row.vc_custom_1603389811889 { 
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.perfume-code-search a.catalog-link{ display: inline-block; margin-top: 10px; }

}