@media (min-width: 1800px) {

	.container {

		width: 1550px;

	}

}

body {

	padding: 0px;

	margin: 0px;

	font-family: Proxima-Nova-Regular;

}

@font-face {

	font-family: Proxima-Nova-Regular;

	src: url(../fonts/Proxima-Nova-Alt-Regular.otf);

}

@font-face {

	font-family: Proxima-Nova-Regular;

	src: url(../fonts/Proxima-Nova-Alt-Regular.otf);

}

@font-face {

	font-family: Proxima-Nova-Alt-Bold;

	src: url(../fonts/Proxima-Nova-Alt-Bold.otf);

}



@font-face {

	font-family: Poppins-Regular;

	src: url(../fonts/Poppins-Regular.otf);

}

@font-face {

	font-family: Poppins-Medium;

	src: url(../fonts/Poppins-Medium.otf);

}



@font-face {

	font-family: Poppins-SemiBold;

	src: url(../fonts/Poppins-SemiBold.otf);

}

@font-face {

	font-family: Poppins-Light;

	src: url(../fonts/Poppins-Light.otf);

}



@font-face {

	font-family: Dancing-Script;

	src: url(../fonts/Dancing-Script.ttf);

}

@font-face {

	font-family: Bothefim;

	src: url(../fonts/Bothefim.ttf);

}

@font-face {

	font-family: Lato-Regular;

	src: url(../fonts/Lato-Regular.ttf);

}

h1,

h2,

h3,

h4,

h5,

h6 {

	font-family: Poppins-Medium;

	margin: 0px;

	padding: 0px;

}

p {

	font-family: Proxima-Nova-Regular;

	font-size: 16px;

	line-height: 30px;

	letter-spacing: 0.6px;

	margin: 0px 0px 20px 0px;

}

ul {

	margin: 0px;

	padding: 0px;

	list-style-type: none;

}

img {

	width: 100%;

	outline: none;

}

a {

	text-decoration: none;

}

a:focus,

a:hover {

	color: #fff;

	text-decoration: none;

}

:focus {

	outline: none;

}

input,

select,

textarea {

	font-family: Lato-Regular;

	font-size: 16px;

	color: #e6e6e6;

	width: 100%;

	height: 50px;

	background: rgba(0, 0, 0, 0.47);

	border: 1px solid #9e9e9e;

	padding: 0px 12px;

	border-radius: 5px;

}
 input[type=checkbox] {
         position: relative;
	       cursor: pointer;
    }
    input[type=checkbox]:before {
         content: "";
         display: block;
         position: absolute;
         width: 16px;
         height: 16px;
         top: 0;
         left: 0;
         border: 2px solid #555555;
         border-radius: 3px;
         background-color:#363636;
}
input[type=checkbox]:checked:after {
         content: "";
         display: block;
         width: 5px;
         height: 10px;
         border: solid #fff;
         border-width: 0 2px 2px 0;
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         position: absolute;
         top: 2px;
         left: 6px;
}
button.button:disabled[disabled] {
    background: none;
    border: 2px solid #8c8c8c !important;
}

b, strong
{ font-family: Proxima-Nova-Alt-Bold;
}
label {
        font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: normal !important;
    margin-bottom: 10px;
}


.sub-container {

	padding: 0% 8%;

}

.body-big-size {

	font-size: 17px;

}

.black-color {

	color: #000000;

}

.black-bg {

	background: #000000;

}

.black-light-color {

	color: #111111;

}

.black-light-bg {

	background: #111111;

}

.gray-color {

	color: #f2f2f2;

}

.gray-bg {

	background: #999999;

}
.gray-dark-bg
{
	background:#3e3e3e;
}
.white-color {

	color: #ffffff;

}

.white-bg {

	background: #ffffff;

}

.title-box {

	margin-bottom: 70px;

}


.title-text {

	font-family: Dancing-Script;

	font-size: 55px;

}
.title-mini {

	font-size: 47px;

}
.title-small {

	font-size: 51px;

}
.title-big {

	font-size: 60px;

}
.title-space-small
{
	margin-bottom:30px;
}

.title-separator {

	position: relative;

	display: inline-block;
	margin-left: -90px;

}

.title-separator:after {

	content: "";

	background: url(../images/title-separator.png);

	background-size: contain;

	background-repeat: no-repeat;

	width: 140px;

	height: 130px;

	position: absolute;

	right: -106px;

	top: 0px;

}

.button {

	font-family: Poppins-Medium;

	font-size: 17px;

	text-align: center;

	line-height: 60px;

	width: 250px;

	height: 60px;

	display: inline-block;

	border-radius: 60px;

	border: none;

}

.button:hover {

	background: #fff;

	color: #000;

	border-color: #fff;

}
.button.white-bg.black-color:hover {
    background: #dedede;
 }

.button.button-border {

	border: 1px solid;

}

.button i {

	margin-right: 10px;

}

.button-border-bg {
        font-family: Poppins-SemiBold;
    font-size: 18px;
    border: 3px solid #fff;
    background: #363636;
    color: #fff;
    text-transform: uppercase;
    line-height: 41px;
    height: 65px;
}


.empty-space {

	padding: 100px 0px;

}

.empty-space-top {

	padding-top: 100px;

}

.empty-space-bottom {

	padding-bottom: 100px;

}

.banner-img img {
    height: 100vh;
    object-fit: cover;
}
.banner-img-box {
    position: relative;
}
.banner-info
{
	text-align: center;
	padding: 40px 0px;
}
.banner-info h1
{ 	font-family: Bothefim;
 font-size: 110px;
 line-height: 110px;
 margin-top: 15px;

}
.banner-info h2
{ 	font-family: Poppins-Regular;
	font-size: 43px;
	line-height: 51px;
	font-weight: normal;
	text-transform: uppercase;
}
.overflow-x
{ overflow-x: hidden;
}



.woocommerce-account .my-account-banner-pages {
    display: block;
}

.logged-in.woocommerce-account .my-account-banner-pages {
    display: none;
}
.logged-in.woocommerce-account .dashboard-banner {
    display: block;
}
.dashboard-banner {
    display: none;
}



 
.logged-in.woocommerce-orders .dashboard-banner {
    display: none;
}
.woocommerce-orders .orders-banner {
    display: block;
}

.logged-in.woocommerce-downloads .dashboard-banner {
    display: none;
}
.woocommerce-downloads .downloads-banner {
    display: block;
}


.logged-in.woocommerce-edit-address .dashboard-banner {
    display: none;
}
.woocommerce-edit-address .my-address-banner {
    display: block;
}


.logged-in.woocommerce-edit-account .dashboard-banner {
    display: none;
}
.woocommerce-edit-account .account-details-banner {
    display: block;
}


.my-account-banner {
    display: none;
}

/********** Page Loader **********/

#preloader {

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background-color: rgba(0, 0, 0, 0.81);

	z-index: 99999;

	display: flex;

	justify-content: center;

	align-items: center;

}

#status {

	background: url(../images/preloader.png);

	background-repeat: no-repeat;

	background-position: center;

	width: 150px;

	height: 150px;

	padding: 20px;

	-webkit-animation: rotation 2s infinite linear;

}

@-webkit-keyframes rotation {

	from {

		-webkit-transform: rotate(0deg);

	}

	to {

		-webkit-transform: rotate(359deg);

	}

}

/********** Back To Top **********/
.back-to-top {
       cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    border-radius: 1px;
}
.back-to-top:hover
{
	background:#a0a0a0;
	color: #fff;
}

/********************************* Start Of Header Css***************************************/

header {

	position: fixed;

	top: 0px;

	left: 0px;

	right: 0px;

	z-index: 9999;

	background:rgba(0, 0, 0, 0.65);

}

.mobile-menu {

	display: none;

}

.toggle {

	font-size: 25px;

	color: #fff;

	border: none;

	background: none;

	margin-top: 10px;

}

.header-box {

	display: flex;

	align-items: center;

}

.logo img {

	margin-bottom: -25px;

	border: 5px solid hsla(0, 0%, 100%, 0.7215686274509804);

	border-top: none;

}
.nav-box {
    display: inline-block;
}
.header-manu .social-media {
    display: inline-block;
    margin-left: -21px;
}
.header-manu {

	padding: 22px 0px;

	text-align: right;

}

.header-manu ul li {
padding: 0px 15px;
	display: inline-block;

}

.header-manu ul li a {

	font-size: 17px;

	color: #fff;
	position: relative;
	text-transform: uppercase;

}
.nav-box ul li a:hover {
    color: #cccaca;
}
.current-menu-item a:before {
        content: "";
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    top: -12px;
    background: url(../images/menu-hover.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.nav-box ul li:last-child a
{     font-family: Poppins-Medium;
    font-size: 17px;
    text-align: center;
    line-height: 60px;
    width: 250px;
    height: 60px;
        padding: 0px 11px;
    display: inline-block;
    border-radius: 60px;
        border: 1px solid;
}
.nav-box ul li:last-child a:hover
{ background:#fff; color: #000; 	
}

.nav-box ul li:last-child a:before {
    display: none;
}



.social-media ul li {

	display: inline-block;

	margin: 0px 3px;

}

.social-media ul li a {

	width: 60px;

	height: 60px;

	border-radius: 100%;

	border: 1px solid #fff;

	color: #fff;

	line-height: 60px;

	text-align: center;

	display: block;
	 transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;

}
.social-media ul li a:hover
{ background:#fff;
	color: #000;
  transition:All 1s ease-in-out;
-webkit-transition:All 1s ease-in-out;
-moz-transition:All 1s ease-in-out;
-o-transition:All 1s ease-in-out;
transform: rotate(365deg);
-webkit-transform: rotate(365deg);
-moz-transform: rotate(365deg);
-o-transform: rotate(365deg);
-ms-transform: rotate(365deg);	
}
/********************************* End Of Header Css***************************************/


/********************************* Start Of Home Pages Css***************************************/

.slider-main
{
	position: relative;
}
.slider {

	margin-bottom: -8px;

}

.slider .slick-slide img {

	height: 100vh;

	object-fit: cover;

	object-position:center bottom;

}


.arrow {
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.arrow.bounce a {
    font-size:32px;
    color: #fff;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-10px);
  }
}


.welcome-info h4 {

	font-size: 22px;

	margin-bottom: 10px;

}

.welcome-info .title-text {
  	margin-bottom: 25px;

}

.welcome-info .button {

	margin-top: 10px;

}

.services-bg {

	background: url(../images/services-bg.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: left bottom;

	background-attachment: fixed;

}

.services-box {

	float: left;

	width: 18%;

	margin: 0px 10px;

	position: relative;

	transition: all .2s ease-in-out;

	-webkit-transition: all .2s ease-in-out;

	

}

.services-img img {

	width: 100%;

	height: 360px;

	object-fit: cover;

	object-position: center center;

}

.services-info {

	position: absolute;

	left: 0px;

	right: 0px;

	bottom: 32px;

	background: rgba(0, 0, 0, 0.72);

	padding: 10px;

	text-align: center;

}

.services-info h5 {

	font-family: Poppins-SemiBold;

	font-size: 18px;

	line-height: 28px;

	color: #fff;

	letter-spacing: 2px;

}

.services-img img {

	transition: all .2s ease-in-out;

	-webkit-transition: all .2s ease-in-out;

}

.services-box:hover{

	transform: scale(1.1);

	-webkit-transform: scale(1.1);

	transition: all .2s ease-in-out;

	-webkit-transition: all .2s ease-in-out;

}

.services-box:hover .services-info {

	background: rgba(255, 255, 255, 0.6);

	transition: all .2s ease-in-out;

	-webkit-transition: all .2s ease-in-out;

}

.services-box:hover .services-info h5 {

	font-size: 24px;

	color: #000;

	transition: all .2s ease-in-out;

	-webkit-transition: all .2s ease-in-out;

}



.gallery-filter ul li {

	display: inline-block;

	padding: 0px 30px;

}

.gallery-filter ul li a {

	font-family: Poppins-Medium;

	font-size: 16px;

	color: #999999;

	text-transform: uppercase;

	border-bottom: 3px solid transparent;

	cursor: pointer;

}

.gallery-filter ul .active a {

	color: #ffffff;

	border-color: #fff;

}

.gallery-filter {

	text-align: center;

	margin-bottom: 40px;

}

.gallery-masonry .gallery-box {

	column-count: 3;

	column-gap: 0;

}

.gallery-masonry .gallery-item {

	break-inside: avoid;

	padding: 15px;

}

.gallery-masonry .gallery-box div:nth-child(1) img {
    width: 100%;
    height: 278px;
    object-fit: cover;
}
.gallery-masonry .gallery-box div:nth-child(2) img {
    width: 100%;
    height: 224px;
    object-fit: cover;
}
.gallery-masonry .gallery-box div:nth-child(3) img {
    width: 100%;
    height: 424px;
    object-fit: cover;
}
.gallery-masonry .gallery-box div:nth-child(4) img {
    width: 100%;
    height: 224px;
    object-fit: cover;
}

.gallery-masonry .gallery-box div:nth-child(5) img {
    width: 100%;
    height: 424px;
    object-fit: cover;
}

.gallery-masonry .gallery-box div:nth-child(6) img {
    width: 100%;
    height: 278px;
    object-fit: cover;
}

.gallery-masonry .gallery-box div:nth-child(7) img {
    width: 100%;
    height: 424px;
    object-fit: cover;
}

.gallery-masonry .gallery-box div:nth-child(8) img {
    width: 100%;
    height: 224px;
    object-fit: cover;
}


.gallery-masonry .gallery-box div:nth-child(9) img {
    width: 100%;
    height: 278px;
    object-fit: cover;
}
.gallery-masonry .gallery-pagination {
    display: none;
}

.gallery-item:hover img
{ transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
opacity: 0.5;
}

.gallery-button {

	text-align: center;

	margin-top: 50px;

}

.french-river {

	margin-bottom: -130px;

}

.french-river-slider-img img {

	border: 10px solid #fff;

}

.french-river-info {

	margin-bottom: 40px;

	display: block;

	clear: both;

	float: left;

	width: 100%;

}

.french-river-left {

	float: left;

	margin-bottom: 0px

}

.french-river-right {

	float: right;

}

.french-river-right h5 {

	font-size: 20px;

	letter-spacing: 1px;

	margin-bottom: 10px;

}

.french-river-right h6 {

	font-size: 19px;

	letter-spacing: 1px;

	text-transform: uppercase;

}

.french-river-right h6 span {

	font-family: Poppins-Regular;

}

.french-river-slider {

	clear: both;

	display: block;

	width: 100%;

}

.french-river-slider .slick-prev {

	left: -100px;

}

.french-river-slider .slick-next {

	right: -100px;

}

.instagram {

	padding-top: 200px;

}

.button-instagram {

	text-align: center;

	margin-top: 50px;

}

.instagram-img {

	padding: 2px;

}

.contact-bg {

	background: url(../images/contact-bg.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-position: left bottom;

	background-attachment: fixed;

}



.contact-form-fields {

	padding: 6px;

}

.contact-form-location-fields i {

	position: relative;

}

.contact-form-location-fields i {

	position: absolute;

	top: 6px;

	right: 8px;

	width: 50px;

	height: 50px;

	border-left: 1px solid #9e9e9e;

	display: block;

	font-size: 30px;

	text-align: center;

	line-height: 50px;

}

.contact-form-photography-for-fields select {

	-webkit-appearance: none;

}

.contact-form-photography-for-fields select option {
    background: #fff;
    border-radius: 5px;
}

.contact-form-photography-for-fields {

	position: relative;

}



.contact-form-photography-for-fields:after {

	content: "\f107";

	font-family: FontAwesome;

	position: absolute;

	top: 0px;

	right: 2px;

	width: 50px;

	height: 50px;

	border-left: 1px solid #9e9e9e;

	display: block;

	font-size: 30px;

	text-align: center;

	line-height: 50px;

}

.contact-form-photography-for-fields {

	margin-top: 12px;

}

.contact-form-textarea {

	padding-left: 6px;

	padding-top: 6px;

	padding-right: 6px;

}

.contact-form-textarea textarea {

	height: 113px;

	padding-top: 10px;

}

.contact-form-button {

	text-align: center;

	padding-top: 15px;

}
/********************************* End Of Home Pages Css***************************************/






/********************************* Start Of About Me Pages Css***************************************/


.about-me {
    padding: 60px 0px;
}
.aboutme-img
{ padding-right: 3%;
}
.aboutme-box {
        display: flex;
    align-items: center;
    border-bottom: 1px solid #212121;
    padding-bottom: 70px;
    margin-bottom: 1px;
}
.first-letter:first-letter
{ font-size: 25px;
}
.aboutme-icon {
       border-top: 1px solid #000000;
    padding-top: 80px;
}
.aboutme-icon-box h5 {
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 23px;
}
.aboutme-icon-box {
    text-align: center;
}
.aboutme-icon-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.aboutme-icon-box h5
{
	text-transform: uppercase;
	margin-top: 30px;
}

/********************************* End Of About Me Pages Css***************************************/



/********************************* Start Of Services Pages Css***************************************/


.services-page-top-info h5 {
    font-family: Poppins-Regular;
    font-size: 21px;
    line-height: 33px;
}
.services-page {
    padding: 20px;
    position: relative;
}
.services-page-img img
{
	width: 100%;
	height: 400px;
object-fit: cover;
object-position: center;
}
.services-page-info {
    position: absolute;
    left: 19px;
    right: 20px;
    bottom: 50px;
        background: rgba(255, 255, 255, 0.6);
    padding: 16px 0px;
    text-align: center;
}
.services-page-info h4
{font-family: Poppins-SemiBold;
    font-size: 25px;
    color: #000;
    letter-spacing: 1px;
}
.services-page-box div:nth-child(3) {
    width: 100%;
    object-fit: cover;
}


/********************************* End Of Services Pages Css***************************************/





/********************************* Start Of Gallery Pages Css***************************************/

.gallery-grid-box .gallery-item
{
	width: 33%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	padding:20px;
}
.gallery-grid-box .gallery-item img
{	height: 330px;
	    width: 100%;
    object-fit: cover;

}
.gallery-pagination {
    text-align: center;
    padding-top: 50px;
}
.gallery-pagination .pagination li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    vertical-align: middle;
}
.gallery-pagination .pagination li a {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #404040;
    text-align: center;
    border: 1px solid #404040;
    background: none;	
    border-radius: 100%;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0px;
}
.gallery-pagination .pagination li .current {
    background: #1e1e1e;
    color: #bbbbbb;
    box-shadow:0px 6px 10px 0px #0a0a0a;
    font-size: 20px;
    color: #404040;
    text-align: center;
    border: 1px solid #404040;
    border-radius: 100%;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0px;
}
.gallery-pagination .pagination li .prev {
    font-size: 38px;
       border: none;
}
.gallery-pagination .pagination li .next {
    font-size: 38px;
       border: none;
       color: #7b7b7b;
}
.gallery-pagination .pagination li .dots {
    background: none;
    border: none;
    color: #848484;
    padding: 0px;
    margin-top: 14px;
    font-size: 20px;
}


/********************************* End Of Gallery Pages Css***************************************/



/********************************* Start Of Contact Pages Css***************************************/
.contact-info {
    border-bottom: 1px solid #020202;
}

.contact-info-inner-box {
    width: 85%;
    margin: 50px auto 0px auto;
}

.contact-info-top h3 {
    font-family: Poppins-Regular;
    font-size: 27px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
}
.contact-info-box i {
  color: #fff;
    font-size: 20px;
    line-height: 60px;
   
     text-align: center;
    background: #000000;
     border-radius: 100%;
    width: 60px;
    height: 60px;
     border: 1px solid #464646;
    display: inline-block;
    vertical-align: middle;
}
.contact-info-box a {
    font-family: Poppins-Regular;
    font-size: 24px;
    color: #fff;
    line-height: 37px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
	    width: calc(100% - 80px);
}
.contact-instagram-box {
    border-top: 1px solid #212121;
    margin-top: 1px;
    padding-top: 80px;
}
.contact-instagram 
{
	margin-bottom: 30px;
}
/********************************* End Of Contact Pages Css***************************************/


.security {
    border-top: 1px solid #000000;
    outline: 1px solid #272727;
    padding: 25px 0px 15px 0px;
}
.security-info {
       margin: 0px auto;
    width: 77%;
    text-align: center
}
.security-inner-info h4 {
    font-size: 24px;
}
.security-img
{
	display: inline-block;
	vertical-align: middle;
}
.security-inner-info
{
	display: inline-block;
	vertical-align: middle;
}


.woocommerce-info
{
	       border-top-color: #363636;
    background: #fff;
    padding: 15px;
    margin-bottom: 33px;
}
.woocommerce-info::before {
    color: #363636;
    position: static;
}





.woocommerce-notices-wrapper .button {
       background: #111;
    color: #fff;
    margin-top: -7px;
    float: right;
}
.woocommerce-message {
      font-size: 18px;
    color: #000;
    text-transform: capitalize;
    background: #fff;
    padding: 20px 15px 15px 15px;
    margin-bottom: 30px;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 50px;
}
.woocommerce-coupon-text {
    color: #fff;
    margin-top: -20px;
    margin-bottom: 40px;
}
/********************************* Start Of My Account Pages Css***************************************/



.login-registe label
{ color: #e4e4e4;
}
.kcp-woocommerce-login-register label
{ color: #e4e4e4;
} 

.kcp-woocommerce-login {
    padding-right: 3%;
}
.kcp-woocommerce-register {
    padding-left: 3%;
}
.kcp-woocommerce-login-rememberme {
        float: right;
    margin-top: 30px;
}
.kcp-woocommerce-login-rememberme  span {
    display: inline-block;
    vertical-align: middle;
}

.kcp-woocommerce-login-rememberme-checkbox {
    width: 15px;
    display: inline-block;
    height: 15px;
    vertical-align: middle;
    margin: 0px !images;
}

.kcp-woocommerce-login-password a {
    font-family: Poppins-Medium;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    margin-top: 25px;
    display: inline-block;
}
.kcp-woocommerce-input
{
	    background-color: #fff;
    margin-bottom: 20px;
}
.required {
	color:#fff;
	font-weight:700;
	text-decoration:none;
	border: none !important;
	
}
.kcp-woocommerce-login-register .woocommerce-privacy-policy-text p {
    font-family: Poppins-Light;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}
.kcp-woocommerce-login-register .woocommerce-privacy-policy-text a {
    font-family: Poppins-Light;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}



.woocommerce-MyAccount-navigation {
    background: #2a2a2a;
    border: 1px solid #3e3e3e;
    border-radius: 5px;
    padding: 15px;
        float: right !important;
    width: 30% !important;
}
.woocommerce-MyAccount-navigation ul li a 
{margin:25px 0px; display: block;
}
.woocommerce-MyAccount-navigation ul li:first-child a {
    margin-top: 0px;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
    margin-bottom: 0px;
}
.woocommerce-MyAccount-navigation ul li a span {
       font-family: Poppins-Regular;
    font-size: 16px;
    color: #727272;
    display: inline-block;
    border: 1px dotted #5f5e5e;
    height: 50px;
        width: calc(100% - 60px);
    vertical-align: top;
    line-height: 50px;
    padding: 0px 15px;
    border-radius: 0px 5px 5px 0px;
    
}
.woocommerce-MyAccount-navigation ul .is-active a span {
    background: #4d4d4d;
    border-color: #fff;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li a:before {
    content: "";
    width: 50px;
    height: 50px;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    background-position: center center !important;
    display: inline-block;
    background: #000;
    vertical-align: middle;
    border-radius: 5px 0px 0px 5px;
    margin-right: 5px;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before
{
	background: url(../images/Dashboard.png) #4d4d4d;
	}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard.is-active a:before
{
	background: url(../images/Dashboard.png) #a2a2a2;
}


.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before
{
	background: url(../images/Orders.png) #4d4d4d;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders.is-active a:before
{
	background: url(../images/Orders.png) #a2a2a2;
}


.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a:before
{
	background: url(../images/Downloads.png) #4d4d4d;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads.is-active a:before
{
	background: url(../images/Downloads.png) #a2a2a2;
}


.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before
{
	background: url(../images/Address.png) #4d4d4d;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address.is-active a:before
{
	background: url(../images/Address.png) #a2a2a2;
}


.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before
{
	background: url(../images/Account-Details.png) #4d4d4d;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account.is-active a:before
{
	background: url(../images/Account-Details.png) #a2a2a2;
}


.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before
{
	background: url(../images/Logout.png) #4d4d4d;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout.is-active a:before
{
	background: url(../images/Logout.png) #a2a2a2;
}


.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 65%;
}

.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button.button {
    background: #2a2a2a;
    color: #fff;
    text-transform: capitalize;
}





/********************* Start Of My Account Orders Pages Css *************************/

.kcp-woocommerce-my-account-orders thead {
    background: #4a4949;
}

.kcp-woocommerce-my-account-orders thead tr th {
   font-family: Poppins-Medium;
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    padding: 20px;
    text-align: center;
}
.kcp-woocommerce-my-account-orders tbody {
    background: #fff;
}
.kcp-woocommerce-my-account-orders tbody tr td {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #616161;
        text-align: center;
        padding: 20px 0px;
}

.kcp-woocommerce-my-account-orders tbody tr .woocommerce-orders-table__cell-order-number a
{ font-family: Poppins-SemiBold;
	font-size: 18px;
    color: #181818;    

}
.kcp-woocommerce-my-account-orders tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button.button
{     font-family: Poppins-SemiBold;
    font-size: 17px;
    color: #303030;
    line-height: 38px;
    text-transform: capitalize;
    background: #ebebeb !important;
    border: 1px solid #dadada;
    width: 123px;
    height: 40px;
    margin: 0px auto;
}
.kcp-woocommerce-my-account-orders tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button.button:hover
{ background: #363636 !important; color: #fff;
}
.kcp-woocommerce-my-account-orders tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button.button.pay
{
	display: none;
}
.kcp-woocommerce-my-account-orders tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button.button.cancel
{
	display: none;
}
.kcp-woocommerce-my-account-orders-view-top p {
    background: #fff;
    padding: 16px;
}
.kcp-woocommerce-order-details .order-again a {
    margin-top: 50px;
    line-height: 58px;
}
.woocommerce-button.woocommerce-button--next.woocommerce-Button.woocommerce-Button--next.button {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    border: 3px solid #fff;
    background: #363636;
    color: #fff;
    text-transform: uppercase;
    line-height: 46px;
    height: 50px;
    margin-top: 50px;
}
/********************* End Of My Account Orders Pages Css *************************/



/********************* Start Of My Account Downloads Pages Css *************************/

.kcp-woocommerce-order-downloads thead {
    background: #4a4949;
}

.kcp-woocommerce-order-downloads thead tr th {
   font-family: Poppins-Medium;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 20px;
}
.kcp-woocommerce-order-downloads tbody {
    background: #fff;
}
.kcp-woocommerce-order-downloads tbody tr td
{
	border-top: 1px solid #ececec;
	 padding: 10px 20px;
}
.kcp-woocommerce-order-downloads tbody tr .download-product a {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #212021;
    font-weight: normal;
    text-align: center;
}

.kcp-woocommerce-order-downloads tbody tr .download-file a {
   text-align: center;
    color: #363636;
    height: 38px;
    width: 160px;
    line-height: 38px;
    border: 1px solid #363636;
}
.kcp-woocommerce-order-downloads tbody tr .download-file a:hover {
background:#363636; color: #fff;
}	


.pswp__caption__center {
    display: none;
}
.pswp
{
	z-index: 9999;
}
.cart-empty {
    color: #fff;
    float: left;
        margin-top: 8px;
}
.button.wc-backward {
    border: 1px solid #fff;
    float: right;
    color: #fff;
}
.button.wc-backward:hover
{ color: #000;
}
.woocommerce-MyAccount-content .kcp-woocommerce-order-downloads .download-expires {
    display: none;
}
.woocommerce-MyAccount-content .kcp-woocommerce-order-downloads .download-expires {
    display: none;
}
.download-size {
    float: left;
}
.download-file {
    float: right;
}
.download-size-title {
    float: left;
}
td.download-size {
    padding: 19px 20px !important;
}
.woocommerce-notices-wrapper .woocommerce-Button.button {
    background: #2a2a2a;
    color: #fff;
    text-transform: capitalize;
}
.woocommerce-error
{margin-bottom: 30px;
}

.woocommerce-error li{
    font-size: 20px;
    color: #fff;
}
.woocommerce-error li a
{      font-size: 25px;
    text-decoration: underline;
    color: #fff;
}
/********************* End Of My Account Downloads Pages Css *************************/





/********************* Start Of My Account Edit Address Pages Css *************************/

.kcp-woocommerce-account-address-top h5 {
    font-family: Poppins-Regular;	
    font-size: 19px;
    color: #fff;
    margin-bottom: 50px;
}

.kcp-woocommerce-my-account-edit-address-title
{     font-family: Poppins-Regular;
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.kcp-woocommerce-account-address-inner-info address {
    background: #fff;
    padding: 25px;
    border-radius: 0px 5px 5px 0px;
    width: calc(100% - 150px);
    display: inline-block;
    margin: 0px 10px;
    vertical-align: top;
}
.kcp-woocommerce-account-address-inner-info i {
    width: 70px;
    height: 70px;
    background: #a3a2a2;
    border: 8px solid #898989;
    color: #fff;
    text-align: center;
    line-height: 52px;
    font-size: 31px;
    border-radius: 6px 0px 0px 6px;
    display: inline-block;
}

.kcp-woocommerce-account-address-inner-info a {
    font-family: Poppins-Regular;
    font-size: 17px;
    color: #cacaca;
}
.kcp-woocommerce-my-account-edit-address-fields-box input
{     background-color: #fff;
    margin-bottom: 20px;
}

/********************* End Of My Account Edit Address Pages Css *************************/





/********************* Start Of My Account Account details Pages Css *************************/

.kcp-woocommerce-account-details-form {
    padding: 15px 0px;
}
.kcp-woocommerce-account-details-form em {
    margin-top: 20px;
    display: block;
    color: #b2b2b2;
}
.kcp-woocommerce-account-details-password-change {
    padding-top:50px;
    border-top: 1px solid #242424;
}
.kcp-woocommerce-account-details-form {
   padding-bottom:50px;
   border-bottom: 1px solid #000000;
}

.kcp-woocommerce-account-details-password-change .account-details-title {
    margin-bottom: 40px;
}
.kcp-woocommerce-account-details-button-box .woocommerce-Button.button {
    margin-top: 20px;
}

/********************* End Of My Account Account details Pages Css *************************/





.kcp-woocommerce-dashboard-top
{
	padding-bottom: 30px;
}
.kcp-woocommerce-dashboard-top h5
{
	font-family: Poppins-Regular;
	font-size: 19px;
	color: #e5e5e5;
	font-weight: normal;

}
.kcp-woocommerce-dashboard-top h5 a
{ color: #e5e5e5;
}
.kcp-woocommerce-dashboard-info-box {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
}
.kcp-woocommerce-dashboard-user-box {
    padding:0px 35px 40px 0px;
}
.kcp-woocommerce-dashboard-user-icon
{
	display: inline-block;
	vertical-align: middle;
}
.kcp-woocommerce-dashboard-user-icon i {
	font-size: 23px;
    color: #fff;
    text-align: center;
    line-height: 57px;
    width: 60px;
    height: 60px;
    border: 1px solid #757575;
    border-radius: 100%;
}
.kcp-woocommerce-dashboard-user-info
{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}
.kcp-woocommerce-dashboard-user-info h6 {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #e5e5e5;
	font-weight: normal;
}

.kcp-woocommerce-dashboard-user-info h3 {
	font-family: Poppins-Regular;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 8px;
}

.kcp-woocommerce-dashboard-account-balance
{
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #000;
	padding: 50px 0px;
}

.kcp-woocommerce-dashboard-account-balance-info h2
{
	font-family: Poppins-Regular;
	font-size: 45px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.kcp-woocommerce-dashboard-account-balance-info a
{
	font-family: Poppins-Regular;
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 30px;
	border-bottom:2px solid #888888;
	vertical-align: middle;
}
.kcp-woocommerce-dashboard-account-bottom
{
	border-top: 1px solid #2d2d2d;
	padding-top: 50px;
}
.kcp-woocommerce-dashboard-box .kcp-woocommerce-dashboard-account-bottom .button
{
	width: auto;
    padding: 0px 40px !important;
    display: inline-block !important;
    margin-right: 20px;
}



/********************************* End Of  My Account Pages Css***************************************/
















/********************************* Start Of My Cart Pagess Css***************************************/
.my-cart-details {
    display: flex;
}
.my-cart-form {
        width: 75%;
    float: left;
    margin-right: 22px;
    background: #fff;
}
.my-cart-totals {
    float: right;
    width:25%;
    margin-left:22px;
    background: #fff;
}
.my-cart-box h2 {
    font-family: Dancing-Script;
    font-size: 37px;
    color: #fff;
    margin-bottom: 30px;
}
.cart_totals h2 {
    margin-top: -70px;
}
.my-cart-totals .shipping {
    display: none;
}

.my-cart-box .cart-collaterals .cart_totals {
    width: 100%;
}
.my-cart-box .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-radius: 0px;
	border:none;
}
.kcp-woocommerce-cart thead tr th {
    font-family: Poppins-SemiBold;
    font-size: 17px;
    color: #555555;
    font-weight: normal;
    text-align: center;
    background: #d4d3d3;
    margin: 0px 5px;
    border-right: 4px solid #fff !important;
}
.my-cart-box .woocommerce table.shop_table thead tr th:first-child {
    background: #3e3e3e;
    color: #fff;
}
.kcp-woocommerce-cart {
    counter-reset: rowNumber;
}
.kcp-woocommerce-cart tbody tr {
    counter-increment: rowNumber;
}
.kcp-woocommerce-cart tbody tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
}
.kcp-woocommerce-cart tbody tr:last-child td:first-child::before
{ display: none;
}

.kcp-woocommerce-cart thead tr .product-remove
{ border: none;
}
.kcp-woocommerce-cart thead tr .product-thumbnail
{ border: none;
}
.kcp-woocommerce-cart thead tr .product-name {
    text-align: left;
    position: relative;
    text-indent: -155px;
}
.kcp-woocommerce-pc-button:hover
{
	background-color: #3e3e3e;
	color: #fff;
}

.my-cart-box .woocommerce table.shop_table thead tr th:last-child {
	background: #3e3e3e;
    color: #fff;
    border: none !important;
}
.my-cart-box .woocommerce table.shop_table .product-name a {
    font-family: Poppins-Medium;
    font-size: 15px;
    color: #3c3c3c;
    line-height: 27px;
}
.my-cart-box .woocommerce table.shop_table .product-price .woocommerce-Price-amount {
    font-family: Poppins-SemiBold;
    font-size: 18px;
	color: #3c3c3c;
}
.my-cart-box .woocommerce table.shop_table .product-subtotal .woocommerce-Price-amount {
    font-family: Poppins-SemiBold;
    font-size: 18px;
	color: #000;
}
.my-cart-box .woocommerce .quantity .qty {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    color: #3c3c3c;
    background: none;
    text-align: center;
    padding: 0px;
    box-shadow: inset 0 0 10px #bfbaba;
    -webkit-appearance: none;
    width: 85px;
    height: 38px;
    padding-left: 11px !important;
    margin: 0px auto;
    display: block;
    border: none;
}
.my-cart-box .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr:last-child td {
    padding-top: 139px;
    padding-bottom: 56px;
}
.my-cart-box .woocommerce-cart-form__contents .coupon .button {
    margin-left: -134px;
    font-size: 15px;
    height: 56px;
    line-height: 51px;
    width: 168px;
    box-shadow: none;
    border: none;
    z-index: 99;
    background: #111;
    position: relative;
    color: #fff;
}
.my-cart-box .woocommerce-cart-form__contents .coupon .button:hover {
    background: #000000;
    color: #fff;	
}
.my-cart-box .woocommerce-cart-form__contents .coupon input {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #767575;
    width: 300px !important;
    background: #ebebeb;
    border: 1px solid #bfbfbf !important;
    height: 55px;
    border-radius: 60px;
    float: none !important;
    padding: 0px 20px !important;
}
.my-cart-box .woocommerce-cart-form__contents .actions button {
    float: right !important;
}
.my-cart-box .woocommerce-cart-form__contents .actions button:hover {
	    background: #000000;
    color: #fff; 
}

.my-cart-box .woocommerce-shipping-totals.shipping {
    display: none;
}

.kcp-woocommerce-pc-button {
    margin: 0px 20px;
}


.my-cart-box .shop_table.shop_table_responsive tr th {
    font-family: Poppins-SemiBold;
    font-size: 17px;
    color: #363636;
	border: none !important;
	 padding: 15px;
}
.my-cart-box .cart_totals .shop_table.shop_table_responsive tr td {
       font-family: Poppins-SemiBold;
    font-size: 17px;
    color: #363636;
    border: none !important;
    padding: 15px;
	text-align: right;
}
.my-cart-box .shop_table.shop_table_responsive .order-total {
    background: #d4d3d3;
}
.my-cart-box .cart_totals .shop_table.shop_table_responsive {
    border: none;
}
.my-cart-top-info {
    padding-bottom: 60px;
}


.my-cart-box .woocommerce-message {
	font-family: Poppins-Medium;
    font-size: 18px;
    color: #fff;
    background: none;
    border: none;
    padding: 0px;
    margin-bottom: 60px;
}
.my-cart-box .woocommerce-message:before
{
	    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #282828;
    display: inline-block;
    position: static;
    border: 1px solid #898989;
    border-radius: 5px;
    text-align: center;
    margin-right: 5px;
}
.my-cart-box .woocommerce-message .button.wc-forward {
    border: 1px solid;
    background: none;
    width: 250px;
    line-height: 55px;
    text-transform: uppercase;
}
.my-cart-box .woocommerce-message .button.wc-forward:hover
{ background-color: #fff; color: #000;	
}

/********************************* End Of  My Cart Pagess Pages Css***************************************/












.col-2.checkout-right {
    display: none;
}
.col-1.checkout-form {
    width: 100% !important;
}
.billing-details-box .woocommerce-form-coupon-toggle .woocommerce-info {
        font-family: Poppins-Light;
    font-size: 17px;
    color: #5c5c5c;
    border: 1px solid #2b2b2b;
    background: #000;
    margin-left: 60px;
    padding: 12px;
    position: relative;
}
.billing-details-box .woocommerce-form-coupon-toggle .woocommerce-info a
{ color: #5c5c5c;
}

.billing-details-box .woocommerce-form-coupon-toggle .woocommerce-info::before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
     background: url(../images/Coupon-Icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -56px;
    top: 0px;
}
.billing-details-box input {
    background: #fff;
    margin-bottom: 30px;
}
.billing-details-box .woocommerce-terms-and-conditions-wrapper {
    float: left;
    width: 66%;
}
tr.table-space {
    display: block;
    padding: 10px;
}

.billing-details-box .woocommerce-billing-fields__field-wrapper .validate-phone {
    float: left;
    width: 47%;
    clear: left !important;
}
.billing-details-box .woocommerce-billing-fields__field-wrapper .validate-email {
    float: right;
    width: 47%;
    clear: right !important;
}
.billing-details-box .shop_table.woocommerce-checkout-review-order-table thead {
    background: #fff;
}
.billing-details-box .shop_table.woocommerce-checkout-review-order-table thead tr th {
    font-family: Poppins-SemiBold;
    font-size: 19px;
    color: #555555;
    font-weight: normal;
        padding: 25px;
        border: none;
            background: #ebebeb;
    
}
.billing-details-box .shop_table.woocommerce-checkout-review-order-table tbody .product-name {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #555555;
    padding:20px;
    border: none;
    background: #ebebeb;    
}
.billing-details-box .shop_table.woocommerce-checkout-review-order-table tbody tr:last-child .product-name {
    border-radius: 0px 0px 0px 10px;
}

.billing-details-box .shop_table.woocommerce-checkout-review-order-table tbody tr:last-child .product-total {
    border-radius: 0px 0px 10px 0px;
}

.billing-details-box .shop_table.woocommerce-checkout-review-order-table thead tr th:first-child {
   
    border-radius: 10px 0px 0px 0px;
}
.billing-details-box .shop_table.woocommerce-checkout-review-order-table thead tr th:last-child {
    border-collapse: separate;
    border-radius:0px 10px 0px 0px;
    text-align: right;
}

.billing-details-box .shop_table.woocommerce-checkout-review-order-table tbody .product-total {
    font-family: Poppins-Light;
    font-size: 18px;
        padding: 20px;
    color: #010101;
    text-align: right;
    border: none;
    background: #ebebeb; 
}
.billing-details-box .shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    font-family: Poppins-SemiBold;
    font-size: 19px;
    color: #555555;
    font-weight: normal;
    padding: 20px;
    background: #fff;
    border: none;
     border-collapse: separate;
    border-radius:10px 0px 0px 10px;
}
.billing-details-box .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    font-family: Poppins-Light;
    font-size: 18px;
    color: #000;
    text-align: right;
    background: #fff;
    border: none;
    padding: 20px;
      border-collapse: separate;
    border-radius:0px 10px 10px 0px;
}
.billing-details-box .woocommerce-shipping-totals.shipping {
    display: none;
}
.billing-details-box .woocommerce-checkout-payment {
    background: none !important;
}
.billing-details-box .payment_box.payment_method_ppec_paypal p {
    font-family: Poppins-Medium;
    font-size: 15px;
    color: #646464;
    letter-spacing: 0px;
}
.billing-details-box .payment_box.payment_method_ppec_paypal {
    padding: 30px !important;     background: #cbcbcb !important;
}
.billing-details-box .wc_payment_methods.payment_methods.methods {
    border: none !important;
}


.billing-details-box .woocommerce-privacy-policy-text p {
    font-family: Poppins-Light;
    font-size: 14px;
    color: #c2c2c2;
    line-height: 30px;
}
.billing-details-box .woocommerce-privacy-policy-text p a {
    color: #c2c2c2;
}
.billing-details-box div#woo_pp_ec_button_checkout {
    float: right;
    width: 34%;
}
.billing-details-box .paypal-button.paypal-button-number-0 {
    background: #000;
    font-family: Poppins-SemiBold;
    font-size: 18px;
    border-radius: 60px;
    color: #ffffff;
    background-color: #363636;
    border: 3px solid #fff;
    display: block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin: 0;
    height: 55px;
    width: 206px;
}
.billing-details-box .paypal-button.paypal-button-number-0:after {
    content: "Proceed To Paypal";
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 50px;
}
.billing-details-box .wc_payment_method.payment_method_paypal label {
    font-family: Poppins-SemiBold;
    font-size: 15px;
    color: #555555;
    line-height: 69px !important;
    width: 50%;
    background: #fff;
    border-radius: 6px;
    padding: 0px 10px;
}
.billing-details-box .wc_payment_method.payment_method_paypal label .about_paypal {
    font-family: Poppins-SemiBold;
    font-size: 14px !important;
    color: #555555;
    float: none !important;
    margin-left: 11px;
}
.billing-details-box .wc_payment_method.payment_method_paypal label img {
    width: 55%;
    max-height: 67px !important;
}

.billing-details-box .button.alt {
    width: 253px;
    text-transform: uppercase;
    position: relative;
}
.billing-details-box .button.alt :hover
{
	background-color:#fff; color: #000;
}
.billing-details-box .button.alt:before {
    content: "";
       width: 100px;
    height: 30px;
    position: absolute;
    left: -150px;
	background: url(../images/Proceed-To-Paypal-Arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #fff;
    border: 1px solid #474747;
    padding: 15px;
    background: #282828;
    border-radius: 5px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    justify-content: center;
    width: 100%;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #9f9f9f;
        border-left: 1px solid #000;
    border-right: 1px solid #1f1f1f;
    padding: 0px 20px;
    margin: 0px;
    width: 100%;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
    font-family: Poppins-SemiBold;
    font-size: 17px;
    color: #fff;
    margin-top: 5px;
}
.woocommerce ul.order_details li strong {
    font-family: Poppins-SemiBold;
    font-size: 17px;
    color: #fff;
    margin-top: 5px;
}
table
{
	width: 100%;
}
.showlogin {
    color: #000;
    text-decoration: underline;
}
.kcp-woocommerce-order-details {
    padding: 80px 0px;
}
.kcp-woocommerce-order-details-table thead tr th {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    color: #fff;
    background: #4a4949;
    padding: 15px;
}
.kcp-woocommerce-order-details-table thead tr th:last-child {
    text-align: right;
}
.kcp-woocommerce-order-details-table tbody tr td {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: e6e6e6;
    background: #fff;
    padding: 15px;
}
.kcp-woocommerce-order-details-table tbody tr td a {
    color: e6e6e6;
}
.kcp-woocommerce-order-details-table tfoot tr td {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: e6e6e6;
    background: #fff;
    padding: 15px;
    text-align: right;
}
.kcp-woocommerce-order-details-table tfoot tr th {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: e6e6e6;
    background: #fff;
    padding: 15px;
}
.kcp-woocommerce-order-details-table tfoot tr .amount
{
    font-family: Poppins-Medium;
    font-size: 16px;
    color: e6e6e6;
   display: block;
    text-align: right;
}
.kcp-woocommerce-order-details-table tfoot tr small
{ text-align: right; display: block;	
}
.kcp-woocommerce-order-details-table tbody tr .amount
{
    font-family: Poppins-Medium;
    font-size: 16px;
    color: e6e6e6;
   display: block;
    text-align: right;
}
.kcp-woocommerce-order-billing-address {
    display: flex;
}
.kcp-woocommerce-order-billing-address address {
       background: #ffffff;
    border-radius: 0px 10px 10px 0px;
    display: inline-block;
    margin-left: 4px;
    padding:12px;
    vertical-align: top;
    width: calc(100% - 100px);
}
.kcp-woocommerce-order-billing-address address span {
    font-family: Poppins-Medium;
    font-size: 18px;
    color: e6e6e6;
    text-transform: capitalize;
}
.kcp-woocommerce-order-billing-address address p {
   font-family: Poppins-Light;
    font-size: 17px;
    color: #4a4a4a;
    margin: 0px;
}
.kcp-woocommerce-order-billing-address i {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #a3a2a2;
    color: #fff;
    text-align: center;
    line-height: 63px;
    font-size: 27px;
    border: 9px solid #898989;
    border-radius: 5px 0px 0px 5px;
}




/********************************* Start Of Single Product Pagess Css***************************************/
.kcp-woocommerce-single-product .product_title.entry-title {
    font-family: Poppins-Medium;
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 30px;
}
.kcp-woocommerce-single-product .price {
       font-family: Poppins-SemiBold;
    font-size: 34px !important;
    color: #fff !important;
    margin: 43px 0px;
    clear: both;
}
.kcp-woocommerce-single-product .cart {
    float: left;
}
.kcp-woocommerce-single-product .quantity {
    display: none;
}
.kcp-woocommerce-single-product .wcppec-checkout-buttons {
    display: none;
}

.kcp-woocommerce-single-product-size-date {
    font-family: Poppins-Medium;
    font-size: 17px;
    color: #ffffff;
        margin: 25px 0px 50px 0px;
}
.kcp-woocommerce-single-product-size-date span {
    color: #939292;
    padding-right: 30px;
}
.kcp-woocommerce-single-product-size {
    float: left;
}
.kcp-woocommerce-single-product-date {
    float: right;
}

.kcp-woocommerce-single-product .posted_in {
    font-family: Poppins-Medium;
    font-size: 17px;
    color: #939292;
}
.kcp-woocommerce-single-product .posted_in a {
    color: #fff;
}
.kcp-woocommerce-single-product .single_add_to_cart_button.button.alt {
    height: 60px;
    border: none;
    background: #636363 !important;
    border-radius: 5px;
    color: #fff;	
}
.kcp-woocommerce-single-product .single_add_to_cart_button.button.alt:before {
    content: "\f07a";
    font-family: FontAwesome;
    margin-right: 5px;
}

.kcp-woocommerce-single-product-social-media-icon-box {
        float: left;
    padding-left: 15px;
}
.kcp-woocommerce-single-product-social-media-icon ul {
    border: 1px solid #636363;
    padding: 20px;
    border-radius: 5px;
}


.kcp-woocommerce-single-product-social-media-icon ul li {
   display: inline-block;
    margin: 0px 7px;
    font-family: Poppins-Light;
    font-size: 15px;
    color: #b0b0b0;
}
.kcp-woocommerce-single-product-social-media-icon ul li a
{ font-size: 18px;
	color: #fff;
}
.kcp-woocommerce-single-product-social-media-icon ul li a:hover {
    color: #00bfff;
}

.kcp-woocommerce-single-related-product {
       margin-top: 100px;
    border-top: 1px solid #272727;
    padding-top: 100px;
    box-shadow: 0 -5px 0px -4px #000000
}
.kcp-woocommerce-single-related-product .woocommerce-loop-product__title {
    display: none;
}
.kcp-woocommerce-single-related-product .button.product_type_simple {
    display: none;
}
.kcp-woocommerce-single-related-product .woocommerce-Price-amount.amount {
    display: none;
}
.kcp-woocommerce-single-related-product .button.product_type_grouped {
    display: none;
}
.kcp-woocommerce-single-related-product li img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
        border: 5px solid #464646;
        margin: 0px !important;
}
.kcp-woocommerce-single-related-product li
{    margin:30px 15px !important;
    width: 88% !important;
}
.kcp-woocommerce-single-related-product .slick-prev:before {
    background: url(../images/Related-left-arrow.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 70px;
    display: block;
}
.kcp-woocommerce-single-related-product .slick-next:before {
    background: url(../images/Related-right-arrow.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 70px;
    display: block;
}
.kcp-woocommerce-single-related-product .slick-next {
    right: -100px;
}
.kcp-woocommerce-single-related-product .slick-prev {
    left: -50px;
}
.kcp-woocommerce-single-product-tabs ul li a {
       background: #000;
    padding: 10px 34px 0px 24px;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}
.kcp-woocommerce-single-product-tabs-info {
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
    background: #000;
}
.kcp-woocommerce-single-product-tabs-info p {
    color: #bbb;
    margin: 0px;
}
.kcp-woocommerce-single-product-tabs-info a
{
	color: #000;
	font-weight: 600;
}
.kcp-woocommerce-single-product-tabs-info a:hover
{color: #000;
}
.woocommerce-product-gallery__trigger {
	     position: absolute;
    right: 31px;
    top: 19px;
    display: block;
    background: #ffffff;
    text-align: center;
    z-index: 99;
    font-size: 0px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
a.woocommerce-product-gallery__trigger:after {
       content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
    color: #000000;
    margin-top: 10px;
    display: block;
}
.woocommerce span.onsale {
         min-height: 50px;
    min-width: 65px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 55px;
    top: -12px;
    left: -21px;
    margin: 0;
    border-radius: 100%;
    background-color: #F8027D;
    color: #fff;
    font-size: 20px;
    z-index: 9;
}
.woocommerce ul.products li.product .onsale {
    top: -15px;
    right: auto;
    left: -12px;
    margin: -.5em -.5em 0 0;
}
/********************************* End Of  Single Product Pages Css***************************************/


/********************************* Start Of 404 Pagess Css***************************************/
.error-404.not-found {
    padding: 14%;
    text-align: center;
}
.error-404.not-found h5 {
    margin:15px 0px;
}
/********************************* End Of  404 Pages Css***************************************/



/********************************* Start Of Footer Css***************************************/

.footer-set {

	font-size: 18px;

	color: #ffffff;

}

.footer-left {

	border-right: 1px solid #fff;

}
.footer-logo {
    width: 300px;
    margin: 0px auto 10px auto;
}

.footer-right {

	border-left: 1px solid #fff;

}

.ftb-space {

	padding: 18px 0px;

}



.ftb-space i {

	margin:0px 10px;

}

.copyright-link a {

	color: #838383;

}

.payment {

	text-align: right;

}

.payment p {

	display: inline-block;

	vertical-align: middle;

}

.payment ul {

	display: inline-block;

	vertical-align: middle;

	padding-left: 20px;

}

.payment ul li {

	display: inline-block;

	color: #838383;

	vertical-align: middle;

}

.copy-right {

	background: #1d1d1d;

}

.copy-right-main {

	padding: 10px 0px;
	display: flex;
	align-items: center;

}

.copy-right-main p {

	color: #838383;

	margin: 0px;

}
/********************************* End Of Footer Css***************************************/
