@charset "utf-8";

.pny_opad_widget_date_field,
.pny_opad_widget_time_field {
  float: left;
  width: 50% !important;
}

p.buttons {
  text-align: center;
}

input[type="submit"] {
  width: 300px;
}

p.min-shipping-time {
  text-align: center;
}

p.min-shipping-time img {
  height: 30px;
  float: left;
}

#pny_opad_checkout_field {
  margin-bottom: 60px;
}

#pny_opad_checkout_field input[type="radio"] {
  float: left;
  margin-top: 10px;
}

#pny_opad_checkout_field .pny_opad_cf_title {
  color: #000;
  font-size: 50px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  #pny_opad_checkout_field .pny_opad_cf_title {
    font-size: calc(1.5625vw + 24px);
  }
}
@media screen and (min-width: 1280px) {
  #pny_opad_checkout_field .pny_opad_cf_title {
    font-size: calc(3.75vw - 4px);
  }
}
@media screen and (min-width: 1440px) {
  #pny_opad_checkout_field .pny_opad_cf_title {
    font-size: 50px;
  }
}

form select {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

.pny_opad_delivery_type_of_delivery_time_radio_box {
  float: left;
  margin-right: 8px;
  font-size: 12px;
  margin-top: 5px;
  font-weight: bold !important;
}

#pny_opad_delivery_type_of_delivery_time_hidden_field {
  display: none;
}

.form-row.pny_opad_delivery_type {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 15px;
}

.switch-title {
  margin-bottom: 6px;
}

p.pny_service_time_closed {
  color: #f00;
}

.pny_closed_now {
  display: none;
}

.pny_opad_delivery_type input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.pny_opad_delivery_type label[for="pny_opad_delivery_type_take_away"],
.pny_opad_delivery_type label[for="pny_opad_delivery_type_levering"] {
  float: left;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  -moz-transition: background-color 0.25s ease, color 0.25s ease;
  -o-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.pny_opad_delivery_type label[for="pny_opad_delivery_type_take_away"].radio,
.pny_opad_delivery_type label[for="pny_opad_delivery_type_levering"].radio {
  display: inline-block;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 0;
  margin-right: 0;

  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.pny_opad_delivery_type label[for="pny_opad_delivery_type_take_away"]:hover,
.pny_opad_delivery_type label[for="pny_opad_delivery_type_levering"]:hover {
  cursor: pointer;
}

.pny_opad_delivery_type input:checked + label[for="pny_opad_delivery_type_take_away"] {
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.pny_opad_delivery_type input:checked + label[for="pny_opad_delivery_type_levering"] {
  color: #fff;
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.pny_opad_delivery_type label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.pny_opad_delivery_type label:last-of-type {
  border-radius: 0 4px 4px 0;
}

#pny_opad_delivery_date,
#pny_opad_delivery_time {
  background-color: #fefefe;
  cursor: default;
}

.hidden {
  display: none;
}

.pny-opad-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
}

.pny-opad-loader-inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.pny-opad-loading,
.pny-opad-loading:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}
.pny-opad-loading {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(0, 0, 0, 0.7);
  border-right: 0.8em solid rgba(0, 0, 0, 0.7);
  border-bottom: 0.8em solid rgba(0,0, 0, 0.7);
  border-left: 0.8em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.js-loading {
  overflow: hidden;
  cursor: pointer;
}
body.js-loading .pny-opad-loader {
  display: block;
  z-index: 9999;
}

.pny-field-validation-error {
  font-size: 14px;
  font-weight: 500;
  color: #f9423a;
  margin-top: -10px;
}

.pny-field-invalid {
  border-color: #f9423a !important;
  background-color: #fff3f2 !important;
}

.pny-minimum-order-note {
  color: #f9423a;
  font-weight: 500;
}

.pny-opad-delivery-modal-content {
  display: block;
  width: 100%;
  max-width: 400px;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px 1px #efefef;
  -moz-box-shadow: 0 0 1px 1px #efefef;
  box-shadow: 0 0 1px 1px #efefef;
}

.pny-opad-delivery-modal-header {
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.woocommerce-page h3.pny-opad-delivery-modal-title {
  font-size: 20px;
  margin-bottom: 0;
}

.pny-opad-delivery-modal-body {
  padding: 20px 15px 15px 15px;
}

.pny-opad-delivery-modal-message {
  font-size: 16px;
}

.pny-opad-delivery-modal-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #ddd;
}

a.button.pny-opad-delivery-modal-btn-shop,
a.button.pny-opad-delivery-modal-btn-close {
  font-size: 14px;
  font-weight: 500;
  height: auto;
  padding: 10px 20px 9px;
  text-transform: capitalize;
  letter-spacing: 0;
  white-space: normal;
  margin-bottom: 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
	a.button.pny-opad-delivery-modal-btn-shop,
	a.button.pny-opad-delivery-modal-btn-close {
		font-size: 16px;
	}
}

a.button.pny-opad-delivery-modal-btn-shop {
  margin-left: 15px;
  background-color: #000;
  border: 1px solid #000;
}

a.button.pny-opad-delivery-modal-btn-close {
  position: relative;
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0,0,0,0.1);
  transition: color 0.25s ease;
}

a.button.pny-opad-delivery-modal-btn-close:hover {
  color: rgba(0, 0 , 0, 0.5) !important;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-totals {
  display: none;
}

#pny_opad_checkout_field ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #818181;
    opacity: 1; /* Firefox */
}

#pny_opad_checkout_field :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #818181;
}

#pny_opad_checkout_field ::-ms-input-placeholder { /* Microsoft Edge */
    color: #818181;
}

body.no-cod li.wc_payment_method.payment_method_cod {
  display: none !important;
}

body.only-cod li.wc_payment_method:not(.payment_method_cod) {
  display: none !important;
}

.wc_payment_methods.inactive {
  display: none;
}

ul.products li.product.active .product-inner .product-image .footer-section {
  display: none !important;
}

/*
ul.products li.product .product-inner .product-image .loop-thumbnail img {
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

@media screen and (min-width: 768px) {
  ul.products li.product .product-inner .product-image .loop-thumbnail img {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  ul.products li.product .product-inner .product-image .loop-thumbnail img {
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  ul.products li.product .product-inner .product-image .loop-thumbnail img {
    height: 260px;
  }
}
@media screen and (min-width: 1440px) {
  ul.products li.product .product-inner .product-image .loop-thumbnail img {
    height: 286px;
  }
}
@media screen and (min-width: 1600px) {
  ul.products li.product .product-inner .product-image .loop-thumbnail img {
    height: 320px;
  }
}
@media screen and (min-width: 1920px) {
  ul.products li.product .product-inner .product-image .loop-thumbnail img {
    height: 390px;
  }
}
*/

.header-wrapper .navigation-foundation > ul > li > a:hover {
  opacity: 0.6 !important;
}
.menu-item-active {
  position: relative;
  padding: 0.5rem 0 !important;
}
.menu-item-active:before,
.header-wrapper .navigation-foundation > ul > li.menu-item.active > a > span:before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 1px;
  bottom: 6px;
}

.page-header .title-wrapper .page-title-wrapper .page-title {
  text-transform: uppercase !important;
}

.shopping-cart-widget-footer .subtotal-price {
  padding-right: 0.95rem;
}

body.woocommerce-checkout #payment .place-order button#place_order {
  margin-top: 40px;
}

#refresh_captcha > a {
  font-size: 0.875rem;
  text-decoration: underline;
}

#refresh_captcha > a:hover {
  opacity: 0.6;
}

/**
 * Custom styles
 * Author: duc@codebrewery.com
 * Date: 2021-08-24
 */
.pny-opad-product-recommend-modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #ddd;
}

.pny-opad-product-recommend-modal-btn-group {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.pny-opad-product-recommend-modal-dropdown {
	margin-top: 1rem;
}

.mb-0 {
	margin-bottom: 0;
}

.button-view-accessories {
	display: block;
	width: 100%;
	margin-bottom: 0 !important;
}

.button-view-accessories:hover {
  color: rgba(0,0,0,0.5) !important;
}

@media screen and (max-width: 767px) {
	.button-view-accessories {
		font-size: 10px !important;
	}
}

.button-white {
	background-color: #fff !important;
	color: #000 !important;
}

.offcanvas--hidden {
	-webkit-transform: translate3d(700px, 0, 0) !important;
	-moz-transform: translate3d(700px, 0, 0) !important;
	transform: translate3d(700px, 0, 0) !important;
}
