/** Shopify CDN: Minification failed

Line 327:14 Expected identifier but found "*"
Line 675:65 Expected identifier but found "*"
Line 4778:121 Expected identifier but found ")"
Line 5451:58 Expected identifier but found "*"
Line 5469:58 Expected identifier but found "*"
Line 5955:0 Unexpected "}"

**/
html {
	height: 100%;
	font-size: 62.5%;
	font-family: 'GT Alpina' !important;
}
body {
	margin: 0;
	padding: 0 50px;
	border: none;
	font-size: 100%;
	overflow-x: hidden;
	font-family: 'GT Alpina' !important;
	color: #000000;
	width: 100%;
	line-height: 1;
	min-width: 300px;
}
label{
	font-weight: 400;
	width: inherit;
	margin-bottom: 0;
}
body.bodybg{
	background-color: #efefef;
}
body.bodybg .footer,
body.page-customers_login .footer,
body.page-customers_register .footer,
body.page-page_support .footer,
body.page-customers_activate_account .footer,
body.page-page_watch_registration .footer,
body.page-customers_reset_password .footer,
body.page-customers_account .footer,
body.page-customers_addresses .footer,
body.page-cart .footer,
body.page-page_wishlist .footer{
	background-color: #fff;
}
ol, ul { 
	list-style: none;
}
:focus {
	outline: 0;
}
table { 
	border-collapse: collapse; 
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-size:12px;
}
* { 
	outline: none !important;
	margin: 0; 
	padding: 0; 
	border-width: 0; 
	vertical-align: top;
}

::-moz-selection{background:#000;color:#000;font-family: 'GT Alpina';}
::-webkit-selection{background:#000;color:#000;font-family: 'GT Alpina';}
::-webkit-input-placeholder{color:#000;font-family: 'GT Alpina';}
:-moz-placeholder {color:#000;font-family: 'GT Alpina';}
::-moz-placeholder{color:#000;font-family: 'GT Alpina';}
:-ms-input-placeholder{color:#000;font-family: 'GT Alpina';}

scrollbar{width:2px; height: 2px;}
scrollbar-track{background-color:#bcbcbc;border:0}
scrollbar-thumb{background-color:#000000;border-radius:0px}
scrollbar-thumb:hover{background-color:#000000}
::-webkit-scrollbar{width:2px; height: 2px;}
::-webkit-scrollbar-track{background-color:#bcbcbc;border:0}
::-webkit-scrollbar-thumb{background-color:#000000;}
::-webkit-scrollbar-thumb:hover{background-color:#000000;}

* {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.openednav{
	height: 100%;
}
/*.openednav:before{
	content: '';
	position: fixed;
	z-index: 9;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 1;
}*/
.openednav .header_top a.menu_button,
.openednav .login_basket{
	opacity: 0;
	z-index: 0;
}
.login_basket{
  	position: relative;
	padding-right: 27px;
	opacity: 1;
	z-index: 4;
	transition: opacity .5s  ease, z-index .5s  ease;
	-webkit-transition: opacity .5s  ease, z-index .5s  ease; 
	-khtml-transition: opacity .5s  ease, z-index .5s  ease; 
	-moz-transition: opacity .5s  ease, z-index .5s  ease; 
	-o-transition: opacity .5s  ease, z-index .5s  ease; 
	-ms-transition: opacity .5s  ease, z-index .5s  ease; 
	-icab-transition: opacity .5s  ease, z-index .5s  ease;
}
.loader {
	visibility:visible;
	opacity:1;
	z-index:11000;
	width: 100%; 
	height: 100%; 
	position: fixed;
	top: 0; 
	left: 0;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
	background-color:#fff;

	transition: all .5s  ease;
	-webkit-transition: all .5s ease; 
	-khtml-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	-ms-transition: all .5s ease; 
	-icab-transition: all .5s ease;
}
.loader img{
	margin: 0;
    transform: translate(-50%,-50%) rotate(0deg) scale(1.4,1.4);
    -o-transform: translate(-50%,-50%) rotate(0deg) scale(1.4,1.4);
	-ms-transform: translate(-50%,-50%) rotate(0deg) scale(1.4,1.4);
	-moz-transform: translate(-50%,-50%) rotate(0deg) scale(1.4,1.4);
	-webkit-transform: translate(-50%,-50%) rotate(0deg) scale(1.4,1.4);
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 50px;
}

.loader_inner{
	visibility:hidden;
	opacity:0;
	background-color:transparent;
}

.cubic{
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;	
    transition: all .5s ease-out;
}


.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
	display: block;
}
.table_block {
	display: table;
	width: 100%;
	height: 100%;
}
.cell_middle {
	display: table-cell;
	width: 100%;
	position: relative;
	vertical-align: middle;
}
.cell_bottom {
	display: table-cell;
	width: 100%;
	position: relative;
	vertical-align: bottom;
}
.y_hidden {
	overflow-y: hidden;
}
.y_scroll {
	overflow-y: scroll;
}
.y_auto {
	overflow-y: auto
}
input, select, textarea {
	outline: none;
	border-radius: 0;
}
a {
	text-decoration: none;
  	color: #000;
}
button {
	outline: none;
	cursor: pointer;
	display: block;
}
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
button:hover,
a:hover {
	text-decoration: none;	
	color: inherit;
}
img	{
	max-height: none;
	border: none;
}
.custom_container {
	max-width: 1640px;
	padding: 0 20px;
	position: relative;
	margin: 0 auto;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-size: 2.8rem;
	color: #000;
	-o-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-webkit-transition: color .5s ease;
	transition: color .5s ease;
}

/*********************** header *******************/

.cart_icon{
  	height: 24px;
}
.cart_icon:hover .top_bag,
.cart_icon:hover .rect_bag{
	fill: #999999;
}
.top_bag{
	fill: #000;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s;
    transition: all .4s ease;
}
.rect_bag{
	fill: #000;
  -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s;
    transition: all .4s ease;
}
.icon-bag.active .rect_bag{
	fill: #fff;
}
.icon-bag:before{
	/*content: "\e904"; */
	background-image: url('//grandseikoshop.com/cdn/shop/t/4/assets/bag.svg?v=87172553427435917091769178379');
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 26px;
	height: 26px;
	display: block;
}
.icon-search:before {
  content: "\e902";
  font-weight: bold;
  font-size: 2.2rem;
}
.icon-user:before {
  content: "\e903";
  font-weight: bold;
  font-size: 2.2rem;
}
.icon-seiko {
  position: relative; /* Position relative to contain the absolute positioned elements */
  width:180px;
}

.bar-icon::before {
    content: "\2630"; /* Unicode for the menu bar icon */
    position: static;
    /* margin-right: 20px; /* Adjust to create space between the Seiko and bar icons */
    top: 50%; */
    transform: translateY(-50%);
    color: #000000;
    font-size: 2.4rem; /* Adjust based on the size of your bar icon */
    z-index: 0; /* Ensure the bar icon is behind */
}

.seiko-icon {
  width: 72px;   /* adjust as needed */
  height: auto;
  fill: currentColor;
}

.submenu_button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.submenu_button.active .seiko-icon {
  fill: #000; /* active color */
}

.icon-seiko span {
    position: relative; /* Ensure span is positioned relative to its container */
    z-index: 1; /* Ensure the Seiko icon is on top */
}

/* .icon-seiko span:before {
    content: "\e900";
    color: #000000;
    font-size: 2.4rem;
} */

.footer .icon-seiko:before {
    content: "\e900"; /* Ensure this is the Seiko icon code */
}

.footer .icon-pulsar:before {
    content: "\e901"; /* Ensure this is the Pulsar icon code */
}

.footer .icon-seiko:before,
.footer .icon-pulsar:before {    
    color: #000;
    font-size: 1.3rem;
}

.icon-seiko.active span:before,
.icon-pulsar.active span:before,
.icon-clocks.active span:before {
    color: #000;
}
.icon-clocks.active span{
	color: #000;
}
.icon-clocks span{
	font-size: 4.2rem;
	line-height: 26px;
	font-family: 'GT Alpina';
}
.icon-pulsar span:before {
  content: "\e901";
  color: #999999;
  font-size: 2.3rem;
}
.header_top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	color: #999999;
	font-size: 180%;
	padding: 0 50px;
	z-index: 999;
	height: 60px;
	background: #fff;
}
.header_top a {
	display: inline-block;
	color: inherit;
	vertical-align: top;
	-webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    transition: color .4s ease;
}
.header_border{
	border-bottom: 1px solid #000;
	background: #fff;
}
.page-page_pulsar .header_border{
	border-bottom: 1px solid #004bae;
}
.search_block,
.login_block,
.basket_button_block{	
	padding: 16px 20px;
	position: relative;
	z-index: 10;
}
.search_form{
	position: absolute;
	width:0;
	right: 10px;
	top: 8px;
	-o-transition:all .6s ease;
	-ms-transition:all .6s ease;
	-moz-transition:all .6s ease;
	-webkit-transition:all .6s ease;
	transition:all .6s ease;
	overflow: hidden;
	z-index: 9999;
}
.search_form input{
	width: 100%;
	border: none;
	outline: none;
	font-size: 1.8rem;
	color: #000000;
	padding: 0 70px 0 20px;
	height: 44px;
	font-family: 'GT Alpina';
	border: 1px solid #c9cacb;
}
.search_form button{
	position: absolute;
	right: 10px;
	background: transparent;
	border: none;
	outline: none;
	top: 50%;
	margin-top: -12px;
	background-position:center;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
.search_form.opened button{
	opacity: 1;
}
.search_form.opened{
	width: 285px;
}


.basket_button_block, .login_block{
	-webkit-transition: background-color .4s ease, color .4s ease;
	-moz-transition: background-color .4s ease, color .4s ease;
	-o-transition: background-color .4s ease, color .4s ease;
	-ms-transition: background-color .4s ease, color .4s ease;
	transition: background-color .4s ease, color .4s ease;
}
.login_block.opened .icon-user:before,
.login_block:hover .icon-user:before,
.login_block:focus .icon-user:before{
	color: #999999;
}
/*.login_block.opened,
.login_block:hover,
.login_block:focus{
	background-color: #fff;
}*/
.basket_button_block .icon-bag{
	text-align: center;
}
/*.basket_button_block:hover,
.basket_button_block:focus,
.basket_button_block.opened{
	background: #fff;
}*/

.basket_button_block:hover .icon-bag:before,
.basket_button_block:focus .icon-bag:before,
.basket_button_block.opened .icon-bag:before
{
	color: #fff;
}
.basket_button_block:hover .icon-bag:before,
.basket_button_block:focus .icon-bag:before,
.basket_button_block.opened .icon-bag:before{
  background-image: url('//grandseikoshop.com/cdn/shop/t/4/assets/bag_black.svg?v=87172553427435917091769178379');
}
.basket_button{position: relative;}

.basket_button_block .icon-bag span{
	position: absolute;
	font-size: 16px;
    left: 50%;
  	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 2px;
    font-family: 'GT Alpina'; 
    text-align: center;
    color: #000;
  	letter-spacing: -3px;
}

.basket_button_block .icon-bag span.cart_bubble{
  
  opacity: 0;
  font-size: 16px;
  color: #000;
  text-align: center;
  font-family: 'GT Alpina'; 
  
  left: 30%;
  transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -webkit-transform: translateX(-30%);
  -o-transform: translateX(-30%);
 
}
.basket_button_block .icon-bag span.cart_bubble.active{
  	animation-name: bubblemovement;
    animation-duration: .5s; 
    animation-iteration-count: 1;
    animation-direction: normal; 
    animation-timing-function: ease-out; 
    animation-fill-mode: forwards;
    animation-delay: 0;
}
@-webkit-keyframes bubblemovement {
  0%   	{ opacity: 0; -webkit-transform: scale(0, 0);}
  50%   { opacity: 1; -webkit-transform: scale(2, 2);}
  100%   { opacity: 0; -webkit-transform: scale(3, 3);}
}
@-moz-keyframes bubblemovement {
  0%   	{ opacity: 0; -moz-transform: scale(0, 0);}
  50%   { opacity: 1; -moz-transform: scale(2, 2);}
  100% 	{ opacity: 0; -moz-transform: scale(3, 3);}
}
@-o-keyframes bubblemovement {
  0%   	{ opacity: 0; -o-transform: scale(0, 0);}
  50%   { opacity: 1; -o-transform: scale(2, 2);}
  100% 	{ opacity: 0; -o-transform: scale(3, 3);}
}
@keyframes bubblemovement {
  0%   	{ opacity: 0; transform: scale(0, 0);}
  50%   { opacity: 1; transform: scale(2, 2);}
  100% 	{ opacity: 0; transform: scale(3, 3);}
}



.header{
	height: 60px;
	background: #fff;
}
.mobile_top_menu{
	display: none;
}
.logined_status,
.header_top a.menu_button,
.header .close_menu_button {
	display: none;
}
.logined_status.active {
	display: block;
}
.actions_list {
	position: absolute;
	top: 60px;
	right: 0;
	width: 150px;
	background: #fff;
	overflow: hidden;
	height: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
}
.login_block.loggedin.opened .actions_list,
.login_block.loggedin:hover .actions_list{
	height: 165px;	
}
.login_block.opened .actions_list, 
.login_block:hover .actions_list{
  	height: 220px;
}
.actions_list ul {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}
.actions_list input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #666666;
	line-height: 14px;
	padding: 5px 0;
	margin-bottom: 13px;
	color: #000;
	width: 100%;
}
.actions_list button {
	width: 100%;
	border: 1px solid #000;
	border-bottom-width: 3px;
	color: #fff;
	width: 100%;
	font-family: GT Alpina;
	padding: 10px 3px;
	background: #000;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 10px 0 15px;
}
.actions_list ul li a {
	white-space: nowrap;
	color: #939598;
    font-size: 1.8rem;
    line-height: 3.6rem;
    text-align: center;
    font-family: 'GT Alpina';
	display: block;
}
.actions_list ul li a:hover,
.actions_list ul li a:focus{
	color: #000;
}
.page-page_pulsar .actions_list ul li a:hover,
.page-page_pulsar .actions_list ul li a:focus{
	color: #004bae;
}

.main_menu_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    padding: 0 15px;
    display: flex; /* Ensure the main menu list is a flex container */
    justify-content: space-between; /* Distribute space between items */
    align-items: center; /* Center items vertically if needed */
}

.main_menu_list > li {
    /* display: flex; /* Make each list item a flex container */ */
    align-items: center; /* Center content vertically within the list item */
    position: relative;
    width: auto;
    text-align: center;
    margin: 0 10px 0 0;
}

.main_menu_list > li:not(.search_block_nav) > a {
    display: block;
    padding: 18px 10px;
    position: relative;
    z-index: 999;
}

.main_menu_list > li.centered-menu {
    flex: 1; /* Allow the centered menu item to grow */
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center;
}

.centered-menu-items {
    display: flex;
    justify-content: center;
    align-items: center; /* Ensure buttons are vertically centered */
}

.standard_button {
    margin: 0 5px; /* Add margin between buttons */
}

.standard_button_bottom {
    margin-bottom: 10px; /* Add margin between buttons */
}

.main_menu_list > li.account {
    display: none;
}

.has_submenu.account{
	display: none
}
.main_menu_list > li.has_submenu{
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    -ms-transition: background-color .4s;
    transition: background-color .4s ease;
}
.main_menu_list > li.has_submenu:hover,
.main_menu_list > li.has_submenu:focus{
	background-color: #fff;	
}

.main_menu_list > li.has_submenu:hover > a,
.main_menu_list > li.has_submenu:focus > a{
	color: #000;
}


li.opened .submenu_button {
	color: #ffffff;
}

.submenu_button:hover:after,
.submenu_button:focus:after{
	opacity: 1;
}
.submenu_list {
	position: absolute;
	top: 0;
	padding-top: 60px;
	left: 0;
	width: auto;
	background: #fff;
	overflow: hidden;
	max-height: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
}


.submenu_list li {
	padding: 0 0 0 0;
	white-space: nowrap;
	float: left;
	width: 100%;
}
.submenu_list li a{
  display: block;
  padding: 0 0 7px 0;
  color: #939598;
  font-size: 1.7rem;
  line-height: 1.9rem;
  text-align: center;
}
.submenu_list li a:hover,
.submenu_list li a.active,
.submenu_list li a:focus{
	color: #000 !important;
}
.page-page_pulsar .submenu_list li a.active,
.page-page_pulsar .submenu_list li a:hover,
.page-page_pulsar .submenu_list li a:focus,
.icon-pulsar ~ .submenu_list li a:hover,
.icon-pulsar ~ .submenu_list li a:focus{
	color: #004bae !important;
}
.menu_button > span {
	display: block;
	height: 16px;
	padding: 7px 0;
	overflow: hidden;
	position: relative;
}
.menu_button > span span {
	display: block;
	height: 2px;
	background: #000;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.menu_button > span:before,
.menu_button > span:after {
	position: absolute;
	display: block;
	height: 2px;
	left: -32px;
	width: 80px;
	content: "";
	background: #000;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menu_button > span:before {
	top: 0;
}
.menu_button > span:after {
	bottom: 0;
}
.main_menu_list > li.search_block_nav{
	display: none;
}

/************************* header end ***************************/


.gradient{
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
    width: 100%;
	height: 20%;
	position: absolute;
	left: 0;
	bottom: -5px;
	opacity: .8;
}

.gradient{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

@-webkit-keyframes opacitychange {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes opacitychange {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.flickity-page-dots {
  bottom: 0;
  z-index: 8;
}

.flickity-page-dots .dot {
  height: 50px;
  width: 26px;
  position: relative;
  margin: 0 3px;
  background: transparent;
  opacity: 1;
}
.flickity-page-dots .dot:after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	top: 30%;
	width: 10px;
	height: 10px;
	opacity: .3;
	border-radius: 50%;
	background-color: #fff;
}
.flickity-page-dots .dot.is-selected:after{
	background-color: #fff;
	opacity: 1;
}
.flickity-prev-next-button{
	display: none;
}

.carousel {
  background: #000;
}
.home_fold_block.mobile{
	width: 100%;
	position: relative;
}
.home_fold_block.mobile .gradient{
	height: 70px;
}
.carousel-cell {
	width: 100%;
	background: #000;	
}
.popup_info_block .carousel-cell {
	background: transparent;	
}
.popup_info_block .flickity-page-dots .dot{
	opacity: 1;
}
.popup_info_block .flickity-page-dots .dot:after{
  	background: #b2b2b2;
}
.popup_info_block .flickity-page-dots .dot:hover:after,
.popup_info_block .flickity-page-dots .dot.is-selected:after{
	background: #000;
}
.popup_info_block .flickity-page-dots .dot{
	height: 25px;
}
.popup_info_block .flickity-page-dots{
	bottom: -40px;
}
.carousel-bg{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;		
}
.home_fold_block .carousel-bg{
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.carousel_text_block{
	position: absolute;
	top: 60%;
  	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	left: 200px;
	text-align: left;
}
.carousel_text_block_logo_part{
  position:absolute;
  text-align: left;
  left: 0;
  top:0;
	transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
  min-width: 400px;

}

.carousel_text_block.align_right{
	right: 65px;
  	text-align: right;
  	left: inherit;
}

.carousel_text_block.align_right .carousel_text_block_logo_part{
  	right: 0;
  	text-align: right;
  	left: inherit;
}
.carousel_text_block h1{
	color: #fff;
	font-size: 6rem;
    font-family: 'GT Alpina';
	display: block;
	padding: 0;
}

.page-page_pulsar .carousel_text_block h1{
	font-family: 'Stay-Rad';
	font-size: 13rem;
}

.carousel_text_block span{
	color: #fff;
	font-size: 2.4rem;
	font-family: 'GT Alpina';
	display: block;
	padding: 21px 0 37px 0;
}
.carousel_text_block span i{font-style: normal;font-size: 120%; font-weight: bold;vertical-align: bottom;}

.home_fold_block{
	opacity: 0;
	background-color: #000;
	-o-transition: opacity .5s  ease;
	-ms-transition: opacity .5s  ease;
	-moz-transition: opacity .5s  ease;
	-webkit-transition: opacity .5s  ease;
	transition: opacity .5s  ease;
}

.home_fold_block.show{
	opacity: 1;
}

/*.home_fold_block div{
	padding: 0 !important
}*/

.watch_parent{
	height: 50%;
	width: 50%;
	overflow: hidden;
	position: relative;
	-webkit-transform: translateZ(0);
}

.watch_types{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	position: relative;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.watches_block{
	position: absolute;
	bottom: 0;	
    z-index: 80;
    padding: 0;
    width: 100%;
    text-align: center;
}
.watches_block img{
	width: 30%;
	margin: 0 auto;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.watch_parent:hover .watch_types,
.watch_parent:focus .watch_types{
	transform: scale(1.03);
	-moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.watch_parent .watches_block .standard_button{
	opacity: 0;
	position: absolute;
	bottom: 14px;
	left: 50%;
	width: 178px;
	margin-left: -89px;
}
.watch_parent:hover .watches_block .standard_button,
.watch_parent:focus .watches_block .standard_button{
	opacity: 1;
}

.standard_button,
.shopify-challenge__button{
	display: inline-block;
	font-size: 1.8rem;
	line-height: 48px;
	font-family: GT Alpina;
	text-align: center;
	padding: 0 42px;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	white-space: nowrap;
  	border-radius: 0;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
}
.standard_button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;  
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.standard_button:hover:before, .standard_button:focus:before, .standard_button:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
form .standard_button{
	letter-spacing: 1px;
}
.page-page_pulsar .standard_button,
.page-page_pulsar .shopify-challenge__button{
	background-color: #004bae;
	border: 1px solid #004bae;
	font-family: 'Gotham-Bold';
}

.shopify-challenge__button:focus{
	color: #fff;
}
.standard_button.white{
	border: 1px solid #fff;
}
.standard_button.white.border{
	border: 1px solid #000;
}
.standard_button.white:focus{
	color: #000;
}

.standard_button.white{
	background-color: #fff;
	color: #000;
}
.page-page_pulsar .standard_button.white{
	background-color: #fff;
	color: #004bae;
}
/*.standard_button:hover,
.standard_button:focus,
.standard_button.white,
.shopify-challenge__button:hover{
	background-color: #fff;
	color: #000;
}

.page-page_pulsar .standard_button:hover,
.page-page_pulsar .standard_button:focus,
.page-page_pulsar .standard_button.white,
.page-page_pulsar .shopify-challenge__button:hover{
	background-color: #fff;
	color: #004bae;
}

.page-page_pulsar .standard_button.white:hover,
.page-page_pulsar .standard_button.white:focus{
	background-color: #004bae;
	border: 1px solid #004bae;
	color: #fff;
}
*/
.standard_button.white:hover,
.standard_button.white:focus{
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
.standard_button:before,
.shopify-challenge__button:before{
	background: #fff;
}
.standard_button:hover,  .standard_button:active,
.shopify-challenge__button:hover, .shopify-challenge__button:focus, .shopify-challenge__button:active {
  color: #000;
}
.standard_button.white:before, .standard_button.white:before{
	background: #000;
}

 /* .standard_button.white:hover, .standard_button.white:focus, .standard_button.white:active{
	color: #fff;
}  */

.standard_button.white:hover, .standard_button.white:active{
	transition: color 0.2s ease-in-out;
	color: #fff;
}

.standard_button.white:focus{
	color: #fff; /* replace with your default color */
}


.page-page_pulsar .standard_button:before{
	background: #fff;
}
.page-page_pulsar .standard_button:hover, 
.page-page_pulsar .standard_button:focus, 
.page-page_pulsar .standard_button:active,
.page-page_pulsar .product_description .productinfo_add_to_cart:hover, 
.page-page_pulsar .product_description .productinfo_add_to_cart:focus{
	color: #004bae;
}



.page-page_pulsar .standard_button.white:before,
.page-page_pulsar .standard_button.white:before{
	background: #004bae;
	border: 1px solid #004bae;
}

.page-page_pulsar .standard_button.white:hover, 
.page-page_pulsar .standard_button.white:focus, 
.page-page_pulsar .standard_button.white:active {
	color: #fff;
}

.standard_button.border{
	border: 1px solid #000;
}

.category_block {
	position: relative;
	width: 50%;
	overflow: hidden;
}
.category_block .category_block_inner {
	padding-bottom: 54.94505494505495%;
	position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: all .5s  ease;
	-webkit-transition: all .5s ease; 
	-khtml-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	-ms-transition: all .5s ease; 
	-icab-transition: all .5s ease;
}
.category_block:hover .category_block_inner,
.category_block:focus .category_block_inner{
	transform: scale(1.03);
	-moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.thanks_title{
  	font-size: 2.6rem;
	margin: 0;
	color: #000;
    text-align: center;
    padding: 5px 0;
}
.section_title {
	font-size: 4.8rem;
	margin: 0;
	color: #000;
}
.section_title_condensed{
	font-family: 'GT Alpina';
	font-size: 2.4rem;
}
.category_block:first-child .section_title{
	color: #fff;
}
.category_block .section_title {
	position: absolute;
	left: 90px;
	top: 50%;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	z-index: 1;
	letter-spacing: 1px;
	line-height: 4rem;
}
.page-page_pulsar .category_block .section_title{
	font-family: 'Stay-Rad';
	font-size: 7rem;
}
.page-page_pulsar .category_block .special_addition_title{
	font-family: 'Gotham-Bold';
	font-size: 2.4rem;
	display: block;
	text-align: center;
	padding-bottom: 30px;
}
.category_block img{
	width: 150px;
}
.category_link {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.shop_social{
	text-align: center;	
	clear: both;
  	font-size: 0;
  	position: relative;
}
.shop_social_cont{
	width: 50%;
	position: relative;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.shop_social_block {
	position: relative;
	width: 25%;
  	background: #fff;
  	top: 1px;
}
.shop_social.catalog .shop_social_block{
    float: none !important;
    display: inline-block;
}
.shop_social_block_inner{
	z-index: 1;
}
.shop_social_block .shop_social_block_inner .shop_social_bigcont {	
	position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.shop_social .shop_social_block .shop_social_block_inner .shop_social_bigcont{
	padding-bottom: 100%;
	z-index: 1;
}
.shop_social .shop_social_block .shop_social_block_inner .shop_social_cont{
	padding-bottom: 50%;
	overflow: hidden;
	z-index: 1;
}

.social_link{
    cursor: pointer;
}

.shop_social_block_inner .shop_social_cont:before,
.shop_social_block_inner .shop_social_bigcont:before{		
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
	opacity: 0;
	-o-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;	
	/*-webkit-box-shadow: inset 0px 0px 90px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 90px 10px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 90px 10px rgba(0,0,0,0.75);*/
}
.shop_social_block_inner .shop_social_cont:hover:before,
.shop_social_block_inner .shop_social_cont:focus:before,
.shop_social_block_inner .shop_social_bigcont:hover:before,
.shop_social_block_inner .shop_social_bigcont:focus:before{	
	opacity: 1;
}
.shop_social .title,
.collections_section.product_section .title{
	padding: 14px 10px;
  	background: #fff;
}

.popup_blocks {
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
.info_popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
	background: rgba(255,255,255,.7);
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	min-width: 320px;
	-o-transition: opacity .5s ease, visibility .5s ease;
	-ms-transition: opacity .5s ease, visibility .5s ease;
	-moz-transition: opacity .5s ease, visibility .5s ease;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease;
}
.info_popup.opened {	
	overflow-y: auto;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}

.popup_container {
	max-width: 1400px;
	width: 75%;
	background: #ffffff;
	position: relative;
	padding: 20px;
	margin: 0 auto;
	border: solid #7E7E7E 0; 
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .5); 
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .5); 
	-moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .5); 
	visibility: hidden;
	opacity: 0;
	-o-transition: opacity .5s ease, visibility .5s ease;
	-ms-transition: opacity .5s ease, visibility .5s ease;
	-moz-transition: opacity .5s ease, visibility .5s ease;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease;
}
.popup_container.opened{
	visibility: visible;
	opacity: 1;
	z-index: 999;
}
.popup_close, 
.filter_close {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 99;
  
  transition: all .5s  ease;
  -webkit-transition: all .5s ease; 
  -khtml-transition: all .5s ease; 
  -moz-transition: all .5s ease; 
  -o-transition: all .5s ease; 
  -ms-transition: all .5s ease; 
  -icab-transition: all .5s ease;
}
.popup_close:before,
.filter_close:before{
	content: "\e907";
	font-size: 1.8rem;
	color: #7f7f7f;
	font-family: 'icomoon';
}
.popup_close:hover,
.popup_close:focus,
.filter_close:hover,
.filter_close:focus{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.info_popup_inner {
	width: 100%;
	margin: 0 auto;
	display: table;
}
.popup_image_block {
	display: table-cell;
	vertical-align: middle;
}
.popup_image_block img {
	width: 100%;
	max-width: 800px;
}
.popup_info_block {
	width: 40%;
	position: relative;
	display: table-cell;
    vertical-align: middle;
}
.popup_info_block .product_block{
	width: 100%;
	padding: 0 20px;
}

.popup_info_block .product_name_price{
	padding: 0;
}
.popup_info_block .product_block .standard_button{
	bottom: 1px;
}
.popup_product_image{
	display: block;
    position: relative;
	max-width: 375px;
	margin: 0 auto;
    padding-bottom: 100%;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.popup_product_image img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.wishlist{
	position: absolute;
	right: 0;
	top: -10px;
	z-index: 80;
	cursor: pointer;
	text-align: center;
	-o-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.wishlist:before{
	content: "\e905";
	font-size: 2rem;
	font-weight: bold;
	color: #727272;
	font-family: 'icomoon';
	-o-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.wishlist:after{
	content: "\e904";
	opacity: 0;
	font-size: 0;
	color: #727272;
	font-weight: bold;
	font-family: 'icomoon';
	-o-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.product_desc_cont .wishlist:after{
	color: #fff;
}
.wishlist:hover:after,
.wishlist:focus:after,
.wishlist.active:after{
	opacity: 1;
	font-size: 2rem;
}
.wishlist:hover:before,
.wishlist:focus:before,
.wishlist.active:before{
	opacity: 0;
	font-size: 0;
}

.page-page_pulsar .wishlist:before{
	color: #80a5d7;
}
.page-page_pulsar .wishlist:after{
	color: #fff;
}
.wishlist.bubble{
  	animation-name: bubblemovementheart;
    animation-duration: .5s; 
    animation-iteration-count: 1;
    animation-direction: normal; 
    animation-timing-function: ease-out; 
    animation-fill-mode: forwards;
    animation-delay: 0;
}
@-webkit-keyframes bubblemovementheart {
  0%   	{ opacity: 0; -webkit-transform: scale(1, 1);}
  50%   { opacity: 1; -webkit-transform: scale(1.5, 1.5);}
  100%   { opacity: 1; -webkit-transform: scale(1, 1);}
}
@-moz-keyframes bubblemovementheart {
  0%   	{ opacity: 0; -moz-transform: scale(1, 1);}
  50%   { opacity: 1; -moz-transform: scale(1.5, 1.5);}
  100% 	{ opacity: 1; -moz-transform: scale(1, 1);}
}
@-o-keyframes bubblemovementheart {
  0%   	{ opacity: 0; -o-transform: scale(1, 1);}
  50%   { opacity: 1; -o-transform: scale(1.5, 1.5);}
  100% 	{ opacity: 1; -o-transform: scale(1, 1);}
}
@keyframes bubblemovementheart {
  0%   	{ opacity: 0; transform: scale(1, 1);}
  50%   { opacity: 1; transform: scale(1.5, 1.5);}
  100% 	{ opacity: 1; transform: scale(1, 1);}
}



/**************************** footer ***************************/

.footer{
	position: relative;
  	background: #fff;
}
.footer.fborder{
	border-top: 1px solid #d7d7d7;
}
.footer_menu {
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 40px;
}
.footer_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 0;
	text-align: center;
}
/* Default Styles */
    .footer_menu ul li {
        float: left;
        width: 33%; /* Default width for non-support pages */
    }

    /* When URL contains 'support' */
    body.support-page .footer_menu ul li {
        width: 25%; /* Adjusted width for 'support' pages */
    }

    /* Responsive Design */
    @media (max-width: 768px) { /* Tablet and smaller devices */
        .footer_menu ul li {
            width: 100%; /* Adjust for smaller screens */
        }
        body.support-page .footer_menu ul li {
            width: 100%; /* Adjust for smaller screens on 'support' pages */
        }

		.main_menu_list li.centered-menu {
			display: none;
		}

		.main_menu_list>li:not(.search_block_nav)>a {
			width: 100% !important;
		}
		
    }

    @media (max-width: 480px) { /* Mobile screens */
        .footer_menu ul li {
            width: 100%; /* Full-width on small screens */
        }
        body.support-page .footer_menu ul li {
            width: 50%; /* Full-width on small screens for 'support' pages */
        }

		.header .close_menu_button {
			top: -5px !important;
        	left: -40px !important;
		}
		.discount {
			margin-bottom: 5px !important;
		}
    }

.footer_menu ul li a{
	color: #000;
}
.footer_menu ul li span {
  font-family: GT Alpina;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.1rem;
  color: #000;
  position: relative;
  display: inline-block;
}
.footer_menu .footer_subs li{
	float: none;
	padding: 0;
}
.footer_menu .footer_subs a{
  font-family: GT Alpina;
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #707373;
	position: relative;
	display: inline-block;
	-o-transition: color .5s;
	-ms-transition: color .5s;
	-moz-transition: color .5s;
	-webkit-transition: color .5s;
	transition: color .5s;
	display: block;
}
.footer_menu .footer_subs a:hover,
.footer_menu .footer_subs a:focus{
	color: #000;
}

.page-page_pulsar .footer_menu .footer_subs a:hover,
.page-page_pulsar .footer_menu .footer_subs a:focus{
	color: #004bae;
}

.contact-form{
	padding-right: 15px;
	padding-left: 2px;
}
.contact-form input::-moz-selection{background:#000;color:#707373;font-family: 'GT Alpina';}
.contact-form input::-webkit-selection{background:#000;color:#707373;font-family: 'GT Alpina';}
.contact-form input::-webkit-input-placeholder{color:#707373;font-family: 'GT Alpina';}
.contact-form input:-moz-placeholder {color:#707373;font-family: 'GT Alpina';}
.contact-form input::-moz-placeholder{color:#707373;font-family: 'GT Alpina';}
.contact-form input:-ms-input-placeholder{color:#707373;font-family: 'GT Alpina';}

.form--success{font-size:1.8rem; font-family: 'GT Alpina'; color:#000;}
.errors{font-size:1.8rem; font-family: 'GT Alpina'; color:#e60909;}


.register_errors{
	position: absolute;
    opacity: 0;
  	visibility: hidden;
    background-color: rgba(255,255,255,.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
	background-size: 60px;
	background-position: center;
	background-repeat: no-repeat;
}

.register_errors.reg_loading{
  	background-image: url('//grandseikoshop.com/cdn/shop/t/4/assets/loader.svg?v=168499838414338736361769178379');
}

.register_errors span{
	display: none;
  	font-size:2.4rem; 
    text-transform: uppercase;
    color:#000;
  	position: absolute;
  	top: 50%;
  	left: 50%;
    transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.customer_developer {
	font-size: 140%;
	line-height: 16px;
	color: #999999;
}
.customer_developer a {
	display: inline-block;
	vertical-align: top;
	color: inherit;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.customer_developer a:hover,
.customer_developer a:focus{
	color: #000000;
}

.icon-facebook:before {
  content: "\e902";
  color: #000;
  font-size: 2.4rem;
}
.icon-instagram:before {
  content: "\e901";
  color: #000;
  font-size: 2.4rem;
}
.icon-twitter:before {
  content: "\e903";
  color: #000;
  font-size: 2.4rem;
}
.icon-youtube:before {
  content: "\e904";
  color: #000;
  font-size: 2.4rem;
}
.icon-link:before {
  content: "\e905";
  color: #000;
  font-size: 2.8rem;
}
.icon-mail:before {
  content: "\e908";
  color: #000;
  font-size: 2.8rem;
}
.contact-form button{
	border: 1px solid #000;
	max-width: 40%;
	float: left;
	padding: 0;
	width: 150px;
}
.contact-form input{
	max-width: 340px;
    width: 60%;
    font-family: 'GT Alpina';
}
.copyrights{
	color: #000;
	font-size: 1.8rem;
	font-family: 'GT Alpina';
	padding-top: 10px;
	padding-left: 1px;
	clear: both;
	text-align: center;
	padding: 40px 0;
}

.warranty{
	color: #707373;
	font-size: 1.4rem;
	font-family: 'GT Alpina';
  	padding: 10px 0;
}

/************************* footer end ********************************/

.standard_input {
	background: #fff;
	border: none;
	float: left;
	font-size: 1.8rem;
	padding: 0 20px;
	height: 50px;
	color: #000;
	border-radius: 0;
}

.standard_title{
	font-size: 2.4rem;
	line-height: 4rem;
	color: #000;
	font-family: GT Alpina;
	margin: 0;
	padding: 0;
  	text-transform: uppercase;
}

.big_title{
	font-size: 4.5rem;
}

h1.title{
  font-family: GT Alpina;
  font-size: 3.0rem;
  letter-spacing: 1px;
  color: #000;
  margin-top: 5px;
}


/************************************** catalog page ********************/
.catalog_top_image,
.video_viewport {
	padding-bottom: 27.47%;
	position: relative;
	overflow: hidden;
  	/* z-index: 0; */
}
.video_viewport {padding-bottom: 21.87%;}
.catalog_top_image{
	/* background: #000; */
}
.video-js {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
}
.vjs-poster{
	background-size: cover;
}

.parallax_bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    width: 100%;
    top: 90px;
    left: 50px;
    z-index: -1;
    min-width: 320px;
}
#shopify-section-free_shipping_banner_top + .collection_page_content .parallax_bg{
  	top: 90px
}
.catalog_top_image iframe,
.video_viewport video{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.catalog_top_image_block{
	position: absolute;
	left: 7%;
	top: 50%;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.catalog_top_image_block.block_side_2{
	right: 7%;
  	left: inherit;
  	text-align: right;
}
.catalog_top_image_block h1{
	color: #fff;
  	font-size: 8rem;
    padding-bottom: 20px;
    text-transform: uppercase;
    max-width: 450px;
  line-height:6rem;
}
.page-page_pulsar .catalog_top_image_block h1{
	font-family: 'Stay-Rad';
	font-size: 13rem;
    line-height: 13rem;
    text-transform: capitalize;
}
.catalog_top_image_block img{
	max-width: 340px;
	display: block;
	padding-bottom: 40px;
}
.catalog_top_image_block span{
	font-size: 2.4rem;
	font-family: 'GT Alpina';
	color: #fff;
}
.collections_block{
	margin-bottom: 40px;
}
.collections_block.listing{
	background: #fff;
}
.collections_block .custom_container{
	max-width: 1920px;
	padding: 0;
}
.collections_filter{
	-o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
	border-bottom: 1px solid #000;
}
.page-page_pulsar .collections_filter{
	border-bottom: 1px solid #004bae;
}
.collections_filter.opened{
	background: #fff;
	border-bottom: 0;
}
.selected_filters{
	background: #ededed;
	width: 100%;
	padding: 4px 20px;
	line-height: 2.2rem;
	text-align: left;
	color: #727272;
	font-size: 140%;
	text-transform: uppercase;
	font-family: 'GT Alpina';
}
.selected_filters.opened{
	background: #fff;
}
.page-page_pulsar .selected_filters{
	font-family: 'Gotham-Light';
}
.selected_filters ul, .selected_filters ul li{
	display: inline-block;
}
.selected_filters .custom_container > ul:nth-child(2){
	padding-left: 40px;
}
.selected_filters ul li ul li{
	padding-left: 20px;
}
.selected_filters ul li ul li span{
	position: relative;
	padding-right: 15px;
  	margin-right:10px;
}
.selected_filters ul li ul li span a{
	display: inline-block;
    position: absolute;
    right: 3px;
  	top: -4px;
    z-index: 9;
}
.selected_filters ul li ul li span a:before{
	content: "\e907";
	font-size: 0.7rem !important;
	color: #727272;
	font-family: 'icomoon';
}
.selected_filters ul li ul li a:hover,
.selected_filters ul li ul li a:focus{
	opacity: .8;
}
.collections_filter .filter_logo{
	display: none;
    max-width: 120px;
    max-height: 22px;
    margin: 20px 30px;
    float: left;
}
.page-page_seiko .collections_filter .filter_logo{
	display: inline-block;
}
.collections_filter .collection_logo{
	margin: 9px 30px;
    font-size: 2.2rem;
    display: none;
}
.page-page_pulsar .collections_filter .collection_logo{
	font-family: 'Stay-Rad';
	font-size: 5rem;
}
.product_block{
	width: calc(25% - 20px); /* Four columns layout */
    margin: 0 10px 15px 10px; /* Adjust margin as needed */
    border: 1px solid #ddd;
    padding: 50px 20px 75px 20px;
    position: relative;
    text-align: center;
  
	-o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.product_block_margin{
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
}

.product_image_block img {
    top: 15px;
    width: auto;
    height: 85%;
    position: absolute;
    margin: 0 auto;
    left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.product_image_block.popup_product_image_block{
	margin-bottom: 0;
	padding-bottom: 140%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.corporate_container .product_block img{
	left: 60%;
	-o-transform: translateX(-60%);
	-ms-transform: translateX(-60%);
	-moz-transform: translateX(-60%);
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%);
}
.corporate_container .product_block{
	padding: 30px 20px 40px 20px;
}
.corporate_container .product_image_block{
	padding-bottom: 140%;
}

.product_block .soldout{
	color: #727272;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: 'GT Alpina';
	opacity: 0;
	-o-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    text-align: center;
    position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: block;
}

.product_block .standard_button{
	border: 1px solid #000;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: block;
    width: 175px;
    padding: 0;
    z-index:2;
}

.page-page_pulsar .product_block .standard_button{
	border: 1px solid #004bae;
	color: #004bae;
}


.product_block .wishlist{
	opacity: 0;
	top: 13px;
	right: 10px;
    text-align: center;
}
.product_block .wishlist:before,
.product_block .wishlist:after{
	color: #000;
}
.page-page_pulsar .product_block .wishlist:before,
.page-page_pulsar .product_block .wishlist:after{
	color: #004bae;
}
.popup_container .product_block .wishlist{
	opacity: 1;
}
.product_image_block{
	width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    z-index: 2;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.womenwatchitem .product_image_block{
	height: 85%;
  	top: 10%;
}
.page-page_pulsar .product_image_block,
.clocks-body .product_image_block{
	background-position: 50% 50%;
}
.product_image_block_inner{
	position: relative; 
	width: 100%; 
	overflow: hidden;
}

.product_name_price {
    display: block;
    width: 100%;
    padding: 20px 10px 0 10px;
}
.collections_block .product_name_price{
	position: absolute;
	left: 0;
	/* bottom: 0; 
	 padding: 0; */
}
.product_name{
	color: #727272;
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-family: 'GT Alpina';
	display: block;
	padding-bottom: 8px;
    letter-spacing: 2px;
}
.product_price{
  font-family: 'GT Alpina';
  color: #000;
  font-size: 2.4rem;
  line-height: 1.8rem;
	/* display: block; */
  letter-spacing: 1px;
  margin-right:10px;
}
sup{
	vertical-align: top;
    position: relative;
    top: 0px;
    font-size: x-large;
    letter-spacing: 1px;
}
.subtotal_price sup{
	top: 0px;
}
.page-page_pulsar .product_price{
	font-family: 'Gotham-Light';
	
}
.filter_sort_block{
	width: 100%;
}
.filter_sort_block span:nth-child(2){
	float:right;
	padding: 15px 40px;
}
.filter_sort_block span:nth-child(2):before{
	right: 26px;
}
.filter_sort_block span:nth-child(2):after{
	right: 30px;
}
.filter_sort_block span{
	float: right;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 3rem;
	color: #000;
	cursor: pointer;
	position: relative;
	padding: 15px 40px 15px 20px;
	-o-transition: background .4s;
    -ms-transition: background .4s;
    -moz-transition: background .4s;
    -webkit-transition: background .4s;
    transition: background .4s;	
}
.page-page_pulsar .filter_sort_block span{
	color: #004bae;
	font-family: 'Gotham-Book';
}
.filter_sort_block span:before,
.filter_sort_block span:after{
	content: " ";
	position: absolute;
	right: 26px;
	top: 25px;
	background: #000;
	display: block;
	-o-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.page-page_pulsar .filter_sort_block span:before,
.page-page_pulsar .filter_sort_block span:after{
	background: #004bae;
	font-family: 'Gotham-Book';
}
.page-page_pulsar .filter_sort_block span:before{
	height: 2px;
	width: 10px;
}
.page-page_pulsar .filter_sort_block span:after{
	width: 2px;
	right: 30px;
	height: 10px;
}
.page-page_pulsar .filter_sort_block span:nth-child(2):after{
	right: 30px;
}
.filter_sort_block span:before{
	width: 9px;
	height: 1px;
	top: 29px;
}
.filter_sort_block span:after{
	width: 1px;
	height: 9px;
	right: 30px;
	opacity: 1;
	
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.filter_sort_block span.opened:after{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.filter_sort_block span.opened{
	background: #ededed;
}
.filter_dropdown{
	width: 100%;
	padding: 20px 0 0 0;
	background: #fff;
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;

    
    -webkit-transition: all .5s cubic-bezier(0.005, 0.855, 0.285, 0.995);
    -moz-transition: all .5s cubic-bezier(0.005, 0.855, 0.285, 0.995);
    -ms-transition: all .5s cubic-bezier(0.005, 0.855, 0.285, 0.995);	
    transition: all .5s cubic-bezier(0.005, 0.855, 0.285, 0.995);	

    -webkit-transition-timing-function: cubic-bezier(0.005, 0.855, 0.285, 0.995); 
    -moz-transition-timing-function: cubic-bezier(0.005, 0.855, 0.285, 0.995); 
    -o-transition-timing-function: cubic-bezier(0.005, 0.855, 0.285, 0.995); 
    transition-timing-function: cubic-bezier(0.005, 0.855, 0.285, 0.995);

    position: relative;
}
.filter_dropdown.opened {
    max-height: 1200px;
    overflow: hidden;
	background: #ededed;
}

.filter_dropdown .tab_content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	transition: all .5s  ease;
	-webkit-transition: all .5s ease; 
	-khtml-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	-ms-transition: all .5s ease; 
	-icab-transition: all .5s ease;
}
.filter_dropdown .tab_content.active{
	opacity: 1;
	visibility: visible;
}
.filter_dropdown .filter_container{
	max-width: 960px;
	width: 100%;
	margin: 20px auto 0 auto;
	position: relative;
}

.filter_dropdown .tab_content > ul{
	white-space: nowrap;
}
.filter_dropdown .tab_content > ul > li{
	width: 20%;
	display: inline-block;
	text-align: center;
}
.filter_dropdown .tab_content > ul > li span{
	font-size: 1.6rem;
	letter-spacing: 1px;
	line-height: 5rem;
	font-family: 'UniversLT-Condensed';
}
.filter_dropdown .tab_content > ul > li > ul >li a{
	color: #727272;
	font-size: 1.4rem;
	line-height: 2.4rem;
	position: relative;
	font-family: 'GT Alpina';
 	 text-transform: uppercase;
  
}
.page-page_pulsar .filter_dropdown .tab_content > ul > li span{
	font-family: 'Gotham-Bold';	
}
.page-page_pulsar .filter_dropdown .tab_content > ul > li > ul >li a{
	font-family: 'Gotham-Light';
}
.page-page_pulsar .filter_dropdown .tab_content > ul > li > ul >li a:hover,
.page-page_pulsar .filter_dropdown .tab_content > ul > li > ul >li a.active{
	color: #004bae;
}
.filter_dropdown .tab_content > ul > li > ul >li a:hover,
.filter_dropdown .tab_content > ul > li > ul >li a.active{
	color: #000;
}
/*.filter_dropdown .tab_content > ul > li > ul >li a:before{
	opacity: 0;
	content:"\2714\0020";
	position: absolute;
	left: -12px;
	top: -10px;
	font-size: 1.2rem;
	font-family: 'UniversLT-Condensed';
}
.filter_dropdown .tab_content > ul > li > ul >li a:hover:before,
.filter_dropdown .tab_content > ul > li > ul >li a.active:before{
	opacity: 1;
	transition: opacity .5s  ease;
	-webkit-transition: opacity .5s ease; 
	-khtml-transition: opacity .5s ease; 
	-moz-transition: opacity .5s ease; 
	-o-transition: opacity .5s ease; 
	-ms-transition: opacity .5s ease; 
	-icab-transition: opacity .5s ease;
}*/
.clear_filters{
	clear: both;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s  ease;
	-webkit-transition: all .5s ease; 
	-khtml-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	-ms-transition: all .5s ease; 
	-icab-transition: all .5s ease;
}
.filter_dropdown.opened .clear_filters{
	opacity: 1;
	visibility: visible;
}
.clear_filters a{
	position: relative;
	background: #ededed;
	z-index: 2;
	padding: 0 10px;
	font-size: 1.4rem;
	line-height: 5rem;
	color: #727272;
	font-family: 'GT Alpina';
}
.page-page_pulsar .clear_filters a{
	color: #004bae;
	font-family: 'Gotham-Light';
}
.clear_filters a:hover,
.clear_filters a:focus{
	color: #000;
}
.clear_filters:after{
	content: '';
	z-index: 1;
	background: #e5e5e5;
	width: 100%;
	position: absolute;
	top: 50%;
  	margin-top: -1px;
	left: 0;
	height: 1px;
}
.collections_section{
	clear: both;
	background: #fff;
  	position: relative;
  	text-align: center;
  	height: 100%;
}
/************************************** catalog page end ********************/


/************************************** product page *************************/
.product_container{
	padding: 40px 0;
	overflow: hidden;
}
.product_container .custom_container{
	max-width: 1920px;
	padding: 0;
}
.product_media{
	width: 50%;
	position: relative;
	padding-left: 30px;
}
.product_media .wishlist{
	display: none;
}
.product_media .popup_blocks{
	text-align: center;
}
.product_media .popup_blocks img{
	height: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.product_media .popup_blocks .info_popup_inner{
	padding-bottom: 56.25%;
	position: relative;
}
.product_media .popup_blocks iframe{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.product_media .popup_container{
	padding: 20px;
}

/* ------------------------------ */
/* ------------------------------ */
.product_description {
    width: 40%;
    padding-right: 100px
}

.product_desc_cont {
    max-width: 515px;
    background: #e2e2e2;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    z-index: 9
}

.product_desc_cont .wishlist {
    top: 13px;
    right: 10px
}

.product_description .product_logo {
    max-width: 200px;
    max-height: 90px;
    padding: 5px 0
}
.product_description .product_logo.coll_seiko-5-sports {
        max-width: 100px;
}
    
.product_description .product_logo_title {
    padding: 5px 0;
    font-size: 4rem
}

.product_description .code {
  color: #444;
  font-size: 2.7rem;
  font-weight: var(--bodyFontWeight);
  line-height: 3.0rem;
  margin-top: 10px;
  display: block;
  letter-spacing: .1em;
}

.product_description .standard_button {
  font-family: GT Alpina;
  width: 100%;
  margin: 10px 0
}

.product_description .price {
    font-family: GT Alpina;
    font-weight: var(--bodyFontWeight);
    font-size: 2.3rem;
    display: block;
    padding-top: 0px;
    letter-spacing: 0.1rem
}

.product_description .stock {
    color: #fff;
    font-family: GT Alpina;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 10px 0;
    background: #e4e4e4;
    display: inherit;
    line-height: 4.8rem
}

.product_description .more_text {
    color: #000;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-family: GT Alpina;
    padding: 16px 0 20px 0;
    margin-top: 8px;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #fff;
    position: relative;
    -webkit-transition: max-height .3s ease-out;
    -moz-transition: max-height .3s ease-out;
    -ms-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out
}

.product_description .more_text .inner_text {
    max-width: 350px;
    margin: 0 auto;
    line-height: 2.2rem;
}

.product_description .links {
    padding: 10px 0 0 0;
    display: flex;
    width: 100%
}

.product_description .links>a,
.product_description .links>span {
    display: flex;
    align-content: stretch;
    justify-content: center;
    flex-grow: 1;
    align-items: center;
    height: 70px;
    letter-spacing: 1px;
    background: #fff;
    color: #000;
    margin-left: 1%;
    font-size: 1.4rem;
    line-height: 1.6rem;
    cursor: pointer;
    -webkit-transition: background-color .4s ease, color .4s ease;
    -moz-transition: background-color .4s ease, color .4s ease;
    -o-transition: background-color .4s ease, color .4s ease;
    -ms-transition: background-color .4s ease, color .4s ease;
    transition: background-color .4s ease, color .4s ease
}

.product_description .links>a:focus,
.product_description .links>a:hover,
.product_description .links>span:focus,
.product_description .links>span:hover {
    background: #000;
    color: #fff
}

.product_description .links>a:first-child,
.product_description .links>span:first-child {
    margin-left: 0
}

.product_description .product_socials a {
    margin: 0 10px;
    font-size: 0
}

.product_description .product_socials a:before {
    color: #777;
    font-size: 2.8rem
}

.product_description .product_socials a:focus:before,
.product_description .product_socials a:hover:before {
    color: #000
}

.product_description .links.custom_links.redesign>a,
.product_description .links.custom_links.redesign>span {
  height: 45px;
  padding-top: 3px;
  font-size: large;
  font-family: GT Alpina;
  font-weight: var(--bodyFontWeight);
}

.product_description .links.custom_links.redesign {
    border-spacing: 10px 5px
}

.product_straps {
    float: left;
    width: 100%;
    margin: 10px 0;
    position: relative;
    border: 1px solid #000
}

.product_straps.open {
    background: #fff
}

.product_straps .standard_button {
    margin: 0;
    border: 0
}

.product_straps.open .standard_button {
    background-color: #fff;
    color: #000
}

.warranty {
    color: #444;
    font-size: 1.4rem;
    font-family: GT Alpina;
    padding: 20px 0 10px 0
}

.icon-facebook:before {
    content: "\e902";
    color: #000;
    font-size: 2.4rem
}

.icon-instagram:before {
    content: "\e901";
    color: #000;
    font-size: 2.4rem
}

.icon-twitter:before {
    content: "\e903";
    color: #000;
    font-size: 2.4rem
}

.icon-youtube:before {
    content: "\e904";
    color: #000;
    font-size: 2.4rem
}

.icon-link:before {
    content: "\e905";
    color: #000;
    font-size: 2.8rem
}

.icon-mail:before {
    content: "\e908";
    color: #000;
    font-size: 2.8rem
}
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */

.wishlist {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 80;
    cursor: pointer;
    text-align: center;
    -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.wishlist:before {
    content: "\e90d";
    font-size: 2.6rem;
    font-weight: 700;
    color: #727272;
    font-family: icomoon;
    -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.wishlist:after {
    content: "\e909";
    opacity: 0;
    font-size: 0;
    color: #727272;
    font-weight: 700;
    font-family: icomoon;
    -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.wishlist.active:after,
.wishlist:focus:after,
.wishlist:hover:after {
    opacity: 1;
    font-size: 2.6rem
}

.wishlist.active:before,
.wishlist:focus:before,
.wishlist:hover:before {
    opacity: 0;
    font-size: 0
}

.wishlist.bubble {
    animation-name: bubblemovementheart;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0
}

/* --------------------------- */
/* --------------------------- */
/* --------------------------- */

.show_more{
	clear: both;
	width: 100%;
	text-align: left;
	bottom: 0;
	left: 0;
	position: relative;
}
.show_more a{
	position: relative;
	z-index: 2;
	padding: 0;
	font-size: 1.8rem;
	line-height: 3rem;
	color: #000;
	font-family: 'GT Alpina';
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-o-transition: color .4s ease;
	-ms-transition: color .4s ease;
	transition: color .4s ease;
}
.show_more a:hover,
.show_more a:focus{
	color: #000;
}

.page-page_pulsar .show_more a{
	color: #004bae;
	font-family: 'Gotham-Light';
}

.show_more .less{
	display: none;
}
.product_media .product_zoom_block{
	max-height: 800px;	
	padding: 0 !important;
	margin: 0 auto;
	position: relative;
}
.product_media .zoom_block{
	height: 100%;
	cursor: zoom-in;
	transition: transform .5s ease-out;
	-webkit-transition: transform .5s ease-out;
	-khtml-transition: transform .5s ease-out;
	-moz-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	-ms-transition: transform .5s ease-out;
	-icab-transition: transform .5s ease-out;
}
.product_media .product_zoom_block .zoom_shadow{
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  	top: 0;
}

.tile {
	position: relative;
	width: 100%;
	height: 100%;
}

.photo_zoom {
	position: absolute;
	z-index: 7;
	top: 50%;
  	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 85%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.product_thumbs_container{
	float: left;
	width: 20%;
	position: relative;
}
.product_zoom_container{
	overflow: hidden;
  	width: 75%;
}
.product_image_container{
	float: left;
	width: 100%;
	padding: 0 20px 0 20px;
}
.product_thumbs_block{
	max-width: 120px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.product_thumb{
	background: #f1f1f1;
	display: block;
	margin: 10px 0;
	width: 100%;
	position: relative;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 120px;
    border: 2px solid #f1f1f1;
	opacity: .5;
	cursor: pointer;
	transition: opacity .5s  ease;
	-webkit-transition: opacity .5s ease; 
	-khtml-transition: opacity .5s ease; 
	-moz-transition: opacity .5s ease; 
	-o-transition: opacity .5s ease; 
	-ms-transition: opacity .5s ease; 
	-icab-transition: opacity .5s ease;
}
.product_thumb:nth-child(2){
  background-position: center bottom;
}
.product_thumb.active,
.product_thumb:hover,
.product_thumb:focus,
.product_t:hover .product_thumb{
	opacity: 1;
	border: 2px solid #000;
}
.product_thumb.video{
	position: relative;
}
.page-page_pulsar .product_thumb.active,
.page-page_pulsar .product_thumb:hover,
.page-page_pulsar .product_thumb:focus,
.page-page_pulsar .product_t:hover .product_thumb{
	border: 2px solid #004bae;
}
.product_t{
	display: block;
	position: relative;
	cursor: pointer;
}

.product_t:before,
.product_t::before{
	content: '';
	background-image: url('//grandseikoshop.com/cdn/shop/t/4/assets/play.svg?v=25110966378238485541769178379');
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 70%;
	height: 70%;
	display: block;
	position: absolute;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-top: -35%;
	margin-left: -35%;
}
.page-page_pulsar .product_t:before,
.page-page_pulsar .product_t::before{
	background-image: url('//grandseikoshop.com/cdn/shop/t/4/assets/play_blue.svg?v=120114808017812743221769178379');
}
/******************************** end product page *****************************/


/***************************** shopping bag page *******************************/

.shopping_bag_container .custom_container{
	max-width: 1280px;
	padding: 40px 20px;
	text-align: center;
}
.shopping_cart_form{
	padding-top: 30px;
	width: 100%;
	float: left;
	position: relative;
}
.cart_items {
    width: 100%;
    min-width: 100%;
    text-align: left;
    border: 0;
}
.cart_item .icon-seiko span:before,
.cart_item .icon-pulsar span:before,
.cart_item .icon-clocks span:before{
	color: #000;
}
.cart_items thead th{
	color: #727272;
	font-size: 1.6rem;
	font-family: 'GT Alpina';
	text-align: center;
	padding: 10px 0 5px 0;
}
.cart_items thead th:first-child{
	width: 30%;
	padding-right: 10px;
}
.cart_items thead th:nth-child(2){
	width: 15%;
	padding-right: 5px;
}
.cart_items thead th:nth-child(3){
	width: 20%;
	padding-left: 20px;
}
.cart_items thead th:nth-child(4){
	width: 10%;
	padding-left: 15px;
}
.cart_items thead th:nth-child(5){
	width: 20%;
	padding-left: 5px;
}
.cart_items thead th:nth-child(6){
	width: 5%;
}

.cart_items tr, .cart_items td {
    vertical-align: middle;
}
.cart_items tfoot th{
	text-align: center;
	padding: 40px 0 0 0;
	border-top: 1px solid #c9cacb;
}
.cart_item_photo{
	display: block;
	padding: 0 20px 0 20px;
	max-height: 310px;
    position: relative;
    margin: 0 auto 0 auto;
	text-align: center;
}
.cart_item_photo img{
	max-height: 300px;
}
.cart_item{
	background-color: #fff;
	width: 100%;
}

.cart_item_product, .cart_item_price, .cart_item_quantity, .cart_item_total, .cart_item_remove, .cart_item_addbag {
    padding-top: 10px;
    padding-bottom: 20px;
}
.cart_item_product {
    width: 37%;
    font-size: 0;
	border-top: 1px solid #c9cacb;
	text-align: center;
}
.wishlist_container .cart_item_product{
	width: 50%
}
.cart_item_logo{
	width: 25%;
	text-align: center;
	border-top: 1px solid #c9cacb;
}
.cart_item_logo .cart_item_title{
	display: none;
}
.shopping_cart_cols{
  	padding-top: 10px;
	width: 38%;
	border-top: 1px solid #c9cacb;
}
.wishlist_container .shopping_cart_cols{
	width: 50%;
}
.wishlist_container .shopping_cart_cols table{
	max-width: 350px;
}
.wishlist_container .cart_item_remove a{
	right: 0;
}
.wishlist_container .cart_item_total{
	/* width: 35%; */
}
.cart_item_logo_wrapper{
	/* max-width: 160px; */
	display: block;
	text-align: left;
	padding-bottom: 10px;
}
.cart_item_logo_wrapper img{
	padding-bottom: 5px;
	width: 100%;
}
.cart_item_title{
	color: #000;
	font-family: 'GT Alpina';
	font-size: 1.6rem;
	line-height: 2.2rem;
}
.cart_item_price{
	width: 30%;
	text-align: center;
}
.wishlist_table .cart_item_logo{
	width: 0;
}
.wishlist_table.cart_items thead th:nth-child(2){
	width: 20%;
}
.wishlist_table.cart_items thead th:nth-child(3){
	padding-left: 25px;
}
.cart_item_price span{
	font-size: 3rem;
	font-family: 'GT Alpina';
    letter-spacing: 2px;
}
.cart_item_quantity {
    width: 20%;
    font-size: 0;
    text-align: left;
}
.qtys{
	position:relative;
}
.cart_item_quantity .decrement,
.cart_item_quantity .increment{
	color: #000;
	font-family: 'Gotham-Light';
	font-size: 1.6rem;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -7px;
	cursor: pointer;
}
.cart_item_quantity .increment{
	left: 60px;
}
.cart_item_quantity_input {
    padding: 0;
    width: 80px;
    height: 50px;
    line-height: 5rem;
    text-align: center;
    border: 1px solid #c9cacb;
	font-family: 'GT Alpina';
	font-size: 1.8rem;
}
.cart_item_total {
    width: 40%;
    text-align: left;
}
.cart_item_addbag{
	width: 40%;
	text-align: center;
}
.cart_item_total span{
	font-size: 2.0rem;
	font-family: 'GT Alpina';
    line-height: 2.4rem;
    background: #eeeeee;
    padding: 13px 13px;
    display: inline-block;
}
.cart_item_remove{
	width: 20%;
	text-align: right;
	/*border-top: 1px solid #c9cacb;*/
	position: relative;
}
.cart_item_remove a{
	position: absolute;
	top: 50%;	
  	margin-top: -12px;
	display: block;
	width: 16px;
	height: 16px;
  	transition: all .5s  ease;
	-webkit-transition: all .5s ease; 
	-khtml-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	-ms-transition: all .5s ease; 
	-icab-transition: all .5s ease;
  
}
.cart_item_remove a:before{
	content: "\e907";
	font-size: 1.8rem;
	color: #898989;
	font-family: 'icomoon';
}
.cart_item_remove a:hover,
.cart_item_remove a:focus{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.cart_items_table{
	width: 70%;
	float: left;
}
.wishlist_container .cart_items_table{
	width: 100%;
}
.wishlist_container .standard_button{	
	font-size: 1.6rem;
	letter-spacing: 0;
}
.wishlist_container .cart_item_addbag .standard_button{
	padding: 0 30px;
}
.wishlist_container .custom_container{
	max-width: 950px;
	padding: 40px 20px;
	text-align: center;
}
.cart_items_bottom{
	width: 26%;
	float: right;
	position: relative;
}
.fixed_totals{
	width: 315px;
}
.fixed_totals.fixed{
	position: fixed;
	top: 90px;
}
.cart_bottom_block_left{
	margin-top: 30px;
}

.cart_bottom_block_left .standard_button{
	display: block;
	margin: 20px 30px;
	padding: 0;
	font-size: 1.6rem;
	letter-spacing: 0;
}
.cart_bottom_block_right{
	background: #eeeeee;
	padding: 50px 35px;
}
.cart_bottom_block_right.return_logged{
	padding-top: 0;	
}
.promocode_input{
	height: 50px;
	width: 62% !important;
	float: left;
	padding: 0 22px;
	position: relative;
	font-family: 'GT Alpina';
    font-size: 1.8rem;
    text-transform: uppercase;
}
.promo_form_block{
	position: relative;
}
.promo_form_block .pholder{
	position: absolute;
	font-family: 'GT Alpina';
	font-size: 1.8rem;
	color: #000;
	z-index: 999;
	padding: 16px 20px;
	top: 0;
	left: 0
}
.cart_bottom_block_right .promocode_button{
	width: 38%;
	float: left;
	position: relative;
	padding: 0;
}
/*.cart_bottom_block_right .promocode_button:hover{
	background: #000;
	color: #fff;
}*/
.cart_bottom_block_right .checkout{
	width: 100%;
	margin-top: 30px;
	font-size: 1.6rem;
}
.cart_subtotal{
	font-family: 'GT Alpina';
	font-size: 3rem;
	clear: both;
	text-align: center;
}
.cart_subtotal span.tax{
	display: block;
	font-family: 'GT Alpina';
	color: #939598;
	font-size: 1.4rem;
	line-height: 1.2rem;
	padding-top: 15px;
}
/***************************** end shopping bag page *******************************/


/******************************** checkout page ****************************************/

.checkout_container .custom_container{
	max-width: 1320px;
	padding: 40px 0;
	text-align: center;
}
.checkout_top_block{
	width: 100%;
	padding: 40px 20px 10px 20px;
}
.checkout_tab {
	display: inline-block;
	font-size: 2.2rem;
	line-height: 5rem;
	letter-spacing: 2px;
	margin: 0 10px;
	font-family: GT Alpina;
	text-align: center;
	cursor: pointer;
	padding: 0 44px;
	color: #707373;
	background-color: transparent;
	white-space: nowrap;
	-o-transition: background-color .2s ease-out, opacity .1s ease;
	-ms-transition: background-color .2s ease-out, opacity .1s ease;
	-moz-transition: background-color .2s ease-out, opacity .1s ease;
	-webkit-transition: background-color .2s ease-out, opacity .1s ease;
	transition: background-color .2s ease-out, opacity .1s ease;
}
.checkout_tab:hover,
.checkout_tab:focus,
.checkout_tab.active {
	background-color: #fff;
	color: #000;
}

.checkout_block{
	width: 50%;
	padding: 0 10px;
	float: left;
}
.checkout_block h1{
	padding: 30px 0;
	font-size: 3.8rem;
}
.form_block{
	padding: 0 5px 20px 12px;
	width: 100%;
	text-align: left;
	position: relative;
	float: left;
}
.form_block.has-error input{
	border: 1px solid red;
	border-color: red !important;
}
.form_block.small{
	width: 50%;
}
.form_block.xsmall{
	width: 33.33333333%;
}
.form_block.city{
	width: 65%;
}
.form_block.zip{
	width: 35%;
}
.form_block.holder{
	width: 64%;
}
.form_block.card{
	width: 18%;
}
.form_block input[type='text'],
.form_block input[type='number'],
.form_block input[type='email'],
.form_block input[type='password'],
.form_block input[type='select'],
.form_block input[type='search'],
.form_block select{
	height: 50px;
	padding: 0 20px;
	background: #fff;
	width: 100%;
	font-family: 'GT Alpina';
	font-size: 1.8rem;
	color: #000;
	border-radius: 0;
	border: 1px solid #c9cacb;
}
.form_block .pholder{
	position: absolute;
	padding: 16px 25px;
	font-family: 'GT Alpina';
	font-size: 1.8rem;
	color: #000;
	top: 0;
	left: 0;
}
/* .form_block input:focus ~ .pholder, */
.promo_form_block input:focus ~ .pholder,
.form_block input:not(:empty) ~ .pholder,
/* .form_block.active .pholder, */
.promo_form_block.active .pholder{
	color: #707373;
}

.return_back a{
	display: block;
	clear: both;
	font-family: 'GT Alpina';
	color: #707373;
	font-size: 1.8rem;
	line-height: 3.6rem;
	padding: 30px 0 0 0;
}
.checkout_subtotal,
.checkout_shipping,
.checkout_total {
	clear: both;
	width: 100%;
	padding: 20px 20px 0 20px;
}
.checkout_subtotal{
	padding-top: 0;
}
.checkout_total{
	border-top: 1px solid #bbbbbb;
	margin-top: 25px;
	margin-bottom: 70px;
}
.checkout_subtotal span,
.checkout_shipping span,
.checkout_total span{
	font-family: 'UniversLT-Condensed';
	font-size: 2.4rem;
	display: inline-block;
	width: 50%;
	text-align: left;
}
.checkout_total span{
	font-family: 'GT Alpina';
	font-size: 3rem;
}
.checkout_subtotal .price,
.checkout_shipping .price,
.checkout_total .price{
	text-align: right;
}

.checkout_container .checkout_login_form{
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.checkout_container .checkout_login_form.opened{
	max-height: 100px;
	opacity: 1;
}
.checkout_billing_address{
	clear: both;
	margin: 0 auto;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.checkout_billing_address.opened{
	opacity: 1;
	max-height: 800px
}
.checkout_login_form .form_block{
	padding-right: 10px;
}
.checkout_login_form .form_block{
	width: 33%;
	float: left;
}
.checkout_login_form  .standard_button{
	width: 100%;
}
.form_block label{
	position: relative;
    font-size: 180%;
    line-height: 20px;
}
.form_block label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}
.checkbox_button {
    display: block;
    color: #000;
	font-family: 'GT Alpina';
    position: relative;
	font-size: 1.8rem;
	text-align: left;
	height: 30px;
}
.checkbox_button span{
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.checkbox_button:before {
    display: block;
    float: left;
    content: "";
    width: 30px;
    height: 30px;
    margin-right: 18px;
    background: #fff;
	border: 1px solid #c9cacb;
}
.checkbox_button.checked:after {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
}

/********************************************************** checkout page end *************************************************************/


/********************************************************* boutique page *********************************************************************/
.boutique_container {
	background: #fff;
  	position: relative;
}
.boutique_container .custom_container{
	max-width: 1040px;
	padding: 70px 5px;
	text-align: center;
	clear: both;	
}
.boutique_container .full_col{
	max-width: 960px;
	margin: 0 auto;
}

.half_col{
	width: 50%;
	padding: 20px 7px;
	margin: 0 auto;
	display: inline-block;
	margin-right: -2px;
	margin-left: -2px;
}
.grey_block{
	padding: 30px 20px;
	background: #efefef;		
	width: 100%;
	height: 100%;
	text-align: center;
}
.grey_block .boutique_hours{
	width: 60%;
	max-width: 220px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.grey_block .boutique_hours span{
	font-family: 'GT Alpina';
	color: #727272;
	font-size: 1.8rem;
	display: inline-block;
	width: 40%;
	text-align: left;
	padding-bottom: 10px;
}
.grey_block .boutique_hours span:nth-of-type(2n){
	text-align: right;
	width: 60%;
}
.full_col{
	padding: 10px 14px;
	width: 100%;
}
.full_col .appointment_form{
	max-width: 640px;
	margin: 0 auto;
	padding: 32px 10px;
}

.form_block .contact_way,
.form_block .valid_to{
    padding: 0 20px;
    background: #fff;
    width: 100%;
    font-family: 'GT Alpina';
    font-size: 1.8rem;
    color: #000;
    border-radius: 0;
	text-align: left;
}
.form_block .valid_to{
	border: 1px solid #c9cacb;
}
.form_block .valid_to .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	border: 0;
}
.form_block .contact_way > span,
.form_block .valid_to > span{
	display: inline-block;
	padding: 15px 0;
}
.form_block .contact_way label,
.form_block .valid_to label{
	display: inline-block;
	margin: 0 0 0 50px;
	position: inherit;
	padding: 16px 0;
	width: initial;
}
.form_block .contact_way select,
.form_block .valid_to select,
.form_block .contact_way .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.form_block .valid_to .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	display: inline-block;
	height: inherit;
	padding: 0;
	width: initial;
	margin-left: 20px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	display: inline-block;
	height: inherit;
	padding: 0;
	width: 100%;
	border: 1px solid #c9cacb;
}

.radio_button {
    display: block;
    color: #000;
	font-family: 'GT Alpina';
    position: relative;
	line-height: 2rem;
	font-size: 1.8rem;
}
.radio_button:before {
    display: block;
    float: left;
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 50%;
}
.radio_button.checked:after {
    position: absolute;
    top: 4px;
    left: 4px;
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
}

.help-block.form-error {
    position: absolute;
	display: none !important;
    right: 5px;
    font-size: 1.2rem;
    bottom: 5px;
    color: red;
    font-family: 'GT Alpina';
}

/********************************************************* boutique page end *********************************************************************/


/*********************************************************** login page ****************************************************/
.form_block.nopadd{
	padding-bottom: 0;
}
.login_container .or{
	font-family: 'GT Alpina';
	font-size: 1.8rem;
	line-height: 3.6rem;
}


.login_form_block form,
.register_form_block form,
.recovery_form_block form,
.custom_form_block form{
	padding-top: 20px;
}
/*.recovery_form_block,
.register_form_block{
	display: none;
}*/
.login_container{
	padding: 0 50px;
}

.form_block a.forgotpassword{
	font-family: 'GT Alpina';
	font-size: 1.8rem;
	line-height: 3.6rem;
	text-align: center;
	color: #000;
	padding: 8px 0;
	position: relative;
	display: inline-block;
}
.textcenter{
	text-align: center;
}
/************************************************** login page end ***************************************************************************/

/************************************************** profile page ***************************************************************************/

.profile_container .custom_container{
	max-width: 660px;
	padding: 40px 20px;
	text-align: center;
}

.profile_container .profile_block{
	padding: 35px 0 0 0;
	float: left;
}
.profile_block .standard_button.white{
	width: 100%;
	border: 1px solid #000;
	margin-top: 0;
}
.profile_block .standard_button{
	width: 100%;
	padding: 0px;
  	margin-top: 20px;
}
.profile_block .form_block{
	text-align: center;
}
.profile_block .form_block .contact_way span{
	color: #707373;
}

/************************************************** profile page end ***************************************************************************/

.light_paragraph{
	font-family: 'GT Alpina';
	font-size: 2.4rem;
	line-height: 3.2rem;
	padding: 40px 5px;
	text-align: left;
}
.light_paragraph p{padding-bottom:20px}
.light_paragraph.center{
	text-align: center;
}
.standard_paragraph{
	font-family: 'UniversLT-Condensed';
	font-size: 2.4rem;
	text-align: center;
	padding: 30px 0 35px 0;
	line-height: 2.8rem;
}

/**************************************************** corporate page *************************************************/
.corporate_container{
	background: #fff;
  	position: relative;
}
.corporate_container .top_corp_container{
	max-width: 1040px;
	padding: 70px 15px 0 15px;
	text-align: center;
	margin: 0 auto;
}
.corporate_container .light_paragraph{
	padding: 40px 0;
}
.corporate_container .half_col{
	padding: 30px 12px 15px 12px;
}
.product_name_price .product_category{
	font-family: 'GT Alpina';
	font-size: 2.4rem;
	padding: 5px 0;
	display: block;
	color: #000;
}
.custom_service_block{
	max-width: 776px;
	padding: 30px 15px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.grey_block .light_paragraph{
	text-align: center;
	line-height: 3rem;
}
.corporate_container .grey_block .light_paragraph{
	padding: 15px 0;
}

.grey_block img{
	padding-bottom: 40px;
}
.top_watchregpart{
	max-width: 1030px;
	margin: 0 auto;
	padding: 52px 15px 0 15px;
	text-align: center;
}
.top_watchregpart .light_paragraph{
	text-align: center;
	padding: 30px 0 0 0;
	line-height: 2.2rem;
  	font-size: 1.8rem;
}
.watchreg_form .contact_way select{
	float: right;
}
.pages_top_slider .carousel-bg{
	padding-bottom: 31.25%;
}

.profile_container .watchreg_form .watchreg_block{
	padding: 35px 0 50px 0;
  	float:left
}
.col_no_equal_3 .form_block{
	width: 42%;
}
.col_no_equal_3 .form_block:first-child{
	width: 16%;
}

.form_block.col_equal_3{
	width: 33.33333%;
}
.form_block.col_equal_2{
	width: 50%;
}

.standard_button.width_full,
.grey_block .standard_button{
	width: 100%;
	clear: both;
	padding: 0px 5px;
}
.padding_checkbox{
	padding: 0 5px 20px 5px !important;
}


/********************************** support page ***************************/
.search_title_container{
  text-align: center;
  height:60%;
  background: #efefef;
}

.support_container{
	text-align: center;
	padding: 30px 0 0 0;
	background: #efefef;
}
.support_container .section_title,
.profile_container .section_title{
    font-size: 3.6rem;
}

.support_tabs,
.search_tabs{
	width: 100%;
	padding: 20px 15px 0 15px;
	display: table;
	max-width: 860px;
	margin: 0 auto;
}
.search_tabs{
	max-width: 620px;
}
.support_tabs .support_tab,
.search_tabs .search_tab{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.8rem;
	letter-spacing: 0;
	font-family: GT Alpina;
	text-align: center;
	cursor: pointer;
	padding: 16px 15px;
	color: #707373;
	background-color: transparent;
	-o-transition: background-color .2s ease-out, opacity .1s ease;
	-ms-transition: background-color .2s ease-out, opacity .1s ease;
	-moz-transition: background-color .2s ease-out, opacity .1s ease;
	-webkit-transition: background-color .2s ease-out, opacity .1s ease;
	transition: background-color .2s ease-out, opacity .1s ease;
}
.search_tabs .icon-seiko span:before,
.search_tabs .icon-pulsar span:before{
	font-size: 2rem;
}
.search_tabs span{
	display: block;
	line-height: 2rem;
}
.search_tabs .search_tab{
	font-size: 3.2rem;
}
.support_tabs .support_tab:hover,
.support_tabs .support_tab:focus,
.search_tabs .search_tab:hover,
.search_tabs .search_tab:focus{
	color: #000;
}
.support_tabs .support_tab.active,
.search_tabs .search_tab.active {
	background-color: #fff;
	color: #000;
}
.support_block{
	width: 100%;
  	height: 100%;
	background: #fff;
}

.support_block .custom_container{
	max-width: 1420px;
	margin: 0 auto;
	padding: 40px 20px;
	position: relative;
}
.support_tab_block.general.active,
.support_tab_block.manuals.active,
.support_tab_block.faq.active{
	padding-bottom: 140px;
}
.support_submenu{
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.support_submenu span{
	color: #707373;
	font-size: 1.8rem;
	line-height: 3.6rem;
	font-family: 'GT Alpina';
	margin: 0 25px;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}
.support_submenu span:hover,
.support_submenu span:focus,
.support_submenu span.selected{
	color: #000;
}

.third_col{
	width: 33.3333%;
	padding: 10px;
	margin: 0 auto;
	display: inline-block;
	margin-right: -2px;
	margin-left: -2px;
}
.third_col .section_title{
	font-size: 3.6rem;
	line-height: 3rem;
	min-height: 120px;
}
.support_tab_block.service .third_col .section_title{
  	min-height: 60px;
}
.third_col .light_paragraph{
	max-width: 260px;
	margin: 0 auto;
	padding: 0 5px;
}
.third_col .grey_block img{
	width: 60%;
	max-width: 200px;
	padding: 35px 0;
	cursor: pointer;
}

.flexbox{
    font-size: 0;
}
.grey_block.support_tab{
	cursor: pointer;	
}
.grey_block.support_tab img{
	transition: all .5s  ease;
	-webkit-transition: all .5s ease; 
	-khtml-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	-ms-transition: all .5s ease; 
	-icab-transition: all .5s ease;
}
.grey_block.support_tab img:hover,
.grey_block.support_tab img:focus{
	transform: scale(1.03);
	-moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.support_tab_block{
	opacity: 0;
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	-o-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.support_text_block .section_title{
	display: none;
}
.support_tab_block.active{
	opacity: 1;
	visibility: visible;
	max-height: inherit;
}
.support_tab_block .light_paragraph h2{
	font-family: 'GT Alpina';
	font-size: 2.4rem;
	padding: 50px 0 25px 0;
}
.support_tab_block .light_paragraph span{
	padding-left: 45px;
	display: block;
}
.support_tab_block .light_paragraph a{
	color: #000;
	text-decoration: underline;
	padding: 0 2px;
  	white-space: nowrap;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.support_tab_block .light_paragraph a:hover,
.support_tab_block .light_paragraph a:focus{
	background: #000;
	color: #fff;
	text-decoration: none;
}
.support_tab_block .light_paragraph strong{
	font-family: 'GT Alpina';
	font-weight: 400;
}
.support_tab_block .half_col{
	max-width: 550px;
}
.support_tab_block.general .half_col{
	padding: 0 5px;
}
.support_tab_block.general .light_paragraph{
	padding: 5px 0 25px 0;
}
.support_tab_block.general .standard_button{
	width: initial;
	padding: 0 40px;
}
.support_tab_block.general .grey_block{
	padding: 35px 25px;
}
.manuals_form .form_block{
	position: relative;
}
.manuals_form .form_block input{
	border: 1px solid #b7b7b7;
	box-shadow: none;
}
.manuals_form .form_block input:focus{
	border: 1px solid #000;
}
.manuals_form .form_block button{
	position: absolute;
	right: 20px;
	background: transparent;
	border: none;
	outline: none;
	top: 12px;
	background-position:center;
}
.manuals_form .form_block button:before{
	color: #000;
}
.manuals .sku{
	color: #707373;
	font-family: 'GT Alpina';
	font-size: 1.6rem;
	display: block;
}
.manuals_form .standard_button{
	display: none;
	margin-top: 40px;
  	padding: 0;
}

.support_tab_block.faq{
	max-width: 1000px;
	margin: 0 auto;
}
.faq_block{
	width: 50%;
	float: left;
	padding: 0 15px 0 7px;
	margin-right: -2px;
	margin-left: -2px;
}
.faq_col{
	width: 100%;
	padding: 10px 0 10px 0;
    margin: 0 auto;
    display: inline-block;
}
.faq_block:nth-child(2){
	padding-right: 0;
}
.faq_col div{
	background-color: #b7b7b7;
	color: #fff;
	font-family: 'UniversLT-Condensed';
	text-align: center;

	cursor: pointer;
	padding: 0 10px;
}
.faq_col .question{
	height: 100px;
	font-size: 2.4rem;
	position: relative;
}
.faq_col .question span{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	padding: 0 5px;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.faq_col .question:hover,
.faq_col .question:focus,
.faq_col.active .question{
	background: #707373;
}
.faq_col .answer{
	font-size: 1.8rem;
	font-family: 'UniversLT-Condensed';
	overflow: hidden;
	padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.faq_col.active .answer{
}
.faq_col .answer span{
	position: absolute;
	width: 95%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.faq_col .answer span a{
   color: #fff;
   text-decoration: underline;
}

.padding_no{
	padding: 0;
}

.support_tab_block .grey_block{
	padding: 60px 25px;
	position: relative;
}
.custom_service_block .grey_block{
	position: relative;
}
.support_tab_block .light_paragraph{
	padding: 30px 20px;
	line-height: 2.4rem;
	font-size: 2rem;
}
.support_tab_block.faq .light_paragraph{
	padding: 30px 0;
	line-height: 2.6rem;
	font-size: 2.4rem;
}

.support_tab_block.service .grey_block .standard_button{
     font-size: 1.8rem;
}

.support_tab_block.manuals .third_col{
	padding: 0 10px 20px 10px;
	max-width: 380px;
}

.note{
	font-family: 'GT Alpina';
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #727272;
	text-align: left;
	display: block;
	padding-top: 5px;
}

.shopping_cart_cols table,
.shopping_cart_cols tr{
	width: 100%;
}
/*.shopping_cart_cols table{
	max-width: 180px;
}*/


.btn-default {
	color: #000 !important;
	border-radius: 0;
	border: 0 !important;
	background: #fff;
	font-family: 'GT Alpina' !important;
    font-size: 1.8rem;
	padding: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.btn-default {
    padding: 0 10px;
    line-height: 1.8rem;
}
.form_block .contact_way .btn-default, 
.form_block .valid_to .btn-default{
	padding: 0 10px;
	line-height: 1.8rem;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
	padding: 15px 10px;
	font-size: 1.8rem;
    text-transform: capitalize;
}
.selectpicker {
	visibility: hidden;
}
.form_block .btn-default:hover,
.form_block .btn-default:focus{
	background: #fff;
	border-color: #fff;
}
.form_block .btn-default:active:hover, 
.form_block .btn-default:active:focus, 
.form_block .btn-default.active:hover, 
.form_block .btn-default.active:focus, 
.form_block .open > .dropdown-toggle.btn-default:hover, 
.form_block .open > .dropdown-toggle.btn-default:focus, 
.form_block .btn-default:active:focus, 
.form_block .btn-default.active:focus,
.form_block .open > .dropdown-toggle.btn-default.focus,
.form_block .btn-group .dropdown-toggle:active, 
.form_block .btn-group.open .dropdown-toggle,
.form_block .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
	background: #fff !important;
	color: #000000 !important;
	border-color: #fff !important;
}
.bootstrap-select.open .btn-default,
.bootstrap-select.open .btn-default:focus {
	border-color: #fff !important;
}
.btn-group .dropdown-toggle:active, 
.btn-group.open .dropdown-toggle {
	outline: none !important;
	-moz-box-shadow: 0px 7px 7px 0 rgba(126,126,126); 
	-webkit-box-shadow: 0px 7px 7px 0 rgba(126,126,126); 
	box-shadow: 0px 7px 7px 0 rgba(126,126,126);
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	top: 22px;
	right: 10px;
	margin-top: 0;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-top: 5px solid #000;
	position: absolute;
  	
  	-o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.bootstrap-select.open.btn-group .dropdown-toggle .caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 0;
	border-bottom: 5px solid #000;
	position: absolute;
}
.form_block .dropdown-menu {
    padding: 0;
    top: 48px;
    margin: 0;
    border: 0 !important;
    border-top: none;
    border-radius: 0;
    width: 100%;
    -moz-box-shadow: 0px 7px 7px 0 rgba(126,126,126); 
	-webkit-box-shadow: 0px 7px 7px 0 rgba(126,126,126); 
	box-shadow: 0px 7px 7px 0 rgba(126,126,126);

	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0 !important;
    min-height: 0 !important;
    display: block;
    overflow: hidden;
}
.bootstrap-select.open .dropdown-menu {
    max-height: 250px !important;
}
.form_block .dropdown-menu > li {
	 font-size: 1.8rem;
}
.form_block .dropdown-menu > li:first-child {
	border-top: none;
}
.form_block .dropdown-menu > li > a {
	padding: 8px 20px;
	font-family: 'GT Alpina';
	white-space: normal;
	-webkit-transition: background-color .4s ease, color .4s ease;
	-moz-transition: background-color .4s ease, color .4s ease;
	-o-transition: background-color .4s ease, color .4s ease;
	-ms-transition: background-color .4s ease, color .4s ease;
	transition: background-color .4s ease, color .4s ease;
}
.form_block .dropdown-menu > li > a:hover,
.form_block .dropdown-menu > li > a:focus{
	background: #000;
	color: #fff;
}
.form_block .dropdown-menu > li > a:after {
	display: block;
	content: "";
	clear: both;
}

.form_block .dropdown-menu > li > a img {
	height: 16px;
	max-width: 50%;
	float: right;
	display: block;
}
.form_block .btn-default img {
	display: none;
}
.form_block .dropdown-menu li:first-child{
	display: none;
}


.error_container .custom_container{
	max-width: 1210px;
	padding: 0 6px;
	position: relative;
}
.error_block{
	max-width: 535px;
	margin: 0 auto;
	text-align: center;
}

.error_block h1{
	color: #000000;
	font-size: 30.8rem;
	padding: 40px 0;
	margin: 0;
	line-height: 16.2rem;
}

.error_block h2,
.error_block span{
	font-size: 2.4rem;
	font-family: 'GT Alpina';
}

.error_block form{
	max-width: 390px;
	margin: 0 auto;
	margin-top: 35px;
}
.error_form .form_block{
	position: relative;
}
.error_form .form_block input{
	border: 1px solid #b7b7b7;
	box-shadow: none;
}
.error_form .form_block input:focus{
	border: 1px solid #000;
}
.error_form .form_block button{
	position: absolute;
	right: 25px;
	top: 10px;
	background: transparent;
	border: none;
	outline: none;
	background-position:center;
}
.error_form .form_block button:before{
	color: #000;
	font-size: 3.2rem;
}

.collections_block.listing .loadmore{
	background-image: url('//grandseikoshop.com/cdn/shop/t/4/assets/loader.svg?v=168499838414338736361769178379');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 50px;
	height: 500px;
	content: '';
	margin: 0 auto;
}

.schedulrequestform_loading{
  background-image: url('//grandseikoshop.com/cdn/shop/t/4/assets/loader.svg?v=168499838414338736361769178379');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  content: '';
  margin: 0 auto;
  display: none;
  pointer-events: none;
}

.email_sent{
  	display: none;
  	font-size: 2rem;
}

.selected_filters, ul.filters_shortcut_cont,ul.sorting_shortcut_cont{display:none; margin-bottom:0;}
ul.sorting_shortcut_cont:nth-child(3){float: right;}



#boutique_step2{display:none}

.custom_form_block{
    padding: 0 5px;
    width: 100%;
    text-align: center;
    margin:0 auto;
 	max-width: 500px
}

.p_text,
.shopify-challenge__message,
.no_manual_found{
	font-family: 'GT Alpina';
	font-size: 1.8rem;
	line-height: 2rem;
  	text-align: center;
  	clear: both
}
.shopify-challenge__container{
	padding: 50px 10px;
}
.search_tab_content{
	display: none;
}
.search_tab_content.active{
	display: block;
}
.search_title_block{
  	max-width:555px;
	margin: 0 auto 20px auto;
  	text-align: center;
}

.search_title_block .search_result_form{
	max-width: 390px;
    width: 100%;
  	margin: 0 auto;
  	padding: 0 5px;
}
.search_result_form .form_block{
	position: relative;
}
.search_result_form .form_block input{
	border: 1px solid #000;
	box-shadow: none;
}
.search_result_form .form_block button{
	position: absolute;
	right: 23px;
	background: transparent;
	border: none;
	outline: none;
	top: 12px;
	background-position:center;
}
.search_result_form .form_block button:before{
	color: #000;
  	font-size: 3rem;
}
.search_title_block .big_title{
	font-size: 3.4rem;
   	line-height: 3.4rem;
  	padding: 38px 0 15px 0;
 	 text-transform: uppercase;
}

.no_res{
	padding-bottom: 50px;
}

.product_block.p_hide{
	opacity: 0;
    visibility: hidden;
    width: 0;
    padding: 0;
 	position: static;
}


.product_block.p_show{
	-o-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.empty_bag,
.no_products{
    color: #000;
    font-size: 1.8rem;
    padding: 0;
    font-family: 'GT Alpina';
    padding-top: 20px;
   
    clear: both;

}

.no_products{
	padding: 100px 0;
  	text-align: center;
  	display: none;
}

.spinner{
	width: 40px !important; 
    height: 40px !important; 
    top: 40% !important;
  	position: absolute;
  	left: 50% !important;
  	margin-left:-20px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text{
	text-transform: capitalize
}

.cart_item_collection{ text-align: center;padding: 5px 0; font-size: 2.4rem;}

.product_text{
	position: relative;
}

.product_text {
    clear: both
}

.show_more:before {
    content:'';
    width:100%;
    height:30px;    
    position:absolute;
    left:0;
    top:-30px;
 	display: block;
    background: rgba(255,255,255,0.3);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.3)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef', GradientType=0 ););
}
.show_more.opened:before{
	display: none;
}

.more_text.longtext.opened:before{
	display: none;
}
.home_slider_button{border:0;}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}



.watchreg_block .valid_to > span,
.watchreg_block .valid_to .btn-group{
	width: 20% !important;
}

.story_gallery .flickity-slider {
  transform: none !important;
}

.story_gallery_cell {
  left: 0 !important;
  opacity: 0;
  z-index: -1;
  transition: opacity .5s  ease, z-index .5s  ease;
  -webkit-transition: opacity .5s  ease, z-index .5s  ease; 
  -khtml-transition: opacity .5s  ease, z-index .5s  ease; 
  -moz-transition: opacity .5s  ease, z-index .5s  ease; 
  -o-transition: opacity .5s  ease, z-index .5s  ease; 
  -ms-transition: opacity .5s  ease, z-index .5s  ease; 
  -icab-transition: opacity .5s  ease, z-index .5s  ease;
}

.story_gallery_cell.is-selected {
  opacity: 1;
  z-index: 0
}

.copy_link{
	opacity:0;
  	font-size: 0;
}

.top_banner{
  font-family: GT Alpina;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 7px 10px;
  background: #000;
  color: #fff;
}
.top_banner a{
  font-size: 1.6rem;
  color: #fff;
}
.page-page_pulsar .top_banner{
	background: #004bae;
	font-family: 'Gotham-Bold';
}
.discount{
	color: #727272;
  	font-size: 2.3rem;
  margin-right: 10px;
  	line-height: 2rem;
  	/* display: block; */
  	font-family: 'GT Alpina';
  	text-decoration: line-through;
}
.page-page_pulsar .discount{
	font-family: 'Gotham-Light';
	
}
.product_name_price .discount{
  	height: 24px;
}

.product_image_invisible{
	width:120%;height:auto
}
.collections_section.product_section{
	border-top: 1px solid #000;
}

.product_price_container{
	display: inline-block;
	background: #eeeeee;
	padding: 14px 20px 12px 12px;
	margin-top: 14px;
}

.product_name_container{
	display: inline-block;
	padding: 5px 35px 15px 18px;
	margin-top: 17px;
}
.product_name_container.withdiscount{
	padding: 15px 35px 15px 18px;
}

.page-customers_login,
.page-customers_reset_password{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


/*******************************/


.dialog_container{
	text-align: center;
	background: #fff;
	max-width: 700px;
	height: 700px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.seiko_dialog {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	z-index: 8;
	width: 100%;
	padding: 0 90px;
	transition: all .5s  ease;
	-webkit-transition: all .5s ease; 
	-khtml-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	-ms-transition: all .5s ease; 
	-icab-transition: all .5s ease;

}

.seiko_dialog.active {
    z-index: 99;
}

.register_form_block.seiko_dialog,
.recovery_form_block.seiko_dialog{
	right: -120%;
}
.login_form_block.seiko_dialog{
	left: -120%;
}
.login_form_block.active.seiko_dialog{
	left: 0;
}
.register_form_block.active.seiko_dialog,
.recovery_form_block.active.seiko_dialog{
	z-index: 1;
	right: 0;
}

.line_price{
	display: none !important;
}

.g-recaptcha{
	width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.bv_main_container{background-color: transparent!important;}
#product_reviews{text-align:center!important}

.productinfo_add_to_cart,.social_add_to_cart{
	overflow: hidden;
  	height: 48px;
    font-family: GT Alpina;
    font-weight: var(--bodyFontWeight);
}
.product_description .productinfo_add_to_cart{
  	height: 48px;
  	color: #fff;
}
.product_description .productinfo_add_to_cart:hover,
.product_description .productinfo_add_to_cart:focus{
	color: #000;
}
.page-page_pulsar .product_description .productinfo_add_to_cart:hover{
  	color: #004bae;
}
.productinfo_add_to_cart .added,
.productinfo_add_to_cart .addto,
.social_add_to_cart .added,
.social_add_to_cart .addto{
	transition: top .5s  ease;
	-webkit-transition: top .5s ease; 
	-khtml-transition: top .5s ease; 
	-moz-transition: top .5s ease; 
	-o-transition: top .5s ease; 
	-ms-transition: top .5s ease; 
	-icab-transition: top .5s ease;
  	position: absolute;
  	left: 50%;
  	top: 0;
    transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  
}
.added{
    display: none;
}

.added_active, .added_active:hover{
	background: #000;
  	color: #fff;
  font-family: GT Alpina;

}

.product_description .added_active, .product_description .added_active:hover{
	background: #fff;
  	color: #000;

}

.page-page_pulsar .product_description .added_active, .page-page_pulsar .product_description .added_active:hover{
	background: #fff;
  	color: #004bae;

}

.shopify-challenge__container .g-recaptcha{
	margin: 10px auto !important;
}

.member{
  	font-family: 'GT Alpina';
    font-size: 1.6rem;
    text-align: center;
    color: #000;
    padding: 5px 0 0 0;
    position: relative;
    display: inline-block;
}

.member span{
	cursor: pointer;
 	text-decoration: underline;
}
.paddingtopform{
	padding-top: 30px;
}

.discount_info_cont{
  	background-color:#eee;
  	padding:42px;
  	line-height: 3rem;
    color: #000;
    font-family: GT Alpina;
    font-size: 3.6rem;
    margin: 0 0 42px 0;
    text-transform: uppercase;
    text-align:center;
}
.discount_info_popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;visibility: hidden;opacity:0;}
.discount_info_popup.opened{visibility:visible;opacity:1;}
.discount_info_popup_over{width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0.74);z-index:1;}

.discount_info_popup_block1{
  width:80%;
  height:500px;
  position:absolute;
  top:10%;
  left:50%;
  z-index:2;
  background:#fff;
  padding:0px 0px 0px 0px;
  text-align:center;   
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.discount_info_popup.opened .discount_info_popup_block1{top:20%;}

.discount_info_popup_text1{
  padding:0;
  color: #000;
  font-family: GT Alpina;
  margin: 0 0 0 0;
  /* text-transform: capitalize; */
  text-align:center;
  
  	/* line-height: 4.8rem; */
    /* font-size: 4.8rem; */
}
.discount_info_popup_img{
  /* width:50%;
  background:url('https://img.freepik.com/premium-photo/excited-crazy-amazed-girlish-lady-open-mouth-wow-reaction_274222-27283.jpg'); */
}

.discount_info_popup, .discount_info_popup_block1{
    transition: all .5s  ease;
	-webkit-transition: all .5s ease; 
	-khtml-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	-ms-transition: all .5s ease; 
	-icab-transition: all .5s ease;
}



.banner_time{
  	display: block;
	font-size: 1.2rem;
  	color: red;
}



.page-collection_seiko_5_sports{padding: 0}

.collection_handle_seiko-5-sports .video-js.vjs-16-9{
	padding-top: 41.53204794163627%;
}

.collection_handle_seiko-5-sports .col5video .video-js.vjs-16-9{
	padding-top: 56.25%;
}

.collection_handle_seiko-5-sports .catalog_top_image, .collection_handle_seiko-5-sports .video_viewport{
	padding-bottom: 41.53204794163627%;
  	background-color: #000;
}
.collection_handle_seiko-5-sports .parallax_bg{left: 0}
.collection_handle_seiko-5-sports .video_viewport img{
	position: absolute;
    width: 100%;
    max-width: 1360px;
    padding: 0 20px;
    left: 50%;
    top:50%;
    -o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.collection_handle_seiko-5-sports .video_viewport .video-js .vjs-tech{
	height: auto;
}

.collection_handle_seiko-5-sports .video_viewport .vjs-control-bar{
	display: none;
}




.concept5{
	background-color: #000;
  	position: relative;
    padding-bottom: 30%;
}
.concept5_image{
  	position: absolute;
    bottom: 0;
    left: 50%;
    width: 70%;
    overflow: hidden;
    height: 85%;
  	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.concept5 img{
	opacity: .4;
    position: absolute;
    bottom: 0;
  	right: 0;
  	width: 120%;
}

.concept_span1{
	/*font-size: 11rem;
  	line-height: 11rem;*/
  	font-size: 4.8rem;
  	line-height: 4.8rem;
  	color: #fff;
  	position: absolute;
    top: 18%;
    right: 5%;
	font-family: 'GT Alpina';
  	text-align: right;
}

.concept_span2{
	font-size: 4.8rem;
  	line-height: 4.8rem;
  	color: #fff;
  	position: absolute;
    bottom: 4%;
    left: 5%;
	font-family: 'GT Alpina';
}

.collections_container5{
	background-color: #000;
  	position: relative;
  	padding: 80px 0 40px 0;
}

.collections_block5{
}

.img_block5,
.text_block5{
	width: 50%;
}

.img_block5 div{
    background-repeat: no-repeat;
    background-position: center 100%;
  	/*transition: background-position .2s  linear;
	-webkit-transition: background-position .2s linear; 
	-khtml-transition: background-position .2s linear; 
	-moz-transition: background-position .2s linear; 
	-o-transition: background-position .2s linear; 
	-ms-transition: background-position .2s linear; 
	-icab-transition: background-position .2s linear;*/
  
  	transition: background-position .2s cubic-bezier(0.09, 0.61, 0.47, 0.95);
  	-webkit-transition: background-position .2s cubic-bezier(0.09, 0.61, 0.47, 0.95);
  	-khtml-transition: background-position .2s cubic-bezier(0.09, 0.61, 0.47, 0.95);
  	-moz-transition: background-position .2s cubic-bezier(0.09, 0.61, 0.47, 0.95);
  	-o-transition: background-position .2s cubic-bezier(0.09, 0.61, 0.47, 0.95);
  	-ms-transition: background-position .2s cubic-bezier(0.09, 0.61, 0.47, 0.95);
    padding-bottom: 69.76744186046512%;
    position: relative;
  	background-size: cover;
}

.img_block5 img{
	height: 100%;
  	position: absolute;
  	left: 50%;
  	top: -19px;
  	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.text_block5{
	align-items: center;
    vertical-align: middle;
    display: flex;
}

.text_block5 h2 {
    font-size: 5.5rem;
    line-height: 5.5rem;
    margin: 0;
    color: #fff;
    font-family: 'GT Alpina';
    padding-bottom: 10px;
}
.text_block5 span {
    display: block;
    font-family: "GT Alpina";
    font-size: 2.4rem;
    color: #fff;
    padding: 25px 0 25px 0;
}
.cat_text5{
	position: relative;
    padding-left: 100px;
    left: inherit;
    padding: 0 20px 0 100px;
  	max-width: 550px;
}

.collection5_items .collections_filter .filter_logo{
	margin: 13px 0px 11px 30px !important;
    max-width: 120px;
    max-height:22px;
	margin: 11px 30px;
  	float: left;
  	display: inline-block;
}

.collection5_items .collections_filter .collection_logo{
	margin: 11px 30px;
    font-size: 2.2rem;
    display: inline-block;
  	text-transform: uppercase;
  	float: left;
}

.standard_button.red{
	background: #cd1414;
  	color: #fff;
    padding: 0 13px;
  	cursor: pointer;
    font-size: 1.4rem;
    line-height: 40px;
  	letter-spacing: 2px;
}
.standard_button.red:before{
  display: none
}

.collection5_items{
	clear: both;
  	width: 100%;
}

.collection5_parent{
	padding: 0 100px 40px 100px;
  	display: flex;
    flex-wrap: wrap;
  	width:100%
}
.collection5_items .collections_filter{
	padding: 0;
}
.collection5_parent.active{
	
}
.collection5_items{
	height: 0;
  	opacity: 0;
  	overflow: hidden;
}

.collections_block5.active .collection5_items{
	height: 100%;
  	opacity: 1;
}

.collections_block5.active + .collections_block5{
	padding-top: 55px;
}

.collection5_videos_container{
	width: 100%;
  	display: flex;
    flex-wrap: wrap;
  	position: relative;
}

.collection5_videos_block{
	width: 25%;
  	position: relative;
}

.cvb5{
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	padding-bottom: 100%;
}

.collection5_videos_block.video{
	width: 50%;
  	cursor: pointer;
}

.collection5_videos_block.video .cvb5{
	padding-bottom: 50%
}

.collection5_videos_block.video:after{
	content:'';
  	display: block;
  	position: absolute;
  	top: 50%;
    left: 50%;
  	width: 100px;
  	height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background-image: url(//grandseikoshop.com/cdn/shop/t/4/assets/play5.svg?v=312);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.img_block5{
	-webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  	opacity: 0;
}

@-webkit-keyframes slideInUpCustom {
  from {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInUpCustom {
  from {
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slideInUpCustom {
  -webkit-animation-name: slideInUpCustom;
  animation-name: slideInUpCustom;
}

.collection5_items .collections_section{
  clear: both;
  height: initial;
  background: #fff;
  position: relative;
  text-align: center;
}


/* for main divs core and luxe */
.container {
  display: flex;
  margin-bottom: 10px;
  margin-top: 30px;
}

.main-div {
  flex: 1;
  /* Add any additional styling you need for each discount div */
  height: 400px; /* Set the height as per your requirement */
  /* padding: 5px; /* Optional: Add padding to the div */ */
  /* border: 1px solid black; /* Optional: Add border for visibility */ */
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  justify-content: center; /* Center horizontally */
  align-items: center;
  display:flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add box shadow */
  border-radius: 8px;
}

.discount-div {
  flex: 0 1 auto;
  width: 24%;
  margin-bottom: 15px;
  /* Add any additional styling you need for each discount div */
  height: 400px; /* Set the height as per your requirement */
  /* padding: 5px; /* Optional: Add padding to the div */ */
  /* border: 1px solid black; /* Optional: Add border for visibility */ */
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  justify-content: center; /* Center horizontally */
  align-items: center;
  display:flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add box shadow */
  border-radius: 8px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Half black transparent */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000; /* Ensures the overlay is on top */
}

.loader {
  position: relative;
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #000; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Qouta table css */
table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 7px 3px;
}
table.blueTable tbody td {
  font-size: 14px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #000 0%, #000 66%, #000 100%);
  background: -webkit-linear-gradient(top, #000 0%, #000 66%, #000 100%);
  background: linear-gradient(to bottom, #000 0%, #000 66%, #000 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

/* ----------------- */
/* cart alert banner */
/* ----------------- */
.banner {
   position: absolute;
    top: 0;  /* Adjust this as needed for your layout */
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    z-index: 9999;
    margin-bottom: 10px;
}

/* promo page banner */
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0px solid #000; /* Adds a 2px solid black border */
  padding: 10px;
  overflow: hidden;
}

/* index page margin settings for row */
.rowindex {
    padding: 30px;
    background-color: grey;
    margin-top: 50px;
}
@media only screen and (max-width: 980px) {
  .rowindex {
padding: 5px;
    display: grid;
    grid-template-columns: 1fr;
  }
}

.image-link {
  flex: 1;
  margin: 0 5px; /* Adds a small margin between images */
  position: relative; /* Allows positioning of the image relative to the link */
  overflow: hidden;
}

.image {
  height: 50vh; /* Set a fixed height for both images */
  width: 100%; /* Ensures the image takes up the full width of the link container */
  object-fit: cover; /* Ensures the image covers the allocated space without distortion */
  display: block; /* Ensures the image behaves like a block element */
  transition: transform 0.3s ease;
}

.image-link:hover .image {
    transform: scale(1.05); /* Zooms the image in by 10% on hover */
}

/* ------------------- */
/* collections listing */
/* ------------------- */
.home-collections {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.home-collections .collection {
  display: block;
  height: 50vh;
  position: relative;
  overflow: hidden;
  transition: all ease 0.4s;
  margin: 5px;
  cursor: pointer;
}

.home-collections .main-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease 0.4s;
}

.home-collections .collection:hover .main-img {
    transform: scale(1.1);
}

.home-collections .info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 230px;
    left: 0;
    right: 0;
    margin: 0 auto;

}

.home-collections .info h2 {
    font-size: 3.5rem;
    color: #000;
}

.full-clm {
    grid-column: span 2;
    cursor: pointer;
}

.banner-video {
    width: 100%;
    height: 75vh;
    object-fit: cover;
}

.info {
  /* font-family: GT Alpina; */
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for better readability */
    /* color: white; /* Text color */ 
    /* font-family: MONOSPACE; */
    /* font-size: 18px; */
    /* padding: 10px; /* Padding around the text */
    /* text-align: center; /* Center the text */ 
    /* z-index: 1; /* Ensure the text is on top */  
}
/* ------------------- */
/* collections listing */
/* ------------------- */


/* -------------------------------- */
/* serach input on collections page */
/* -------------------------------- */
.input-elevated{
  font-size: 16px;
  line-height: 1.5;
  border: none;
  background: #FFFFFF;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 20px 20px;
  box-shadow: 2px 3px 4px 4px rgba(0,0,0,0.08);
  border-radius: 0px;
  width: 100%;
  padding: .5em 1em .5em 2.5em;
} 

.input-elevated::placeholder{
  color: #838D99;
}

.input-elevated:focus {
  outline: none;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.16);
}

/* collection banner img */
.banner-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0px solid #000; /* Adds a 2px solid black border */
  padding: 10px;
  overflow: hidden;
}

/* ------------------ */
/* price range slider */
/* ------------------ */

.wrapper {
  width: 100%;
  background: #fff;
  border-radius: 0px;
  padding: 10px 20px 35px;
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.1);
}
header h2 {
  font-size: 24px;
  font-weight: 600;
}
header p {
  margin-top: 5px;
  font-size: 16px;
}
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 5%;
  right: 5%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* ------------------- */
/* product listing css */
/* ------------------- */
.collection-item {
  display: flex;
  align-items: center;    
  margin: 10px 0;
  font-size:medium;
  margin-top:5px;
}

.collection-item input[type="checkbox"] {
  margin-right: 10px;   
}

/*JSA Single Product page start */

.page-product1 {
  color: #000;
  font-size: 1.8rem;
    line-height: 2.8rem;
    /*font-family: GT Alpina;*/
}

.page-product1 .product-features {
  background: #F8F8F8;
  padding: 20px 0 60px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .page-product1 .product-features {
    padding: 0 0 40px;
  }
}
.page-product1 .product-features .features-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -30px;
  padding: 20px 0 80px;
}
@media (max-width: 1329px) {
  .page-product1 .product-features .features-content {
    margin: 0 -20px;
    padding: 0 0 50px;
  }
}
@media (max-width: 1023px) {
  .page-product1 .product-features .features-content {
    margin: 0 -10px;
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .page-product1 .product-features .features-content {
    display: block;
  }
}
.page-product1 .product-features .features-content > * {
  padding: 30px 30px 0;
}
@media (max-width: 1329px) {
  .page-product1 .product-features .features-content > * {
    padding: 20px 20px 0;
  }
}
@media (max-width: 1023px) {
  .page-product1 .product-features .features-content > * {
    padding: 20px 10px 0;
  }
}
.page-product1 .product-features .features-content .text-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  /* min-height:470px; */
  margin-top:4%;
  margin-bottom:3%;
  display: grid;
  font-size: 18px;
  font-family: GT Alpina;
  font-weight: var(--bodyFontWeight);
}
@media (max-width: 1329px) {
  .page-product1 .product-features .features-content .text-box {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .page-product1 .product-features .features-content .text-box {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-product1 .product-features .features-content .text-box {
    height:auto;
  }
}
.page-product1 .product-features .features-content .text-box p {
  font-family: GT Alpina;
  font-weight: 300;
  font-family: GT Alpina;
  font-size:16px;
}
}
.page-product1 .product-features .features-content .img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 37.5%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}
@media (max-width: 767px) {
  .page-product1 .product-features .features-content .img-box {
    display:flex;
    flex-direction: row;
        justify-content: center;
    width: 100%;
  }
}
.page-product1 .product-features .features-content .img-box img {
  margin: 0 auto;
}
.page-product1 .product-data {
  margin: -60px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .page-product1 .product-data {
    display: block;
    margin: -20px -20px;
  }
}
.page-product1 .product-data > * {
  padding: 20px 20px 0;
}
.page-product1 .product-data .img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43.6%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
 text-align: center;
}
@media (max-width: 767px) {
  .page-product1 .product-data .img-box {
    width: 100%;
  }
}
.page-product1 .product-tabs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.page-product1 .product-tabs .tabset {
  position: relative;
  margin: 0 -40px 30px;
  padding: 0;
  list-style: none;
  z-index: 50;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-family: GT Alpina;
    font-weight: 300;
}

@media (max-width: 1329px) {
  .page-product1 .product-tabs .tabset {
    font-size: 18.6666666667px;
  }
}
@media (max-width: 1023px) {
  .page-product1 .product-tabs .tabset {
    font-size: 14px;
  }
}
@media (max-width: 1329px) {
  .page-product1 .product-tabs .tabset {
    margin: 0 -20px 40px;
  }
}
@media (max-width: 1023px) {
  .page-product1 .product-tabs .tabset {
    margin: 0 -10px 30px;
  }
}
.page-product1 .product-tabs .tabset:after {
  position: absolute;
  left: 0;
  top: 100%;
  height: 1px;
  width: 100%;
  content: "";
  z-index: -1;
  background: #A8A8A8;
}
.page-product1 .product-tabs .tabset li {
  margin: 0 40px;
  position: relative;
}
@media (max-width: 1329px) {
  .page-product1 .product-tabs .tabset li {
    margin: 0 20px;
  }
}
@media (max-width: 1023px) {
  .page-product1 .product-tabs .tabset li {
    margin: 0 10px;
  }
}
.page-product1 .product-tabs .tabset li.active a:after, .page-product1 .product-tabs .tabset li.active a:before {
  opacity: 1;
  visibility: visible;
}
.page-product1 .product-tabs .tabset li a {
  display: block;
  padding: 5px 10px 15px;
  font-family: GT Alpina;
  font-weight: var(--bodyFontWeight);
  font-size:24px;
  position: relative;
  z-index: 51;
  color: inherit;
}
@media (max-width: 1023px) {
  .page-product1 .product-tabs .tabset li a {
    padding-bottom: 10px;
  }
}
.page-product1 .product-tabs .tabset li a:after {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  content: "";
  z-index: 51;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  background: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabset1 li a {
  text-decoration: underline;
  font-size:22px;
  font-family: GT Alpina;
  font-weight: var(--bodyFontWeight);
}
.tabset1 li a:hover {
  color: #fff;
  background:#000;
  text-decoration: none;

}
.page-product1 .product-tabs.tabset li a:hover {
  background:transparent;
  text-decoration: none;

}

.page-product1 .product-tabs .tabset li a:before {
  width: 0;
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 0;
  z-index: 51;
  border-style: solid;
  border-width: 10px 14px 0 14px;
  border-color: #000000 transparent transparent transparent;
}
.page-product1 .product-tabs .data-list {
  margin: 0 0 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  list-style: none;
  column-count:3;
}
@media (max-width: 1329px) {
  .page-product1 .product-tabs .data-list {
    font-size: 16.6666666667px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1023px) {
  .page-product1 .product-tabs .data-list {
    font-size: 13.3333333333px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1329px) {
  .page-product1 .product-tabs .data-list {
    line-height: 25px;
    margin: 0 0 20px;
  }
}
@media (max-width: 1023px) {
  .page-product1 .product-tabs .data-list {
    line-height: 23px;
    margin: 0 0 20px;
  }
}
.page-product1 .product-tabs .data-list:last-child {
 margin: 0 0 20px;
}
.page-product1 .product-tabs .data-list.dual {
  width:50%;
  float:left;
  -moz-column-count: 1;
  -webkit-column-count: 1;
          column-count: 1;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
          column-gap: 0;
}
@media (max-width: 767px) {
 
  .page-product1 .product-tabs .data-list.dual {
     width:100%;
    -moz-column-count: 1;
    -webkit-column-count: 1;
            column-count: 1;
  }
  .page-product1 .product-tabs .data-list .subtitle {
  font-weight: 500;
    font-size:20px;
}
  .page-product1 .product-tabs .data-list {
  column-count:2;
}
}
.page-product1 .product-tabs .data-list.dual li {
  border-bottom: 1px solid #C4C3C3;
  padding: 10px 0;
  display: inline-block !important;
  vertical-align: top;
  width: 100%;
  margin:0;
  font-weight: 300;
  background-color: rgba(0,0,0,0.0);
  font-family: GT Alpina;
}

.page-product1 .product-tabs .data-list li {
  padding: 10px;
  vertical-align: top;
  width: 100%;
  font-size:16px;
  font-family: GT Alpina;
  font-weight: var(--bodyFontWeight);
  margin: 0 10px 10px 10px; 
  background: #fff;
  display: inline-block;
}

.page-product1 .product-tabs .data-list .subtitle {
  font-family: GT Alpina;
  font-weight: 600;
  width:40%;
  float:left;
}
.page-product1 .product-tabs .data-list .subtitles {
  font-weight: 500;
  width:100%;float:left;
}
.page-product1 .product-tabs .data-list .subtitle span {
  font-weight: 500;
}
.page-product1 .product-tabs .data-list .title {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  margin-top:50px;
  font-family: GT Alpina;
}
@media (max-width: 1329px) {
  .page-product1 .product-tabs .data-list .title {
    font-size: 24px;
  }
}
@media (max-width: 780px) {
  .page-product1 .product-tabs .data-list .title {
    margin-top:10px;
  }
}

@media (max-width: 780px) {
  .page-product1 .product-tabs .data-list .subtitle {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .page-product1 .product-tabs .data-list .title {
    font-size: 24px;
  }
}
.page-product1 .product-tabs .data-list .text {
  font-size: 18px;
}
@media (max-width: 1329px) {
  .page-product1 .product-tabs .data-list .text {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .page-product1 .product-tabs .data-list .text {
    font-size: 12px;
  }
}

/* JSA Single Product Page End  */

.blur {
    filter: blur(5px);
    pointer-events: none; /* Prevents interactions while blurred */
}

.price {
  margin-right: 8px;
}

.seiko_dialog {
  /* display: none; */
}

.seiko_dialog.active {
  display: block;
}

.standard_buttons, .shopify-challenge__button {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 48px;
    font-family: GT Alpina;
    text-align: center;
    padding: 0 42px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    white-space: nowrap;
    border-radius: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    transition-property: color;
    transition-duration: 0.15s;
}
  