/*
Theme Name: SalesGen Dino
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 9.1542
*/
.woo_order_tip_custom_text{
	padding-top:0!important;
	min-height: 35px!important;
}
.wcpa_form_outer .wcpa_form_item .wcpa_color label span.disp_squircle {
    border-radius: 12px;
}
.breadcrumbs {
    margin-bottom: 10px;
}
.stars-rating.stars{
	display: inline-block;
	color: #ddfc45;
	margin-bottom: 12px;
}
body .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding-top: 6px;
    padding-bottom: 6px;
	border-radius: 4px;
}
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background: #fff;
    box-shadow: 0 0 0 1px #949494;
}
.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 3px;
}
.product-thumbnails{
	display: none!important;
}
.flickity-page-dots {
    bottom: -35px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button, .wc-proceed-to-checkout a{
    line-height: 50px;
    border-radius: 16px;
}
.prose {
    font-size: 0.9em;
}
body .quantity .button.minus {
    border-right: 1px solid #ddd!important;
}
.quantity .button.plus {
    border-left: 1px solid #ddd!important;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.salesgen-upsell-checkboxes .float-position-element{
	display: none!important;
}

.salesgen-upsell-checkboxes .wcpa_form_outer .wcpa_form_item select {
    border-radius: 2px;
    min-height: initial!important;
    font-weight: normal!important;
    font-size: 1em;
}


.accordion-item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
	margin-bottom: 15px;
}

.accordion-title {
    background: #f7f7fe;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    padding-left: 15px;
    position: relative;
	color: #0a0a0a;
	border: none !important;
}

.accordion-title:hover {
	color: #243a98;
}

.accordion .toggle {
	right: 0 !important;
	left: unset !important;
}

.accordion-title.active {
    color: #0a0a0a !important;
}

.product_title {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
    color: #0a0a0a;
}


.single_add_to_cart_button {
    border-radius: 16px;
    width: calc(100% - 110px);
    height: 60px;
}

.product-summary .quantity {
    margin-bottom: 1em;
}

.quantity input{
	height: 58px;
}


.wcpa_form_outer {
	border-bottom: 1px solid #ececec;
	margin-bottom: 30px
}

.wcpa_form_outer .wcpa_form_item .checkbox-style .wcpa_color label span.wcpa_clb_border.label_inside:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    transform: unset;
    border: 1px solid #ccc;
}

.wcpa_form_outer .wcpa_form_item .checkbox-style .wcpa_color input:checked+label span.wcpa_clb_border.label_inside:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	border: none;
	border-radius: 100%;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='21' height='21' rx='10.5' fill='black'/%3E%3Cpath d='M5 10.5L9 14.5L15.5 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	transform: unset
}

.wcpa_form_outer .wcpa_form_item .checkbox-style .wcpa_color label span.wcpa_clb_border.label_inside {
	padding: 0px 10px 0px 34px
}

.wcpa_form_outer .wcpa_form_item .checkbox-style .wcpa_color label span.wcpa_clb_border.label_inside {
	height: 40px!important;
	min-width: 40px!important;
	line-height: 38px!important;
	background: #fff!important;
	width: 100%!important;
	position: relative;
}

.wcpa_form_outer .wcpa_form_item .checkbox-style .wcpa_color label span.label_inside {
	padding: 0 10px
}

.wcpa_form_outer .wcpa_form_item .select-style-fix-css .wcpa_image img {
	width: 100%!important;
	height: 100%!important;
	border-radius: 5px;
	padding: 2px;
	border: 1px solid #e0e0e0
}

.wcpa_form_outer .wcpa_form_item .select-style-fix-css .wcpa_image {
	padding: 0 .5rem 17px;
	margin: 0;
	max-width: 20%
}

.wcpa_form_outer .wcpa_form_item .select-style-fix-css .wcpa_image input:checked+img,.wcpa_form_outer .wcpa_form_item .select-style-fix-css .wcpa_image input:checked+picture img,.wcpa_form_outer .wcpa_form_item .select-style-fix-css input:checked+label img {
	outline: 0;
	padding: 2px;
	border: 2px solid #000
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.wcpa_clb_border {
	border-radius: 5px;
	border: 1px solid rgb(0 0 0 / 15%);
}


.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.label_inside {
	padding: 0 10px;
	font-size: 0.8em;
}

.wcpa_image_desc,
.wcpa_image label {
	font-size: 11px;
	text-align: center;
	line-height: 1.2;
	font-weight: 600;
	padding-top: 5px;
}

.wcpa_form_outer .wcpa_form_item .style-images .wcpa_image {
	padding: 0 0.5rem 17px;
	margin: 0;
	max-width: 20%;
}

.wcpa_form_outer .wcpa_form_item .style-images .wcpa_image img{
	border: 1px solid #e0e0e0;
	padding: 2px;
	border-radius: 5px;
}

.wcpa_form_outer .wcpa_form_item .wcpa_image input:checked+img, .wcpa_form_outer .wcpa_form_item .wcpa_image input:checked+picture img, .wcpa_form_outer .wcpa_form_item input:checked+label img {
	border: 2px solid #000000;
	box-shadow: none;
	padding: 2px;
}

body .wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.label_inside {
	padding: 0 16px;
	font-weight: 500;
	font-size: 1em;
	min-width: 60px !important;
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color label span.wcpa_clb_border {
	border-radius: 12px;
	border: 2px solid rgb(0 0 0 / 15%);
	height: 40px!important;
    min-width: 40px!important;
    line-height: 38px!important;
    background: #fff!important;
}

.wcpa_form_outer .wcpa_form_item .color-group .wcpa_color input:checked+label span, .wcpa_form_outer .wcpa_form_item .color-custom-v1 .wcpa_color input:checked+label span {
	border: 2px solid #000;
}

.wcpa_form_outer .wcpa_form_item {
	margin-bottom: 15px;
}

.size-chart-icon{
	margin-left: 10px;
	cursor: pointer;
	text-decoration: underline;
	text-transform: capitalize;	
	font-size: 0.8em;
	padding-left: 30px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='361.000000pt' height='271.000000pt' viewBox='0 0 361.000000 271.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,271.000000) scale(0.100000,-0.100000)'%0Afill='%23000000' stroke='none'%3E%3Cpath d='M715 2684 c-235 -44 -401 -129 -541 -276 -77 -81 -123 -163 -149%0A-263 -23 -89 -23 -1501 0 -1590 26 -100 72 -182 149 -263 108 -113 221 -184%0A381 -236 177 -57 144 -56 1550 -56 1452 0 1348 -6 1429 76 79 78 77 61 74 730%0A-3 584 -3 589 -25 630 -12 22 -39 56 -59 74 -79 69 -24 65 -911 68 l-803 3 0%0A252 c0 279 -6 322 -61 436 -37 74 -147 195 -229 251 -108 73 -233 126 -374%0A156 -103 23 -332 27 -431 8z m377 -228 c213 -41 392 -157 458 -298 95 -201%0A-36 -418 -316 -524 -195 -74 -454 -73 -652 2 -145 54 -262 150 -312 256 -112%0A236 87 485 450 562 86 19 280 20 372 2z m-676 -994 c69 -35 153 -65 252 -89%0A60 -15 199 -17 1387 -22 l1320 -6 3 -557 2 -558 -110 0 -111 0 3 128 c2 109 0%0A131 -15 153 -38 56 -127 63 -176 14 -25 -24 -26 -32 -31 -158 l-5 -132 -112%0A-3 -113 -3 0 293 c0 269 -2 296 -19 324 -49 81 -165 65 -200 -29 -7 -18 -11%0A-134 -11 -308 l0 -279 -109 0 -109 0 -4 136 -3 136 -33 29 c-37 34 -88 39%0A-131 13 -49 -29 -55 -50 -59 -186 l-4 -128 -109 0 -109 0 0 293 c0 268 -2 295%0A-19 323 -49 81 -165 65 -200 -29 -7 -18 -11 -134 -11 -308 l0 -279 -109 0%0A-109 0 -4 136 -3 136 -33 29 c-47 42 -100 40 -150 -5 l-37 -34 -4 -131 -3%0A-131 -109 0 -109 0 0 293 c0 268 -2 295 -19 323 -49 81 -165 65 -200 -29 -7%0A-18 -11 -130 -11 -293 0 -295 5 -277 -70 -250 l-35 13 3 139 c4 155 -6 199%0A-52 229 -30 20 -84 22 -115 5 -43 -22 -61 -69 -61 -155 l-1 -80 -25 30 c-14%0A17 -39 57 -55 90 l-29 60 0 483 0 483 58 -39 c31 -22 84 -53 118 -70z'/%3E%3Cpath d='M809 2222 c-95 -50 -141 -151 -115 -253 17 -65 56 -112 118 -143 68%0A-34 128 -34 195 -1 167 83 168 311 3 398 -70 36 -130 36 -201 -1z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 22px;
    display: inline-block;
}

.home-products .product-small.box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
}
.home-products .box-image {
	border-radius: 8px 8px 0 0;
}
.home-products .box-text {
	padding: 1em;
}
.home-products .product-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-products .price .amount {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.home-titles .section-title{
	position: relative;
}
.home-titles span{
	text-transform: initial;
    color: #1d1929;
    width: 100%;
    text-align: center;
}

.home-titles a{
	position: absolute;
    color: #000000;
    font-size: 0.6em;
    font-weight: 500;
    right: 0;
}

.home-titles b{
	display: none;
}


.absolute-footer.{
	text-align: center;
}

.copyright-footer{
	width: 100%;
	text-align: center;
}
.cards-icons{
	padding: 0!important;
	margin-bottom: 0!important;
	margin-top: 15px;
	border: none!important;
}
.cards-icons li{
	display: inline-block;
	list-style: none;
}
.footer-primary.pull-left{
	width: 100%;
}

.footer-widgets > .row .widget-title {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}


.footer-widgets ul.menu>li+li{
	border: none!important;
}

input[type=number].xoo-cp-qty{
	margin: 0;
}

.xoo-cp-close.xcp-btn{
	display: none;
}

.xoo-cp-btns{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xoo-cp-btns .xcp-btn {
    width: 48%;
    border: 1px solid #cfcfcf;
    padding: 0px 12px;
    line-height: 40px;
    max-height: 40px;
}
.xoo-cp-btn-ch.xcp-btn{
	margin: 0!important;
	background-color: #3fbc1a;
}

.xoo-cp-btns .xcp-btn:hover{
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
    opacity: 1;
    outline: none;
}
.salesgen_you_saved{
	font-size: 13px;
	position: absolute;
	top: 50%;
	padding: 5px;
	background: #d26e4b;
	border-radius: 20px;
	color: #fff;
	margin-top: -13px;
	text-transform: uppercase;
	text-align: center;
}

.price.product-page-price,
.woocommerce-variation-price {
    font-size: 20px !important;
    position: relative;
    margin-bottom: 20px;
	font-weight:500;
}

span.amount {
    font-weight:500;
}
.price.product-page-price ins,
.woocommerce-variation-price ins{
	margin-right: 5px;
}

.checkout-button.wc-forward{
	line-height: 50px;
}

#wooot_order_tip_form .order_tip_title h3{
    font-size: 0.9em;
    text-transform: initial;
}

.page-checkout-simple .breadcrumbs{
	display: none;
}
.page-checkout-simple #logo{
	margin: 0 auto;
}

.woocommerce-checkout-review-order {
    background-color: #f7f7fe;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 30px;
    padding: 15px 30px 30px;
    width: 100%;
    font-size: 14px;
}
body .cart_item .wcpa_cart_val ,
body .woocommerce-mini-cart-item .wcpa_cart_val {
    padding: 0;
    margin: 0!important;
}
body .cart_item dl dt, body .cart_item dl dd,
body .mini_cart_item dl dt, body .mini_cart_item dl dd {
    float: left;
    line-height: 1.5em;
}
.woocommerce-mini-cart-item dt {
    clear: left;
}

.product-name dl {
    display: inline-block;
    width: 100%;
}
.wcpa_cart_val p {
    padding: 0;
    margin: 0!important;
}

.salesgen-countdown-timer-cart-heading{
	font-size: 0.9em;
	color: #1a1a1a;
}

.salesgen-countdown-timer-cart{
    background: #f4f4e1;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    padding: 15px;
    font-size: 0.9em;
}

.salesgen-countdown-cart{
    margin-bottom: 10px;
    font-size: 0.9em;
    margin-top: 14px;
}

.salesgen-countdown-timer-cart .sg-ux-timer{
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fcfcce;
    padding: 4px 8px;
}
.checkout-heading-title{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.checkout-heading-title *{
	flex: 1;
}

.checkout-heading-title img{
	max-width: 50%;
}

#place_order {
    width: 100%;
    line-height: 50px;
}

.cart_item .product-thumbnail img {
    width: 70px;
    padding-right: 8px;
}

.cart_item .product-thumbnail{
	max-width: 70px;
    min-width: auto;
    width: 70px;
}


.shipping_estimated_msg{
	line-height: 22px;
	background: #fff0d69e;
	padding: 10px 15px;
	border-radius: 5px;
	margin: 15px 0 20px;
	font-size: 13px;
}

.est-desc{
	margin: 0;
	padding: 0;
	border: 0;
	background: 0 0;
	text-decoration: underline;
	-webkit-text-decoration-style: dashed;
	text-decoration-style: dashed;
	text-underline-position: under;
	-webkit-text-decoration-color: inherit;
	text-decoration-color: inherit;
	font-size: 13px;
	color: #444;
	text-transform: capitalize;
	font-weight: 400;
	cursor: help;
}

#flag-icons-us, #flag-icons-eu {
	width: 20px;
}

.shipping_estimated-msg{
	padding-bottom: 10px;
	display: inline-block;
}

.fulfillment_timeline_date {
	display: grid;
	grid-template-columns: repeat(3,1fr)
}

.fulfillment_timeline_date .time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.fulfillment_timeline_date .time .icon-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.fulfillment_timeline_date .time .icon-holder .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 30px;
	height: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #eaeaea;
	border-radius: 50%
}

.fulfillment_timeline_date .time .icon-holder .icon svg {
	width: 60%;
	height: auto
}

.fulfillment_timeline_date .time:first-child .icon-holder,.fulfillment_timeline_date .time:last-child .icon-holder,.fulfillment_timeline_date .time:nth-child(2) .icon-holder {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.fulfillment_timeline_date .time:first-child .icon-holder:after,.fulfillment_timeline_date .time:last-child .icon-holder:before {
	content: "";
	display: block;
	width: calc(100% - 35px);
	height: 2px;
	background-color: #f1f1f1
}

.fulfillment_timeline_date .time:nth-child(2) {
	text-align: center
}

.fulfillment_timeline_date .time:nth-child(2) .icon-holder:after,.fulfillment_timeline_date .time:nth-child(2) .icon-holder:before {
	content: "";
	display: block;
	width: calc(50% - 20px);
	height: 2px;
	background-color: #f1f1f1
}

.fulfillment_timeline_date .time:nth-child(2) .edd-description {
	margin: 0 auto
}

.fulfillment_timeline_date .time:last-child {
	text-align: right
}

.fulfillment_timeline_date .time:last-child .edd-description {
	margin-left: auto
}

.fulfillment_timeline_date .time p {
	width: 100%;
	font-size: 13px;
	font-weight: 700;
	margin-top: .5em;
	margin-bottom: 0
}

.est-desc,.fulfillment_timeline_date .time .edd-description,.simply-protection {
	margin: 0;
	padding: 0;
	border: 0;
	background: 0 0;
	text-decoration: underline;
	-webkit-text-decoration-style: dashed;
	text-decoration-style: dashed;
	text-underline-position: under;
	-webkit-text-decoration-color: inherit;
	text-decoration-color: inherit;
	font-size: 13px;
	color: #444;
	text-transform: capitalize;
	font-weight: 400;
	cursor: help
}

.salesgen-upsell-bundle .wcpa_helptext .size-chart-icon{
	display: none;
}
.woocommerce-variation-price{
	border-top: none!important;
}

.price.product-page-price > .woocommerce-Price-amount {
    color: #ff0000;
}
ins{
	margin-right: 5px;
}


/* Custom CSS */
.wcpa_form_outer .wcpa_row {
    position: relative;
}

.float-position-element {
    position: absolute;
    right: 0;
    z-index: 9;
    top: 15px;
}

.prose a{
	text-decoration: underline;
}


@media only screen and (max-width: 490px){
	.home-titles a {
	    position: initial;
	    width: 100%;
	    text-align: center;
	    margin-top: 10px;
	}
	
	.checkout-page-title.page-title nav.breadcrumbs {
		margin: 0;
		padding: 0;
	}
}