/*
Theme: EL Matador
Author: Kanagaraj Subramaniam
Version: 1.0
*/

/* Font faces */

@font-face {
    font-family: IkarosLight;
    font-weight: lighter;
    src: url("../fonts/Ikaros-Light.otf") format("opentype");
}

@font-face {
    font-family: IkarosRegular;
    font-weight: normal;
    src: url("../fonts/Ikaros-Regular.otf") format("opentype");
}

@font-face {
    font-family: MyriadProRegular;
    font-weight: normal;
    src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}

/* Page layout */

html {
  position: relative;
  min-height: 100%;
}

body {
  box-sizing: border-box;
  padding-top: 200px;
}

.container {
  width: 1028px;
}

/* Backgrounds */

.bg-black {
  background-color: #1D1D1B;
}

.bg-red {
  background-color: #67170E;
}

.bg-white {
  background-color: #EBEBEB;
}

.bg-brown {
  background-color: #2f1c19;
}

.bg-yellow {
  background-color: #cda240;
}

/* Colors */

.cl-yellow {
  color: #CDA240 !important;
}

.cl-white {
  color: #EBEBEB !important;
}

.cl-black {
  color: #1D1D1B !important;
}

.cl-red {
  color: #67170E !important;
}

.cl-green {
  color: #7AC243 !important;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

/* Fonts */

.h1 {
  font-family: IkarosRegular;
  font-size: 48px;
  -webkit-text-stroke-width: 1.6px;
}

.os-h1 {
  font-family: IkarosRegular;
  font-size: 42px;
  -webkit-text-stroke-width: 1px;
}

.h2 {
  font-family: IkarosRegular;
  font-size: 42px;
  -webkit-text-stroke-width: 1.6px;
}

.os-h2 {
  font-family: IkarosRegular;
  font-size: 39px;
  -webkit-text-stroke-width: 1px;
}

.h3 {
  font-family: IkarosRegular;
  font-size: 36px;
}

.h6 {
  font-family: IkarosRegular;
  font-size: 23px;
}

.os-h6 {
  font-family: IkarosRegular;
  font-size: 21px;
}

.h-btn {
  font-family: IkarosRegular;
  font-size: 22px;
}

.h-sm {
  font-family: IkarosRegular;
  font-size: 19px;
}

.h-md {
  font-family: IkarosRegular;
  font-size: 26px;
}

.h-s-md {
  font-family: IkarosRegular;
  font-size: 24px !important;
}

.h-c-md {
  font-family: IkarosRegular;
  font-size: 23px !important;
}

.h-c-sm {
  font-family: IkarosRegular;
  font-size: 19px !important;
}

.p {
  font-family: IkarosLight;
  font-size: 18px;
}

.order-p {
  font-family: IkarosRegular;
  font-size: 30px;
}

.p-promo {
  position: relative;
  font-family: IkarosRegular;
  font-size: 16px;
  padding-left: 6px;
}

#promo-valid,
#register-valid,
#saveaddress-valid,
#password-invalid,
#signin-invalid,
#promo-invalid,
#corder-invalid,
#promo-cart-empty {
  display: none;
}

.os-p1 {
  font-family: IkarosRegular;
  font-size: 23px;
}

.os-p2 {
  font-family: IkarosRegular;
  font-size: 19px;
}

.os-hr {
  border-bottom: 1px solid #EBEBEB;
  height: 1px;
  margin-bottom: 8px;
}

.hsy-hr {
  border-bottom: 7px solid #cda240;
  height: 0px;
  margin-bottom: 0px;
  width: 100%;
}

.cart-h {
  font-family: IkarosRegular;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
}

.cart-h1 {
  font-family: IkarosRegular;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
}

.cart-h1-empty {
  font-family: IkarosRegular;
  font-size: 18px;
  text-transform: uppercase;
}

.cart-h2 {
  font-family: IkarosRegular;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  width: 170px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.cart-p {
  font-family: IkarosRegular;
  font-size: 15px;
  text-transform: uppercase;
  text-align: left;
}

.cart-totalp {
  font-family: IkarosRegular;
  font-size: 25px;
  text-transform: uppercase;
}

.cart-total {
  font-family: IkarosRegular;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-minus-cart img, .btn-plus-cart img {
  width: 24px;
}

.cart-qty {
  width: 160px;
}

.cart-qty input {
  font-size: 19px !important;
  font-family: IkarosRegular;
  color: #1D1D1B !important;
}

/* Header */

.inline-group {
  max-width: 9rem;
  padding: .5rem;
}

.inline-group .form-control {
  text-align: center;
}

.form-control[type="number"]::-webkit-inner-spin-button,
.form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.add .btn {
  width: 50px;
  background: inherit !important;
  outline: none !important;
}

.add .btn:focus {
  box-shadow: none;
}

.add input {
  font-size: 32px;
  font-family: IkarosRegular;
  border: none;
  background: inherit;
  color: #EBEBEB;
  text-align: center;
}

.add .btn, .add input {
  display: inline-block;
}
.add img:last-child {
  margin-left: 0px !important;
}
.add img:first-child {
  margin-right: 0px !important;
}

.add .form-control:disabled, .form-control[readonly] {
  background-color: transparent !important;
}

#registerNameValidate,
#registerEmailValidate,
#registerPhoneValidate,
#registerPasswordValidate,
#registerDuplicateValidate,
#loginEmailValidate,
#loginPasswordValidate,
#loginValidate,
#registerNameValidateMob,
#registerEmailValidateMob,
#registerPhoneValidateMob,
#registerPasswordValidateMob,
#registerDuplicateValidateMob,
#loginEmailValidateMob,
#loginPasswordValidateMob,
#loginValidateMob,
#forgotPasswordEmailValidate,
#forgotPasswordEmailValidateMob {
  color: red !important;
  font-weight: bold;
  margin-bottom: -12px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 11px;
}

#profileNameValidate {
  color: red !important;
  font-weight: 500;
  margin-bottom: -12px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: -12px;
  margin-left: 7px;
  margin-bottom: -8px;
}

#profilePhoneValidate {
  color: red !important;
  font-weight: 500;
  margin-bottom: -12px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 0px;
  margin-left: 7px;
  margin-bottom: -8px;
}

#profileSaveSuccess {
  color: #CDA240 !important;
  font-weight: 500;
  margin-bottom: -12px;
  margin-left: -4px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 14px;
}

#profileOPValidate,
#profileNPValidate,
#profileCNPValidate {
  color: red !important;
  font-weight: 500;
  margin-bottom: -15px;
  margin-left: 7px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 13px;
}

#shippingNo,
#shippingStreet,
#shippingAddress,
#shippingCity {
  color: red !important;
  font-weight: 500;
  margin-bottom: -15px;
  margin-left: 7px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 13px;
}

#profileFPSaveSuccess {
  color: #CDA240 !important;
  font-weight: 500;
  margin-bottom: -12px;
  margin-left: -4px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 14px;
}

#wholesaleAlert {
  color: red !important;
  font-weight: 500;
  margin-bottom: -12px;
  margin-left: -4px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 14px;
}

#wholesaleSaveSuccess {
  color: #CDA240 !important;
  font-weight: 500;
  margin-bottom: -12px;
  margin-left: -4px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 14px;
}

#learnAlert {
  color: red !important;
  font-weight: 500;
  margin-bottom: -12px;
  margin-left: -4px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 14px;
}

#learnSaveSuccess {
  color: #CDA240 !important;
  font-weight: 500;
  margin-bottom: -12px;
  margin-left: -4px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 14px;
}

#contactAlert {
  color: red !important;
  font-weight: 500;
  margin-bottom: -12px;
  margin-left: -4px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 14px;
}

#contactSaveSuccess {
  color: #CDA240 !important;
  font-weight: 500;
  margin-bottom: -12px;
  margin-left: -4px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 14px;
}

#shippingSaveSuccess {
  color: #CDA240 !important;
  font-weight: 500;
  margin-bottom: -12px;
  margin-left: -4px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 14px;
}

#forgotPasswordEmailValidateSuccess,
#forgotPasswordEmailValidateSuccessMob {
  color: #CDA240 !important;
  font-weight: bold;
  margin-bottom: -12px;
  padding-left: 5px;
  text-align: left;
  display: none;
  text-transform: uppercase;
  font-size: 11px;
}

.profile-prepend .input-group-text {
  background: transparent;
  border: none;
  color: #EBEBEB;
  font-size: 20px;
  font-family: IkarosRegular;
  position: relative;
  top: -3px;
  padding-left: 0px;
}

#navRegisterPassword {
  padding-right: 25px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cart-signup .input-group-prepend .input-group-text {
  background-color: transparent;
  border: none;
  padding: 0rem;
  padding-right: 0.5rem;
  color: #EBEBEB;
  font-size: 14px;
  font-family: IkarosRegular;
}

nav .navbar-brand img {
  width: 100px;
}

nav .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-family: IkarosRegular;
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}

.nav-l-icon {
  display: inline-block;
  padding-top: 2px;
}

.nav-x-icon {
  display: none;
  padding-top: 2px;
}

nav .navbar-toggler[aria-expanded="false"] > .nav-l-icon {
  display: inline-block;
}

nav .navbar-toggler[aria-expanded="false"] > .nav-x-icon {
  display: none;
}

.navbar-light .navbar-toggler {
  border: none !important;
}

.navbar-light .navbar-toggler:focus {
  border-color: green !important;
  box-shadow: none !important;
  outline: 0 none !important;
}

nav li.drop img {
  width: 10px;
  margin-top: -2px;
}

nav .dropdown-toggle::after {
  display: none;
}

nav .dp-menu {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 5px;
  border-radius: 0px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-family: IkarosRegular;
  padding: 0rem;
}

nav .dp-menu .dropdown-item:focus, .dropdown-item:hover {
  background-color: inherit;
  color: inherit;
  outline: -webkit-focus-ring-color auto 0px;
}

nav .dp-menu .dropdown-item {
  padding: 0rem;
  padding-top: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #79342d;
  width: 92%;
  margin-left: 4%;
}

nav .dp-menu .dropdown-item:last-child {
  border-bottom: none;
}

nav .dp-menu:after {
  position: absolute;
  top: -8px;
  left: 43%;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #67170E;
  border-left: 8px solid transparent;
  content: '';
}

nav .dp a {
  cursor: pointer;
}

.ops-nav {
  cursor: pointer;
}

.ops-nav img {
  width: 20px;
  margin-top: -5px;
}

nav .ops-menu {
  right: auto;
  left: 25%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 18px;
  border-radius: 0px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-family: IkarosRegular;
  padding: 0rem;
  width: 270px;
}

.ops-menu:before {
  content: "";
  background: #67170E;
  height: 40px;
  transform: skewY(-7deg);
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}

.ops-menu:before{
  top: 0px;
}

.ops-menu:after {
  position: absolute;
  top: -6px;
  left: 38%;
  display: inline-block;
  border-right: 38px solid transparent;
  border-bottom: 32px solid #67170E;
  border-left: 18px solid transparent;
  content: '';
  z-index: 1;
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}

.ops-container {
  width: 82%;
  min-height: 100px;
  max-height: 500px;
  /* overflow-y: auto; */
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.not-empty{
  max-height: 350px;
  overflow-y: auto;
}

.prod-item {
  padding: 15px;
}

.cart-badge {
  position: absolute;
  top: 15px;
  right: 3px;
  font-size: 13px;
  font-family: IkarosRegular;
  border-radius: 40px;
}

.cart-badge span {
  position: relative;
  top: 1px;
}

.profile-op {
  padding: 5px;
  min-height: 34px;
  text-align: left;
}

.profile-op img {
  width: 14px;
  position: relative;
  margin-top: 2px;
  margin-left: 12px;
}

.profile-op p {
  position: relative;
  margin-top: -18px;
  margin-left: 38px;
  font-family: IkarosRegular;
  font-size: 15px;
}

/* .cart-signin {
  display: block;
}

.cart-signup {
  display: none;
}

.cart-forgot-password {
  display: none;
}

.cart-profile {
  display: none;
} */

.cart-profile {
  text-align: left;
}

.saved-ad {
  text-transform: uppercase;
}

.saved-ad .dropdown-menu {
  left: 25px !important;
  border-radius: 0px;
}

.saved-ad .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 600;
  font-family: IkarosRegular;
  cursor: pointer;
}

.saved-ad .dropdown-menu .dropdown-item:hover {
  background-color: #DCDCDC;
}

.cf-home .btn {
  background: #1D1D1B !important;
  border: 1px solid #EBEBEB !important;
  height: 46px !important;
  font-size: 22px !important;
  font-family: IkarosRegular !important;
  padding-top: 9px !important;
  padding-left: 22px !important;
  color: #EBEBEB;
  outline: none !important;
}

.cf-home img {
  width: 12px;
  position: relative;
  float: right;
  margin-right: 28px;
  margin-top: -35px;
}

.cf-home .dropdown.show ~ img {
  transform: rotate(90deg);
  padding-top: 2px;
}

.cf-home .dropdown-menu {
  background: #1D1D1B;
  font-size: 22px;
  font-family: IkarosRegular;
  padding-top: 10px;
  border: 1px solid #EBEBEB;
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  top: -5px !important;
}

.cf-home .dropdown-menu .dropdown-item {
  cursor: pointer;
  border-bottom: 1px solid #EBEBEB;
  width: 90%;
  padding-left: 0px;
  padding-top: 10px;
  color: #EBEBEB;
  margin-left: 4%
}

.cf-home .dropdown-menu .dropdown-item.selected {
  background-color: #1D1D1B !important;
}

.cf-home .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.cf-home .dropdown-menu .dropdown-item:first-child {
  border-top: 1px solid #EBEBEB;
}

.cf-home .dropdown-toggle::after {
  display: none;
}

.cf-home .btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #EBEBEB !important;
  background-color: #1D1D1B !important;
  border-color: #EBEBEB !important;
}

.cf-home .filter-option {
  color: #EBEBEB !important;
}

.cf-home .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #EBEBEB;
  font-size: 20px;
  text-transform: uppercase;
  font-family: IkarosRegular;
}

.visible-profile {
  position: relative;
  float: right;
  margin-top: -30px !important;
  cursor: pointer;
  width: 20px;
}

.visible-profile-cr {
  position: relative;
  float: right;
  margin-top: -28px !important;
  cursor: pointer;
  width: 20px;
}

.edit-profile {
  width: 16px !important;
  position: absolute;
  margin-top: -32px !important;
  right: 34px !important;
  cursor: pointer;
}

#global-search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  display: none;
}

#global-search .cls {
  position: relative;
  float: right;
  margin-top: 50px;
  width: 30px;
  cursor: pointer;
}

#global-search form {
  padding-top: 180px;
}

#global-search form input, #global-search form input:focus {
  border: none;
  background: transparent;
  border-bottom: 2px solid #1D1D1B;
  border-radius: 0px;
  box-shadow: none !important;
  outline: 0 none !important;
  color: #1D1D1B;
  font-size: 18px;
  font-family: IkarosRegular;
  padding-left: 5px;
  height: 32px;
}

#global-search form ::placeholder {
  color: #1D1D1B !important;
  opacity: 1;
  font-size: 18px;
  font-family: IkarosRegular;
}

#global-search form :-ms-input-placeholder {
  color: #1D1D1B !important;
  opacity: 1;
  font-size: 18px;
  font-family: IkarosRegular;
}

#global-search form ::-ms-input-placeholder {
  color: #1D1D1B !important;
  opacity: 1;
  font-size: 18px;
  font-family: IkarosRegular;
}

.mob-menu {
  height: 52px;
  position: fixed;
  bottom: 0px !important;
  left: 0px !important;
  width: 100%;
  display: none;
}

.mob-menu a {
  cursor: pointer;
}

.mob-menu .container {
  padding: 0px;
}

.mob-menu .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mob-menu .col-2, .mob-menu .col-4 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  /* border-right: 1px solid #dcdcdc; */
}

.mob-menu .col-2:last-child {
  border-right: none;
}

.mob-menu img.logo {
  width: 24px;
  margin-top: 5px;
}

.mob-menu img.search {
  width: 21px;
  margin-top: 8px;
}

.mob-menu img.cart {
  width: 18px;
  margin-top: 6px;
  position: relative;
  left: 10px;
}

.mob-menu img.profile {
  width: 20px;
  margin-top: 8px;
}

.mob-menu .exp {
  font-size: 10px;
  font-family: IkarosRegular;
  margin-top: 6px;
  margin-bottom: 0px;
}

.mob-menu .cart-badge {
  font-family: IkarosRegular;
  position: relative;
  width: 15px;
  height: 15px;
  top: 7px;
  right: 3px;
  font-size: 9px;
  border-radius: 15px;
  font-size: 9px;
  border-radius: 40px;
}

.mob-menu .cart-badge span {
  position: relative;
  top: 1px;
}

.mob-menu .total {
  font-family: IkarosRegular;
  font-size: 14px;
}

.mob-menu .total p {
  padding-top: 18px;
}

.mob-darkbox-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.7;
  z-index: 1000;
  z-index: 9999;
  display: none;
}

.mob-darkbox {
  display: none;
  z-index: 100000;
  position: fixed;
  width: 300px;
  height: 250px;
  top: 150px;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
}

.mob-darkbox:after {
  content: '';
  display: table;
  clear: both;
}

.mob-darkbox .box {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 300px;
  min-height: 250px;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0px;
  margin-bottom: -20px;
  background-color:#67170E;
  background-size: contain;
  padding: 20px;
  border-radius: 0px;
}

.mob-darkbox .mob-darkbox-close {
  float:right;
  display:block;
  text-decoration:none;
  height: 30px;
  width: 30px;
  background-color: #1D1D1B;
  border-radius: 50%;
  color: #EBEBEB !important;
  text-align: center;
  font-size: 16px;
  padding-top: 3px;
  position: absolute;
  top: -12px;
  right: 0px;
  cursor: pointer;
}

.mob-darkbox .open {
  display: block;
  outline: none;
}


/* Footer */

footer {
  min-height: 100px;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer .cpy {
  font-family: IkarosRegular;
  font-size: 14px;
  float: left;
}

footer .links {
  font-family: IkarosRegular;
  font-size: 14px;
  float: right;
}

/* Main */

.hero {
  width: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../images/home-hero-bg.png);
  height: 1000px;
  margin-left: 0px;
}

.hero .slide-p {
  font-family: IkarosRegular;
  font-size: 31px;
  color: #cda240;
  padding-top: 160px;
}

.hero .slide-i {
  width: 620px;
  position: relative;
  margin-left: -50px;
  margin-top: -60px;
  
}

/* animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; */

@keyframes floating {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 15px); }
  to   { transform: translate(0, -0px); }
}

.hero .nav-circle {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #cda240;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
  cursor: pointer;
}

.hero .nav-circle.active {
  background-color: #67170E;
}

.hero .slider-nav img {
  width: 18px !important;
  margin-left: 12px;
  cursor: pointer;
}

.slide-row {
  display: none;
}

.btn-hm-ct {
  background: #1D1D1B !important;
  border: 1px solid #EBEBEB !important;
  height: 30px !important;
  width: 90px !important;
  font-size: 14px !important;
  font-family: IkarosRegular;
  border-radius: 6px !important;
  color: #EBEBEB !important;
}

.btn-hm-ct.active {
  background: #EBEBEB !important;
  border: 1px solid #EBEBEB !important;
  height: 30px !important;
  width: 90px !important;
  font-size: 14px !important;
  font-family: IkarosRegular;
  border-radius: 6px !important;
  color: #1D1D1B !important;
}

.home-ct-txt {
  font-size: 18px;
  font-family: IkarosLight;
}

.home-wy .bullet {
  width: 16px;
}

.cf-home .btn {
  background: #1D1D1B;
  border: 1px solid #EBEBEB;
  height: 46px;
  font-size: 22px;
  font-family: IkarosRegular;
  padding-top: 9px;
  padding-left: 22px;
}

.cf-home .btn img {
  width: 12px;
  position: relative;
  float: right;
  margin-right: 16px;
  padding-top: 1px;
}

.cf-home .btn[aria-expanded="true"] > img {
  transform: rotate(90deg);
  padding-top: 2px;
}

.cf-home .dropdown-menu {
  background: #1D1D1B;
  font-size: 22px;
  font-family: IkarosRegular;
  padding-top: 10px;
  border: 1px solid #EBEBEB;
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  top: -5px !important;
}

.cf-home .dropdown-menu .dropdown-item {
  cursor: pointer;
  border-bottom: 1px solid #EBEBEB;
  width: 90%;
  padding-left: 0px;
  padding-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
}

.cf-home .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.cf-home .dropdown-menu .dropdown-item:first-child {
  border-top: 1px solid #EBEBEB;
}

.cf-home .dropdown-toggle::after {
  display: none;
}

form.main input, form.main input:focus {
  border: none;
  background: transparent;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 0px;
  box-shadow: none !important;
  outline: 0 none !important;
  color: #EBEBEB;
  font-size: 20px;
  font-family: IkarosRegular;
  padding-left: 10px;
  height: 36px;
}

form.cart input, form.cart input:focus {
  border: none;
  background: transparent;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 0px;
  box-shadow: none !important;
  outline: 0 none !important;
  color: #EBEBEB;
  font-size: 14px;
  font-family: IkarosRegular;
  padding-left: 5px;
  height: 32px;
}

form.main button {
  height: 46px;
  width: 180px;
  font-size: 26px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  border-radius: 0px;
}

::placeholder {
  color: #EBEBEB !important;
  opacity: 1;
  font-size: 20px;
  font-family: IkarosLight;
}

:-ms-input-placeholder {
  color: #EBEBEB !important;
  opacity: 1;
  font-size: 20px;
  font-family: IkarosLight;
}

::-ms-input-placeholder {
  color: #EBEBEB !important;
  opacity: 1;
  font-size: 20px;
  font-family: IkarosLight;
}


form.cart ::placeholder {
  color: #EBEBEB !important;
  opacity: 1;
  font-size: 14px;
  font-family: IkarosLight;
}

form.cart :-ms-input-placeholder {
  color: #EBEBEB !important;
  opacity: 1;
  font-size: 14px;
  font-family: IkarosLight;
}

form.cart ::-ms-input-placeholder {
  color: #EBEBEB !important;
  opacity: 1;
  font-size: 14px;
  font-family: IkarosLight;
}


.btn-sm {
  font-size: 19px !important;
  width: 170px !important;
  height: 38px !important;
  margin-left: 25px;
  padding-top: 7px;
}

.btn-rd-mr{
  height: 41px;
  width: 175px;
  font-size: 22px !important;
  text-transform: uppercase;
  font-family: IkarosRegular;
  border-radius: 0px !important;
  padding-top: 5px;
}

.btn-md-fw {
  height: 46px;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  border-radius: 0px;
  padding-top: 7px;
}

.btn-md-ws {
  height: 52px !important;
  width: 200px !important;
  font-size: 28px !important;
  text-transform: uppercase !important;
  font-family: IkarosRegular !important;
  border-radius: 0px !important;
  padding-top: 6px !important;
}

.btn-md-pr {
  height: 48px !important;
  width: 300px !important;
  font-size: 26px !important;
  text-transform: uppercase !important;
  font-family: IkarosRegular !important;
  border-radius: 0px !important;
  padding-top: 6px !important;
}

.btn-os-cart {
  height: 54px;
  width: 200px;
  font-size: 25px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  border-radius: 0px;
  padding-top: 10px;
}

.btn-os-payment {
  height: 54px;
  width: 100%;
  font-size: 25px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  border-radius: 0px;
  padding-top: 10px;
}

.btn-md-sg {
  height: 46px;
  width: 180px;
  font-size: 26px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  border-radius: 0px;
  padding-top: 6px;
}

.btn-md-hm {
  height: 52px !important;
  width: 212px !important;
  font-size: 26px !important;
  text-transform: uppercase;
  font-family: IkarosRegular;
  border-radius: 0px;
  padding-top: 6px;
}

.btn-md-c4 {
  height: 48px !important;
  width: 220px !important;
  font-size: 26px !important;
  text-transform: uppercase !important;
  font-family: IkarosRegular;
  border-radius: 0px !important;
  padding-top: 6px !important;
}

.btn-md-co {
  height: 58px;
  width: 380px;
  font-size: 28px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  border-radius: 0px;
  padding-top: 10px;
}

.btn-cr-co {
  height: 56px;
  width: 400px;
  font-size: 28px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  border-radius: 0px;
  padding-top: 8px;
}

.btn-os-large {
  height: 62px;
  width: 225px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  padding-top: 10px;
  border-radius: 6px;
  color: #EBEBEB;
  border: 1px solid #EBEBEB;
  background-color: transparent;
}

.btn-cr-large {
  height: 54px;
  width: 170px;
  font-size: 28px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  padding-top: 10px;
  border-radius: 6px;
  color: #EBEBEB;
  border: 1px solid #EBEBEB;
  background-color: transparent;
}

.btn-cr-large.active, .btn-cr-large:hover {
  height: 54px;
  width: 170px;
  font-size: 28px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  padding-top: 10px;
  border-radius: 6px;
  color: #1D1D1B;
  border: 1px solid #EBEBEB;
  background-color: #EBEBEB;
}

.btn-os-sm {
  /*height: 48px;*/
  /*width: 145px;*/
  font-size: 24px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  padding-top: 8px;
  border-radius: 6px;
  color: #EBEBEB;
  border: 1px solid #EBEBEB;
  background-color: transparent;
}

.btn-or-sm {
  height: 28px;
  width: 130px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  padding-top: 5px;
  border-radius: 0px;
}

.btn-cr-sm {
  height: 36px;
  width: 130px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  padding-top: 7px;
  border-radius: 0px;
}

.btn-si-sm {
  height: 36px;
  width: 100px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  padding-top: 7px;
  border-radius: 0px;
}

.btn-os-large.active, .btn-os-large:hover {
  height: 62px;
  width: 225px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  padding-top: 10px;
  border-radius: 6px;
  color: #1D1D1B;
  border: 1px solid #EBEBEB;
  background-color: #EBEBEB;
}

.btn-os-sm.active, .btn-os-sm:hover {
  /*height: 48px;*/
  /*width: 145px;*/
  font-size: 24px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  padding-top: 8px;
  border-radius: 6px;
  color: #1D1D1B;
  border: 1px solid #EBEBEB;
  background-color: #EBEBEB;
}

.os-summary {
  position: relative;
  top: 30px;
}

.img-container {
  /*  */
}

.img-os-container {
  /*  */
}

.cart-tb .table thead th {
  border-bottom: none;
}

.cart-tb .table td, .table th {
  border-top: none;
}

.cart-tb .table th {
  font-size: 23px;
  font-family: IkarosRegular;
  padding-bottom: 5px;
  padding-top: 12px;
  padding-left: 18px;
}

.cart-tb .table td {
  font-size: 16px;
  font-family: IkarosRegular;
  padding-bottom: 0px;
  padding-top: 22px;
  padding-left: 18px;
}

.cart-tb .table td.padl {
  padding-left: 28px;
}

.cart-tb .table td.padlo {
  padding-left: 45px;
}

.cart-tb .table td .category {
  font-size: 22px;
  font-family: IkarosRegular;
  margin-bottom: -8px;
}

.cart-tb .table tbody tr {
  border-bottom: 1px solid #1d1d1b;
}

.cart-tb tbody:before {
  content: "-";
  display: block;
  line-height: 1.4em;
  color: transparent;
}

.fl-lr {
  font-size: 19px;
  font-family: IkarosRegular;
}

.fl-l, .fl-r{
  width: 50%;
  float: left;
}

.fl-r span{
  float: right;
}

.or-sum {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  min-height: 75px;
}

.fp-inform {
  font-size: 13px;
  font-family: IkarosLight;
  text-align: center;
  text-decoration: underline;
}

.fp-inform-cart {
  font-size: 12px;
  font-family: IkarosLight;
  text-align: center;
  text-decoration: underline;
}

.fp-inform-cart-sn {
  font-size: 12px;
  font-family: IkarosLight;
}

.fp-inform-cart-sn a {
  text-decoration: underline;
}

.fp-inform-sn {
  font-size: 13px;
  font-family: IkarosLight;
  text-align: left;
}

.fp-inform-sn a {
  text-decoration: underline;
}

.cart-split {
  border-right: 1px solid #ebebeb;
}

.cart-close {
  width: 18px;
  padding-top: 16px;
  cursor: pointer;
}

.cart-up-ar {
  width: 16px;
  cursor: pointer;
}

.cart-down-ar {
  width: 16px;
  cursor: pointer;
}

.qty .num {
  position: relative;
  top: 6px;
}

.add {
  text-align: center;
}

.os .add img {
  width: 20px;
  cursor: pointer;
  position: relative;
  margin-top: -16px;
}

.os .add img:first-child {
  margin-right: 80px;
}

.os .add img:last-child {
  margin-left: 80px;
}

.os .add span {
  font-size: 32px;
  font-family: IkarosRegular;
}

.os-close {
  width: 13px;
  position: relative;
  top: -2px;
  margin-left: 6px;
  cursor: pointer;
}

.os1 img {
  width: 100%;
}

.os1 .cf-name {
  width: 240px;
  height: 62px;
  font-size: 32px;
  font-family: IkarosRegular;
  padding-top: 10px;
  position: relative;
  margin-top: -30px;
}

.promo img {
  width: 20px;
  height:20px;
  margin-top: -3px;
}

.cc img {
  width: 52px;
  position: absolute;
  right: 50px;
  margin-top: -30px;
}

.btn-center {
  position: relative;
  margin-top: 20px;
}

.btn-yellow {
  background : #CDA240;
  position : relative ;
  width: 300px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: IkarosRegular;
  border-radius: 0px;
  padding-top: 7px;
}

.p-savead {
  padding: 26px;
  font-size: 26px;
  font-family: IkarosRegular;
  line-height: 30px;
  margin-bottom: 0rem !important;
}

.save-icon img {
  width: 30px;
  margin-top: 55px;
  float: right;
  margin-right: 26px;
  cursor: pointer;
}

.save-icon img.menu-dots {
  width: 24px;
  margin-top: 20px;
  float: right;
  right: 20px;
  margin-right: 26px;
  cursor: pointer;
  position: absolute;
}

.save-options {
  padding-left: 15px;
  font-size: 22px;
  font-family: IkarosRegular;
  position: absolute;
}

.save-options p {
  cursor: pointer;
  width: 110px;
  padding-left: 10px;
  padding-top: 3px;
}

.save-options p:hover {
  background-color: #67170E;
  color: #EBEBEB;
  cursor: pointer;
  width: 110px;
  padding-left: 10px;
  padding-top: 2px;
}
.choose-yes-no {
  width: 67px !important;
    height: 29px !important;
    font-size: 18px !important;
    border-radius: 5px !important;
}

/* Widths */

.w-95 {
  width: 95%;
}

.w-96 {
  width: 96%;
}

.w-80 {
  width: 80%;
}

.w-50 {
  width: 50%;
}

.w-40 {
  width: 40%;
}

.w-35 {
  width: 35%;
}

.w-268 {
  width: 268px !important;
}

.w-250 {
  width: 250px !important;
}

/* Heights */

.h-20 {
  height: 20px;
}

/* Floats */

.fr {
  float: right;
}

.fl {
  float: left;
}

/* Margins */

.mt-mi-16 {
  margin-top: -16px;
}

.mt-mi-18 {
  margin-top: -18px;
}

.mt-mi-140 {
  margin-top: -140px;
}

.mt-mi-80 {
  margin-top: -75px;
}

.mb-mi-12 {
  margin-bottom: -12px !important;
}

.mb-mi-10 {
  margin-bottom: -10px !important;
}

.mb-mi-6 {
  margin-bottom: -6px !important;
}

.mb-mi-4 {
  margin-bottom: -4px !important;
}

.mt-7 {
  margin-top: 7px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-183 {
  margin-top: 183px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-230 {
  margin-top: 230px;
}

.mt-235 {
  margin-top: 235px;
}

.mt-240 {
  margin-top: 240px;
}

.mt-250 {
  margin-top: 250px;
}

.mt-300 {
  margin-top: 300px;
}

.mt-320 {
  margin-top: 320px;
}

.mt-350 {
  margin-top: 350px;
}

.mt-400 {
  margin-top: 400px;
}

.mt-450 {
  margin-top: 450px;
}

.mt-500 {
  margin-top: 500px;
}

.mb-mi-6 {
  margin-bottom: -6px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-300 {
  margin-bottom: 300px;
}

.mb-350 {
  margin-bottom: 350px;
}

.mb-400 {
  margin-bottom: 400px;
}

.mb-450 {
  margin-bottom: 450px;
}

.mb-500 {
  margin-bottom: 500px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-36 {
  margin-left: 36px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

/* Paddings */

.pt-16 {
  padding-top: 16px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-39 {
  padding-top: 39px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-220 {
  padding-top: 220px;
}

.pb-200 {
  padding-bottom: 200px;
}

/* Others */

.line-break {
  display: block;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.underline {
  text-decoration: underline;
}

/* Responsiveness */

@media only screen and (min-width: 992px) {

  /* Header */

  /* nav .dp:hover .dp-menu {
    display: block;
  }

  nav .ops-nav:hover .ops-menu {
    display: block;
  } */

}

@media only screen and (max-width: 1210px) {

  /* Header */

  .cart-h {
    font-family: IkarosRegular;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
  }

  .cart-p {
    font-family: IkarosRegular;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
  }

  nav .ops-menu {
    right: auto;
    left: -17%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 18px;
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-family: IkarosRegular;
    padding: 0rem;
    width: 245px;
  }

  .ops-menu:after {
    position: absolute;
    top: -6px;
    left: 43%;
    display: inline-block;
    border-right: 38px solid transparent;
    border-bottom: 32px solid #67170E;
    border-left: 18px solid transparent;
    content: '';
    z-index: 1;
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
  }

  .btn-si-sm {
    width: 90px;
  }

  .hero .slide-i {
    width: 100%;
    /* position: relative; */
    margin-left: 0px;
    margin-top: 0px;
    /* animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; */
  }

  /* Margins */

  .mt-md-310 {
    margin-top: 310px;
  }

}

@media only screen and (max-width: 1080px) {

  nav .ops-menu {
    right: auto;
    left: -122%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 18px;
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-family: IkarosRegular;
    padding: 0rem;
    width: 245px;
  }

  .ops-menu:after {
    position: absolute;
    top: -8px;
    left: 62%;
    display: inline-block;
    border-right: 38px solid transparent;
    border-bottom: 32px solid #67170E;
    border-left: 18px solid transparent;
    content: '';
    z-index: 1;
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
  }

}

@media only screen and (max-width: 1028px) {

  /* Page layout */

  .container {
    width: 100%;
  }

}

@media only screen and (max-width: 992px) {

  .cf-home .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #EBEBEB;
    font-size: 16px;
    font-family: IkarosRegular;
  }

  .cf-home .dropdown-menu .dropdown-item {
    font-size: 16px;
  }

  /* Page layout */

  body {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .container {
    padding: 30px;
  }

  /* Fonts */

  .h1 {
    font-size: 34px;
    -webkit-text-stroke-width: 1px;
  }

  .os-h1 {
    font-family: IkarosRegular;
    font-size: 28px;
    -webkit-text-stroke-width: 1px;
  }

  .h2 {
    font-family: IkarosRegular;
    font-size: 28px;
    -webkit-text-stroke-width: 1px;
  }

  .os-h2 {
    font-family: IkarosRegular;
    font-size: 26px;
    -webkit-text-stroke-width: 1px;
  }

  .h3 {
    font-family: IkarosRegular;
    font-size: 24px;
  }

  .h-btn {
    font-family: IkarosRegular;
    font-size: 18px;
  }

  .h-sm {
    font-family: IkarosRegular;
    font-size: 16px;
  }

  .h6 {
    font-family: IkarosRegular;
    font-size: 18px;
  }

  .os-h6 {
    font-family: IkarosRegular;
    font-size: 16px;
  }

  .h-md {
    font-family: IkarosRegular;
    font-size: 18px;
  }

  .h-s-md {
    font-family: IkarosRegular;
    font-size: 17px !important;
  }

  .os-p1 {
    font-family: IkarosRegular;
    font-size: 20px;
  }

  .os-p2 {
    font-family: IkarosRegular;
    font-size: 16px;
  }

  .p {
    font-family: IkarosLight;
    font-size: 16px;
  }

  .p-promo {
    font-family: IkarosRegular;
    font-size : 14px;
  }

  .h-c-md {
    font-family: IkarosRegular;
    font-size: 16px !important;
  }

  .h-c-sm {
    font-family: IkarosRegular;
    font-size: 15px !important;
  }

  /* Header */

  nav .container {
    padding: 0px;
  }

  nav .navbar-brand img {
    width: 60px;
    margin-left: 15px;
  }

  nav .navbar-collapse {
    margin-top: 12px;
    overflow-y: auto;
    max-height: 75vh;
  }

  nav .nav-item {
    border-top: 1px solid #333;
  }

  nav .nav-item:last-child {
    border-bottom: 1px solid #333;
  }

  nav .navbar-toggler[aria-expanded="true"] > .nav-l-icon {
    display: none;
  }

  nav .navbar-toggler[aria-expanded="true"] > .nav-x-icon {
    display: inline-block;
  }

  nav li.drop img {
    margin-top: 6px;
    float: right;
  }

  nav .dp-menu {
    right: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 5px;
    border-radius: 0px;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    font-family: IkarosRegular;
    padding: 0rem;
  }

  nav .dp-menu .dropdown-item {
    padding: 0rem;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #79342d;
    width: 100%;
    margin-left: auto;
    padding-left: 10px;
  }

  nav .dp-menu:after {
    display: none;
  }

  .mob-menu {
    display: block;
    z-index: 9999;
    /* -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75); */
  }

  .ops-nav {
    display: none;
  }

  /* Footer */

  footer {
    min-height: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  footer .cpy {
    font-size: 12px;
    float: none;
  }

  footer .links {
    font-size: 12px;
    float: none;
  }

  /* Main */

  .cart-tb .table th {
    font-size: 18px;
  }

  .cart-tb .table td {
    font-size: 16px;
  }

  .cart-tb .table td .category {
    font-size: 18px;
  }

  .fl-lr {
    font-size: 16px;
  }

  form.main input, form.main input:focus {
    border: none;
    background: transparent;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 0px;
    box-shadow: none !important;
    outline: 0 none !important;
    color: #EBEBEB;
    font-size: 16px;
    font-family: IkarosRegular;
    padding-left: 10px;
  }

  form.main button {
    font-size: 20px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    border-radius: 0px;
    width: 150px;
    height: 40px;
    padding-top: 6px;
  }

  ::placeholder {
    color: #EBEBEB !important;
    opacity: 1;
    font-size: 16px;
    font-family: IkarosLight;
  }

  :-ms-input-placeholder {
    color: #EBEBEB !important;
    opacity: 1;
    font-size: 16px;
    font-family: IkarosLight;
  }

  ::-ms-input-placeholder {
    color: #EBEBEB !important;
    opacity: 1;
    font-size: 16px;
    font-family: IkarosLight;
  }

  .btn-sm {
    font-size: 16px !important;
    width: 100px !important;
    height: 38px !important;
    margin-left: 20px;
    padding-top: 7px;
  }

  .btn-md-fw {
    height: 46px;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    border-radius: 0px;
    padding-top: 7px;
  }

  .btn-md-sg {
    height: 46px;
    width: 150px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    border-radius: 0px;
    padding-top: 6px;
  }

  .btn-md-hm {
    height: 48px !important;
    width: 180px !important;
    font-size: 22px !important;
    text-transform: uppercase;
    font-family: IkarosRegular;
    border-radius: 0px;
    padding-top: 8px;
  }

  .btn-os-large {
    height: 48px;
    width: 116px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    padding-top: 10px;
    border-radius: 6px;
    color: #EBEBEB;
    border: 1px solid #EBEBEB;
    background-color: transparent;
  }

  .btn-os-sm {
    /*height: 38px;*/
    /*width: 75px;*/
    font-size: 14px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    padding-top: 8px;
    border-radius: 6px;
    color: #EBEBEB;
    border: 1px solid #EBEBEB;
    background-color: transparent;
  }

  .btn-os-large.active, .btn-os-large:hover {
    height: 48px;
    width: 118px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    padding-top: 10px;
    border-radius: 6px;
    color: #1D1D1B;
    border: 1px solid #EBEBEB;
    background-color: #EBEBEB;
  }

  .btn-os-sm.active, .btn-os-sm:hover {
    /*height: 38px;*/
    /*width: 75px;*/
    font-size: 14px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    padding-top: 8px;
    border-radius: 6px;
    color: #1D1D1B;
    border: 1px solid #EBEBEB;
    background-color: #EBEBEB;
  }

  .btn-os-cart {
    height: 42px;
    width: 150px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    border-radius: 0px;
    padding-top: 8px;
  }

  .btn-os-payment {
    height: 42px;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    border-radius: 0px;
    padding-top: 8px;
  }

  .cart-split {
    border-right: none;
    padding-bottom: 10px;
  }

  form.main {
    text-align: center;
  }

  .cart-close {
    width: 18px;
    padding-top: 18px;
    cursor: pointer;
  }

  .add {
    text-align: left;
  }

  .os .add img {
    width: 14px;
    cursor: pointer;
    position: relative;
    margin-top: -14px;
  }

  .os .add img:first-child {
    margin-right: 40px;
  }

  .os .add img:last-child {
    margin-left: 40px;
  }

  .os .add span {
    font-size: 26px;
    font-family: IkarosRegular;
  }

  .os1 .cf-name {
    width: 170px;
    height: 48px;
    font-size: 22px;
    font-family: IkarosRegular;
    padding-top: 10px;
    position: relative;
    margin-top: -26px;
    margin-bottom: 30px;
  }

  .cart-tb .table td.padlo {
    padding-left: 15px;
  }

  .promo img {
    width: 16px;
    height:16px;
    margin-top: -2px;
  }

  .btn-cr-large {
    height: 40px;
    width: 110px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    padding-top: 7px;
    border-radius: 6px;
    color: #EBEBEB;
    border: 1px solid #EBEBEB;
    background-color: transparent;
  }

  .btn-cr-large.active, .btn-cr-large:hover {
    height: 40px;
    width: 110px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    padding-top: 7px;
    border-radius: 6px;
    color: #1D1D1B;
    border: 1px solid #EBEBEB;
    background-color: #EBEBEB;
  }

  .btn-md-co {
    height: 48px;
    width: 250px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    border-radius: 0px;
    padding-top: 8px;
  }

  .p-savead {
    padding: 10px;
    font-size: 18px;
    font-family: IkarosRegular;
    line-height: 24px;
    margin-bottom: 0rem !important;
  }

  .save-options {
    padding-left: 18px;
    font-size: 13px;
    font-family: IkarosRegular;
    position: absolute;
    left: 0px;
  }

  .save-options p {
    cursor: pointer;
    width: auto;
    padding-left: 10px;
    padding-top: 3px;
  }

  .save-icon img {
    width: 25px;
    margin-top: 42px;
    float: right;
    margin-right: 26px;
    cursor: pointer;
  }

  .save-icon img.menu-dots {
    width: 24px;
    margin-top: 20px;
    float: right;
    right: 16px;
    margin-right: 26px;
    cursor: pointer;
    position: absolute;
  }

  .btn-md-c4 {
    height: 42px !important;
    width: 200px !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-family: IkarosRegular;
    border-radius: 0px !important;
    padding-top: 7px !important;
  }

  .order-p {
    font-family: IkarosRegular;
    font-size: 20px;
  }

  .btn-cr-co {
    height: 48px;
    width: 220px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: IkarosRegular;
    border-radius: 0px;
    padding-top: 8px;
  }

  .btn-md-ws {
    height: 48px !important;
    width: 150px !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    font-family: IkarosRegular !important;
    border-radius: 0px !important;
    padding-top: 8px !important;
  }

  .btn-md-pr {
    height: 42px !important;
    width: 250px !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-family: IkarosRegular !important;
    border-radius: 0px !important;
    padding-top: 6px !important;
  }

  .custom-list {
      list-style: none;
      padding-left: 0;
  }
  .custom-list li {
      position: relative;
      padding-left: 20px;
  }
  .custom-list li:before {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      background-image: url('img/bullet.png');
      background-size: cover;
      background-position: center;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
  }

  .custom-list {
      list-style: none;
      padding-left: 0;
  }
  .custom-list li {
      position: relative;
      padding-left: 20px;
  }
  .custom-list li:before {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      background-image: url('/assets/images/icon-bullet.png');
      background-size: cover;
      background-position: center;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
  }

  .cf-home .btn {
    background: #1D1D1B;
    border: 1px solid #EBEBEB;
    height: 42px;
    width: 246px;
    font-size: 16px;
    font-family: IkarosRegular;
    padding-top: 9px;
    padding-left: 12px;
  }

  .cf-home .btn img {
    width: 9px;
    position: relative;
    float: right;
    margin-right: 12px;
    padding-top: 2px;
  }

  .cf-home .btn[aria-expanded="true"] > img {
    padding-top: 3px;
  }

  .cf-home .dropdown-menu {
    background: #1D1D1B;
    font-size: 16px;
    width: 246px;
    font-family: IkarosRegular;
    padding-top: 10px;
    border: 1px solid #EBEBEB;
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    top: -5px !important;
  }

  .home-ct-btn {
    display: block;
  }

  .home-wy .col-11 {
    flex: 0 0 88.666667%;
  }

  .hero .slide-p {
    font-family: IkarosRegular;
    font-size: 32px;
    color: #cda240;
    padding-top: 80px;
  }

  .hero {
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url();
    height: auto;
    background-color: #1D1D1B;
    margin-left: 0px;
  }

  /* Margins */

  .mt-m-30 {
    margin-top: 30px;
  }

  .mt-m-50 {
    margin-top: 50px;
  }

  .mb-m-30 {
    margin-bottom: 30px;
  }

  .mb-m-50 {
    margin-bottom: 50px;
  }

  .ml-m-10 {
    margin-left: 10px;
  }

  .ml-m-0 {
    margin-left: 0px;
  }

  .mt-m-4 {
    margin-top: 4px;
  }

  /* Paddings */

  .pt-m-35 {
    padding-top: 35px !important;
  }

  .pt-m-50 {
    padding-top: 50px;
  }

  .pb-m-50 {
    padding-bottom: 50px;
  }

  .pt-m-75 {
    padding-top: 75px;
  }

  .pb-m-75 {
    padding-bottom: 75px;
  }

  /* Floats */

  .fn-m {
    float: none;
  }

  /* Others */

  .mb-left {
    text-align: left;
  }

  .mb-center {
    text-align: center;
  }

  /* Widths */

  .w-m-200 {
    width: 200px !important;
  }

  .w-m-100 {
    width: 100%;
  }

  /* Others */

  .line-m-join  {
    display: inline-block;
  }
}

#overlay{
  position: fixed;
   top:0;
   left:0;
   width : 100%;
   height: 100%;
   z-index: 999999999;
  background: rgb(152 128 110);
  /* rgba(234, 227, 227, 0.5); */
  /* display:flex; */
    /* vertical-align: middle;
  align-items: center; */
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

.img-os-container:before {
  content:'';
  position: absolute;
  top:0;
  right: 0;
  left:0;;
  width:100%;
  height:82px;
  display:block;
  background:url(../images/top-online-selection-black.svg) no-repeat top center;
  background-size: 100%;
}

.custom-why-us:before {
  content:'';
  position: absolute;
  top:45px;
  right: 0;
  left:0;;
  width:100%;
  height:82px;
  display:block;
  background:url(../images/top-curve-red.svg) no-repeat top center;
  background-size: 100%;
}
.custom-why-us:after {
  content:'';
  position: absolute;
  bottom:0;
  left: -8px;
  right:0;;
  width:100%;
  height:63px;
  display:block;
  background:url(../images/bottom-curve-red.svg) no-repeat bottom right;
  background-size: 100%;
}

.home-team-img:before {
  content:'';
  position: absolute;
  top:0;
  right: 0;
  left:0;;
  width:100%;
  height:82px;
  display:block;
  background:url(../images/top-our-story.svg) no-repeat top center;
  background-size: 100%;
}
.home-team-img:after {
  content:'';
  position: absolute;
  bottom:0;
  left: 0;
  right:0;;
  width:100%;
  height:63px;
  display:block;
  background:url(../images/bottom-curve-red.svg) no-repeat bottom right;
  background-size: 100%;
}
#telr {
  width: 100%;
  min-width: 600px;
  height: 600px;
  frameborder: 0;
}
.p_name_res{font-size: 20px}
.p_name_res_up{font-size: 15px !important}
@media screen and (max-width:767px) {
  .img-os-container:before {top: 30px;}
  .p_name_res{font-size: 10px}
  .p_name_res_up{font-size: 7px !important}
  
}
