@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('font-awesome.css');
body {
	padding: 0;
	margin: 0;
 	font-family: 'Open Sans', sans-serif; 
	font-weight: 400;
	background-color: #fff;
}
html,
body {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	color: #003747;
}

a:hover {
	text-decoration: none !important;
	cursor: pointer;
	color: #000;
}

a:focus {
	color: #003747;
	text-decoration: none;
	transition: all 1s ease;
}

*:focus {
	outline: none !important;
}

::-moz-selection {
	background-color: #78612e;
	color: #fff;
}

::selection {
	background-color: #78612e;
	color: #fff;
}
.container{margin:0 auto !important}


h1,h2,h3,h4,h5,h6{ 
	font-family: 'Lora', cursive; 
}
p{
	font-size:18px; color:#000000; line-height:30px;
}

ul{padding:0; margin:0; list-style:none}

.newsletter {
    display: flex; justify-content:center; margin-top:40px
}
.newsletter label{margin-bottom:0 ;}
.newsletter .wpcf7-form-control::placeholder{color:#000}
.newsletter .wpcf7-form label .wpcf7-form-control{height:50px}
.newsletter label .wpcf7-form-control {
    border: 1px solid #000;
    width: 100%;
    border-radius: 0px;
    height: 50px;
    padding: 2px 10px;
}



.newsletter 
.button,
.submit,
input.wpcf7-form-control.wpcf7-submit {
	background: #003747;
	color: #fff;
	font-size:18px;
	padding: 11px 20px;
	border-radius: 0px;
    font-weight:300;
	cursor: pointer;
	border:solid 1px #003747;
	transition:all .2s ease;
}
.newsletter .button:hover, .submit:hover, input.wpcf7-form-control.wpcf7-submit:hover{
	background:#fff !important; color:#003747 !important; border-color:#003747 !important;
} 
.top-header {
    background: #003747;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Lora';
    text-align: center;
    padding: 10px 0; z-index:99; position:relative
}

.header-section{padding: 20px 0;  z-index:99; background:transparent; position:relative;}
.header-section .row{align-items: center;}
.header-section .navbar-collapse ul li a{font-size: 18px; color: #003747;font-family: 'Lora'; font-weight: 700;} 
 .top-header  span.header-date img {
    margin-right: 10px;
    vertical-align: sub;
}
.top-header span.header-date {
    border-right: solid 4px #fff;
    margin-right: 10px;
    padding: 0 15px;
}

.header-section .header-right-part {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-section  .search-user-cart-rlt ul li{display:inline-block;   padding: 0 10px;}
.header-section  .search-user-cart-rlt ul li a{color:#003747; font-size: 26px;}
.header-section .cart-shopping span {
    position: absolute;
    font-size: 11px;
    background: #003747;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 16px;
}

/* footer */
.footer-section {
    padding: 90px 0px 50px;
    border-top: 1px solid #ccc;
}
.footer-section .menu-title{color:#000000;font-family:'Lora'; margin-bottom:30px; font-size:18px; font-weight:600	}
.footer-section .footer-menu ul li a{    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 5px 0px 5px 20px;	transition:all .2s ease;}

.footer-section .footer-menu ul li a:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '>';
    color: #000000;
    font-size: 16px;	transition:all .2s ease;
}
.footer-section .footer-menu ul li a:hover:before{
	  left: 3px;
}
.footer-section .footer-menu ul li a:hover,.footer-section .footer-menu ul li a:hover:before{
	color:#78612e;
}
.footer-section  .footer-contact p{
	font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    position: relative;
    display: block;	transition:all .2s ease;    padding-left: 23px;
}
.footer-section  .footer-contact .fa{color:#003747; margin-right:10px;   font-size: 24px;    position: absolute;
    left: 0;
    top: 0;}

.footer-section .footer-logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
}
.footer-section .footer-social{text-align:center;}
.footer-section .footer-social a img {
    margin: 0 15px;
}

.copyright {
    background: #003747;
     padding: 15px 0;
    text-align: center;
}
.copyright p {
    margin: 0px;  color: #fff;
    font-size: 18px; 

}

.top-border-title {
    position: relative;
    padding-top: 50px;
}
.top-border-title:before {
    top: 0;
    width: 180px;
    content: '';
    left: 0;
    right: 0;
    height: 26px;
    position: absolute;
    background: #78612e;
    margin: auto;
}


.top-border-title.left-border:before{    right: auto;}
.top-border-title.left-vertical-border{
	 padding-top:0px;
	padding-left:50px;
}
.top-border-title.left-vertical-border:before{
	  height: 100%;width:23px;   right: unset;
}

.our-collection .wpcu-product .wpcu-product__img{
	   width: 100%;
    max-width: 40%;
    margin: auto;
}
.our-collection{position:relative; overflow:hidden;}
.our-collection:before{
	  left: -110px;
    position: absolute;
    top: 50%;
    content: 'TIME';
    color: #f6f6f6;
    font-size: 132px;
    line-height: 132px;
    font-family: Lora;
    font-weight: 700;
    font-style: normal;
    transform: rotate( 
-90deg);
}
.our-collection  .swiper-slide{
	background:#f6f6f6; padding:30px;    min-height: 460px;
	
}
.our-collection  .wpcu-carousel-nav__btn{    width: 70px;
    height: 70px;border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	
}
.our-collection  .wpcu-carousel-nav__btn svg{
	    width: 16px;
}
.our-collection  span.woocommerce-Price-amount.amount bdi {
    font-size: 20px;
    font-weight: 600;
}
.our-collection  .wpcu-product__title{padding-bottom:0;}

.wpcu-products{
	font-family:'Lora';
}
.hover-blog-box  .journal-blog-text {
    position: absolute;
    bottom: 0;
    padding: 20px 26px;
    width: 100%;
    left: 0;
}
.hover-blog-box figure{
	position:relative; overflow:hidden;transition:all .2s ease;
}
.hover-blog-box figure img{    width: 100%;
        transition: 0.5s all ease-in-out;}

.hover-blog-box:hover figure img{ 
        transform: scale(1.3);}

.hover-blog-box .journal-blog-text h3 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.hover-blog-box  .journal-blog-text a {
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{margin-bottom:0 !important;}
.journal-blog{
	padding-top: 70px;
}
.journal-blog h2{display:none}
.journal-blog ul li{padding:50px 0; border-bottom:solid 1px #000}
.journal-blog ul li a {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.journal-blog ul li .post-date{display:block; font-size:18px; font-weight:400; color:#000000;}
.journal-blog ul li:last-child{border-bottom:none}

a.arrow-btn {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 700 !important;
    display: inline-block;
    border-bottom: solid 5px #78612e !important;
    padding: 5px 60px 10px 0px;
    background: url(https://alphasixtest2.com/passions/wp-content/uploads/2021/11/arrow-right.png)no-repeat right center;
	transition:all .2s ease !important;
}
a.arrow-btn:hover{
	background-position: center right 10px;
}

.journal-wrap{background: linear-gradient(to right, #f6f6f6 80%, #fff 20%); position:relative; overflow:hidden}
.journal-wrap .margin-top-100 .vc_column-inner {
    position: relative;
    transform: translateY(40px);margin-left:0px;
}
.journal-wrap .subscribe-text{  
    position: relative;  margin-top: 110px;}
.journal-wrap .container{position:relative; z-index:1;}
 .journal-wrap:after {
    right: -280px;
    position: absolute;
    top: 40%;
    content: 'ARTICLES';
    color: #f6f6f6;
    font-size: 132px;
    line-height: 132px;
    font-family: Lora;
    font-weight: 700;
    font-style: normal;
    transform: rotate(
-90deg);}

 .journal-wrap .right-box{
    width: 20%;
    position: absolute;
    left: -91px;
    top: -100px;
}

.journal-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    content: '';
    height: 390px;
}
 
.purveyor-wrap .heading-border-wrap .vc_col-sm-3:not(:last-child){border-right:solid 1px #000;}
.banner-slider {
    background: linear-gradient(to left, #e8e8e8 50%, #f6f6f6 50%);
	padding:190px 0 50px; position:relative;     top: -116px;
	overflow:hidden;
}
.banner-slider:before{
	left: 30%;
    position: absolute;
    top: 200px;
    content: 'Passions';
    color: #e8e8e8;
    font-size: 125px;
    line-height: 125px;
    font-family: Lora;
    font-weight: 700;
    transform: translateX(-50%);
    text-transform: uppercase;
}
.banner-slider:after{
    right: 16%;
    position: absolute;
    bottom: 15%;
    content: ' Watch';
    color: #f6f6f6;
    font-size: 142px;
    line-height: 142px;
    font-family: Lora;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-slider .wpb_wrapper {
    position: relative;
    z-index: 1;
}
.banner-slider  div#n2-ss-2 .n-uc-185e947aa8ff1-inner{
	justify-content:flex-start;
}

 .fixed-header {
        padding-top: 90px;
    }
    
    .fixed-header .header-section {
        background: #fff;
        box-shadow: 0 12px 24px #00000034;
        -webkit-animation-duration: 1s;
        padding: 8px 0;
        animation-duration: 1s;
        -webkit-animation-name: sticky_transition;
        animation-name: sticky_transition;
        position: fixed;
        left: 0;
        right: 0;top:0; z-index:999;
    }

   @keyframes sticky_transition {
        0% {
            position: fixed;
            top: -94px;
        }
        100% {
            position: fixed;
            top: 0;
        }
    }
    
    	.vc_section{margin:0 !important}

.wpcf7-spinner,.wpcf7-not-valid-tip{position:absolute}

/* shop page */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	    background: #003747;
    color: #fff;
    font-size: 18px;
    padding: 11px 20px;
    border-radius: 0px;
    font-weight: 300;
    cursor: pointer;
    border: solid 1px #003747;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #003747;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #003747;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  line-height: 29px;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  opacity: .5;
  color:#fff;

}
.woocommerce .quantity .qty {
  line-height: 36px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #003747;
  font-size: 1.25em;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	   background-color: #003747;
    color: #fff;
}

.woocommerce .products ul, .woocommerce ul.products {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 0;
    float: none;
    position: relative;
    width: 23%;
    padding: 15px;
    margin: 0 1% 2%;
    border: solid 1px #dfdfdf;
    transition: all .2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;    text-align: center;
}
.woocommerce ul.products li.product a img {
    width: 100% !important;
    height: auto !important;
}
h1.product_title.entry-title {
    font-size: 26px;
}
.woocommerce h2.woocommerce-loop-category__title, .products h2.woocommerce-loop-product__title {
    line-height: 24px;
    font-size: 16px !important;
    font-weight: 700;
    color: #262626;
    text-transform: capitalize;
}
.woocommerce ul.products li.product .price{
	   font-size: 22px;
    font-weight: 600;color:#262626;
}
.breadcrumb{
	background:#f8f8f8;
}

.searchform button#button-addon2 {
    background: #003747;
    color: #fff;
}
.form-control:focus{
	box-shadow:none !important; outline:none !important; border-color:#003747;
}

.minisearch{
	  position: absolute;
    width: 100%;
    max-width: 300px;
    right: 0;    background: #f6f6f6;
    padding: 5px;
    top: 100%;   transition: linear 0.3s ease-out;display:none;box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.minisearch.open{
	display:block
}



/* rk changes */
.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}
/* rk changes end*/

h2.wpcu-product__title a {
    font-size: 18px !important;
    color: #000000 !important;
    line-height: normal !important;
    text-align: center;
    font-family: Lora !important;
    font-weight: 700 !important;
    font-style: normal;
}
h1, .h1 {
    font-size: 1.7rem;
}
h2, .h2 {
    font-size: 1.6rem;
}
p.comment-form-comment label {
    width: 100%;
    font-size: 16px;
}
form#commentform {
    padding-bottom: 20px !important;
}
div#respond {
    margin-top: 12px;
}
.nav-links {
    display: none;
}
h2#reply-title {
    font-size: 1.4rem;
    margin-bottom: 0px;
}
label.wp-block-search__label {
    font-family: 'Lora', cursive;
    font-size: 24px;
    font-weight: normal !important;
}
.blog-category-right h2 {
    font-size: 24px;
}
.blog-page h1{
	font-size: 26px;
}
.custom-page.default-css.blog-page {
    padding-top: 12px;
}
.blog-category-right {
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 20px;
}
.blog-category-right ol {
    padding-left: 0px;
}
form#commentform input#submit {
    padding: 6px 20px;
}
.blog-category-right button.wp-block-search__button {
    background: #003747;
    color: #fff;
    border: 1px solid #003747;
	cursor:pointer;
}
.blog-category-right button.wp-block-search__button:hover {
    background: #fff;
    color: #000;
    border: 1px solid #003747;
}
body.search form.search-form {
    display: none;
}
body.search .page-content.default-max-width p{
   font-size:16px;
}
select.orderby {
    height: 40px;
    font-size: 16px !important;
    padding: 2px 10px;
}
 .woocommerce form .form-row textarea {
    height: 100px;
    font-size: 16px;
	padding:2px 10px;
}
.woocommerce form .form-row input.input-text  {
    height: 40px;
    font-size: 16px;
	padding:2px 10px;
}.woocommerce-checkout .col-2, .woocommerce-checkout .col-1 {
    padding: 0px;
}	nav.woocommerce-MyAccount-navigation li a {
    background: #003747;
    width: 100%;
    display: inline-block;
    padding: 7px 10px;
    margin-bottom: 5px;
    color: #fff;
}
nav.woocommerce-MyAccount-navigation li a:hover, nav.woocommerce-MyAccount-navigation li.is-active a{
    background: #0b6883; 
}