/*
Theme Name: Monster Florence
Theme URI: https://wordpress.org/themes/monsterflorence/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Monster Florence brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.4
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monsterflorence
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*Main Style Sheet
This is Custom Styling Css file used for Monster Florence
***************************************************************************************************
font-family: 'Bank Gothi BT', sans-serif;
font-family: 'HelveticaNeuBold', sans-serif;
font-weight: 400;
font-weight: 500;
font-weight: 600;
***************************************************************************************************
****COLORS*****
A 	: 	#000000
B 	: 	#ff0000
C 	:	#fff
***************************************************************************************************
Responsive media tags: 
Style.css >> (max-width): 1199 | 991 | 767 | 639 | 480 | 359
Bootstrap.css >> (min-width): 481 | 768 | 992 | 1200
*/

@font-face {
    font-family: 'Bank Gothi BT';
    src: url('assets/fonts/bank-gothic-light-bt-webfont.woff2') format('woff2'), url('assets/fonts/bank-gothic-light-bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeuBold';
    src: url('assets/fonts/helvetica_neu_bold-webfont.woff2') format('woff2'), url('assets/fonts/helvetica_neu_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    background-color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: normal;
    color: #fff;
    overflow-x: hidden;
}
body.scroll-off{
	overflow-y: hidden;
	height:100%;
	width: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-family: 'HelveticaNeuBold', sans-serif;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #fff;
}
.bg-dark{background-color: #000 !important;}
.text-primary {
    color: #ff0000 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #fff !important;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header.is-fixed {
    position: fixed;
    box-shadow: 1px 1px 1px rgba(63, 63, 63, 0.1);
	background-color: #000;
}
.header.is-fixed.open,.header.open{
	background-color: transparent;
}
.menu-toggle-icon {
    width: 40px;
    height: 30px;
    display: inline-block;
    position: relative;
    background: transparent;
    border: 0;
    margin-top: 3px;
    cursor: pointer;
}
.header .menu-toggle-icon:focus {
    outline: none;
}
.header .menu-toggle-icon .top,
.header .menu-toggle-icon .middle,
.header .menu-toggle-icon .bottom {
    width: 100%;
    height: 2px;
    display: block;
    background: #ff0000;
    transition: all .3s ease;
}

.header .menu-toggle-icon .middle {
    margin: 5px 0;
}

.scroll-down {
    position: absolute;
    bottom: 100px;
    left: 250px;
    z-index: 2;
}

.open .top {
    transform: rotate(45deg);
    margin: 0 0 0 0px;
}

.header .menu-toggle-icon.open.open .middle {
    transform: rotate(-45deg);
    margin: -2px 0 0 0;
}

.header .menu-toggle-icon.open .bottom {
    display: none;
}
.main-menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    color: #fff;
    z-index: 99;
    display: none;
}
.main-menu:after{
	content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.main-menu .menu-image {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.main-menu .inner-menu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	z-index:1;
}

.main-menu .inner-menu .menu-nav {
    list-style: none;
    margin: auto;
    padding: 0;
}

.main-menu .inner-menu .menu-nav li {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.main-menu .inner-menu .menu-nav li a {
    font-family: 'HelveticaNeuBold', sans-serif;
    font-size: 3rem;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.main-menu .inner-menu .menu-nav li a::after {
    content: "";
    width: 0;
    height: 8px;
    background-color: #ff0000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.main-menu .inner-menu .menu-nav li:hover a::after {
    width: 100%;
}

.main-menu .socials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index:1;
}

.socials a {
    margin: 0 5px;
}

.socials a i {
    height: 50px;
    width: 50px;
    line-height: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #fff;
    font-size: 18px;
}

.socials a:hover i {
    border-color: #ff0000;
    color: #ff0000;
}

.intro,
.page-banner {
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.intro::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.intro .intro-box,
.page-banner .page-inner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
}

.page-banner.half {
    height: 260px;
}

.banner-image img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.video-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-title {
    position: relative;
    display: inline-block;
}

.banner-title::after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ff0000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
}

.banner-title.music::after {
    width: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.music-title:hover .banner-title.music::after {
    width: 100%;
}

.banner-title .sub-title {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    opacity: .2;
}
.banner-title.music .sub-title {
	top: -40px;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.bg-overlay {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.menu-item {
    position: relative;
    display: block;
}

.menu-item .title {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.menu-item:hover .title{
	font-size: 3rem;
	bottom: -10px;
}
.menu-item .title span {
    position: relative;
    padding: 0 8px;
}

.menu-item .title span::after {
    content: "";
    width: 0;
    height: 4px;
    background-color: #ff0000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.menu-item:hover .title span::after {
    width: 100%;
}


.footer .menu-item.about .title span {
    padding: 0;
}

.menu-item .about-title {
    position: absolute;
    width: 100%;
    bottom: 0px;
    display: block;
    text-align: center;
    font-size: 6rem;
    font-weight: 700;
    opacity: 0;
    font-family: 'HelveticaNeuBold', sans-serif;
	transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.menu-item:hover .about-title{
	opacity: .2;
}
.footer .menu-item .about-title {
    bottom: -50px;
    left: -100px;
}

.footer .menu-item.about .title {
    bottom: -50px;
    left: 70px;
}
.modal-scrollable{
	height:400px;
	overflow-y:auto;
	font-size:18px;
}
.video-section {
    height: 670px;
    position: relative;
}

.video-section .video-bg {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

.play-btn {
    width: 150px;
    height: 150px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: auto;
    border: 2px solid #ff0000;
}


/* triangle */

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 50px solid rgb(255, 0, 0);
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.testimonial-item .name {
    position: relative;
    display: inline-block;
}

.testimonial-item .name::after {
    content: "";
    height: 2px;
    width: 30px;
    position: absolute;
    left: -38px;
    top: 50%;
    background-color: #ff0000;
    z-index: 1;
}

.member-item,
.member-item-2 {
    position: relative;
}

.member-item img,
.member-item-2 img {
    position: relative;
    z-index: -1;
}

.member-item-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-item::after,
.member-item-2::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.22);
    position: absolute;
    left: 0;
    top: 0;
}

.member-item .member-title,
.member-item-2 .member-title {
    z-index: 2;
    position: absolute;
    display: block;
    line-height: 1px;
    right: -194px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.member-item-2 .member-title {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.member-item .member-title .overlay-title {
    position: absolute;
    top: -37px;
    font-family: 'HelveticaNeuBold', sans-serif;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -1;
    opacity: .2;
}

.member-item:hover small {
    color: #ff0000;
}

.img-fit {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.landing-wrapper {
    width: 100%;
    height: 100vh;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.landing-inner-content {
    background-color: #000000;
    width: 3092px;
    height: 1545px;
    position: relative;
}

.landing-inner-content.start {
    top: 0%;
    left: 0%;
}

.slide {
    display: block;
    position: absolute;
    left: 50%;
}

.slide img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.slide:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.one {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.video-1 {
    width: 237px;
    height: 153px;
    position: absolute;
    left: 14%;
    top: 16%;
}

.video-2 {
    width: 499px;
    height: 271px;
    left: 670px;
    top: 8.5%;
}

.video-3 {
    width: 533px;
    height: 481px;
    left: 52.77%;
    top: 6%;
}

.video-4 {
    width: 154px;
    height: 148px;
    left: 70%;
    top: 6%;
}

.video-5 {
    width: 211px;
    height: 300px;
    left: 75%;
    top: 0;
}

.video-6 {
    width: 544px;
    height: 332px;
    left: 82%;
    top: 6%;
}

.video-7 {
    width: 670px;
    height: 356px;
    left: 0%;
    top: 26%;
}

.video-8 {
    width: 190px;
    height: 271px;
    top: 26%;
    left: 21.66%;
}

.video-9 {
    width: 74px;
    height: 97px;
    top: 840px;
    left: 1095px;
}

.video-10 {
    width: 337px;
    height: 230px;
    left: 38%;
    top: 26%;
}

.video-11 {
    width: 226px;
    height: 322px;
    left: 92.33%;
    top: 27%;
}

.video-12 {
    width: 247px;
    height: 186px;
    top: 48%;
    left: 58%;
}

.video-13 {
    width: 201px;
    height: 287px;
    top: 50%;
    left: 32%;
}

.video-14 {
    width: 281px;
    height: 174px;
    top: 57.9%;
    left: 38.55%;
}

.video-15 {
    width: 184px;
    height: 123px;
    top: 60%;
    left: 52%;
}

.video-16 {
    width: 371px;
    height: 243px;
    top: 56%;
    left: 66%;
}

.video-17 {
    width: 669px;
    height: 199px;
    top: 69%;
    left: 10.3%;
}

.video-18 {
    width: 391px;
    height: 246px;
    top: 69%;
    left: 32%;
}

.video-19 {
    width: 430px;
    height: 243px;
    top: 68%;
    left: 52%;
}

.video-20 {
    width: 580px;
    height: 392px;
    top: 72%;
    left: 66%;
}

.video-21 {
    width: 176px;
    height: 141px;
    bottom: 0;
    left: 26.22%;
}

.video-22 {
    width: 185px;
    height: 216px;
    bottom: 0;
    left: 32%;
}
/* Woocommerce */
.woocommerce .page-title{
	display:none;
}
.cart-contents{
	float:right;
	position:relative;
	display:inline-block;
}
.cart-contents-count{
	font-size:10px;
	font-weight:400;
	background:#ff0000;
	border-radius:50%;
	width:16px;
	height:16px;
	line-height:16px;
	display:inline-block;
	text-align:center;
	position:absolute;
	top:0px;
	left:15px;
}
.woocommerce form .form-row{
	display:block;
}
.woocommerce form .form-row label{
	display:block;
	font-size:16px;
	line-height:normal;
}

input[type=text], 
input[type=email], 
input[type=password], 
input[type=search], 
input[type=number], 
input[type=url], 
input[type=tel], 
input[type=date], 
select, 
textarea {
	color:#fff;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 2px solid rgba(129,129,129,.5);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}
textarea {
    overflow: auto;
    padding: 10px 15px;
    min-height: 190px;
}
input:focus{
	outline:none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	font-size:1.5rem;
	padding:0px;
}
.woocommerce-product-details__short-description{
	font-family:Arial;
	font-size:1.25rem;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	background-color:#fff;
	font-size:1rem;
	border-radius:0px;
	-webkit-border-radius:0px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background:#ff0000;
	line-height:1.5;
	padding:.5rem 1rem;
}
.woocommerce div.product form.cart .button{
	margin-left:10px;
	border:1px solid #ff0000;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus{
	background:transparent;
	border:1px solid #fff;
}
.woocommerce .plus,
.woocommerce .minus{
	font-size:1.25rem;
	background:#fff;
	color:#000;
	float:left;
	border:none;
	width:36px;
	height:42px;
	outline:none;
}
.woocommerce div.quantity,.woocommerce div.product form.cart div.quantity{
	margin-right:0px;
	float: left;
}
.woocommerce .quantity .qty{
	background:transparent;
	color:#fff;
	border:1px solid #fff;
    appearance: none;
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product div.product form.cart .quantity {
	float: none;
	margin: 0;
	display: inline-block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background-color:transparent
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background-color:#fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	background-color:transparent;
	color:#fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color:#000;
}
.woocommerce div.product .woocommerce-tabs .panel{
	font-size:1.25rem;
}
.woocommerce-message,.woocommerce-info{
	font-size:16px;
	padding-left:40px;
}
.notice {
	padding:5px;
}
.notice a{
	font-weight:700;
	text-decoration:underline;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	top:15px;
	left:15px;
}
.woocommerce-info a{
	color:#000;
}
/* Cart Page */
.woocommerce table.table th{
	color:#fff;
	font-size:20px;
	border-top:1px solid rgba(129,129,129,.5);
	border-bottom:2px solid rgba(129,129,129,.5);
}
.cart_item{
	font-size:18px;
	color:#fff;
}
.product-name{
	font-size:18px;
}
.woocommerce a.remove{
	font-size:20px;
}
.coupon label{
	display:none;
}
.coupon .form-control{
	display:inline-block;
	width:200px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width:33.3333%;
}
.cart-totals-section{
	padding: 25px;
    border: 2px solid rgba(129,129,129,.5);
}
table{
	border:none;
    margin-bottom: 35px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.4;
}
table tbody th, table tfoot th {
    border-bottom: 1px solid rgba(129,129,129,.5);
    text-transform: none;
    font-size: 16px;
}
table td {
    padding: 15px 12px;
    border: none;
    border-bottom: 1px solid rgba(129,129,129,.5);
    text-align: left;
    font-weight: inherit;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
    text-align: right;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	font-weight:400;
}
.cart-totals-section table tr:last-child td, .cart-totals-section table tr:last-child th {
    border-bottom: none;
}
/* Checkout Page */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	position: relative;
    margin-bottom: 30px;
    padding: 30px;
    max-width: 470px;
    border: 2px solid rgba(129,129,129,.5);
	border-radius:0px;
}
body .select2-container--default {
    min-height: 42px;
}

body .select2-container--default .select2-selection--single {
    padding: 0 15px;
    height: 42px;
    text-align: left;
    font-size: 14px;
    line-height: 38px;
}
body .select2-container--default .select2-selection {
    border: 2px solid rgba(129,129,129,.5);
    border-radius: 0;
    background-color: transparent;
    transition: border-color .4s ease;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: inline;
    padding-right: 0!important;
    padding-left: 0!important;
    color: #777;
    line-height: 1.4;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 10px!important;
    background-position: right 1px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow, select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
}
body .select2-container--default.select2-container--focus,body .select2-container--default.select2-container--below,
body .select2-container--default .selection{
	outline:none;
}
.select2-container--default .select2-selection:focus{
	outline:none;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
body .select2-container--default .select2-dropdown {
    border-width: 2px;
    border-color: rgba(129,129,129,.5);
    border-radius: 0;
    background-color: #000;
}
body .select2-container--default .select2-search--dropdown {
    position: relative;
    padding: 18px;
    border-bottom: 2px solid rgba(129,129,129,.5);
    background-color: #000;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 15px;
    height: 42px;
    border: 2px solid rgba(129,129,129,.5);
    background-color: #000;
    background-image: none;
    color: #777;
}
body .select2-container--default .select2-search--dropdown:after {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -9px;
    color: #8C8C8C;
    font-size: 18px;
    line-height: 18px;
    content: "\f130";
    font-family: woodmart-font;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
body .select2-container--default .select2-results__option {
	font-size:18px;
    padding: 10px 18px;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #ff0000;
}
.checkout-order-review, .woocommerce-order-pay .entry-content>.woocommerce {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #F8F8F8;
}
.checkout-order-container{
	overflow-x: auto;
    margin-bottom: 20px;
    padding: 5px 15px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0;
    padding: 0 15px;    
	width: auto;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
	border:none;
    margin-bottom: 35px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.4;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
    max-width: 50%;
    width: 50%;
}
.woocommerce-checkout-review-order-table th.product-name,
.woocommerce-checkout-review-order-table td.product-name {
	font-size:18px;
	text-align: left;
	color:#000;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	font-size:18px;
	font-weight:400;
	color:#000;
    padding: 15px 12px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    font-weight: inherit;
}
.woocommerce-checkout-review-order-table tr th.product-name{
	font-weight:400;
}
.woocommerce-checkout-review-order-table tr td:last-child, .woocommerce-checkout-review-order-table tr th:last-child {
    text-align: right;
	font-weight:400;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text:not(:last-child) {
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.woocommerce-terms-and-conditions {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
.woocommerce-form__label {
    cursor: pointer;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background:transparent;
	border-radius:0px;
	-webkit-border-radius:0px;
}
.woocommerce-privacy-policy-text{
	font-size:16px;
	color:#000;
}
.payment_methods li>label {
	display:inline-block;
    font-size:14px;
	color:#000;
	margin-bottom:0px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
	padding:10px;
	margin-top:10px;
	font-size:16px;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	border-width:.5em;
	top:0;
}

.footer-links {
    list-style: none;
    margin: auto;
    padding: 0;
    display: inline-flex;
}

.footer-links li a,
.footer-socials a {
    color: #000000;
    padding: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.footer-links li a {
    padding: 5px 15px;
}

.footer-links li a:hover,
.footer-socials a:hover {
    color: #ff0000 !important;
}

.footer-socials a i {
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    display: block;
    border: 1px solid #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer-socials a:hover i {
    border-color: #ff0000;
}

@media(max-width:1199px) {}

@media(max-width:991px) {
    .scroll-down {
        left: 50px;
    }
    .footer .menu-item.about .title {
        font-size: 2.6rem;
        left: 91px;
        text-align: left;
    }
    .footer .menu-item .about-title {
        bottom: -30px;
        left: -40px;
        font-size: 4rem;
    }
    .display-4 {
        font-size: 2.5rem;
    }
	.footer-socials.border-left {
        border: 0 !important;
    }
}

@media(max-width:767px) {
    body {
        font-size: 18px;
    }
	.main-menu .inner-menu .menu-nav li a{
		font-size: 2rem;
		margin-bottom: 5px;
	}
    .menu-item .title {
        font-size: 2.5rem;
    }
    .menu-item.about .title {
        bottom: -40px;
        font-size: 2rem;
    }
    .menu-item .about-title {
        bottom: -30px;
        font-size: 3.2rem;
    }
    .member-item .member-title,
    .member-item-2 .member-title {
        z-index: 2;
        position: relative;
        display: block;
        line-height: 15px;
        right: auto;
        top: -20px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .member-item .member-title .display-4,
    .member-item-2 .member-title .display-4 {
        font-size: 2rem;
    }
    .member-item .member-title .display-3,
    .member-item-2 .member-title .display-3 {
        font-size: 2.5rem;
    }
    .member-item .member-title .overlay-title {
        top: -16px;
    }
    .banner-title .sub-title {
        top: -20px;
    }
    .banner-title .display-2 {
        font-size: 3.5rem;
    }
    .page-banner .page-inner-box {
        top: 60%;
    }
    .footer .menu-item.about .title {
        font-size: 2.6rem;
        bottom: 0;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .menu-item.about .title span {
        padding: 0;
    }
    .footer .menu-item .about-title {
        bottom: -20px;
        left: 0;
        font-size: 4rem;
    }
    .h-100 {
        height: auto !important;
    }
	.footer-links {
        display: block;
    }
    .footer-links li {
        display: block;
        width: 50%;
        float: left;
    }
    .footer-socials.border-left {
        text-align: center;
        display: block !important;
    }
    .footer-socials.border-left a {
        display: inline-block;
    }
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product
	.woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
		font-size: 1rem;	
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
		float: none;
	}
}

@media(max-width:639px) {}

@media(max-width:480px) {}

@media(max-width:360px) {}