/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.testing {
	color : red;
}
/* Nice Select */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
	

}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
	
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.universitype-custom-select {
	width: 150px;
	background-color: transparent;
	border: 0;
	color: #fff;
}

.universitype-custom-select.nice-select .list {
	background-color: #333;
}

.universitype-custom-select.nice-select .option:hover, 
.universitype-custom-select.nice-select .option.focus, 
.universitype-custom-select.nice-select .option.selected.focus {
	background-color: #464646;
}

/* Font Preview */
.font-preview-container .font-preview-tabs ul#font-tabs-nav {
	list-style: none;
	margin: 0 20px;
	padding: 0;
	overflow: auto;
	border-bottom: 1px solid #3A3A3A;
}

.font-preview-container .font-preview-tabs ul#font-tabs-nav li {
	float: left;
	margin-right: 30px;
    padding: 15px 0;
	cursor: pointer;
}

.font-preview-container .font-preview-tabs ul#font-tabs-nav li:hover,
.font-preview-container .font-preview-tabs ul#font-tabs-nav li.active,
.font-preview-container .font-preview-tabs ul#font-tabs-nav li:hover a,
.font-preview-container .font-preview-tabs ul#font-tabs-nav li.active a {
	color: #fff;
}

.font-preview-container .font-preview-tabs #font-tabs-nav li a {
	text-decoration: none;
	color: #4A4D4D;
}

.font-preview-container #font-tabs-content .font-tab-content {
	padding: 30px 40px;
}

.font-preview-container .font-tab-content .font-control {    
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #E9E9E9;
}

.font-preview-container .font-tab-content .font-control > div {
	position: relative;
}

.font-preview-container .font-tab-content .font-control .font-size,
.font-preview-container .font-tab-content .font-control .font-leading {
	width: 25%;
}

.font-preview-container .font-tab-content .font-control .slider {
	-webkit-appearance: none;
	height: 1px;
	border-radius: .25rem;
	outline: none;
	padding: 0;
	margin-top: 38px;
}

.font-preview-container .font-tab-content .font-control .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.font-preview-container .font-tab-content .font-control .slider::-moz-range-thumb {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.dark .slider,
.dark .slider::-webkit-slider-thumb,
.dark .slider::-moz-range-thumb {
    background: #151616 !important;
}

.font-preview-container .font-tab-content .font-control .slider::-webkit-slider-thumb:active {
	cursor: -webkit-grabbing;
}

.font-preview-container .font-tab-content .font-control .slider::-moz-range-thumb:active {
	cursor: -moz-grabbing;
}

.font-preview-container .font-tab-content .font-control .font-size-number:after {
    content: ' px';
    padding-left: 2px;
}

.font-preview-container .font-tab-content .font-control .label,
.font-preview-container .font-tab-content .font-control .font-size-number {
	font-size: 16px;
	display: inline-block;
	position: absolute;
	top: 0;
}

.font-preview-container .font-tab-content .font-control .label {
	left: 0;
}

.font-preview-container .font-tab-content .font-control .font-size-number {
	right: 0;
}

.font-preview-container .font-tab-content .font-control .font-align span {
	width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.font-preview-container .font-tab-content .font-control .font-align span svg {
	width: 22px;
	height: 22px;
}

.font-preview-container .font-tab-content .font-control .font-align span svg path {
	fill: #3A3A3A;
}

.font-preview-container .font-tab-content .font-control .font-align span.current svg path {
	fill: #fff;
}

.font-preview-container .font-tab-content .font-opentype {
	border-bottom: 1px solid #3A3A3A;
	padding-bottom: 15px;
}

.font-preview-container .font-tab-content .font-opentype .label {
	padding: 20px 0 6px 0;
    font-size: 16px;
    cursor: pointer;
}

.font-preview-container .font-tab-content .font-opentype .otf-select {
	display: none;
	padding: 15px;
	margin-top: 5px;
	background: hsla(0, 0%, 50.2%, .0705882353);
}

.font-preview-container .font-tab-content .font-switch {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
}

.font-preview-container .font-tab-content .font-switch .onoffswitch {
    position: relative; 
    width: 50px;
    -webkit-user-select:none; 
    -moz-user-select:none;
     -ms-user-select: none;
}

.font-preview-container .font-tab-content .font-switch .onoffswitch-checkbox {
    display: none;
}

.font-preview-container .font-tab-content .font-switch .onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
    border: 2px solid #000000; 
    border-radius: 50px;
}

.font-preview-container .font-tab-content .font-switch .onoffswitch-inner {
    display: block; 
    width: 200%; 
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.font-preview-container .font-tab-content .font-switch .onoffswitch-inner:before, 
.font-preview-container .font-tab-content .font-switch .onoffswitch-inner:after {
    display: block; 
    float: left; 
    width: 50%; 
    height: 16px; 
    padding: 0; 
    line-height: 16px;
    color: white; 
    box-sizing: border-box;
}

.font-preview-container .font-tab-content .font-switch .onoffswitch-inner:before {
    content: "";
    background-color: #FFFFFF; 
    color: #FFFFFF;
}
.font-preview-container .font-tab-content .font-switch .onoffswitch-inner:after {
    content: "";
    padding-right: 5px;
    background-color: #FFFFFF; 
    color: #FFFFFF;
    text-align: right;
}
.font-preview-container .font-tab-content .font-switch .onoffswitch-switch {
    display: block; 
    width: 10px; 
    margin: 5px;
    background: #FFFFFF;
    position: absolute; 
    top: 0; 
    bottom: 0;
    right: 29px;
    border: 2px solid #000000; 
    border-radius: 50px;
    transition: all 0.3s ease-in 0s; 
}

.font-preview-container .font-tab-content .font-switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.font-preview-container .font-tab-content .font-switch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
    background-color: #000000; 
}

.font-preview-container .font-tab-content .font-switch .switch-label {
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
}

.font-preview-container .font-tab-content .font-preview-text .font-box {
	outline: none;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
}

.font-preview-container .font-tab-content .font-preview-text .font-preview-wrap {
	display: none;
}

.font-preview-container .font-tab-content .font-preview-text .font-preview-wrap:first-child {
	display: block;
}

.font-preview-container .font-tab-content .font-opentype .otf-select .grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100% !important;
    margin: 0;
    padding: 0;
    list-style: none;
}

.font-preview-container .font-tab-content .font-opentype .otf-select .otf-option {
    padding-bottom: 8px;
    margin-right: 16px;
    width: calc(20% - 16px);
    cursor: pointer;
}

.font-preview-container .font-tab-content .font-opentype .otf-select .otf-option input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

.font-preview-container .font-tab-content .font-opentype .otf-select .otf-option .ls-left {
    font-size: 14px;
    cursor: pointer;
}

.font-preview-container .font-tab-content .font-opentype .otf-select .otf-option input[type=checkbox]+span:before {
    background: transparent;
    border: 1px solid #fff;
    content: " ";
    display: inline-block;
    height: 14px;
    margin-right: 0.6em;
    position: relative;
    top: 2px;
    width: 14px;
}

.font-preview-container .font-tab-content .font-opentype .otf-select .otf-option input[type=checkbox]:checked+span:before {
    background: #fff;
    border: 1px solid #fff;
}

.font-preview-container .font-tab-content#glyphs .download-glyph {
	padding-top: 20px;
}

.font-preview-container .font-tab-content#info .supported-languages {
	padding: 30px 0 20px 0;
}

/* Start Opentype */

.font-preview-container .font-tab-content .font-preview-text .font-box .target {
	font-variant-ligatures: no-common-ligatures;
    -moz-font-feature-settings: "liga" 0, "clig" 0;
    -webkit-font-feature-settings: "liga" 0, "clig" 0;
    font-feature-settings: "liga" 0, "clig" 0;
}

.font-preview-container .font-tab-content .font-preview-text .font-box .liga {
    -ms-font-feature-settings: "liga";
    font-feature-settings: "liga", "clig";
    font-variant-ligatures: common-ligatures
}

.font-preview-container .font-tab-content .font-preview-text .font-box .dlig {
	-ms-font-feature-settings: "dlig";
    font-feature-settings: "dlig";
    font-variant-ligatures: discretionary-ligatures
}

.font-preview-container .font-tab-content .font-preview-text .font-box .calt {
	-ms-font-feature-settings: "calt";
    font-variant-ligatures: contextual
}

@supports not (font-variant-ligatures:contextual) {
    .font-preview-container .font-tab-content .font-preview-text .font-box .calt {
        font-feature-settings: "calt"
    }
}

.font-preview-container .font-tab-content .font-preview-text .font-box .salt {
	font-feature-settings: "salt"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .swsh {
	font-feature-settings: "swsh"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ordn {
	-ms-font-feature-settings: "ordn";
    font-variant-numeric: ordinal
}

@supports not (font-variant-numeric:ordinal) {
    .font-preview-container .font-tab-content .font-preview-text .font-box .ordn {
        font-feature-settings: "ordn"
    }
}

.font-preview-container .font-tab-content .font-preview-text .font-box .small-caps {
	font-variant-caps: small-caps
}

@supports not (font-variant-caps:small-caps) {
    @supports not (font-variant-numeric: oldstyle-nums) {
        .font-preview-container .font-tab-content .font-preview-text .font-box .small-caps {
            font-feature-settings:"onum", "smcp" 1
        }
    }
}

@supports not (font-variant-caps:all-small-caps) {
    @supports not (font-variant-numeric: oldstyle-nums) {
        .font-preview-container .font-tab-content .font-preview-text .font-box .small-caps {
            text-transform:lowercase;
            font-feature-settings: "onum", "smcp" 1
        }
    }
}

.font-preview-container .font-tab-content .font-preview-text .font-box .subs {
	font-variant-position: sub;
}

@supports not (font-variant-position:sub) {
    .font-preview-container .font-tab-content .font-preview-text .font-box .subs {
        font-feature-settings: "subs"
    }
    @supports (font-feature-settings:"subs") {
        .font-preview-container .font-tab-content .font-preview-text .font-box .subs {
            vertical-align: baseline
        }
    }
    @supports (overflow:-webkit-marquee) and (justify-content:inherit) {
        .font-preview-container .font-tab-content .font-preview-text .font-box .subs {
            vertical-align: sub;
            font-size: smaller
        }
    }
}

.font-preview-container .font-tab-content .font-preview-text .font-box .sups {
	font-variant-position: super;
}

@supports not (font-variant-position:sup) {
    .font-preview-container .font-tab-content .font-preview-text .font-box .sups {
        font-feature-settings: "sups"
    }
    @supports (font-feature-settings:"sups") {
        .font-preview-container .font-tab-content .font-preview-text .font-box .sups {
            font-size: 1em;
            vertical-align: baseline
        }
    }
    @supports (overflow:-webkit-marquee) and (justify-content:inherit) {
        .font-preview-container .font-tab-content .font-preview-text .font-box .sups {
            vertical-align: super
        }
    }
}

.font-preview-container .font-tab-content .font-preview-text .font-box .frac {
	-ms-font-feature-settings: "frac";
    font-variant-numeric: diagonal-fractions
}

@supports not (font-variant-numeric:diagonal-fractions) {
    .font-preview-container .font-tab-content .font-preview-text .font-box .frac {
        font-feature-settings: "frac"
    }
}

.font-preview-container .font-tab-content .font-preview-text .font-box .tnum {
	font-variant-numeric: tabular-nums
}

@supports not (font-variant-numeric:tabular-nums) {
    .font-preview-container .font-tab-content .font-preview-text .font-box .tnum {
        font-feature-settings: "pnum" 0, "tnum"
    }
}

.font-preview-container .font-tab-content .font-preview-text .font-box .onum {
	font-variant-numeric: oldstyle-nums
}

@supports not (font-variant-numeric:oldstyle-nums) {
    .font-preview-container .font-tab-content .font-preview-text .font-box .onum {
        font-feature-settings: "lnum" 0, "onum"
    }
}

.font-preview-container .font-tab-content .font-preview-text .font-box .dnom {
	font-feature-settings: "dnom"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .numr {
	font-feature-settings: "numr"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss01 {
	font-feature-settings: "ss01"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss02 {
	font-feature-settings: "ss02"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss03 {
	font-feature-settings: "ss03"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss04 {
	font-feature-settings: "ss04"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss05 {
	font-feature-settings: "ss05"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss06 {
	font-feature-settings: "ss06"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss07 {
	font-feature-settings: "ss07"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss08 {
	font-feature-settings: "ss08"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss09 {
	font-feature-settings: "ss09"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss10 {
	font-feature-settings: "ss10"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss11 {
	font-feature-settings: "ss11"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss12 {
	font-feature-settings: "ss12"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss13 {
	font-feature-settings: "ss13"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss14 {
	font-feature-settings: "ss14"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .ss15 {
	font-feature-settings: "ss15"
}

.font-preview-container .font-tab-content .font-preview-text .font-box .check-all {
	font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: discretionary-ligatures;
	font-variant-ligatures: contextual;
	font-variant-numeric: ordinal;
	font-variant-caps: small-caps;
	font-variant-position: sub;
	font-variant-position: super;
	font-variant-numeric: diagonal-fractions;
	font-variant-numeric: tabular-nums;
	font-variant-numeric: oldstyle-nums;

	-moz-font-feature-settings: "liga" 0, "clig" 0, "liga", "clig", "dlig", "calt", "salt", "swsh", "ordn", "frac", "dnom", "numr", "ss01", "ss02", "ss03", "ss04", "ss05", "ss06", "ss07", "ss08", "ss09", "ss10", "ss11", "ss12", "ss13", "ss14", "ss15";
	-webkit-font-feature-settings: "liga" 0, "clig" 0, "liga", "clig", "dlig", "calt", "salt", "swsh", "ordn", "frac", "dnom", "numr", "ss01", "ss02", "ss03", "ss04", "ss05", "ss06", "ss07", "ss08", "ss09", "ss10", "ss11", "ss12", "ss13", "ss14", "ss15";
	font-feature-settings: "liga" 0, "clig" 0, "liga", "clig", "dlig", "calt", "salt", "swsh", "ordn", "frac", "dnom", "numr", "ss01", "ss02", "ss03", "ss04", "ss05", "ss06", "ss07", "ss08", "ss09", "ss10", "ss11", "ss12", "ss13", "ss14", "ss15";
}

/* End Opentype */

/* Start Variable */

.variable-fonts .variable-fonts-wrapp {
	display: flex;
	padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 0.5px solid #E9E9E9;
}

.variable-control {
	width: 35%;
	padding-bottom: 40px;
}

.variable-preview {
	width: 65%;
	padding-top: 10px;
	padding-left: 50px;
}

.variable-control .controls {

}

.slider-container {
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.slider-container .play-button {
	margin-left: 10px;
	margin-top: 6px;
	cursor: pointer;
	color: #adadad;
}

.slider-container .play-button .uil {
	font-size: 15px;
}

.slider-container .play-button.play-size .uil {
	color: #fff;
}

.slider-controls {
	width: 150px;
	margin-right: 15px;
}

.slider-controls label {
	font-size: 16px;
}

.slider-label {
	min-width: 60px;
	margin-bottom: 0;
	font-style: normal;
	font-variation-settings: "slnt" var(--text-slant);
}

.output {
  font-style: normal;
  font-variation-settings: "slnt" var(--text-slant);
  font-weight: 400;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 1px;
	margin-top: 6px;
	border-radius: .25rem;
	background: #B3B3B3;
	outline: none;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #333447;
	cursor: pointer;
}

.slider::-webkit-slider-thumb:active {
	cursor: -webkit-grabbing;
}

.slider::-moz-range-thumb:active {
	cursor: -moz-grabbing;
}

.v-font-box {
    font-size: 50px;
    line-height: 50px;
    margin: 0;
    outline: none;
    white-space: normal;
    font-variation-settings: "wght" 100, "wdth" 0, "ital" 0, "opsz" 0, "SRIF" 0, "slnt" 0;
}

/* End Variable */

/* Start Glyph */

#glyphs .universitype-custom-select {
    float: none;
}

.glyph-font-style {
    padding-top: 40px;
}

.glyph-font-style .glyph-list:not(:first-child) {
    display: none;
}

.glyph-font-style .glyphview canvas.item:hover {
    background-color: transparent !important;
}

.glyph-font-style .glyphview canvas.item {
   /* pointer-events: none; */
	background-color: #151616;
}

/* End Glyph */

/* Start Buying Options */

.buying-options-container {
	position: relative;
	/*overflow: hidden;*/
}

.buying-options-container h6 {
	margin: 0;
}

.buying-options-wrapper {
	padding: 40px 0 80px 0;
}

.buying-options-wrapper .buying-options-head {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #3A3A3A;
	padding-bottom: 12px;
}

.buying-options-wrapper .buying-option-row .item-title {
	width: 58.33333333%;
}

.buying-options-wrapper .buying-option-row .item-style {
	width: 25%;
}

.buying-options-wrapper .buying-option-row .item-price {
	position: relative;
	width: 16.66666667%;
}

.buying-options-wrapper .buying-options-items {
	font-size: 16px;
	padding: 20px 0;
	border-bottom: 1px solid #3A3A3A;
	cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}

/*.buying-options-wrapper .buying-options-items:hover {
	background-color: hsla(0, 0%, 50.2%, .0705882353);
}*/

.buying-options-wrapper .buying-options-info {
    width: 100%;
	display: flex;
	align-items: center;
}

.buying-options-wrapper .buying-options-license {
	padding-top: 20px;
    display: none;
} 

.buying-options-wrapper .buying-options-license .buying-options-license-list {
    margin: 0 -10px;
    clear: both;
}

.buying-options-wrapper .buying-options-license .license-choice {
	margin: 10px;
	float: left;
    width: 31.88%;
    height: 40px;
	border: 1px solid #3A3A3A;
	cursor: pointer;
}

.buying-options-wrapper .buying-options-license .license-choice label {
    padding: 10px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buying-options-wrapper .buying-options-license .license-choice input[type=checkbox] {
	display: none;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.buying-options-wrapper .buying-options-license .license-choice .license-text:before {
	background: transparent;
    border: 1px solid #fff;
    content: " ";
    display: inline-block;
    height: 14px;
    margin-right: 0.6em;
    position: relative;
    top: 2px;
    width: 14px;
}

.dark .buying-options-wrapper .buying-options-license .license-choice .license-text:before {
    border: 1px solid #151616;
}

.buying-options-wrapper .buying-options-license .license-choice .license-text .tooltip {
    position: relative;
    display: inline-block;
}

.buying-options-wrapper .buying-options-license .license-choice .license-text .tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding: 15px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    margin-left: -150px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.buying-options-wrapper .buying-options-license .license-choice .license-text .tooltip .tooltiptext.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.buying-options-wrapper .buying-options-license .license-choice .license-text .tooltip .tooltiptext.tooltip-bottom {
    top: 150%;
    left: 50%;
}

.buying-options-wrapper .buying-options-license .license-choice .license-text .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.buying-options-wrapper .buying-options-license .license-choice .license-text .tooltip .tooltiptext p {
    margin: 0;
	line-height: 1.2em;
}

.buying-options-wrapper .buying-options-license .license-choice input[type=checkbox]:checked+.license-text:before {
    background: #fff;
    border: 1px solid #fff;
}

.dark .buying-options-wrapper .buying-options-license .license-choice input[type=checkbox]:checked+.license-text:before {
    background: #151616;
    border: 1px solid #151616;
}

.buying-options-wrapper .buying-options-license .license-choice .license-price .price {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: inherit;
}

.dark .buying-options-wrapper .buying-options-license .license-choice .license-price .price {
    color: #151616;
}

.buying-options-wrapper .buying-options-license .license-choice .license-price .price del,
.buying-options-wrapper .buying-options-license .license-choice .license-price .price ins {
    padding-top: 1px;
    padding-right: 4px;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.buying-options-wrapper .buying-options-license .license-choice .license-price .price del {
	text-decoration: line-through;
}

.buying-options-wrapper .buying-options-license .license-choice .license-price .price ins {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.buying-options-wrapper .buying-options-license .license-description {
    display: none;
    font-size: 14px;
    padding: 10px 12px;
    background: #fff;
    color: #000;
}

.buying-options-wrapper .buying-options-license .license-description .label {
    font-weight: 500;
}

.buying-options-wrapper .buying-options-license .license-description .label p {
    margin: 0;
}

.buying-options-wrapper .buying-option-row .item-price .price-container {
    width: 100%;
    cursor: pointer;
}

.buying-options-wrapper .buying-option-row .item-price .price-wrapper {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    visibility: hidden;
}

.buying-options-wrapper .buying-options-items .price-container span,
.buying-options-wrapper .buying-options-items .price-container .price-wrapper .price-text {
	overflow: hidden;
	transition-delay: 0;
	transition-duration: .45s;
	transition-timing-function: cubic-bezier(.19,1,.22,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.buying-options-wrapper .buying-options-items .price-container .price-wrapper .price-text {
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    cursor: pointer;
}

.buying-options-wrapper .buying-options-items:hover .price-container span {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.buying-options-wrapper .buying-options-items:hover .price-container .price-wrapper {
	visibility: visible;
}

.buying-options-wrapper .buying-options-items:hover .price-container .price-wrapper .price-text {
	opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* End Buying Options */

/* Buying Option Footer */
.buying-footer {
    background: #2c2c2c;
    bottom: 0;
    height: auto;
	position: fixed;
    left: 0;
    z-index: 99999;
    transition: all .15s ease-out;
    transform: translateY(100%);
    width: 100%;
    display: block !important;
}

.buying-footer.visible {
    transform: translateY(0);
}

.buying-footer > div {
    overflow: hidden;
    clear: both;
    padding: 30px 30px;
}

.buying-footer > div > div {
	width: 29%;
	float: left;
}

.buying-footer .font-title,
.buying-footer .buying-footer-totals {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 4px;
}

.buying-footer .buying-footer-fonts span,
.buying-footer .buying-footer-licences span,
.buying-footer .buying-footer-fonts ul {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.buying-footer .buying-footer-totals {
	font-size: 20px;
	font-weight: 600;
	padding-top: 11px;
	padding-bottom: 0;
	text-align: right;
}

.buying-footer .buying-footer-actions {
    width: 13%;
    float: left;
    text-align: right;
}

.buying-footer .buying-footer-actions .elementor-button {
	color: var(--e-global-color-primary);
    background-color: var(--e-global-color-accent);
}

.buying-footer .buying-footer-actions .elementor-button:hover {
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-primary);
}

.buying-footer .buying-footer-actions .elementor-button:focus,
.buying-footer .buying-footer-actions .elementor-button:focus-visible {
	outline: none;
}

/* End Buying Option Footer */


/* Cart Form */
.woocommerce-cart-form .cart_item .variation-FontStyles,
.woocommerce-cart-form .cart_item dt.variation-License,
.woocommerce-checkout-review-order .variation .variation-FontStyles {
	margin: 0;
	display: none !important;
}
/* End Cart Form */

/* Order Details */
.order_details .product-name .wc-item-meta,
.order_details .product-name .wc-item-meta p {
	padding: 0;
	font-size: 14px !important;
}
/* End Order Details */
