/* SITE AND ADMIN COMMON CSS */
:root {
  /* Primary Brand Colors */
  --color-primary: #da410e;
  --color-primary-lite: #e77631;

}


.left {
    float:left !important;
}
.right {
    float:right !important;
}
.none {
    float:none
}
.clear {
    clear: both;
}
.center-align
{
    text-align: center;
}
.left-align
{
    text-align: left;
}
.right-align
{
    text-align: right;
}
.left-position
{
    left: 0;
}
.right-position
{
    right: 0;
}
.paddingzero
{
    padding: 0px !important;
}
.uppercase
{
    text-transform: uppercase;
}
.lowercase
{
    text-transform: lowercase;
}
.capitalize
{
    text-transform: capitalize;
}
.blue-bg
{
    background: var(--color-primary) !important;
}
.white-bg
{
    background: #fff;
}
.white-clr
{
    color: #fff !important;
}
.red-clr
{
    color: #fff !important;
}
.green-clr
{
    color: #fff !important;
}
.black-clr
{
    color: #212121 !important;
}
.display-flex
{
    display: flex;
}
.display-block
{
    display: inline-block;
}
.display-inline
{
    display: inline;
}
.overflow-auto
{
    overflow: auto;
}
.half-width
{
    width: 50%;
}
.full-width
{
    width: 100%;
}
.bold
{
    font-weight: bold;
}
.border-btm
{
    border-bottom: 1px solid #ebedf0;
}
.margin-top-10
{
    margin-top:10px;
}
.margin-top-25
{
    margin-top:25px;
}
.margin-top-50
{
    margin-top:50px;
}
.margin-btm-50
{
    margin-bottom:50px;
}
.max-width-800 {
    max-width: 800px;
    margin: 0px auto;
}
.max-width-600 {
    max-width: 600px;
    margin: 0px auto;
}
.width-500
{
    width: 500px
}
.width-100
{
    width: 100px;
}
.padding10
{
    padding: 10px;
}
/*BG color*/
.bg-white {
    background-color: #fff !important;
}
.bg-green {
    background-color: #fff !important;
}
.bg-red {
    background-color: #fff !important;
}

/* Position */
.position-relative
{
    position: relative;
}
.position-absolute
{
    position: absolute;
}
.position-fixed
{
    position: fixed;
}
.position-static
{
    position: static;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.amigoways-img {
    max-width: 100%;
    max-height: 100%;
}
.amigoways-btn, .amigo-btn
{
    background:#fb7637;    
    border: none !important;
    position: relative;
    text-decoration: none;
    text-align: center;
    outline: none;
    line-height: normal;
    color: #fff !important;
    cursor: pointer;
    padding: 10px 10px;
      width: auto;
    transition: box-shadow 0.2s ease 0s;
    font-weight: 600;
    transition: 0.3s;
     text-transform: capitalize;
     border-radius: 5px;
}
/* .amigoways-btn:hover, .amigo-btn:hover
{
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px !important;
    transition: .3s;
} */
.right_split .amigoways-btn {
    margin: 20px 0px;
}
.form_grid_12 .frm_submit {
    text-align: center;
}
.check_radio_con {
    display: inline-flex;
    padding-right: 20px;
}
.check_radio_con label
{
    padding: 2px;
    cursor: pointer;
}
.amigoways_field_con {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20px;
    padding: 1px 0px;
}
.amigoways_field_con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    height: 20px;
    width: 20px;
}
.amigoways_mark {
    position: absolute;
    top: auto;
    left: auto;
    height: 18px;
    width: 18px;
    border: 2px solid #7e8993;
    border-radius: 4px;
}
.amigoways_circle_mark
{
    border-radius: 100%;
}
.amigoways_field_con input:checked ~ .amigoways_mark {
    background-color: #fff;
    border: 2px solid var(--color-primary);
}
.amigoways_mark:after {
    content: "";
    position: absolute;
    display: none;
}
.amigoways_field_con input:checked ~ .amigoways_mark:after {
    display: block;
}
.amigoways_circle_mark:after
{
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-primary);
}
.amigoways_tick_mark:after {
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    background: #fff;
    border: solid var(--color-primary);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tick_image
{
    position: relative;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1.4px solid #c2c2c2;
    border-radius: 1.5px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0px 10px 0px 0px;
}
.tick_image:before{
    position: absolute;
    content: '';
    left: 7px;
    top: 2px;
    width: 6px;
    height: 14px;
    border: solid #fff;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mceEditor_con
{
    overflow: auto;
}
.req
{
    color: #D69A2D;
    padding: 2px;
}
.form-btm {
    margin: 20px 0px 0px;
    overflow: hidden;
}
.amigoways-loader
{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 9999;
    background: #fff;
}
.loader-inner {
    /* max-width: 600px; */
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
}
.list-style-tick li, .pro-features-list li, .content-list li
{
    position: relative;
    margin-bottom: 10px !important;
    padding-left: 25px;
}
.list-style-tick li:before, .pro-features-list li:before, .content-list li:before
{
    position: absolute;
    content: "\f00c";
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-weight: 400;
    font-family: fontawesome;
}
/* All alert messages start*/
.errorContainer {
    text-align: center;
    width: 100%;
    background-color: #212121;
    color: #fff;
}
#message-green, #message-red, .cart-notification {
    position: fixed;
    z-index: 99999;
    max-width: 500px !important;
    margin: 10px auto !important;
    right: 0;
    top: 10px;
    left: 0;
    text-align: center;
    width: 100%;
    background-color: #212121;
    color: #fff;
    border-radius: 3px;
}
#message-green > p {
    margin: 0;
    padding: 4px 0px 4px 10%;
    text-align: center;
    background-size: 20px !important;
}
#message-green > p {
    background: url("../images/success_msg.png") no-repeat scroll 9px center;
    background-size: auto;
    padding: 5px;
    margin: 0px;
}
#message-red > p {
    background: url("../images/error_msg.png") no-repeat scroll 9px center;
    background-size: auto;
    padding: 5px;
    margin: 0px;
}
#message-green span {
    font-weight: 500;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
}
#message-red span {
    font-weight: 500;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
}
.amigoways-close-popup
{
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
    position: absolute;
    top: 0;
    text-shadow: none;
    right: 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    box-shadow: inset 0px 0px 0px 100px #fff;
    transform: translate(50%, -50%);
    color: var(--color-primary);
    cursor: pointer;
    line-height: 29px;
}
#message {
    margin:10px auto;
    border:6px solid #222;
    width:240px;
    height:40px;
    background:#0D0D0D;
    font-size:1.3em;
    line-height:2em;
    color:#FC4;
}
#suscribeemailErr, #SpecialErr
{
    background: #fce7e7 none repeat scroll 0 0;
    border: 1px solid #b00;
    color: #b00;
    padding: 5px;
    text-align: left;
    font-size: 13px;
    display:none;
}
#confirmOverlay {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:url('../images/confirm/ie.png');
    background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
    z-index:100000;
}
#confirmBox {
    background: #e0dede;
    background: -moz-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e0dede), color-stop(60%, #dddddd), color-stop(51%, #e5e5e5), color-stop(100%, #e5e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* IE10+ */
    background: linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#e5e0e0', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    -webkit-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    width:460px;
    position:fixed;
    left:50%;
    top:50%;
    margin:-130px 0 0 -230px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
#confirmBox h3 {
    font-size:16px;
    padding: 10px 15px;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    -moz-box-shadow:
 0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow:
 0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    margin:0px;
    color:#fff;
    text-shadow:
 0px -1px 0px rgba(000, 000, 000, 1), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
#confirmBox p {
    font-size:13px;
    padding:15px;
    margin:0px;
}
#confirmButtons {
    padding:15px;
    text-align:center;
}
#confirmButtons .button {
    margin:5px;
    font-size:14px;
    font-weight: 500;
}
.error {
    color: #D0021B;
    font-size: 11px;
}
/*label.error {
    position: absolute;
}*/
.field-row
{
    margin: 15px 0px;
        padding: 1px !important;
}
.redFont, .error_notification
{
    color: #D0021B;
    display: inline-block;
    font-size: 11px;
    margin: 3px;
}
.required_field
{
    color: #F00;
}
.notify {
    font-size: 12px;
    color: green;
    font-weight: 500;
}


/* Action buttons start */
.btn_30_light, .btn_30_dark, .btn_30_orange, .btn_30_red {
    display: inline-block;
    position: relative;
    margin: 9px 6px 0px;
}
.btn_30_light a {
    border:#0084bc 1px solid;
    display:inline-block;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    line-height:29px;
    text-align:center;
    color:#FFF;
    padding:0 5px;
    background: var(--color-primary);
}
.btn_30_light a:hover, .btn_30_light a:focus {
    background: var(--color-primary);
    color: #FFF !important;
}
.btn_30_light a:active {
    box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.2), inset 0 1px 1px -1px #fff;
        -moz-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.2), inset 0 1px 1px -1px #fff;
        -webkit-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.2), inset 0 1px 1px -1px #fff;
}
.btn_30_light span {
    display:inline-block;
    float:left;
}
.btn_30_light .btn_link {
    margin-left:5px;
    line-height: 20px;
    float:left;
    margin-right:3px;
    border-left:#0084bc 1px solid;
    padding-left:6px;
}
.btn_30_light .icon {
    height: 12px;
    width:15px;
    margin-top:4px;
    background:url(../images/tick.png) no-repeat !important;
}
.blue_d{
    background: var(--color-primary);
    background: -moz-linear-gradient(top,  var(--color-primary) 0%, #0853a1 50%, #064492 51%, #02286e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--color-primary)), color-stop(50%,#0853a1), color-stop(51%,#064492), color-stop(100%,#02286e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  var(--color-primary) 0%,#0853a1 50%,#064492 51%,#02286e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  var(--color-primary) 0%,#0853a1 50%,#064492 51%,#02286e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  var(--color-primary) 0%,#0853a1 50%,#064492 51%,#02286e 100%); /* IE10+ */
    background: linear-gradient(top,  var(--color-primary) 0%,#0853a1 50%,#064492 51%,#02286e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color-primary)', endColorstr='#02286e',GradientType=0 ); /* IE6-8 */
}
.btn_30_red a{
    height:30px;
    border:#05447F 1px solid;
    display:inline-block;
    box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.8), inset 0 1px 1px -1px #fff;
        -moz-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.8), inset 0 1px 1px -1px #fff;
        -webkit-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.8), inset 0 1px 1px -1px #fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    text-shadow:
    0px -1px 0px rgba(000, 000, 000, .5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    line-height:29px;
    text-align:center;
    color:#fff;
    padding:0 5px;
}
.btn_30_red a.yes{
    background: rgb(10,116,17);
    background: linear-gradient(180deg, rgba(10,116,17,1) 10%, rgba(36,210,45,1) 47%, rgba(10,116,17,1) 100%);
}
.btn_30_red a.yes:hover {
    box-shadow:
     0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
        -moz-box-shadow:
     0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
        -webkit-box-shadow:
     0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
        background: rgb(10,116,17); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: rgb(10,116,17); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */

}
.btn_30_red a.yes:active {
    box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
        -moz-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
        -webkit-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
}
.btn_30_red a.no{
    background: var(--color-primary);
    background: -moz-linear-gradient(top, var(--color-primary) 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--color-primary)), color-stop(50%, #cc4613), color-stop(51%, #b23a0d), color-stop(100%, #a4360c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, var(--color-primary) 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, var(--color-primary) 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, var(--color-primary) 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%); /* IE10+ */
    background: linear-gradient(top, var(--color-primary) 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color-primary)', endColorstr='#a4360c', GradientType=0 ); /* IE6-8 */
}
.btn_30_red a.no:hover {
    box-shadow:
     0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
        -moz-box-shadow:
     0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
        -webkit-box-shadow:
     0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
        background: #45484d; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: var(--color-primary); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */

}
.btn_30_red a.no:active {
    box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
        -moz-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
        -webkit-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
}
.btn_30_red span {
    display:inline-block;
    float:left;
}
.btn_30_red .btn_link {
    margin-left:1px;
    height:30px;
    display:inline-block;
    margin-right:5px;
    border-left:#05447F 1px solid;
    padding-left:6px;
    box-shadow:
1px 0 0px rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow:
1px 0 0px rgba(255, 255, 255, 0.4) inset;
    -webkit-box-shadow:
1px 0 0px rgba(255, 255, 255, 0.4) inset;
}
.btn_30_red .icon {
    height: 20px;
    width:20px;
    margin-top:8px;
    background:url(../images/sprite-icons/icons-color.png) no-repeat;
}
.action-icons{
    display:inline-block;
    margin-bottom:2px;
    font-weight:400;
    padding: 4px 7px 5px;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border-radius:4px
    font-size: 12px;
    border-radius: 3px;
    color:#fff;
    border: 1px solid transparent;
}
.action-icons:hover, .action-icons:active, .action-icons:focus
{
    color:#fff;
}
.c-edit
{
    background-color:#337ab7;
    border-color:#2e6da4;
}
.c-edit:hover {
    background-color:#286090;
    border-color:#204d74;
}
.c-delete {
    background-color:#d9534f;
    border-color:#d43f3a;
}
.c-delete:hover {
    background-color:#c9302c;
    border-color:#ac2925;
}
.c-view {
    background-color:#1da324;
    border-color:#1da324;
}
.c-view:hover {
    background-color:#0f864a;
    border-color:#0f864a;
}
.c-active {
    background-color:#1da324;
    border-color:#1da324;
}
.c-active:hover {
    background-color:#0f864a;
    border-color:#0f864a;
}
.c-inactive {
    background-color:#f0ad4e;
    border-color:#eea236;
}
.c-inactive:hover {
    background-color:#ec971f;
    border-color:#d58512;
}
/* Action buttons end */

/* Owl carousel slider start*/
.banner_slider
{
    overflow: hidden;
}
.owl-carousel
{
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
    float: left;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.banner_slider .item img
{
    width: 100%;
}

.owl-carousel:hover .owl-controls
{
    display: block !important;
}
.owl-prev
{
    font-size: 0px !important;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    border-radius: 0 4px 4px 0 !important;
    padding: 18px 0px;
    margin: 0px auto !important;
    transition: box-shadow 0.2s ease 0s;
}
.owl-next
{
    float: right;
    font-size: 0px !important;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    border-radius: 4px 0px 0px 4px !important;
    padding: 18px 0px;
    margin: 0px auto !important;
    right: 0px;
}
.owl-prev:after
{
    content: "\f104";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 500;
}
.owl-next:after
{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 500;
}
.owl-theme .owl-controls .owl-buttons div
{
    height: 80px;
    position: absolute;
    top: 35%;
    transform: translateY(35%);
    width: 30px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
}
.owl-theme .owl-controls .owl-buttons div:hover
{
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.home-slider
.owl-controls
{
    display: none !important;
} 
 
.categories-section
.owl-carousel:hover .owl-controls
{
    display: block !important;
}
.categories-section
.owl-prev
{
    font-size: 0px !important;
    background:#010A6F;
    padding: 0px 11px;
    margin: 0px auto !important;
    border-radius: 50%;
    color:#fff;
}
.categories-section
.owl-next
{
    float: right;
    font-size: 0px !important;
    background:#010A6F;
    padding: 0px 11px;
    margin: 0px auto !important;
    right: 0px;
     border-radius: 50%;
       color:#fff;
}
.categories-section
.owl-prev:after
{
    content: "\f104";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 500;
}
.categories-section
.owl-next:after
{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 500;
}
.categories-section
.owl-theme .owl-controls .owl-buttons div
{
    position: absolute;
    transform: translateY(35%);
    width: 40px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    opacity:1;
    height: 42px;
    border-radius: 50% !important;
}
/* .owl-theme .owl-controls .owl-buttons div:hover
{
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.3);
    opacity: 1;
}  */
/* Owl carousel slider end*/

/* All pages section start*/
.main {
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.main-content {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.page-section {
    padding: 40px 0;
}
.page-section-bg
{
    background: #f9fafb;
}
.section-title
{
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}
h1.section-title
{
    font-size: 25px;
    font-weight: 700;
}
h2.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #010A6F;
}
h3.section-title {
    font-size: 20px;
    color: #010A6F;
      font-weight: 700;
}
h4.section-title {
    font-size: 16px;
    color: #010A6F;
    line-height: 22px;
}
h6.inner-title {
    font-size: 15px;
    color: #010A6F;
}
p.section-content {
    margin: 0px 0px 20px;
}
.faq-accordion-sec a {
    display: inline-block;
}

.box-grid
{
    display: grid;
    width: 100%;
}
.grid-4
{
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
.grid-3
{
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.box-container {
    margin-bottom: 20px;
}
.box-item {
    border-radius: 15px;
    padding: 0;
    /*margin-bottom: 10px;*/
    transition: .3s;
    box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.05);
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border: none;
}
.box-item:hover {
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
    transition: .3s;
    transform: translateY(-10px);
}
.box-item .featured-image {
    position: relative;
    overflow: initial;
    transition: .3s;
     object-fit: cover;

}
.box-item .featured-image a {
/*    display: block;*/
    overflow: hidden;
}
.box-overlay
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .7s ease;
  background-color: #000;
}
.box-overlay-action {
  transition: .5s;
  display: none;
  position: relative;
}
.box-overlay-action a {
  transform: scale(1.3);
  padding: 4px 6px;
  border-radius: 5px;
  margin: 10px 0px;
  color: #5634ba;
  background-color: #fff;
  height: 30px;
  width: 30px;
  cursor: pointer;
  font-size: 18px;
}
.box-item:hover .box-overlay-action
{
  transition: .5s;
  display: flex;
  flex-direction: column;
  position: absolute;
  float: right;
  right: 16px;
  top: 36px;
  z-index: 1;
}
.box-item:hover .box-overlay {
  opacity: .6;
}
.fav-icon-sel .fa-heart {
    color: red;
}
.box-item-content {
    position: relative;
    padding: 15px 10px;
    text-align: center;
}
/*.box-item-inner {
    padding: 10px 0px 0px;
}*/
.box-item-header a.amigoways-btn {
    padding: 4px;
    font-size: 12px;
    margin: 0px 0px 10px;
}
.box-item-footer {
    /*margin-top: 20px;*/
    /* border-top: 1px solid #dedede; */
    overflow: hidden;
}
.box-item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.box-item-title a
{
    color: #232323;
    font-weight: 600;
    font-size: 17px;
    min-height: 40px;
        padding-top: 5px;   
}
 
 
.more-list:before {
    display: none;
}
.more-list {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 17px;
    padding: 20px 0px 0px;
    cursor: pointer;
}
.view-more-btm {
    width: 100%;
    text-align: center;
    margin: 30px 0px 0px;
    display: inline-block;
}

/* Why Amigoways and Product box section Start*/
.why-script-section, .why-amigoways-section, .features-section
{
    background: url("../images/why-amigoways-bg.webp") no-repeat;
    background-position: center;
    background-size: cover;
}
.why-script-box {
    background-color: #fff;
    border-radius: 12px;
    display: inline-flex;
    width: 100%;
    padding: 12px;
    margin: 15px 0px;
}
.why-script-icon {
    height: 60px;
    width: 80px;
    display: block;
    background: url("../images/icons.svg") no-repeat;
    background-size: 400px;
}
.why-script-inner-title {
    color: var(--color-primary);
    font-weight: 600;
    padding: 14px 0px 0px 10px;
    width: 100%;
    line-height: 25px;
}
.why-script-list .why-script-list-inner:nth-child(1) .why-script-icon{
    background-position: -14px -481px;
}
.why-script-list .why-script-list-inner:nth-child(2) .why-script-icon {
    background-position: -79px -481px;
}
.why-script-list .why-script-list-inner:nth-child(3) .why-script-icon {
    background-position: -147px -481px;
}
.why-script-list .why-script-list-inner:nth-child(4) .why-script-icon {
    background-position: -147px -415px;
}
.why-script-list-btm .why-script-list-inner:nth-child(1) .why-script-icon{
    background-position: -219px -415px;
}
.why-script-list-btm .why-script-list-inner:nth-child(2) .why-script-icon {
    background-position: -328px -422px;
}
.why-script-list-btm .why-script-list-inner:nth-child(3) .why-script-icon {
    background-position: -13px -546px;
}
.why-script-list-btm .why-script-list-inner:nth-child(4) .why-script-icon {
    background-position: -83px -546px;
}


.why-amigoways-box {
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    padding: 12px;
    margin: 15px 0px;
    min-height: 264px;
}
.why-amigoways-icon {
    height: 50px;
    /*width: 60px;
    display: block;
    background: url("../images/icons.svg") no-repeat;
    background-size: 400px;*/
}
.why-amigoways-icon {
    color: var(--color-primary);
    font-size: 40px;
    height: 50px;
}
.why-amigoways-inner-title {
    font-weight: 600;
    padding: 14px 0px 0px 10px;
    width: 100%;
    line-height: 25px;
}
.why-amigoways-box p {
    margin: 0px;
}
.why-amigoways-list.row1 .why-amigoways-list-inner:nth-child(1) .why-amigoways-icon{
    background-position: -86px -481px;
}
.why-amigoways-list.row1 .why-amigoways-list-inner:nth-child(2) .why-amigoways-icon {
    background-position: -340px -481px;
}
.why-amigoways-list.row1 .why-amigoways-list-inner:nth-child(3) .why-amigoways-icon {
    background-position: -20px -550px;
}
.why-amigoways-list.row2 .why-amigoways-list-inner:nth-child(1) .why-amigoways-icon{
    background-position: -147px -424px;
}
.why-amigoways-list.row2 .why-amigoways-list-inner:nth-child(2) .why-amigoways-icon {
    background-position: -278px -310px;
}
.why-amigoways-list.row2 .why-amigoways-list-inner:nth-child(3) .why-amigoways-icon {
    background-position: -274px -247px;
}
.why-amigoways-list.row3 .why-amigoways-list-inner:nth-child(1) .why-amigoways-icon{
    background-position: -274px -481px;
}
.why-amigoways-list.row3 .why-amigoways-list-inner:nth-child(2) .why-amigoways-icon {
    background-position: -214px -481px;
}
.why-amigoways-list.row3 .why-amigoways-list-inner:nth-child(3) .why-amigoways-icon {
    background-position: -87px -553px;
}


/* Product box section Start*/
.pro-price-con {
    margin: 15px 0px;
}
.pro-sale-price {
    color: #ff4c00;
    font-size: 22px;
    font-weight: 600;
    padding-right: 5px;
}
.pro-reg-price {
    font-size: 15px;
    text-decoration: line-through;
    font-weight: 600;
    color: #a5abb0;
    padding: 5px;
}
.pro-desc-price {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    padding: 3px;
    background: #ebe4ff;
    border-radius: 10px;
    line-height: 23px;
}
.cart-text .fa {
    font-size: 14px;
}
.pro-sku
{
    margin: 20px 0px;
}
.pro-review {
    width: 100%;
    display: inline-block;
    padding: 15px 0px 0px;
}
.pro-review .fa-star {
    font-size: 18px;
}
.star-rating {
    padding: 10px 0px;
}
.star-rating .fa-star {
    color: #77838f;
}
.user-profile-bg {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #d5d5e3;
    padding: 3px;
    margin-right: 5px;
}
.username
{
    text-transform: capitalize;
}
.profile-details {
    display: inline-flex;
}
/* Product box section End*/

/*Tab Start*/
.list-tab-wrapper ul, .list-tab-wrapper ul li
{
    margin-bottom: 20px;
}
.long-list ul {
    margin-top: 10px;
}
.list-tab-wrapper li a
{
    text-align: center;
    padding: 10px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #232323;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 7px;
    margin-left: 6px;
    margin-right: 6px;
}
.list-tab-wrapper li a:hover, .list-tab-wrapper li a.current
{
    color: #fff;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
}
.list-tab-content{
    display: none;
    padding: 1px;
}
.list-tab-content.current{
    display: inherit;
}
/*Tab End*/
/* All pages section end*/

/*Banner Slider Start*/
.home-slider .item > img, .home-slider .item img {
    width: 100%;
}
.banner-caption {
    position: absolute;
    padding: 5px;
    max-width: 900px;
    top: 50%;
    left: 4%;
    -ms-transform: translate(-4%, -50%);
    transform: translate(-4%, -50%);
}
.banner-caption h1, .banner-caption h2, .banner-caption h3, .banner-caption h4, .banner-caption h5
{
    color:#d69a2d;
    font-weight: 700;
}
.banner-caption h1.banner-title {
    font-size: 35px;
  
}
.banner-caption h2.banner-title {
    font-size: 25px;

}
.banner-caption p {
    color: #d69a2d;
   
}
.banner-btn:hover
{
    transition: .3s;
    transform: translateY(-3px);
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
}
/*Banner Slider End*/

.review-star-empty {
    background: url(../images/sat_star_nor.png) left top no-repeat;
    width: 80px !important;
}
.review-star-fill {
    background: url(../images/sat_star.png) left top no-repeat;
    height: 14px;
}

.pno_prefix {
    padding: 6.5px 0px;
    border-width: 1px 0 1px 1px;
    border-color: #d8d8d8;
    border-style: solid;
    border-radius: 3px 0px 0px 3px;
    background: #d8d8d8;
    text-align: center;
}
.user_phone_no
{
    border-radius: 0px 3px 3px 0px !important;
    width: 100% !important;
}

.table_content {
    overflow: auto;
}


.home-slider .item > img, .home-slider .item img {
    width: 100%;
  }




/*======================
    MEDIA QUIRIES
========================*/
@media only screen and (max-width:768px)
{
    .paddingzeromob
    {
        padding: 0px !important;
    }
    .display-flex {
        display: inline-block;
    }
    .box-item .display-flex {
        display: flex;
    }
    .box-item-title a
    {
        min-height: auto;
    }
    .column-reverse
    {
        flex-direction: column-reverse;
        display: inline-flex;
    }
    .grid-4 {
        grid-template-columns: repeat(1,1fr);
    }
    .grid-3 {
        grid-template-columns: repeat(1,1fr);
    }
    .page-section {
        padding: 20px 0;
    }
    .banner-caption
    {
        text-align: center;
        top: 5%;
        left: 2%;
        -ms-transform: translate(-2%, -5%);
        transform: translate(-2%, -5%);
    }
    .banner-caption h1.banner-title, .home-slider .banner-caption h3.banner-title
    {
        font-size: 20px !important;
    }
    .banner-caption h2.banner-title, .home-slider .banner-caption h4.banner-title {
        font-size: 16px;
    }
    .services-box-list
    {
        padding: 0px;
    }
    .post-list {
        padding: 0px 0px 10px 0px;
    }
    #message-green, #message-red, .cart-notification
    {
        width: 85%;
    }

    .owl-theme .owl-controls .owl-buttons div {
        width: 30px;
    }
    .owl-prev {
        padding: 0px;
    }
}

.banner-static-page .amigoways-img {
    width: 100%;
}