/*
Theme Name: akcustomss
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: 
Version: 2.9
Tested up to: 6.2
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: 

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

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(assets/video/poster.jpg) no-repeat center center/cover;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.01) 50%, rgba(0,0,0,.3) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
.video-content {
  text-align: center;
  color: #fff;
  position: absolute;
  top: -162px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 400px;
  width: 100%;
  height: 50px;
}
.video-content h1 {
    text-align: center;
    color: #fff;
    z-index: 3;
    font-weight: 600;
    font-size: 7rem;
    line-height: 1.1;
    letter-spacing: .1em;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', sans-serif;
    width: 100%;
}

.form {
    background: #fff;
    padding: 30px 20px;
}
.form input[type="text"], .form input[type="tel"], .form input[type="email"] {
    width: 100%;
    border: 1px solid #ddd;
    height: 42px;
    padding: 10px;
    margin-bottom: 20px;
     font-family: 'Poppins';
    font-size: 14px;
}
.form input::placeholder{
    color:#858585;
}
.wpcf7-list-item-label {
    color: #626262;
     font-family: 'Poppins';
    font-size: 14px;
}
.wpcf7-list-item {
    margin: 0;
}
input[type="checkbox"] {
    height: 11px;
}
.page-header img {
    height:85px;
    object-fit:contain; 
	    margin-left: 38px;
}
.form-btn {
    color: #222;
    border: none;
    background:#fff;
    border-bottom: 0.2rem solid #222;
    padding: 8px;
    width: 100%;
     font-family: 'Poppins';
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 15px;
}
.form-btn:hover {
    background: #000;
    border-bottom: 0.2rem solid #222;
    color:#fff;
}

span.wpcf7-spinner {
    display: none; 
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    height: 74px;
    padding: 10px;
    font-family: 'Poppins';
    font-size: 14px;
}
a.contact_info {
    color: #fff;
}

.error-page-area {
    text-align: center;
    margin-bottom:60px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 700;
    color: #333;
    font-family: 'Poppins';
    margin-bottom: 20px;
}

.error-top img {
    border-radius: 5px;
}
.error-bottom p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-bottom: 35px;
}

a.default-btn-error {
   color: #222;
    border: none;
    background:#fff;
    border-bottom: 0.2rem solid #222;
    padding: 8px;
    width: 100%;
     font-family: 'Poppins';
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 15px;
}

a.default-btn-error:hover {
  background: #000;
    border-bottom: 0.2rem solid #222;
    color:#fff;
} 



.error-top {
    display: inline-flex;
}
a.button.button-primary, a.button.wc-forward {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    /* width: 38%; */
    text-align: center;
}

a.button.button-primary:hover, a.button.wc-forward:hover {
    background: #cc9966!important;
    color: #fff!important;
}
section.woocommerce-order-details > br {
    display: none;
}
.woocommerce-orders-table__cell-order-actions .wt_pklist_invoice_print, .woocommerce-orders-table__cell-order-actions .wt_pklist_invoice_download {
    display:none!important;
}
.page-header h1 span {
    margin-left: 10px;
}
/*-------------------------Responsive CSS----------------------------*/

@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
.row.deal-products {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}    
.col-2.deal-product.text-center {
    max-width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding-left: 1rem!important;
	padding-right: 1rem!important;
}
.woocommerce span.onsale {
    top: 0.5em;
    left: 0.5em;
}
.bg-video-wrap {
  height: 40vh;
}
video {
  min-height: 40vh;
  height: 20px;
}
.overlay {
  height: 40vh;
}

    
    
.video-content h1 {
    font-size: 5rem;
}	
    .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
   }
   .sidebar.sidebar-shop {
    margin-bottom: 30px;
   }
   .sidebar-shop .widget-title {
    font-size: 16px;
   }
   .sidebar-shop .widget {
    margin-bottom: 15px;
   }
   .sidebar.sidebar-shop {
    margin-bottom: 30px;
    margin-top: 0;
   }
   .product h2.woocommerce-loop-product__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
   }
   .archive .page-content {
    padding-bottom: 10px;
   }
   section.related.products ul.products {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
   }
   .woocommerce ul.products li.product .onsale {
    top: 20px!important;
    left: 14px!important;
    }
	.woocommerce-Tabs-panel {
    padding: 20px 20px!important;
   }
   .woocommerce div.product form.cart div.quantity {
    width: 198px;
    grid-gap: 10px!important;
   }
   p.comment-form-cookies-consent {
    display: flex;
    align-items: baseline;
    flex-direction: row;
   }
   input#wp-comment-cookies-consent {
	margin-right: 5px;
	}
	.my-cart  tr.wc-block-cart-items__row {
		padding-bottom: 0!important; 
	}
	.my-cart tr.wc-block-cart-items__row:not(:last-child) {
		border-bottom: 1px solid hsl(0deg 0% 7% / 11%);
	}
	.my-cart .wc-block-cart-items__row td {
		margin-bottom: 0!important;
	}
	.my-cart button.wc-block-cart-item__remove-link {
    position: unset;
    }
	.wc-block-cart-item__quantity {
    padding-top: 0!important;
    }
	.wc-block-cart-item__prices {
     display: none;
    }
	.my-cart a.wc-block-components-product-name {
    padding-bottom: 10px;
    line-height: 20px;
   }
   .my-cart .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    margin-top: 30px;
   }
   .my-checkout .wc-block-components-form {
    counter-reset: checkout-step;
    margin-bottom: 50px;
   }
   .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 96%!important;
   }
   .woocommerce-form-row span  em {
    font-size: 12px;
    line-height: 16px!important;
    display: block;
   }
   fieldset {
    padding: 15px;
   }
   .woocommerce table.my_account_orders .button {
    padding: 6px 20px!important;
   }
   .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100%;
   }
} 


@media screen and (min-width: 991px) {
    .header-bottom .header-left .phone-login {
	  display:none;
	}
} 


@media screen and (min-device-width: 320px) and (max-width: 991px) {
   .header-6 .header-bottom {
    background-color: #222;
    margin-bottom: 10px;
   }
   ul#menu-main-menu {
    display: none;
   }
   .header-6 .header-bottom .justify-content-center {
    -ms-flex-pack: left!important;
    justify-content: left!important;
   }
   .header-bottom .header-left {
    width: 100%;
    justify-content: space-between;
  }
  .header-bottom ul.phone-login {
    margin: 0;
   }
    .mobile-menu-wrapper .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    }
    .mobile-menu-wrapper .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 10px 44px 10px 10px;
    height: 40px!important;
    }
	.mobile-menu-wrapper .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    width: 266px;
    margin: 0 auto;
    }
	.mobile-menu-wrapper .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    right: 13px!important;
    left: auto!important;
    color: #fff;
    background-color: #cc9966;
    border: 1px solid #cc9966;
    border-radius: 0;
    min-height: 34px;
    min-width: 35px;
    height: 33px;
    width: 35px;
    top: 13px!important;
    }
	.mobile-menu-wrapper .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
    fill: #fff;
    }
	.header-top {
    display: none;
    }
	.header-middle {
    padding: 5px 0;
   }
   .footer_newsletter .tnp-subscription-minimal input.tnp-submit {
    width: 29%; 
   }
   .footer_newsletter {
    width: 100%;
   }
   .wishlist_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    padding: 10px;
}

.item-details h3 a {
    color: #333;
    font-size: 14px;
}

.item-details h3 a:hover {
    color: #cc9966;
}

table.item-details-table {
    font-size: 18px;
    display: block;
}

.additional-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-add-to-cart a {
    background: #000;
    color: #fff;
    padding: 3px 20px;
    border-radius: 2px;
}

.product-add-to-cart a:hover {
    background: #cc9966;
    color: #fff;
}

.wishlist_table.mobile li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 16px;
}
} 

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
   nav.woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
	}v

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%!important;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		padding: 5px;
		text-align: center;
		height: 40px;
		border: 1px solid #e5e5e5;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
		border-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active:after, nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
	  display:none;
  }
}
.limited_quantities .container>.row>div {
    padding-left: 0rem;
    padding-right: 1rem;
}


